]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Added documentation for backend interface.
[gnu-emacs] / lisp / ChangeLog
1 2001-01-10 Kenichi Handa <handa@etl.go.jp>
2
3 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
4
5 * international/mule-conf.el (latin-extra-code-table): Set to t
6 for \223 and \224.
7
8 2001-01-09 Kenichi Handa <handa@etl.go.jp>
9
10 * international/mule-cmds.el (locale-language-names): Map "es" to
11 "Spanish" and "nl" to "Dutch".
12
13 2001-01-09 Gerd Moellmann <gerd@gnu.org>
14
15 * bindings.el (global-map): Bind <home> to beginning-of-line,
16 <end> to end-of-line, C-<home> to beginning-of-buffer, and
17 C-<end> to end-of-buffer.
18
19 * language/european.el: Add Dutch and Spanish language info
20 to be able to use the appropriate tutorials.
21
22 2001-01-09 Alex Schroeder <alex@gnu.org>
23
24 * ansi-color.el (ansi-color-process-output): Use markers instead
25 of positions for start and end of region.
26 (ansi-color-apply-on-region): Rewrote code to make it more robust.
27 Previously, occasional mistakes happend when fontifying many
28 chunks of output (eg. ls --color=yes /dev). This happened
29 whenever an overlay was created up to the end of the region, which
30 coincided with the process-mark. New text would then be added
31 within that overlay instead of after it.
32 (ansi-color-make-extent): Overlays are created with the property
33 `modification-hooks' set to '(ansi-color-freeze-overlay).
34 (ansi-color-freeze-overlay): New function. When inserting text at
35 the end of the overlay, the overlay will resize.
36
37 2000-01-09 Alex Schroeder <alex@gnu.org>
38
39 * ansi-color.el (ansi-color-process-output): Doc change.
40 (ansi-color-unfontify-region): Doc change. No longer installed
41 automatically in font-lock-unfontify-region-function.
42 (ansi-color-apply): Doc change.
43 (ansi-color-apply-on-region): Use extents or overlays instead of
44 text-properties.
45 (ansi-color-make-extent): New function.
46 (ansi-color-set-extent-face): New function.
47
48 2000-01-09 Alex Schroeder <alex@gnu.org>
49
50 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
51 both use ansi-color-process-output, now.
52 (ansi-color-process-output): Doesn't return string anymore. It is
53 installed in comint-output-filter-functions for both Emacs and
54 XEmacs, now.
55 (ansi-color-unfontify-region): Simplified code removing variables
56 pos and start-ansi.
57 (ansi-color-apply): Put text-property ansi-color before putting
58 text-property face because ansi-color-unfontify-region is called
59 immediately after the call to put-text-property.
60 (ansi-color-context-region): Doc change.
61 (ansi-color-filter-region): Simplified code.
62 (ansi-color-apply-on-region): Changed start to start-marker, using
63 a marker explicitly. Put text-property ansi-color before putting
64 text-property face because ansi-color-unfontify-region is called
65 immediately after the call to put-text-property.
66
67 2000-01-09 Alex Schroeder <alex@gnu.org>
68
69 * ansi-color.el (ansi-color-faces-vector): Doc change.
70 (ansi-color-for-comint-mode): Changed :type property to choice.
71 (ansi-color-last-context): Removed.
72 (ansi-color-process-output): Don't use ansi-color-last-context, as
73 the main functions will store their context now.
74 (ansi-color-context): Doc change.
75 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
76 Uses ansi-color-context such that repeated calls will strip
77 partial escape sequences, too.
78 (ansi-color-apply): Simplified code. Colorize end of string if
79 face is not null. Store context in new (FACE STRING) format, such
80 that repeated calls will strip partial escape sequences, too.
81 Append faces to face property using ansi-color-apply-sequence such
82 that cumulative mode actually works.
83 (ansi-color-context-region): New variable.
84 (ansi-color-filter-region): Rewrote it based on
85 ansi-color-apply-on-region. Uses ansi-color-context-region such
86 that repeated calls will strip partial escape sequences, too.
87 (ansi-color-apply-on-region): Simplified code. Colorize end of
88 region if face is not null. Store context in new (FACE POS)
89 format, such that repeated calls will strip partial escape
90 sequences, too. Append faces to face property using
91 ansi-color-apply-sequence such that cumulative mode actually
92 works.
93 (ansi-color-apply-sequence): New function.
94 (ansi-color-get-face): When the default face is added to the list
95 of faces, all previous settings are discarded and the list of
96 faces is set to '(default).
97
98 2000-01-09 Alex Schroeder <alex@gnu.org>
99
100 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
101 face, such that ansi-color-apply and ansi-color-apply-on-region
102 will do the right thing.
103 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
104 returns nil, set the list of faces back to nil instead of
105 appending the result of ansi-color-get-face to the front of the
106 list.
107
108 2000-01-09 Alex Schroeder <alex@gnu.org>
109
110 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
111 (ansi-color-process): Doc change.
112 (ansi-color-last-context): New buffer-local variable.
113 (ansi-color-process-output): New function. It is automatically
114 added to comint-output-filter-functions if this is XEmacs.
115 (ansi-color-unfontify-region): New optional parameter for XEmacs
116 compatibility. Check wether font-lock-syntactic-keywords is
117 boundp before removing the syntax table text property, as XEmacs
118 doesn't have it.
119 (ansi-color-filter-region): Doc change.
120 (ansi-color-apply-on-region): Doc change.
121 (ansi-color-make-face): New function. Compatibility layer for
122 XEmacs. Return temporary faces instead of cons cells for XEmacs.
123 (ansi-color-make-color-map): Use ansi-color-make-face.
124 (ansi-color-get-face): Avoid face text property '(nil) as results
125 in an errow for XEmacs.
126
127 2000-01-09 Alex Schroeder <alex@gnu.org>
128
129 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
130 text-property ansi-color in order to preserve fontification by
131 ansi-color. When the package is loaded, a lambda expression is
132 put onto font-lock-mode-hook. This lambda expression will check
133 font-lock-unfontify-region-function and replace
134 font-lock-default-unfontify-region with
135 ansi-color-unfontify-region.
136 (ansi-color-apply): Add text-property ansi-color in addition to
137 text-property face.
138 (ansi-color-apply-on-region): Add text-property ansi-color in
139 addition to text-property face.
140 (save-buffer-state): Copy of the macro that is also used by
141 lazy-lock and font-lock.
142
143 (ansi-color-for-comint-mode): New option.
144 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
145 (ansi-color-for-comint-mode-off): Ditto.
146 (ansi-color-for-comint-mode-filter): Ditto.
147 (ansi-color-process): New function. Uses
148 ansi-color-for-comint-mode to decide what to do. This function is
149 added to comint-preoutput-filter-functions when the package is
150 loaded.
151
152 (ansi-color-for-shell-mode-set): Removed.
153 (ansi-color-for-shell-mode): Removed.
154
155 2000-01-09 Alex Schroeder <alex@gnu.org>
156
157 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
158 the lambda expression from the ansi-color-for-shell-mode :set
159 property. Additionally, modify shell-mode-hook to enable or
160 disable font-lock-mode for future shell buffers.
161 (ansi-color-for-shell-mode): The :set property calls
162 ansi-color-for-shell-mode-set instead of a lambda expression.
163
164 2000-01-09 Alex Schroeder <alex@gnu.org>
165
166 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
167 (ansi-color-context): New variable.
168 (ansi-color-apply): Save context between calls.
169
170 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
171
172 * isearch.el (isearch, isearch-lazy-highlight-face): New
173 definitions for face colors and attributes.
174
175 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
176 of display-mouse-p.
177
178 2001-01-09 Kenichi Handa <handa@etl.go.jp>
179
180 * international/mule.el (make-coding-system): If the coding system
181 accepts extra latin codes, register such codes as safe for the
182 coding system.
183
184 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
185
186 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
187 don't mention the file name or the date here, because they are
188 logged at the start of the file.
189
190 2001-01-08 Richard M. Stallman <rms@gnu.org>
191
192 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
193 Change screen-width to frame-width.
194
195 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * info.el (Info-search): Print the default as part of the prompt.
198
199 2001-01-08 Andre Spiegel <spiegel@gnu.org>
200
201 * vc.el (vc-default-latest-on-branch-p): New function, replaces
202 constant implementations in backends.
203
204 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
205 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
206
207 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
208 WRITABLE to EDITABLE.
209
210 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
211 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
212 to EDITABLE.
213
214 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
215
216 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
217 (copyright, copyright-update): Compute the current year at run
218 time.
219
220 2001-01-08 Gerd Moellmann <gerd@gnu.org>
221
222 * isearch.el (isearch-old-signal-hook): Removed.
223 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
224 instead of setting signal-hook-function.
225 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
226
227 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
228
229 * emulation/edt.el: Update to version 4.0. Provide support for
230 EDT scroll margins at top and bottom of the window. Provide an
231 emulation of the EDT SUBS command (bound to GOLD-Enter, by
232 default). Enhance edt-quit, bound to GOLD-q by default, to warn
233 user when file-related buffer modifications exist. Provide
234 support for running EDT Emulation in XEmacs. Provide customize
235 access to some user updatable variables. Add Commentary section
236 to file header. Fixed a few minor bugs and cleaned up some code.
237
238 * emulation/edt-mapper.el: Update to version 4.0. Provide support
239 for detecting a keypress that generates an ASCII key sequence.
240 (Previously, only a keypress that generates a vector was
241 recognized.) Embed Window Manager name into name of the generated
242 EDT Emulation initialization file since the initialization file is
243 Window Manager specific. Add Commentary section to file header.
244
245 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * mail/sendmail.el (mail-mode): Doc fix.
248
249 * info.el (Info-goto-emacs-command-node): Doc fix.
250 (Info-goto-emacs-key-command-node): Doc fix.
251
252 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
255 systems without long file-name support.
256
257 2001-01-06 Andrew Innes <andrewi@gnu.org>
258
259 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
260
261 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
264 (isearch-lazy-highlight-update): Doc fix.
265
266 * ffap.el (ffap-bindings): Doc fix.
267
268 * dired-x.el (dired-virtual-guess-dir): Doc fix.
269
270 2001-01-05 Dave Love <fx@gnu.org>
271
272 * emacs-lisp/cl-seq.el (remove, remq): Remove.
273
274 2001-01-05 Gerd Moellmann <gerd@gnu.org>
275
276 * mouse-drag.el (mouse-drag-safe-scroll): Bind
277 scroll-preserve-screen-position to nil.
278
279 * isearch.el (isearch-old-signal-hook): New variable.
280 (isearch-mode): Set signal-hook-function to isearch-done.
281 (isearch-done): Restore old signal-hook-function.
282
283 * info.el (Info-fontify-node): Mark one more char as intangible.
284
285 2000-01-05 Kenichi Handa <handa@etl.go.jp>
286
287 * composite.el (compose-last-chars): New argument COMPONENTS. If
288 it is non-nil, compose preceding characters by compose-region with
289 COMPONENTS.
290
291 * international/quail.el (quail-input-string-to-events): New function.
292 (quail-input-method): Convert input string to events here.
293 (quail-start-translation): Return input string, not event list.
294 (quail-start-conversion): Likewise.
295
296 2001-01-04 Gerd Moellmann <gerd@gnu.org>
297
298 * tooltip.el (tooltip-cancel-delayed-tip)
299 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
300 and tooltip-add-timeout.
301 (tooltip-show): Set border color from faces's foreground.
302 (tooltip-show-help-function): If called with the same help string
303 as last time, do nothing.
304 (tooltip-help-tips): Don't set tooltip-help-message to nil.
305
306 * startup.el (fancy-splash-screens): Don't bind show-help-function
307 to nil.
308
309 * tooltip.el (tooltip-frame-parameters): Remove colors.
310 (tooltip): New face
311 (tooltip-set-param): New function.
312 (tooltip-show): Set up color frame parameters from face `tooltip'.
313 Display the tooltip text in face `tooltip'.
314
315 2001-01-04 Dave Love <fx@gnu.org>
316
317 * whitespace.el (whitespace-global-mode): Fix typo.
318
319 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
320
321 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
322
323 * help.el (help-for-help): Fix a typo in a doc string. From
324 kwzh@gnu.org (Karl Heuer).
325
326 2001-01-03 Dave Love <fx@gnu.org>
327
328 * dired-x.el: Doc fixes. Maintainer change.
329 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
330 :type.
331 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
332 (dired-guess-shell-alist-user): Customize.
333 (dired-x-help-address): Set to bug-gnu-emacs.
334 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
335 (dired-default-directory): Renamed from default-directory.
336
337 * hl-line.el (hl-line): Doc fix.
338
339 2001-01-03 Karl Fogel <kfogel@red-bean.com>
340
341 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
342
343 2001-01-02 Richard M. Stallman <rms@gnu.org>
344
345 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
346 to remove all the current alternative-match highlighting.
347 If nil, remove only what's outside the current window.
348 (isearch-lazy-highlight-remove-overlays): Take optional
349 region within which NOT to remove them.
350 (isearch-lazy-highlight-new-loop): Greatly simplified.
351 (isearch-lazy-highlight-update): Find all the other occurrences
352 visible in the window, in just one call.
353 (isearch-lazy-highlight-start): Now holds start of region to scan.
354 (isearch-lazy-highlight-end): Now holds end of region to scan.
355 (isearch-lazy-highlight-wrapped): Variable deleted.
356 (isearch-lazy-highlight-search): Function deleted.
357
358 2000-01-02 Andrew Innes <andrewi@gnu.org>
359
360 * w32-fns.el (convert-standard-filename): Do length check on name
361 before aref.
362
363 2001-01-02 Dave Love <fx@gnu.org>
364
365 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
366 value.
367 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
368
369 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
370
371 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
372 read syntax.
373
374 * calendar/todo-mode.el (todo): Add :link, :version.
375 (todo-save-top-priorities): Remove autoload cookie.
376 (todo-add-category, todo-add-item-non-interactively)
377 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
378 cookie.
379
380 2001-01-02 Gerd Moellmann <gerd@gnu.org>
381
382 * comint.el (comint-input-history-ignore): New variable.
383 (comint-read-input-ring): Ignore entries matching
384 comint-input-history-ignore.
385
386 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
387
388 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
389 (lm-copyright-mark): New function.
390 (lm-crack-copyright): New function.
391 (lm-verify): Check that the file has a copyright.
392 Check that the file is copyright Free Software Foundation.
393
394 2000-12-30 Kenichi Handa <handa@etl.go.jp>
395
396 * international/mule-diag.el (print-fontset): Indent font name by
397 24 columns, not 25.
398
399 2000-12-29 Gerd Moellmann <gerd@gnu.org>
400
401 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
402 in Subject line.
403
404 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
405 Use mail-mode-hook instead of mail-setup-hook. Otherwise
406 continuing an interrupted message with C-u C-x m for instence,
407 winds up in Mail mode without abbrevs.
408
409 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
410
411 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
412 non-nil. Adding almost all customization variables on ps-setup. Doc
413 fix.
414 (ps-print-version): New version number (6.3.3).
415 (ps-end-with-control-d): Initialization fix.
416 (ps-lines-printed): New var.
417 (ps-skip-newline): New fun.
418 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
419 (ps-next-line, ps-continue-line, ps-plot-region)
420 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
421
422 2000-12-29 Kenichi Handa <handa@etl.go.jp>
423
424 * international/fontset.el (x-complement-fontset-spec): Resolve
425 ASCII font name so that the same family name is used for fonts
426 registered in x-font-name-charset-alist.
427 (create-fontset-from-fontset-spec): Adjusted for the above change.
428 The name of fontset alias should be a unresolved ASCII font name.
429
430 2000-12-28 Gerd Moellmann <gerd@gnu.org>
431
432 * simple.el (delete-key-deletes-forward-mode): Bind backspace
433 and delete in isearch-mode-map.
434
435 2000-12-28 Richard M. Stallman <rms@gnu.org>
436
437 * dired-x.el (dired-guess-shell-alist-default):
438 Use xpdf instead of acroread.
439
440 2000-12-28 Kenichi Handa <handa@etl.go.jp>
441
442 * textmodes/artist.el (artist-butlast): Deleted.
443 (artist-ellipse-mirror-quadrant): Use butlast instead of
444 artist-butlast.
445
446 * subr.el (butlast, nbutlast): Moved from cl.el to here.
447
448 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
449
450 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
451
452 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
453
454 * ls-lisp.el: Better support for the Mac and MS-Windows.
455 (ls-lisp): New defgroup.
456 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
457 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
458 (ls-lisp-support-shell-wildcards): New defcustoms.
459 (ls-lisp-parse-symlink): New function.
460 (insert-directory): Code to convert switches to a list and set up
461 the wildcard argument copied from ls-lisp-insert-directory.
462 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
463 for -C and -R switches.
464 (ls-lisp-column-format): New function.
465 (ls-lisp-delete-matching, ls-lisp-handle-switches)
466 (ls-lisp-format-time): Add doc strings.
467 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
468 Support ls-lisp-dirs-first.
469 (ls-lisp-classify, ls-lisp-extension): New functions.
470 (ls-lisp-format): Optionally support emulation of symlinks.
471 Support -i, -s, and -G switches.
472
473 2000-12-27 Gerd Moellmann <gerd@gnu.org>
474
475 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
476
477 * version.el (emacs-version): Print X scroll bar information.
478
479 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
480 instead of x-toolkit-scroll-bars-p.
481
482 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
483 of x-toolkit-scroll-bars-p.
484
485 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
486
487 * ffap.el (ffap-bindings): Make interactive and add an autoload
488 cookie.
489 (ffap-bindings): Doc fix, to reflect the above change.
490
491 2000-12-27 Kenichi Handa <handa@etl.go.jp>
492
493 * term.el (term-char-mode): Define all non-ascii self-inserting
494 characters to 'term-send-raw in term-raw-map.
495
496 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
497
498 * viper-init (viper-restore-cursor-type): Added condition-case
499 guard.
500
501 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
502 initialization; use add-hook.
503 (ediff-file-remote-p): Use file-local-copy.
504
505 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
506
507 * ediff.el (ediff-patch-buffer): Bug fix.
508 (ediff-revision): Allow selection of the file at the prompt.
509
510 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
511
512 * subr.el (combine-run-hooks): Remove.
513
514 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
515 and remove the rogue second spec.
516
517 2000-12-23 Gerd Moellmann <gerd@gnu.org>
518
519 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
520
521 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
522
523 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
524 Use minibuffer menu prompt for the `=' prefix.
525 (smerge-command-prefix): Change default to C-^.
526 (smerge-mode): Don't assume font-lock doesn't move point.
527
528 * skeleton.el (skeleton-internal-1): Make sure the first line of
529 the region is also re-indented.
530 (skeleton-end-newline): New var.
531 (skeleton-end-hook): Use it.
532
533 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
534
535 * comint.el (comint-password-prompt-regexp): Support CVS.
536
537 2000-12-22 Gerd Moellmann <gerd@gnu.org>
538
539 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
540 backspace key combinations, depending on
541 delete-key-deletes-forward.
542
543 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
544
545 * simple.el (delete-key-deletes-forward): Doc fix.
546
547 2000-08-22 Emmanuel Briot <briot@gnat.com>
548
549 * xml.el (top level comment): Updated to reflect the fact that
550 white spaces are relevant in the XML file.
551 (xml-parse-file): Do not kill an existing Emacs buffer if the file
552 to parse was already edited. This allows for on-the-fly analysis
553 of XML files.
554 (xml-parse-tag): Check that the casing is the same in the start
555 tag and end tag, since XML is case-sensitive. Allows for spaces
556 in the end tag, after the name of the tag.
557 (xml-parse-attlist): Allow for the character '-' in the name of
558 attributes, as in the standard http-equiv attribute Do not save
559 the properties in the XML tree, since they are not relevant.
560
561 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
562
563 * generic.el (generic-read-type): Undo last change, inline into
564 `generic-mode' and then remove.
565 (generic-mode): Inline generic-read-type.
566 (define-generic-mode): Push the symbol name rather than the symbol
567 onto generic-mode-list.
568
569 2000-12-21 Gerd Moellmann <gerd@gnu.org>
570
571 * generic.el (generic-read-type): Build an alist for
572 completing-read as in 20.7.
573
574 * play/landmark.el (lm): Use interactive spec `P'.
575 (toplevel): Don't set debug-on-error.
576
577 * server.el (server-switch-buffer): Choose a window on a visible
578 frame.
579
580 2000-12-21 Dave Pearson <davep@davep.org>
581
582 * quickurl.el: Commentry change, I've moved my web site.
583
584 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
585
586 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
587 ranges like \177-\237, but accepts the character sequence from \177 to
588 \237. Doc fix.
589 (ebnf-version): New version (3.4).
590 (ebnf-setup): Code fix.
591 (ebnf-range-regexp): New fun.
592 (ebnf-8-bit-chars): Const fix.
593
594 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
595 entry. Doc fix.
596 (ebnf-bnf-lex): Code fix.
597 (ebnf-bnf-comment-chars): Const fix.
598
599 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
600 entry. Doc fix.
601 (ebnf-iso-comment-chars): Const fix.
602
603 * ebnf-otz.el: Doc fix.
604
605 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
606 entry. Doc fix.
607 (ebnf-yac-skip-code): Code fix.
608 (ebnf-yac-comment-chars): Const fix.
609
610 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
611
612 * files.el (insert-directory-safely): New function.
613 (recover-file): Use it instead of insert-directory. From Markus
614 Rost <markus.rost@mathematik.uni-regensburg.de>
615
616 2000-12-21 Kenichi Handa <handa@etl.go.jp>
617
618 * international/mule-cmds.el (select-safe-coding-system): Check
619 coding-category-list more rigidly. Improve help message.
620
621 * dired.el (dired-move-to-filename-regexp): Fix previous change.
622
623 2000-12-21 Miles Bader <miles@gnu.org>
624
625 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
626 prefix.
627
628 2000-12-21 Kenichi Handa <handa@etl.go.jp>
629
630 * international/mule-diag.el (describe-char-after): Make *Help*
631 buffer inherit multibyteness of the current buffer.
632
633 * international/mule.el (make-char): Docstring adjusted for the
634 change of make-char-internal.
635
636 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
637
638 * international/iso-cvt.el: Docstrings fix.
639
640 2000-12-20 Dave Love <fx@gnu.org>
641
642 * subr.el (eval-after-load): Doc fix.
643
644 2000-12-20 Kenichi Handa <handa@etl.go.jp>
645
646 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
647 for numbers.
648
649 2000-12-20 Miles Bader <miles@gnu.org>
650
651 * international/quail.el (quail-help): Resize the help window
652 again after it has all its contents. Remove unneeded progn.
653
654 2000-12-19 Gerd Moellmann <gerd@gnu.org>
655
656 * pcmpl-linux.el: Fix copy/paste error.
657
658 2000-12-19 Andrew Innes <andrewi@gnu.org>
659
660 * simple.el (delete-key-deletes-forward-mode): Fix typo in
661 docstring.
662
663 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
664
665 * progmodes/idlw-rinfo.el: Fixed copyright notice.
666
667 * progmodes/idlw-toolbar.el: Fixed copyright notice.
668
669 * progmodes/idlw-shell.el: Fixed copyright notice.
670
671 * progmodes/idlwave.el: Fixed copyright notice.
672
673 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
674 TAB as key separators.
675
676 2000-12-19 Alex Schroeder <alex@gnu.org>
677
678 * sql.el (sql-sybase-options): New option.
679 (sql-sybase): Use it. Add sql-database to the list of parameters
680 provided for login. The options -w 2048 -n are not used any more.
681 (sql-postgres-options): Changed default from "--pset" to "-P".
682 (sql-mysql-options): Doc change.
683 (sql-stop): Doc change.
684
685 2000-12-19 Kenichi Handa <handa@etl.go.jp>
686
687 * international/quail.el (quail-input-method): Always hide
688 the guidance buffer on exiting.
689
690 2000-12-18 Gerd Moellmann <gerd@gnu.org>
691
692 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
693 isn't fboundp.
694
695 * server.el (server-buffer-done): Bury the buffer before
696 killing it.
697
698 * faces.el (face-spec-set): Interpret a nil in specs for
699 foreground and background colors as `unspecified', for
700 compatibility with 20.x.
701
702 2000-12-18 Dave Love <fx@gnu.org>
703
704 * simple.el (mail-user-agent): Doc fix.
705 (input-mode-8-bit): Removed.
706
707 * international/mule.el (set-keyboard-coding-system): Doc fix.
708 (keyboard-coding-system): New option.
709
710 * mail/sendmail.el (send-mail-function): Customize.
711
712 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * international/codepage.el (cp866-decode-table): New table.
715
716 2000-12-18 Gerd Moellmann <gerd@gnu.org>
717
718 * version.el (emacs-version): Remove `%a' from the time format
719 because the weekday doesn't fit well into each locale.
720
721 2000-12-18 Miles Bader <miles@gnu.org>
722
723 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
724
725 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
726 Check that emacs-major-version is `=' to 20, not `>='.
727 (artist-replace-chars): Use `make-string' instead of a loop.
728
729 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
730
731 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
732 (cvs-execute-single-file): Don't change directory.
733 Patch from Per Cederqvist.
734
735 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
736
737 * textmodes/ispell.el (check-ispell-version): If
738 `ispell-program-name' is "aspell", pass it the -v switch instead
739 of -vv.
740
741 2000-12-16 Kenichi Handa <handa@etl.go.jp>
742
743 * international/mule-diag.el (mule-diag): Insert information about
744 configure options, multibyte awareness, language env.
745
746 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
747 regexp to search for candidates.
748
749 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
750
751 * info.el (Info-forward-node): If the node has an
752 Info-header-line, widen the buffer before searching for "next:"
753 and "up:" pointers, and set the search limit to stay in the
754 current node.
755
756 2000-12-16 Miles Bader <miles@gnu.org>
757
758 * simple.el (delete-trailing-whitespace): Remove extraneous let.
759
760 2000-12-15 Miles Bader <miles@gnu.org>
761
762 * comint.el (comint-send-string, comint-send-region): Also accept
763 a buffer, buffer-name, or nil for PROCESS, for compatibility with
764 process-send-string/region.
765
766 2000-12-15 Gerd Moellmann <gerd@gnu.org>
767
768 * isearch.el (isearch-lazy-highlight-max): New user-option.
769 (isearch-lazy-highlight-update): Don't highlight more than
770 isearch-lazy-highlight-max matches.
771
772 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
773
774 2000-12-15 Richard M. Stallman <rms@gnu.org>
775
776 * sort.el (sort-columns): Fix error message.
777
778 * dabbrev.el (dabbrev--last-case-pattern): Value is now
779 `upcase' or `downcase' or nil.
780 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
781 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
782 (dabbrev--substitute-expansion): New arg record-case-pattern.
783 If it is non-nil, set dabbrev--last-case-pattern.
784 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
785
786 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
787
788 2000-12-15 Miles Bader <miles@gnu.org>
789
790 * paths.el (Info-default-directory-list): Don't delete
791 configure-info-directory from the list of standard info
792 directories when appending it to the end -- their order is
793 important.
794
795 * faces.el (read-face-attribute): If there's no entry for the
796 user's input in VALID, just use it as-is (this will often result
797 in an error, but it may be OK for e.g. colors using hexadecimal
798 notation, and at least will yield a better error message).
799
800 * window.el (mode-line-window-height-fudge): Function removed.
801 (height-affecting-face-attributes, mode-line-window-height-fudge):
802 Variables removed.
803 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
804 window is really the right size. Use vertical-motion
805 rather than forward-line.
806 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
807 (ispell-command-loop, ispell-show-choices): Use the variable
808 ispell-choices-win-default-height, rather than the function.
809 (ispell-choices-win-default-height): Function removed.
810 (ispell-mode-line-window-height-fudge): Function removed.
811
812 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
813
814 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
815
816 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * paths.el (Info-default-directory-list): If
819 configure-info-directory is not one of the standard directories,
820 put it first in the list; otherwise put it last. Doc string
821 changed accordingly.
822
823 * info.el (Info-directory-list): Change doc string to reflect the
824 change in Info-default-directory-list.
825
826 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
827 windows-nt as windowed environments, even under -nw.
828
829 * startup.el (command-line): Don't call x-backspace-delete-keys-p
830 if not fboundp. Switch delete-forward mode for the <delete> key
831 on all PC platforms, even under -nw.
832
833 * term/internal.el ([M-delete]): Remap to M-d.
834
835 2000-12-14 Gerd Moellmann <gerd@gnu.org>
836
837 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
838
839 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
842
843 2000-12-14 Gerd Moellmann <gerd@gnu.org>
844
845 * startup.el (command-line): Call delete-key-deletes-forward-mode,
846 if appropriate.
847
848 * simple.el (delete-key-deletes-forward): New user-option.
849 (delete-key-deletes-forward-mode): New function.
850
851 * bindings.el: Bind `delete' to backward-delete-char.
852
853 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
854 if symbol is bound before getting its value.
855
856 * tooltip.el (tooltip-show): If an error is signaled in
857 x-show-tip, display that error, and display the help in the
858 echo area.
859
860 2000-12-14 Kenichi Handa <handa@etl.go.jp>
861
862 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
863 "... entries" messages for every 10000 entries, not 10.
864
865 2000-12-13 Karl Fogel <kfogel@red-bean.com>
866
867 * bookmark.el: Provide a generic exit hook, as suggested by
868 Ovidiu Predescu <ovidiu@cup.hp.com>:
869 (bookmark-exit-hook): New var.
870 (bookmark-exit-hook-internal): New func, replaces
871 old raw lambda form in `kill-emacs-hook', and runs new
872 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
873 as logically that feature must have been provided if this function
874 is running.
875 Removed ;;;###autoload before the `add-hook' call.
876
877 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
878
879 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
880 (easy-menu-current-active-maps): New function.
881 (easy-menu-get-map): Use it.
882 Make a proper menu entry when creating a new keymap.
883
884 2000-12-13 Kenichi Handa <handa@etl.go.jp>
885
886 * international/characters.el: Fix cases and syntaxes for
887 mule-unicode-0100-24ff.
888
889 * dired.el (dired-move-to-filename-regexp): Fixed for the case
890 that a Japanese character is not appended after day and year.
891
892 * info.el (Info-suffix-list): Change format for a command that
893 requires arguments.
894 (info-insert-file-contents): Adjusted for the above change.
895
896 2000-12-12 Andreas Schwab <schwab@suse.de>
897
898 * tar-mode.el (tar-extract): Base the name of the subfile buffer
899 on the name of the tar buffer. Verify that the existing buffer is
900 visiting the same subfile.
901
902 2000-12-12 Dave Love <fx@gnu.org>
903
904 * subdirs.el: Add obsolete.
905
906 2000-12-12 Gerd Moellmann <gerd@gnu.org>
907
908 * mail/rmailsum.el (rmail-summary-expunge)
909 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
910 instead of rmail-confirm-expunge.
911
912 * replace.el (perform-replace): Don't use an empty match adjacent
913 to a non-empty match when computing the next match before the
914 replacement is performed.
915
916 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
917
918 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
919 definition (patch by Stefan Monnier).
920 (glasses-mode): Use jit-lock instead of `after-change-functions'
921 (patch by Stefan Monnier).
922
923 2000-12-12 Miles Bader <miles@gnu.org>
924
925 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
926 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
927
928 2000-12-12 Andrew Choi <akochoi@i-cable.com>
929
930 * term/mac-win.el: Remove load for ls-lisp.
931
932 * loadup.el: Load ls-lisp for system-type `macos'.
933
934 2000-12-12 Miles Bader <miles@gnu.org>
935
936 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
937 Respect field end too.
938 (just-one-space): Respect fields as `delete-horizontal-space'.
939 (newline-and-indent, reindent-then-newline-and-indent): Use
940 `delete-horizontal-space'.
941
942 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
943
944 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
945 (so as to obey the field property in the minibuffer).
946
947 * obsolete/c-mode.el: Moved from lisp/progmodes.
948 * obsolete/auto-show.el: Moved from lisp.
949 * obsolete/ooutline.el: Moved from lisp/textmodes.
950
951 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
952
953 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
954 changes to list them here.
955
956 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
957 many changes to list them here.
958
959 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
960 many changes to list them here.
961
962 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
963
964 2000-12-11 Gerd Moellmann <gerd@gnu.org>
965
966 * simple.el (kill-new): Don't try to setcar kill-ring if it is
967 nil.
968
969 * cus-edit.el (custom-save-variables, custom-save-faces):
970 Comment fix.
971
972 * hscroll.el: Moved to `obsolete' subdir.
973
974 2000-12-11 Miles Bader <miles@gnu.org>
975
976 * window.el (window-text-height): Function removed (now in C).
977
978 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
979
980 * log-edit.el (log-edit-parent-buffer): New var.
981 (log-edit): Set it. Add BUFFER argument.
982 (log-edit-done): Use char-before.
983 Don't bother checking validity of vc-comment-ring.
984 Only bury the buffer if log-edit popped it up.
985
986 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
987 (cvs-mode-diff-help): Remove.
988 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
989 (cvs-mode-marked): Set up the default for CMD manually.
990
991 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
992 Remove binding for ? now made unnecessary.
993
994 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
995
996 * textmodes/reftex.el (reftex-scanning-info-available-p): New
997 function
998 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
999
1000 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1001 when master file is not open.
1002
1003 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1004
1005 * progmodes/ada-stmt.el: Update `maintainer'.
1006
1007 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1008
1009 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1010 choices to match documentation string.
1011
1012 2000-12-09 Miles Bader <miles@gnu.org>
1013
1014 * minibuf-eldef.el: New file.
1015
1016 * window.el (fit-window-to-buffer): Don't pass last argument to
1017 pos-visible-in-window-p, now that its meaning is inverted.
1018
1019 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1020
1021 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1022 <ceder@lysator.liu.se>.
1023
1024 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1025
1026 * autoinsert.el (auto-insert-alist): Add missing final \n.
1027
1028 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1029 (cvs-menu-map): Remove.
1030 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1031 (cvs-mode-quit): Turn it back into a plain function.
1032
1033 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1034 (texinfo-filter): Remove (move to texinfo.el).
1035
1036 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1037 file where it's more visible.
1038 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1039 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1040 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1041 (texinfo-inside-macro-p): Only catch `scan-error's.
1042 (texinfo-inside-env-p): Make better use of the match info.
1043 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1044 (texinfo-insert-@end): Slight re-organization.
1045 Also remove useless `looking-at' call.
1046
1047 2000-12-08 Andrew Innes <andrewi@gnu.org>
1048
1049 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1050 accessible in -nw mode.
1051
1052 * term/w32-win.el: Remove stuff about selection timeout, which is
1053 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1054 it is accessible in -nw mode.
1055
1056 2000-12-08 Dave Love <fx@gnu.org>
1057
1058 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1059 font-lock-keywords-case-fold-search.
1060
1061 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1062
1063 * textmodes/ispell.el (ispell): Doc fix.
1064
1065 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1066
1067 * international/quail.el (quail-insert-decode-map): Check the
1068 frame width of a window displaying the current buffer, not that of
1069 the selected frame.
1070 (quail-help): Make sure that the help buffer has window before
1071 inserting text in it.
1072
1073 2000-12-07 Sam Steingold <sds@gnu.org>
1074
1075 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1076 Backquote is used in isearch.el, so autoloading saves nothing.
1077
1078 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1079
1080 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1081 the CVS and RCS subdirectories case-insensitively.
1082
1083 * dired.el (dired-insert-directory): If file-system-info is
1084 fboundp, call it instead of invoking dired-free-space-program.
1085
1086 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1087
1088 * server.el (server-visit-files): Push files on file-name-history.
1089
1090 * progmodes/cc-langs.el: Update copyright.
1091
1092 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1093
1094 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1095
1096 * bindings.el (mode-line-mode-menu): Reverse the order
1097 of define-keys so that the menu appears in alphabetical order.
1098
1099 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1100
1101 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1102 of the function.
1103
1104 2000-12-07 Dave Love <fx@gnu.org>
1105
1106 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1107
1108 * facemenu.el (facemenu-unlisted-faces): Fix value.
1109
1110 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1111
1112 * font-lock.el (font-lock-default-fontify-region):
1113 Include the terminating \n (off-by-one error).
1114 (font-lock-set-defaults): Use dolist.
1115
1116 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1117
1118 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1119
1120 * international/mule-cmds.el (describe-language-environment): Fix
1121 for the case that an input method title is not string but a list.
1122
1123 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1124 of wrong SIZE record.
1125
1126 2000-12-06 Dave Love <fx@gnu.org>
1127
1128 * newcomment.el (comment-region, comment-dwim): Doc fix.
1129
1130 * textmodes/texinfo.el: Require tex-mode when compiling.
1131 (texinfo-update-node): Doc fix.
1132 (texinfo-imenu-generic-expression): Add @anchor.
1133 (texinfo-font-lock-keywords): Add @uref.
1134 (texinfo-inside-macro-p): Don't use ignore-errors.
1135 (texinfo-insert-quote): Match more contexts.
1136
1137 * international/mule.el (decode-char, encode-char): Doc fix.
1138 (auto-coding-alist): Customize.
1139
1140 * files.el (load-file): Fix change of 2000-03-12.
1141
1142 * wid-edit.el (widget-text-keymap): Doc fix.
1143
1144 2000-12-06 Andrew Innes <andrewi@gnu.org>
1145
1146 * makefile.w32-in (lisp): Set to an absolute directory, namely
1147 $(CURDIR).
1148
1149 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1150
1151 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1152 read generated-autoload-file, and set buffer-file-coding-system to
1153 raw-text-unix after reading the file.
1154
1155 * international/mule-conf.el (file-coding-system-alist): Use
1156 raw-text for reading loaddefs.el and raw-text-unix for writing
1157 it.
1158
1159 2000-12-06 Gerd Moellmann <gerd@gnu.org>
1160
1161 * replace.el (occur): Make line-number-width 1 smaller for the
1162 colon following the line number.
1163
1164 * startup.el (fancy-splash-text, command-line-1): Use
1165 `File' for the menu name instead of `Files'.
1166
1167 * tmm.el: Update copyright.
1168
1169 * cus-start.el: Add entry for even-window-heights.
1170
1171 2000-12-06 Miles Bader <miles@gnu.org>
1172
1173 * faces.el (frame-set-background-mode): Avoid stomping on
1174 locally modified faces.
1175
1176 2000-12-06 Kenichi Handa <handa@etl.go.jp>
1177
1178 * international/fontset.el: Correct the font registries for
1179 japanese-jisx0213-1 and japanese-jisx0213-2.
1180
1181 2000-12-05 Gerd Moellmann <gerd@gnu.org>
1182
1183 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1184
1185 * iswitchb.el: Update customization commentary.
1186
1187 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1188
1189 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1190 (tpu-search-highlight): Fixed comparison of overlay end positions.
1191 (tpu-trim-line-ends): Implemented trimming logic locally.
1192
1193 * emulation/tpu-extras.el (tpu-write-file-hook)
1194 (tpu-set-cursor-bound): Replaced picture-clean with
1195 tpu-trim-line-ends.
1196
1197 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1198
1199 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1200 to cn-gb.
1201 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1202
1203 2000-12-04 Dave Love <fx@gnu.org>
1204
1205 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1206
1207 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1208
1209 * mail/rmailsum.el (rmail-summary-expunge)
1210 (rmail-summary-expunge-and-save): Ask for confirmation with
1211 rmail-expunge-confirmed.
1212
1213 * mail/rmail.el (rmail-expunge-confirmed): New function.
1214 (rmail-expunge): Use it.
1215
1216 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1217 (etags-recognize-tags-table, find-tag-in-order): New
1218 functionality: interpret file names as tags.
1219
1220 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1221
1222 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1223 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1224 visit the first subnode until the bottom of the current node is
1225 visible.
1226
1227 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1228
1229 * format.el (format-decode): Don't change buffer's undo list.
1230
1231 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1232
1233 * faces.el (face-font-registry-alternatives): Add entries for CJK
1234 fonts. Doc-string adjusted for the actual usage of this data.
1235
1236 * international/fontset.el: Change the font registries for CJK
1237 fonts in the default fontset. Don't append '*' to registries.
1238
1239 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1240
1241 * emacs-lisp/easy-mmode.el (define-derived-mode)
1242 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1243
1244 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1245 (derived-mode-p): New function.
1246 (derived-mode-make-docstring): Add `docstring' argument.
1247 Use it if available and complete it if necessary.
1248
1249 2000-12-03 Andreas Schwab <schwab@suse.de>
1250
1251 * type-break.el (type-break): Don't make parent of itself.
1252
1253 2000-12-03 Miles Bader <miles@gnu.org>
1254
1255 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1256
1257 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1258
1259 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1260 (tex-main-file, tex-file): Simplify.
1261 (tex-generate-zap-file-name): Use subst-char-in-string.
1262 (tex-strip-dots): Remove.
1263
1264 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1265
1266 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1267 to check if the match succeeded.
1268
1269 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1270
1271 * startup.el (use-fancy-splash-screens-p): New function.
1272 (command-line-1): Use it to determine whether or not to use
1273 a fancy splash screen.
1274
1275 2000-12-02 Andreas Schwab <schwab@suse.de>
1276
1277 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1278
1279 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1280
1281 * international/mule.el (make-char): Fix last change.
1282
1283 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1284 New defcustoms.
1285 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1286 autoloading tex-mode; instead, do the same manually. Use
1287 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1288 with numeric argument. Docstring fix.
1289 (toplevel): Require cl when compiling.
1290
1291 * international/mule.el (make-char): Doc fix.
1292
1293 2000-12-02 Jason Rumney <jasonr@gnu.org>
1294
1295 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1296 the Emacs Lisp manual)
1297
1298 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1299
1300 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1301
1302 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1303 the Emacs Lisp manual).
1304
1305 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1306
1307 * simple.el (next-line-add-newlines): Change default to nil.
1308
1309 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * files.el (revert-buffer, recover-file): Bind
1312 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1313
1314 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1315
1316 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1317
1318 2000-12-01 Miles Bader <miles@gnu.org>
1319
1320 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1321
1322 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1323
1324 * international/mule-diag.el (describe-char-after): Fix typo.
1325 (describe-character-set, non-iso-charset-alist): Fix typo.
1326
1327 2000-12-01 Miles Bader <miles@gnu.org>
1328
1329 * image-file.el (image-file-name-regexp): Automatically add
1330 upper-case variants of each filename extension in
1331 `image-file-name-extensions', since they seem to be common.
1332
1333 * simple.el (minibuffer-contents)
1334 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1335 New functions.
1336 * filecache.el (file-cache-directory-name)
1337 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1338
1339 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1340
1341 * filecache.el (file-cache-minibuffer-complete): Don't try to
1342 delete the minibuffer prompt.
1343
1344 2000-11-30 Dave Love <fx@gnu.org>
1345
1346 * cus-start.el: Fix read-buffer-function type.
1347
1348 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1349
1350 * md5.el: Removed. There's a built-in function, now.
1351
1352 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1353
1354 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1355 as dummy 0-th char of rmail-deleted-vector.
1356
1357 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * ps-print.el (ps-end-job): Bind case-fold-search only after
1360 switching to ps-spool-buffer.
1361
1362 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1363
1364 * ps-print.el: Line number font customization. PostScript: Lines and
1365 PageCount are initialized on each page. Doc Fix.
1366 (ps-print-version): New version number (6.3.2).
1367 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1368 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1369 (ps-right-header): Customization fix.
1370 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1371 Fix code.
1372 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1373 New vars.
1374
1375 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1376
1377 * bs.el: Fix typos and spelling errors.
1378 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1379 (bs-configuration): Doc fix.
1380
1381 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1382
1383 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1384
1385 * emulation/tpu-edt.el (tpu-version): New version.
1386 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1387 (tpu-original-mode-line): Variable deleted.
1388 (tpu-mark-flag): New initial value.
1389 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1390 tpu-mark-flag to minor-mode-alist.
1391 (tpu-update-mode-line): New mark flag logic.
1392 (tpu-get): Use find-file-wildcards.
1393 (tpu-search-highlight): Move overlay less, reset overlay properly.
1394 (tpu-unselect): Deactivate mark.
1395 (tpu-lm-replace): Reset overlay properly.
1396 (tpu-forward-line): Use forward-visible-line.
1397 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1398
1399 * emulation/tpu-extras.el (tpu-forward-line): Use
1400 forward-visible-line.
1401
1402 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1403
1404 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1405
1406 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1407
1408 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1409 and skip whitespace and newlines.
1410
1411 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1412
1413 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1414
1415 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1416
1417 * help.el (describe-function-1): Regexp-quote function name
1418 when used as part of a regexp.
1419
1420 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1421 face-attribute instead of face-foreground and face-background.
1422 (tool-bar-add-item): Likewise, and handle unspecified colors.
1423
1424 * enriched.el (enriched-face-ans): Use face-attribute instead
1425 of face-foreground and face-background.
1426
1427 * faces.el (face-foreground, face-background, face-stipple):
1428 Return nil if attribute is unspecified, for backward
1429 compatibility.
1430
1431 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1432
1433 * play/5x5.el: Remove version info.
1434
1435 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1436
1437 * frame.el (blink-cursor-mode): Doc fix.
1438
1439 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1440
1441 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1442 to create Makefile rules.
1443 (antlr-tool-command): New user option.
1444 (antlr-ask-about-save): New user option.
1445 (antlr-makefile-specification): New user option.
1446 (antlr-file-formats-alist): New variable.
1447 (antlr-special-file-formats): New variable.
1448 (antlr-unknown-file-formats): New user option.
1449 (antlr-help-unknown-file-text): New variable.
1450 (antlr-help-rules-intro): New variable.
1451 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1452 (antlr-mode-menu): Add entries.
1453 (antlr-file-dependencies): New function.
1454 (antlr-directory-dependencies): New function.
1455 (antlr-superclasses-glibs): New function.
1456 (antlr-run-tool): New command.
1457 (antlr-makefile-insert-variable): New function.
1458 (antlr-insert-makefile-rules): New function.
1459 (antlr-show-makefile-rules): New command.
1460
1461 * antlr-mode.el: More Emacs/XEmacs stuff.
1462 (antlr-no-action-keywords): New constant with value nil.
1463 (antlr-font-lock-keywords-alist): Use it. Old value would break
1464 syntax highlighting in Emacs-21.0.
1465 (antlr-default-directory): Emacs/XEmacs dependend function.
1466 (antlr-read-shell-command): Ditto.
1467 (antlr-with-displaying-help-buffer): Ditto.
1468
1469 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1470
1471 * antlr-mode.el: imenu, parsing and highlighting changes.
1472 (antlr-imenu-create-index-function): Don't create extra submenus
1473 for definitions in different grammar classes. It is not necessary
1474 for the menu and would make command `imenu' awkward to use.
1475 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1476 header actions and more than one.
1477 (antlr-font-lock-tokendef-face): Changed color.
1478 (antlr-font-lock-tokenref-face): Changed color.
1479 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1480 (antlr-mode-syntax-table): New variable.
1481 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1482 (antlr-with-syntax-table): Don't copy syntax table.
1483
1484 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1485
1486 * antlr-mode.el: Minor changes: language setting.
1487 (antlr-language-alist): The value for file option "language" can
1488 be both an identifier and a string.
1489 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1490 (antlr-language-limit-n-regexp): Change accordingly.
1491
1492 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1493
1494 * antlr-mode.el: Minor changes: tabs, hiding.
1495 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1496 (antlr-action-visibility): Also allow value nil to also hide the
1497 braces. Renamed from `antlr-tiny-action-length'.
1498 Suggested by Jay@aol.com.
1499 (antlr-hide-actions): Change accordingly. Hide line if completely
1500 hidden action is on a line of its own.
1501
1502 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1503
1504 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1505
1506 * sort.el (sort-columns): Don't concat strings with numbers.
1507
1508 2000-11-29 Dave Love <fx@gnu.org>
1509
1510 * cus-edit.el (face): Fix :format.
1511
1512 * mail/feedmail.el: Require smtpmail when compiling.
1513 (mail-do-fcc): Autoload.
1514 (feedmail) <defgroup>: Fix :link.
1515 (feedmail-nuke-body-in-fcc): Fix :type.
1516 (feedmail-send-it): Add autoload cookie.
1517
1518 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1519
1520 * newcomment.el (comment-indent): Save excursion around call to
1521 comment-indent-function.
1522
1523 2000-11-29 Miles Bader <miles@gnu.org>
1524
1525 * subr.el (member-ignore-case): Return the tail of the list who's
1526 car matches, like `member', not the matching element itself.
1527
1528 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1529
1530 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1531 should not contain `\n'.
1532
1533 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1534
1535 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1536
1537 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1538
1539 * dired-aux.el (dired-do-create-files): Construct default file
1540 name for dired-mark-read-file-name so that when the user enters
1541 just RET, the target file will end up in the target directory.
1542
1543 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1544 local-abbrev-table before changing buffers because it might
1545 have a buffer-local binding.
1546
1547 2000-11-28 Miles Bader <miles@gnu.org>
1548
1549 * simple.el (delete-horizontal-space): Handle fields more generally.
1550
1551 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1552
1553 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1554
1555 2000-11-28 Dave Love <fx@gnu.org>
1556
1557 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1558 comment-start-skip locally.
1559
1560 * progmodes/fortran.el (fortran-mode): Don't set
1561 fortran-comment-line-start-skip. Set comment-start to
1562 fortran-comment-line-start.
1563 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1564 (fortran-comment-line-start-skip): Simplify slightly.
1565
1566 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1567
1568 * play/5x5.el: Remove RCS keyword.
1569
1570 * bs.el: Mistaken commit, undone 2000-11-30.
1571
1572 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1573
1574 * textmodes/tildify.el (tildify-string-alist): Add
1575 `plain-tex-mode' here.
1576
1577 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1578
1579 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1580 reference.
1581
1582 2000-11-28 Miles Bader <miles@gnu.org>
1583
1584 * cus-face.el (custom-face-attributes): Add post-filter function
1585 for :box. Make pre-filter function for :box handle all cases.
1586
1587 * wid-edit.el (widget-choose): Make sure pop-up window is large
1588 enough to display all the choices, as there's no way to scroll it.
1589
1590 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1591
1592 * international/mule-conf.el: Make the coding system no-conversion
1593 safe for all characters.
1594
1595 2000-11-27 Dave Love <fx@gnu.org>
1596
1597 * net/ldap.el (ldap) <defgroup>: Add :version.
1598
1599 * tooltip.el (tooltip-use-echo-area): Doc fix.
1600
1601 * cus-start.el <minibuffer-prompt-properties>: Add version.
1602 <read-buffer-function>: Add.
1603
1604 * apropos.el (apropos-print): Add help-echo to active text.
1605
1606 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1607
1608 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1609
1610 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1611 type, group and version.
1612
1613 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1614
1615 * select.el (x-get-selection): Docstring fix.
1616
1617 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1618
1619 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1620
1621 2000-11-27 Andrew Innes <andrewi@gnu.org>
1622
1623 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1624
1625 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1626
1627 2000-11-27 Miles Bader <miles@gnu.org>
1628
1629 * dired.el (dired-get-filename): Return filename verbatim if
1630 LOCALP is `verbatim'.
1631 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1632 `verbatim' so that we don't inadvertently delete a non-existant
1633 directory name.
1634
1635 2000-11-27 Kenichi Handa <handa@etl.go.jp>
1636
1637 * international/characters.el: Specify cases and syntaxes for
1638 mule-unicode-0100-24ff.
1639
1640 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1641
1642 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1643 that foreground and/or background colors of the face `tool-bar'
1644 are unspecified.
1645
1646 2000-11-27 Miles Bader <miles@gnu.org>
1647
1648 * wid-edit.el (widget-field-buffer, widget-field-start)
1649 (widget-field-end): Handle widget field `pseudo-overlays'.
1650 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1651 if it's there instead of in `widget-field-list'.
1652
1653 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1654 (help-make-xrefs): Delete extraneous newlines at the end of the
1655 docstring.
1656
1657 2000-11-25 Jason Rumney <jasonr@gnu.org>
1658
1659 * startup.el (command-line): Call set-locale-environment after
1660 Window System init file is read, as it can result in a call to
1661 redraw-frame.
1662
1663 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1664
1665 * simple.el (shell-command): Mention the effect of the prefix
1666 argument in the doc string.
1667
1668 2000-11-25 Miles Bader <miles@gnu.org>
1669
1670 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1671
1672 * wid-edit.el (widget-field-value-delete): Don't try to delete
1673 overlay when it's the `pseudo-overlay' that exists at some points.
1674
1675 2000-11-24 Jason Rumney <jasonr@gnu.org>
1676
1677 * international/mule-cmds.el (locale-language-names): Add "jp" as
1678 a non-standard alternative for Japanese.
1679
1680 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1681
1682 * vc-hooks.el: Require 'cl during compilation.
1683
1684 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1685
1686 * faces.el (face-set-after-frame-default): Let face attributes
1687 specified for new frames override frame parameters.
1688
1689 * startup.el (command-line): Fix computation of the source file
1690 for user-init-file when user-init-file is a compiled file.
1691
1692 2000-11-24 Miles Bader <miles@gnu.org>
1693
1694 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1695 (custom-post-filter-face-spec): New functions.
1696 (custom-face-set, custom-face-value-create): Filter the face spec
1697 before and after customization.
1698 (custom-face-set): If VALUE specifies a null face, pass a
1699 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1700 * cus-face.el (custom-face-attributes): Remove SET and GET
1701 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1702 cases they're needed.
1703
1704 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1705 that it's distinguishable from the :off-glyph on dark-background
1706 displays. Set its background color too.
1707
1708 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1709 so that people can easily turn it off.
1710
1711 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1712
1713 * ediff-diff.el: Moved variables around to have it compile under NT.
1714
1715 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1716
1717 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1718
1719 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1720 redundant skip-small-frames test.
1721
1722 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1723 (viper-downgrade-to-insert): protect against errors in hooks.
1724
1725 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1726 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1727 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1728 functions.
1729
1730 * viper-util.el (viper-memq-char): Bug fixes.
1731
1732 * viper.el (viper-mode): Fix cursor handling.
1733
1734 2000-11-24 Kenichi Handa <handa@etl.go.jp>
1735
1736 * international/mule-diag.el (list-iso-charset-chars): For
1737 two-byte charset, fix the `while' condition.
1738 (list-non-iso-charset-chars): Fix the `while' condition.
1739
1740 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1741
1742 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1743 if the variable is make-variable-buffer-local.
1744
1745 * progmodes/ada-stmt.el (ada-template-map): Initialize
1746 and bind it to C-c t in ada-mode-map.
1747 (ada-stmt-mode-hook): New function extracted from old code.
1748 Only change the buffer-local side of skeleton-*.
1749 (ada-mode-hook): Use it.
1750
1751 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1752
1753 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1754 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1755 we expect to be returned by minibuffer-depth once we prompt the
1756 user in the minibuffer.
1757 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1758 as recorded in iswitchb-minibuf-depth, return non-nil.
1759
1760 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1763 (hscroll-window-maybe): Docstring fix.
1764
1765 2000-11-23 Dave Love <fx@gnu.org>
1766
1767 * rect.el (string-rectangle): Don't test delete-selection-mode.
1768
1769 2000-11-23 Gerd Moellmann <gerd@gnu.org>
1770
1771 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1772 is in the tool bar.
1773
1774 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1775 with `no-dir'; we want the directory part to be able to remove
1776 it.
1777
1778 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1779
1780 * textmodes/outline.el (outline-flag-region):
1781 Don't bind inhibit-read-only since we don't modify the buffer.
1782 (outline-isearch-open-invisible): Don't jump to overlay-start
1783 since we're trying to unhide text around point.
1784 (outline-discard-overlays): Use dolist.
1785
1786 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1787
1788 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1789
1790 * mail/rmail.el (rmail-confirm-expunge): Default to
1791 y-or-n-p.
1792
1793 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1794
1795 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1796 Fix ARG regexp to skip quoted braces.
1797 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1798 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1799 are (correctly) handled separately).
1800 Remove `caption' and `footnote' from `citations': they contain text.
1801 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1802 (latex-skeleton-end-hook): New function.
1803 (latex-mode): Use it.
1804 (tex-start-tex-marker): Remove.
1805 (tex-send-tex-command): Don't set tex-start-tex-marker.
1806 (tex-error-parse-syntax-table): New var.
1807 (tex-compilation-parse-errors): Use it.
1808 Ignore tex-start-tex-marker. Don't bother with marker-position.
1809 (tex-validate-buffer): Don't bother with marker-position.
1810
1811 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1812 (flyspell-generic-progmode-verify): Use it.
1813
1814 2000-11-22 Sam Steingold <sds@gnu.org>
1815
1816 * simple.el (delete-trailing-whitespace): New interactive
1817 function.
1818
1819 * progmodes/ada-mode.el (ada-mode): Use it instead of
1820 `ada-remove-trailing-spaces'.
1821 (ada-remove-trailing-spaces): Removed.
1822
1823 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1824
1825 * textmodes/picture.el (picture-clean): Removed.
1826 (picture-mode-exit): Call it instead of `picture-clean'.
1827
1828 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1829
1830 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1831
1832 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1833 jit-lock-fontify-buffer; it should anyway be unneccessary to
1834 do anything special when jit-lock is active.
1835 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1836
1837 2000-11-22 Dave Love <fx@gnu.org>
1838
1839 * calendar/todo-mode.el (todo-top-priorities): Use
1840 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1841
1842 * language/chinese.el, language/cyrillic.el:
1843 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1844 * language/hebrew.el, language/indian.el, language/japanese.el:
1845 * language/korean.el, language/lao.el, language/misc-lang.el:
1846 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1847 Use provide.
1848
1849 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1850 (custom-variable-set): Improve validation error mesage.
1851
1852 * rect.el (string-rectangle): Revert last change.
1853 (string-rectangle-line): New arg DELETE.
1854 (string-rectangle): Check delete-selection-mode.
1855
1856 * emacs-lisp/edebug.el (edebug-version)
1857 (edebug-maintainer-address): Deleted.
1858 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1859 (edebug-read-function): Account for other `'#' read forms.
1860 (edebug-mode-menus): Make some items toggles.
1861 (edebug-outside-unread-command-event, unread-command-event):
1862 Remove these to avoid warnings.
1863
1864 2000-11-22 David Ponce <david@dponce.com>
1865
1866 * recentf.el (recentf-menu-items-for-commands)
1867 (recentf-make-menu-items, recentf-make-menu-item)
1868 (recentf-filter-changer): Added :help and :active menu-item properties.
1869
1870 (recentf-build-dir-rules, recentf-dump-variable)
1871 (recentf-edit-list, recentf-open-files-item)
1872 (recentf-open-files): Replaced unnecessary `mapcar' with new
1873 built-in `mapc'.
1874
1875 2000-11-23 Miles Bader <miles@gnu.org>
1876
1877 * faces.el (menu): Make inverse-video on ttys too.
1878
1879 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * simple.el (comment-line-break-function): Use the new name
1882 indent-new-comment-line -> comment-indent-new-line.
1883 (clone-indirect-buffer): Don't ignore NORECORD.
1884 (next-completion): Properly handle the case where items are adjacent.
1885
1886 * mouse.el (popup-menu): Stupid typo.
1887
1888 2000-11-22 Gerd Moellmann <gerd@gnu.org>
1889
1890 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1891 maintainer, keywords tags.
1892
1893 * rect.el (replace-rectangle): Don't call string-rectangle-line
1894 with too many arguments.
1895
1896 2000-11-22 Andre Spiegel <spiegel@gnu.org>
1897
1898 * ediff-util.el (ediff-file-checked-out-p)
1899 (ediff-file-checked-in-p): Call vc-state instead of
1900 vc-locking-user, which no longer exists.
1901
1902 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1903
1904 2000-11-22 Dave Love <fx@gnu.org>
1905
1906 * md5.el (md5): Provide.
1907 (md5): Fix error call.
1908
1909 2000-11-22 Miles Bader <miles@gnu.org>
1910
1911 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1912 (refill-fill-paragraph-at): Remove debugging code.
1913
1914 * calendar/calendar.el (generate-calendar-window): When we don't
1915 call `fit-window-to-buffer', make sure the top line is fully visible.
1916
1917 * image-file.el (insert-image-file): Don't make `read-only'
1918 property rear-nonsticky.
1919
1920 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1921 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1922 stashing away its original value.
1923 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1924 in the recursive edit.
1925 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1926 (isearch-done): Restore `minibuffer-message-timeout'.
1927
1928 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1929
1930 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1931
1932 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1933
1934 * find-lisp.el (find-lisp-find-files-internal):
1935 Use dolist, when and file-name-as-directory.
1936
1937 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1938 (define-derived-mode, define-minor-mode): Add specs.
1939
1940 * window.el: General comment and spacing fixes.
1941 (save-selected-window): Use backquotes.
1942 (window-safely-shrinkable-p): New function.
1943 (shrink-window-if-larger-than-buffer): Use it.
1944
1945 * subr.el (make-local-hook): Docstring fix.
1946
1947 * shell.el (shell-mode): Use define-derived-mode.
1948
1949 * newcomment.el (comment-indent): Insert comment before calling
1950 comment-indent-function. Don't insert in column 0.
1951 (comment-dwim): Indent before inserting comment.
1952
1953 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1954 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1955 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1956 Use mapc rather than map.
1957
1958 * files.el (find-buffer-visiting): Compare all attributes before
1959 declaring two files identical (rather than just their inode-no).
1960 (auto-mode-alist): Use \' rather than $.
1961
1962 * which-func.el: Update maintainer line.
1963
1964 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1965 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1966 (uniquify-buffer-file-name): Use it.
1967
1968 2000-11-22 Miles Bader <miles@gnu.org>
1969
1970 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1971 * simple.el (minibuffer-avoid-prompt): New function.
1972
1973 2000-11-21 Gerd Moellmann <gerd@gnu.org>
1974
1975 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1976
1977 2000-11-21 Miles Bader <miles@gnu.org>
1978
1979 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1980 inclusion of `track-mouse'.
1981
1982 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1983 (refill-adjust-ignorable-overlay): New function.
1984 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1985 only the paragraph's tail if possible.
1986 Update `refill-ignorable-overlay'.
1987 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1988
1989 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1990 point inside the fill-prefix.
1991
1992 * textmodes/refill.el (refill-post-command-function): Don't reset
1993 refill-doit in the case where a self-insertion command doesn't
1994 case a refill. Use `refill-fill-paragraph-at', getting position
1995 from `refill-doit'.
1996 (refill-after-change-function): Set `refill-doit' to END.
1997 (refill-fill-paragraph-at): New function, mostly from old
1998 refill-fill-paragraph.
1999 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2000 (refill-pre-command-function): New function.
2001 (refill-mode): Add it to `pre-command-hook'.
2002
2003 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2004
2005 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2006
2007 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2008 javadoc tags.
2009
2010 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2011
2012 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2013 vc.el).
2014
2015 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2016 require vc.
2017
2018 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2019 checkouts.
2020
2021 2000-11-20 Dave Love <fx@gnu.org>
2022
2023 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2024
2025 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2026
2027 * calculator.el (calculator-paste): Use `if' instead of `and'
2028 and `or'.
2029 (calculator-help): Don't use electric-describe-mode for XEmacs.
2030
2031 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2032
2033 * info.el (info-menu-5): Doc fix.
2034
2035 * textmodes/artist.el: New file.
2036
2037 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2038
2039 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2040 and differentiate according to checkout model.
2041 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2042 since this function is only concerned with master state.
2043
2044 * vc-hooks.el (vc-workfile-unchanged-p,
2045 vc-default-workfile-unchanged-p): Moved here from vc.el.
2046
2047 * vc.el (vc-workfile-unchanged-p,
2048 vc-default-workfile-unchanged-p): See above.
2049
2050 2000-11-19 Miles Bader <miles@gnu.org>
2051
2052 * image-file.el (insert-image-file): Make `intangible' and
2053 `read-only' properties rear-nonsticky too.
2054
2055 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2056
2057 * ps-print.el: Update copyright notice.
2058
2059 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2060 (tooltip-show): Use the offsets.
2061
2062 * bindings.el (mode-line-modified): Fix a typo.
2063 (mode-line-toggle-modified, mode-line-widen)
2064 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2065
2066 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2067
2068 * ps-print.el (toplevel): Test for find-coding-system being
2069 fboundp before calling ps-x-find-coding-system.
2070
2071 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2074 (vc-version-backup-file): Docstring fix.
2075
2076 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2077
2078 * files.el (basic-save-buffer): Don't add a newline if
2079 find-file-literally is non-nil.
2080 (find-file-literally): Extend doc string.
2081
2082 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2083 sort(1) with the `-f' argument.
2084
2085 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2086
2087 * vc.el: Updated backend documentation.
2088 (vc-default-check-headers): New function.
2089
2090 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2091
2092 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2093 up-to-date.
2094 (vc-do-command): In the asynchronous case, output messages only if
2095 the minibuffer is not active.
2096
2097 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2098 `vc-cvs-use-edit' is on.
2099 (vc-cvs-checkout): When this is used for reverting the workfile,
2100 make a backup of the original contents and revert to that in case
2101 of error.
2102 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2103 remote repositories.
2104
2105 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2106 for both version and ratio in the minibuffer.
2107
2108 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2109 Use vc-do-command to perform the annotation, not call-process.
2110
2111 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2112
2113 * international/quail.el (quail-start-translation): Don't call
2114 `message' before reading key sequence.
2115
2116 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2117
2118 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2119
2120 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2121
2122 * window.el (fit-window-to-buffer): Be sure to acquire at least
2123 one text line even if the buffer is empty.
2124
2125 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2126
2127 * net/ange-ftp.el (ange-ftp-file-writable-p)
2128 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2129 ange-ftp-process-verbose to nil.
2130
2131 2000-11-15 Dave Love <fx@gnu.org>
2132
2133 * wid-edit.el (widget-specify-field, widget-specify-button): If
2134 :help-echo is a function, set help-echo of overlay to
2135 widget-mouse-help.
2136 (widget-mouse-help): New function.
2137 (widget-echo-help): Rewritten for :help-echo functions only taking
2138 a widget arg.
2139
2140 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2141 display-graphic-p.
2142 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2143 and that JPEG is available.
2144 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2145
2146 * international/mule-cmds.el (locale-charset-language-names):
2147 Match @euro.
2148
2149 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2150
2151 * faces.el (face-set-after-frame-default): If
2152 `inhibit-default-face-x-resources' is bound, don't intialize the
2153 default face from X resources.
2154
2155 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2156
2157 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2158 Don't set EMACSLOADPATH.
2159
2160 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2163 texinfo-insert-@url.
2164 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2165 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2166
2167 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2168
2169 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2170 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2171 (checkdoc-minor-keymap): Backward compatibility.
2172 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2173 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2174 (checkdoc-this-string-valid-engine): Be a bit more strict
2175 to avoid matching substrings of `...' quoted vars/funs.
2176 (checkdoc-defun-info): Only look for `interactive' if alone.
2177 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2178
2179 * progmodes/compile.el (grep): `tag-default' can be nil.
2180
2181 * newcomment.el (comment-indent): Paren typo.
2182
2183 2000-11-14 Dave Love <fx@gnu.org>
2184
2185 * calculator.el: New maintainer version.
2186
2187 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2188
2189 * cmuscheme.el: Doc fixes.
2190 (cmuscheme) <defgroup>: Use `scheme' as parent.
2191 (cmuscheme-program-name): Remove. Change uses to
2192 scheme-program-name.
2193
2194 * xscheme.el (scheme-program-name): Don't define here.
2195
2196 * progmodes/scheme.el (scheme-program-name): New variable
2197 (originally in cmuscheme).
2198
2199 2000-11-14 Miles Bader <miles@gnu.org>
2200
2201 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2202 Handle header-lines. Don't loop forever if we can't enlarge the
2203 window anymore. Simplify a bit.
2204
2205 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2206
2207 * window.el (fit-window-to-buffer): Don't check
2208 window-text-height. Assure that the last line is fully visible.
2209
2210 * international/quail.el (quail-show-guidance-buf): Call
2211 fit-window-to-buffer to assure the enough height of the guidance
2212 buffer.
2213 (quail-update-guidance): Avoid making the guidance buffer shorter.
2214
2215 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2216
2217 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2218 rather than `prepend' and add an interesting comment.
2219 (tex-math-face, tex-font-lock-syntactic-face-function):
2220 New face and function to use it.
2221 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2222 than `menu-enable' symbol property.
2223 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2224 (tex-mode): Add some latex-mode commands for auto-selection.
2225 Use tex-font-lock-syntactic-face-function.
2226 (tex-insert-quote): Simplify.
2227 (tex-shell): New mode.
2228 (tex-start-shell): Use it.
2229 (tex-shell-proc, tex-shell-buf): New functions.
2230 (tex-send-command): Use it.
2231 (tex-main-file): Fix the meaning of the new arg REALFILE.
2232 (tex-send-tex-command): New function split from `tex-start-tex'.
2233 Set compilation-last-buffer and compilation-parsing-end.
2234
2235 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2236 when it follows non-comment text on the line.
2237
2238 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2239 Set font-lock-defaults.
2240 (lisp-mode-shared-map): Init inside the defvar.
2241 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2242 Use define-derived-mode.
2243
2244 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2245
2246 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2247
2248 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2249
2250 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2251 recursively optimize body because that can lead to infinite
2252 recursion; see comment there.
2253
2254 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2255
2256 * faces.el (face-spec-set-match-display): Revert the change from
2257 2000-10-24. Add a FIXME for after v21.1.
2258
2259 2000-11-13 Miles Bader <miles@gnu.org>
2260
2261 * textmodes/fill.el (skip-line-prefix): New function.
2262 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2263 (fill-paragraph): Don't leave point inside the fill-prefix.
2264 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2265 point inside the fill-prefix.
2266
2267 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2268
2269 * calendar/calendar.el (generate-calendar-window): Use
2270 `fit-window-to-buffer'.
2271
2272 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2273
2274 * gud.el (gud-minor-mode): New var.
2275 (gud-symbol, gud-val): New functions.
2276 (gud-find-file): Copy gud-minor-mode to the new buffer.
2277 (gud-menu-map): Include entries for commands that are not always
2278 available, using :enable to (de)activate them.
2279 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2280 (gud-mode-map): New map.
2281 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2282 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2283 Don't set up gud's menu (it's done by the minor-mode).
2284 (gud-minibuffer-local-map): New.
2285 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2286 (gud-query-cmdline): New function.
2287 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2288 (gud-mode): Use define-derived-mode.
2289 Don't set up gud's menu (it's done by the minor-mode).
2290 (gud-chop-words): Remove.
2291 (gud-common-init): Use split-string instead.
2292 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2293
2294 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2295 Add keyword arg :name.
2296
2297 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2298 (diff-count-matches, diff-split-hunk): New functions.
2299 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2300
2301 * pcvs-info.el (cvs-fi-conflict-face): New var.
2302
2303 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2304 Make it into a simple syntax-table, shared among all submodes.
2305 (sh-heredoc-face): Re-introduce.
2306 (sh-font-lock-syntactic-face-function): New function.
2307 (sh-mode): Use it. Also use define-derived-mode.
2308 Remove old bogus setting of indent-region-function.
2309 (sh-set-shell): Don't set the syntax-table any more.
2310 (sh-mode-syntax-table) <defun>: Remove.
2311
2312 2000-11-12 Miles Bader <miles@gnu.org>
2313
2314 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2315 message if interactive.
2316
2317 2000-11-12 Dave Love <fx@gnu.org>
2318
2319 * mail/feedmail.el: Fix header,
2320 (feedmail) <defgroup>: Add :link.
2321
2322 * view.el: Use local-map property, not keymap on mode-line string.
2323
2324 * scroll-all.el (scroll-all-mode): Customize variable. Add
2325 autoload cookie to function.
2326
2327 * lazy-lock.el: Remove compatibility code.
2328
2329 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2330 (finder-help-echo): New variable.
2331 (finder-mouse-face-on-line): Add help-echo stuff.
2332 (finder-list-keywords, finder-list-matches): Use mapc.
2333
2334 * faces.el (face-font-registry-alternatives): Add :version.
2335
2336 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2337 tags-table-list.
2338
2339 * net/browse-url.el (browse-url-browser-function): Update :version.
2340
2341 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2342 (mail-mode): Use [:alnum:] in some regexps.
2343
2344 2000-11-10 Dave Love <fx@gnu.org>
2345
2346 * ediff.el (ediff-regions-internal, ediff-documentation):
2347 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2348 fundamental mode.
2349
2350 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2351 buffer into fundamental mode.
2352 (ediff-set-difference): Use copy-sequence if available.
2353
2354 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2355 ediff-patch-map non-nil.
2356 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2357 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2358 buffer into fundamental mode.
2359
2360 * ediff-merg.el (state-or-merge): Defvar when compiling.
2361
2362 2000-11-10 Jason Rumney <jasonr@gnu.org>
2363
2364 * w32-fns.el (w32-add-charset-info): New function.
2365 (w32-charset-info-alist): Use it.
2366
2367 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2368
2369 * faces.el (face-font-registry-alternatives): New user-option.
2370
2371 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2372
2373 * textmodes/texinfo.el (texinfo-block-default): New var.
2374 (texinfo-insert-block): Use it. Insert a newline if needed.
2375
2376 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2377 (fill-region-as-paragraph): Use it.
2378
2379 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2380 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2381 Tweak paragraph regexps to allow a leading [ \t]*.
2382 (tex-latex-block): Insert a newline if necessary.
2383 (latex-insert-item): Only insert a newline if necessary.
2384 (tex-guess-main-file): New function.
2385 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2386 Set tex-main-file if TeX-master is provided.
2387 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2388
2389 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2390
2391 * startup.el (command-line): Set the default tooltip-mode
2392 to t for graphical displays which implement x-show-tip.
2393
2394 * tooltip.el (tooltip-mode): Add a comment about startup.el
2395 setting the default value of this user-option.
2396
2397 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * font-lock.el (font-lock-*-face) <defvar>: Move.
2400 (font-lock-defaults-alist): Mark obsolete.
2401 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2402 (font-lock-mode): Use define-minor-mode.
2403 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2404 (font-lock-turn-off-thing-lock): Be more explicit.
2405 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2406 (font-lock-syntactic-face-function): New var.
2407 (font-lock-fontify-syntactically-region): Use it.
2408 (font-lock-doc-face): New.
2409
2410 * pcvs.el (cvs-enabledp): Ignore errors.
2411 (cvs-commit-filelist): Never query.
2412 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2413 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2414 (cvs-do-removal): Use cvs-partition rather than delete-if.
2415 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2416 cvs-bury-buffer.
2417
2418 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2419 Allow `next' to jump to after the end of the last match.
2420
2421 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2422
2423 * simple.el (byte-compiling-files-p): New function.
2424
2425 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2426 if it is there.
2427
2428 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2429 nil again.
2430
2431 * textmodes/ispell.el (ispell-library-path): Don't call
2432 check-ispell-version when byte-compiling because that starts
2433 an ispell process, and ispell might not be installed.
2434 (toplevel): Don't set up a menu when byte-compiling.
2435
2436 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2437 it, so that a boundp test can be used to determine if we're
2438 currently byte-compiling.
2439
2440 2000-11-09 Dave Love <fx@gnu.org>
2441
2442 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2443 eval-after-load.
2444
2445 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2446
2447 * ps-print.el: Patch for variable initialization when spooling. Doc
2448 fix.
2449 (ps-output-list): Fun eliminated.
2450 (ps-begin-file, ps-begin-job): Code fix.
2451
2452 2000-11-08 Dave Love <fx@gnu.org>
2453
2454 * ediff-wind.el (ediff-control-frame-parameters): Zero
2455 tool-bar-lines.
2456
2457 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2458
2459 * simple.el (shell-command, display-message-or-buffer)
2460 (shell-command-on-region): Mention resize-mini-windows in the doc
2461 string.
2462 (display-message-or-buffer): Take the value of resize-mini-windows
2463 into account.
2464
2465 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2466
2467 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2468
2469 * dired.el (dired-between-files): Add `^. find' as an alternative
2470 to the regular expression, for find-dired.
2471
2472 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2473
2474 * textmodes/texnfo-upd.el: Require texinfo.
2475 (defmacro, defgroup): Remove.
2476 (texinfo-section-to-generic-alist): Remove.
2477 Use texinfo-section-list instead (i.e. level is changed string->int).
2478 (texinfo-filter): New function.
2479 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2480 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2481 Use it. And use regexp-opt.
2482 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2483 (texinfo-update-menu-region-beginning)
2484 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2485 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2486 (texinfo-update-menu-same-level-regexps): Update.
2487 (texinfo-update-node, texinfo-every-node-update)
2488 (texinfo-sequential-node-update): Remove autoload cookie.
2489
2490 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2491 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2492 (texinfo-chapter-level-regexp): Remove.
2493 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2494
2495 2000-11-06 Dave Love <fx@gnu.org>
2496
2497 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2498
2499 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2500 Match defun*.
2501
2502 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2503
2504 * composite.el (composition-function-table): Variable declaration
2505 moved to src/composite.c.
2506 (compose-chars-after): New optional arg object.
2507
2508 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2509
2510 * bindings.el (mode-line-toggle-read-only)
2511 (mode-line-toggle-modified, mode-line-widen)
2512 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2513 (make-mode-line-mouse2-map): Rewritten.
2514 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2515 functions so that C-h k can show something with a doc string.
2516
2517 * startup.el (fancy-splash-delay): Set to 10 seconds.
2518 (fancy-splash-max-time): New user-option.
2519 (fancy-splash-stop-time): New variable.
2520 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2521 (fancy-splash-screens-1): Throw `stop-splashing' when current
2522 time is greater than fancy-splash-stop-time.
2523
2524 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2525
2526 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2527
2528 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2529 Prompt user for a file rather than raising an error.
2530 (cvs-enabledp): Fix call to cvs-mode-marked.
2531 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2532 (cvs-mode-insert): Use it. Change the init prompt' value.
2533 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2534
2535 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2536 Don't pass default arg to ewoc-locate.
2537 (ewoc-collect): Return result in the right order.
2538
2539 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2540
2541 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2542 (cvs-status-get-tags): Fix regexp.
2543 (cvs-status-trees, cvs-status-cvstrees):
2544 Combine after change hooks and don't sit-for.
2545 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2546 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2547 Use make-char rather than hard-coded cryptic data.
2548 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2549
2550 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2551
2552 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2553 (cvs-insert-strings): New function.
2554
2555 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2556
2557 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2558 `mwheel-scroll-amount'.
2559 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2560 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2561 string-matching against the version string.
2562
2563 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2564
2565 * language/thai.el ("Thai"): Set a lisp form that produces
2566 composed string in `sample-text' language info.
2567
2568 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2569 composed string in `sample-text' language info.
2570
2571 * international/mule-cmds.el (describe-language-environment): Eval
2572 `sample-text' data and insert the result.
2573
2574 * international/mule-conf.el (compound-text): Define this coding
2575 system here. Make x-ctext and ctext aliases of it.
2576
2577 * language/european.el (compound-text, ctext): Moved to
2578 international/mule-conf.el.
2579
2580 2000-11-05 Andrew Innes <andrewi@gnu.org>
2581
2582 * w32-fns.el (w32-version): New function.
2583
2584 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * progmodes/awk-mode.el: Update copyright.
2587 (awk-mode-abbrev-table): Remove.
2588 (awk-font-lock-keywords): Use regexp-opt.
2589 (awk-mode): Use define-derived-mode.
2590
2591 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2592 when extracting a suffix.
2593
2594 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2595
2596 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2597 auto-save-mode.
2598
2599 2000-11-04 Jason Rumney <jasonr@gnu.org>
2600
2601 * language/european.el (decode-mac-roman): Test against r1 not r0.
2602
2603 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2604
2605 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2606 (icon-mode): Define indent-line-function.
2607 (icon-comment-indent): Simplify.
2608 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2609
2610 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2611
2612 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2613 Bind change-log-default-mode to defeat the caching done on it.
2614 Don't bother saving excursion any more.
2615
2616 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2617
2618 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2619 (set-frame-font): Use the new name (and the old for compatibility).
2620
2621 * toolbar/tool-bar.el (tool-bar-mode):
2622 * time.el (display-time-mode):
2623 * recentf.el (recentf-mode):
2624 * paren.el (show-paren-mode):
2625 * mwheel.el (mouse-wheel-mode):
2626 * msb.el (msb-mode):
2627 * jka-compr.el (auto-compression-mode):
2628 * image-file.el (auto-image-file-mode):
2629 * hl-line.el (hl-line-mode):
2630 * delsel.el (delete-selection-mode):
2631 * autoinsert.el (auto-insert-mode):
2632 * complete.el (partial-completion-mode): Drop unneeded positional args.
2633
2634 * info.el (Info-mode):
2635 * comint.el (comint-mode): Don't bother with make-local-hook.
2636
2637 * log-edit.el (log-edit-menu): New menu.
2638
2639 2000-11-03 Miles Bader <miles@gnu.org>
2640
2641 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2642 definition, so that trailing spaces are handled properly.
2643 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2644
2645 2000-11-03 Gerd Moellmann <gerd@gnu.org>
2646
2647 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2648 tab character.
2649 (fancy-splash-screens): Set tab-width to 20.
2650
2651 2000-11-03 Dave Love <fx@gnu.org>
2652
2653 * comint.el (comint-completion-addsuffix): Fix custom type.
2654
2655 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2656
2657 * font-lock.el (font-lock-buffers): Remove.
2658 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2659 (font-lock-change-major-mode): Remove.
2660 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2661 (font-lock-default-fontify-region): Extend the multiline
2662 fontification to whole lines.
2663 (font-lock-fontify-anchored-keywords)
2664 (font-lock-fontify-keywords-region): If matching just one
2665 line (with \n) only mark the \n as multiline.
2666
2667 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2668 Correctly handle the case where several :group args are supplied.
2669 Allow :extra-args.
2670 (easy-mmode-define-global-mode): Allow :extra-args.
2671 Correctly handle the case where several :group args are supplied.
2672
2673 2000-11-02 Miles Bader <miles@gnu.org>
2674
2675 * calendar/calendar.el (diary-face, calendar-today-face)
2676 (holiday-face): Remove dependency on `window-system'.
2677
2678 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2679
2680 * Makefile.in (emacs): Set EMACSLOADPATH always.
2681 (update-authors, .el.elc, compile-files): Don't do it explicitly
2682 here.
2683 (compile-files): Bomb out if compilation of a file fails.
2684
2685 2000-11-02 Dave Love <fx@gnu.org>
2686
2687 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2688
2689 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2690
2691 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2692 punctuation in the warning inserted into the *mail* buffer.
2693
2694 2000-11-02 Gerd Moellmann <gerd@gnu.org>
2695
2696 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2697 (authors-public-domain-p): New function.
2698 (authors-print): Use it.
2699
2700 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2701
2702 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2703
2704 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2705
2706 * ps-print.el: Extension for even/odd printing. Doc fix.
2707 (ps-print-version): New version number (6.3.1).
2708 (ps-even-or-odd-pages): Customization fix.
2709 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2710 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2711 (ps-page-count): Var replaced by `ps-page-column'.
2712 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2713 (ps-print-sheet-p): New fun.
2714
2715 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2716
2717 * tooltip.el (tooltip-gud-tips-setup): New function.
2718 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2719 (tooltip-mode): Call tooltip-gud-tips-setup.
2720 (tooltip-gud-tips): Use `gud-basic-call' instead of
2721 process-send-string, so the prompt gets frobbed appropriately.
2722 Handle nil return value from `tooltip-gud-print-command'.
2723
2724 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2725
2726 * comint.el (comint-add-to-input-history): New function.
2727 (comint-send-input): Use `comint-add-to-input-history'.
2728
2729 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2730
2731 * info.el (info-menu-header): New face.
2732 (Info-fontify-menu-headers): New function.
2733 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2734
2735 * info.el (Info-insert-dir): Don't include blank lines at
2736 beginning of additional dir files (one is added automatically).
2737
2738 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2739
2740 * emacs-lisp/easy-mmode.el (define-minor-mode):
2741 Revert the latest changes.
2742 Allow the three positional arguments to be skipped and replaced
2743 by keyword arguments.
2744 Add a :toggle argument to determine whether a nil arg means toggle
2745 or means turn-on. The default is unchanged.
2746 Add a call to force-mode-line-update.
2747
2748 2000-11-01 Dave Love <fx@gnu.org>
2749
2750 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2751 cookie.
2752
2753 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2754
2755 * calendar/calendar.el (diary-face, holiday-face): Add
2756 dark-background variants.
2757
2758 2000-10-31 Sam Steingold <sds@gnu.org>
2759
2760 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2761 `tex-main-file' does not have directory in it.
2762
2763 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2764
2765 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2766
2767 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2768
2769 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2770 functional change.
2771
2772 2000-10-31 Gerd Moellmann <gerd@gnu.org>
2773
2774 * files.el (find-file-noselect): When we expand a wildcard, return
2775 a list of buffers, as we should do according to the doc string.
2776
2777 2000-10-31 Ken Raeburn <raeburn@gnu.org>
2778
2779 * loadup.el (top level): Adjust load path if program name is
2780 "../src/bootstrap-emacs", in case it's not dumped and thus the
2781 load path adjustment hasn't already been done.
2782
2783 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2784
2785 * ps-print.el: Fix bug on selected pages for printing. Use
2786 `color-values' for Emacs 21. Ensure fontification when jit-lock
2787 is on. Try to avoid warning messages when compiling. Doc Fix.
2788 (ps-print-version): New version number (6.3).
2789 (ps-color-device): Use `color-values' to determine if device
2790 supports color.
2791 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2792 (ps-print-page-p): Changed from defsubst to defun.
2793 (ps-page-number): Changed from defmacro to defun.
2794 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2795 printing.
2796 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2797 (ps-end-file, ps-dummy-page): Funs eliminated.
2798 (ps-print-color-scale): Changed default value.
2799 (ps-page-n-up, ps-print-page-p): New internal vars.
2800 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2801 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2802
2803 * delim-col.el: Little programming improvement.
2804 (delimit-columns-str): New macro.
2805 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2806
2807 2000-10-31 Kenichi Handa <handa@etl.go.jp>
2808
2809 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2810 Moved to european.el.
2811 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2812 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2813 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2814 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2815
2816 2000-10-30 Dave Love <fx@gnu.org>
2817
2818 * progmodes/cc-menus.el (imenu-generic-expression)
2819 (imenu-progress-message): Only defvar when compiling.
2820
2821 * emacs-lisp/elp.el (elp-unload-hook): New function.
2822
2823 * loadhist.el (unload-feature): Call elp-restore-function,
2824 checking for symbols; don't use elp-restore-all.
2825 (loadhist-hook-functions): Doc fix.
2826
2827 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2828
2829 * log-edit.el (log-edit-confirm): Fix the default.
2830
2831 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2832
2833 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2834 delimit-columns-format.
2835 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2836
2837 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2838
2839 * comint.el (comint-replace-by-expanded-history): Don't use
2840 comint-get-old-input (we're not looking at *old* input).
2841 (comint-get-old-input-default): If using fields, signal an error
2842 when the point is not in an input field.
2843
2844 2000-10-30 Kenichi Handa <handa@etl.go.jp>
2845
2846 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2847 and mule-unicode-e000-ffff.
2848
2849 * international/mule.el (decode-char, encode-char): New functions.
2850 (make-coding-system): Accept a symbol of translation table as a
2851 value of property `safe-chars'.
2852
2853 * international/mule-cmds.el (encode-coding-char): Check property
2854 safe-chars instead of safe-charsets.
2855
2856 * international/fontset.el (fontset-default): Modified for
2857 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2858 (x-font-name-charset-alist): Likewise.
2859 (ccl-encode-unicode-font): New CCL program. Record it in
2860 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2861
2862 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2863 New translation tables.
2864 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2865 programs are modified and moved from mac-win.el.
2866 (mac-roman): Definition of this coding system is modified and
2867 moved from mac-win.el.
2868
2869 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2870
2871 * ediff-wind.el (ediff-setup-control-frame): Enclose
2872 face-attribute in condition-case to avoid errors in older emacsen.
2873
2874 2000-10-29 Miles Bader <miles@gnu.org>
2875
2876 * custom.el (custom-add-to-group): Allow multiple entries for a
2877 given value OPTION, as long as their widget types are different.
2878 * cus-edit.el (custom-face-value-create): If face name doesn't end
2879 with "face", add such here (similar to custom group widgets).
2880
2881 * comint.el (comint-highlight-prompt): Add :type.
2882
2883 2000-10-28 John Wiegley <johnw@gnu.org>
2884
2885 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2886 Changed this function to operate on a temporary buffer instead of
2887 the main buffer. This not only keeps flyspell from marking a
2888 buffer as changed that wasn't, but it solves the jumpy cursor
2889 problem when attempts are made to edit incorrect words.
2890 (flyspell-maybe-correct-doubling): Same change as for
2891 `flyspell-maybe-correct-transposition'.
2892
2893 * calendar/timeclock.el (timeclock-log): Doc fix.
2894 (timeclock-last-event): Doc fix.
2895 (timeclock-log): Kill the timelog buffer after appending a new
2896 event.
2897 (timeclock-find-discrep): Use a temp buffer to read in the
2898 timelog, instead of visiting the file.
2899 (timeclock-log-data): A new function, along with a host of helper
2900 functions, for the purpose of making timelog data accessible to
2901 programmers.
2902
2903 * eshell/esh-mode.el (window-height test): Make certain that
2904 `eshell-stringify-t' is non-nil.
2905 (eshell-password-prompt-regexp): Changed to a much simpler
2906 password regexp.
2907 (eshell-send-input): If `eshell-invoke-directly' returns t,
2908 directly invoke the parsed command using `eval'. This improves
2909 turn-around time on simple commands by a factor of three or
2910 greater, such as cd, ls, pwd, etc. -- which get used very often.
2911 It also conserves thousands of cons cells per call (since
2912 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2913 in the Pacific Cookie Company).
2914
2915 * eshell/esh-test.el (eshell-test): Whitespace fix.
2916
2917 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2918 `eshell-ls-initial-args' nil when inserting directory contents.
2919
2920 * eshell/em-script.el (eshell-script-initialize): Add names to
2921 `eshell-complex-commands, since `source' and `.' are complex.
2922
2923 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2924 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2925 `eshell-copy-handles'.
2926 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2927 bodies.
2928 (eshell-separate-commands): Whitespace fix.
2929 (eshell-complex-commands): Added a new list of names, for
2930 determining whether a given command is as simple as it looks.
2931 (eshell-invoke-directly): New function. Returns t if a command
2932 should be invoked directly (using `eval'), rather than indirectly
2933 using `eshell-do-eval'.
2934 (eshell-do-eval): Whitespace fix.
2935
2936 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2937 which provides an emulation of the DOS shell behavior of assuming
2938 that cp/mv/ln should copy/move/link to the current directory.
2939 (eshell-remove-entries): Added a doc string.
2940 (eshell-shuffle-files): Removed the check for `target' being null.
2941 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2942 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2943 it to do a smarter check of whether a destination was provided.
2944 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2945 (eshell/ln): Enable `:preserve-args', and use
2946 `eshell-mvcpln-template' to implement the body of the function.
2947 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2948 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2949 list after flattening it. This makes it possible to cat files
2950 with numerical names.
2951 (eshell-unix-initialize): Added several names to
2952 `eshell-complex-commands.
2953 (eshell-unix-command-complex-p): Return t if a given command name
2954 may result in external processes being invoked.
2955
2956 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2957 variable nil by default, since it slows down glob processing by a
2958 factor of two or more, and increases memory consumption.
2959
2960 * eshell/em-smart.el: Added a note about how memory consumptive
2961 smart display mode can be (at least this is true in Emacs 21).
2962 (eshell-smart-initialize): Whitespace fix.
2963 (eshell-refresh-windows): Use `if' instead of `when'.
2964 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2965 not necessary.
2966 (eshell-currently-handling-window): Added a missing global
2967 variable.
2968
2969 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2970 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2971 Whitespace fix.
2972 (eshell-ls-exclude-hidden): Added this variable in addition to
2973 `eshell-ls-exclude-regexp'. This one prevents files beginning
2974 with . from even being read, which can improve memory consumption
2975 quite a bit.
2976 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2977 read file entries beginning with a dot. In home directories with
2978 lots of hidden files, fully two-thirds of the time spent in ls is
2979 used to read directory entries that are immediately thrown away.
2980 (eshell-ls-initial-args): Added back this configuration variable,
2981 for specifying default initial arguments to every call to ls.
2982 Much faster than using an alias to do the same thing.
2983 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2984 (eshell-ls-dir): Whitespace change.
2985
2986 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2987
2988 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2989 available.
2990 (eshell-stringify-t): Added a customization variable, to indicate
2991 whether `t' should be rendered as a string at all. If not, one
2992 can still determine if the result of an expression is true using
2993 "file-exists-p FILE && echo true".
2994 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2995 stringify t!
2996
2997 * eshell/esh-module.el: Whitespace fix.
2998
2999 * eshell/em-alias.el (eshell-alias-initialize): Added
3000 `eshell-command-aliased-p' to `eshell-complex-commands'.
3001 (eshell-command-aliased-p): New function that returns t if a
3002 command name names an aliased.
3003
3004 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3005
3006 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3007 redrawing the screen when changing cursor color.
3008 (viper-insert-state-pre-command-sentinel)
3009 (viper-replace-state-pre-command-sentinel)
3010 (viper-replace-state-post-command-sentinel):
3011 Use viper-preserve-cursor-color.
3012 Many functions changed to use viper= instead of = when comparing
3013 characters.
3014 * viper-util.el (viper-memq-char,viper=): New functions for
3015 working with characters.
3016 (viper-change-cursor-color): Fixed buglet.
3017 Many functions changed to use viper= instead of = when comparing
3018 characters.
3019 * viper.el (viper-insert-state-mode-list): Added eshell.
3020
3021 * ediff-init.el (ediff-before-setup-hook): New hook.
3022 Several typos fixed in various docstrings.
3023 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3024 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3025 hook.
3026 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3027 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3028 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3029 (ediff-get-selected-buffers): New function.
3030 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3031 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3032 save-window-excursion.
3033 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3034 termination check in while loop.
3035 * ediff.el (ediff-get-default-file-name): Better defaults when in
3036 dired buffer.
3037 (ediff-files,ediff-merge-files,ediff-files3)
3038 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3039
3040 2000-10-28 Dave Love <fx@gnu.org>
3041
3042 * info.el (Info-fontify-node): Add help-echo for menu items.
3043
3044 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3045
3046 * startup.el (normal-top-level): If the value of $TERM indicates
3047 we are running from xterm or one of its work-alikes, default to a
3048 light background mode.
3049
3050 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3051 * faces.el (tty-handle-reverse-video): New function.
3052 (tty-create-frame-with-faces): Call it.
3053
3054 * frame.el (frame-notice-user-settings): Don't apply
3055 default-frame-alist and initial-frame-alist to MS-DOS frames.
3056 Call tty-handle-reverse-video, frame-set-background-mode, and
3057 face-set-after-frame-default for non-MS-DOS frames.
3058
3059 * startup.el (tty-long-option-alist): New variable.
3060 (tty-handle-args): New function.
3061 (command-line): Call tty-handle-args.
3062
3063 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3064 startup.el now does that for all character-terminal frames.
3065
3066 2000-10-28 Miles Bader <miles@gnu.org>
3067
3068 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3069 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3070 global. If :global is followed by a non-nil but non-t value,
3071 make the mode buffer-local, but also generate a `global-MODE'
3072 version using `easy-mmode-define-global-mode'. Add
3073 :conditional-turn-on keyword argument.
3074
3075 2000-10-28 Dave Love <fx@gnu.org>
3076
3077 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3078 use window-system.
3079
3080 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3081
3082 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3083 Don't call find-buffer-file-type-coding-system. Instead, just
3084 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3085 if the file is on an untranslated filesystem.
3086 (add-untranslated-filesystem): Use "D" instead of "f" inside
3087 interactive.
3088
3089 2000-10-27 Dave Love <fx@gnu.org>
3090
3091 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3092 (refill-mode): Use it.
3093
3094 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3095
3096 * international/quail.el (quail-activate): Don't make-local-hook.
3097
3098 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3099
3100 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3101 manual backups and file.~<rev>.~ for automatic ones.
3102 (vc-make-version-backup): Don't do it on MS-DOS without long file
3103 names.
3104
3105 * vc.el (vc-version-other-window): If an automatic backup of the
3106 desired version exists, rename it instead of copying it.
3107
3108 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3109 after command. If there's an unexpected error, signal it instead
3110 of being silent.
3111 (vc-cvs-merge-news): Be prepared for no news at all.
3112
3113 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3114
3115 * shell.el (shell): Add BUFFER argument.
3116 * comint.el (make-comint-in-buffer): New function.
3117 (make-comint): Use it.
3118
3119 * faces.el (face-spec-choose): Change syntax so that the list of
3120 attribute-value pairs is now the cdr of each clause, not the cadr.
3121 Detect old-style entries, and handle them. Use pop.
3122
3123 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3124
3125 * cus-edit.el (custom-mode-map): Use a sparse map.
3126 (custom-mode): Don't bother with make-local-hook.
3127
3128 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3129
3130 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3131
3132 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3133
3134 * ps-print.el: Avoid compilation gripes.
3135 (ps-print-version): New version number (6.2.1).
3136
3137 2000-10-26 Dave Love <fx@gnu.org>
3138
3139 * menu-bar.el: Modify some menu item help strings.
3140 (menu-bar-help-menu): Add link to MORE.STUFF.
3141
3142 * cus-edit.el (custom-mode): Add `special' mode-class property.
3143
3144 * wid-browse.el (widget-browse-mode): Likewise.
3145
3146 * wid-edit.el (widget-specify-field): Revert to using local-map
3147 property, not keymap.
3148
3149 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3150
3151 * wid-edit.el (widget-field-end): When checking for a `boundary'
3152 field, do so in the correct buffer.
3153
3154 * simple.el (undo): Correctly distinguish between numeric and
3155 non-numeric prefix args in non-transient-mark-mode, as per the doc
3156 string. When in transient-mark-mode, treat all prefix-args as
3157 numeric.
3158
3159 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3160 Position point on match. Handle N == 0 correctly.
3161
3162 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3163 (comint-mode-map): Reverse order of `comint-write-output' and
3164 `comint-append-output-to-file'.
3165 (comint-append-output-to-file): Reinstate this function, for the
3166 benefit of the menu.
3167
3168 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3169
3170 * vc.el (vc-version-other-window): Bind `file'.
3171
3172 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3173
3174 * Makefile.in (update-authors): New target for maintenance purposes.
3175
3176 * emacs-lisp/authors.el (batch-update-authors): New function.
3177 (authors-fixed-entries): New defconst.
3178 (authors-add-fixed-entries): New function.
3179 (authors): Call it.: Don't process lispref/.
3180
3181 2000-10-25 Jason Rumney <jasonr@gnu.org>
3182
3183 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3184 Merge x w32 and mac definitions.
3185
3186 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3187
3188 * menu-bar.el (menu-bar-options-menu): Add a help string for
3189 `uniquify'.
3190
3191 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3192
3193 * time-stamp.el (time-stamp-string-preprocess):
3194 Fix a wrong type argument error.
3195
3196 2000-10-25 Miles Bader <miles@gnu.org>
3197
3198 * recentf.el (recentf-mode): Variable removed.
3199 (recentf-mode): Use `define-minor-mode'.
3200
3201 * mwheel.el (mouse-wheel-mode): New global minor mode.
3202 (mwheel-install): Use `mouse-wheel-mode'.
3203
3204 2000-10-25 Dave Love <fx@gnu.org>
3205
3206 * progmodes/cperl-mode.el (cperl-mode):
3207 Set normal-auto-fill-function correctly.
3208
3209 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3210 inherit from global-map and don't nullify menu-bar and tool-bar
3211 bindings.
3212
3213 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3214
3215 * wid-edit.el (widget-field-at): New function.
3216 (widget-at, widget-field-activate): Use it.
3217 (widget-tabable-at): Use `widget-at'.
3218 (widget-specify-field): If the terminating character of the widget
3219 field (which is read-only) is a newline, put it into a special
3220 `boundary' field so that C-n/C-p act more naturally.
3221 (widget-field-end): Also don't subtract one if a special
3222 `boundary' field has been added after the widget field.
3223
3224 * comint.el (comint-output-filter, comint-send-input): Don't
3225 bother adding stickiness fields to overlays to fool the field
3226 code, since it should notice the overlay insertion-types now.
3227
3228 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3229 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3230 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3231
3232 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3233
3234 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3235 (authors): Set file coding system to iso-2022-7bit. Add
3236 file-local variables to output buffer.
3237
3238 * files.el (after-find-file): Don't print any warnings if
3239 WARN is nil.
3240
3241 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3242
3243 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3244
3245 * delim-col.el: Now there is a column formatting mechanism.
3246 Modified to customization mechanisms convention. Doc fix.
3247 (columns): New group for delim-col.
3248 (delimit-columns-before, delimit-columns-after)
3249 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3250 (delimit-columns-end): New vars.
3251 (delimit-columns-customize, delimit-columns-format): New funs.
3252 (delimit-columns-region, delimit-columns-rectangle)
3253 (delimit-columns-rectangle-line): Modified to support column
3254 formatting.
3255
3256 2000-10-24 Dave Love <fx@gnu.org>
3257
3258 * log-edit.el (log-edit): Add :version and a :group for vc.
3259
3260 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3261
3262 * files.el (after-find-file): Don't print a message ``New file''
3263 if WARN is nil.
3264
3265 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3266 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3267 get duplicate tool-bar entries because we'll see the global ones
3268 on more than one path through keymaps.
3269
3270 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3271
3272 * progmodes/cmacexp.el: Change Francesco's email address.
3273
3274 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3275
3276 * window.el (fit-window-to-buffer): Adjust point of the window
3277 buffer, not that of the current buffer.
3278
3279 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3280
3281 * progmodes/cmacexp.el: Update the euthor's email address.
3282
3283 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3284
3285 * faces.el (face-spec-set-match-display): Add `graphic' display
3286 type (the inverse of `tty'). Use `display-graphic-p' instead of
3287 the window-system variable.
3288
3289 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3290
3291 * international/isearch-x.el (isearch-with-input-method): Call
3292 input-method-function with the first event in
3293 unread-command-events.
3294
3295 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3296
3297 * faces.el (face-default-spec, face-user-default-spec): Make
3298 defsubsts.
3299
3300 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3301
3302 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3303 New charsets.
3304
3305 * term/mac-win.el: Remove definitions of mac-roman-lower and
3306 mac-roman-upper, require dired, and define instead of set
3307 mac-ready-for-drag-n-drop to avoid compilation error.
3308
3309 2000-10-23 Andrew Innes <andrewi@gnu.org>
3310
3311 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3312 superfluous calls to subst-char-in-string; instead apply
3313 expand-file-name after convert-standard-filename to ensure
3314 expected directory separators are used.
3315
3316 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3317
3318 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3319
3320 2000-10-23 Dave Love <fx@gnu.org>
3321
3322 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3323 (tool-bar-add-item): Set foreground and background for XBM icons.
3324
3325 * international/latin1-disp.el (latin1-char-displayable-p): New
3326 function (from Handa).
3327 (latin1-display-check-font): Use it.
3328
3329 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3330 using :key-sequence, making it much more usable. Use nconc, not
3331 append.
3332 (imenu--create-keymap-1): Avoid append.
3333
3334 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3335
3336 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3337
3338 [the following changes fix a bug where `define-minor-mode' didn't
3339 correctly generate :require clauses for defcustoms in compiled files]
3340 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3341 (byte-compile-log-file, byte-compile-log-1): Don't set
3342 `byte-compile-current-file' to nil. Instead set
3343 `byte-compile-last-logged-file' to it. Test whether
3344 byte-compile-current-file equals byte-compile-last-logged-file
3345 instead of whether its nil.
3346 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3347
3348 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3349
3350 * textmodes/refill.el: Fix var names in doc.
3351 (refill-mode): Don't bother with make-local-hook anymore.
3352
3353 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3354
3355 * faces.el (face-user-default-spec, face-default-spec): New functions.
3356 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3357 (frame-set-background-mode, face-set-after-frame-default):
3358 Use `face-user-default-spec'. Simplify code slightly.
3359
3360 * woman.el (woman-italic-face, woman-bold-face)
3361 (woman-unknown-face): Add dark-background variants.
3362 (woman-default-faces): Renamed from `woman-colour-faces'.
3363 Set using the stored defaults, rather than using hard-wired colors.
3364 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3365 Just make the foreground `unspecified' rather than "black".
3366 (woman-menu): Rename menu entries accordingly.
3367
3368 * faces.el (header-line): Make more reasonable on mono/grayscale
3369 displays.
3370
3371 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3372
3373 * cus-edit.el (custom-button-face): Use 3D look for mac.
3374 (custom-button-pressed-face): Likewise.
3375
3376 * faces.el (set-face-attributes-from-resources): Handle mac frames
3377 in the same way as x and w32 frames.
3378 (face-valid-attribute-values): Likewise.
3379 (read-face-attribute): Likewise.
3380 (defined-colors): Likewise.
3381 (color-defined-p): Likewise.
3382 (color-values): Likewise.
3383 (display-grayscale-p): Likewise.
3384 (face-set-after-frame-default): Likewise.
3385 (mode-line): Same default face as for x and w32.
3386 (tool-bar): Likewise.
3387
3388 * frame.el: Remove call to frame-notice-user-settings at end of
3389 the file.
3390
3391 * info.el (Info-fontify-node): make underlines invisible for mac
3392 as for x, pc, and w32 frame types.
3393
3394 * term/mac-win.el: New file.
3395
3396 2000-10-22 Dave Love <fx@gnu.org>
3397
3398 * textmodes/refill.el: New file.
3399
3400 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3401
3402 * vc-hooks.el (vc-version-backup-file-name): New optional args
3403 MANUAL and REGEXP.
3404 (vc-delete-automatic-version-backups, vc-make-version-backup):
3405 New functions.
3406 (vc-before-save): Use the latter.
3407 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3408 confusion.
3409
3410 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3411 expected by vc[-hooks].el.
3412
3413 * vc.el (vc-checkout): Added `-p' suffix in call to
3414 vc-make-version-backups-p; use vc-make-version-backup to actually
3415 make the backup.
3416 (vc-version-other-window, vc-version-backup-file): Handle both
3417 automatic and manual backups.
3418 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3419 of all of them.
3420
3421 2000-10-22 Miles Bader <miles@gnu.org>
3422
3423 * comint.el (comint-highlight-input, comint-highlight-prompt):
3424 Renamed, `-face' at end removed.
3425 (comint-send-input, comint-output-filter): Use renamed faces.
3426
3427 * window.el (fit-window-to-buffer): Change defaulting of
3428 MAX-HEIGHT slightly.
3429
3430 * faces.el (color-values, color-defined-p): Use `member', not
3431 `memq', because it works correctly for strings.
3432 (frame-set-background-mode): Actually, "unspecified-fg" and
3433 "unspecified-bg" *are* strings. Use `member', not `memq', and
3434 `equal', not `eq', when a string value is possible.
3435
3436 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3437
3438 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3439
3440 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3441
3442 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3443 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3444 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3445 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3446 (sh-font-lock-syntactic-keywords): Use them.
3447 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3448 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3449 (sh-mode): Don't override font-lock-unfontify-region-function.
3450 Use a copy of sh-font-lock-syntactic-keywords.
3451 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3452 Don't call sh-scan-buffer since font-lock does it on the fly.
3453 (sh-get-indent-info): Use `face' rather than `syntax-table'
3454 text-property to detect here-documents.
3455 Replace sh-special-syntax with sh-st-punc.
3456 (sh-prev-line): Use `face' rather than `syntax-table'
3457 text-property to skip over here-documents.
3458 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3459 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3460 (sh-electric-less, sh-set-here-doc-region)
3461 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3462 (sh-scan-buffer, sh-rescan-buffer): Remove.
3463
3464 2000-10-21 Andrew Innes <andrewi@gnu.org>
3465
3466 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3467 remote (ange-ftp) file names.
3468
3469 2000-10-21 Miles Bader <miles@gnu.org>
3470
3471 * window.el (fit-window-to-buffer): New function.
3472 (shrink-window-if-larger-than-buffer): Use it.
3473 (window-text-height): Don't expect minibuffers to have mode-lines.
3474
3475 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3476 * international/quail.el (quail-update-guidance): Use
3477 `fit-window-to-buffer' instead of `set-window-text-height'.
3478
3479 * international/quail.el (quail-show-guidance-buf): Make sure
3480 guidance window really has enough room.
3481 (quail-update-guidance): If quail-guidance-win is already shown,
3482 make sure its height is OK.
3483
3484 * window.el (window-text-height, set-window-text-height):
3485 New functions.
3486 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3487 instead of `window-height' & `mode-line-window-height-fudge'.
3488 (mode-line-window-height-fudge): Add FACE parameter.
3489 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3490 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3491
3492 2000-10-20 Miles Bader <miles@gnu.org>
3493
3494 * window.el (height-affecting-face-attributes): Use `defconst'.
3495
3496 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3497 New function, conditionally aliased to `mode-line-window-height-fudge'.
3498 (ispell-help): Use it.
3499 (ispell-choices-win-default-height): Don't include mode-line fudge.
3500 (ispell-choices-win-default-height): New function.
3501 (ispell-show-choices, ispell-command-loop): Use function
3502 `ispell-choices-win-default-height' instead of variable.
3503
3504 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3505
3506 * window.el (mode-line-window-height-fudge): New variable.
3507 (height-affecting-face-attributes): New variable.
3508 (mode-line-window-height-fudge): New function.
3509 (shrink-window-if-larger-than-buffer): Use it.
3510 * help.el (resize-temp-buffer-window): Likewise.
3511
3512 * info.el (Info-fontify-node): Add support for @subsubsection
3513 titles, which use `Info-title-4-face'.
3514 (Info-title-4-face): New face.
3515 (Info-title-3-face): Inherit from Info-title-4-face instead of
3516 variable-pitch.
3517
3518 2000-10-19 Jason Rumney <jasonr@gnu.org>
3519
3520 * dired.el (dired-insert-directory): Do not let errors signalled by
3521 attempt to run dired-free-space-program prevent dired from working.
3522
3523 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3524
3525 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3526
3527 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3528
3529 * dirtrack.el (dirtrack): Fix call to run-hooks.
3530
3531 * cmuscheme.el (cmuscheme-program-name): Renamed from
3532 scheme-program-name because xscheme.el contains a defcustom with
3533 the same name. As a consequence, customizing group `cmuscheme'
3534 loaded `xscheme' which redefined run-scheme.
3535 (run-scheme): Use cmuscheme-program-name.
3536
3537 * ps-print.el (ps-print-emacs-type): Move into the
3538 eval-and-compile.
3539
3540 * play/doctor.el (doctor-death): Update the Samaritans'
3541 anonymous address, and add a website for Befrienders International.
3542
3543 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3544
3545 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3546 Avoid compilation gripes. Doc fix.
3547 (ps-print-version): New version number (6.2).
3548 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3549 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3550 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3551 (ps-x-extent-priority, ps-x-extent-start-position)
3552 (ps-x-face-font-instance, ps-x-find-coding-system)
3553 (ps-x-font-instance-properties, ps-x-make-color-instance)
3554 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3555 avoid compilation gripes without defining functions.
3556 (ps-e-find-composition): Alias for function find-composition, to have a
3557 suitable function depending on Emacs version.
3558 (ps-color-device, ps-color-values, ps-face-foreground-name)
3559 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3560 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3561 (ps-print-ensure-fontified): Function definitions surrounded by
3562 `eval-and-compile' to avoid compilation gripes.
3563 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3564 by symbol-value to avoid compilation gripes.
3565 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3566 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3567
3568 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3569
3570 * startup.el (normal-top-level): Call `frame-set-background-mode'
3571 after `frame-notice-user-settings' because the latter doesn't call
3572 the former on a tty.
3573
3574 * faces.el (frame-set-background-mode): `unspecified' &c are
3575 symbols, not strings.
3576
3577 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3578
3579 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3580 why some "light*" colors are deliberately absent from the alist.
3581
3582 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3583 Change colors for tty's, as suggested by Miles Bader.
3584
3585 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3586
3587 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3588 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3589 for ISO10646-1 fonts.
3590 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3591
3592 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3593
3594 * faces.el (frame-set-background-mode): If a tty frame defines a
3595 background color, use that to compute the background mode, instead
3596 of always defaulting to "dark".
3597
3598 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3599
3600 * comint.el (comint-write-output): New function.
3601 (comint-mode-map): Add it to the menu.
3602 Bind `C-c C-s' to comint-write-output.
3603
3604 2000-10-18 Gerd Moellmann <gerd@gnu.org>
3605
3606 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3607 Use fancy-splash-delay.
3608
3609 2000-10-18 Alex Schroeder <alex@gnu.org>
3610
3611 * progmodes/sql.el (sql-sybase-options): New option.
3612 (sql-sybase): Use it. Add sql-database to the list of parameters
3613 provided for login. The options -w 2048 -n are not used any more.
3614
3615 * comint.el (comint-read-input-ring): Bugfix such that the first
3616 and the last entry of the input ring file are not lost.
3617
3618 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3619
3620 * ps-print.el: Internal variable changes to defcustom,
3621 make-local-hook changes to defvar. Doc fix.
3622 (ps-print-version): New version number (6.1).
3623 (ps-setup, ps-do-despool): Code fix.
3624 (ps-printer-name): Customization fix.
3625 (ps-printer-name-option): Now is a defcustom instead of an
3626 internal variable.
3627 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3628 (ps-print-begin-column-hook): Now are defvar instead of
3629 make-local-hook.
3630
3631 2000-10-18 Miles Bader <miles@gnu.org>
3632
3633 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3634 (comint-kill-output): Changed into an alias for `comint-delete-output',
3635 and made obsolete.
3636 (comint-mode-map): Rename references to comint-kill-output.
3637
3638 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3639
3640 * diff-mode.el (diff-header-face, diff-file-header-face)
3641 (diff-changed-face): Add bold and italic attributes to tty faces.
3642 (diff-function-face): New face.
3643 (diff-font-lock-keywords): Use it.
3644
3645 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3646
3647 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3648 Remove commented-out call to force-mode-line-update.
3649 (comint-kill-output): Use `forward-line 0' instead of
3650 beginning-of-line to make sure we get past the prompt.
3651
3652 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3653
3654 * diff-mode.el (diff-header-face, diff-file-header-face):
3655 Add specific setting for dark background.
3656 (diff-context-face): Renamed from diff-comment-face.
3657 Set explicitly rather than inheriting from font-lock-comment-face.
3658
3659 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3660
3661 * startup.el (command-line): Move the code which sets the default
3662 TTY colors to before before-init-hook.
3663
3664 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3665
3666 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3667
3668 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3669
3670 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3671 extensions, for MS-DOS.
3672
3673 * diff-mode.el (diff-header-face, diff-file-header-face)
3674 (diff-changed-face): Define tty-specific colors.
3675
3676 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3677
3678 * startup.el (fancy-splash-text): Realign the text.
3679
3680 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3681
3682 * font-lock.el (font-lock-comment-face): Define a separate default
3683 for dark-background tty's.
3684
3685 2000-10-17 Miles Bader <miles@gnu.org>
3686
3687 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3688 being obscured by whizzy mode-lines on graphics displays.
3689
3690 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3691
3692 * info.el (Info-title-1-face, Info-title-2-face)
3693 (Info-title-3-face): Define colors for tty's.
3694 (info-header-node): Remove unneeded tty-specific definition.
3695
3696 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3699 reverse from the frame parameters, and don't invert foreground and
3700 background colors.
3701
3702 2000-10-16 Miles Bader <miles@gnu.org>
3703
3704 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3705 string "*Info*". Call propertized-buffer-identification to spruce
3706 up the result.
3707
3708 2000-10-16 Gerd Moellmann <gerd@gnu.org>
3709
3710 * help.el: Provide `help' for the sake of define-minor-mode
3711 which generates defcustoms with requires.
3712
3713 * jit-lock.el (jit-lock-after-change): If we're in text that
3714 matches a multi-line font-lock pattern, make sure the whole text
3715 will be redisplayed.
3716
3717 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3718 author's name is unknown.
3719
3720 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3721 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3722 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3723 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3724 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3725 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3726 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3727 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3728 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3729 Add author information.
3730
3731 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3732
3733 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3734 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3735 full-color version (using the Gimp) to eliminate dithering artifacts.
3736
3737 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3738
3739 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3740
3741 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3742
3743 2000-10-15 Dave Love <fx@gnu.org>
3744
3745 * progmodes/sh-script.el: Require skeleton and comint when
3746 compiling.
3747
3748 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3749
3750 * whitespace.el: Doc fixes.
3751 (top-level): Don't add hooks here.
3752 (whitespace-running-emacs): Deleted.
3753 (timer): Don't require.
3754 (whitespace): Add back :version conditional on xemacs test.
3755 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3756 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3757 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3758 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3759 Avoid specific xemacs test.
3760 (whitespace-global-mode): New option.
3761 (whitespace-global-mode): New command.
3762 (whitespace-unload-hook): New function.
3763
3764 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3765 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3766 (Info-fontify-node): `Goto' goes to `Go to'.
3767 (Info-fontify-node): Add help-echo to xref links.
3768
3769 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3770
3771 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3772
3773 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3774
3775 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3776 Use plist-get and allow :inherit.
3777
3778 * emacs-lisp/cl-macs.el (cl-do-arglist):
3779 Use plist-get and plist-member instead of memq.
3780
3781 * emacs-lisp/ewoc.el (ewoc-location): New function.
3782 (ewoc-enter-after, ewoc-enter-before): Document return value.
3783 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3784 Don't need make-local-hook any more.
3785 (cvs-addto-collection): Return the new tin.
3786 (cvs-mode-insert): Jump to the new line.
3787
3788 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3789
3790 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3791
3792 * font-lock.el (font-lock-syntactically-fontified): New var.
3793 (font-lock-fontify-syntactic-keywords-region): Use it.
3794 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3795
3796 * diff-mode.el (diff-find-file-name): Fix regexp.
3797
3798 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3799 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3800
3801 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3802 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3803 (sh-mode): Don't make all vars local here.
3804 (sh-kw): Reformat.
3805 (sh-set-shell): Use dolist. Don't set indent-region-function.
3806 (sh-mode-syntax-table): Use pop.
3807 (sh-remember-variable): Use push.
3808 (sh-help-string-for-variable): Use memq.
3809 (sh-safe-backward-sexp): Remove.
3810 (sh-safe-forward-sexp): Add ARG.
3811 (sh-get-indent-info, sh-prev-stmt): Use it.
3812 (sh-prev-line): Simplify by using forward-comment.
3813 (sh-this-is-a-continuation): Simplify.
3814 (sh-learn-buffer-indent): Use dolist.
3815 (sh-do-nothing): Remove.
3816 (sh-set-char-syntax, sh-set-here-doc-region):
3817 Use inhibit-modification-hooks.
3818 (sh-name-style): Use mapcar and push.
3819 (sh-load-style): Use dolist.
3820 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3821 (sh-case, sh-while-getopts): Use propertize directly rather
3822 than sh-electric-rparen.
3823
3824 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3825
3826 * textmodes/tex-mode.el: Require CL when compiling.
3827 (tex-mode-syntax-table): Init immediately.
3828 (tex-mode-map): Bind M-RET to latex-insert-item.
3829 (latex-mode): Set indent-line-function to latex-indent.
3830 (tex-common-initialization): Don't setup the syntax-table any more.
3831 (latex-insert-item): New skeleton.
3832 (tex-next-unmatched-end): Fix copy/paste braino.
3833 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3834 (latex-indent, latex-find-indent): New functions.
3835 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3836 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3837 (tex-compilation-parse-errors): Use with-syntax-table.
3838
3839 2000-10-15 Miles Bader <miles@gnu.org>
3840
3841 * font-lock.el (font-lock-comment-face): Change dark-background,
3842 color, non-tty, default to `chocolate1'.
3843
3844 2000-10-13 John Wiegley <johnw@gnu.org>
3845
3846 * eshell/esh-util.el (require): Added a missing `require' form,
3847 needed when compiling (for an ange-ftp macro definition).
3848
3849 2000-10-13 Dave Love <fx@gnu.org>
3850
3851 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3852
3853 2000-10-13 Gerd Moellmann <gerd@gnu.org>
3854
3855 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3856 fix.
3857
3858 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3859 transparent -colors 8).
3860
3861 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3862
3863 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3864 that breaks with old list format timestamps.
3865 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3866 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3867 strings.
3868
3869 2000-10-13 John Wiegley <johnw@gnu.org>
3870
3871 * align.el, pcomplete.el, calendar/timeclock.el,
3872 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3873
3874 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3875 faulty math, where holiday hours were being computing as seconds.
3876
3877 2000-10-13 John Wiegley <johnw@gnu.org>
3878
3879 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3880 specifying what "other" kinds of buffers should be saved. This
3881 used to be hard-coded.
3882 (desktop-buffer-misc-functions): A global for specifying how
3883 auxiliary data should be determined for special buffer types.
3884 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3885 instead of hard-coding the special buffer types.
3886 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3887 auxiliary data, instead of hard-coding for Info buffers and dired.
3888 (desktop-buffer-info-misc-data): Aux function for determining Info
3889 buffer auxiliary info.
3890 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3891 (desktop-buffer-info): Changed this function to use the info
3892 gathered above.
3893 (desktop-create-buffer): Be a little more careful about what
3894 `minor-mode' means before calling it. This is important for some
3895 buffer types.
3896
3897 2000-10-13 John Wiegley <johnw@gnu.org>
3898
3899 * eshell/esh-util.el: Added a global form which declares an
3900 autoload for `parse-time-string', if that function is not already
3901 defined, and if parse-time.el is available on the user's system.
3902
3903 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3904 to be aware of ange-ftp user info.
3905 (eshell-do-ls): Bind `ange-cache'. Also, use
3906 `eshell-file-attributes'.
3907 (eshell-ls-annotate): Use `eshell-file-attributes'.
3908 (eshell-ls-file): Made the user-id printing code a bit smarter.
3909
3910 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3911 allow identification of alias user ids in remote directories.
3912 It's manual, but there's no other way to know when the current
3913 user on the local machine, is also the owning user on the remote
3914 machine.
3915 (fboundp): Bind `ange-cache'.
3916 (eshell-directory-files-and-attributes): Re-organized the logic a
3917 bit to use `eshell-file-attributes' instead of `file-attributes'.
3918 The former is more sensitive to directories that are read via FTP,
3919 and knows how to use ange-ftp to determine full attribute
3920 information, instead of just the name and last modtime.
3921 (eshell-current-ange-uids): Return the current user id when in a
3922 remote directory.
3923 (eshell-parse-ange-ls): Parse a full directory listing that has
3924 been returned by ange-ftp.
3925 (eshell-file-attributes): This beefed up version of
3926 `file-attributes' is only special if the user is currently in a
3927 remote directory, in which case it does a lot of work to find out
3928 what the real attributes of a file are, as they appear on the
3929 remote machine. This makes usage of remote directories (i.e.,
3930 ange-ftp pathnames) much more useful. You can now use Eshell as a
3931 full-fledged FTP client, with much more manipulation ability than
3932 most other clients.
3933
3934 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3935 variable, which means that Eshell's du should always be preferred
3936 in remote directories.
3937 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3938 just `file-attributes'.
3939 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3940 when reading remote directories. This is an Eshell-specific
3941 variable (not part of ange-ftp).
3942 (eshell/ln): Bind `ange-cache'.
3943 (eshell/du): Added some extra logic for determining when to use
3944 Eshell's du (which is slow), and when to use the external version
3945 (which may or may not exist).
3946
3947 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3948 `eshell-interactive-process', rather than using
3949 `get-buffer-process', since backgrounded processes don't count in
3950 the context of this function's logic.
3951
3952 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3953 `forward-char', so that null strings are parsed correctly.
3954
3955 2000-09-13 John Wiegley <johnw@gnu.org>
3956
3957 * eshell/em-pred.el (eshell-pred-file-type,
3958 eshell-pred-file-links, eshell-pred-file-size): Use
3959 `eshell-file-attributes'. This is more correct over ange-ftp.
3960
3961 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3962 that remote file globbing is more efficient.
3963
3964 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3965 gathering the files and attributes within a directory.
3966
3967 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3968 the command line is a special file (not a regular file, directory
3969 or symlink), always attempt to call the external version of cat.
3970
3971 2000-09-13 John Wiegley <johnw@gnu.org>
3972
3973 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3974 Eshell-friendly version of find-tag.
3975
3976 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3977
3978 * image-file.el (image-file-name-extensions)
3979 (image-file-name-regexps): Add autoload cookies.
3980
3981 2000-10-13 Kenichi Handa <handa@etl.go.jp>
3982
3983 * international/mule-cmds.el (select-safe-coding-system): If FROM
3984 is string, show it in *Warning* buffer.
3985
3986 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3987
3988 * startup.el (normal-top-level): Use display-popup-menus-p instead
3989 of window-system.
3990 (command-line): Use display-graphic-p instead of window-system.
3991 (command-line-1): Use display-popup-menus-p and display-mouse-p
3992 instead of window-system.
3993
3994 2000-10-12 Sam Steingold <sds@gnu.org>
3995
3996 * tooltip.el (tooltip-use-echo-area): New user variable.
3997 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3998
3999 2000-10-12 Dave Love <fx@gnu.org>
4000
4001 * recentf.el: Maintainer's checkdoc fixes.
4002
4003 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4004 character class, not ASCII when matching file names.
4005 (fancy-splash-head): Add trailing slash to URL.
4006 (command-line): Don't require XPM support for toolbar.
4007
4008 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4009 (cperl-invalid-face): Revert last change.
4010 (cperl-init-faces): Quote cperl-invalid-face.
4011
4012 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4013
4014 * startup.el (fancy-splash-text): Remove superfluous quote.
4015
4016 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4017
4018 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4019 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4020 (command-line-1): Don't use fancy-splash-pending-command.
4021 (fancy-splash-screens-1): Goto point-min after inserting text.
4022
4023 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4024
4025 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4026 instead of shared-lisp-mode-map.
4027
4028 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4029
4030 * faces.el (header-line): Change tty-variant to use underlining.
4031
4032 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4033 (isearch-highlight): Restore lazy-isearch face properties at old
4034 position, and suppress them at new position.
4035 (isearch-dehighlight): Restore lazy-isearch face properties.
4036 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4037 over the real isearch overlay, but in that case, don't give it a
4038 face property. Use `push'.
4039
4040 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4041
4042 * man.el (Man-getpage-in-background): Fix previous change.
4043 Decode the process output only when we are in multibyte mode.
4044
4045 2000-10-11 Dave Love <fx@gnu.org>
4046
4047 * info.el (Info-mode-menu): Fix some help.
4048 (info-tool-bar-map): Add entry for Info-last.
4049
4050 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4051 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4052 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4053 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4054 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4055 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4056 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4057 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4058 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4059 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4060 Reduce colour requirements to 25 overall. (Probably wants
4061 revisiting from the originals to reduce further.)
4062
4063 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4066 buffer-file-coding-system, instead of raw-text.
4067 (dehexlify-buffer): Bind coding-system-for-read to
4068 buffer-file-coding-system, instead of raw-text.
4069
4070 2000-10-11 Sam Steingold <sds@gnu.org>
4071
4072 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4073 `underline' - fixes the bug introduced on 2000-09-21.
4074
4075 2000-10-11 Dave Love <fx@gnu.org>
4076
4077 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4078 compiler warnings.
4079 (scheme-mode): Doc fix.
4080 (scheme-font-lock-keywords-1): Match `define-syntax'.
4081
4082 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4083
4084 * faces.el (frame-set-background-mode): Pay attention to saved
4085 face specs as well as default ones. Only do anything if the
4086 bg-mode or display-type has actually changed. Use `dolist'.
4087 (region): Make dark-background `region' face less in-your-face.
4088
4089 2000-10-10 Sam Steingold <sds@gnu.org>
4090
4091 * chistory.el, ielm.el, ledit.el:
4092 * progmodes/inf-lisp.el, progmodes/scheme.el:
4093 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4094
4095 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4096
4097 * textmodes/texinfo.el: Update copyright and fix typo.
4098
4099 * desktop.el (desktop-modes-not-to-save): New var.
4100 (desktop-save-buffer-p): Use it.
4101 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4102 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4103
4104 2000-10-10 Dave Love <fx@gnu.org>
4105
4106 * toolbar/tool-bar.el (tool-bar-add-item)
4107 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4108 display.
4109
4110 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4111 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4112 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4113 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4114 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4115 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4116 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4117 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4118 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4119 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4120 the .xpms; probably need retouching.
4121
4122 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4123
4124 * subr.el (add-to-list): Add optional argument APPEND.
4125 * battery.el (display-battery): Use `add-to-list'.
4126
4127 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4128
4129 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4130 these vars as symbol properties.
4131 (zone, zone-when-idle, zone-leave-me-alone)
4132 (zone-pgm-whack-chars): Use new symbol properties.
4133
4134 * battery.el (display-battery): Doc spelling fix.
4135
4136 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4137 property.
4138
4139 2000-10-09 Dave Love <fx@gnu.org>
4140
4141 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4142 has been initialized before calling tool-bar-setup.
4143 (tool-bar-add-item-from-menu): Add autoload cookie.
4144
4145 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4146
4147 * menu-bar.el (send-mail-item-name): New function.
4148 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4149 of mail-user-agent in the menu. Don't display the "Send Mail"
4150 item if mail-user-agent is nil or its value is ignore.
4151 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4152 if read-mail-command is nil or its value is ignore.
4153
4154 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4155
4156 2000-10-09 Miles Bader <miles@gnu.org>
4157
4158 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4159 Correct image size.
4160 * toolbar/left_arrow.xpm: Correct image size.
4161
4162 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4163 will be done by the definition of `auto-compression-mode' if
4164 necessary. Move code to uninstall existing file-name handler
4165 before definition of `auto-compression-mode'.
4166
4167 * image-file.el (auto-image-file-mode): Move to the end of the
4168 file, because `define-minor-mode' actually calls the mode-function
4169 if the associated variable is non-nil, which requires that all
4170 needed functions be already defined.
4171
4172 * mouse.el (popup-menu): Balance parens.
4173
4174 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4175
4176 * mouse.el (popup-menu): Move the command call outside the loop
4177 so that popup-menu returns whatever the command returns.
4178
4179 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4180 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4181 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4182 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4183
4184 * vc.el (vc-version-diff): diff-switches can be a list.
4185 Use relative filenames for prettier output.
4186
4187 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4188 (vc-post-command-functions): Remove old-VC compatibility code.
4189
4190 * newcomment.el (comment-indent-default): Autoload.
4191
4192 * font-lock.el (font-lock-defaults): Make buffer-local.
4193 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4194 (font-lock-choose-keywords):
4195 Ignore LEVEL unless KEYWORDS is a list of syms.
4196 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4197 Don't wrap regexp-opt things in \(...\) unnecessarily.
4198
4199 * jit-lock.el: Don't require font-lock any more.
4200 (jit-lock-functions): Make buffer-local.
4201 (jit-lock-saved-fontify-buffer-function): Remove.
4202 (jit-lock-mode): Remove autoload cookie.
4203 Remove font-lock specific code.
4204 (jit-lock-unregister): Don't bother handling complex hooks any more.
4205 (jit-lock-refontify): New function.
4206 (jit-lock-fontify-buffer): Use it.
4207 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4208 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4209 Add optional args START and END.
4210 Never call font-lock-fontify-region directly.
4211 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4212
4213 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4214
4215 2000-10-08 Dave Love <fx@gnu.org>
4216
4217 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4218
4219 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4220
4221 * play/studly.el (studlify-region, studlify-word): Add autoload
4222 cookie.
4223
4224 * play/morse.el (morse-region, unmorse-region): Add autoload
4225 cookie.
4226
4227 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4228 concat.
4229
4230 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4231 insist on symbols starting with word syntax.
4232 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4233 (eval-defun-1): Doc fix.
4234 (indent-sexp): Use nconc to build up indent-stack.
4235
4236 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4237 Gnus with little use.
4238 (mail-setup-hook): Add mail-abbrevs-setup to options.
4239
4240 * recentf.el: Doc fixes.
4241
4242 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4243 Clean up remainder.
4244
4245 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4246 without timezone and (8) with timezone to enforce some whitespace.
4247 Simplify code somewhat.
4248
4249 * options.el (list-options): Doc that you should use customize.
4250
4251 * iswitchb.el (iswitchb-mode): Add :require.
4252
4253 * info.el (Info-goto-node, Info-menu): Doc fix.
4254 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4255 (info-tool-bar-map): New variable.
4256 (Info-mode): Use it.
4257 (Info-edit-map): Define all in defvar.
4258 (speedbar-attached-frame): Avoid compiler warning.
4259
4260 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4261 (global-map): Bind [tool-bar] to a filtered map.
4262 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4263 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4264 Allow PBM icons.
4265 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4266
4267 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4268 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4269 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4270 icons, except up_arrow, which is left-arrow rotated.
4271
4272 * imenu.el (imenu-add-to-menubar): Fix last change.
4273
4274 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4275
4276 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4277 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4278
4279 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4280
4281 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4282 typos in doc strings.
4283
4284 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4285 the doc strings how to customize Font Lock faces.
4286
4287 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4288 computing growth when dragging the header line.
4289
4290 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4291
4292 * simple.el (kill-line): Doc fix.
4293
4294 2000-10-08 Miles Bader <miles@gnu.org>
4295
4296 * faces.el (secondary-selection): Make foreground visible on tty.
4297
4298 * jka-compr.el (auto-compression-mode): Move to the end of the
4299 file, because `define-minor-mode' actually calls the mode-function
4300 if the associated variable is non-nil, which requires that all
4301 needed functions be already defined.
4302 (with-auto-compression-mode): Add autoload cookie.
4303
4304 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4305
4306 * files.el (find-backup-file-name) [ms-dos]: If support for long
4307 file names is not available, behave as if version-control were set
4308 to never.
4309
4310 2000-10-07 Dave Love <fx@gnu.org>
4311
4312 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4313 (browse-url-gnome-moz): New function.
4314 (browse-url-browser-function): Use it.
4315 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4316
4317 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4318
4319 * indent.el (tab-always-indent): New var.
4320 (indent-for-tab-command): Use it.
4321
4322 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4323 raise an error. This way it can still default to a sane value.
4324
4325 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * startup.el (fancy-splash-screens): Use local rather than global map.
4328 Don't use `update-menu-bindings' any more.
4329 Get rid of assumptions about keymap representation.
4330
4331 2000-10-06 Dave Love <fx@gnu.org>
4332
4333 * textmodes/fill.el (sentence-end-double-space)
4334 (sentence-end-without-period): Doc fix.
4335 (adaptive-fill-regexp): Purecopy.
4336 (unjustify-current-line): Use line-end-position.
4337 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4338
4339 * net/eudc-vars.el (eudc): Add :version, :link.
4340
4341 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4342
4343 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4344 Fix for define-minor-mode.
4345 (function-at-point): Alias to function-called-at-point.
4346
4347 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4348
4349 * simple.el (backward-word): Doc fix.
4350
4351 * image-file.el (image-file-name-regexp): image-file-regexps ->
4352 image-file-name-regexps.
4353 (image-file-name-extensions): Add pbm.
4354
4355 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4356
4357 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4358 and add filename to the names so that diff-mode can jump to source.
4359
4360 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4361 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4362 (tex-font-lock-keywords-1): Remove.
4363 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4364 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4365 (font-lock-default-fontify-region):
4366 Expand beg..end correctly when just following a multiline region.
4367 (font-lock-fontify-anchored-keywords):
4368 Include the anchor text as part of the multiline.
4369
4370 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4371
4372 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4373 latter needs the autoloaded define-minor-mode macro during the
4374 bootstrap.
4375
4376 * startup.el (command-line): For now, activate tool-bar-mode only
4377 if XPM images are supported.
4378
4379 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4380 window by dragging a header-line at the top of the frame; that's
4381 confusing because the header-line doesn't move.
4382 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4383 of treating the event as a list. Some cleanup.
4384
4385 2000-10-06 Miles Bader <miles@gnu.org>
4386
4387 * simple.el (display-message-or-buffer): New function.
4388 (shell-command-on-region): Use `display-message-or-buffer'.
4389
4390 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4391 docstring parts.
4392
4393 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4394 (smbclient-prompt-regexp): Add usage note to doc string.
4395 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4396 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4397 Use add-hook for adding the comint filter function, and only do so
4398 if it's not already in the global hook list.
4399 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4400 to `make-local-variable'.
4401 (nslookup-font-lock-keywords): Remove prompt entry.
4402 (nslookup): Don't set the process-filter.
4403 (finger): Exit the loop correctly when the regexps list runs out.
4404 (ftp, smbclient, smbclient-list-shares):
4405 Set the real major mode immediately, not after execing.
4406 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4407
4408 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4409
4410 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4413
4414 * which-func.el (which-func-format): Remove spurious space.
4415 (which-func-mode): Don't make it permanent-local.
4416 (which-func-ff-hook): Allow which-func-maxout to be nil.
4417 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4418 (which-func-mode): Simplify.
4419 Use post-command-idle-hook rather than post-command-hook.
4420 Go through all buffers and update their state.
4421 (which-function): Also try add-log-current-defun-function.
4422
4423 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4424 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4425 Update call to with-vc-properties accordingly.
4426 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4427 (vc-revert-buffer): More careful about window selection and deletion.
4428 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4429
4430 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4431 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4432 (cvs-dired-action): Change the default to quickdir.
4433
4434 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4435 if comment-indent-function returns nil.
4436 (comment-indent-default): New function.
4437 (comment-indent-function): Use it and document the new semantics.
4438
4439 * image-file.el: Docstring fixes.
4440
4441 * help.el (help-xref-on-pp): Use match-string.
4442 (describe-variable): New arg BUFFER.
4443 Store the current buffer in the help-xref-stack.
4444 (temp-buffer-resize-mode): Use define-minor-mode.
4445
4446 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4447 consistently with its docstring.
4448 Set jit-lock-first-unfontify-pos in an idempotent way.
4449 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4450
4451 2000-10-05 Alex Schroeder <alex@gnu.org>
4452
4453 * sql.el (sql-mysql-options): New variable.
4454 (sql-mysql): Use it.
4455
4456 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4457
4458 * image.el (image): New group.
4459
4460 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4461 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4462
4463 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4464
4465 * net/net-utils.el (nslookup-font-lock-keywords)
4466 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4467 Ignore the value of wqindow-system; always define keywords
4468
4469 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4470
4471 * startup.el (fancy-splash-screens): Remove the code for
4472 debugging; `(trace-to-stderr "EXITTT\n")'.
4473
4474 2000-10-05 Miles Bader <miles@gnu.org>
4475
4476 * diff-mode.el (diff-goto-source): Update call to
4477 `diff-hunk-status-msg' to reflect new REV variable.
4478
4479 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4480
4481 * progmodes/icon.el (icon-mode):
4482 Don't gratuitously override the default for comment-column.
4483
4484 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4485
4486 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4487 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4488 (jit-lock-functions): New var.
4489 (jit-lock-function-1): Use it if non-nil.
4490 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4491 Set the `fontified' property before doing the fontification to avoid
4492 repeatedly going through the same error.
4493 Don't turn errors into messages.
4494 (jit-lock-register, jit-lock-unregister): New functions.
4495
4496 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4497 Use with-current-buffer.
4498
4499 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4500 Turn comment into docstring.
4501
4502 * apropos.el (apropos-mode): Use define-derived-mode.
4503
4504 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4505
4506 * startup.el (fancy-splash-pending-command): New variable.
4507 (fancy-splash-pre-command): New function.
4508 (fancy-splash-screens): Rewritten.
4509 (command-line-1): If fancy-splash-pending-command is set, call it
4510 interactively.
4511
4512 2000-10-04 Dave Love <fx@gnu.org>
4513
4514 * toolbar/tool-bar.el (tool-bar-setup): New function.
4515 (tool-bar-mode): Use it.
4516
4517 * subr.el (substitute-key-definition): Doc fix.
4518 (play-sound-file): New command.
4519
4520 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4521
4522 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4523 vc-version-backup-file-name): New functions.
4524
4525 * files.el (basic-save-buffer): Call vc-before-save before saving.
4526
4527 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4528 vc-cvs-stay-local-p.
4529
4530 * vc.el (vc-revert-buffer): Handle empty diff properly.
4531 (vc-version-backup-file): New function.
4532 (vc-checkout): Create a version backup if necessary.
4533 (vc-checkin): If a version backup file exists, delete it.
4534 (vc-version-diff): Diff locally using version backups, if available.
4535 (vc-revert-file): If there's a version backup, revert locally.
4536 (vc-transfer-file): Use version backup for base version, if
4537 available. If not, ask for confirmation whether to get it from the
4538 server. Update mode line before check-in.
4539
4540 2000-10-04 Dave Love <fx@gnu.org>
4541
4542 * toolbar/tool-bar.el (tool-bar-setup): New function.
4543 (tool-bar-mode): Use it.
4544
4545 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4546
4547 * net/net-utils.el (nslookup-font-lock-keywords)
4548 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4549 Only set if window-system is non-nil
4550 (net-utils-run-program): Returns buffer.
4551 (network-connection-reconnect): Added this function.
4552
4553 * generic.el:
4554 Incorporates extensive cleanup and docfixes by
4555 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4556 Uses cl compile-time macros.
4557 (generic-mode-name, generic-comment-list)
4558 (generic-keywords-list, generic-font-lock-expressions)
4559 (generic-mode-function-list, generic-mode-syntax-table):
4560 Removed variables.
4561 (generic-mode-alist): Renamed to generic-mode-list.
4562 (generic-find-file-regexp): Default changed to "^#".
4563 (generic-read-type): Uses completing read on generic-mode-list.
4564 (generic-mode-sanity-check): removed this function.
4565 (generic-add-to-auto-mode): Removed this function
4566 (generic-mode-internal): Bind mode-specific definitions
4567 into function instead of putting them in alist.
4568 (generic-mode-set-comments): Reworked extensively.
4569 (generic-mode-find-file-hook): Simplified regexp searching
4570 (generic-make-keywords-list): Omit extra pair of parens
4571
4572 * find-lisp.el (find-lisp-find-files-internal):
4573 Make sure directory name ends with "/".
4574
4575 * generic-x.el (apache-conf-generic-mode):
4576 Regexp now allows leading whitespace.
4577 (rc-generic-mode): Added eval-when-compile
4578 around generic-make-keywords-list.
4579 Deleted duplicate regexp
4580 (rul-generic-mode): Added eval-when-compile
4581 around generic-make-keywords-list.
4582 (etc-fstab-generic-mode): New generic mode.
4583 (rul-generic-mode): Removed one eval-when-compile
4584 which caused a max-specpdl-size exceeded error.
4585
4586 2000-10-04 Miles Bader <miles@gnu.org>
4587
4588 * simple.el (minibuffer-temporary-goal-position): New variable.
4589 (next-history-element): Try to keep the position of point in the
4590 input string constant.
4591
4592 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4593 (dired-do-create-files): If there's only one file, pass it in as
4594 the DEFAULT arg to dired-mark-read-file-name.
4595
4596 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4597
4598 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4599 (diff-goto-source): Be smarter when choosing REVERSE or not.
4600
4601 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4602 (texinfo-mode-menu): Add an explicit shortcut for update all.
4603
4604 2000-10-03 Andre Spiegel <spiegel@gnu.org>
4605
4606 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4607 factorize backend-specific code cleanly (this was essentially
4608 conceived by Stefan Monnier).
4609 (vc-unregister): Function removed.
4610 (vc-revert-file): New function.
4611 (vc-revert-buffer): Delegate some of the work to it.
4612
4613 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4614 default branch unconditionally.
4615 (vc-rcs-set-default-branch): New function.
4616 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4617 (vc-rcs-checkin): If an appropriate default branch has been set,
4618 force creation of that branch.
4619 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4620 code (as suggested by Stefan Monnier).
4621
4622 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4623
4624 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4625 highlighting overlay with a different face over the overlay
4626 isearch uses to highlight the current match because that can lead
4627 to bad face combinations.
4628
4629 * loadup.el (toplevel): Load faces before isearch.
4630
4631 * isearch.el (isearch-faces): New custom group.
4632 (isearch): New defface; was already tested for in the code.
4633 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4634 (isearch-highlight): Always use face `isearch'.
4635
4636 2000-10-02 Dave Love <fx@gnu.org>
4637
4638 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4639 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4640 comparison of opcode with operand.
4641
4642 2000-10-03 Miles Bader <miles@gnu.org>
4643
4644 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4645 buffer, since the echo area will now grow to accommodate them.
4646
4647 2000-10-02 Andre Spiegel <spiegel@gnu.org>
4648
4649 * vc-hooks.el (vc-registered): If FILE used to be registered under
4650 a certain backend, try that one first.
4651
4652 * vc.el (vc-responsible-backend): Undo the previous change in the
4653 argument list. Handle multiple backends correctly.
4654 (vc-find-new-backend): Function removed.
4655 (vc-register): Use vc-responsible-backend, as before.
4656 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4657
4658 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4659
4660 * startup.el (fancy-splash-head): Change message below the
4661 logo.
4662
4663 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4664
4665 * diff-mode.el (diff-goto-source): Emit a status message.
4666 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4667 (diff-test-hunk): Fix doc string.
4668 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4669 (diff-advance-after-apply-hunk): New variable.
4670 (diff-apply-hunk): Don't return a value.
4671
4672 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4673
4674 * vc.el (vc-editable-p): Minor optimization.
4675 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4676 (vc-find-new-backend): New function split from vc-responsible-backend.
4677 (vc-register): Use it.
4678 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4679 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4680 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4681 (vc-clear-headers): Don't use find-file.
4682 (vc-revert-buffer): Use `and' again (must have been a braino).
4683 (vc-switch-backend): Only prompt if requested.
4684 Short circuit if nothing is to be done.
4685 Don't use vc-resynch-buffer which could lose unsaved editing.
4686 (vc-default-receive-file): Update call to vc-unregister.
4687 (with-vc-file, vc-next-action-on-file):
4688 Use vc-backend rather than vc-registered.
4689 (vc-next-action-on-file): Use intern-soft.
4690 Deal with read-only *vc-diff* buffer.
4691 (vc-transfer-file): Docstring fix.
4692
4693 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4694 (vc-rcs-receive-file): Avoid with-vc-properties.
4695 Update call to vc-unregister.
4696 Use constant `RCS' rather than (dynamically bound) var `backend'.
4697
4698 2000-10-01 Andre Spiegel <spiegel@gnu.org>
4699
4700 * vc.el (vc-next-action-on-file): Update mode line only if file
4701 is visited.
4702 (vc-start-entry): New argument initial-contents. Don't visit the file
4703 if it isn't already visited. Brought documentation up-to-date.
4704 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4705 (vc-checkin): New optional arg initial-contents, which is passed to
4706 vc-start-entry.
4707 (vc-finish-logentry): Make sure to bury log buffer only if there
4708 really is one. Call `vc-resynch-buffer' on log-file, not
4709 buffer-file-name.
4710 (vc-default-comment-history, vc-default-wash-log): New functions.
4711 (vc-index-of): Removed.
4712 (vc-transfer-file): Make do without the above.
4713 (vc-default-receive-file): Call comment-history unconditionally. Pass
4714 the resulting string to vc-checkin, instead of inserting it into the
4715 comment ring.
4716
4717 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4718 unconditionally. Use the comments as initial contents of the log
4719 entry buffer. Document the trick to force branch creation with no
4720 changes.
4721
4722 2000-10-01 Miles Bader <miles@gnu.org>
4723
4724 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4725 `recenter' with an arg to prevent redrawing the display.
4726
4727 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4728
4729 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4730
4731 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4732
4733 * progmodes/c-mode.el (c-mode):
4734 Don't gratuitously override the default for comment-column.
4735
4736 * textmodes/tex-mode.el (latex-metasection-list): New var.
4737 (latex-imenu-create-index): Use it.
4738 Move the regexp construction outside loops (and use push).
4739 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4740 (tex-font-lock-keywords): Moved from font-lock.el.
4741 (tex-comment-indent): Remove.
4742 (tex-common-initialization): Don't set comment-indent-function.
4743 (latex-block-default): New var.
4744 (tex-latex-block): Use it to provide a default choice.
4745 Add any unknown choice to latex-block-names.
4746 Insert [...] after {...}.
4747 (tex-last-unended-begin): Simplify regexp.
4748 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4749 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4750 (latex-mode): Set forward-sexp-function.
4751
4752 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4753 Add regexp for @ignore ... @end ignore.
4754 (texinfo-heading-face): New face.
4755 (texinfo-font-lock-keywords): Use it.
4756 (texinfo-mode-menu): New menu.
4757 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4758 New functions.
4759 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4760 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4761 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4762 Remove declaration.
4763 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4764
4765 * delsel.el (delete-selection-mode): Use define-minor-mode.
4766
4767 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4768
4769 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4770
4771 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4772
4773 2000-09-30 Gerd Moellmann <gerd@gnu.org>
4774
4775 * replace.el (keep-lines-read-args): New function.
4776 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4777 read arguments interactively. Add parameters RSTART and REND.
4778 Operate on the active region in Transient Mark mode.
4779
4780 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4781
4782 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4783 (authors-obsolete-files-regexps): New variable.
4784 (authors-add): Don't record changes in obsolete files.
4785
4786 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4787
4788 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4789
4790 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4791 (comment-indent): Make sure there's a space between code and comment.
4792 Shift comments left to avoid going past fill-column.
4793
4794 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4795
4796 * startup.el (startup-echo-area-message): New function.
4797 (display-startup-echo-area-message): Use it.
4798 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4799 (fancy-splash-default-action): New function.
4800 (fancy-splash-screens-1): New function.
4801 (fancy-splash-head): Put a help-echo and a keymap under the image.
4802
4803 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4804
4805 * diff-mode.el (diff-add-log-file-name): Remove.
4806 (diff-mode): Use add-log-buffer-file-name-function.
4807
4808 * add-log.el (find-change-log): New arg BUFFER-FILE.
4809 (add-log-file-name): Obey add-log-file-name-function.
4810 (add-log-buffer-file-name-function): New var.
4811 (add-change-log-entry): Use it.
4812
4813 2000-09-29 Miles Bader <miles@gnu.org>
4814
4815 * image-file.el (image-file-name-extensions): New variable.
4816 (image-file-name-regexps): Renamed from `image-file-regexps'.
4817 New default value is nil. Call `auto-image-file-mode'.
4818 (image-file-name-regexp): New function.
4819 (auto-image-file-mode): New minor mode.
4820 (insert-image-file): Don't make conditional on the image-file
4821 handler being enabled.
4822 (image-file-handler): Make the call here conditional instead.
4823 (set-image-file-handler-enabled, enable-image-file-handler)
4824 (disable-image-file-handler): Functions removed.
4825
4826 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4827 string.
4828
4829 2000-09-29 Gerd Moellmann <gerd@gnu.org>
4830
4831 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4832 it's a function from CL.
4833 (latex-imenu-create-index): Replace eval-when-compile with progn
4834 because latex-section-alist is not bound while compiling.
4835
4836 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4837
4838 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4839 (outline-mode): Use define-derived-mode.
4840
4841 * progmodes/perl-mode.el (perl-mode):
4842 * progmodes/awk-mode.el (awk-mode):
4843 * progmodes/asm-mode.el (asm-mode):
4844 Don't gratuitously override the default for comment-column.
4845
4846 * emacs-lisp/lisp.el (lisp-complete-symbol):
4847 Distinguish the let-binding case from the funcall case.
4848 (forward-sexp-function): New variable.
4849 (forward-sexp): Use it.
4850
4851 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4852 (easy-mmode-defmap): Remove the now useless autoload.
4853
4854 * time.el (display-time-mode): Use define-minor-mode.
4855
4856 * subr.el (add-minor-mode): Don't eval NAME.
4857 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4858 Use if rather than cond.
4859
4860 * simple.el (read-expression-map): Define more properly.
4861 (comment-indent-hook): Remove.
4862 (string-to-syntax): Bug fix.
4863
4864 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4865 (cvs-ediff-diff): Fix typo.
4866 (cvs-revert-if-needed): Don't bother preserving read-only.
4867
4868 * paren.el (show-paren-mode): Use define-minor-mode.
4869
4870 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4871 (toggle-auto-compression): Remove.
4872 (jka-compr-build-file-regexp): Remove useless grouping.
4873
4874 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4875 Avoid user-reserved bindings.
4876 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4877 (diff-header-face): Revert to grey85.
4878
4879 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4880
4881 * complete.el (partial-completion-mode) <defcustom>: Remove.
4882 (partial-completion-mode): Use define-minor-mode.
4883 (PC-do-completion): Understand `completion-auto-help = delay'
4884 to mean to popup the completion buffer only the second time.
4885 (PC-include-file-all-completions, PC-include-file-all-completions)
4886 (PC-include-file-all-completions): Don't quote lambda.
4887
4888 * comint.el (comint-mode-hook): Docstring fix.
4889 (comint-mode): Use define-derived-mode.
4890 (comint-mode-map): Remove obsolete comment.
4891 (make-comint): Minor stylistic change.
4892 (comint-insert-clicked-input): Be more careful to find the overlay.
4893 Use this-command-keys rather than hardcoding mouse-2.
4894
4895 * font-lock.el: Replace confusing (,@ with ,
4896 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4897 Don't use regexp-opt-depth. Spice up the regexp for args.
4898 Don't distinguish between cmds that can take an opt arg or not.
4899 Use `append' and `prepend' rather than `keep'.
4900
4901 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4902 (latex-outline-regexp): New var.
4903 (latex-outline-level): New fun.
4904 (latex-section-alist): New var.
4905 (latex-imenu-create-index): Use it. Use `push' as well.
4906 (tex-shell-map): Initialize it properly.
4907 (tex-mode): Minor stylistic change.
4908 (plain-tex-mode): Use define-derived-mode.
4909 (latex-mode): Use define-derived-mode.
4910 Construct the paragraph regexps in a more readable way.
4911 Set the buffer-local outline-{level,regexp} vars.
4912 (slitex-mode): Derive from latex-mode.
4913 (tex-common-initialization): Don't kill-all-vars anymore.
4914 Add setting for comment-add and font-lock-defaults.
4915 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4916 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4917 (tex-start-tex): New arg DIR (and send a chdir command for it).
4918 Also display the shell buffer and save it in tex-last-buffer-texed.
4919 (tex-region): Use expand-file-name rather than concat.
4920 Remove code made useless by changes in tex-start-tex.
4921 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4922
4923 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4924
4925 2000-09-28 Dave Love <fx@gnu.org>
4926
4927 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4928
4929 2000-09-28 Gerd Moellmann <gerd@gnu.org>
4930
4931 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4932 `append'.
4933
4934 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * info.el (Info-extract-pointer): Undo last change.
4937 Instead, fix the position of the `bound' arg to re-search-backward.
4938
4939 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4940
4941 * info.el (Info-extract-pointer):
4942 Widen more carefully, to avoid finding pointers in other nodes.
4943 (Info-index): Use push.
4944
4945 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4946
4947 * frame.el (set-frame-font): Remove call to obsolete function
4948 frame-update-faces.
4949 (set-foreground-color, set-background-color): Likewise for
4950 frame-update-face-colors.
4951
4952 2000-09-27 Miles Bader <miles@gnu.org>
4953
4954 * image-file.el: New file.
4955
4956 2000-09-27 Gerd Moellmann <gerd@gnu.org>
4957
4958 * frame.el (frame-notice-user-settings): Don't call
4959 frame-update-faces, which is a no-op now.
4960
4961 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4962 tool-bar-lines.
4963
4964 2000-09-27 Dave Love <fx@gnu.org>
4965
4966 * mouse.el: Fix last change.
4967
4968 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4969
4970 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4971
4972 2000-09-22 Kenichi Handa <handa@etl.go.jp>
4973
4974 * international/quail.el (quail-help): The output message is
4975 improved.
4976
4977 2000-09-26 Dave Love <fx@gnu.org>
4978
4979 * mouse.el (popup-menu): If POSITION is nil, set it using
4980 mouse-position.
4981
4982 2000-09-25 Sam Steingold <sds@gnu.org>
4983
4984 * net/browse-url.el (browse-url-file-url): Check for null maps.
4985
4986 2000-09-26 Gerd Moellmann <gerd@gnu.org>
4987
4988 * frame.el (frame-notice-user-settings): Don't add a
4989 tool-bar-lines frame parameter to default-frame-alist in batch mode.
4990
4991 * frame.el (frame-notice-user-settings):
4992 Make tool-bar-mode and default-frame-alist consistent.
4993
4994 * toolbar/tool-bar.el (tool-bar-help): New function.
4995
4996 2000-09-25 Gerd Moellmann <gerd@gnu.org>
4997
4998 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4999 current-load-list in top-level forms. Else this leaks a cons cell
5000 every time a defun is called.
5001
5002 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5003
5004 2000-09-25 Dave Love <fx@gnu.org>
5005
5006 * startup.el (fancy-splash-head): Check XPM is available.
5007
5008 * autoinsert.el (auto-insert): Doc fix.
5009 (auto-insert-alist): Following GNU notices, don't say `copyright
5010 _by_'. Use line-beginning-position.
5011 (auto-insert): Check buffer-file-name is non-nil before use.
5012
5013 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5014
5015 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5016 starting with `@def' or `@multitable', in addition to ones
5017 specified by the user in auto-fill-inhibit-regexp.
5018
5019 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5020
5021 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5022 rmail-dont-reply-to-names matches the empty string.
5023
5024 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5025
5026 * startup.el (command-line-1, fancy-splash-text): Change the
5027 text to sound more friendly.
5028
5029 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5030
5031 * progmodes/hideshow.el: Update author email address.
5032 Generally, sync w/ maintainer version 5.22.
5033 (hs-hide-all-non-comment-function): New var.
5034 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5035 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5036 (hs-show-region): Delete this command.
5037 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5038
5039 2000-09-22 Dave Love <fx@gnu.org>
5040
5041 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5042 (hl-line-highlight): Specify buffer when moving overlay.
5043
5044 * progmodes/fortran.el (fortran-mode): Locally set
5045 normal-auto-fill-function.
5046 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5047 (fortran-mode-map): Adjust auto-fill menu entry.
5048
5049 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5050
5051 * vc-rcs.el (toplevel): Require `vc' when compiling.
5052
5053 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5054
5055 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5056
5057 * vc.el (vc-switch-backend): Signal an error if the file is not
5058 registered under the new backend.
5059
5060 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5061 without explicit revision number.
5062
5063 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5064
5065 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5066 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5067 (diff-xor): New function.
5068 (diff-find-source-location): Use it. Fix a stupid name clash.
5069 (diff-hunk-status-msg): New function.
5070 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5071 (diff-test-hunk): Use diff-find-source-location.
5072 (diff-goto-source): Favor the `reverse'.
5073 (diff-hunk-text): Properly handle one-sided context diffs.
5074 (diff-apply-hunk): When done, advance to the next hunk.
5075
5076 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5077
5078 * startup.el (command-line): If frame was created with a non-zero
5079 tool-bar-lines parameter, switch tool-bar-mode on.
5080
5081 * add-log.el (change-log-date-face, change-log-name-face)
5082 (change-log-email-face, change-log-file-face)
5083 (change-log-list-face, change-log-conditionals-face)
5084 (change-log-function-face, change-log-acknowledgement-face):
5085 New faces, inheriting from font-lock faces.
5086 (change-log-font-lock-keywords): Use them.
5087
5088 2000-09-21 Dave Love <fx@gnu.org>
5089
5090 * progmodes/cperl-mode.el (top-level): Clean up
5091 `eval-when-compile's and assorted defvars.
5092 (cperl-invalid-face): Don't double-quote value. Change custom
5093 type.
5094 (cperl-mode): Set normal-auto-fill-function and don't zap
5095 auto-fill-function.
5096 (cperl-imenu--function-name-regexp-perl): Renamed from
5097 imenu-example--function-name-regexp-perl.
5098 (cperl-imenu--create-perl-index): Renamed from
5099 imenu-example--create-perl-index.
5100 (cperl-xsub-scan): Don't require cl.
5101
5102 * msb.el (msb-mode-map): Use substitute-key-definition.
5103 (msb-mode): Use msb-mode-map.
5104
5105 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5106
5107 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5108 New functions.
5109 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5110 (vc-switch-backend): New function.
5111 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5112 (vc-register): Fix prompt.
5113 (vc-unregister, vc-default-unregister): New functions.
5114 (vc-version-diff): Handle empty buffer in sentinel.
5115
5116 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5117 (vc-rcs-state-heuristic): Use it to guess the state of files with
5118 non-strict locking.
5119 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5120 been set with -b, but not created yet.
5121 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5122 contents in order to find the state.
5123 (vc-rcs-checkin): Allow creation of branches with no changes.
5124 (vc-rcs-unregister, vc-rcs-receive-file)
5125 (vc-rcs-set-non-strict-locking): New functions.
5126
5127 * vc-hooks.el (vc-name): Force correct computation of the value
5128 in case it is missing.
5129
5130 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5131
5132 * startup.el (fancy-splash-tail): Use a different foreground
5133 color on a dark frame background.
5134
5135 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5136
5137 * info.el: Use the correct capitalization when making Info-mode
5138 and Info-edit-mode `special' modes.
5139
5140 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5141
5142 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5143 (diff-mode): Add support for add-log.el.
5144 (diff-hunk-text): Use char offsets rather than line offsets.
5145 (diff-find-source-location): Replace LINE with line-offset (nil
5146 if not found) and always set POS to a meaningful position.
5147 Adapt to the new char-offsets.
5148 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5149 Adapt to the new diff-find-source-location.
5150 (diff-goto-source): Adapt to the new diff-find-source-location.
5151
5152 * add-log.el (add-log-file-name): New function (split out of
5153 add-change-log-entry).
5154 (add-change-log-entry): Use it.
5155 Call add-log-file-name-function with the changelog file name if
5156 the current buffer is not associated with any file.
5157 Avoid find-file if the selected window is dedicated.
5158
5159 * diff-mode.el (diff-find-source-location):
5160 Move code from diff-apply-hunk. Return buffer rather than file.
5161 (diff-apply-hunk): Use the new result from diff-find-source-location.
5162 (diff-goto-source): Use the new diff-find-source-location.
5163
5164 2000-09-20 Dave Love <fx@gnu.org>
5165
5166 * iswitchb.el: Some doc fixes.
5167 (iswitchb-mode-map): Define completely initially. Inherit
5168 minibuffer-local-map.
5169 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5170 fundamental-mode.
5171 (iswitchb-global-map): New variable.
5172 (iswitchb-summaries-to-end): Amalgamate regexps.
5173 (iswitchb-mode): New.
5174 (iswitchb-mode-hook): New variable.
5175 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5176 `extensions'.
5177
5178 2000-09-20 Gerd Moellmann <gerd@gnu.org>
5179
5180 * ehelp.el (electric-help): New defgroup.
5181 (electric-help-shrink-window): New user-option.
5182 (with-electric-help): Use it.
5183
5184 * window.el (shrink-window-if-larger-than-buffer): If face
5185 `mode-line' has a :box, and we're on a graphical frame, add 1
5186 to the needed window height.
5187
5188 * frame.el (frame-notice-user-settings): Add a last parameter nil
5189 to a call to `append', because the last list passed to `append' is
5190 not copied, and so subsequent calls to assq-delete-all will modify
5191 default-frame-alist.
5192
5193 * startup.el (fancy-splash-image): Change :type.
5194 (fancy-splash-head): Use an XBM image if appropriate.
5195 (command-line-1): Show splash screens in more cases.
5196
5197 * startup.el (fancy-splash-text): Don't quote faces.
5198
5199 * dired.el (dired-font-lock-keywords): Undo last change.
5200 (dired-readin): Bind indent-tabs-mode to nil.
5201
5202 * startup.el (fancy-splash-head): If frame's background mode
5203 is `dark', change the black background of the image to gray.
5204 (fancy-splash-screens): Display startup echo area message.
5205 (display-startup-echo-area-message): New function.
5206
5207 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5208
5209 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5210
5211 * info.el (info-header-node): Tweak for color ttys.
5212
5213 * faces.el (face-valid-attribute-values): Make sure directories we
5214 search for stipples both exist and are readable before trying to
5215 search them.
5216
5217 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5218 in the dry-run case.
5219
5220 * jka-compr.el (with-auto-compression-mode): New macro.
5221
5222 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5223 (custom-group-tag-face, custom-variable-tag-face): Use relative
5224 :height and inherit from `variable-pitch' face instead of
5225 hardwiring :family.
5226 * hi-lock.el (hi-black-hb): Likewise.
5227
5228 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5229 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5230 toolbar-add-item, if image doesn't have a mask add a `:mask
5231 heuristic'.
5232
5233 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5234
5235 * diff-mode.el: Docstring fixes.
5236 (diff-header-face, diff-comment-face): New faces.
5237 (diff-font-lock-keywords): Highlight a bit differently.
5238 (diff-find-source-location): Don't return SPAN any more.
5239 (diff-hunk-text): Don't bother erasing the temp buffer.
5240 (diff-find-text): Drop argument LINE.
5241 (diff-apply-hunk): Update calls to diff-find-text.
5242 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5243
5244 * calendar/calendar.el: Docstring fixes.
5245 (calendar-make-alist): Don't quote lambda.
5246 (calendar-star-date): Use make-local-variable.
5247
5248 2000-09-19 Dave Love <fx@gnu.org>
5249
5250 * toolbar/tool-bar.el: Renamed from toolbar.el.
5251 Change `toolbar' to `tool-bar' generally in symbols.
5252 Make some items invisible in `special' major modes.
5253 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5254 Add arg PROPS.
5255
5256 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5257 Add :version here.
5258 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5259
5260 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5261
5262 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5263
5264 * files.el (find-file-suppress-same-file-warnings): New user-option.
5265 (find-file-noselect): Use it.
5266
5267 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5268 (fancy-splash-screen): Defgroup.
5269
5270 * add-log.el (change-log-font-lock-keywords): Match names
5271 more exactly for the case that font-lock-constant-face is
5272 underlined.
5273
5274 2000-09-19 Richard M. Stallman <rms@gnu.org>
5275
5276 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5277
5278 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5279
5280 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5281
5282 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5283
5284 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5285 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5286 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5287 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5288 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5289 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5290 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5291 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5292 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5293 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5294 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5295 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5296
5297 * startup.el (fancy-splash-text): New variable.
5298 (fancy-splash-delay, fancy-splash-image): New user-options.
5299 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5300 (fancy-splash-screens): New functions.
5301 (command-line-1): If display has a `display' frame parameter, has
5302 colors, and we have XPM support, show more fancy splash screens.
5303
5304 2000-09-19 Dave Love <fx@gnu.org>
5305
5306 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5307 with null `help'. Use modern backquote syntax.
5308
5309 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5310
5311 * font-lock.el (font-lock-mode): Change message telling the user
5312 that ``the buffer is too big''.
5313
5314 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5315 for instance for the case that tab-width is 2.
5316
5317 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5318
5319 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5320 toolbar-add-item, if image doesn't have a mask add a `:mask
5321 heuristic'.
5322
5323 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5324
5325 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5326 and return a cons if it's non-nil.
5327 (diff-apply-hunk): Try to jump to the line in the source text
5328 corresponding to the position of point in the in the hunk.
5329
5330 * info.el (Info-title-3-face, Info-title-2-face)
5331 (Info-title-1-face): Use face inheritance and relative sizes
5332 instead of hard-wiring things.
5333
5334 * faces.el (secondary-selection): Make dark-background variant sane.
5335
5336 2000-09-16 Andrew Innes <andrewi@gnu.org>
5337
5338 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5339 read-only, since they aren't under VC now.
5340
5341 2000-09-17 Dave Love <fx@gnu.org>
5342
5343 * tmm.el: Replace mapcar with mapc in several places.
5344
5345 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5346 ad-unadvise.
5347
5348 * international/latin1-disp.el: New file.
5349
5350 * calendar/cal-move.el (scroll-calendar-left)
5351 (scroll-calendar-right): Make arg optional (for active mode line).
5352
5353 * calendar/calendar.el (calendar-mode-line-format): Make fields
5354 mouse-sensitive.
5355 (calendar-read-date, calendar-read-date, calendar-window-list):
5356 Unquote lambda.
5357 (calendar-month-name): Use aref, not sref.
5358
5359 * view.el (minor-mode-alist): Propertize the string.
5360
5361 * international/characters.el (standard-case-table): Add entries
5362 for Greek.
5363
5364 2000-09-18 Miles Bader <miles@gnu.org>
5365
5366 * info.el (info-node, info-xref): Add dark-background variants.
5367
5368 * faces.el (header-line): Change defaults to be less confusing
5369 when mixed with mode-lines.
5370
5371 * info.el (Info-fontify-node): Make a few cleanups.
5372 Add extra `help-echo' and `local-map' props to node xrefs.
5373 Use header-specific faces for node-names & xrefs.
5374 (Info-use-header-line): New variable.
5375 (info-header-xref, info-header-node): New faces.
5376 (Info-setup-header-line): New function.
5377 (Info-select-node): Call Info-setup-header-line when enabled.
5378 (Info-extract-pointer): Work even if the header line is hidden.
5379 (Info-header-line): New variable.
5380
5381 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5382
5383 * vms-patch.el (print-region-function): Don't quote lambda.
5384
5385 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5386
5387 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5388 (lm-get-header-re): Allow spaces between the header and the colon.
5389 (lm-header): Allow $ in non-RCS headers.
5390 (lm-header-multiline): Put the strings back into order.
5391 Stop at an empty line. Don't require two space chars if the
5392 line is clearly not another header line.
5393
5394 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5395 (popup-menu-popup): Remove.
5396
5397 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5398
5399 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5400 specification if or if not tool-bar item contains an `:enabled'
5401 property.
5402
5403 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5404 current buffer has no file name.
5405
5406 2000-09-15 Dave Love <fx@gnu.org>
5407
5408 * strokes.el: Sync with maintainer's current version with changes
5409 for Emacs, but avoid runtime cl and levents.
5410 (toplevel): Change autoloads and compilation requires.
5411 (strokes-version, strokes-bug-address, strokes-lift): Values
5412 changed.
5413 (strokes-xpm-header, strokes-insinuated): New variable.
5414 (strokes): Add :link.
5415 (strokes-mode): Customized.
5416 (strokes-while-inhibiting-garbage-collector): New macro.
5417 (strokes-remassoc): Avoid remove-if.
5418 (strokes-fix-button2-command): Don't use ad-do-it.
5419 (strokes-insinuate): New function.
5420 (strokes-button-press-event-p, strokes-button-release-event-p):
5421 New functions, used instead of non-`strokes-' versions..
5422 (strokes-mouse-event-p): Rewritten.
5423 (strokes-event-closest-point): Avoid event-point.
5424 (strokes-get-grid-position): Avoid cdadr, caadr
5425 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5426 functions.
5427 (strokes-help): Use with-output-to-temp-buffer.
5428 (strokes-window-configuration-changed-p): New function.
5429 (strokes-update-window-configuration): Use buffer-live-p,
5430 strokes-window-configuration-changed-p.
5431 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5432 (strokes-char-face): New face.
5433 (strokes-char-table, strokes-base64-chars): New variable.
5434 (strokes-xpm-for-stroke, strokes-list-strokes)
5435 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5436 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5437 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5438 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5439 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5440 functions.
5441
5442 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5443
5444 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5445
5446 * image.el (create-image): Doc fix.
5447
5448 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5449 instead of `:heuristic-mask t'.
5450
5451 2000-09-14 Andrew Innes <andrewi@gnu.org>
5452
5453 * makefile.w32-in: Revert to Unix line endings.
5454
5455 2000-09-14 Andrew Innes <andrewi@gnu.org>
5456
5457 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5458 when installing.
5459
5460 * makefile.nt (DONTCOMPILE): Fix typo.
5461
5462 * shell.el (shell-write-history-on-exit): New function.
5463 (shell-dumb-shell-regexp): New custom variable.
5464 (shell-mode): Make shell-write-history-on-exit the process
5465 sentinel if shell name matches shell-dumb-shell-regexp.
5466
5467 * w32-fns.el: Comment out before-init-hook function which resets
5468 source-directory based; this breaks bootstrap.
5469
5470 2000-09-14 Dave Love <fx@gnu.org>
5471
5472 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5473 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5474 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5475 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5476 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5477 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5478 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5479 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5480 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5481
5482 * toolbar/toolbar.el: New.
5483
5484 * subdirs.el: Add toolbar.
5485
5486 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5487
5488 * indent.el (indent-for-tab-command): Doc fix.
5489
5490 2000-09-14 Alex Schroeder <alex@gnu.org>
5491
5492 * ansi-color.el (ansi-colors): Doc change.
5493 (ansi-color-get-face): Simplified regexp.
5494 (ansi-color-faces-vector): Added more faces, doc change.
5495 (ansi-color-names-vector): Doc change.
5496 (ansi-color-regexp): Simplified regexp.
5497 (ansi-color-parameter-regexp): New regexp.
5498 (ansi-color-filter-apply): Doc change.
5499 (ansi-color-filter-region): Doc change.
5500 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5501 deal with zero length parameters.
5502 (ansi-color-apply-on-region): Doc change.
5503 (ansi-color-map): Doc change.
5504 (ansi-color-map-update): Removed debugging message.
5505 (ansi-color-get-face-1): Added condition-case to trap
5506 args-out-of-range errors.
5507 (ansi-color-get-face): Doc change.
5508 (ansi-color-make-face): Removed.
5509 (ansi-color-for-shell-mode): New option.
5510
5511 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5512
5513 * international/quail.el (quail-start-translation): Translate KEY
5514 if necessary even if it doesn't have any mapping in the current
5515 input method.
5516 (quail-start-conversion): Likewise.
5517 (quail-help): The output message is improved.
5518
5519 2000-09-13 Miles Bader <miles@gnu.org>
5520
5521 * comint.el (comint-output-filter): Revert to using
5522 `insert-before-markers'. Add bletcherous hack to undo damage
5523 caused by `insert-before-markers'. Put `front-sticky' property on
5524 overlays created here so that the field code understands how the
5525 overlay works. Use a let when making comint-last-prompt-overlay,
5526 so that the code is easier to read.
5527
5528 2000-09-13 Dave Love <fx@gnu.org>
5529
5530 * wid-edit.el (widget-default-format-handler): DTRT when
5531 doc-property is a function.
5532
5533 2000-09-12 Francesco Potorti` <pot@gnu.org>
5534
5535 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5536 filed name if it's not there.
5537
5538 2000-09-12 Dave Love <fx@gnu.org>
5539
5540 * simple.el (read-mail-command): Doc fix.
5541 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5542
5543 * vc.el (vc-dired-listing-switches): Fix :version.
5544
5545 * vc-hooks.el: Doc fixes.
5546
5547 * subr.el (add-minor-mode): Use toggle-fun arg.
5548
5549 * speedbar.el: Add :version to several defcustoms.
5550
5551 * imenu.el (imenu--truncate-items, imenu--cleanup)
5552 (imenu--generic-function): Avoid mapcar.
5553 (imenu--replace-spaces): Function removed.
5554 (imenu--completion-buffer): Use subst-char-in-string.
5555 (imenu-add-to-menubar): Use keymap inheritance.
5556
5557 2000-09-12 Miles Bader <miles@gnu.org>
5558
5559 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5560 (diff-mode-map): Bind `diff-test-hunk'.
5561 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5562
5563 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5564
5565 * bytecomp.el (byte-compile-defvar): Undo last change
5566 because it breaks '(make-variable-buffer-local (defvar ...)'
5567 which is used at least in dired.
5568
5569 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5570
5571 * international/quail.el (quail-define-package): Docstring
5572 modified.
5573
5574 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5575
5576 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5577 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5578 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5579 docstring of "chinese-py".
5580
5581 * international/quail.el (quail-translation-docstring): New
5582 variable.
5583 (quail-show-keyboard-layout): Docstring modified.
5584 (quail-select-current): Likewise.
5585 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5586 infinite recursive call.
5587 (quail-help): Check quail-translation-docstring. Format of the
5588 output changed.
5589 (quail-help-insert-keymap-description): Adjusted for the above
5590 change.
5591
5592 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5593
5594 * bytecomp.el (byte-compile-defvar): Only cons onto
5595 current-load-list in top-level forms. Else this leaks a cons cell
5596 every time a defun is called.
5597
5598 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5599
5600 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5601 Now understands non-unified diffs. Some functionality moved into
5602 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5603 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5604 modify anything. Only reposition point in the patched file if the
5605 patch succeeds. Only pop up another window if POPUP is true.
5606 Emit a message describing what happened if successful, and at what
5607 line-offset. Automatically detect reversed hunks and do something
5608 appropriate.
5609 (diff-hunk-text, diff-find-text): New functions.
5610 (diff-filter-lines): Function removed.
5611 (diff-test-hunk): New function.
5612 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5613
5614 2000-09-10 Dave Love <fx@gnu.org>
5615
5616 * textmodes/tildify.el: Minor doc/commentary fixes.
5617 (tildify) <defgroup>: Add :version.
5618
5619 * faces.el (face-x-resources): Make custom type more specific.
5620 (frame-background-mode): Use mapc.
5621 (region) <defcustom>: Add :version.
5622
5623 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5624
5625 * vc-sccs.el (vc-sccs-register):
5626 * vc-rcs.el (vc-rcs-register):
5627 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5628 * vc.el (vc-register): Clear file's properties.
5629
5630 2000-09-08 Gerd Moellmann <gerd@gnu.org>
5631
5632 * faces.el (face-spec-set): Only face-spec-reset-face when
5633 ATTRS is non-nil.
5634
5635 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5636
5637 * help.el (help-insert-xref-button): Fix a typo in doc string.
5638
5639 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5642 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5643 methods.
5644
5645 * menu-bar.el (read-mail-item-name): New function.
5646 (menu-bar-tools-menu): Use it to compute and display the package
5647 used to read email.
5648 (menu-bar-tools-menu): Fix typo in GUD's help string.
5649
5650 2000-09-07 Dave Love <fx@gnu.org>
5651
5652 * diff-mode.el (diff-mouse-goto-source): New function.
5653
5654 * vc-sccs.el: Doc fixes.
5655 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5656
5657 * vc-rcs.el: Doc fixes.
5658 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5659 (vc-rcs-checkout-switches, vc-rcs-header)
5660 (vc-rcs-master-templates): Add or change :version.
5661
5662 * vc-cvs.el: Doc fixes.
5663 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5664 (vc-cvs-stay-local): Add :version.
5665
5666 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5667
5668 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5669
5670 * international/quail.el (quail-help): Fix previous change.
5671
5672 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5673
5674 * faces.el (color-values): Doc fix.
5675
5676 * faces.el (frame-set-background-mode): Use frame-parameter
5677 instead of frame-parameters.
5678
5679 * frame.el (filtered-frame-list): Reduce consing.
5680 (frames-on-display-list): Call frame-parameter instead of
5681 frame-parameters.
5682
5683 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5684
5685 * language/devan-util.el (devanagari-to-indian-region): In the
5686 loop, change the following char, not preceding char.
5687
5688 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5689
5690 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5691 instead of frame-parameters.
5692
5693 * faces.el (set-face-attribute): Simplify by calling
5694 internal-set-lisp-face-attribute with FRAME being 0.
5695
5696 * vc.el: Remove `Id' version control keyword.
5697
5698 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5699
5700 * help.el (help-make-xrefs): Adjusted for the change of
5701 help-xref-mule-regexp.
5702 (help-insert-xref-button): New function.
5703
5704 * international/mule-cmds.el (help-xref-mule-regexp-template):
5705 Include the pattern for character set.
5706 (leim): New group.
5707
5708 * international/quail.el: Don't require face.
5709 (quail): New group.
5710 (quail-other-command): Dummy command to make quail-help work better.
5711 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5712 (quail-keyboard-layout-substitution): New variable.
5713 (quail-update-keyboard-layout): New function.
5714 (quail-keyboard-layout-type): New customizable variable.
5715 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5716 (quail-keyboard-translate): Pay attention to
5717 quail-keyboard-layout-substitution.
5718 (quail-insert-kbd-layout): New function.
5719 (quail-show-keyboard-layout): New function.
5720 (quail-get-translation): If the definition is a vector of length
5721 1, and the element is a string of length 1, return the character
5722 in that string.
5723 (quail-update-current-translations): Fix the case of
5724 relative-index out of range.
5725 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5726 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5727 Show key sequences for all available characters.
5728 (quail-help-insert-keymap-description): Don't show such verbose
5729 key bindings as quail-self-insert-command.
5730
5731 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5732 Format changed, and each element now have extra documentations.
5733 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5734 Adjusted for the change of quail-cxterm-package-ext-info.
5735
5736 2000-09-06 Gerd Moellmann <gerd@gnu.org>
5737
5738 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5739 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5740 during bootstrap.
5741
5742 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * vc.el: (toplevel): Don't require `dired' at run-time.
5745 (vc-dired-resynch-file): Remove autoload cookie.
5746
5747 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5748
5749 * vc.el: Made several backend functions optional.
5750 (vc-default-responsible-p): New function.
5751 (vc-merge): Use RET for first version to trigger merge-news, not
5752 prefix arg.
5753 (vc-annotate): Handle backends that do not support annotation.
5754 (vc-default-merge-news): Removed. The existence of a merge-news
5755 implementation is now checked on caller sites.
5756
5757 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5758 case.
5759
5760 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5761 special case that has been removed from the default in vc-hooks.el.
5762
5763 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5764
5765 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5766
5767 2000-09-05 Andre Spiegel <spiegel@gnu.org>
5768
5769 * vc-hooks.el: Require vc during compilation.
5770 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5771 macro `with-vc-properties' in vc.el.
5772 (vc-file-getprop): Doc fix.
5773 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5774
5775 * vc.el: Require dired-aux during compilation.
5776 (vc-name-assoc-file): Moved to vc-sccs.el.
5777 (with-vc-properties): New macro.
5778 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5779 vc-finish-steal): Use it.
5780 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5781 to the backend-specific function is now supposed to do the checkout,
5782 too.
5783 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5784
5785 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5786 set file properties; that gets done in the generic code now.
5787
5788 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5789 Changed parameter list, added code from vc.el that does the
5790 checkout, possibly with a double-take.
5791
5792 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5793 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5794 the above under the new name.
5795 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5796 parameter list, added checkout command.
5797 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5798 properties; that gets done in the generic code now.
5799
5800 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5801
5802 * vc.el: Docstring fixes (courtesy of checkdoc).
5803
5804 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5805
5806 * vc.el (vc-checkout-writable-buffer-hook)
5807 (vc-checkout-writable-buffer): Remove.
5808 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5809 (vc-log-mode): Make it into a clean derived major mode.
5810 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5811 vc-log-mode if log-edit is not available.
5812 (vc-dired-mode-map): Don't set-keymap-parent yet.
5813 (vc-dired-mode): Do set-keymap-parent here.
5814 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5815
5816 2000-09-05 Gerd Moellmann <gerd@gnu.org>
5817
5818 * faces.el (set-face-attribute, face-spec-reset-face)
5819 (face-spec-set): Avoid consing by removing calls to `apply'.
5820
5821 * frame.el (frame-parameter): Move to C code.
5822
5823 2000-09-05 Dave Love <fx@gnu.org>
5824
5825 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5826 insert-before-markers-and-inherit. Now checked systematically!
5827
5828 2000-09-05 Alex Schroeder <alex@gnu.org>
5829
5830 * sql.el (sql-postgres): Use sql-postgres-options.
5831 (sql-postgres-options): New variable.
5832
5833 2000-09-05 Alex Schroeder <alex@gnu.org>
5834
5835 * sql.el (sql-mode-menu): Work around missing variable mark-active
5836 in XEmacs.
5837 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5838 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5839 compatibility.
5840
5841 2000-09-04 Gerd Moellmann <gerd@gnu.org>
5842
5843 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5844
5845 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5846
5847 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5848
5849 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5850
5851 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5852 don't support anything else under SCCS yet.
5853
5854 * vc-hooks.el: Minor doc fixes.
5855
5856 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5857
5858 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5859 not necessary. If verbose in state `needs-patch', do the same as
5860 under `up-to-date'. When NOT verbose and `needs-patch', check out
5861 latest version instead of `merge-news'.
5862 (vc-next-action-dired): Don't mess with default-directory here; it
5863 breaks other parts of dired. It is the job of the
5864 backend-specific functions to adjust it temporarily if they need it.
5865 (vc-next-action): Remove a special CVS case.
5866 (vc-clear-headers): New optional arg FILE.
5867 (vc-checkin, vc-checkout): Set properties vc-state and
5868 vc-checkout-time properly.
5869 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5870 (vc-print-log): Use new backend function `show-log-entry'.
5871 (vc-cancel-version): Do the checks in a different order. Added a
5872 FIXME concerning RCS-only code.
5873
5874 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5875 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5876
5877 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5878
5879 * vc-hooks.el (vc-default-mode-line-string): Show state
5880 `needs-patch' as a `-' too.
5881
5882 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5883
5884 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5885 (vc-default-could-register): New function.
5886 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5887 (vc-resynch-buffer): Call vc-dired-resynch-file.
5888 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5889 vc-resynch-buffer instead of vc-resynch-window.
5890 (vc-next-action-dired): Don't redisplay here, that gets done as a
5891 result of the individual file operations.
5892 (vc-retrieve-snapshot): Corrected prompt order.
5893
5894 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5895
5896 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5897 as well.
5898 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5899 hostname regexps. Updated all callers.
5900 (vc-cvs-responsible-p): Handle directories as well.
5901 (vc-cvs-could-register): New function.
5902 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5903 properties up-to-date.
5904
5905 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5906 user whether to create one.
5907
5908 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5909
5910 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5911 check out a non-existing file.
5912
5913 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5914 workfile does not exist.
5915
5916 * vc.el (vc-version-diff): Use `require' to check for existence of
5917 diff-mode.
5918
5919 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5920
5921 * vc-cvs.el (vc-cvs-registered): Use new function
5922 vc-cvs-parse-entry to do the actual work.
5923
5924 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5925
5926 * vc-hooks.el (vc-find-backend-function): If function doesn't
5927 exist, return nil instead of error.
5928 (vc-call-backend): Doc fix.
5929
5930 * vc.el (vc-do-command): Doc fix.
5931 (vc-finish-logentry): When checking in from vc-dired, choose the
5932 right backend for logentry check.
5933 (vc-dired-mode-map): Inherit from dired-mode-map.
5934 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5935 simplified.
5936 (vc-dired-state-info): Removed, updated caller.
5937 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5938 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5939 (vc-dired-listing-switches): New variable.
5940 (vc-directory): Use it, instead of dired-listing-switches.
5941
5942 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5943 (vc-cvs-dir-state): New function.
5944 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5945 (vc-cvs-parse-entry): New function, also to be used in
5946 vc-cvs-registered.
5947
5948 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5949
5950 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5951 *or* single-window-frames.
5952
5953 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5954
5955 * vc.el (vc-update-changelog): Split into generic part and default
5956 implementation. Doc string adapted.
5957 (vc-default-update-changelog): New function. Call the `rcs2log'
5958 script in exec-directory, to fix a long-standing nuisance.
5959
5960 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5961 simply signals an error.
5962
5963 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5964
5965 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5966 control-flow more clear and to avoid running `cvs' twice.
5967
5968 * vc.el (vc-next-action-on-file): Doc fix.
5969 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5970 (vc-print-log): Eval `file' before constructing the continuation.
5971
5972 2000-09-04 Andre Spiegel <spiegel@gnu.org>
5973
5974 * vc.el (vc-next-action-on-file): Corrected several messages.
5975 (vc-merge): Add prefix arg `merge-news'; handle it.
5976
5977 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5978 is not reached. It is.
5979 (vc-cvs-merge): Set state to 'edited after merge.
5980 (vc-cvs-merge-news): Set workfile version to nil if not known.
5981 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5982
5983 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5984 via stdout. (Merge from main line.)
5985
5986 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5987
5988 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5989 detection.
5990
5991 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5992
5993 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5994 against kill-all-local-variables.
5995 (vc-log-edit): Don't save vc-parent-buffer any more.
5996 (vc-last-comment-match): Initialize to an empty string.
5997 (vc-post-command-functions): New hook.
5998 (vc-do-command): Run it.
5999 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6000 (vc-finish-logentry): Only add the comment to the ring if it's
6001 different from the last comment entered.
6002 (vc-new-comment-index): New function.
6003 (vc-previous-comment): Use it. Make the minibuffer message
6004 slightly less terse.
6005 (vc-comment-search-reverse): Make it work forward as well. Don't
6006 set vc-comment-ring-index if no match is found. Use
6007 vc-new-comment-index.
6008 (vc-comment-search-forward): Use vc-comment-search-reverse.
6009 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6010 define-derived-mode will do it for us. Bind `v' to a keymap that
6011 inherits from vc-prefix-map so that we can bind `vt' without
6012 binding C-x v t.
6013 (vc-retrieve-snapshot): Parenthesis typo.
6014
6015 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6016 to 1. Make sure to switch to *vc* before looking for an error
6017 message. Use vc-parse-buffer.
6018
6019 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6020
6021 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6022 and NAME.
6023 (vc-retrieve-snapshot): Split into two parts.
6024 (vc-default-retrieve-snapshot): New function.
6025
6026 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6027 (vc-cvs-retrieve-snapshot): New function (untested).
6028 (vc-cvs-stay-local): Default to t.
6029 (vc-cvs-remote-p): New function and property.
6030 (vc-cvs-state): Stay local only if the above is t.
6031 (vc-handle-cvs): Removed.
6032 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6033 done via vc-handled-backends now.
6034 (vc-cvs-header): Escape Id.
6035
6036 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6037
6038 * vc.el (vc-do-command): Remove unused commands.
6039 (vc-version-diff): Make sure default-directory ends with a slash.
6040 Move the window commands into a vc-exec-after.
6041 (vc-print-log): Move more of the code into the `vc-exec-after'.
6042
6043 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6044
6045 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6046 (vc-print-log): Search current revision from beginning of buffer.
6047 (vc-revert-buffer): Clear echo area after the diff is finished.
6048 (vc-prefix-map): Removed definition of "t" for terse display in vc
6049 dired.
6050 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6051 definition of "vt" for terse display.
6052 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6053
6054 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6055
6056 * vc.el (vc-exec-after): Avoid caddr.
6057
6058 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6059
6060 * vc.el (vc-exec-after): New function.
6061 (vc-do-command): Use it to add a termination message for async
6062 procs.
6063 (vc-checkout): Try to handle a missing-backend situation.
6064 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6065 of a directory with a backend using async diffs.
6066 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6067 present.
6068
6069 * vc-sccs.el (vc-sccs-state-heuristic): Use
6070 file-ownership-preserved-p.
6071
6072 * vc-rcs.el (vc-rcs-state-heuristic): Use
6073 file-ownership-preserved-p.
6074 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6075
6076 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6077
6078 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6079 vc-do-command.
6080
6081 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6082 when there are no changes.
6083
6084 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6085
6086 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6087
6088 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6089
6090 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6091
6092 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6093
6094 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6095 the `fset' outside of the defvar so that it works even if
6096 vc-prefix-map was already defined.
6097 (vc-setup-buffer): New function, split out of vc-do-command.
6098 (vc-do-command): Allow BUFFER to be t to mean `just use the
6099 current buffer without any fuss'.
6100 (vc-version-diff): Change the `diff' backend operation to just put
6101 the diff in the current buffer without erasing it. Always use
6102 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6103 shrink-window-if-larger-than-buffer.
6104 (vc-print-log): Change the `print-log' backend operation to just
6105 put the log in the current buffer without erasing it. Protect
6106 shrink-window-if-larger-than-buffer.
6107 (vc-update-change-log): Fix setd typo.
6108
6109 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6110 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6111
6112 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6113 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6114 CMP.
6115
6116 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6117 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6118 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6119
6120 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6121
6122 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6123 not possible, use vc-BACKEND-workfile-unchanged-p.
6124 (vc-default-workfile-unchanged-p): New function. Delegates to a
6125 full vc-BACKEND-diff.
6126
6127 * vc-hooks.el (vc-simple-command): Removed.
6128
6129 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6130 instead of vc-simple-command.
6131 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6132 avoid doing a diff when opening a file.
6133 (vc-rcs-state): Added check for unlocked-changes.
6134 (vc-rcs-header): Escape Id.
6135 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6136 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6137 version.
6138
6139 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6140 (vc-sccs-diff): Remove optional arg CMP.
6141 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6142 SCCS-specific function.
6143
6144 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6145 vc-simple-command.
6146
6147 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6148
6149 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6150 (with-vc-file, vc-merge): Use vc-editable-p.
6151 (vc-do-command): Remove unused var vc-file and fix the
6152 doubly-defined `status' var. Add a user message when starting an
6153 async command.
6154 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6155 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6156 Use with-current-buffer.
6157 (vc-buffer-sync): Use unless.
6158 (vc-next-action-on-file): If the file is 'edited by read-only,
6159 make it read-write instead of trying to commit.
6160 (vc-version-diff, vc-update-change-log): Use `setq
6161 default-directory' rather than `cd'.
6162 (vc-log-edit): Don't forget to set default-directory in the
6163 buffer.
6164
6165 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6166 (vc-sccs-state-heuristic): Use file-writable-p instead of
6167 comparing userids.
6168 (vc-sccs-checkout): Use `unless'.
6169
6170 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6171 of comparing userids.
6172 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6173 Simplify the logic by eliminating unreachable code.
6174 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6175 just do a recursive call if we need to retry.
6176 (vc-rcs-checkout): Handle the case where rcs is missing by making
6177 the buffer read-write if requested and re-signalling the error.
6178
6179 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6180
6181 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6182
6183 * vc-hooks.el (vc-handled-backends): Docstring change.
6184 (vc-ignore-vc-files): Mark obsolete.
6185 (vc-registered): Check vc-ignore-vc-files.
6186 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6187 vc-ignore-vc-files.
6188
6189 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6190
6191 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6192
6193 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6194 files since ange-ftp already has vc-registered return nil.
6195
6196 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6197 (vc-sccs-workfile-version): Use with-temp-buffer and new
6198 vc-parse-buffer and don't bother setting the property.
6199 (vc-sccs-add-triple): Use with-current-buffer and
6200 find-file-noselect.
6201 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6202
6203 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6204 derives from the old vc-parse-buffer but uses the revision number
6205 rather than the date (much easier to compare robustly).
6206 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6207 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6208 locking-user more directly. Check strict locking and set
6209 checkout-model appropriately.
6210 (vc-rcs-parse-locks): Remove.
6211 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6212 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6213 (vc-rcs-system-release): Use with-current-buffer and
6214 vc-parse-buffer.
6215 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6216
6217 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6218 (vc-simple-command): Docstring fix.
6219 (vc-registered): Align the way the file-handler is called with the
6220 way the function itself works.
6221 (vc-file-owner): Remove.
6222
6223 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6224 extraction of fields and call to file-attributes because of a
6225 temporary bug in rcp.el.
6226 (vc-cvs-fetch-status): Use with-current-buffer.
6227
6228 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6229
6230 * vc.el (vc-do-command): Use file-relative-name.
6231 (vc-responsible-backend): Use vc-backend if possible.
6232 (vc-create-snapshot): Improve the `interactive' spec. Add support
6233 for branches and dispatch to backend-specific `create-snapshot'.
6234 (vc-default-create-snapshot): New function, containing the bulk of
6235 the old vc-create-snapshot.
6236 (vc-retrieve-snapshot): Improve the interactive spec.
6237
6238 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6239 (vc-backend-hook-functions): Remove.
6240 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6241 (vc-backend): Reintroduce the test for `file = nil' now that I
6242 know why it was there (and added a comment to better remember).
6243
6244 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6245 code from vc-sccs-hooks.el.
6246 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6247 'vc anymore.
6248 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6249 and file-directory-p instead of file-exists-p.
6250 (vc-sccs-check-headers): Simplify the regexp.
6251
6252 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6253 from vc-rcs-hooks.el. Don't require 'vc anymore.
6254 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6255 file-directory-p instead of file-exists-p.
6256
6257 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6258 from vc-cvs-hooks.el.
6259 (proto vc-cvs-registered): Require 'vc-cvs instead of
6260 'vc-cvs-hooks. Don't require 'vc anymore.
6261 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6262 file-directory-p instead of file-exists-p.
6263 (vc-cvs-create-snapshot): New function, replacing
6264 vc-cvs-assign-name.
6265 (vc-cvs-assign-name): Remove.
6266
6267 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6268
6269 * vc-cvs.el (vc-cvs-header): New var.
6270
6271 * vc-rcs.el (vc-rcs-exists): Remove.
6272 (vc-rcs-header): New var.
6273
6274 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6275 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6276 (vc-sccs-header): New var.
6277
6278 * vc.el (vc-do-command): Get rid of the `last' argument.
6279 (vc-header-alist): Remove, replaced by vc-X-header.
6280 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6281 (vc-dired-hook): Use expand-file-name instead of concat.
6282 (vc-directory): Use file-name-as-directory.
6283 (vc-snapshot-precondition, vc-create-snapshot)
6284 (vc-retrieve-snapshot): Allow the command to operate on any
6285 directory.
6286
6287 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6288 just removing the 'WORKFILE argument or by removing the 'MASTER
6289 argument and replacing `file' with (vc-name file).
6290
6291 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6292
6293 * vc.el: Update Copyright and add a crude list of backend funs.
6294 (vc-writable-p): New function.
6295 (with-vc-file): Use vc-writable-p.
6296 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6297 (vc-register): Avoid vc-name.
6298 (vc-locking-user): Remove.
6299 (vc-steal-lock): Make the `owner' arg non-optional.
6300 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6301 vc-checkout-model.
6302 (vc-default-dired-state-info): Use vc-state instead of
6303 vc-locking-user and return special strings for special states.
6304 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6305 and get rid of one of the special CVS cases.
6306 (vc-cancel-version): prettify error message with \\[...].
6307 (vc-rename-master): New function.
6308 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6309 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6310 the CVS special case generic.
6311 (vc-default-record-rename): Remove.
6312 (vc-file-tree-walk-internal): Only call FUNC for files that are
6313 under control of some VC backend and replace `concat' with
6314 expand-file-name.
6315 (vc-file-tree-walk): Update docstring.
6316 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6317 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6318
6319 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6320 vc-sccs-record-rename. Use `find-file-noselect' rather than
6321 `find-file' and call `vc-rename-master' to do the actual move.
6322 (vc-sccs-diff): Remove unused `backend' variable.
6323
6324 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6325 to delay loading of vc-sccs until it is really used.
6326 (vc-sccs-master-templates): Preload.
6327 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6328 (vc-sccs-project-dir): Remove (merged into
6329 vc-sccs-search-project-dir).
6330 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6331 rather than `concat', make sure it is preloaded and don't bother
6332 to check that the file actually exists.
6333 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6334 `locks' argument (use buffer's content instead) and eliminate n^2
6335 behavior.
6336
6337 * vc-rcs.el: Update Copyright.
6338 (vc-rcs-rename-file): New function.
6339 (vc-rcs-diff): Remove unused `backend' variable.
6340
6341 * vc-hooks.el: Update Copyright.
6342 (vc-backend): Don't accept a nil argument any more.
6343 (vc-up-to-date-p): Turn into a defsubst.
6344 (vc-possible-master): New function.
6345 (vc-check-master-templates): Use `vc-possible-master' and allow
6346 funs in vc-X-master-templates to return a non-existent file.
6347
6348 * vc-cvs.el: Update Copyright.
6349 (vc-cvs-diff): Remove unused `backend' variable.
6350 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6351
6352 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6353
6354 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6355
6356 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6357 since it can be called from vc-rcs.el.
6358 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6359
6360 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6361
6362 * vc.el (vc-version-diff): Expand file name read from the
6363 minibuffer. Handle the case when a previous version number can't
6364 be guessed. Give suitable messages when there were no differences
6365 found.
6366 (vc-clear-headers): Call backend-specific implementation, if one
6367 exists.
6368 (vc-cancel-version): Made error checks generic. When done, clear
6369 headers generically, too.
6370
6371 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6372 from vc-clear-headers in vc.el.
6373
6374 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6375 correctly.
6376 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6377 optional. Handle the case when it's not there.
6378
6379 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6380
6381 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6382
6383 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6384
6385 * vc-hooks.el (vc-loadup): Remove.
6386 (vc-find-backend-function): Use `require'. Also, handle the case
6387 where vc-BACKEND-hooks.el doesn't exist.
6388 (vc-call-backend): Cleanup.
6389
6390 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6393 vc-rcs-grab-templates)
6394 (vc-rcs-registered): Remove. The default function works as well.
6395 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6396 vc-sccs-grab-templates)
6397 (vc-sccs-registered): Remove. The default function works as well.
6398
6399 * vc.el (vc-version-diff): Left out a vc- in call to
6400 vc-call-backend.
6401 (vc-default-dired-state-info, vc-default-record-rename)
6402 (vc-default-merge-news): Update for the new backend argument.
6403
6404 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6405 using the default function.
6406 (vc-call-backend): If calling the default function, pass it the
6407 backend as first argument. Update the docstring accordingly.
6408 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6409 for the new backend argument.
6410 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6411 (vc-find-backend-function): Use the new name.
6412 (vc-default-registered): New function.
6413
6414 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6415
6416 * vc.el (vc-merge): Use vc-find-backend-function.
6417
6418 * vc-hooks.el (vc-backend-functions): Remove.
6419 (vc-loadup): Don't setup 'vc-functions.
6420 (vc-find-backend-function): New function.
6421 (vc-call-backend): Use above fun and populate 'vc-functions
6422 lazily.
6423 (vc-backend-defines): Remove.
6424
6425 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6426
6427 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6428 Call vc-call-backend without the leading vc-.
6429 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6430 (vc-check-headers): Call vc-call-backend without the leading vc-.
6431 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6432 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6433 Call vc-call-backend without the leading vc-.
6434
6435 * vc-cvs.el (tail): Provide vc-cvs.
6436 * vc-sccs.el (tail): Provide vc-sccs.
6437 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6438
6439 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6440 (vc-make-backend-function, vc-call): Pass names without leading
6441 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6442 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6443 (vc-call-backend): Always try to load vc-X-hooks.
6444 (vc-registered): Remove vc- in call to vc-call-backend.
6445
6446 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6447
6448 * vc.el (vc-process-filter): New function.
6449 (vc-do-command): Setup `vc-process-filter' for the async process.
6450 (vc-maybe-resolve-conflicts): New function to reduce
6451 code-duplication. Additionally, it puts the buffer in
6452 `smerge-mode' if applicable.
6453 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6454 calling `merge-news'.
6455 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6456 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6457 interfacing to log-edit.el.
6458 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6459 log-edit is available.
6460 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6461
6462 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6465 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6466 defvar and the initialization.
6467 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6468
6469 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6470 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6471
6472 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6473
6474 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6475
6476 * vc.el (vc-file-clear-masterprops): Removed.
6477 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6478 (vc-version-diff): Use buffer-size without argument.
6479 (vc-register): Heed vc-initial-comment.
6480
6481 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6482 default branch.
6483
6484 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6485 file name and workfile version.
6486 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6487
6488 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6489 vc-file-clear-masterprops.
6490
6491 * vc-sccs.el (vc-sccs-checkout): Removed call to
6492 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6493 rather than user login name.
6494
6495
6496 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6497
6498 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6499 `want-differences-if-changed' and simplify.
6500 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6501 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6502 output (which is invalid for async vc-diff) to decide whether to
6503 do the revert silently or not.
6504
6505 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6506
6507 * vc-hooks.el (vc-loadup): Load files quietly.
6508 (vc-call-backend): Oops, brain fart.
6509
6510 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6511
6512 * vc-cvs.el (vc-cvs-state): Typo.
6513 (vc-cvs-merge-news): Return the status code rather than the error msg.
6514
6515 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6516
6517 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6518 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6519 vc-state or vc-up-to-date-p.
6520 (vc-merge): Use vc-backend-defines to check whether merging is
6521 possible. Set state to 'edited after successful merge.
6522
6523 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6524 return that name. Redocumented.
6525
6526 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6527
6528 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6529 new `vc-state' semantics.
6530 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6531 'vc-locking-user to the current user.
6532 (vc-merge): Inline vc-backend-merge. Comment out code that I
6533 don't understand and hence can't adapt to the new `vc-state' and
6534 `vc-locking-user' semantics.
6535 (vc-backend-merge): Remove.
6536
6537 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6538 rather than 'vc-locking-user.
6539
6540 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6541
6542 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6543 (vc-state): Don't use 'reserved any more. Just use the same
6544 convention as the one used for vc-<backend>-state where the
6545 locking user (as a string) is returned.
6546 (vc-locking-user): Update, based on the above convention. The
6547 'vc-locking-user property has disappeared.
6548 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6549
6550 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6551 with a heuristic one.
6552 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6553 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6554 error. That allows us to get to 'needs-merge even in the
6555 stay-local case. There's still no way to detect 'needs-patch in
6556 such a setup (or to force an update for that matter).
6557 (vc-cvs-logentry-check): Remove, the default works as well.
6558
6559 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6560
6561 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6562
6563 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6564 major-mode in which the buffer might have been put earlier. Use
6565 `remove' and `when'. Allow `okstatus' to be `async' and use
6566 `start-process' in this case.
6567 (vc-version-diff): Handle the case where the diff looks empty
6568 because of the use of an async process.
6569
6570 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6571
6572 * vc.el (vc-next-action-on-file): Removed optional parameter
6573 `simple'. Recompute state unconditionally.
6574 (vc-default-toggle-read-only): Removed.
6575
6576 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6577 (vc-toggle-read-only): Undid prev change.
6578
6579 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6580 vc-cvs-simple-toggle. Redocumented.
6581 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6582 (vc-cvs-toggle-read-only): Removed.
6583
6584 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6585
6586 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6587 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6588 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6589 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6590 still is. So maybe it should be removed.
6591 (vc-head-version, vc-find-binary): Remove.
6592 (vc-recompute-state): Move from vc-hooks.el.
6593 (vc-next-action-on-file): Add a `simple' argument to allow
6594 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6595 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6596 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6597 (vc-dired-mode-map): Properly defvar it.
6598 (vc-print-log): Call log-view-mode if available.
6599 (small-temporary-file-directory): defvar instead of use boundp.
6600 (vc-merge-news): Moved to vc-cvs.el.
6601 (vc-default-merge-news): New function.
6602
6603 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6604 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6605 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6606 unknown `vc-latest-version' function. It should probably refer to
6607 vc-workfile-version or somesuch, but it's very unclear to me and I
6608 don't have SCCS to test things.
6609
6610 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6611 (vc-sccs-state-heuristic): Fix typo.
6612 (vc-sccs-workfile-unchanged-p): Add missing argument.
6613
6614 * vc-rcs.el: Require vc and vc-rcs-hooks.
6615 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6616 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6617 (vc-release-greater-or-equal-p): Move from vc.
6618 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6619 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6620 (vc-rcs-checkout): Add a missing `new-version' argument in the
6621 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6622
6623 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6624 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6625 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6626 than the apparently unbound `workfile-version'.
6627
6628 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6629 (vc-file-prop-obarray): Use `make-vector'.
6630 (vc-backend-functions): Add new hookable functions
6631 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6632 (vc-loadup): If neither backend nor default functions exist, use
6633 the backend function rather than nil.
6634 (vc-call-backend): If the function if not bound yet, try to load
6635 the non-hook file to see if it provides it.
6636 (vc-call): New macro plus use it wherever possible.
6637 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6638 nor `vc-find-binary' since it's only called from
6639 vc-mistrust-permission which is only used once the backend is known.
6640 (vc-checkout-model): Fix parenthesis.
6641 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6642
6643 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6644 (vc-cvs-release, vc-cvs-system-release): Remove.
6645 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6646 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6647 status symbols.
6648 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6649 (vc-cvs-toggle-read-only): First cut at a function to allow a
6650 cvs-status-free vc-toggle-read-only.
6651 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6652 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6653 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6654 (vc-cvs-checkout): Modify access rights directly if the user
6655 requested not to use `cvs edit'. And refresh the mode line.
6656
6657 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6658 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6659
6660 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6661
6662 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6663 workfile' that got lost when the code was extracted from vc.el.
6664 And merged the tail with the rest of the code (not possible in the
6665 old vc.el where the tail was shared among all backends). And
6666 explicitly set the state to 'edited if `writable' is set.
6667
6668 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6669 (vc-cvs-state): Be careful to return the value from
6670 vc-cvs-parse-state.
6671 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6672 property but return it instead. Also be careful to handle a nil
6673 or "" `rev' when workfile is non-nil (it was handled properly when
6674 workfile was nil).
6675
6676 * vc.el: Removed those pesky unnecessary `(function' quotes.
6677 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6678 directly in the defvar.
6679 (vc-do-command): Bind inhibit-read-only so as to properly handle
6680 the case where the destination buffer has been made read-only.
6681 (vc-diff): Delegate to vc-version-diff in all cases.
6682 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6683 (vc-annotate-mode-variables): Removed (code moved partly to
6684 defvars and partly to vc-annotate-add-menu).
6685 (vc-annotate-mode): Turned into a derived-mode.
6686 (vc-annotate-add-menu): Moved in code in
6687 vc-annotate-mode-variables.
6688 (vc-update-change-log): Use make-temp-file if available.
6689
6690 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6691
6692 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6693 `vc-checkout-model' updated to `vc-cvs-update-model'.
6694
6695 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6696
6697 * vc.el (vc-next-action-on-file): Added handling of state
6698 `unlocked-changes'.
6699 (vc-checkout-carefully): Is now practically obsolete, unless the
6700 above is too slow to be enabled unconditionally.
6701 (vc-update-change-log): Fixed typo.
6702
6703 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6704
6705 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6706 Now handles state `unlocked-changes'.
6707 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6708
6709 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6710
6711 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6712 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6713 `unlocked-changes'.
6714 (vc-rcs-workfile-unchanged-p): Renamed from
6715 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6716 function yet, but supposed to become one soon.
6717
6718 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6719 `vc-steal-lock'.
6720 (vc-call-backend): Changed error message.
6721 (vc-state): Added description of state `unlocked-changes'.
6722
6723 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6724
6725 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6726 always return t in CVS-controlled directories.
6727
6728 * vc.el (vc-responsible-backend): New function.
6729 (vc-register): Largely rewritten.
6730 (vc-admin): Removed (implementation moved into vc-register).
6731 (vc-checkin): Redocumented.
6732 (vc-finish-logentry): If no backend defined yet (because we are in
6733 the process of registering), use the responsible backend.
6734
6735 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6736 Updated function lists.
6737 (vc-call-backend): Fixed typo.
6738
6739 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6740 New functions.
6741 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6742 Removed query option. Redocumented.
6743
6744 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6745
6746 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6747
6748 * vc.el: Updated callers of `vc-checkout-required' to use
6749 `vc-checkout-model'.
6750
6751 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6752
6753 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6754 stuff updated to reference this function instead of the old
6755 `vc-backend-release-p'.
6756
6757 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6758
6759 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6760 vc-checkout-model. Return appropriate values. Updated callers.
6761
6762 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6763
6764 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6765 (vc-backend-revert): Function moved into `vc-revert';
6766 `vc-next-action' must be updated to accomodate this change.
6767 (vc-backend-steal): Function moved into `vc-finish-steal'.
6768 (vc-backend-logentry-check): Function moved into
6769 `vc-finish-logentry'.
6770 (vc-backend-printlog): Function moved into `vc-print-log'.
6771 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6772 (vc-backend-assign-name): Function moved into
6773 `vc-create-snapshot'.
6774
6775 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6776
6777 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6778 Rename to vc-checkout-model. Return appropriate values.
6779 Update callers.
6780
6781 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6782 to vc-checkout-model.
6783 (vc-checkout-required): Rename to vc-checkout-model.
6784 Re-implement and re-comment.
6785 (vc-after-save): Use vc-checkout-model.
6786
6787 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6788
6789 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6790 Update to use the vc-BACKEND-diff functions instead.
6791 `vc-diff' is now working.
6792
6793 * vc-rcs.el (vc-rcs-logentry-check): New function.
6794
6795 * vc-cvs.el (vc-cvs-logentry-check): New function.
6796
6797 * vc-sccs.el (vc-sccs-diff): Function changed name from
6798 `vc-backend-diff'. This makes `vc-diff' work.
6799
6800 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6801 of functions possibly implemented in a vc-BACKEND library.
6802 (vc-checkout-required): Fix bug that caused an error to be
6803 signaled during `vc-after-save'.
6804
6805 * vc.el: Fix typo.
6806 This checkin is made with our new VC code base for the very first time.
6807 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6808
6809 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6810 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6811
6812 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6813 updated to `vc-uses-locking'.
6814 (vc-checkout-required): Call to backend function.
6815 `vc-checkout-required' updated to `vc-uses-locking' instead.
6816
6817 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6818 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6819
6820 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6821 to match the split into various backends.
6822 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6823 (vc-retrieve-snapshot): Bug fix.
6824
6825 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6826
6827 * vc-sccs.el (vc-sccs-release): Doc fix.
6828
6829 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6830
6831 * vc.el (vc-next-action-on-file): Bug found and fixed.
6832 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6833 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6834
6835 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6836 (vc-rcs-checkout): Name space cleaned up. No more revision number
6837 crunching function names that are not prefixed with vc-rcs.
6838 (vc-rcs-checkout-model): Function added. References to
6839 `vc-checkout-model' replaced.
6840
6841 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6842
6843 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6844 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6845 still need to be split, and implemented for RCS).
6846
6847 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6848
6849 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6850
6851 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6852 required by the vc.el file.
6853
6854 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6855 required by the vc.el file.
6856 (vc-rcs-exists): Function added.
6857
6858 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6859 required by the vc.el file.
6860
6861 * vc.el (vc-admin): Updated to handle selection of appropriate
6862 backend. Current implementation is crufty and need re-thinking.
6863
6864 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6865
6866 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6867
6868 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6869 beginning of annotate buffers correctly.
6870
6871 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6872 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6873 functionality updated quite a lot to support multiple backends.
6874 Variables `vc-annotate-mode', `vc-annotate-buffers',
6875 `vc-annotate-backend' added.
6876
6877 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6878 `vc-annotate-difference' added to supported backend functions.
6879
6880 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6881
6882 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6883 Use with-temp-file instead of /bin/sh. Merged from mainline
6884
6885 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6886
6887 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6888
6889 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6890
6891 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6892
6893 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6894
6895 * vc-hooks.el: vc-state-heuristic added to
6896 vc-backend-hook-functions.
6897
6898 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6899
6900 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6901
6902 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6903 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6904 state to `reserved'.
6905
6906 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6907 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6908
6909 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6910
6911 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6912 untouched.
6913
6914 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6915
6916 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6917 if defined. (Merged from main line, slightly adapted.)
6918
6919 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6920 millenium problem (merged from mainline).
6921
6922 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6923
6924 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6925 part and moved the non-BACKEND stuff to vc.el.
6926
6927 * vc.el: Split the annotate feature into a BACKEND specific part
6928 and moved it from the vc-cvs.el file to this one.
6929
6930 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6931
6932 * vc-hooks.el: Implement new state model.
6933 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6934 (vc-locking-user): Simplify. Now only needed if the file is
6935 locked by somebody else.
6936 (vc-lock-from-permissions): Remove. Functionality is in
6937 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6938 (vc-mode-line-string): New name for former vc-status. Adapted.
6939 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6940
6941 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6942 Various simplifications and adaptations all over the place.
6943
6944 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6945 Simplify and adapt the rest.
6946
6947 * vc.el (vc-resynch-window): Add TODO comment: check for
6948 interaction with view mode according to recent RCS change.
6949 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6950
6951 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6952
6953 * vc.el: Convert the remaining function comments to docstrings.
6954
6955 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6956
6957 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6958 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6959 (vc-minor-part, vc-previous-version): Functions that operate and
6960 compare revision numbers got proper documentation. Comments added
6961 about their possible removal.
6962
6963 2000-09-04 Martin Lorentzson <martinl@gnu.org>
6964
6965 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6966 the vc-backend.el files.
6967
6968 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6969
6970 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6971 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6972 (vc-rcs-previous-version): Functions added.
6973
6974 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6975
6976 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6977
6978 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6979
6980 * vc-hooks.el (vc-master-templates): Is really obsolete.
6981 Comment out the definition for now. What is the right procedure
6982 to get rid of it?
6983 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6984 rewritten.
6985 (vc-default-registered): Remove.
6986 (vc-check-master-templates): New function; does mostly what the
6987 above did before.
6988 (vc-locking-user): Don't rely on the backend to set the property.
6989
6990 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
6991 Rewrite documentation.
6992 (vc-rcs-templates-grabbed): New variable.
6993 (vc-rcs-grab-templates): New function.
6994 (vc-rcs-registered): Rewrite to use above mechanism.
6995
6996 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
6997 Rewrite documentation.
6998 (vc-sccs-templates-grabbed): New variable.
6999 (vc-sccs-grab-templates): New function.
7000 (vc-sccs-registered): Rewrite to use above mechanism.
7001 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7002 Don't throw the result, simply return it.
7003
7004 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7005 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7006 (vc-cvs-registered): Does the check itself now. Simplify.
7007
7008 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7009 from main line.
7010
7011 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7012
7013 * vc-cvs.el (vc-cvs-diff): New function.
7014
7015 * vc-sccs.el (vc-sccs-diff): New function.
7016
7017 * vc-rcs.el (vc-rcs-diff): New function.
7018 (vc-rcs-checkout): Bug (typo) found and fixed.
7019 (vc-rcs-register-switches): New variable.
7020
7021 * vc.el (vc-backend-diff): Function removed and placed in the
7022 backend files.
7023
7024 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7025
7026 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7027
7028 * vc.el (vc-backend-checkout): Function removed and replaced in
7029 the vc-backend.el files.
7030
7031 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7032
7033 * vc.el (vc-backend-admin): Removed and replaced in the
7034 vc-backend.el files.
7035
7036 * vc.el (Martin): Removed all the annotate functionality since it
7037 is CVS backend specific.
7038
7039 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7040
7041 * spec.txt: Added specification of vc-state.
7042
7043 * vc-sccs-hooks.el (vc-sccs-master-properties):
7044 Remove handling of vc-latest-version and
7045 vc-your-latest-version. What used to be vc-latest-version, is now
7046 returned as vc-workfile-version.
7047 (vc-sccs-workfile-version): Adapt.
7048
7049 2000-09-04 Dave Love <fx@gnu.org>
7050
7051 * vc.el: [Merged from mainline.]
7052 (vc-dired-mode): Make the dired-move-to-filename-regexp
7053 regexp match the date, to avoid treating date as file size.
7054 Add YYYY S option to WESTERN/
7055
7056 2000-09-04 Dave Love <fx@gnu.org>
7057
7058 * vc.el: Require `compile' when compiling.
7059 (vc-logentry-check-hook): New option.
7060 (vc-steal-lock): Use compose-mail.
7061 (vc-dired-mode-map): Defvar when compiling.
7062 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7063 vc-sccs.el and renamed. Callers changed.
7064 (vc-backend-checkout, vc-backend-logentry-check)
7065 (vc-backend-merge-news): Doc fix.
7066 (vc-default-logentry-check): New function.
7067 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7068 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7069 (vc-backend-merge): Doc fix. Use backend functions.
7070 (vc-check-headers): Use backend functions.
7071
7072 * vc-cvs.el: Require vc when compiling.
7073 (vc-cvs-register-switches): Doc fix.
7074 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7075 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7076 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7077 New functions (code from vc.el).
7078 (vc-annotate-display-default): Fix interactive spec.
7079 (vc-annotate-time-span): Doc fix.
7080
7081 * vc-rcs.el: Require vc when compiling.
7082 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7083 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7084 (vc-rcs-checkin): New functions (code from vc.el).
7085 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7086 Doc fix.
7087 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7088
7089 * vc-sccs.el: Require vc when compiling.
7090 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7091 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7092 (vc-sccs-revert)
7093 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7094 from vc.el).
7095 (vc-sccs-add-triple, vc-sccs-record-rename)
7096 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7097 (vc-sccs-admin): Doc fix.
7098
7099 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7100
7101 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7102 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7103 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7104 from vc.el.
7105
7106 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7107
7108 * vc-cvs.el: Moved the annotate functionality from vc.el.
7109 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7110
7111 2000-09-04 Dave Love <fx@gnu.org>
7112
7113 * vc.el (vc-backend-release): Call vc-system-release.
7114
7115 * vc-sccs.el (vc-sccs-system-release):
7116 Renamed from vc-sccs-backend-release.
7117
7118 * vc-rcs.el (vc-rcs-system-release):
7119 Renamed from vc-rcs-backend-release.
7120
7121 * vc-cvs.el (vc-cvs-system-release):
7122 Renamed from vc-cvs-backend-release.
7123
7124 2000-09-04 Dave Love <fx@gnu.org>
7125
7126 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7127 backend files.
7128 (vc-backend-release): Dispatch to backend functions.
7129 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7130 probably needs attention.]
7131
7132 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7133 (vc-sccs-backend-release): New function.
7134
7135 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7136 (vc-cvs-backend-release): New function.
7137
7138 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7139 Doc fix.
7140 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7141 (vc-default-dired-state-info): New function.
7142 (vc-dired-state-info): Dispatch to backends.
7143 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7144
7145 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7146 from vc.el and renamed.
7147
7148 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7149
7150 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7151 (vc-version-other-window, vc-backend-assign-name): Removed
7152 references to vc-latest-version; sometimes changed into
7153 vc-workfile-version.
7154
7155 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7156 vc-rcs-master-workfile-version.
7157 (vc-rcs-workfile-version): Use the above. Don't call
7158 vc-latest-version (that was unreachable code, anyway).
7159 (vc-rcs-fetch-master-properties): Doc fix.
7160
7161 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7162 (vc-backend-hook-functions): Removed them from this list, too.
7163 (vc-fetch-properties): Removed.
7164 (vc-workfile-version): Doc fix.
7165
7166 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7167 (vc-rcs-workfile-version, vc-rcs-locking-user)
7168 (vc-rcs-uses-locking): Use it.
7169
7170 * vc-hooks.el (vc-consult-rcs-headers):
7171 Moved into vc-rcs-hooks.el, under the name
7172 vc-rcs-consult-headers.
7173
7174 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7175 headers.
7176 (vc-cvs-find-master): Use this name only; correct different
7177 versions of the name.
7178
7179 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7180 New functions.
7181 (vc-sccs-locking-user): Use the latter.
7182
7183 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7184 New functions.
7185
7186 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7187 Moved into both
7188 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7189 functions are implementation details of those two backends.
7190
7191 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7192
7193 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7194 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7195
7196 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7197 (vc-sccs-parse-locks): SCCS-specific code moved here from
7198 vc-hooks.
7199
7200 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7201 code moved here from vc-hooks.
7202
7203 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7204 into back-end specific parts and removed. Callers not updated
7205 yet; because I guess these callers will disappear into back-end
7206 specific files anyway.
7207
7208 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7209
7210 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7211 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7212 `vc-uses-locking'.
7213
7214 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7215 Store yes/no in the property, and return t/nil. Updated all
7216 callers.
7217
7218 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7219 vc-sccs-uses-locking. Don't set property.
7220 (vc-sccs-locking-user): Don't set property.
7221
7222 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7223 vc-cvs-uses-locking. Don't set property here; leave that to
7224 vc-hooks.
7225 (vc-cvs-locking-user): Reflect above change. Streamlined.
7226
7227 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7228 vc-rcs-uses-locking.
7229 (vc-rcs-locking-user): Reflect above change.
7230
7231 2000-09-04 Dave Love <fx@gnu.org>
7232
7233 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7234
7235 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7236
7237 * vc-hooks.el (vc-checkout-model): Punt to backends.
7238
7239 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7240
7241 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7242
7243 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7244 New functions.
7245
7246 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7247 New functions.
7248
7249 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7250 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7251
7252 * vc-hooks.el (vc-default-locking-user): New function.
7253 (vc-locking-user, vc-workfile-version): Punt to backends.
7254
7255 2000-09-04 Dave Love <fx@gnu.org>
7256
7257 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7258 (vc-master-workfile-version): Moved from vc-hooks.
7259
7260 * vc-rcs-hooks.el: Fix duplicate code in last change.
7261
7262 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7263 (vc-rcs-master-templates): Improve :type.
7264 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7265 vc-master-workfile-version): Moved from vc-hooks.
7266
7267 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7268 (vc-sccs-master-templates): Improve :type.
7269 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7270
7271 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7272
7273 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7274 (vc-cvs-master-templates): Improve :type. Use
7275 vc-cvs-find-cvs-master.
7276 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7277 from vc-hooks.
7278 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7279
7280 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7281 Moved to vc-cvs-hooks.
7282
7283 * vc-hooks.el: Add doc strings in various places. Simplify the
7284 minor mode setup.
7285 (vc-handled-backends): New user variable.
7286 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7287 simplification.
7288
7289 2000-09-04 Dave Love <fx@gnu.org>
7290
7291 * vc.el: Some doc fixes for autoloaded and interactive functions.
7292 Fix compilation warnings from ediff stuff.
7293 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7294
7295 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7296
7297 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7298
7299 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7300
7301 2000-09-04 Dave Love <fx@gnu.org>
7302
7303 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7304 New variable.
7305 (vc-make-backend-function, vc-loadup, vc-call-backend)
7306 (vc-backend-defines): New functions.
7307
7308 * vc-hooks.el: Various doc fixes.
7309 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7310 (vc-match-substring): Function removed. Callers changed to use
7311 match-string.
7312 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7313 Simplify.
7314
7315 2000-09-04 Dave Love <fx@gnu.org>
7316
7317 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7318 type.
7319 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7320 (vc-sccs-registered): Doc fix.
7321
7322 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7323 (vc-cvs-registered): Doc fix.
7324
7325 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7326 (vc-rcs-registered): Doc fix.
7327
7328 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7329
7330 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7331
7332 * vc-hooks.el: vc-registered has been renamed
7333 vc-default-registered. Some functions have been moved to the
7334 backend specific files. they all support the
7335 vc-BACKEND-registered functions.
7336
7337 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7338
7339 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7340
7341 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7342
7343 2000-09-04 Dave Love <fx@gnu.org>
7344
7345 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7346 menu-bar-update-hook.
7347
7348 * help.el (help-manyarg-func-alist): Add
7349 find-operation-coding-system.
7350
7351 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7352
7353 * custom.el (custom-set-variables): Print message about errors in
7354 setting.
7355
7356 2000-09-03 Andrew Innes <andrewi@gnu.org>
7357
7358 * makefile.w32-in: Change to DOS line endings.
7359
7360 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7361
7362 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7363 minor-mode keymaps, if they don't have one.
7364
7365 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7366
7367 * eshell/esh-module.el (eval-when-compile): Don't lose if
7368 esh-module.el's file name is truncated to DOS 8+3 limits.
7369
7370 2000-09-01 John Wiegley <johnw@gnu.org>
7371
7372 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7373 predicate, which caused entries in the completion list to be
7374 doubled.
7375
7376 2000-08-30 John Wiegley <johnw@gnu.org>
7377
7378 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7379 sending to subprocesses. Also, hook pre-command-hook if
7380 `eshell-send-direct-to-subprocesses' is non-nil.
7381 (eshell-send-direct-to-subprocesses): New config variable. If t,
7382 subprocess input is send immediately.
7383 (eshell-toggle-direct-send): New function.
7384 (eshell-self-insert-command): New function.
7385 (eshell-intercept-commands): New function.
7386 (eshell-send-input): If direct subprocess sending is enabled,
7387 don't echo any input to the Eshell buffer. Let the subprocess
7388 handle that. This requires "stty echo" in bash, for example.
7389
7390 2000-08-28 John Wiegley <johnw@gnu.org>
7391
7392 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7393 completion function for Eshell's implementation of `unset'.
7394
7395 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7396
7397 * info.el (Info-directory-list): Doc fix.
7398
7399 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7400
7401 * filecache.el (file-cache-add-directory-using-find): Don't quote
7402 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7403
7404 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7405
7406 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7407 coding systems.
7408
7409 2000-08-30 Andrew Innes <andrewi@gnu.org>
7410
7411 * timer.el (run-with-idle-timer): Undo last change, so that timer
7412 is not activated immediately if Emacs is already idle. Some
7413 existing code relies on this behaviour.
7414
7415 2000-08-30 Miles Bader <miles@gnu.org>
7416
7417 * frame.el (set-frame-font): Do completion of font-name for
7418 interactive use.
7419
7420 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7421
7422 * international/quail.el (quail-start-translation): Bind locally
7423 last-command-event, last-command, and this-command.
7424 (quail-start-conversion): Likewise.
7425 (quail-self-insert-command): Fix docstring.
7426
7427 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7428
7429 * progmodes/executable.el
7430 (executable-make-buffer-file-executable-if-script-p): Check that
7431 buffer contains at least 2 characters.
7432
7433 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7434
7435 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7436
7437 2000-08-29 Dave Love <fx@gnu.org>
7438
7439 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7440 (diff-mode-shared-map): Bind mouse-2.
7441 (diff-imenu-generic-expression): New variable.
7442 (diff-mode): Use it.
7443
7444 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7445 (mouse-popup-menubar): Add minor mode menus.
7446 (popup-menu): Check for lookup-key returning number.
7447
7448 2000-08-29 Miles Bader <miles@gnu.org>
7449
7450 * comint.el (comint-send-input): Create overlays using the proper
7451 front/read-advance arguments.
7452
7453 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7454
7455 * ps-print.el: Even/odd pages printing. Doc fix.
7456 (ps-print-version): New version number (6.0).
7457 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7458 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7459 (ps-print-duplex-feature): Variable eliminated.
7460 (ps-even-or-odd-pages): New variable.
7461
7462 * progmodes/ebnf2ps.el: Doc fix.
7463 (ebnf-version): New version (3.3).
7464 (ebnf-user-arrow): Change variable customization to sexp.
7465 (ebnf-user-arrow): Function eliminated.
7466 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7467
7468 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7469
7470 * help.el (help-xref-mule-regexp): New variable.
7471 (help-make-xrefs): Handle help-xref-mule-regexp.
7472
7473 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7474 variable.
7475 (describe-input-method): Temporarily activate the specfied input
7476 method to display the information.
7477 (describe-language-environment): Hyperlinks to mule related items.
7478
7479 * international/mule-diag.el (charset-multibyte-form-string): New
7480 function.
7481 (list-character-sets-1): Use charset-multibyte-form-string.
7482 (describe-character-set): New function.
7483 (describe-coding-system): Hyperlinks to safe character sets.
7484
7485 * international/quail.el (quail-help): New arg PACKAGE.
7486 Hyperlinks to mule related items.
7487 (quail-help-insert-keymap-description): Use
7488 substitute-command-keys instead of describe-bindings.
7489 (quail-translation-help): Hyperlinks to mule related items.
7490
7491 2000-08-28 John Wiegley <johnw@gnu.org>
7492
7493 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7494 have a defsubst call itself. Made `eshell-flatten-list' back into
7495 a function again.
7496
7497 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7498 catch, in case re-centering point at bottom messes up the display.
7499 This happens frequently in Emacs 21, due I believe to variable
7500 line heights.
7501
7502 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7503 to call `find-tag-interactive'.
7504
7505 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7506 the list of remember directories.
7507
7508 2000-08-28 John Wiegley <johnw@gnu.org>
7509
7510 * align.el: Test align-region-separate to see if it's a symbol.
7511
7512 2000-08-28 John Wiegley <johnw@gnu.org>
7513
7514 * eshell/esh-util.el (eshell-flatten-list): Made this function
7515 into a defsubst form. It gets used very frequently, although
7516 calls don't occur all that often.
7517
7518 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7519 examining it.
7520
7521 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7522 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7523 `eshell-protect'.
7524 (eshell-copy-handles): Created a new macro for duplicating the
7525 current set of open handles. This is needed by the looping
7526 functions.
7527 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7528 is not incorrectly stomped on.
7529
7530 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7531 declaration for pcomplete-use-paring.
7532 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7533 value of eshell-cmpl-use-paring.
7534 * pcomplete.el (pcomplete-use-paring): New config variable, to
7535 indicate whether paring should be used.
7536 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7537 completion alternatives that have already been used.
7538
7539 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7540 bound to C-c C-y, which will repeat the previous N arguments
7541 (based on prefix argument).
7542 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7543
7544 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7545 if there is no *Help* buffer. This is for XEmacs, which renames
7546 its help buffers uniquely. TODO: Find out what the current buffer
7547 name to delete is.
7548
7549 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7550 first entry that correlates to a passwd/group number. Later
7551 entries (used for group/user name aliasing to multiple IDs) are
7552 ignored.
7553
7554 * eshell/em-xtra.el (eshell/expr):
7555 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7556 (eshell-grep, eshell/diff, eshell/locate):
7557 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7558 argument list, before passing it to the system command.
7559
7560 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7561 `find-tag' for use at final position in Eshell buffers (which
7562 otherwise triggers an error on Emacs 21).
7563 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7564 buffer, if it is currently bound to `find-tag'.
7565
7566 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7567 in the list of matched Makefile names.
7568 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7569 directory, prefer its contents to Makefile.
7570
7571 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7572 directory parts (like "cd old new", or "cd =regexp"), are now case
7573 sensitive on non-Windows/DOS platforms.
7574
7575 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7576 types RET after an open delimiter (like "), display a message
7577 indicating that Eshell is waiting for the closing delimiter.
7578
7579 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7580 environment variables.
7581
7582 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7583 gracefully if the user enters incorrect arguments.
7584
7585 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7586 Eshell buffers.
7587
7588 * eshell/esh-var.el (eshell-interpolate-variable):
7589 * eshell/esh-mode.el (eshell-move-argument):
7590 * eshell/em-unix.el (eshell-du-sum-directory):
7591 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7592 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7593 (not (= ...)).
7594
7595 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7596 to ensure the `preserve' flag gets propagated when doing recursive
7597 directory copies.
7598
7599 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7600
7601 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7602 Don't convert \n into \0177 in memory.
7603 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7604 and back again, when reading and writing.
7605
7606 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7607
7608 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7609 testing of `fboundp' on `processp'.
7610
7611 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7612 (eshell/jobs): Don't call process-list if it is not bound.
7613 (eshell-gather-process-output): Support systems where async
7614 subprocesses aren't supported.
7615 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7616 variables.
7617
7618 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7619 eshell-do-eval returns t.
7620 (eshell-do-pipelines-synchronously): New defmacro.
7621 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7622 when async subprocesses aren't supported.
7623 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7624 if async subprocesses aren't supported.
7625 (eshell-resume-command): Don't assume STATUS is a string.
7626
7627 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7628
7629 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7630 (eshell-close-target, eshell-get-target): Use eshell-processp.
7631 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7632 fix.
7633 (eshell-get-target, eshell-create-handles): Doc fix.
7634
7635 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7636
7637 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7638 criterion to include commands that output something, as long as it
7639 leaves both the command and the end-of-buffer visible when the
7640 command has exited.
7641 (eshell-review-quick-commands): Adjust the help doc string
7642 accordingly.
7643
7644 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7645
7646 * locate.el (locate): Cleaned up locate command's interactive prompting
7647 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7648
7649 * filecache.el (file-cache-case-fold-search): New variable
7650 (file-cache-assoc-function): New variable
7651 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7652 Use file-cache-case-fold-search variable
7653 (file-cache-add-file): Use file-cache-assoc-function
7654 (file-cache-delete-file): likewise
7655 (file-cache-directory-name): likewise
7656 (file-cache-debug-read-from-minibuffer): likewise
7657
7658 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7659
7660 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7661 (abbrev-table-name): New function.
7662 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7663 If non-nil list local abbrev, only.
7664
7665 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7666
7667 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7668 from Gnus support code, and use special article copy buffer
7669 `(gnus-original-article-buffer)' instead. This allows to get rid
7670 of article-hide-headers usage (which breaks in the latest Gnus
7671 version). Thanks to Detlev Zundel.
7672
7673 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7674
7675 * international/quail.el (quail-use-package): Hide "... loaded"
7676 message.
7677 (quail-start-translation, quail-start-conversion): Likewise.
7678
7679 * international/kkc.el (kkc-region): Hide "... loaded" message.
7680
7681 2000-08-27 Dave Love <fx@gnu.org>
7682
7683 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7684
7685 2000-08-27 Miles Bader <miles@gnu.org>
7686
7687 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7688
7689 2000-08-27 Kenichi Handa <handa@etl.go.jp>
7690
7691 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7692 'ja-dic-cnv), not (require 'skkdic-cnv).
7693
7694 2000-08-26 Miles Bader <miles@gnu.org>
7695
7696 * faces.el (face-x-resources): Add entry for :inherit.
7697 * cus-face.el (custom-face-attributes): Add support for :inherit
7698 attribute. Add support for relative face heights.
7699 (custom-face-attributes-get): Treat `nil' as being a default value
7700 for :inherit (as well as `unspecified').
7701
7702 * faces.el (set-face-attribute): Update doc string.
7703 (face-attribute-name-alist): Add :inherit.
7704 (face-valid-attribute-values): Handle :inherit.
7705 (face-read-string): Rephrase prompt to be less confusing.
7706 Assume that DEFAULT is a string, since we must return a string.
7707 (face-read-integer): Use `format' to turn DEFAULT into an
7708 acceptable default for face-read-string. Match NEW-VALUE against
7709 the string "unspecified", not the symbol `unspecified', since
7710 that's what face-read-string returns.
7711 (read-face-attribute): Lookup a name for old-value in valid, and
7712 use it as a default if we find one. Treat all values from
7713 face-read-string as strings. If the default is used, don't do any
7714 more processing on the value, just use the old value directly.
7715 (read-face-and-attribute, modify-face): Tweak prompt.
7716 (read-face-name): Don't assume prompt ends with a space.
7717
7718 * faces.el (describe-face): Add support for :inherit attribute.
7719
7720 2000-08-25 Kenichi Handa <handa@etl.go.jp>
7721
7722 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7723 concat doesn't accept interger.
7724
7725 * international/kkc.el: Remove SKK from Keywords. Require
7726 ja-dic-utl instead of skkdic-utl.
7727
7728 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7729 Provide ja-dic-cnv instead of skkdic-cnv.
7730 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7731 (iso-2022-7bit-short): Add safe-charsets property.
7732 (skkdic-convert-postfix): Search Japanese chou-on character in
7733 addition to Hiragana character.
7734 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7735 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7736 (batch-skkdic-convert): Likewise.
7737
7738 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7739 Provide ja-dic-utl instead of skkdic-utl.
7740 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7741
7742 2000-08-24 Dave Love <fx@gnu.org>
7743
7744 * disp-table.el (standard-display-default): Make the test of `l'
7745 useful.
7746
7747 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7748 mod sample text.
7749
7750 * international/iso-ascii.el: Make pilcrow convenient string
7751 consistent with section.
7752 (iso-ascii-display): Set up multibyte characters as well as
7753 unibyte.
7754
7755 2000-08-24 Kenichi Handa <handa@etl.go.jp>
7756
7757 * international/mule-cmds.el (reset-language-environment): Set
7758 default-process-coding-system to '(undecided . iso-latin-1), which
7759 makes process I/O almost consistent with file I/O. Call this
7760 function when mule-cmds.el[c] is loaded.
7761
7762 2000-08-22 Andrew Innes <andrewi@gnu.org>
7763
7764 * makefile.w32-in: New file.
7765
7766 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7767
7768 * comint.el (comint-output-filter): Compare end of
7769 comint-last-output-overlay with the start of the newly inserted
7770 text, not the end, when deciding whether to extend it.
7771 Set saved-point's insertion type to advance after insertion.
7772
7773 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7774 since this is now done independently of font-lock mode.
7775
7776 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * server.el (server-kill-new-buffers): New user option.
7779 (server-existing-buffer): New buffer-local variable.
7780 (server-visit-files): When using an existing buffer, set
7781 server-existing-buffer to t.
7782 (server-buffer-done): If server-kill-new-buffers is t, kill the
7783 buffer, unless it was already present before visiting it with
7784 Emacs server.
7785
7786 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7789 even if the display doesn't support colors: some displays will
7790 support bold/underline faces.
7791
7792 2000-08-21 Gerd Moellmann <gerd@gnu.org>
7793
7794 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7795
7796 * startup.el (command-line): If user's init file had an error,
7797 add explanatory text to *Messages*.
7798
7799 2000-08-21 Kenichi Handa <handa@etl.go.jp>
7800
7801 * man.el (Man-getpage-in-background): Decode the process output by
7802 the system locale coding system.
7803
7804 2000-08-20 Dave Love <fx@gnu.org>
7805
7806 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7807 Don't test x-popup-menu.
7808 (function) <complete-function>: Complete only fbound symbols.
7809 <validate, value>: New.
7810 (variable) <complete-function>: Complete only bound symbols.
7811 (coding-system): Add :base-only, :complete-function, :validate,
7812 :value, :prompt-match.
7813 (widget-coding-system-prompt-value): Use read-coding-system and
7814 act on :base-only.
7815 (editable-field): Add :help-echo.
7816 (widget-push-button-gui, widget-push-button-cache)
7817 (widget-gui-action, widget-editable-list-gui): COmment out, along
7818 with uses.
7819 (widget-at): Make arg optional.
7820 (widget-echo-help): Adjust for current help-echo calling sequence.
7821 (widget-specify-field, widget-specify-button)
7822 (widget-specify-insert, widget-get-sibling, widget-image-find)
7823 (widget-convert, widget-insert, widget-leave-text)
7824 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7825 (widget-setup, widget-field-find, widget-before-change)
7826 (widget-after-change, widget-default-complete)
7827 (widget-default-create, widget-default-delete)
7828 (widget-push-button-value-create, editable-field)
7829 (widget-field-prompt-value, widget-field-validate)
7830 (widget-choice-value-create, widget-choice-action)
7831 (widget-choice-validate, widget-checklist-add-item)
7832 (widget-radio-add-item, widget-radio-chosen)
7833 (widget-radio-value-inline, widget-editable-list-value-create)
7834 (widget-editable-list-entry-create)
7835 (widget-documentation-link-add)
7836 (widget-documentation-string-value-create)
7837 (widget-regexp-validate, widget-file-complete)
7838 (widget-sexp-validate, widget-plist-convert-widget)
7839 (widget-plist-convert-widget, widget-alist-convert-widget)
7840 (widget-alist-convert-widget, widget-color-complete): Simplify,
7841 particularly to avoid bindings which aren't optimized out.
7842
7843 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7844 Doc fix.
7845 (down-list, backward-up-list, up-list, kill-sexp)
7846 (backward-kill-sexp, mark-sexp): Make arg optional.
7847 (lisp-complete-symbol): Add optional arg PREDICATE.
7848
7849 * cus-start.el: Add display-buffer-reuse-frames,
7850 file-coding-system-alist.
7851
7852 2000-08-20 Gerd Moellmann <gerd@gnu.org>
7853
7854 * startup.el (command-line): Clear realized faces after
7855 modifying TTY color mappings.
7856
7857 2000-08-20 Miles Bader <miles@gnu.org>
7858
7859 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7860 merely a subset of FACE's attributes.
7861
7862 2000-08-19 Miles Bader <miles@gnu.org>
7863
7864 * comint.el (comint-output-filter): Save the point with a marker,
7865 not just a buffer position.
7866
7867 * international/mule.el (set-buffer-process-coding-system): Make
7868 interactive prompt less confusing.
7869
7870 2000-08-19 Gerd Moellmann <gerd@gnu.org>
7871
7872 * hilit-chg.el: General cleanup of doc strings, comments and
7873 code formatting.
7874
7875 2000-08-19 Miles Bader <miles@gnu.org>
7876
7877 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7878 Compiler macro removed; beginning-of-line is no longer always
7879 equivalent to forward-line, in the presence of fields.
7880
7881 * comint.el (comint-output-filter): Remove ad-hoc saving of
7882 restriction, and just use save-restriction, now that it works
7883 correctly. Don't adjust comint-last-input-start to account for
7884 our insertion; it shouldn't have moved because we don't use
7885 insert-before-markers anymore. Comment out call to
7886 `force-mode-line-update'; why is it here?
7887
7888 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7889 while checking for prompt to delete. Use `forward-line 0'
7890 instead of beginning-of-line.
7891 (gud-filter): Temporarily widen gud comint buffer while
7892 examining output.
7893
7894 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7895
7896 * progmodes/sh-script.el: Big bag of typos.
7897
7898 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7899 check since ispell-process is not bound when ispell is not yet loaded.
7900
7901 2000-08-18 Dave Love <fx@gnu.org>
7902
7903 * image.el (find-image): Copy `spec' before using plist-put.
7904
7905 2000-08-18 Gerd Moellmann <gerd@gnu.org>
7906
7907 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7908 `portugues'.
7909
7910 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7911 backward-kill-sexp, analogous to kill-sexp.
7912
7913 * progmodes/icon.el (icon-indent-line)
7914 (icon-is-continuation-line): Handle comments specially.
7915
7916 2000-08-17 Ken Stevens <k.stevens@ieee.org>
7917
7918 * ispell.el: Set to standard author/maintainer/keyword fields.
7919 Fine tuning to menu map appearance and operation, and added help.
7920 Remove `start' and `end' error messages when compiling.
7921 (ispell-choices-win-default-height): Fixed comment string.
7922 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7923 castellano8 dictionaries.
7924 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7925 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7926 dictionary, added italiano dictionary.
7927 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7928 word character
7929 (ispell-tex-skip-alists): Added psfig support.
7930 (ispell-skip-html): Renamed from ispell-skip-sgml.
7931 (ispell-begin-skip-region-regexp, ispell-skip-region)
7932 (ispell-minor-check): Improved html skipping support to skip across
7933 code, and recognize `&' commands without propper `;' syntax;
7934 (ispell-process-line): Fix alignment error when manually
7935 correcting spelling.
7936 (ispell): Fix comment string.
7937 (ispell-add-per-file-word-list): Always put word list on new line.
7938
7939 2000-08-17 Gerd Moellmann <gerd@gnu.org>
7940
7941 * format.el (format-encode-run-method): Fix error message to say
7942 `encode' instead of `decode'. Use save-window-excursion around
7943 shell-command-on-region as in format-decode-run-method because
7944 shell-command-on-region can display a buffer with error output.
7945 (format-decode): Don't record undo information for the decoding.
7946 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7947 that number part of the temporary buffer name so that more than
7948 one decoding using a temporary buffer can happen safely.
7949
7950 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7951 of `A-z' in the regexp.
7952
7953 * hilit-chg.el: Fix typos in commentary.
7954
7955 * help.el (view-emacs-news): Rewritten for new naming scheme
7956 for old NEWS files.
7957
7958 * startup.el (command-line): Pop to *Messages* in case an error
7959 is signaled while loading user-init-file.
7960
7961 2000-08-17 Andreas Schwab <schwab@suse.de>
7962
7963 * files.el (insert-directory): Don't lose original file name,
7964 undoing an undocumented change.
7965
7966 2000-08-17 Alex Schroeder <alex@gnu.org>
7967
7968 * sql.el (sql-magic-go): Use comint-bol.
7969 (sql-copy-column): Use comint-line-beginning-position.
7970 (comint-line-beginning-position): Define a replacement for
7971 comint-line-beginning-position if it is not fboundp.
7972
7973 2000-08-17 Alex Schroeder <alex@gnu.org>
7974
7975 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7976 it didn't have any effect anyway.
7977
7978 2000-08-17 Alex Schroeder <alex@gnu.org>
7979
7980 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7981 --pset and pager=off instead of sending \\o|cat at the beginning
7982 of the session.
7983
7984 2000-08-17 Miles Bader <miles@gnu.org>
7985
7986 * progmodes/octave-inf.el: Add compatibility definition of
7987 comint-line-beginning-position.
7988
7989 2000-08-17 Kenichi Handa <handa@etl.go.jp>
7990
7991 * startup.el (normal-top-level): Look in each dir in load-path for
7992 a leim-list.el file too. This assures of loading leim-list.el
7993 that is created at Emacs installation time even if a user have his
7994 own leim-list.el.
7995
7996 2000-08-17 Miles Bader <miles@gnu.org>
7997
7998 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7999 foreground color to black if the background is dark.
8000
8001 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8002
8003 * loadhist.el (unload-feature): Typo.
8004
8005 * finder.el (finder-compile-keywords):
8006 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8007 to the generated file.
8008
8009 * mail/mh-e.el (mh-make-local-vars):
8010 Replace make-variable-buffer-local with make-local-variable.
8011
8012 * play/landmark.el:
8013 * options.el (Edit-options-{set,toggle,t,nil}):
8014 * mail/mailabbrev.el (mail-abbrevs-mode):
8015 * textmodes/tex-mode.el (tex-expand-files):
8016 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8017
8018 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8019
8020 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8021 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8022 Allow going past the last element.
8023 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8024 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8025 (cvs-mouse-toggle-mark): Don't move point.
8026 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8027
8028 * progmodes/compile.el (grep): Provide a default set of files.
8029 (next-error): Docstring fix.
8030 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8031
8032 * emacs-lisp/easy-mmode.el (define-minor-mode):
8033 Use `symbol-value' to keep the byte-compiler quiet.
8034
8035 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8036 (diff-find-source-location): New fun, extracted from diff-goto-source.
8037 (diff-goto-source): Use it.
8038 (diff-next-complex-hunk, diff-filter-lines): New function.
8039 (diff-apply-hunk): New command.
8040
8041 * smerge-mode.el (smerge-mode-menu): Doc fix.
8042
8043 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8044
8045 2000-08-16 Dave Love <fx@gnu.org>
8046
8047 * windmove.el (windmove) <defgroup>: Add :version.
8048
8049 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8050 (goto-address-fontify-p, goto-address-highlight-p)
8051 (goto-address-url-face, goto-address-url-mouse-face)
8052 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8053 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8054 (goto-address-fontify, goto-address-at-mouse): Simplify,
8055 (goto-address-at-point): browse-url-url-at-point,
8056 goto-address-find-address-at-point can return nil.
8057 (goto-address-find-address-at-point): Return nil on failure.
8058
8059 * align.el (align) <defgroup>: Add :version.
8060
8061 * calculator.el (calculator): Add :version.
8062 (calculator): Use two lines for calculator window if `modeline'
8063 face is boxed.
8064
8065 * play/5x5.el: Doc fixes.
8066 (5x5) <defgroup>: Add :version.
8067
8068 * play/fortune.el (fortune) <defgroup>: Add :version.
8069 (fortune-append): Fix error message.
8070 (fortune-from-region): Doc fix.
8071
8072 * play/pong.el (pong): Doc fix.
8073
8074 * play/morse.el: Keywords, commentary, autoloads.
8075
8076 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8077
8078 * desktop.el (desktop-save): Don't look at symbol-value of a
8079 member of minor-mode-alist, unless it is boundp.
8080
8081 2000-08-16 Sam Steingold <sds@gnu.org>
8082
8083 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8084 `while'; use `with-current-buffer' instead of `save-excursion'.
8085 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8086
8087 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8088
8089 * international/ccl.el (declare-ccl-program): Docstring modified.
8090 (ccl-execute-with-args): Likewise.
8091
8092 2000-08-16 Miles Bader <miles@gnu.org>
8093
8094 * progmodes/sql.el: Add compatibility definition of
8095 comint-line-beginning-position.
8096
8097 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8098
8099 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8100 'buffer-menu' property.
8101 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8102 fails.
8103 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8104 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8105 wasn't killed.
8106
8107 * buff-menu.el (list-buffers-noselect): Don't display the
8108 *Buffer List* buffer.
8109
8110 * font-lock.el: Require jit-lock to prevent a very late
8111 `Loading jit-lock' message.
8112
8113 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8114 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8115 mail address.
8116
8117 2000-08-15 Miles Bader <miles@gnu.org>
8118
8119 * textmodes/ispell.el (ispell-graphic-p): New constant.
8120 (ispell-choices-win-default-height, ispell-help): Use
8121 `ispell-graphic-p' instead of `xemacsp'.
8122
8123 2000-08-15 Dave Love <fx@gnu.org>
8124
8125 * simple.el: Autoload widget-convert when compiling.
8126 (mail-user-agent): Doc fix.
8127
8128 * help.el (function-called-at-point, variable-at-point): Use
8129 with-syntax-table.
8130 (help-manyarg-func-alist): Add insert-and-inherit.
8131
8132 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8133
8134 * delsel.el (delsel-unload-hook): New function.
8135
8136 * find-file.el: Doc fixes. Move provide to end.
8137 (ff) <defgroup>: Add :link.
8138 (ff-goto-click): Deleted.
8139 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8140 Use mouse-set-point.
8141
8142 * textmodes/tildify.el: Doc fixes.
8143 (tildify) <defgroup>: Add:version.
8144
8145 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8146 (glasses-custom-set): Use set-default, not set.
8147 (minor-mode-alist): Propertize the lighter.
8148 (glasses-mode): Provide optional arg.
8149
8150 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8151 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8152 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8153 option. Provide :type.
8154 (cwarn-configuration): Provide :type.
8155 (cwarn-mode): Doc fix.
8156
8157 * add-log.el (change-log-merge): Doc fix.
8158 (change-log-redate): New command.
8159
8160 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8161 Doze and Dog.
8162 (browse-url): Use dolist, not mapcar.
8163 (browse-url-at-point): Check for null url.
8164 (browse-url-event-buffer, browse-url-event-point): Functions
8165 deleted.
8166 (browse-url-at-mouse, browse-url-netscape): Simplify.
8167
8168 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8169 modes.
8170 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8171 Fix previous change to mapcan.
8172 (msb--init-file-alist, msb--add-separators)
8173 (msb--make-keymap-menu): Simplify.
8174 (msb--choose-file-menu): Use copy-sequence.
8175 (msb-mode-map): Add title to keymap.
8176 (msb-unload-hook): New function.
8177
8178 * bs.el: Fix indentation.
8179 (bs) <defgroup>: Add :links.
8180 (bs-show): Doc fix.
8181 (bs-apply-sort-faces): Don't use window-system.
8182 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8183
8184 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8185
8186 * calendar/timeclock.el (timeclock-file): Run .timelog through
8187 convert-standard-filename.
8188
8189 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8190
8191 * emacs-lisp/authors.el: New file.
8192
8193 * paren.el (show-paren-priority): New user option.
8194 (show-paren-function): Set overlay priorities to
8195 show-paren-priority.
8196
8197 2000-08-14 Miles Bader <miles@gnu.org>
8198
8199 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8200 beginning-of-line with inhibit-field-text-motion bound.
8201
8202 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8203
8204 * calendar/timeclock.el: New file.
8205
8206 2000-08-14 David Ponce <david@dponce.com>
8207
8208 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8209 `widget-button-click'. so that one can use left mouse button to
8210 click on dialog buttons.
8211
8212 2000-08-14 Emmanuel Briot <briot@gnat.com>
8213
8214 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8215 identifiers, since XML is case sensitive
8216
8217 2000-08-12 Miles Bader <miles@gnu.org>
8218
8219 * comint.el (comint-output-filter): Don't bother frobbing
8220 window-start, it doesn't seem to be necessary.
8221
8222 * comint.el (comint-send-string, comint-send-region): Make into
8223 real functions. Snapshot the prompt before sending.
8224
8225 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8226
8227 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8228 technique similar to Info-index, instead of relying on specific
8229 names of relevant Index nodes.
8230 (Info-goto-emacs-command-node): Bind Info-history to nil when
8231 going to the first node found by Info-find-emacs-command-nodes.
8232
8233 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8234
8235 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8236
8237 2000-08-10 Miles Bader <miles@gnu.org>
8238
8239 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8240
8241 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8242
8243 * info.el (Info-file-list-for-emacs): More elements for the
8244 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8245 and woman manuals.
8246
8247 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8248
8249 * comint.el (comint-send-input): Make the newline boundary overlay
8250 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8251 (comint-output-filter): Use `insert' instead of
8252 `insert-before-markers'. Extend comint-last-output-overlay when
8253 necessary since we can't rely on insert-before-markers to do it.
8254 * gud.el (gud-filter): Use `with-current-buffer' instead of
8255 save-excursion when inserting the output, so that point gets
8256 updated correctly; the old method relied on a rather dodgy
8257 side-effect of comint-output-filter to avoid the effect of
8258 save-excursion.
8259
8260 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * files.el (recover-file): Call insert-directory instead of
8263 invoking `ls' directly.
8264
8265 2000-08-10 Miles Bader <miles@gnu.org>
8266
8267 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8268 (comint-last-prompt-overlay): New variables.
8269 (comint-output-filter): Implement prompt highlighting.
8270 (comint-snapshot-last-prompt): New function.
8271 (comint-send-input): Snapshot the last prompt.
8272 Use comint-highlight-input-face.
8273 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8274 Use defface instead of defcustom.
8275 (send-invisible, comint-send-eof): Snapshot the last prompt.
8276 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8277 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8278
8279 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8280
8281 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8282 (regexp-opt-group): Use a list of chars for `letters'.
8283 (regexp-opt-charset): `chars' is now a list of chars.
8284 Use a char-table rather than a vector so it works for multibyte chars.
8285
8286 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8287 Set cvs-minor-current-files to the selected fileinfo.
8288 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8289 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8290
8291 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8292
8293 * files.el (insert-directory): Don't call access-file on
8294 directories on DOS and Windows.
8295
8296 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8297
8298 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8299 longer if necessary.
8300 (ccl-embed-code): Call ccl-embed-data to store CODE in
8301 ccl-program-vector.
8302
8303 2000-08-09 Miles Bader <miles@gnu.org>
8304
8305 * comint.el (comint-output-filter): Properly handle the case where
8306 the text surrounded by comint-last-output-overlay was deleted.
8307
8308 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8309
8310 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8311 non-nil.
8312 (Info-file-list-for-emacs): Remove "info" from the list because
8313 that leads to trying to use the documentation from file `info'
8314 in various situations where it isn't appropriate, for instance
8315 C-h C-k C-h i.
8316
8317 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8318 DIR and/or STRING are nil.
8319
8320 * progmodes/compile.el (compilation-setup): Make variable
8321 compilation-error-screen-columns buffer-local, as some comment
8322 in the code suggests it should be.
8323
8324 * files.el (auto-mode-interpreter-regexp): New variable.
8325 (set-auto-mode): Use it.
8326
8327 * indent.el (indent-for-tab-command): Doc fix.
8328
8329 * mouse-sel.el (mouse-sel-mode): Doc fix.
8330
8331 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8332 labels.
8333
8334 * help.el (print-help-return-message): When
8335 display-buffer-reuse-frames is set, let the help window been quit,
8336 instead of deleting it, which might delete a reused frame.
8337
8338 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8339
8340 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8341 rename a directory to a name that differs only by its letter case.
8342
8343 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8344
8345 * international/quail.el (quail-define-rules): Handle Quail decode
8346 map correctly. Add code for supporting annotations.
8347 (quail-install-decode-map): New function.
8348 (quail-defrule-internal): New optional arguments decode-map and
8349 props.
8350 (quail-advice): New function.
8351
8352 2000-08-07 Sam Steingold <sds@gnu.org>
8353
8354 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8355 `defconst', `define-condition', `with-slots'.
8356 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8357
8358 2000-08-03 Miles Bader <miles@gnu.org>
8359
8360 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8361 New variable.
8362 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8363 comint-use-prompt-regexp-instead-of-fields.
8364 (comint-send-input): Add `input' field property to stuff we send to
8365 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8366 (comint-output-filter): Add `output' field property to process
8367 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8368 (comint-replace-by-expanded-history)
8369 (comint-get-old-input-default, comint-show-output)
8370 (comint-backward-matching-input, comint-forward-matching-input)
8371 (comint-next-prompt, comint-previous-prompt): Use field
8372 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8373 (comint-line-beginning-position): New function.
8374 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8375 (comint-replace-by-expanded-history-before-point): Use
8376 comint-line-beginning-position and line-end-position.
8377 (comint-last-output-overlay): New variable.
8378 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8379
8380 * shell.el (shell-prompt-pattern): Doc change.
8381 (shell-backward-command): Use line-beginning-position.
8382
8383 * gud.el (gud-gdb-complete-command): Use
8384 comint-line-beginning-position.
8385
8386 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8387 comint-bol doesn't actually go to the beginning of the line.
8388
8389 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8390 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8391 (try-expand-line-all-buffers): Likewise.
8392
8393 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8394 explicitly matching comint-prompt-regexp.
8395 (sql-copy-column): Use comint-line-beginning-position instead of
8396 explicitly matching comint-prompt-regexp.
8397
8398 * progmodes/octave-inf.el (inferior-octave-complete): Use
8399 comint-line-beginning-position.
8400
8401 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8402
8403 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8404 looking for a prompt, use `forward-line 0' instead of
8405 `beginning-of-line', to avoid getting caught by an input field.
8406
8407 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8408
8409 * files.el (shell-quote-wildcard-pattern): Make sure to return
8410 PATTERN, in the Unix case.
8411
8412 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8413
8414 * play/zone.el (zone): Discard any pending input before running
8415 the randomly-chosen pgm.
8416
8417 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8418
8419 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8420 checking the existence of any multibyte characters.
8421
8422 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8423
8424 * help.el (describe-mode): Test minor-mode symbol for being
8425 bound before testing its value for being nil.
8426
8427 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8428 `first', `second', and `third'.
8429
8430 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8431 (second): Make it an alias for `cadr'.
8432
8433 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8434
8435 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8436 types of display support faces now.
8437
8438 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8439
8440 * pcvs.el (require): Require `cl' during compilation, only.
8441
8442 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8443 (toplevel): Remove `remq' and `remove' from autoloads.
8444 (cl-fake-autoloads): New variable. If set, arrange for an error
8445 when CL functions etc. are autoloaded.
8446
8447 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8448
8449 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8450
8451 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8452 popped up, but the user clicks outside the menu, return an empty
8453 regexp (that causes unhighlight-regexp to have no effect).
8454
8455 * menu-bar.el (menu-bar-games-menu): Add Zone.
8456
8457 * hi-lock.el (toplevel): Require font-lock.
8458
8459 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8460
8461 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8462 (ebnf-8-bit-chars): New var for bug fix.
8463 (ebnf-string): Bug fix.
8464
8465 2000-08-03 Sam Steingold <sds@gnu.org>
8466
8467 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8468 instead of `buffer-string'.
8469 (require 'cl): Always, not just when compiling.
8470 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8471 necessary.
8472
8473 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8474
8475 * international/mule-cmds.el (select-safe-coding-system): Make
8476 the message text about selecting a safe coding system more clear.
8477
8478 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8479
8480 * hi-lock.el: New file.
8481
8482 * play/zone.el: New file.
8483
8484 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8485 value of tab-width in the original buffer. Choose a line number
8486 format that's a multiple of the original buffer's tab width, so
8487 that lines appear right.
8488
8489 * textmodes/ispell.el (ispell): New function, replacing an alias.
8490 Spell-check active region if in transient-mark-mode and mark
8491 is active; otherwise spell-check buffer.
8492
8493 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8494
8495 * ps-mule.el: Fix a customization problem on
8496 ps-mule-font-info-database-default.
8497
8498 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8499
8500 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8501 display-mouse-p instead of window-system.
8502 (ebrowse-member-mode-map): Ditto.
8503
8504 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8505
8506 * progmodes/ebnf2ps.el: Update ps-print functions call.
8507 Indentation fix. Doc fix.
8508 (ebnf-version): New version number (3.2).
8509 (ebnf-format-color, ebnf-begin-job): Code fix.
8510
8511 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8514 font lock support on window-system.
8515 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8516
8517 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8518 display-color-p, if fboundp, instead of window-system.
8519
8520 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8521
8522 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8523 instead of window-system.
8524
8525 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8526 window-system.
8527 (widget-choice-mouse-down-action): Use display-popup-menus-p
8528 instead of window-system.
8529
8530 * strokes.el (strokes-file): Run the file name through
8531 convert-standard-filename.
8532 (strokes-mode): Call display-mouse-p instead of looking at
8533 window-system. Change the error message accordingly.
8534
8535 * progmodes/cpp.el (toplevel): Support faces on tty's.
8536
8537 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8538 (lm-plot-square, lm-init-display): Don't use window-system.
8539
8540 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8541 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8542
8543 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8544 instead of looking at window-system.
8545
8546 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8547
8548 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8549 of testing if iswitchb-prepost-hooks is bound, because the
8550 latter will always be true when invoking a recursive minibuffer
8551 from an active Iswitchb buffer.
8552
8553 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8554
8555 * files.el (shell-quote-wildcard-pattern): New function.
8556 (insert-directory): Call it. Only prepend "\" to command on Unix
8557 and GNU/Linux systems.
8558
8559 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8560
8561 * eshell/esh-groups.el: Change custom :link file names
8562 from `eshell.info' to `eshell'.
8563
8564 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8565
8566 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8567 correctly in recursive ange-ftp listings.
8568
8569 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8570
8571 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8572 ps-header-font-size-internal and
8573 ps-header-title-font-size-internal variables are not set,
8574 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8575 face text property is (foreground-color . COLOR) or
8576 `(background-color . COLOR)', ps-print crashes. Doc fix.
8577 (ps-print-version): New version number (5.2.4).
8578 (ps-plot-region): Code fix.
8579 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8580 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8581 Bug fix 2.
8582
8583 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8584
8585 * glasses.el (glasses-make-readable): Fix uncapitalization of
8586 identifiers like `myXMLDocument'.
8587
8588 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8589
8590 * mail/mail-hist.el (mail-hist-previous-input)
8591 (mail-hist-next-input): Do the obvious code factorization.
8592 (mail-hist-retrieve-and-insert): New func, contains common
8593 code of above two.
8594 If inserting a message body, leave point at top.
8595
8596 2000-07-28 Sam Steingold <sds@gnu.org>
8597
8598 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8599 Use `<=', not `<' to compare times!
8600 (ange-ftp-ls): Remove.
8601
8602 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8603
8604 * play/cookie1.el: Add explanation of how to make cookie.el
8605 compatible with strfile(1) to comment.
8606
8607 * subr.el (remove, remq): New functions.
8608
8609 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8610 escape `*' in regexps.
8611 (midnight-find): Reverse order of arguments in the funcall of
8612 TEST.
8613
8614 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8615 and `.class'.
8616
8617 * play/meese.el: Add Commentary section.
8618
8619 2000-07-27 Alex Schroeder <alex@gnu.org>
8620
8621 * sql.el (sql-ms): Added autoload cookie.
8622 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8623 (sql-oracle): Ditto.
8624 (sql-help): Doc change.
8625
8626 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8627 types and exceptions.
8628
8629 2000-07-27 Alex Schroeder <alex@gnu.org>
8630
8631 * sql.el (sql-placeholder-history): New variable.
8632 (sql-query-placeholders-and-send): New function that will query
8633 the user and replace placeholders with user input.
8634 (sql-oracle): If running on NT, set comint-input-sender to
8635 sql-query-placeholders-and-send.
8636
8637 (sql-stop): If in the SQLi buffer, insert stop notification, else
8638 present it as a message.
8639
8640 2000-07-27 Alex Schroeder <alex@gnu.org>
8641
8642 * sql.el (sql-input-ring-separator): Doc change.
8643 (sql-input-ring-file-name): Doc change.
8644 (sql-interactive-mode): Use `sql-input-ring-separator' and
8645 `sql-input-ring-file-name' to set the comint-mode equivalents
8646 without making them local variables.
8647 (sql-stop): Don't bind `sql-input-ring-separator' and
8648 `sql-input-ring-file-name' dynamically to their comint-mode
8649 equivalents.
8650
8651 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8652
8653 * international/mule.el (register-char-codings): New function.
8654 (make-coding-system): Handle `safe-chars' specification in the arg
8655 PROPERTY.
8656
8657 * international/mule-cmds.el
8658 (find-coding-systems-region-subset-p): This function deleted.
8659 (sort-coding-systems-predicate): New variable.
8660 (sort-coding-systems): New function.
8661 (find-coding-systems-region): Use
8662 find-coding-systems-region-internal.
8663 (find-coding-systems-string): Use find-coding-systems-region.
8664 (find-coding-systems-for-charsets): Check
8665 char-coding-system-table.
8666 (select-safe-coding-system-accept-default-p): New variable.
8667 (select-safe-coding-system): Mostly rewritten. New argument
8668 ACCEPT-DEFAULT-P.
8669 (select-message-coding-system): Call select-safe-coding-system
8670 with ACCEPT-DEFAULT-P arg.
8671 (reset-language-environment): Reset default-sendmail-coding-system
8672 to the default value iso-latin-1.
8673 (set-language-environment): Don't set the obsolete variable
8674 charset-origin-alist.
8675
8676 * international/codepage.el (cp-coding-system-for-codepage-1):
8677 Give `safe-chars' property to make-coding-system.
8678
8679 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8680 calling select-message-coding-system twice.
8681
8682 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8683 instead of `safe-charsets'.
8684 (cyrillic-alternativnyj): Likewise.
8685 (ccl-encode-alternativnyj): Don't check the charset
8686 cyrillic-iso8859-5.
8687
8688 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8689
8690 * composite.el (compose-chars-after): Preserve match data.
8691
8692 2000-07-26 Sam Steingold <sds@gnu.org>
8693
8694 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8695 (ange-ftp-real-file-newer-than-file-p): New function.
8696 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8697 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8698
8699 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8700 * midnight.el (midnight-float-time): Ditto.
8701
8702 2000-07-26 Andreas Schwab <schwab@suse.de>
8703
8704 * files.el (normal-backup-enable-predicate): Correct
8705 interpretation of the return value of compare-strings.
8706
8707 2000-07-26 Gerd Moellmann <gerd@gnu.org>
8708
8709 * isearch.el (isearch-resume): New function.
8710 (isearch-done): Add something to command-history to resume
8711 the search.
8712 (isearch-yank-line, isearch-yank-word): Use
8713 buffer-substring-no-properties instead of buffer-substring.
8714
8715 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8716 of flyspell-mouse-map.
8717
8718 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8719 duplicate definition.
8720 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8721
8722 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8723 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8724
8725 2000-07-25 Sam Steingold <sds@gnu.org>
8726
8727 * net/ange-ftp.el: Get modtime over the net.
8728 (ange-ftp-file-modtime): New function.
8729 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8730 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8731 Use it.
8732 (ange-ftp-dot-to-slash): New function.
8733 (ange-ftp-fix-name-for-vms): Use it.
8734
8735 * midnight.el (midnight-buffer-display-time): Use
8736 `with-current-buffer'.
8737
8738 2000-07-25 Gerd Moellmann <gerd@gnu.org>
8739
8740 * find-dired.el: Update copyright notice.
8741 (find-dired): Offer to kill a running `find'.
8742
8743 * enriched.el (enriched-face-ans): For a `foreground-color'
8744 property, return '(("x-color" COLOR))' so that COLOR will be
8745 output as a parameter of the x-color annotation. Likewise for the
8746 `background-color' property. In the case of normal face
8747 properties, don't return annotations for unspecified foreground
8748 and background face attributes.
8749
8750 2000-07-25 Kenichi Handa <handa@etl.go.jp>
8751
8752 * language/japan-util.el (japanese-katakana-region): Fix handling
8753 HANKAKU argument.
8754
8755 2000-07-25 Miles Bader <miles@gnu.org>
8756
8757 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8758 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8759 constrain-to-field.
8760
8761 2000-07-24 Andrew Innes <andrewi@gnu.org>
8762
8763 * timer.el (timer-activate-when-idle): Add optional parameter
8764 DONT-WAIT. Update docstring.
8765 (run-with-idle-timer): Specify extra parameter to
8766 timer-activate-when-idle, so that timer will be activated
8767 immediately if Emacs is already idle.
8768
8769 * w32-fns.el (w32-using-nt): Fix docstring.
8770
8771 2000-07-24 Dave Love <fx@gnu.org>
8772
8773 * mouse.el (popup-menu): Set last-command-event.
8774 (mouse-major-mode-menu-prefix): Declare.
8775
8776 2000-07-24 Gerd Moellmann <gerd@gnu.org>
8777
8778 * textmodes/flyspell.el: Update to author's version 1.5d.
8779
8780 * progmodes/hideshow.el: Update copyright notice.
8781
8782 * vcursor.el: Set maintainer to FSF, since author cannot
8783 be reached.
8784
8785 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8788 the prompt.
8789
8790 * mouse.el (popup-menu): Run the keymap through indirect-function,
8791 in case it was defined with define-prefix-key. If the menu is a
8792 list of keymaps, look up the binding of user's choice in each one
8793 of the keymaps.
8794 (mouse-popup-menubar): If the global and local menu-bar keymaps
8795 don't have a prompt string, create one and insert it into the
8796 keymap. Don't barf if current-local-map returns nil.
8797
8798 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8799
8800 * dired.el (dired-sort-R-check): Added to allow recursive listing
8801 to be undone.
8802 (dired-sort-other): Use it.
8803
8804 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8805
8806 * Release of cc-mode 5.27
8807
8808 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8809
8810 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8811 c-beginning-of-statement-1 that caused a bad case of recursion
8812 which could consume a lot of CPU in large classes in languages
8813 that have in-expression classes (i.e. Java and Pike).
8814
8815 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8816 statements before top level constructs (i.e. case 6 is moved
8817 before case 5 and is now case 4) to catch in-expression
8818 classes in top level expressions correctly.
8819
8820 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8821
8822 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8823 objc-method-intro. Case 4 removed and case 5I added.
8824
8825 * cc-langs.el (c-append-paragraph-start): New variable used by
8826 c-common-init to get paragraph-start correct.
8827 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8828 initialize paragraph-start to make it correct both with and
8829 without the javadoc special case.
8830
8831 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8832 initialize paragraph-start for javadoc markup.
8833
8834 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8835 change by defaulting this to t. It's motivated by the
8836 confusing behavior that otherwise arise from the style system
8837 when editing both java and non-java files at the same time
8838 (see the comments about style setting in c-common-init).
8839
8840 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8841
8842 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8843 similar to the one in c-fill-paragraph to check the fill
8844 prefix from the adaptive fill function for sanity.
8845
8846 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8847
8848 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8849 defun block.
8850
8851 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8852
8853 * cc-mode.texi Documented the change of cpp-macro.
8854
8855 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8856
8857 * cc-align.el (c-lineup-multi-inher): Handle lines with
8858 leading comma nicely. Extended to handle member initializers
8859 too.
8860
8861 * cc-engine.el: (c-beginning-of-inheritance-list,
8862 c-guess-basic-syntax): Fixed recognition of inheritance lists
8863 when the lines begins with a comma.
8864
8865 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8866
8867 * cc-vars.el (c-offsets-alist): Changed default for
8868 member-init-cont to c-lineup-multi-inher since it now handles
8869 member initializers and indents better for leading commas.
8870
8871 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8872
8873 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8874 handling that caused class open lines to be recognized as
8875 statement-conts in some cases.
8876
8877 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8878 guessed by the adaptive fill function unless point is on the
8879 first line of a block comment.
8880
8881 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8882 when the buffer ends with a macro continuation char.
8883
8884 * cc-engine.el (c-guess-basic-syntax): Added support for
8885 function definitions as statements in Pike. The first
8886 statement in a lambda block is now labeled defun-block-intro
8887 instead of statement-block-intro.
8888
8889 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8890 so that the class surrounding point is selected, not the one
8891 innermost in the state.
8892
8893 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8894 recognition of switch labels having hanging multiline
8895 statements.
8896
8897 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8898 some code in c-guess-basic-syntax to a separate function.
8899 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8900 recognition of member inits with multiple line arglists.
8901 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8902 member-init-cont when the commas are in funny places.
8903
8904 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8905
8906 * cc-defs.el (c-auto-newline): Removed this macro since it's
8907 not used anymore.
8908
8909 * cc-engine.el (c-looking-at-bos): New helper function.
8910 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8911 inexpr and toplevel classes apart in Pike.
8912
8913 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8914 of case 9A.
8915
8916 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8917 constant, since "class" can introduce an in-expression class
8918 in Pike nowadays.
8919
8920 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8921
8922 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8923 indentation on cpp-macro lines.
8924
8925 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8926 a syntax modifier like comment-intro, to make it possible to
8927 get syntactic indentation for preprocessor directives. It's
8928 incompatible wrt to lineup functions on cpp-macro, but it has
8929 no observable effect in the 99.9% common case where cpp-macro
8930 is set to -1000.
8931
8932 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8933
8934 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8935 member-init-cont when the preceding arglist is several lines.
8936
8937 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8938
8939 * cc-styles.el (c-style-alist): The basic offset for the BSD
8940 style corrected to 8.
8941
8942 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8943
8944 * cc-styles.el (c-style-alist): Adjusted the indentation of
8945 brace list openers in the gnu style.
8946
8947 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8948
8949 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8950
8951 * cc-cmds.el (c-electric-brace, c-electric-slash,
8952 c-electric-star, c-electric-semi&comma, c-electric-colon,
8953 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8954 when c-syntactic-indentation is nil.
8955
8956 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8957 we were left at comments preceding the first statement when
8958 reaching the beginning of the buffer.
8959
8960 * cc-vars.el (c-syntactic-indentation): New variable to turn
8961 off all syntactic indentation.
8962
8963 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8964
8965 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8966 between the text and the block comment ender when it hangs,
8967 depending on how many there are before the fill.
8968
8969 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8970
8971 * cc-engine.el (c-beginning-of-closest-statement): New helper
8972 function to go back to the closest preceding statement start,
8973 which could be inside a conditional statement.
8974 * cc-engine.el (c-guess-basic-syntax): Use
8975 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8976
8977 * cc-engine.el (c-guess-basic-syntax): Better handling of
8978 arglist-intro, arglist-cont-nonempty and arglist-close when
8979 the arglist is nested inside parens. Cases 7A, 7C and 7F
8980 changed.
8981
8982 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8983 up-to-date with javadoc 1.2.
8984
8985 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8986
8987 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8988 multiline Pike type decls.
8989
8990 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8991
8992 * cc-cmds.el (c-indent-new-comment-line): Always break
8993 multiline comments in multiline mode, regardless of
8994 comment-multi-line.
8995
8996 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8997
8998 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8999 fully::qualified::names in C++ member init lists. Preamble in
9000 case 5D changed.
9001
9002 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9003
9004 * cc-langs.el (c-common-init): Handling of obsolete variables
9005 moved to c-initialize-cc-mode. More compatible style override
9006 when using global style variables.
9007 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9008 variables moved here.
9009
9010 * cc-mode.texi: Documented the special behavior of
9011 c-special-indent-hook as a style variable. Don't talk about
9012 doing (c-make-styles-buffer-local t) in a mode hook, since
9013 that's already too late to work right.
9014
9015 * cc-styles.el (c-make-styles-buffer-local): Flag style
9016 variable localness in c-style-variables-are-local-p to make
9017 the compatibility measure in c-common-init work well.
9018
9019 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9020 longer contain set-from-style.
9021 * cc-styles.el (c-initialize-builtin-style): Don't check for
9022 set-from-style on c-special-indent-hook.
9023 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9024 copy-alist is sufficient now.
9025
9026 * cc-styles.el (c-set-style, c-set-style-1,
9027 c-get-style-variables): Fixes to variable initialization so
9028 that duplicate entries in styles have the same effect
9029 regardless of DONT-OVERRIDE.
9030
9031 * cc-styles.el (c-set-style-2): Fixed bug where the
9032 initialization of inheriting styles failed when the
9033 dont-override flag is set.
9034
9035 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9036 on this.
9037
9038 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9039
9040 * cc-defs.el (c-forward-comment): Removed the workaround
9041 introduced in 5.38 since it had worse side-effects. If a line
9042 contains the string "//\"", it regarded the // as a comment
9043 start since the \ temporarily doesn't have escape syntax.
9044
9045 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9046
9047 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9048 ada-xref.el before ada-prj.el, so that the Project menu is created
9049 when ada-prj tries to add to it.
9050 (ada-activate-keys-for-case): Suppress the characters that are not
9051 part of the Ada syntax. Better compatibility with else-mode
9052 (ada-adjust-case-interactive): When auto-casing is not active,
9053 correctly insert newlines (used to insert only ^M). Prevent the
9054 syntax table from being changed in case of an error
9055 (or '_' becomes part of a word and some commands are confused).
9056 Do nothing if ada-auto-case is nil.
9057 (ada-after-keyword-p): Ignore keywords that are also attributes
9058 (ada-batch-reformat): Update usage comment
9059 (ada-call-from-contextual-menu): New function
9060 (ada-case-read-exceptions): Reinitialize the casing exception list
9061 first to nil first, so that the casing exception file can be
9062 shared.
9063 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9064 files.
9065 (ada-compile-goto-error): Fix regexp used to detect a file:line
9066 anywhere in the error message
9067 (ada-contextual-menu-last-point): New variable
9068 (ada-create-keymap): If the variable delete-key-deletes-forward is
9069 t on XEmacs, it means that DEL should delete one character
9070 forward.
9071 (ada-create-menu): Use :included instead of :visible for XEmacs.
9072 New submenu "Options".
9073 (ada-end-stmt-re): Correctly indent "select ... then abort"
9074 statements.
9075 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9076 even if they don't match ada-fill-comment-prefix Fix handling of
9077 paragraphs on the first or last line of a file.
9078 (ada-format-paramlist): Fix handling of default parameter values.
9079 (ada-get-body-name): New function.
9080 (ada-get-current-indent): Optimized by searchling directly for an
9081 existing generic part or a statement outside of it. Handle
9082 ada-indent-align-comments when indenting comments Replaced some
9083 regexps by testing directly the next character. This results in a
9084 huge speedup on some files. New indentation scheme for renames
9085 statements. Stop looking for the 'while' or 'for' associated with
9086 a 'loop' at the first semicolon encountered. A "return" can also
9087 match an anonymous access subprogram declaration.
9088 (ada-get-indent-noindent): Ignore strings and comments when
9089 looking for the keywords "record" and "private".
9090 (ada-goto-matching-decl-start): When matching "if", make sure we
9091 are not in fact seeing "end if". Ignore "when" statements except
9092 when initial keyword was "begin". Fix handling of nested
9093 procedures. Add a recursive call to this function to skip over
9094 other 'end' statmts. Fix indentation for "when .. => begin"
9095 (ada-in-open-paren-p): Fix indentation for complex boolean
9096 expressions, where 'and then', 'or else' and parenthesis
9097 statements are mixed up.
9098 (ada-in-paramlist-p): Skip comments while searching for the
9099 beginning Fix handling of operator declarations.
9100 (ada-indent-align-comments): New variable
9101 (ada-indent-current): Change the syntax table only in the
9102 protected section, so that we are sure it is restored correctly.
9103 (ada-indent-on-previous-lines): Use ada-use-indent and
9104 ada-with-indent Correctly indent "select ... then"
9105 (ada-indent-region): Slight speedup.
9106 (ada-indent-renames): New variable.
9107 (ada-last-which-function-subprog, ada-last-which-function-line):
9108 New variables
9109 (ada-looking-at-semi-private): Correctly indent the 'private'
9110 keyword when it is the first word in a package declaration.
9111 (ada-loose-case-word): Stop searching if at the end of the buffer.
9112 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9113 even if point is not initially at the end of the word.
9114 (ada-matching-decl-start-re): Add "when".
9115 (ada-mode): Add support for abbrev-mode, outline-mode and
9116 which-func-mode Override the old find-file.el entry in
9117 ff-special-constructs since it is using the obsolete
9118 ada-spec-suffix variable
9119 (ada-no-auto-case): New function
9120 (ada-scan-paramlist): When parsing the argument type, accept
9121 spaces (as in "X 'Class", generated by Rational Rose).
9122 (ada-other-file-name): No longer loads the other file.
9123 (ada-popup-menu): Save and restore the current buffer and cursor
9124 position before and after displaying the menu.
9125 (ada-search-ignore-complex-boolean): New function.
9126 (ada-uncomment-region): Emacs21 already knows how to delete
9127 comments not starting in the first column.
9128 (ada-use-indent): New variable
9129 (ada-which-function): New function.
9130 (ada-with-indent): New variable
9131 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9132 can be batch-compiled from the command line.
9133
9134 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9135 Add to the menu when the file is loaded, not in ada-mode-hook.
9136 Add -toolbar to the default ddd command Switches moved from
9137 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9138 ada-prj-default-comp-opt
9139 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9140 Reference Manual to the menu
9141 (ada-check-current): rewritten as a call to ada-compile-current
9142 (ada-compile): Removed.
9143 (ada-compile-application, ada-compile-current, ada-check-current):
9144 Set the compilation-search-path so that compile.el automatically
9145 finds the sources in src_dir. Automatic scrollong of the
9146 compilation buffer. C-uC-cC-c asks for confirmation before
9147 compiling
9148 (ada-compile-current): New parameter, prj-field
9149 (ada-complete-identifier): Load the .ali file before doing
9150 processing
9151 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9152 conform to gnatmake's behavior.
9153 (ada-find-file-in-dir): New function
9154 (ada-find-references): Set the environment variables for gnatfind
9155 (ada-find-src-file-in-dir): New function.
9156 (ada-first-non-nil): Removed
9157 (ada-gdb-application): Add support for jdb, the java debugger.
9158 (ada-get-ada-file-name): Load the original-file first if not done
9159 yet.
9160 (ada-get-all-references): Handles the new ali syntax (parent types
9161 are found between <>).
9162 (ada-initialize-runtime-library): New function
9163 (ada-mode-hook): Always load a project file when a file is opened,
9164 so that the casing exceptions are correctly read.
9165 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9166 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9167 to open the project file, since the latter does not work with
9168 speedbar Get default values before loading the prj file, or the
9169 default executable file name is wrong. Use the absolute value of
9170 src_dir to initialize ada-search-directories and
9171 compilation-search-path,... Add the standard runtime library to
9172 the search path for find-file.
9173 (ada-prj-default-debugger): Was missing an opening '{'
9174 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9175 variables.
9176 (ada-prj-default-gnatmake-opt): New variable
9177 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9178 buffers, the project file is the default one Save the windows
9179 configuration before displaying the menu.
9180 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9181 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9182 ...) regexp-quote identifiers names to support operators +,
9183 -,... in regexps.
9184 (ada-remote): New function.
9185 (ada-run-application): Erase the output buffer before starting the
9186 run Support remote execution of the application. Use
9187 call-process, or the arguments are incorrectly parsed
9188 (ada-set-default-project-file): Reread the content of the active
9189 project file, not the one from the current buffer When a project
9190 file is set as the default project, all directories are
9191 automatically associated with it.
9192 (ada-set-environment): New function
9193 (ada-treat-cmd-string): New special variable ${current}
9194 (ada-treat-cmd-string): Revised. The substitution is now done for
9195 any ${...} substring
9196 (ada-xref-current): If no body was found, compiles the spec
9197 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9198 compiler to get rid of command line length limitations.
9199 (ada-xref-get-project-field): New function
9200 (ada-xref-project-files): New variable
9201 (ada-xref-runtime-library-specs-path)
9202 (ada-xref-runtime-library-ali-path): New variables
9203 (ada-xref-set-default-prj-values): Default run command now does a
9204 cd to the build directory. New field: main_unit Provide a default
9205 file name even if the current buffer has no prj file.
9206
9207 * ada-prj.el:
9208 Rewritten to show a tabbed-dialog.
9209 (ada-prj-add-ada-menu): Remove the map and name parameters.
9210 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9211 New function
9212 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9213 (ada-prj-load-from-file): New function
9214 (ada-prj-save): Always save fields that depend on the current buffer
9215 (ada-prj-show-value): New function
9216
9217 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9218 Ada mode. This will allow us to display the Ada menu in any buffer
9219 we want (for project items).
9220 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9221 number of spaces in the header.
9222
9223 2000-07-24 Dave Love <fx@gnu.org>
9224
9225 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9226
9227 2000-07-23 Noah Friedman <friedman@splode.com>
9228
9229 * type-break.el (type-break): perform autosave.
9230 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9231 (type-break-do-query): Cancel query schedule while performing
9232 actual query, to avoid possibility of a second query being made
9233 while first one is already in progress.
9234 (type-break-time-stamp-format): New variable.
9235 (type-break-time-stamp): New function.
9236 (type-break-time-warning): Use it.
9237 (type-break-keystroke-warning): Use it.
9238 (type-break-noninteractive-query): Use it.
9239
9240 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9241 cookie.
9242 Use add-minor-mode to set minor-mode-alist, if available.
9243 (eldoc-echo-area-use-multiline-p): New user option.
9244 (eldoc-echo-area-multiline-supported-p): New variable.
9245 (eldoc-docstring-format-sym-doc): Use them.
9246 (eldoc-mode): If not using idle timers, append to local post and
9247 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9248 (eldoc-display-message-no-interference-p): Don't interfere with
9249 edebug.
9250 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9251 (eldoc-function-arglist): New function.
9252 (eldoc-function-argstring): Use it.
9253
9254 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9255 auto save directory exists before calling directory-files.
9256
9257 2000-07-23 Dave Love <fx@gnu.org>
9258
9259 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9260 ^o, ^u.
9261
9262 2000-07-21 Dave Love <fx@gnu.org>
9263
9264 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9265 now passed to the function. It now works properly.
9266
9267 * smerge-mode.el (smerge-mode-menu): Fill it out.
9268
9269 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9270
9271 * info-look.el (info-lookup): If *info* is shown in another frame
9272 on the same display, select that frame, instead of switching to
9273 the Info buffer in another window of the selected frame.
9274
9275 * simple.el (universal-argument-map): Bind numeric keypad keys
9276 kp-0 to kp-9 and kp-subtract.
9277 (digit-argument): Handle these keys.
9278
9279 2000-07-20 Dave Love <fx@gnu.org>
9280
9281 * net/goto-addr.el (goto-address-fontify): Don't bother with
9282 buffer-modified and read-only stuff -- irrelevant with overlays.
9283 Put an extra property on the overlays and use it to clean up in
9284 case goto-address is re-run.
9285
9286 2000-07-19 Richard M. Stallman <rms@gnu.org>
9287
9288 * timer.el (run-with-idle-timer): Doc fix.
9289
9290 * mail/mail-utils.el (mail-strip-quoted-names):
9291 Handle case where <...> appears inside "...".
9292 Use replace-match to edit the string more simply.
9293 (rmail-dont-reply-to): Cope with an unmatched ".
9294
9295 2000-07-19 Dave Love <fx@gnu.org>
9296
9297 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9298 implementation.
9299
9300 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9301 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9302 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9303
9304 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9305
9306 * textmodes/refer.el: Correct maintainer's email address.
9307
9308 * progmodes/hideif.el: Correct author's email address.
9309 Fix typo in comment.
9310
9311 * xml.el: New file.
9312
9313 * mail/mailheader.el: Correct author's mail address.
9314
9315 * gnus/parse-time.el: Correct author's mail address.
9316
9317 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9318
9319 * comint.el (comint-highlight-input, comint-highlight-face):
9320 New user options.
9321 (comint-input-ring-file-name): Change custom type.
9322 (comint-mode-map): Bind mouse-2.
9323 (comint-insert-clicked-input): New function.
9324 (comint-send-input): Handle input highlighting.
9325
9326 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9327
9328 * mouse.el (popup-menu): New function.
9329 (mouse-major-mode-menu): Use it.
9330
9331 2000-07-18 Dave Love <fx@gnu.org>
9332
9333 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9334 improvements.
9335
9336 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9337
9338 * faces.el (face-font-selection-order)
9339 (face-font-family-alternatives): Add custom type.
9340
9341 2000-07-18 Dave Love <fx@gnu.org>
9342
9343 * cus-edit.el (custom-variable-reset-saved)
9344 (custom-variable-reset-standard): Remove unused bindings.
9345
9346 * rect.el (open-rectangle-line): Remove unused let.
9347
9348 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9349
9350 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9351
9352 * cdl.el: Fix `Maintainer' keyword.
9353
9354 * play/pong.el: Add author's email address.
9355
9356 2000-07-17 Sam Steingold <sds@gnu.org>
9357
9358 * files.el (insert-directory): Call `split-string' instead of
9359 re-implementing it.
9360
9361 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9362
9363 * mail/vms-pmail.el: Change maintainer to FSF.
9364
9365 * net/goto-addr.el: Change maintainer to FSF.
9366
9367 * info.el (Info-title-face-alist): Removed.
9368
9369 2000-07-18 David Ponce <david@dponce.com>
9370
9371 * recentf.el (recentf-open-files): New command that works like
9372 `recentf-open-more-files', but shows the whole list of files (not just
9373 those omitted from the menu). Useful if you don't use a menu-bar!
9374 (recentf-open-more-files) Modified to use `recentf-open-files'.
9375
9376 (recentf-open-files, recentf-open-more-files)
9377 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9378
9379 (recentf-dialog-mode): New mode for dialogs. You can now just type
9380 "q" to cancel the dialogs.
9381
9382 2000-07-18 David Ponce <david@dponce.com>
9383
9384 * recentf.el: This is a major update of recentf.el. It adds new
9385 features to better organize the recentf menu and "More..." buffer.
9386
9387 Using new provided menu filtering functions you can now organize the
9388 recent files list:
9389
9390 - by major modes
9391 - by directories
9392 - by user defined rules
9393
9394 Finally, with the new `recentf-filter-changer' customizable filter you
9395 can define a ring of filters and dynamically (via the menu) cycle on
9396 each menu organization in the ring (a la msb).
9397
9398 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9399
9400 * eshell/eshell.el (eshell): Replace links to eshell.info with
9401 links to eshell, to avoid problems on systems where the manual is
9402 installed as `eshell'.
9403 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9404 * eshell/em-smart.el (eshell-smart): Ditto.
9405 * eshell/em-banner.el (eshell-banner): Ditto.
9406 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9407
9408 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9409 same-file check in the MS-DOS version (it does support inodes).
9410
9411 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9412
9413 * eshell/eshell.el (eshell-directory-name):
9414 Run default directory name through convert-standard-filename.
9415
9416 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9417
9418 * international/mule-cmds.el (select-safe-coding-system):
9419 Fix typo in the comment.
9420
9421 * language/european.el (compound-text):
9422 Force katakana-jisx0201 to be designated to G1.
9423
9424 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9425 Don't translate some national variant characters of latin-jisx0201.
9426 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9427
9428 * international/kkc.el (kkc-after-update-conversion-functions):
9429 New variable.
9430 (kkc-update-conversion): Run functions in it at the tail.
9431
9432 2000-07-16 John Wiegley <johnw@gnu.org>
9433
9434 * lisp/align.el (align-newline-and-indent):
9435 Adding new function. for auto-aligning blocks of code on RET.
9436 (align-region): Fixed badly formatted minibuffer message.
9437
9438 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9439
9440 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9441 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9442 the conversion list at first if appropriate.
9443 (kkc-next): Don't update kkc-next-count here.
9444 (kkc-prev): Don't update kkc-prev-count here.
9445 (kkc-show-conversion-list-update): Fix setting up of conversion
9446 list message.
9447
9448 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9449
9450 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9451
9452 2000-07-16 Dave Love <fx@gnu.org>
9453
9454 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9455 function to be more specific.
9456
9457 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9458 non-string help-echo.
9459 (widget-types-convert-widget): Defsubst it.
9460 (widget-echo-help): Try to cope with a help-echo function of two
9461 possible sorts.
9462
9463 2000-07-15 Jason Rumney <jasonr@gnu.org>
9464
9465 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9466 Declare as obsolete.
9467
9468 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9469
9470 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9471
9472 * hilit-chg.el: Fix typo.
9473
9474 2000-07-14 Dave Love <fx@gnu.org>
9475
9476 * info.el (Info-mode-menu): Fix use of :help, :enable.
9477
9478 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9479
9480 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9481
9482 2000-07-13 Dave Love <fx@gnu.org>
9483
9484 * emacs-lisp/easymenu.el: Doc fixes.
9485 (easy-menu-remove): Defalias to ignore.
9486
9487 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9488 Call throw correctly.
9489
9490 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9491
9492 * faces.el (frame-background-mode): Doc fix.
9493
9494 * simple.el (eval-expression-print-length): Change custom type to
9495 allow entering nil as value.
9496
9497 2000-07-13 Dave Love <fx@gnu.org>
9498
9499 * progmodes/fortran.el (fortran-imenu-generic-expression):
9500 Change definition layout.
9501 (fortran-mode-menu): Reinstate customize entries.
9502
9503 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9504 Use :filter, per old XEmacs code.
9505
9506 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9507
9508 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9509 event when deciding what to send to the terminal.
9510
9511 2000-07-12 Dave Love <fx@gnu.org>
9512
9513 * cus-start.el: Add optional version as 4th element of specs and
9514 use it for several things new in v21. Remove load-path. Fix type
9515 of line-number-display-limit.
9516
9517 2000-07-11 Dave Love <fx@gnu.org>
9518
9519 * progmodes/fortran.el: Don't require easymenu.
9520 Use repeat counts in various regexps.
9521 (fortran-mode-syntax-table): Defvar directly.
9522 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9523 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9524 Use defvar, not defconst.
9525 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9526 (fortran-mode): Set fortran-comment-line-start-skip,
9527 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9528 (fortran-comment-indent): Use defsubst.
9529 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9530 Use fortran-comment-indent, not fortran-comment-indent-function.
9531 (fortran-comment-region, fortran-electric-line-number): Simplify.
9532 (fortran-auto-fill): New function.
9533 (fortran-do-auto-fill): Deleted.
9534 (fortran-find-comment-start-skip):
9535 Check for non-null comment-start-skip.
9536 (fortran-auto-fill-mode, fortran-fill-statement):
9537 Use fortran-auto-fill.
9538 (fortran-fill): Use fortran-auto-fill. Check for null
9539 comment-start-skip. Simplify final clause and use end-of-line finally.
9540
9541 * widget.el (widget-plist-member): New alias.
9542
9543 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9544
9545 * eshell/esh-module.el (toplevel): Reference
9546 byte-compile-current-file only if it is bound.
9547
9548 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9549
9550 * dired.el: Don't require `dired-aux'.
9551
9552 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9553
9554 * dired-aux.el (dired-show-file-type): New function.
9555 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9556 (dired-show-file-type): Add autoload.
9557
9558 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9559
9560 * international/mule-diag.el (describe-font): Adjusted for the
9561 change of fontset-info.
9562 (print-fontset): Likewise.
9563
9564 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9565
9566 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9567
9568 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9569
9570 * bindings.el: Bind `[delete]' to delete-char.
9571
9572 * dired.el (dired-find-alternate-file): New function.
9573 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9574 (toplevel): Require dired-aux when compiling.
9575 (dired-buffers): Move defvar within file to avoid compiler warning.
9576
9577 * info.el (Info-last-search): Variable removed.
9578 (Info-search-history): New variable.
9579 (Info-search): New Info-search-history.
9580
9581 * battery.el, info-look.el: Change author's mail address.
9582
9583 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9584
9585 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9586 if rmail-ignored-headers is nil.
9587 (rmail-retry-failure): Bind rmail-ignored-headers and
9588 rmail-displayed-headers to nil.
9589
9590 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9591
9592 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9593 (print-region-1): Don't hard code `-h' here.
9594
9595 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9596
9597 2000-07-01 Francesco Potorti` <pot@gnu.org>
9598
9599 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9600 exim can use "your message" instead of "the message".
9601
9602 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * facemenu.el: Docstrings fixes.
9605 (facemenu-get-face): Don't use internal-find-face.
9606 (facemenu-iterate): Rename arg to match the docstring.
9607
9608 * newcomment.el (uncomment-region): Be more careful when skipping
9609 backwards over `=' not to bump into BOBP.
9610
9611 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9612
9613 * ediff-diff.el (ediff-wordify): Use syntax table.
9614 * ediff-init.el (ediff-has-face-support-p): Use
9615 ediff-color-display-p.
9616 (ediff-color-display-p): Use display-color-p, changed to defun
9617 from defsubst.
9618 Got rid of special cases for NeXT and OS/2.
9619 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9620 face.
9621
9622 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9623
9624 * emacs-lisp/lucid.el: Require CL.
9625 (copy-tree, remprop): Remove, it's provided by CL.
9626 (map-keymap): Define in terms of cl-map-keymap.
9627 (extent-property, set-extent-end-glyph): New functions.
9628
9629 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9630
9631 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9632
9633 * Makefile.in (DONTCOMPILE): Add comment that the name may
9634 not be changed without changing the make-dist script.
9635
9636 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9637 (cl-mapc): Use mapc instead of cl-old-mapc.
9638
9639 2000-07-05 Andrew Innes <andrewi@gnu.org>
9640
9641 * makefile.nt: Add support for `bootstrap' and related targets.
9642
9643 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9644
9645 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9646 (easy-menu-do-define): Use `menu-item' format.
9647 Handle case where easy-menu-create-menu returns a symbol.
9648 Manually call the potential top-level filter in the function binding.
9649 (easy-menu-filter-return): New arg NAME.
9650 Convert to a keymap if MENU is an XEmacs menu.
9651 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9652 (easy-menu-converted-items-table, easy-menu-convert-item):
9653 New var and fun to memoize easy-menu-convert-item-1.
9654 (easy-menu-do-add-item): Use it.
9655 (easy-menu-create-menu): Use easy-menu-convert-item.
9656 Wrap easy-menu-filter-return around any :filter specification.
9657 Don't convert the menu if a filter was specified.
9658 Tell easy-menu-make-symbol not to check for MENU being an expression.
9659 (easy-menu-make-symbol): New arg NOEXP.
9660
9661 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9662
9663 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9664 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9665 (eval-defun): If called with prefix arg, instrument code for
9666 Edebug.
9667
9668 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9669 similar to that of eval-defun.
9670
9671 2000-07-04 Dave Love <fx@gnu.org>
9672
9673 * hl-line.el (hl-line-overlay): Make it permanent-local.
9674
9675 * calendar/todo-mode.el: Replaced with a working version, based on
9676 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9677
9678 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9679
9680 * paths.el (prune-directory-list): New function.
9681 (Info-default-directory-list): Rewritten to more methodically
9682 enumerate a big list of possible info directories (based on the
9683 list used by the standalone info reader).
9684
9685 * info.el (info-initialize): Use prune-directory-list to remove
9686 non-existent directories from Info-directory-list.
9687
9688 * paths.el (Info-default-directory-list): Try a list of possible
9689 info-directories instead of a single one. Add the possible
9690 info directory "/usr/share/info".
9691
9692 * woman.el (woman-man.conf-path): Explicitly include the debian
9693 man-db config file "/etc/manpath.config".
9694 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9695 are present in `manpath.config'.
9696 (woman-manpath): Include "/usr/share/man".
9697
9698 2000-07-03 Gerd Moellmann <gerd@gnu.org>
9699
9700 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9701
9702 * startup.el (command-line): Initialize blink-cursor based
9703 on window-system.
9704
9705 * frame.el (blink-cursor): Default to nil if not running under
9706 a window-system.
9707
9708 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9709 (face-x-resources): Remove duplicate entry for :font.
9710
9711 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9712 instead of cycling through windows with next-window.
9713
9714 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9715 of cycling through windows with next-window.
9716
9717 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9718 of cycling through windows with next-window.
9719
9720 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9721 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9722 instead of cycling through windows with next-window.
9723
9724 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9725 instead of cycling through windows with next-window.
9726
9727 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9728 of cycling through windows with next-window.
9729
9730 * terminal.el (te-process-output): Use walk-windows instead of
9731 cycling through windows with next-window.
9732
9733 * server.el (server-switch-buffer): Use some-window instead of
9734 cycling through windows with next-window.
9735
9736 * window.el (some-window): New function.
9737 (walk-windows): Remove reference to walk-windows-start.
9738
9739 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9740
9741 2000-07-03 Richard Stallman <rms@gnu.org>
9742
9743 * window.el (walk-windows): Guarantee termination by keeping a list
9744 of all the windows already handled.
9745
9746 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9747
9748 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9749 window-system.
9750
9751 * man.el (Man-notify-when-ready): Don't use window-system. If
9752 Man-notify-method is newframe, and the display is not
9753 multi-frame, select the frame created for the man page.
9754 (Man-init-defvars): Doc fix.
9755
9756 2000-06-28 Gerd Moellmann <gerd@gnu.org>
9757
9758 * faces.el (region): Change background color for light background.
9759
9760 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9761 attribute from mode-line face of Ediff control frame.
9762
9763 * replace.el (query-replace-map): Bind `e' like `E'.
9764
9765 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9766
9767 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9768 Change name to "Select All".
9769
9770 * dos-fns.el (convert-standard-filename): Fix last change.
9771
9772 2000-06-27 Gerd Moellmann <gerd@gnu.org>
9773
9774 * help.el (describe-variable): Don't insert a second `'s' in front
9775 of the string `value is shown below'. Since the syntax-table is
9776 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9777 an existing `'s', so that this won't be deleted.
9778
9779 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9780 * pcmpl-unix.el: New files.
9781
9782 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9783
9784 * wid-edit.el (widget-member): Use the new plist-member.
9785
9786 2000-06-26 Gerd Moellmann <gerd@gnu.org>
9787
9788 * replace.el (perform-replace): Undo change of 2000-04-04.
9789 Instead, move backward 1 character at the end of the loop when
9790 necessary.
9791
9792 * faces.el (fringe): Change face for different backgrounds.
9793
9794 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9795 patch from John.
9796
9797 * eshell/*.el: Change spelling of the Free Software Foundation.
9798
9799 * eshell/esh-toggle.el: Removed.
9800
9801 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9802
9803 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9804 interactively.
9805
9806 2000-06-26 Alex Schroeder <alex@gnu.org>
9807
9808 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9809 `define-key'; instead of checking `(emacs-version)' check for
9810 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9811 for `;' and `o' which might be electric.
9812
9813 (sql-electric-stuff): New user option.
9814 (sql-magic-go): New function which uses `sql-electric-stuff'.
9815 (sql-magic-semicolon): New function which uses
9816 `sql-electric-stuff'.
9817
9818 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9819 is not fboundp.
9820
9821 (sql-oracle-options): New variable.
9822 (sql-oracle): Use it.
9823
9824 (sql-imenu-generic-expression): Doc change.
9825 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9826 is used.
9827
9828 (sql-informix): Added command line parameter "-" to force
9829 sql-informix-program to use stdout.
9830
9831 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9832
9833 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9834 (cp864-decode-table): Doc fix.
9835 (cp720-decode-table): New variable, supports the Arabic OEM
9836 codepage used by Windows.
9837 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9838
9839 2000-06-23 Dave Love <fx@gnu.org>
9840
9841 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9842 (font-lock-fontify-anchored-keywords): Use
9843 line-beginning-position.
9844 (global-font-lock-mode): Use mapc.
9845
9846 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9847
9848 * eshell/esh-module.el: Require CL when compiling.
9849
9850 2000-06-23 Gerd Moellmann <gerd@gnu.org>
9851
9852 * comint.el (comint-substitute-in-file-name): Call replace-match
9853 with second and third arg t.
9854
9855 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9856 Specify foreground color.
9857
9858 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9859 color.
9860
9861 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9862
9863 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9864 cddr instead of cdddr.
9865
9866 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9867 instead of copy-list.
9868
9869 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9870 of copy-list.
9871
9872 * subdirs.el: Add eshell subdirectory.
9873
9874 * eshell: New subdirectory containing the Eshell package.
9875
9876 * pcomplete.el: New file.
9877
9878 2000-06-23 Paul Eggert <eggert@twinsun.com>
9879
9880 * mail/mailpost.el (post-mail-send-it): Make sure file has
9881 proper permissions from birth.
9882
9883 * files.el (basic-save-buffer-2): When temporarily setting
9884 file modes, set them to current modes plus 0200, not to 0777.
9885
9886 * emerge.el (emerge-make-temp-file): Make sure file has proper
9887 permissions from birth.
9888
9889 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9890
9891 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9892 backup file name through convert-standard-filename.
9893
9894 * dos-fns.el (convert-standard-filename): Convert leading
9895 directories as well. When long file names are supported, convert
9896 characters that are invalid in Windows file names.
9897
9898 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9899
9900 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9901 ps-print crashes. New feature: page selection for printing. Create
9902 raw-text-unix coding system for XEmacs. Doc fix.
9903 (ps-print-version): New version number (5.2.3).
9904 (ps-plot-region): Bug fix.
9905 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9906 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9907 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9908 funs.
9909 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9910 (ps-last-page): New vars.
9911
9912 2000-06-21 Gerd Moellmann <gerd@gnu.org>
9913
9914 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9915 empty option string.
9916
9917 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9918
9919 * man.el (man): Doc fix.
9920
9921 2000-06-21 Kenichi Handa <handa@etl.go.jp>
9922
9923 * international/mule-cmds.el (set-language-info-alist): Docstring
9924 fixed.
9925
9926 2000-06-20 Gerd Moellmann <gerd@gnu.org>
9927
9928 * version.el (emacs-version): Use ISO date format.
9929
9930 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9931 instead of `M-backspace'.
9932
9933 * simple.el (turn-off-auto-fill): New function.
9934
9935 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9936
9937 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9938 Renamed from with-buffer-prepared-for-font-lock and use
9939 inhibit-modification-hooks rather than setting *-change-functions.
9940 Update all functions to use the new name.
9941 (jit-lock-first-unfontify-pos): New semantics (and doc).
9942 (jit-lock-mode): Make non-interactive.
9943 Don't automatically turn on font-lock.
9944 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9945 Always use jit-lock-after-change.
9946 Remove and restore font-lock-after-change-function.
9947 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9948 (jit-lock-after-unfontify-buffer): Remove.
9949 (jit-lock-stealth-fontify):
9950 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9951 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9952
9953 2000-06-20 Sam Steingold <sds@gnu.org>
9954
9955 * emacs-lisp/cl-indent.el (toplevel): Indent
9956 `print-unreadable-object' properly. Untabify.
9957
9958 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9959
9960 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9961 Support for bibentry.
9962 (reftex-compile-variables): Fixed problem with end of section-re.
9963
9964 * texmodes/reftex-dcr.el (reftex-view-crossref,
9965 reftex-view-crossref-from-bibtex):
9966 Deal with changed `reftex-find-citation-regexp-format'.
9967 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9968 Replaced `remprop' with `put'.
9969 (reftex-view-crossref, reftex-view-crossref-when-idle):
9970 Support for bibentry.
9971
9972 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9973 New entry for bibentry package.
9974
9975 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9976 Regexp also matches "\nobibliography".
9977
9978 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9979 Call `reftex-ensure-write-access' before doing anything.
9980 (reftex-ensure-write-access): New function.
9981
9982 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9983
9984 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9985
9986 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9987
9988 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9989
9990 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9991
9992
9993 2000-06-20 Dave Love <fx@gnu.org>
9994
9995 * faces.el (frame-background-mode): Use set-default, not set, in
9996 setter.
9997 (frame-update-faces, frame-update-face-colors): Define with
9998 defalias.
9999
10000 * enriched.el (enriched-decode-foreground)
10001 (enriched-decode-background): Don't use internal-find-face.
10002
10003 * apropos.el: Doc fixes.
10004
10005 * cus-edit.el (customize-changed-options): Check arg.
10006 (customize-version-lessp): Don't require decimal point.
10007
10008 * custom.el (defcustom, defgroup): Doc fix.
10009
10010 * newcomment.el (comment) <defgroup>: Add :version.
10011 (comment-multi-line): Doc fix.
10012
10013 * emulation/mlsupport.el (define-hooked-local-abbrev,
10014 define-hooked-global-abbrev): Fix, using define-abbrev.
10015
10016 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10017
10018 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10019 the whole buffer.
10020
10021 2000-06-19 Dave Love <fx@gnu.org>
10022
10023 * menu-bar.el (menu-bar-options-save): New function.
10024 (menu-bar-options-menu): Use it.
10025 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10026 Simplify.
10027
10028 2000-06-19 Andreas Schwab <schwab@suse.de>
10029
10030 * progmodes/etags.el (tags-query-replace): Put new parameters
10031 START and END at the end, for backward compatibility.
10032
10033 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10034
10035 * international/codepage.el:
10036 (cp-coding-system-for-codepage-1): Delete special codes for
10037 generating xxx-dos coding system because now a CCL based coding
10038 system can handle EOL conversion by default.
10039
10040 * international/mule.el (make-coding-system): Generate subsidiary
10041 coding systems for EOL handling variants even for a CCL based
10042 coding system.
10043
10044 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10045
10046 * international/isearch-x.el (isearch-minibuffer-input-method)
10047 (isearch-minibuffer-input-method-function): These variables
10048 deleted.
10049 (isearch-with-input-method): Don't use the above variables.
10050 (isearch-process-search-multibyte-characters): Likewise. Call
10051 read-string with the arg INHERIT-INPUT-METHOD t.
10052
10053 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10054
10055 * font-lock.el (font-lock-after-fontify-buffer)
10056 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10057
10058 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10059 Use consistent make-local-variable style for font-lock-fontified.
10060 (jit-lock-fontify-buffer):
10061 Don't bother checking for font-lock-mode and jit-lock-mode.
10062
10063 * time.el: Remove trailing ^M that prevent CVS-merging.
10064
10065 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10066
10067 * Makefile.in (distclean): New target.
10068
10069 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10070
10071 * Makefile.in (srcdir): Define for update-subdirs.
10072
10073 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10074
10075 * find-lisp.el: New file.
10076
10077 2000-06-16 Andrew Innes <andrewi@gnu.org>
10078
10079 * time.el (display-time-mail-function): New variable, to allow
10080 external packages to indicate when new mail is available.
10081 (display-time-update): Use it.
10082
10083 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10084
10085 * international/mule.el (mule-version): Change version name to
10086 SAKAKI. AOI has already been used by Meadow.
10087
10088 * international/quail.el (quail-show-guidance-buf): To find the
10089 bottom window (but minibuffer), pay attention to the height of
10090 minibuffer.
10091
10092 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10095 menu-bar menus. Add help strings. Don't remove the Edit menu
10096 from the menu bar, as the menu bar has enough space now.
10097
10098 * Makefile.in (SHELL): Make sure /bin/sh is used.
10099
10100 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10101 characters, which use series of two ^H characters instead of one.
10102
10103 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10104
10105 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10106 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10107 functions.
10108 (Info-find-node-2): Try a case-sensitive search first, then
10109 do a case-insensitive search.
10110
10111 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10112 tutorials.
10113
10114 * complete.el (PC-env-vars-alist): New variable.
10115 (PC-complete-as-file-name): New function.
10116 (partial-completion-mode): Initialize PC-env-vars-alist from
10117 process-environment.
10118 (PC-do-completion): Handle completion of env vars.
10119
10120 * info.el (Info-set-mode-line): Show file name in mode line,
10121 use `*Info*' instead of `Info:'.
10122
10123 * startup.el (command-line-1): Change copyright messages to year
10124 2000.
10125
10126 2000-06-15 Dave Love <fx@gnu.org>
10127
10128 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10129 not local-map.
10130
10131 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10132
10133 * international/mule.el (set-buffer-file-coding-system): Almost
10134 rewritten to handle `undecided' as no-op.
10135
10136 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10137
10138 * Makefile.in: New file.
10139
10140 * Makefile: Removed.
10141
10142 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10143 (goto-address-highlight-keymap): Bind C-c RET.
10144
10145 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10146
10147 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10148 inherits buffer-file-coding-system of the current buffer.
10149
10150 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10151 0. Give correct argument to set-auto-coding-function.
10152 (tar-expunge): For goto-char, use (point-min), not 0.
10153 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10154 (tar-subfile-save-buffer): Likewize.
10155
10156 * international/mule.el
10157 (after-insert-file-set-buffer-file-coding-system): Call
10158 set-buffer-file-coding-system with the arg FORCE t.
10159
10160 2000-06-13 Gerd Moellmann <gerd@gnu.org>
10161
10162 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10163 nil. Contemporary sendmails issue an X-Authentication-Warning if
10164 the sender is set with `-f'.
10165
10166 2000-06-13 Dave Love <fx@gnu.org>
10167
10168 * help.el (describe-function-1): Kluge around cases of functions
10169 fset to subrs whose doc doesn't match their symbol-name.
10170
10171 * image.el (insert-image): Default STRING to a space.
10172
10173 * info.el Doc fixes.
10174 (Info-build-node-completions): Match Ref tags.
10175
10176 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10177
10178 * frame.el (display-multi-frame-p, display-multi-font-p): New
10179 defaliases for display-graphic-p.
10180
10181 * hl-line.el: Fixed a typo in commentary.
10182
10183 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10184
10185 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10186 fixed.
10187
10188 2000-06-12 Dave Love <fx@gnu.org>
10189
10190 * image.el (insert-image): Save a little consing.
10191
10192 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10193
10194 * language/tibet-util.el: Convert all tibetan-1-column characters
10195 to the corresponding tibetan characters.
10196 (tibetan-add-components): Delete code for the special treatment of
10197 'a chung.
10198
10199 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10200 change.
10201 (tibetan-vowel-transcription-alist): More rules added.
10202 (tibetan-composite-vowel-alist): New variable.
10203 (tibetan-precomposition-rule-alist): More rules added.
10204
10205 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10206
10207 * startup.el (command-line): Only call menu-bar-mode if interactive.
10208
10209 * thingatpt.el (toplevel symbol-properties):
10210 * textmodes/makeinfo.el (makeinfo-compile):
10211 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10212 * progmodes/hideif.el (hif-compress-define-list)
10213 (hide-ifdef-use-define-alist):
10214 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10215 (ange-ftp-vms-add-file-entry):
10216 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10217 * man.el (Man-build-man-command):
10218 * mail/rnewspost.el (news-reply-header-hook):
10219 * info.el (Info-insert-dir):
10220 * emulation/mlconvert.el (backward-word, forward-word, setq):
10221 * emacs-lisp/gulp.el (gulp-send-requests):
10222 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10223 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10224 (byte-optimize-apply, end of file):
10225 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10226 (ad-make-freeze-definition):
10227 * startup.el (command-line, command-line-1): Don't quote lambdas.
10228
10229 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10230 (cvs-cleanup-removed): New function.
10231 (cvs-cleanup-functions): New var.
10232 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10233 some flexibility in specifying additional entries to auto-cleanup.
10234 (cvs-quickdir): New function.
10235 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10236 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10237 (cvs-mode-find-file): Check that we are on a filename or dirname
10238 when invoked through a mouse-click.
10239 (cvs-full-path): Remove.
10240 (cvs-dired-action): Re-introduced.
10241 (cvs-dired-noselect): Use it.
10242 (vc-post-command-functions): use this new hook if available.
10243
10244 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10245 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10246 (cvs-filename-map, cvs-dirname-map): Remove.
10247 (cvs-default-action): Remove.
10248 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10249 if the arg is really a keymap.
10250 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10251 Don't hardcode the mapping from state (aka type) to face, but check
10252 the var cvs-fi-<type>-face instead.
10253 (cvs-fileinfo-from-entries): New function.
10254
10255 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10256 Docstring fix.
10257 (cvs-find-file-and-jump): Change default to be safer.
10258 (cvs-mode-diff-map): Define it as a function as well.
10259 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10260 Bind mouse-2 in this global map rather than with text-properties.
10261
10262 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10263 file to resolve the ambiguity between C(conflict) and C(need-merge).
10264
10265 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10266
10267 * international/mule.el (set-buffer-file-coding-system): If
10268 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10269 unconditionally.
10270
10271 2000-06-12 Dave Love <fx@gnu.org>
10272
10273 * wid-edit.el (widget-specify-button): Really suppress the face if
10274 required.
10275
10276 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10277
10278 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10279
10280 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10281
10282 * imenu.el (imenu-generic-expression): Docstring fix.
10283
10284 * composite.el (composition-function-table): Move the `put'
10285 below the autoload cookie so we can load the file before loaddefs.
10286
10287 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10288
10289 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10290 Handle easy-mmode-define-global-mode.
10291 For complex macros like define-minor-mode that can generate
10292 several autoload entries, try to autoload entries in the
10293 macroexpanded code.
10294
10295 * emacs-lisp/easy-mmode.el (define-minor-mode):
10296 If KEYMAP is a symbol, just use it.
10297 Use byte-compile-current-file and load-file-name to infer the
10298 proper :require to pass to defcustom.
10299 Wrap the hook var into `progn' so as not to autoload it.
10300 Add a :autoload-end cookie.
10301 Be more careful about the evaluation of KEYMAP.
10302 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10303 (define-derived-mode): Move define-abbrev-table outside of defvar.
10304
10305 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10306
10307 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10308 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10309 (backup-compiled-files): Ignore errors during `tar'.
10310 (bootstrap): Make autoloads before elc files.
10311
10312 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10313
10314 * international/mule.el (set-buffer-file-coding-system): If one of
10315 undecided-XXX is specified, change only EOL conversion.
10316
10317 * international/mule-conf.el (unix): New alias for the coding
10318 system undecided-unix.
10319
10320 2000-06-09 Dave Love <fx@gnu.org>
10321
10322 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10323
10324 * progmodes/executable.el: Byte compile dynamic.
10325 (executable-insert): Change custom type.
10326 (executable-find): Add autoload cookie.
10327 (executable-make-buffer-file-executable-if-script-p): New
10328 function. After Noah Friedman.
10329
10330 * files.el (after-save-hook): Customize, with
10331 executable-make-buffer-file-executable-if-script-p as an option.
10332
10333 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10334
10335 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10336 "tib24p-mule.bdf" for Tibetan.
10337
10338 * composite.el (decompose-composite-char): Declare it as obsolete.
10339
10340 * man.el (Man-fontify-manpage): Pay attention to underline and
10341 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10342
10343 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10344
10345 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10346 Set maintainer to FSF since author isn't reachable.
10347
10348 2000-06-08 Dave Love <fx@gnu.org>
10349
10350 * international/mule-cmds.el (select-safe-coding-system): If
10351 DEFAULT-CODING-SYSTEM is not specified, also check the most
10352 preferred coding-system if buffer-file-coding-system is
10353 `undecided'. From Handa.
10354
10355 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10356
10357 * international/mule.el
10358 (after-insert-file-set-buffer-file-coding-system): If the buffer
10359 size is greater than INSERTED, judget that we are not visiting.
10360
10361 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10362
10363 * whitespace.el (defgroup whitespace): Comment out `:version'.
10364 XEmacs 20.4 has problems defining the group with this present.
10365 We'll have this commented out till get resolve the problem.
10366
10367 2000-06-07 John Wiegley <johnw@gnu.org>
10368
10369 * align.el (align-dq-string-modes, align-sq-string-modes)
10370 (align-open-comment-modes): Add pyhton-mode.
10371 (align-rules-list): Use get-text-property instead of
10372 text-properties-at.
10373 (align-rules-list): Add python-assignment.
10374 (align-rules-list): Change perl-comma-delimiter to
10375 basic-comma-delimiter. Use if for Perl modes and python-mode.
10376 (align-rules-list): Add python-chain-logic and
10377 basic-line-continuation.
10378
10379 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10380
10381 * apropos.el (apropos-mode-hook): New user variable.
10382 (apropos-mode): Run apropos-mode-hook.
10383
10384 2000-06-07 David Ponce <david@dponce.com>
10385
10386 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10387 commands. Require `wid-edit' at run-time.
10388
10389 2000-06-07 David Ponce <david@dponce.com>
10390
10391 * recentf.el: Added some "Commentary".
10392 (recentf-open-more-files, recentf-edit-list): Minor changes to
10393 move the point at the top of the file list. This behaviour is
10394 consistent with the menu one when the list contains a lot of
10395 files.
10396 (recentf-cleanup): Now displays the number of items removed from
10397 the list.
10398 (recentf-relative-filter) New menu filter to show filenames
10399 relative to `default-directory'.
10400
10401 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10402
10403 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10404 with/without giving an error if PostScript printer doesn't have this
10405 kind of page size. Zebra Stripe continues or restarts on next page.
10406 Manual/automatic paper feeding. Switch or not the header.
10407 (ps-print-version): New version number (5.2.2).
10408 (ps-windows-system): Include emx as a Windows system.
10409 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10410 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10411 (ps-background-text): Code fix.
10412 (ps-error-handler-message, ps-user-defined-prologue)
10413 (ps-print-prologue-header, ps-printer-name)
10414 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10415 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10416 (ps-use-face-background): Customization fix.
10417 (ps-n-up-database): Data fix.
10418 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10419 (ps-switch-header): New vars.
10420 (ps-xemacs-color-name, ps-face-foreground-name)
10421 (ps-face-background-name, ps-boolean-constant): New funs.
10422
10423 2000-06-07 Dave Love <fx@gnu.org>
10424
10425 * allout.el: New version from Manheimer.
10426
10427 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10428
10429 * textmodes/fill.el (fill-find-break-point): Check the validity of
10430 charset.
10431
10432 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10433
10434 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10435 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10436 Call display-color-p and display-mouse-p instead of looking at
10437 window-system.
10438
10439 2000-06-06 Dave Love <fx@gnu.org>
10440
10441 * image.el (find-image): Doc fix. Return nil if image not found.
10442 (put-image, insert-image): Make STRING arg optional.
10443
10444 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10445
10446 * language/vietnamese.el: Remove eval-when-compile.
10447 (viet-viscii-nonascii-translation-table): Define it as a
10448 translation table made from viet-viscii-decode-table.
10449 (viet-viscii-encode-table): Define it as a translation table made
10450 from the reverse map of above.
10451 (viet-vscii-nonascii-translation-table): Define it as a
10452 translation table made from viet-vscii-decode-table.
10453 (viet-vscii-encode-table): Define it as a translation table made
10454 from the reverse map of above.
10455 (ccl-decode-viscii): Use translate-character.
10456 (ccl-encode-viscii, ccl-encode-viscii-font)
10457 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10458 Likewize.
10459
10460 * language/cyrillic.el: Remove eval-when-compile.
10461 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10462 translation table made from cyrillic-koi8-r-decode-table.
10463 (cyrillic-koi8-r-encode-table): Define it as a translation table
10464 made from the reverse map of above.
10465 (ccl-decode-koi8): Use translate-character.
10466 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10467 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10468 a translation table made from cyrillic-alternativnyj-decode-table.
10469 (cyrillic-alternativnyj-encode-table): Define it as a translation
10470 table made from the reverse map of above.
10471 (ccl-decode-alternativnyj): Use translate-character.
10472 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10473 Likewize
10474
10475 * international/mule-diag.el (non-iso-charset-alist): Specify
10476 translation table symbol instead of translation table itself.
10477 (list-block-of-chars): CHARSET may be a translation table symbol.
10478
10479 * international/mule.el (make-coding-system): If CODING-SYSTEM
10480 already exists, override it.
10481
10482 * international/fontset.el: Use family `proportional' for Tibetan
10483 fonts.
10484
10485 * international/ccl.el (ccl-compile-translate-character): Don't
10486 check if Rrr has property translation-table.
10487 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10488
10489 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10490
10491 * info.el: Bind case-fold-search to t when searching in case
10492 a user sets it to nil in a hook.
10493
10494 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10495
10496 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10497 * hl-line.el (hl-line-mode): Use the new :global key argument.
10498
10499 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10500 (tar-clip-time-string): Prepend a space.
10501 (tar-grind-file-mode): Construct a string rather than modifying one.
10502 (tar-header-block-summarize): Fix docstring.
10503 Use `format' rather than an error-prone set of copy-loops.
10504
10505 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10506 (diff-goto-source, diff-unified->context, diff-context->unified)
10507 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10508 understand the format output by the `-p' argument to diff.
10509
10510 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10511 (sh-re-done): Use defconst.
10512 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10513 (sh-help-string-for-variable, sh-guess-basic-offset):
10514 Don't quote lambdas.
10515 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10516 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10517
10518 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10519 (mh-letter-mode): Derive from text-mode.
10520 This implicitly means that it now calls kill-all-local-variables.
10521 Also remove the Emacs-18 compatibility code.
10522
10523 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10524 Make use of symbol-property doc-string-elt.
10525 Use memq rather than a sequence of eq.
10526 (doc-string-elt): Fix the wrong or missing previously unused values.
10527 (autoload-print-form): New function extracted from
10528 generate-file-autoloads to allow recursion when handling progn
10529 so that defvar's and defun's docstrings are properly printed.
10530 (generate-file-autoloads): Use it.
10531
10532 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10533 Use find-file-hooks in the minor-mode function.
10534 Be careful not to loop indefinitely in the post-command-hook function.
10535
10536 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10537
10538 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10539 tty's.
10540 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10541 differences whenever appropriate.
10542 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10543 * viper.el (find-file, find-file-other-window): Get viper to do
10544 wildcards.
10545
10546 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10547
10548 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10549 (jit-lock-fontify-buffer): New function for JIT refontification.
10550 (jit-lock-mode): Fix docstring.
10551 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10552 Remove jit-lock-after-change from the _local_ hook.
10553 (jit-lock-function-1): Fix docstring.
10554
10555 * info.el (Info-on-current-buffer): Initialize info.
10556
10557 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10558
10559 * progmodes/tcl.el (tcl-indent-for-comment):
10560 Ignore comment-indent-hook.
10561
10562 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10563 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10564 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10565 and improve to use the lighter to guess the capitalization.
10566 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10567 Add keyword arguments to specify global-ness or the custom group.
10568 Add local-map and help-echo properties to the lighter.
10569 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10570 (easy-mmode-define-global-mode): New macro.
10571
10572 2000-06-02 Dave Love <fx@gnu.org>
10573
10574 * wid-edit.el: byte-compile-dynamic since we typically don't use
10575 all the widgets. Don't require cl or widget. Remove
10576 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10577 (widget-read-event): Removed. Callers changed to use read-event.
10578 (widget-button-release-event-p): Renamed from
10579 button-release-event-p.
10580 (widget-field-add-space, widget-field-use-before-change):
10581 Uncustomize.
10582 (widget-specify-field): Use keymap property, not local-map.
10583 (widget-specify-button): Obey :suppress-face.
10584 (widget-specify-insert): Use modern backquote syntax.
10585 (widget-image-directory): Renamed from widget-glyph-directory.
10586 (widget-image-enable): Renamed from widget-glyph-enable.
10587 (widget-image-find): Replaces widget-glyph-find.
10588 (widget-button-pressed-face): Move defvar.
10589 (widget-image-insert): Replaces widget-glyph-insert.
10590 (widget-convert): Use keywordp.
10591 (widget-leave-text, widget-children-value-delete): Use mapc.
10592 (widget-keymap): Remove XEmacs stuff.
10593 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10594 (widget-button-click): Don't set point at the click, but re-centre
10595 if we scroll out of window. Rewritten for images v. glyphs &c.
10596 (widget-tabable-at): Use POS arg, not point.
10597 (widget-beginning-of-line, widget-end-of-line)
10598 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10599 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10600 (widget-default-create): Use widget-image-insert; some rewriting.
10601 (widget-visibility-value-create)
10602 (widget-push-button-value-create, widget-toggle-value-create): Use
10603 widget-image-insert.
10604 (checkbox): Create on and off images dynamically.
10605 (documentation-link): Change :help-echo.
10606 (widget-documentation-link-echo-help): Remove.
10607
10608 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10609
10610 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10611
10612 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10613 (easy-mmode-define-toggle, define-minor-mode): Use it.
10614 (easy-mmode-define-keymap): Docstring fix.
10615 (define-derived-mode): Default PARENT to fundamental-mode.
10616 Add the derived-mode-parent symbol-property.
10617 (easy-mmode-derived-mode-p): New function.
10618
10619 2000-06-02 Dave Love <fx@gnu.org>
10620
10621 * files.el (convert-standard-filename): Doc fix.
10622 (normal-backup-enable-predicate): New function.
10623 (backup-enable-predicate): Use it to replace the lambda form.
10624
10625 * calendar/todo-mode.el: [This needs more work on the outline
10626 stuff.] Doc fixes.
10627 (todo) <defgroup>: Add :version.
10628 (todo-add-category): Don't use pushnew.
10629 (todo-cmd-raise): Fix typo.
10630 (todo-top-priorities): Change temp buffer name.
10631 (todo-category-alist): Avoid redundant lambda.
10632 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10633 Use outline-next-heading.
10634
10635 * autoarg.el: Rewritten to use define-minor-mode.
10636 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10637 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10638
10639 2000-06-02 Kenichi Handa <handa@etl.go.jp>
10640
10641 * isearch.el (isearch-other-meta-char): Fix previous change.
10642
10643 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10646 (log-edit-done): Only add the comment to the ring if it's different
10647 from the last comment entered.
10648
10649 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10650
10651 2000-06-01 Dave Love <fx@gnu.org>
10652
10653 * hl-line.el: Rewritten using define-minor-mode.
10654
10655 * help.el (describe-function-1): Distinguish special form from
10656 builtin function. Sanity-check presence of arglist for builtins.
10657
10658 2000-06-01 Kenichi Handa <handa@etl.go.jp>
10659
10660 * international/characters.el: Fix syntax/category setting of
10661 Tibetan characters.
10662
10663 * language/tibet-util.el (tibetan-add-components): Fixes for new
10664 encoding of Tibetan characters.
10665 (tibetan-decompose-precomposition-alist): New variable.
10666 (tibetan-decompose-region): Convert precomposed characters to
10667 non-precomposed characters.
10668 (tibetan-decompose-string): Likewise.
10669 (tibetan-composition-function): Fix args to
10670 thibetan-compose-string.
10671
10672 * language/tibetan.el (tibetan-composable-pattern): More
10673 characters included.
10674 (tibetan-consonant-transcription-alist): Rule for "R" added.
10675 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10676 "+R" added.
10677 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10678
10679 * language/lao-util.el (lao-composition-function): Fix args to
10680 compose-string.
10681
10682 * language/thai-util.el (thai-composition-function): Fix args to
10683 compose-string.
10684
10685 * isearch.el (isearch-update): Set disable-point-adjustment to t
10686 to prevent the point moving to the end of a composition when a
10687 part of a composition is searched.
10688 (isearch-other-meta-char): If the key invoking this command can be
10689 mapped by function-key-map to a printing char, call
10690 isearch-process-search-char directly.
10691
10692 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10693
10694 * emacs-lisp/bytecomp.el:
10695 * frame.el:
10696 * international/mule-cmds.el:
10697 * international/mule-util.el:
10698 * international/mule.el:
10699 * mouse.el:
10700 * subr.el:
10701 * faces.el: Update calls to make-obsolete with a WHEN argument.
10702
10703 * byte-run.el (make-obsolete, make-obsolete-variable):
10704 Add an optional WHEN argument and change the format of the
10705 symbol-property information.
10706 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10707 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10708 new obsolete-symbol-property format and print WHEN if it is provided.
10709
10710 2000-05-31 Dave Love <fx@gnu.org>
10711
10712 * loadhist.el (loadhist-hook-functions): Remove
10713 before-change-function, after-change-function.
10714 (unload-feature): Deal with symbols which are both bound and
10715 fbound.
10716
10717 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10718 before-change-function, after-change-function.
10719
10720 * simple.el (newline): Don't bind before-change-function,
10721 after-change-function.
10722
10723 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10724
10725 * whitespace.el (whitespace-rescan-timer-time): Update interval
10726 set to 600 seconds (10 minutes) instead of 60 seconds since
10727 a large number of whitespace buffers causes emacs to `freeze'
10728 for a considerable amount of time.
10729
10730 * whitespace.el: Updated email address
10731
10732 2000-05-31 Dave Love <fx@gnu.org>
10733
10734 * add-log.el (change-log-font-lock-keywords) <function>: Add
10735 pattern for function of change.
10736 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10737 acknowledgements patterns.
10738
10739 2000-05-31 Kenichi Handa <handa@etl.go.jp>
10740
10741 * isearch.el (isearch-printing-char): If keyboard coding system is
10742 being used, call isearch-process-search-multibyte-characters.
10743
10744 * international/isearch-x.el: Mostly rewritten.
10745
10746 * international/quail.el (quail-start-conversion): Don't include
10747 unhandled events in the returned events, but set them in
10748 unread-command-events. Exit if all inputs are deleted.
10749
10750 2000-05-30 Jason Rumney <jasonr@gnu.org>
10751
10752 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10753
10754 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10755 Reenable code to create initial fontsets.
10756 Use set-fontset-font in place of put-charset-property.
10757
10758 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10759
10760 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10761 label, ensure that the first colon isn't followed by another.
10762
10763 * paths.el (Info-default-directory-list): Doc fix.
10764
10765 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10766 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10767 send a query containing USER only, not USER@HOST.
10768
10769 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10770 and rmail-msgend to compute the restriction at the end, instead of
10771 computing it.
10772
10773 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10774
10775 * dabbrev.el (dabbrev-expand): Don't display messages in the
10776 echo area if the minibuffer window is active.
10777
10778 * jit-lock.el (jit-lock-mode): Add after change function to
10779 local hook.
10780
10781 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10782
10783 * antlr-mode.el: New commands: hide/unhide actions,
10784 upcase/downcase literals.
10785 (antlr-tiny-action-length): New user option.
10786 (antlr-hide-actions): New command. Suggested by
10787 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10788 (antlr-mode-map): New binding [C-c C-v].
10789 (antlr-mode-menu): New entries.
10790 (antlr-downcase-literals): New command.
10791 (antlr-upcase-literals): Ditto.
10792
10793 * antlr-mode.el: Minor changes: indendation, mode-name.
10794 (antlr-indent-line): Indent cpp directive at column 0.
10795 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10796
10797 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10798 (antlr-font-lock-additional-keywords): Workaround for intentional
10799 bug in XEmacs version of font-lock.
10800 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10801 be used by a smarter version of `buffers-menu-grouping-function'.
10802
10803 2000-05-29 Gerd Moellmann <gerd@gnu.org>
10804
10805 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10806 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10807
10808 2000-05-29 Kenichi Handa <handa@etl.go.jp>
10809
10810 * international/encoded-kb.el
10811 (encoded-kbd-iso2022-designation-map): Pay attention to that
10812 charset-iso-final-char return -1 for eight-bit-control and
10813 eight-bit-graphic.
10814
10815 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10818 (speedbar-easymenu-definition-base): Use display-graphic-p where
10819 available, instead of window-system.
10820
10821 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10822
10823 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10824 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10825 coding systems.
10826
10827 2000-05-26 Dave Love <fx@gnu.org>
10828
10829 * disp-table.el (standard-display-underline): Don't use
10830 internal-find-face.
10831
10832 * mail/reporter.el: Maintainer change. Doc fixes.
10833 (reporter-version): Deleted.
10834
10835 * emacs-lisp/elp.el: Maintainer change.
10836 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10837
10838 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10839
10840 * add-log.el (add-change-log-entry): Merge the current entry with the
10841 previous one if the previous one is empty.
10842
10843 2000-05-26 Dave Love <fx@gnu.org>
10844
10845 * loadhist.el (unload-feature): Fix interactive spec [from
10846 lijnzaad@ebi.ac.uk].
10847
10848 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10849 subr-arity to check primitives.
10850 (byte-compile-flush-pending, byte-compile-file-form-progn)
10851 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10852 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10853 mapcar.
10854
10855 2000-05-26 Kenichi Handa <handa@etl.go.jp>
10856
10857 * international/fontset.el: Set family names of non-latin charsets
10858 in default fontset to "*".
10859
10860 * international/mule-diag.el (print-fontset): Combine family part
10861 and registry part of the fontname by "-*-" instead of "-".
10862
10863 * international/mule-cmds.el (encode-coding-char): Make strings
10864 multibyte before calling encode-coding-string.
10865
10866 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10867
10868 * derived.el: Fix keywords.
10869 (define-derived-mode): Only define if needed.
10870
10871 * simple.el (fill-comment, comment-column, comment-start)
10872 (comment-start-skip, comment-end, comment-indent-function)
10873 (block-comment-start, block-comment-end, indent-for-comment)
10874 (set-comment-column, kill-comment, comment-padding, comment-region)
10875 (comment-multi-line, indent-new-comment-line): Remove.
10876
10877 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10878 function names for comment operations.
10879
10880 * newcomment.el: Add abundant autoload cookies.
10881 (comment-style): Don't depend on runtime data at compile-time.
10882 (comment-indent-hook): Remove.
10883 (comment-indent): Check if comment-indent-hook is bound.
10884 (comment-region): Docstring fix.
10885
10886 2000-05-25 Dave Love <fx@gnu.org>
10887
10888 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10889 byte-code-function-p.
10890
10891 * mail/rmailsum.el: Add provide.
10892
10893 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10894
10895 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10896 defcustom.
10897
10898 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10899
10900 * ediff-diff.el (ediff-exec-process): delete --binary option from
10901 non-buffer ediff jobs.
10902
10903 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10904
10905 * hilit-chg.el (highlight-changes-mode): Ask about color or
10906 grayscale support, not about window-system.
10907
10908 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10909 window-system.
10910 (ffap-highlight): Always default to t.
10911
10912 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10913 display-popup-menus-p instead of looking at window-system.
10914
10915 * disp-table.el (standard-display-g1, standard-display-graphic):
10916 Only refuse to use string glyphs on X and MS-Windows.
10917
10918 * avoid.el: Remove window-system from commentary, suggest to use
10919 display-*-p instead.
10920
10921 * apropos.el (apropos-print): Use display-mouse-p instead of
10922 window-system.
10923
10924 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10925
10926 * international/codepage.el (cp-decoding-vector-for-codepage):
10927 Fill up unsupported characters with their own codes. From Kenichi
10928 Handa.
10929
10930 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10931
10932 * international/mule-diag.el (describe-char-after): Use
10933 display-graphic-p instead of window-system, so that this function
10934 works on MS-DOS.
10935
10936 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10937
10938 * international/codepage.el (cp-make-coding-systems-for-codepage):
10939 Remove the eight-bit-graphic and eight-bit-control charsets from
10940 the list of charsets which we convert into `?'.
10941
10942 2000-05-25 Kenichi Handa <handa@etl.go.jp>
10943
10944 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10945 private charsets.
10946 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10947 japanese-jisx0213-2): New charsets.
10948
10949 * international/fontset.el: Setup default fontset for new charsets.
10950
10951 2000-05-24 Dave Love <fx@gnu.org>
10952
10953 * info.el (Info-find-node-2): Restructure [following "Vadim
10954 S. Solomin" <sovs@uic.nnov.ru>].
10955
10956 * icomplete.el: Fix header for Finder.
10957
10958 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10959
10960 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10961 STAY.
10962
10963 * rmail.el (rmail-automatic-folder-directives): New user variable.
10964 (rmail-show-message): Add call to `rmail-auto-file' during
10965 display.
10966 (rmail-auto-file): New function.
10967
10968 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10969
10970 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10971 account.
10972 (ediff-test-utility,ediff-diff-mandatory-option)
10973 (ediff-reset-diff-options): Utilities for proper initialization of
10974 ediff-diff-options and ediff-diff3-options on Windows.
10975
10976 * ediff-init.el (ediff-merge-filename-prefix): New customizable
10977 variable.
10978
10979 * ediff-mult.el (ediff-filegroup-action): Use
10980 ediff-merge-filename-prefix.
10981
10982 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10983
10984 * viper-ex.el (ex-write): Set selective display to nil.
10985
10986 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10987
10988 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10989 aliases for hebrew-iso-8bit.
10990
10991 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10992
10993 * woman.el: New version from Francis J. Wright
10994 <F.J.Wright@Maths.QMW.ac.uk>.
10995 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10996 names in environment variables regardless of the path separator.
10997 (woman-topic-all-completions-1): Don't call file-name-directory-p
10998 on all files, since woman-file-regexp already filters out any
10999 directories.
11000
11001 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11002
11003 * international/quail.el (quail-start-translation): Don't change
11004 modified-p of the current buffer.
11005 (quail-start-conversion): Likewise.
11006
11007 * international/kkc.el (kkc-region): Don't change modified-p of
11008 the current buffer.
11009
11010 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11011 conform to RFC1468.
11012 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11013
11014 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11015
11016 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11017 (speedbar-insert-button): Invisible text property fix.
11018 (speedbar-directory-plus): Renamed from speedbar-directory-+
11019 (speedbar-directory-minus): Renamed from speedbar-directory--
11020 (speedbar-page-plus): Renamed from speedbar-file-+
11021 (speedbar-page-minus): Renamed from speedbar-file--
11022 (speedbar-page): Renamed from speedbar-file-
11023 (speedbar-tag): Renamed from speedbar-tag-
11024 (speedbar-tag-plus): Renamed from speedbar-tag-+
11025 (speedbar-tag-minus): Renamed from speedbar-tag--
11026 (speedbar-expand-image-button-alist): Use above renames.
11027
11028 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11029 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11030 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11031 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11032 * sb-pg.xpm: Renamed from sb-file.xpm
11033 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11034 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11035
11036 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11037
11038 * international/quail.el (quail-show-guidance-buf): Set
11039 current-input-method of the guidance buffer to the name of the
11040 curren input method.
11041
11042 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11043
11044 * progmodes/compile.el (compile-internal): Style typo.
11045
11046 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11047 quote vars and functions in the docstring.
11048
11049 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11050
11051 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11052 Don't quote lambdas.
11053
11054 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11055
11056 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11057
11058 * startup.el (command-line): Determine source file of compiled
11059 user init file differently. Warn if compiled user init file
11060 is older than its source file.
11061
11062 * ffap.el (ffap-url-regexp): Add `https'.
11063
11064 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11065
11066 * files.el (make-backup-file-name-1): Replace slashes with `!'
11067 rather than `|' (which is not allowed on Windows). Replace the
11068 drive letters with a string "drive_X".
11069
11070 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11071
11072 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11073
11074 * files.el (interpreter-mode-alist): Add `bash2'.
11075
11076 2000-05-22 Dave Love <fx@gnu.org>
11077
11078 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11079 mapc.
11080 (feature-file): Avoid calling symbol-name. Doc fix.
11081 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11082 (loadhist-hook-functions): Add mouse-position-function.
11083 (unload-feature): Change uses of mapcar.
11084
11085 * files.el (parse-colon-path): Doc fix.
11086 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11087 (set-auto-mode): Use mapc.
11088
11089 * complete.el (PC-look-for-include-file): Use :alnum: character
11090 class.
11091 (partial-completion-mode): Add autoload cookie.
11092
11093 2000-05-22 Sam Steingold <sds@gnu.org>
11094
11095 * info.el (Info-fontify-node): Fixed the call to
11096 `add-text-properties' (bug introduced on 2000-05-18).
11097
11098 2000-05-22 Dave Love <fx@gnu.org>
11099
11100 * bindings.el: Remove debug-ignored-errors set in other files.
11101
11102 * progmodes/etags.el: Add to debug-ignored-errors.
11103 (visit-tags-table-buffer): Clear out buffers holding old tables
11104 when making a new list.
11105 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11106 mapc.
11107
11108 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11109 quote keywords.
11110 (cmpl-string-case-type): Use character classes.
11111
11112 * comint.el:
11113 * textmodes/ispell.el:
11114 * imenu.el:
11115 * mail/mh-e.el:
11116 * progmodes/compile.el: Add to debug-ignored-errors.
11117
11118 * dabbrev.el: Add to debug-ignored-errors.
11119 (dabbrev-completion): Use mapc.
11120
11121 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11122
11123 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11124 (woman-mapcan, woman-parse-man.conf)
11125 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11126 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11127 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11128 path syntax better.
11129 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11130 (woman-manpath): Call woman-parse-man.conf.
11131 (woman-emulation): New defcustom, defaults to nroff.
11132 (woman-font-support): New defconst.
11133 (woman-use-symbol-font): New defcustom.
11134 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11135 "Emulation".
11136 Many functions: Doc fix.
11137
11138 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11139
11140 * international/quail.el (quail-simple-translation-keymap): Map
11141 128..255 to quail-self-insert-command.
11142 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11143
11144 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11145
11146 * help.el (help-manyarg-func-alist): Typo.
11147
11148 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11149 intervals which makes it heaps simpler.
11150
11151 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11152 the nested comment markers.
11153
11154 * subr.el (remove-hook): Don't turn the hook's value into a list.
11155
11156 2000-05-21 Dave Love <fx@gnu.org>
11157
11158 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11159 are invalid characters.
11160
11161 * international/mule-util.el (detect-coding-with-priority): Use
11162 mapc. Remove redundant lambda.
11163
11164 * international/mule-diag.el (list-non-iso-charset-chars)
11165 (describe-fontset): Remove redundant lambda.
11166
11167 * emulation/crisp.el (brief-mode): New alias.
11168
11169 * emacs-lisp/ring.el (ring-elements): New function.
11170
11171 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11172 (easy-menu-do-add-item): Use keywordp.
11173
11174 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11175
11176 * replace.el: Doc and error message fixes.
11177 (replace-highlight): Use facep, not internal-find-face.
11178
11179 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11180
11181 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11182
11183 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11184 (log-edit-insert-changelog): Drop `:' as well.
11185
11186 * log-view.el: Fix file description.
11187 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11188 available.
11189 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11190 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11191
11192 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11193 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11194 Print a status message if the toggle is called interactively.
11195 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11196 for global minor modes and use `defcustom' for them.
11197 Use add-minor-mode.
11198 (easy-mmode-define-derived-mode): Remove.
11199 (define-derived-mode): Fancier default docstring.
11200 (easy-mmode-define-navigation): Signal an error rather than (ding).
11201
11202 * newcomment.el (comment-styles): New `box-multi'.
11203 (comment-normalize-vars): Better default for comment-continue to
11204 avoid whitespace-only continuations.
11205 (comment-search-forward): Always move even in the no-syntax case.
11206 (comment-padright): Only obey N if it's only obeyed for padleft.
11207 (comment-make-extra-lines): Better handling of empty continuations.
11208 Use `=' for the filler if comment-start has only one character.
11209 (uncomment-region): Try handling the special `=' filler.
11210 (comment-region): Allow LINES even if MULTI is nil.
11211 (comment-box): Choose box style based on comment-style.
11212
11213 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11214
11215 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11216 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11217
11218 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11219
11220 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11221 and insert, not subst-char-in-region.
11222
11223 * international/mule-diag.el (list-character-sets-1): Handle
11224 charsets eight-bit-control and eight-bit-graphic.
11225 (list-iso-charset-chars): Likewise.
11226 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11227 charactes as is. Use indent-to to align characters.
11228
11229 * international/mule-cmds.el (find-multibyte-characters): Never
11230 exclude charsets eight-bit-control and eight-bit-graphic.
11231
11232 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11233
11234 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11235 Don't quote lambdas.
11236
11237 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11238
11239 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11240
11241 * gud.el (gud-jdb-directories): Doc fix.
11242
11243 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11244
11245 * newcomment.el: New file.
11246
11247 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11248
11249 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11250
11251 2000-05-18 Andreas Schwab <schwab@suse.de>
11252
11253 * dired.el (dired-between-files): Also skip lines beginning with
11254 `used'.
11255
11256 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11257
11258 * msb.el (msb-menu-cond): Add choice `user'.
11259
11260 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11261
11262 * ps-print.el: Compatibility, customization and doc fix.
11263 (ps-printer-name-option): Replace defconst by defvar.
11264 (ps-postscript-code-directory): XEmacs compatibility.
11265 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11266 fix.
11267 (ps-user-defined-prologue, ps-print-prologue-header)
11268 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11269 compatibility and code fix.
11270 (ps-print-background-image, ps-print-background-text):
11271 Customization fix.
11272 (ps-line-number-start, ps-n-up-on): New vars.
11273
11274 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11275
11276 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11277 the indent-comment function to just return the appropriate indent.
11278
11279 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11280
11281 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11282 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11283 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11284
11285 2000-05-18 Dave Love <fx@gnu.org>
11286
11287 * info.el (Info-fontify-node): Add intangible property as well as
11288 invisible.
11289
11290 * calendar/appt.el (appt-make-list): Match all lines of entry.
11291 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11292
11293 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11294
11295 * international/mule-diag.el (describe-char-after): Call
11296 internal-char-font, not char-font. If internal-char-font returns
11297 nil, display "-- none --".
11298
11299 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11300
11301 * image.el (image-type-available-p): Don't reference image-types
11302 if it isn't bound.
11303
11304 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11305
11306 * autoarg.el (autoarg-mode): Typo in the :set argument.
11307
11308 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11309
11310 * startup.el (command-line-1): Don't signal an error if the
11311 directory for auto-save-list files does not yet exist.
11312
11313 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11314
11315 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11316
11317 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11318
11319 * subr.el (remove-hook): `setq' hook-value, not `set'.
11320
11321 2000-05-16 Sam Steingold <sds@gnu.org>
11322
11323 * info.el (debug-ignored-errors): More errors to ignore.
11324
11325 2000-05-16 Dave Love <fx@gnu.org>
11326
11327 * cus-edit.el: Don't require cl or easymenu.
11328 (custom-variable-prompt): Test standard-value property, not
11329 user-variable-p.
11330
11331 2000-05-16 Sam Steingold <sds@gnu.org>
11332
11333 * subr.el (add-hook): `setq' hook-value, not `set'.
11334
11335 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11336
11337 * startup.el (command-line-1): Mention the FAQ in the startup
11338 message.
11339
11340 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11341
11342 * progmodes/compile.el (compilation-parse-errors): Collect
11343 `nomessage' regexps last.
11344
11345 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11346
11347 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11348 to the function name.
11349
11350 2000-05-15 Dave Love <fx@gnu.org>
11351
11352 * speedbar.el (speedbar-recenter): Typo.
11353 (speedbar-expand-line): Make arg optional.
11354 (speedbar-mode): Avoid a compiler warning.
11355
11356 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11357
11358 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11359 user-specified option string is empty.
11360
11361 * mouse.el (mouse-yank-at-click): Doc fix.
11362
11363 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11364
11365 * term/internal.el (IT-character-translations): More updates of
11366 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11367 documents.
11368
11369 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11370
11371 * env.el (getenv): New function, interactively callable.
11372 (setenv, getenv): Remove autoload cookies.
11373
11374 * loadup.el: Load `env'.
11375
11376 * progmodes/f90.el: Change author's mail address.
11377
11378 2000-05-14 Dave Love <fx@gnu.org>
11379
11380 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11381 goto-addr as an option.
11382
11383 * help.el (help-xref-stack): Doc fix.
11384 (help-xref-following): New variable.
11385 (help-make-xrefs): Use it.
11386 (help-xref-go-back): Use position information from stack element.
11387 (help-follow): Make position in stack element a pair. Use
11388 help-xref-following.
11389
11390 * autoarg.el: New file.
11391
11392 * faces.el: Declare more functions obsolete.
11393
11394 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11395 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11396 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11397 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11398 Remove all the setup-...-environment functions.
11399
11400 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11401
11402 * speedbar.el: Updated the commentary section. xemacs20p now uses
11403 >= when detecting. Require `defimage' safely.
11404 (speedbar-easymenu-definition-base): Add toggle for images.
11405 (speedbar-easymenu-definition-special): Add flush cache & expand.
11406 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11407 (speedbar-reconfigure-keymaps-hook): New variable.
11408 (speedbar-frame-parameters): Updated documentation.
11409 (speedbar-use-imenu-flag): Updated custom tag
11410 (speedbar-dynamic-tags-function-list): New variable.
11411 (speedbar-tag-hierarchy-method): Updated doc & custom.
11412 (speedbar-indentation-width, speedbar-indentation-width) New
11413 variables.
11414 (speedbar-hide-button-brackets-flag): Customizable.
11415 (speedbar-vc-indicator): Doc update.
11416 (speedbar-ignored-path-expressions): Updated default value.
11417 (speedbar-supported-extension-expressions): Updated default value.
11418 (speedbar-syntax-table): Remove {} paren status.
11419 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11420 as "+". Added overlay aliases.
11421 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11422 `force-mode-line-update'.
11423 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11424 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11425 `mouse-set-point'
11426 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11427 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11428 of arbitrary text, and new helper functions.
11429 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11430 filename finder.
11431 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11432 (speedbar-directory-buttons): Update path search/expansion.
11433 (speedbar-make-tag-line): Pay attention to
11434 `speedbar-indentation-width'. Use more care w/ invisible
11435 properties.
11436 (speedbar-change-expand-button-char): Call
11437 `speedbar-insert-image-button-maybe'.
11438 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11439 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11440 (speedbar-trim-words-tag-hierarchy)
11441 (speedbar-simple-group-tag-hierarchy): New functions
11442 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11443 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11444 functions.
11445 (speedbar-mouse-set-point): New function
11446 (speedbar-power-click): Updated documentation.
11447 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11448 of tag prefix text.
11449 (speedbar-expand-line, speedbar-contract-line): Make more robust
11450 to strange text.
11451 (speedbar-expand-line): Takes universal argument to flush the
11452 cache.
11453 (speedbar-flush-expand-line): New function.
11454 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11455 Use new generator insertion method.
11456 (speedbar-fetch-dynamic-tags): New function.
11457 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11458 `speedbar-fetch-dynamic-imenu'.
11459 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11460 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11461 "Revert Buffer" menu items.
11462 (speedbar-buffer-buttons-engine): Be smarter when creating a
11463 filename tag (for expansion purposes.).
11464 (speedbar-highlight-one-tag-line,
11465 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11466 (speedbar-recenter): New functions.
11467 (defimage-speedbar): Image loading abstraction.
11468 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11469 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11470 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11471 (speedbar-tag-type, speedbar-tag-mail): New images.
11472 (speedbar-expand-image-button-alist): New variable.
11473 (speedbar-insert-image-button-maybe): Insert an image over some
11474 buttons.
11475
11476 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11477
11478 * international/mule-cmds.el (encode-coding-char): An ASCII
11479 character is always encodable.
11480
11481 * international/mule-conf.el: Add more information in descriptions
11482 of character sets.
11483
11484 * international/mule-diag.el (describe-char-after): New function.
11485 (describe-font-internal): Adjusted for the change of font-info.
11486 (describe-font): Likewise.
11487 (print-fontset): Rewritten for the new fontset implementation.
11488 (describe-fontset): Include fontset alias names in completion.
11489 (list-fontsets): Adjusted for the change of print-fontset.
11490
11491 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11492 describe-char-after instead of displaying the detail in the echo
11493 area.
11494 (syntax-code-table): Format changed.
11495 (string-to-syntax): Adjusted for the above change.
11496
11497 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11500
11501 2000-05-12 Dave Love <fx@gnu.org>
11502
11503 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11504 dependence. Use line-{beginning,end}-position, not
11505 point-at{b,e}ol. Some doc fixes.
11506 (todo-position): New function. Fix callers of position to use it.
11507 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11508
11509 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11510
11511 * time.el (display-time-mail-icon): Use `:ascent center'.
11512
11513 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11514 handling FTP security extensions.
11515
11516 2000-05-11 Dave Love <fx@gnu.org>
11517
11518 * calendar/todo-mode.el: New file.
11519
11520 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11521
11522 * comint.el (comint-read-input-ring): Move reference to
11523 comint-input-ring-size outside of the save-excursion. It was
11524 causing the default value to be the only one ever seen.
11525
11526 * font-lock.el: Update copyright. Remove Simon Marshall's email
11527 address on request from him.
11528
11529 * subr.el (substitute-key-definition): Add comment describing
11530 the meaning of PREFIX.
11531
11532 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11533
11534 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11535
11536 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11537 (add-minor-mode): Don't make the variable buffer-local and add a
11538 reference to define-minor-mode in the docstring.
11539
11540 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11541 HEADER/FOOTER and fix bug with trailing empty directory.
11542 (cvs-append-to-ignore): Use vc-editable-p if available.
11543 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11544 (vc-do-command): Tweak advice to handle the new VC.
11545
11546 * log-view.el (log-view-goto-rev): New function for the new VC.
11547 (log-view-minor-wrap): Use mark-active.
11548
11549 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11550 (log-edit-changelog-full-paragraphs): New var.
11551 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11552 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11553 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11554 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11555 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11556 Replace the `cvs' prefix with `log-edit'.
11557
11558 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11559
11560 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11561 (diff-font-lock-defaults): Explicitly turn off multiline.
11562 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11563 (diff-ediff-patch): Fix call to ediff-patch-file.
11564 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11565 Handle comments.
11566
11567 * frame.el (automatic-hscrolling): Typo.
11568
11569 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11570
11571 2000-05-09 Sam Steingold <sds@goems.com>
11572
11573 * apropos.el (apropos-print): use `describe-face' instead of
11574 `customize-face-other-window'.
11575
11576 2000-05-09 Dave Love <fx@gnu.org>
11577
11578 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11579
11580 * help.el (describe-variable): Have customize button pop the
11581 help-xref stack when invoked.
11582 (help-xref-symbol-regexp): Add `face'.
11583 (help-make-xrefs): Check for quoted face names and adapt regexp
11584 submatch numbers to cope.
11585 (help-xref-interned): Maybe insert face doc too. Separate
11586 sections with a line of hyphens.
11587
11588 * faces.el: Some doc fixes. Declare some functions obsolete.
11589 (describe-face): Add customize button. Return the help
11590 text. Fix prompt.
11591
11592 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11593
11594 * term/internal.el (IT-character-translations): Fix last change.
11595
11596 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11597
11598 * woman.el: New file
11599 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11600
11601 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11602
11603 * term/internal.el (IT-character-translations): Update ASCII
11604 simulations for greek-iso8859-7, add latin-iso8859-14 and
11605 latin-iso8859-15.
11606
11607 * international/mule-cmds.el (set-language-info-alist): Call
11608 define-prefix-command with 3 arguments, to make the map suitable
11609 for a menu.
11610
11611 2000-05-07 Dave Love <fx@gnu.org>
11612
11613 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11614
11615 2000-05-05 Dave Love <fx@gnu.org>
11616
11617 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11618 list in doc string. Don't quote keyword symbols.
11619 * emacs-lisp/cl.el: Likewise
11620 * emacs-lisp/cl-seq.el: Likewise
11621
11622 2000-05-05 Gerd Moellmann <gerd@gnu.org>
11623
11624 * abbrev.el (abbrev-mode): Make ARG optional.
11625
11626 2000-05-04 Gerd Moellmann <gerd@gnu.org>
11627
11628 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11629
11630 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11631
11632 * subr.el (substitute-key-definition): Clarify documentation.
11633
11634 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
11635
11636 * glasses.el (glasses-convert-to-unreadable): Use
11637 `glasses-separator' instead of the hard-wired "_".
11638 (glasses-mode): Call `glasses-make-unreadable' only in a single
11639 place.
11640
11641 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11642
11643 * term/internal.el (cjk-codepages-alist): Add associations for
11644 Chinese and Korean codepages. Remove FIXME comment.
11645
11646 2000-05-03 Dave Love <fx@gnu.org>
11647
11648 * time.el (display-time-mail-face, display-time-use-mail-icon):
11649 New option.
11650 (display-time-mail-icon): New variable.
11651 (display-time-string-forms): Use the above. Fix the local-map.
11652
11653 2000-05-03 Gerd Moellmann <gerd@gnu.org>
11654
11655 * replace.el (query-replace-map): Add binding for `E'.
11656 (query-replace-help): Extend help text.
11657 (perform-replace): Allow editing the replacement string.
11658
11659 * make-mode.el (makefile-mode-abbrev-table): New variable.
11660 (makefile-mode): Set local abbrev table to
11661 makefile-mode-abbrev-table.
11662 (makefile-font-lock-keywords): Fontify includes and conditionals.
11663
11664 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11665 set TOGGLE's value.
11666
11667 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11668 mail-interactive-insert-alias.
11669 (mail-abbrev-complete-alias): New command.
11670 (mail-mode-map): Bind it to `M-TAB'.
11671
11672 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11673
11674 * language/lao-util.el (lao-compose-region): New function.
11675
11676 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11677
11678 * files.el (recover-session): Make directories as necessary
11679 if they don't exist yet.
11680
11681 * calendar/cal-french.el
11682 (french-calendar-multibyte-special-days-array)
11683 (french-calendar-special-days-array): Change French text.
11684 (calendar-french-date-string): Change output.
11685 (calendar-goto-french-date): Likewise.
11686
11687 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11688
11689 * wid-edit.el (widget-default-active): Obey `:always-active'.
11690 (widget-documentation-string-value-create): Set `:always-active'.
11691
11692 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11693
11694 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11695 default prefix to `~/_emacs.d/auto-save.list/_s'.
11696 (normal-top-level): Create the directory for auto-save files, if
11697 it doesn't already exist (in the ms-dos case only).
11698
11699 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11700
11701 * international/mule-cmds.el (set-language-environment): Don't
11702 concat an integer (dos-codepage), use format instead.
11703
11704 2000-05-02 Dave Love <fx@gnu.org>
11705
11706 * help.el (help-xref-on-pp): Check for constant symbols.
11707
11708 2000-04-29 Gerd Moellmann <gerd@gnu.org>
11709
11710 * startup.el (normal-top-level): Put a condition-case around
11711 the code loading subdirs.el.
11712
11713 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11714
11715 * ps-print.el: Upside-down and face background color printing,
11716 line number step, doc fix.
11717 (ps-print-version): New version number (5.2).
11718 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11719 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11720 (ps-spool-config): Var fix.
11721 (ps-printer-name-option): Const fix.
11722 (ps-print-upside-down, ps-use-face-background)
11723 (ps-line-number-step): New vars.
11724 (ps-window-system, ps-lp-system): New consts.
11725 (ps-face-background): New fun.
11726
11727 2000-04-28 Richard Stallman <rms@gnu.org>
11728
11729 * files.el (make-auto-save-file-name):
11730 Apply auto-save-file-name-transforms to visited file name
11731 before generating auto save file name.
11732 (auto-save-file-name-transforms): New variable.
11733
11734 * files.el (backup-enable-predicate):
11735 Correctly test for a file under a temporary directory.
11736
11737 2000-04-28 Gerd Moellmann <gerd@gnu.org>
11738
11739 * subr.el (add-minor-mode): Rewritten.
11740
11741 2000-04-28 Kenichi Handa <handa@etl.go.jp>
11742
11743 * mail/sendmail.el (sendmail-send-it): Set
11744 buffer-file-coding-system to the selected coding system for MIME
11745 header.
11746
11747 2000-04-27 Gerd Moellmann <gerd@gnu.org>
11748
11749 * dired.el (dired-move-to-filename-regexp): Allow format where
11750 YYYY is followed by two spaces.
11751
11752 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11753 in the second character class of the regexp.
11754
11755 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11756 mh-etc, too.
11757
11758 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11759 nil.
11760
11761 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11762
11763 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11764 argument.
11765
11766 2000-04-27 Sen Nagata <sen@eccosys.com>
11767
11768 * emacs-lisp/crm.el (crm-completion-table): New variable.
11769 (crm-collection-fn, crm-test-completion)
11770 (completing-read-multiple): Use it.
11771
11772 2000-04-27 Dave Love <fx@gnu.org>
11773
11774 * help.el (locate-library): Use mapc.
11775 (help-manyarg-func-alist): Add call-process-region.
11776
11777 2000-04-26 Gerd Moellmann <gerd@gnu.org>
11778
11779 * subr.el (add-minor-mode): Make argument MAP optional.
11780
11781 * desktop.el (desktop-save): Save list of minor modes.
11782 (desktop-create-buffer): Restore minor modes.
11783 (desktop-minor-mode-table): New user-option.
11784
11785 * subr.el (add-minor-mode): New function.
11786
11787 * image.el (find-image): New function.
11788 (defimage): Rewritten to find image at load time.
11789
11790 * startup.el (normal-top-level-add-to-load-path): Handle
11791 case that the default directory is not in load-path.
11792
11793 * help.el: Old patch from Stefan Monnier.
11794 (help-xref-on-pp): New function.
11795 (describe-variable): Use it to display xrefs in a symbol's value.
11796
11797 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11798
11799 * cus-edit.el (custom-face): Fix parenthesis.
11800
11801 2000-04-26 Kenichi Handa <handa@etl.go.jp>
11802
11803 * mail/rmail.el (rmail-expunge): When there are no deleted
11804 messages, do nothing.
11805
11806 2000-04-26 Dave Love <fx@gnu.org>
11807
11808 * international/mule-cmds.el (locale-translation-file-name):
11809 Defvar to nil.
11810 (set-locale-environment): Set it here (at runtime).
11811
11812 2000-04-25 Gerd Moellmann <gerd@gnu.org>
11813
11814 * replace.el (perform-replace): Add parameters START and END. Use
11815 them instead of the check for a region in Transient Mark mode.
11816 (query-replace-read-args): Return two more list elements for the
11817 start and end of the region in Transient Mark mode.
11818 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11819 (map-query-replace-regexp, replace-string, replace-regexp): Add
11820 optional last arguments START and END and pass them to
11821 perform-replace.
11822
11823 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11824 form with additional arguments for perform-replace.
11825
11826 * progmodes/etags.el (tags-query-replace): Add parameters START
11827 and END. Construct a form with additional arguments for
11828 perform-replace.
11829
11830 * simple.el (shell-command): Set default directory for "*Shell
11831 Command Output" buffer.
11832
11833 * language/european.el (iso-latin-4): Fix typo.
11834
11835 * emacs-lisp/crm.el: New file.
11836
11837 2000-04-24 Dave Love <fx@gnu.org>
11838
11839 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11840 (Custom-reset-saved, Custom-reset-standard)
11841 (custom-group-value-create, custom-group-set, custom-group-save)
11842 (custom-group-reset-current, custom-group-reset-saved)
11843 (custom-group-reset-standard): Use mapc.
11844 (custom-buffer-create-internal): Disable undo when creating items.
11845 Use mapc.
11846 (custom-face): Avoid redundant lambda.
11847
11848 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11849
11850 * startup.el (auto-save-list-file-prefix): Set default to
11851 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11852
11853 2000-04-24 Sam Steingold <sds@gnu.org>
11854
11855 * time-stamp.el (time-stamp-string-preprocess): Always convert
11856 `field-result' to a string.
11857
11858 2000-04-24 Gerd Moellmann <gerd@gnu.org>
11859
11860 * frame.el (scrolling): New group.
11861 (automatic-hscrolling): New user-option.
11862
11863 * startup.el (command-line-x-option-alist): Add `-lsp' and
11864 `--line-spacing'.
11865
11866 2000-04-19 Dave Love <fx@gnu.org>
11867
11868 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11869 (cl-mapc): Rename from mapc. Fix the funcall.
11870
11871 2000-04-19 Gerd Moellmann <gerd@gnu.org>
11872
11873 * simple.el (clone-indirect-buffer-other-window): New command.
11874 (clone-indirect-buffer): Add optional arg NORECROD.
11875 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11876
11877 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11878
11879 * window.el (count-screen-lines): New function.
11880 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11881 instead of window-buffer-height.
11882
11883 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11884 non-existing variable comint-input-sentinel.
11885 (inferior-lisp-args-to-list): Removed.
11886 (inferior-lisp): Use split-string instead of
11887 inferior-lisp-args-to-list.
11888
11889 * hexl.el (hexl-insert-hex-string): New command.
11890
11891 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11892 instead of concat.
11893
11894 2000-04-18 Gerd Moellmann <gerd@gnu.org>
11895
11896 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11897 at the start of an existing but empty folder.
11898
11899 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11900
11901 * ps-mule.el: Customization fix, doc fix.
11902 (ps-multibyte-buffer): Customization fix.
11903
11904 2000-04-17 Richard M. Stallman <rms@gnu.org>
11905
11906 * subr.el (read-passwd): Use read-char-exclusive.
11907
11908 2000-04-17 Gerd Moellmann <gerd@gnu.org>
11909
11910 * textmodes/texinfo.el (texinfo-insert-@email)
11911 (texinfo-insert-@emph, texinfo-insert-@quotation)
11912 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11913 (texinfo-mode-map): Add key bindings for them.
11914
11915 * files.el (basic-save-buffer-2): Use a template with `$'
11916 instead of `#' for VMS.
11917
11918 * simple.el (clone-indirect-buffer): New function.
11919
11920 2000-04-16 Stephen Eglen <stephen@gnu.org>
11921
11922 * iswitchb.el (iswitchb-case): New function. If the user input
11923 contains any upper-case characters, the search is made
11924 case-sensitive.
11925
11926 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11927
11928 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11929 comment-end.
11930 (texinfo-font-lock-syntactic-keywords): New var.
11931 (texinfo-font-lock-keywords): Remove comment regexp.
11932 (texinfo-insert-block): New function.
11933 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11934 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11935 and font-lock-defaults. Use regexp-opt for outline-regexp.
11936 (texinfo-environments): New var.
11937 (texinfo-environment-regexp): Use regexp-opt and
11938 texinfo-environments.
11939
11940 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11941 ispell-process is bound since this might be eval'd before ispell
11942 is loaded.
11943 (ispell-message): Use a tiny bit less magic and a bit more hard
11944 data to figure out what kind of sc-cite-regexp to use.
11945
11946 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11947
11948 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11949 (insert-cyclic-diary-entry): Unquote the lambda.
11950
11951 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11952
11953 * files.el (backup-enable-predicate): Unquote the lambda.
11954
11955 * cus-edit.el (custom-face, face): Unquote the lambda.
11956
11957 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11958
11959 * ps-print.el: Check for line-beginning-position definition.
11960
11961 * ps-print.el: Fix counting lines in a region.
11962 (ps-print-version): New version number (5.1.5).
11963 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11964 (ps-printing-region): Fun code fix.
11965
11966 2000-04-15 Gerd Moellmann <gerd@gnu.org>
11967
11968 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11969 to file-directory-p.
11970
11971 2000-04-14 Gerd Moellmann <gerd@gnu.org>
11972
11973 * gud.el (gud-jdb-build-source-files-list): Check that directory
11974 exists before calling directory-files.
11975
11976 2000-04-13 Dave Love <fx@gnu.org>
11977
11978 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11979 syntax.
11980
11981 * emacs-lisp/cl-specs.el: Remove when, unless.
11982
11983 * emacs-lisp/cl-extra.el: Don't quote keywords.
11984 (cl-old-mapc): New variable.
11985 (mapc): Use it.
11986 (cl-map-intervals): Use with-current-buffer. Don't check for
11987 next-property-change.
11988 (cl-map-overlays): Use with-current-buffer.
11989 (cl-expt): Remove.
11990 (copy-tree, remprop): Define unconditionally.
11991
11992 * emacs-lisp/cl-compat.el (keywordp): Remove.
11993
11994 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11995 to use keywordp.
11996 (edebug-spec): Enable keywordp.
11997
11998 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11999 string-lessp.
12000
12001 * cus-start.el: Use keywordp.
12002
12003 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12004
12005 * diary-lib.el (include-other-diary-files): Fix the fix of
12006 2000-02-18 by doing a save-excursion.
12007
12008 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12009
12010 * ps-print.el: Customization fix, doc fix.
12011 (ps-print-version): New version number (5.1.4).
12012 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12013 (ps-print-preprint): Adjust code.
12014 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12015 (ps-print-prologue-header, ps-print-control-characters)
12016 (ps-spool-config): Customization fix.
12017
12018 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12019
12020 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12021 converted to the new menu-item format, names silightly changed,
12022 help strings added.
12023
12024 Support for spelling without async subprocesses:
12025
12026 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12027 (ispell-session-buffer): New variables.
12028 (ispell-start-process, ispell-process-status,
12029 ispell-accept-output, ispell-send-string): New functions, for
12030 Ispell invocation when async subprocesses aren't supported.
12031 (ispell-word, ispell-pdict-save, ispell-command-loop,
12032 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12033 to process-send-string with calls to ispell-send-string, and
12034 accept-process-output with ispell-accept-output.
12035 (ispell-init-process): Call ispell-process-status instead of
12036 process-status with.
12037 (ispell-init-process): Call ispell-start-process. Call
12038 ispell-accept-output and ispell-send-string. Don't call
12039 process-kill-without-query and kill-process if they are unbound.
12040 (ispell-async-processp): New function.
12041
12042 2000-04-12 Dave Love <fx@gnu.org>
12043
12044 * info.el: Add debug-ignored-errors.
12045 (Info-mode-menu): Add some items.
12046 (Info-directory): Add autoload cookie.
12047
12048 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12049 Modify `truncate-lines'. Make `describe-language-environment'
12050 always visible and add help. Modify `describe-key' help. Invoke
12051 Info-directory from `info'. New entry `emacs-manual'.
12052
12053 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12054
12055 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12056 propertized-buffer-identification.
12057 (ebrowse-update-member-buffer-mode-line): Likewise.
12058 (ebrowse--mode-strings): Removed.
12059 (ebrowse--mode-line-props): Removed.
12060
12061 * files.el (auto-mode-alist): Add `EBROWSE'.
12062
12063 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12064 space before testing for end of buffer.
12065 (ebrowse-load): Removed.
12066 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12067 (ebrowse-create-tree-buffer): Rewritten.
12068 (ebrowse-tree-mode): Read tree from buffer.
12069
12070 * progmodes/ebrowse-ffh.el: Removed.
12071
12072 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12073
12074 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12075
12076 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12077
12078 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12079 at the wrong place.
12080
12081 2000-04-09 Dave Love <fx@gnu.org>
12082
12083 * files.el (backup-enable-predicate): Use
12084 temporary-file-directory, small-temporary-file-directory.
12085 (make-backup-file-name-function, backup-directory-alist): New
12086 variables.
12087 (make-backup-file-name-1): New function.
12088 (make-backup-file-name): Use it.
12089 (find-backup-file-name): Likewise. Use format for clarity, not
12090 concat.
12091 (file-newest-backup): Use make-backup-file-name.
12092
12093 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12094
12095 * progmodes/ebrowse-ffh.el: New file.
12096
12097 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12098 to ebrowse-ffh.el.
12099 (ebrowse-load): Add autoload.
12100
12101 * finder.el (finder-commentary): Add autoload cookie.
12102
12103 * mail/rfc2368.el: Correct author's email address.
12104
12105 * progmodes/ebrowse.el: New file.
12106
12107 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12108 item help string.
12109 (easy-menu-do-add-item): Ditto.
12110 (easy-menu-define): Extend doc string.
12111
12112 * jit-lock.el (with-buffer-unmodified): Use
12113 restore-buffer-modified-p.
12114 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12115 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12116 with-buffer-unmodified.
12117
12118 2000-04-08 Dave Love <fx@gnu.org>
12119
12120 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12121 unless, when.
12122
12123 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12124
12125 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12126 (viper-flash-search-pattern): No operation when using Emacs
12127 doesn't support face.
12128 Use `viper-put-on-search-overlay'.
12129
12130 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12131
12132 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12133 like C-r.
12134
12135 * progmodes/make-mode.el: Some doc fixes.
12136 (makefile-mode-abbrev-table): New variable.
12137 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12138 (makefile-font-lock-keywords): Fontify includes and conditionals.
12139 (toplevel): Require `dabbrev' and `add-log' when compiling.
12140
12141 * replace.el (perform-replace): Don't move forward one char
12142 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12143 to do that because it leaves point 1 position after the last
12144 replacement, after everything has been replaced.
12145
12146 * jit-lock.el (with-buffer-unmodified): New macro.
12147 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12148 modified state.
12149 (jit-lock-function-1): Extracted from jit-lock-function; not
12150 preserving buffer's modified state.
12151 (jit-lock-function, jit-lock-stealth-fontify): Call
12152 jit-lock-function-1.
12153
12154 * mail/rfc2368.el: Remove supernumerary copyright line.
12155
12156 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12157
12158 * glasses.el: Provide facilities for inserting space before left
12159 parentheses and uncapitalization of identifiers.
12160 (glasses-mode): Try to remove old overlays in all cases.
12161
12162 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12163
12164 * progmodes/compile.el (compile-internal): Display the compilation
12165 buffer in a different frame, if it's already displayed there.
12166
12167 * mail/rfc2368.el: New file.
12168
12169 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12170 header and insert its value as mail body.
12171
12172 * subr.el (member-ignore-case): New function.
12173
12174 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12175 (dabbrev--find-expansion): Ignore buffers matching a regexp
12176 from dabbrev-ignored-regexps.
12177
12178 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12179 to extensions handled by gzip.
12180
12181 2000-04-03 Richard M. Stallman <rms@gnu.org>
12182
12183 * files.el (insert-directory): List the total free space
12184 along with the used space.
12185
12186 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12187 line is followed by one that matches CITATION-REGEXP, end the
12188 paragraph.
12189
12190 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12191
12192 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12193 (rmail-make-basic-summary-line): Use that option.
12194
12195 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12196
12197 * international/mule-cmds.el (encoded-string-description):
12198 Rewritten. Try pretty description for ISO 2022 escape sequences
12199 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12200 for hexadecimal format.
12201
12202 2000-04-01 Dave Love <fx@gnu.org>
12203
12204 * cpp.el: Change customization group to `c' from `C'.
12205
12206 * vcursor.el (vcursor-move): Use display-color-p.
12207
12208 * international/mule-util.el: Provide mule-utils.
12209 (string-to-sequence): Simplify and speed up.
12210
12211 * international/mule.el (make-coding-system): Purecopy doc-string.
12212
12213 * international/mule-cmds.el: Various menu changes.
12214 (describe-specified-language-support): Handle `Default'.
12215 (set-language-info): Purecopy `info'.
12216
12217 2000-03-31 Andrew Innes <andrewi@gnu.org>
12218
12219 * vc.el (vc-backend-diff): Return the correct status if we had to
12220 retry the rcsdiff command without the --brief option.
12221
12222 2000-03-31 Dave Love <fx@gnu.org>
12223
12224 * help.el (help-manyarg-func-alist): Correct several omissions.
12225
12226 * add-log.el: Don't require cl, fortran.
12227 (add-log-current-defun-function): Doc fix.
12228 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12229 fix.
12230 (change-log-version-rcs): Function deleted.
12231 (change-log-version-number-search): Doc fix. Use
12232 vc-workfile-version. Avoid CL dolist.
12233 (add-change-log-entry): Just call add-log-current-defun to get
12234 defun. Simplify somewhat.
12235 (change-log-get-method-definition-1): Likewise.
12236 (add-log-current-defun): Return nil if calling
12237 add-log-current-defun-function does so. Move Fortran stuff to
12238 fortran.el. Return string without properties.
12239
12240 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12241 and :alpha: char classes.
12242
12243 * mail/supercite.el: Defvar curline when compiling.
12244 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12245 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12246 rather than a-zA-Z0-9 to allow non-ASCII characters.
12247
12248 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12249
12250 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12251
12252 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12253 Re-enable new code.
12254
12255 * lpr.el (print-region-1): Use -d to specify printer name for
12256 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12257
12258 2000-03-31 Dave Love <fx@gnu.org>
12259
12260 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12261 for function definition in symbol's function value slot first
12262 instead of first consulting byte-compile-function-environment.
12263
12264 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12265
12266 * language/european.el ("Polish"): New language environment.
12267 (setup-polish-environment): New function.
12268
12269 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12270
12271 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12272 Disable new code.
12273
12274 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12275 trying to `load' the symbol of an autoload instead of the file
12276 recorded in the autoload. Fix error messages.
12277
12278 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12279
12280 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12281 (ps-print-version): New version number (5.1.3).
12282 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12283 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12284 (ps-generate-postscript-with-faces): Code fix.
12285 (ps-color-values): XEmacs compatibility.
12286 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12287 (ps-default-fg, ps-default-bg): Adjust customization.
12288 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12289 (ps-color-scale): Renaming old ps-color-value fun.
12290 (ps-print-headers): Replace ps-print-header group to avoid conflict
12291 with ps-print-header variable.
12292 (ps-print-miscellany): New group.
12293 (ps-format-color, ps-rgb-color): New funs.
12294 (ps-default-foreground): New var.
12295 (ps-printer-name-option): New const.
12296
12297 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12298
12299 * net/net-utils.el:
12300 (network-connection-host, network-connection-service): New variables
12301 (network-connection-mode): New mode, derived from comint-mode
12302 (network-connection-mode-setup): New function, saves host and
12303 service information in local variables.
12304
12305 * lisp/locate.el:
12306 (locate-word-at-point): Added this function
12307 (locate): Default to using locate-word-at-point as input
12308 Run dired-mode-hook
12309
12310 2000-03-29 Dave Love <fx@gnu.org>
12311
12312 * calendar/appt.el: Doc fixes.
12313 (appt-check): Convert min-to-app to a string before passing to
12314 appt-disp-window-function or concat.
12315 (appt-delete-window): Remove test for frame-root-window.
12316 (appt-select-lowest-window, appt-convert-time): Simplify.
12317
12318 * emacs-lisp/bytecomp.el: Doc fixes.
12319 (byte-compile-file-form-autoload): Update
12320 byte-compile-function-environment.
12321
12322 2000-03-29 Andreas Schwab <schwab@suse.de>
12323
12324 * emacs-lisp/autoload.el: Also print defsubst doc string
12325 specially.
12326
12327 * dired.el (dired-insert-directory): If dired-free-space-program
12328 failed just delete its output.
12329
12330 2000-03-29 Dave Love <fx@gnu.org>
12331
12332 * international/iso-cvt.el: Move provide to end. Doc fixes.
12333 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12334 (iso-iso2sgml, iso-sgml2iso): New functions.
12335 (iso-cvt-define-menu): Fix some entries and use backquote for
12336 clarity.
12337
12338 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12339
12340 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12341
12342 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12343 ISO-DATE. If non-nil, return date in ISO 8601 format.
12344
12345 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12346
12347 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12348 if it ever becomes used.
12349 (log-edit-mode-hook): Default to vc-log-mode-hook.
12350 (log-edit-mode): Fix the docstring.
12351
12352 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12353 the code.
12354
12355 2000-03-26 Dave Love <fx@gnu.org>
12356
12357 * net/browse-url.el (browse-url): Re-fix case of
12358 browse-url-browser-function being an alist.
12359 (browse-url): Add :link to defgroup.
12360
12361 * files.el: Doc fixes.
12362 (file-truename): Include `[' in wildcard characters.
12363 (automount-dir-prefix): Customize.
12364 (find-file-wildcards): Add :version.
12365 (find-file-noselect): Simplify a mapcar call.
12366
12367 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12368 compatible with inf-lisp version.
12369 (eval-defun-1): Fix custom-declare-variable case.
12370
12371 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12372
12373 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12374
12375 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12376
12377 * Makefile (COMPILE_FIRST): New macro.
12378 (compile-files): Compile files from COMPILE_FIRST first.
12379
12380 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12381 code.
12382
12383 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12384 matching open parenthesis in column 0 to defun-prompt-regexp
12385 only if open-paren-in-column-0-is-defun-start is set.
12386
12387 * sun-curs.el: Require CL at compile-time only.
12388
12389 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12390 instead of copy-list which is a function from CL.
12391 (msb--choose-menu, msb--mode-menu-cond)
12392 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12393 (msb--init-file-alist): Use mapcar instead of mapcan.
12394 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12395 `(' in column 0 in doc string.
12396 (msb--add-separators): Use mapcar instead of mapcan.
12397
12398 * cus-dep.el: Require CL at compile-time only.
12399
12400 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12401
12402 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12403 (byte-compile-warnings): New warning `noruntime'.
12404 (byte-compile-constants, byte-compile-variables): Fix docstring.
12405 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12406 execute `eval-whenc-compile's body.
12407 (byte-compile-unresolved-functions): Fix docstring.
12408 (byte-compile-eval): New function.
12409 (byte-compile-callargs-warn): Check if the function will be available
12410 at runtime (via property `byte-compile-noruntime').
12411 (byte-compile-print-syms): New function.
12412 (byte-compile-warn-about-unresolved-functions): Also warn about
12413 `noruntime' functions (and use `byte-compile-print-syms').
12414 (byte-compile-file): Capitalize the message.
12415
12416 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12417
12418 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12419 (rmail-expunge): Ask for confirmation depending on the setting
12420 of rmail-confirm-expunge.
12421
12422 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12423
12424 * Makefile (bootstrap-clean): If $(emacs) exists, build
12425 loaddefs.el first. A loaddefs.el that's not up-to-date might
12426 cause a bootstrap failure because things don't autoload as
12427 expected.
12428
12429 2000-03-23 Dave Love <fx@gnu.org>
12430
12431 * net/browse-url.el: Restore previous use of
12432 browse-url-maybe-new-window.
12433
12434 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12435
12436 * ps-print.el: Skip banner page fix.
12437 (ps-print-version): New version number (5.1.2).
12438 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12439
12440 2000-03-23 Dave Pearson <davep@davep.org>
12441
12442 * net/quickurl.el Changed the type of parameter passed to the
12443 function defined by `quickurl-format-function'. Before only the
12444 text of the URL was passed. Now the whole URL structure is passed
12445 and the function is responsible for extracting the parts it
12446 requires. Changed the default of `quickurl-format-function'
12447 accordingly.
12448 (quickurl-insert): Changed the `funcall' of
12449 `quickurl-format-function' to match the above change.
12450 (quickurl-list-insert): Changed the `url' case so that it makes
12451 use of `quickurl-format-function', previous to this the format was
12452 hard wired.
12453
12454 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12455
12456 * startup.el: Change some spellings for the X Window System.
12457
12458 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12459
12460 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12461 up the code and the regexp and make sure the cursor is temporarily
12462 moved to the suspicious line while querying the user.
12463
12464 2000-03-22 Jason Rumney <jasonr@gnu.org>
12465
12466 * w32-fns.el (w32-charset-info-alist): Initialize.
12467
12468 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12469
12470 * ps-print.el: N-up last page fix.
12471 (ps-print-version): New version number (5.1.1).
12472 (ps-end-file, ps-end-job, ps-generate): Code fix.
12473
12474 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * files.el (find-file-run-dired): Update docstring.
12477 (find-directory-functions): New hook.
12478 (find-file-noselect): Run find-directory-functions rather than
12479 calling dired directly.
12480
12481 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12482
12483 * pcvs.el: Add a minimal leading commentary.
12484 (cvs-make-cvs-buffer): Change the header part by removing the startup
12485 message and adding a `Module' entry. Also replace the FOOTER and
12486 HEADER special fileinfos with the new support in ewoc for updating
12487 its own footer and header.
12488 (cvs-update-header): Update to use the header/footer of the ewoc.
12489 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12490 (cvs-is-within-p): New function.
12491 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12492 to only examine some subset of the buffers.
12493
12494 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12495 `format' instead of our own ad-hoc functions.
12496 Remove HEADER and FOOTER cases, now handled in the EWOC.
12497 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12498
12499 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12500 output to avoid scaring the user.
12501 (cvs-parse-table): Catch message for non-up-to-date commits.
12502
12503 * pcvs-defs.el (cvs-startup-message): Remove.
12504 (cvs-global-menu): New autoloaded menu.
12505
12506 * pcvs-util.el (cvs-string-fill): Remove.
12507
12508 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12509 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12510 PP part of it and also make it work for footers and headers.
12511 (ewoc-create): Drop POS and BUFFER arguments.
12512 Use the DLL's dummy node to store the end-of-footer position.
12513 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12514 (ewoc-refresh): Remove unused `header' variable.
12515 (ewoc-(get|set)-hf): New functions.
12516
12517 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12518 log-view-*-(message|file) and use easy-mmode-define-navigation.
12519 (log-view-message-re): Match SCCS format as well.
12520 And match the revision line rather than the dashed separator line.
12521 (log-view-mode): Use the new define-derived-mode.
12522 (log-view-current-tag): Fill in with an actual implementation.
12523
12524 * cvs-status.el (cvs-status-(prev|next)): Rename from
12525 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12526 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12527 to let the output "breathe" a little more (more readable).
12528 (cvs-status-mode): Use the new define-derived-mode.
12529
12530 * smerge-mode.el (smerge-auto-leave): New function and variable.
12531 (smerge-basic-map): Rename from smerge-basic-keymap.
12532 Change the bindings for smerge-diff-*.
12533 (smerge-*-map): Use easy-mmode-defmap.
12534 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12535 (smerge-keep-*): Use smerge-auto-leave.
12536
12537 2000-03-21 Jason Rumney <jasonr@gnu.org>
12538
12539 * cus-edit.el (custom-button-face): Use 3D look for w32.
12540 (custom-button-pressed-face): Likewise.
12541
12542 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12543
12544 * progmodes/etags.el (tags-case-fold-search): New user-option.
12545 (tags-loop-eval): New function. Bind case-fold-search around eval
12546 depending on the value of tags-case-fold-search.
12547 (tags-loop-continue): Use tags-loop-eval.
12548 (find-tag-in-order): Bind case-fold-search depending on the value
12549 of tags-case-fold-search.
12550
12551 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12552
12553 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12554 (diff-end-of-hunk): Return the end position for use in
12555 `easy-mmode-define-navigation'.
12556 (diff-recenter): Remove.
12557 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12558 of `easy-mmode-define-navigation'.
12559 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12560 previous renaming) and fix to use new names.
12561 (diff-merge-strings): Use \n as separator: simpler, faster.
12562 (diff-mode): Use `define-derived-mode'.
12563
12564 * derived.el (define-derived-mode): Don't autoload anymore.
12565 Prefer the macro-only version provided by easy-mmode.el.
12566
12567 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12568 `easy-mmode-define-derived-mode'.
12569 Use `combine-run-hooks'.
12570 (easy-mmode-define-navigation): New macro.
12571
12572 * subr.el (combine-run-hooks): New function.
12573
12574 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12575
12576 * term/x-win.el: Fontsets related initialization is simplified.
12577
12578 * international/mule-diag.el (describe-font): Don't refer to
12579 global-fontset-alist, instead call font-list.
12580 (describe-fontset, list-fontsets, mule-diag): Likewise.
12581 (print-fontset): Adjusted for the change of fontset
12582 implementation.
12583
12584 * international/fontset.el (x-charset-registries): Variable
12585 removed, instead the corresponding data is stored in the default
12586 fontset.
12587 (register-alternate-fontnames): Function removed.
12588 (resolved-ascii-font): Variable removed.
12589 (x-compose-font-name): Ignore the second argument REDOCE.
12590 (x-complement-fontset-spec): Complement only an ASCII font and
12591 element for those charsets than can use that ASCII font.
12592 (generate-fontset-menu): Don't refer to global-fontset-alist,
12593 instead call fontset-list.
12594 (uninstantiated-fontset-alist): Variable removed.
12595 (x-style-funcs-alist): Likewise.
12596 (fontset-default-styles): Likewise.
12597 (x-modify-font-name): Function removed.
12598 (create-fontset-from-fontset-spec): Ignore the argument
12599 STYLE-VARIANT.
12600 (create-fontset-from-ascii-font): Docsting adjusted for the above
12601 change.
12602 (instantiate-fontset, resolve-fontset-name): Functions removed.
12603 (fontset-list): Now implemented by C code.
12604
12605 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12606 (describe-face): Include `font' attribute in the description.
12607
12608 2000-03-21 Kenichi Handa <handa@etl.go.jp>
12609
12610 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12611
12612 2000-03-20 Gerd Moellmann <gerd@gnu.org>
12613
12614 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12615 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12616 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12617
12618 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12619 about behavior of set-buffer-modified-p wrt redisplay.
12620
12621 2000-03-19 Richard M. Stallman <rms@gnu.org>
12622
12623 * view.el (view-mode-disable): Kill local binding of view-read-only.
12624
12625 2000-03-18 Gerd Moellmann <gerd@gnu.org>
12626
12627 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12628 is a string, convert it to a syntax cell using string-to-syntax.
12629
12630 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12631 (string-to-syntax): New function.
12632
12633 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12634 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12635 try to use passive ftp mode.
12636
12637 2000-03-17 Gerd Moellmann <gerd@gnu.org>
12638
12639 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12640
12641 * simple.el (append-to-buffer): Update point of windows after
12642 insertion.
12643
12644 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12645 forward then moving backward. Reindent.
12646
12647 * frame.el (other-frame): Call x-focus-frame only if
12648 focus-follows-mouse is off.
12649
12650 2000-03-17 Dave Love <fx@gnu.org>
12651
12652 * pcvs-util.el (cvs-strings->string): Rename
12653 replace-regexps-in-string.
12654
12655 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12656
12657 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12658 regexp for labels cannot span several lines.
12659
12660 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12661 `(setq :<key> ':<key>)' to the macro expansion.
12662
12663 2000-03-16 Dave Love <fx@gnu.org>
12664
12665 * progmodes/f90.el (f90): Put custom group under `languages', not
12666 `fortran'.
12667 (f90-mode-hook): Customize.
12668 (f90-mode): Set add-log-current-defun-function.
12669 (f90-current-defun): New function.
12670
12671 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12672
12673 * cus-edit.el (custom-variable-tag-face): Handle case that
12674 default face's height is not a number.
12675 (custom-face-tag-face, custom-group-tag-face-1)
12676 (custom-group-tag-face): Ditto.
12677 (custom-group-tag-face-1): Add :group.
12678
12679 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12680
12681 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12682
12683 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12684 requiring easymenu.
12685
12686 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12687
12688 * ps-print.el: PostScript user-defined prologue, PostScript error
12689 handler, doc fix.
12690 (ps-print-version): New version number (5.1).
12691 (ps-user-defined-prologue, ps-error-handler-message)
12692 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12693 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12694 (ps-insert-string): New function.
12695
12696 2000-03-15 Kenichi Handa <handa@etl.go.jp>
12697
12698 * international/ccl.el (ccl-compile-expression): Don't generate
12699 invalid self-assignment code.
12700
12701 2000-03-14 Dave Love <fx@gnu.org>
12702
12703 * subr.el (replace-regexp-in-string): Renamed from
12704 replace-regexps-in-string. Doc fix.
12705
12706 2000-03-12 Dave Love <fx@gnu.org>
12707
12708 * cus-edit.el: Doc fixes.
12709 (customize-set-variable, customize-save-variable): Rename args for
12710 doc.
12711 (custom-variable-tag-face, custom-face-tag-face)
12712 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12713 style which user identify as hyperlink.
12714 (hook): Don't add undefined functions to the hook.
12715 (debug-ignored-errors): Transfer message from bindings.el.
12716
12717 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12718
12719 * recentf.el (recentf-keep-non-readable-files-p): Remove
12720 double/nested definition.
12721
12722 2000-03-12 Dave Love <fx@gnu.org>
12723
12724 * facemenu.el (facemenu-get-face): Use display-color-p.
12725 * enriched.el (enriched-decode-foreground): Likewise.
12726 (enriched-decode-background): Likewise.
12727 * isearch.el (isearch-highlight): Likewise.
12728 * info-look.el (info-lookup): Likewise.
12729 * simple.el (completion-setup-function): Likewise.
12730
12731 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12732 :options.
12733
12734 * bindings.el (mode-line-format): Fix line-number and
12735 column-number items. Add help-echo for the background.
12736 (mode-line-mule-info): Modify help-echo.
12737
12738 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12739
12740 * files.el (load-file): Allow completion to .elc.
12741
12742 * man.el: Doc fixes.
12743 (Man-init-defvars): Use display-color-p to set fontification.
12744
12745 * play/hanoi.el (hanoi-internal): Don't use oddp.
12746
12747 2000-03-12 Gerd Moellmann <gerd@gnu.org>
12748
12749 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12750
12751 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12752
12753 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12754
12755 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12756 Fix comment.
12757
12758 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12759
12760 * font-lock.el (font-lock-keywords): Fix the doc now that
12761 regexp-opt-depth is unnecessary.
12762 (save-buffer-state): Set an edebug spec.
12763 (font-lock-fontify-anchored-keywords): Properly handle the case when
12764 the matcher goes past the limit.
12765
12766 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12767 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12768
12769 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12770 dll.el and cookie.el (from Elib) with heavy renaming and other
12771 massaging.
12772
12773 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12774 Autoload the functions used.
12775 (easy-mmode-define-syntax): Fix CL typo.
12776 (easy-mmode-define-derived-mode): Improve the docstring generation.
12777
12778 2000-03-10 Gerd Moellmann <gerd@gnu.org>
12779
12780 * textmodes/texinfo.el (texinfo-version): Variable and function
12781 removed.
12782
12783 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12784
12785 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12786 allow more flexibility.
12787 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12788 fns.
12789 (easy-mmode-defmap, easy-mmode-defsyntax)
12790 (easy-mmode-define-derived-mode): New macros.
12791
12792 2000-03-09 Didier Verna <didier@xemacs.org>
12793
12794 * rect.el (replace-rectangle): New function.
12795
12796 2000-03-09 Dave Love <fx@gnu.org>
12797
12798 * progmodes/fortran.el (fortran-comment-line-start): Define as
12799 "C".
12800 (fortran-comment-line-start-skip): Don't match cpp stuff.
12801 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12802 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12803 (fortran-mode): Don't set fortran-comment-line-start-skip,
12804 fortran-comment-line-start here. Set comment-start,
12805 add-log-current-defun.
12806 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12807 (fortran-current-defun): New function.
12808
12809 2000-03-09 Gerd Moellmann <gerd@gnu.org>
12810
12811 * emacs-lisp/re-builder.el: New file.
12812
12813 * mouse.el (mouse-drag-region): Don't run up-event handler
12814 if hscroll has changed.
12815
12816 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12817 builtin operators, use `font-lock-builtin-face' for Emacs and
12818 `font-lock-preprocessor-face' otherwise.
12819
12820 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12821 `(defun (setf foo)' differently.
12822
12823 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12824
12825 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12826 (regexp-opt): Update comment and adapt the code the new meaning of
12827 the `paren' argument of regex-opt-group for shy-groups.
12828 (regexp-opt-depth): Handle shy groups as well as backslashed
12829 backslashes.
12830 (regexp-opt-group): Turn the leading comment into a docstring.
12831 Allow `paren' to be a string (the string to use to open a group).
12832 Remove open-presuf and close-presuf. Instead of checking for `all
12833 one-char' and then later on check for `several one-char', handle
12834 both cases close together. Also apply a more generic algorithm
12835 for suffixes (the mirror image of the algorithm used for
12836 prefixes). Use shy-groups. Use nreverse rather than reverse.
12837 (regexp-opt-try-suffix): Removed.
12838
12839 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12840 from comint-mode-map, so we can just inherit from it. Also, move
12841 the initialization into the `defvar' since there's no docstring
12842 anyway and it's fairly short.
12843 (inferior-scheme-mode): Define it as derived-mode: the code is
12844 shorter and this way we inherit from comint-mode-map rather than
12845 copying it.
12846
12847 * subr.el (replace-regexps-in-string): Properly handle the case
12848 where we match an empty string.
12849
12850 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12851 when the command has a directory component (such as "./testml").
12852 Also fix a typo in the comment.
12853
12854 2000-03-08 Gerd Moellmann <gerd@gnu.org>
12855
12856 * Makefile (compile-files): Compile files one by one because
12857 that's the only way to ensure a clean compilation environment for
12858 each individual file.
12859
12860 * frame.el (other-frame): Call x-focus-frame.
12861
12862 2000-03-07 Dave Love <fx@gnu.org>
12863
12864 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12865 :require to defcustom.
12866
12867 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12868 lists.
12869
12870 * files.el (auto-mode-alist): Add configure.in.
12871
12872 * progmodes/autoconf.el: New file.
12873
12874 2000-03-07 Gerd Moellmann <gerd@gnu.org>
12875
12876 * mail/mh-e.el: Change maintainer to `none'.
12877
12878 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12879 to remove-hook and add-hook.
12880
12881 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12882
12883 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12884 it as the default.
12885 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12886 (sendmail-send-it): Conditionally add MIME headers specifying the
12887 used character set.
12888
12889 2000-03-07 Dave Love <fx@gnu.org>
12890
12891 * winner.el: Fix keywords, autoload cookies. Split
12892 eval-when-compile form to avoid compilation failure.
12893
12894 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12895
12896 * international/mule.el: Modify comment about coding system
12897 property `coding-category'.
12898 (make-coding-system): New argument EOL-TYPE. Pay attention to
12899 coding-category property of PROPERTIES.
12900
12901 * international/mule-conf.el (coding-category-utf-8,
12902 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12903 categories. Include them in the argument for set-coding-priority.
12904
12905 * international/mule-cmds.el (reset-language-environment): Include
12906 coding-category-utf-8, coding-category-utf-16-be, and
12907 coding-category-utf-16-le in the argument for set-coding-priority.
12908 (reset-language-environment): Initialize coding-category-utf-8,
12909 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12910
12911 2000-03-06 Karl Fogel <kfogel@red-bean.com>
12912
12913 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12914 code abstracted out of `bookmark-jump-noselect'. Now tries info
12915 extensions as well as compression extensions.
12916 (bookmark-jump-noselect): Use above new func.
12917
12918 2000-03-03 Gerd Moellmann <gerd@gnu.org>
12919
12920 * strokes.el: Change maintainer's mail address.
12921
12922 2000-03-03 Kenichi Handa <handa@etl.go.jp>
12923
12924 * international/mule-diag.el (list-character-sets): Make help-echo
12925 string by substitute-command-keys.
12926 (list-character-sets): Likewise.
12927 (sort-listed-character-sets): Call help-setup-xref.
12928
12929 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12930
12931 * time.el (display-time-mail-file): Add `none' to the list of
12932 choices.
12933
12934 2000-03-01 Dave Love <fx@gnu.org>
12935
12936 * help.el (help-xref-go-back): Don't try to set position.
12937
12938 * international/mule-diag.el (list-character-sets): Call
12939 help-setup-xref. Add help-echo to xrefs.
12940 (list-character-sets-1): Add help-echo to xrefs.
12941
12942 2000-03-02 Gerd Moellmann <gerd@gnu.org>
12943
12944 * frame.el (blink-cursor-mode): Switch cursor on when turning
12945 the mode off.
12946
12947 * add-log.el (add-log-current-defun): Add support for
12948 Autoconf mode.
12949
12950 * mail/rmail.el (rmail-quit-hook): New variable.
12951
12952 2000-03-01 Dave Love <fx@gnu.org>
12953
12954 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12955
12956 * help.el (help-xref-button): Add help-echo arg.
12957 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12958
12959 * faces.el (list-faces-display): Supply help-echo with
12960 help-make-xrefs.
12961
12962 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12963 nil.
12964
12965 2000-03-01 Gerd Moellmann <gerd@gnu.org>
12966
12967 * image.el (defimage): Look for image files in load-path.
12968
12969 * frame.el (busy-cursor-delay-seconds): Change type to
12970 `number'.
12971
12972 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12973
12974 * recentf.el (recentf): Added version tag to the defgroup of
12975 recentf.
12976
12977 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12978
12979 * recentf.el (recentf-cleanup): Changed to remove excluded file
12980 too.
12981 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12982 action to select/unselect a file.
12983 (recentf-edit-list): Code cleanup and improvement.
12984 (recentf-open-more-files-action): `recentf-open-more-files' button
12985 widget action to open a file.
12986 (recentf-open-more-files): No more use standard completion but
12987 widgets.
12988 (recentf-more-collection): Deleted.
12989 (recentf-more-history): Deleted.
12990 (recentf-setup-more-completion): Deleted.
12991
12992 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
12993
12994 * recentf.el (recentf-mode): No more needs that Emacs is running
12995 under a window-system.
12996
12997 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
12998
12999 * recentf.el (recentf-edit-list): New command to edit the recent
13000 list which allow the user to remove files.
13001 (recentf-edit-selected-items): New global variable, used by
13002 `recentf-edit-list' to hold the list of files to be removed from
13003 the recent list.
13004 (recentf-make-menu-items): Updated to display a "Edit list..."
13005 menu item. Minor code cleanup.
13006
13007 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13008
13009 * recentf.el (recentf-open-more-files): New command to open files
13010 that are not displayed in the menu.
13011 (recentf-more-collection): New global variable holding the set of
13012 permissible completions used by `recentf-open-more-files'.
13013 (recentf-more-history): New global variable holding the history list
13014 used by `recentf-open-more-files' completion.
13015 (recentf-setup-more-completion): New function to setup completion for
13016 `recentf-open-more-files'.
13017 (recentf-make-menu-items): Updated to display a "More..." menu item.
13018
13019 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13020
13021 * recentf.el (recentf-menu-action): Doc fixed.
13022
13023 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13024
13025 * recentf.el (recentf-menu-filter): Doc updated.
13026 (recentf-update-menu-hook): Allow menu filters to force menu update.
13027 (recentf-make-menu-items): New menu filter handling.
13028 (recentf-make-menu-item): New helper function.
13029 (recentf-menu-elements): New menu handling function.
13030 (recentf-sort-ascending): Updated to new menu filter handling.
13031 (recentf-sort-descending): Updated to new menu filter handling.
13032 (recentf-sort-basenames-ascending): New menu filter function.
13033 (recentf-sort-basenames-descending): New menu filter function.
13034 (recentf-show-basenames): New menu filter function.
13035 (recentf-show-basenames-ascending): New menu filter function.
13036 (recentf-show-basenames-descending): New menu filter function.
13037
13038 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13039
13040 * diary-lib.el (list-diary-entries): Don't try to go forward at
13041 the end of the buffer.
13042
13043 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13044
13045 * international/mule-diag.el (list-character-sets): Completely
13046 rewritten.
13047 (sort-listed-character-sets): New function.
13048 (list-character-sets-1): Completely rewritten.
13049 (list-character-sets-2): New function.
13050 (non-iso-charset-alist): New variable.
13051 (decode-codepage-char): New function.
13052 (charset-history): New variable.
13053 (read-charset) (list-block-of-chars)
13054 (list-iso-charset-chars)
13055 (list-non-iso-charset-chars)
13056 (list-charset-chars): New functions.
13057 (mule-diag): Call list-character-sets-2, not
13058 list-character-sets-2.
13059 (dump-charsets): Likewise.
13060
13061 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13062
13063 * dired-x.el (dired-filename-at-point): Add `@' to valid
13064 file name characters.
13065 (dired-filename-at-point): Handle ange-ftp file names.
13066
13067 * frame.el (frame-notice-user-settings): Use assq-delete-all
13068 instead of assoc-delete-all.
13069 (frame-notice-user-settings): Ditto.
13070
13071 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13072 Don't copy alist.
13073
13074 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13075
13076 * calculator.el (calculator-use-menu): New option.
13077 (calculator-initial-bindings): Changed some bindings to work as
13078 macros.
13079 (calculator-forced-input): Removed.
13080 (calculator-restart-other-mode): New variable.
13081 (calculator-mode-map): Set up menu.
13082
13083 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13084
13085 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13086 tags.
13087
13088 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13089
13090 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13091 translate all ESC key sequences.
13092 (viper-goto-mark-subr): restore markers for files for which
13093 they were saved.
13094 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13095 * viper-util.el (viper-set-replace-overlay-glyphs,
13096 viper-set-replace-overlay): always check if the replacement
13097 overlay is live.
13098 * viper.el (viper-vi-state-mode-list): added major modes.
13099 * ediff-wind.el: minor comment changes.
13100 * ediff.el: copyright notice date fix.
13101
13102 2000-02-27 Jason Rumney <jasonr@gnu.org>
13103
13104 * faces.el (face-font-family-alternatives): Add arial to helv.
13105 (mode-line, header-line, tool-bar): Same default as x for w32.
13106 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13107 face-font-family-alternatives from working.
13108 * term/w32-win.el (mouse-set-font): Do not build fontset from
13109 chosen font.
13110
13111 2000-02-25 Sam Steingold <sds@goems.com>
13112
13113 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13114 properly.
13115
13116 2000-02-25 Richard M. Stallman <rms@gnu.org>
13117
13118 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13119
13120 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13121
13122 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13123 writable.
13124
13125 * frame.el (busy-cursor-delay-seconds): New option.
13126
13127 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13128
13129 * frame.el (show-cursor-in-non-selected-windows): New option.
13130
13131 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13132
13133 * diary-lib.el (include-other-diary-files): Undo the selective
13134 display in any included file and don't kill it.
13135
13136 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13137
13138 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13139 bar. Menu items converted to (menu-item format, help strings
13140 added.
13141 [downcase, upcase]: Don't enable on MS-DOS.
13142 [symlink, symlinks]: Don't show if make-symbolic-link is not
13143 bound.
13144 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13145
13146 2000-02-23 Dave Love <fx@gnu.org>
13147
13148 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13149 (backward-kill-word): Revert addition of * to interactive spec --
13150 it's a feature.
13151
13152 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13153 (backward-kill-sentence, kill-sentence): Likewise.
13154
13155 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13156 scratch buffer name.
13157 (gud-format-command): Use int-to-string in ?l case. Simplify
13158 slightly.
13159
13160 * term/w32-win.el (internal-face-interactive): Update prompt for
13161 new read-face-name.
13162
13163 * mail/footnote.el (footnote): Add :version to defgroup.
13164 (footnote-section-tag-regexp): Customize.
13165 (footnote-start-tag, footnote-end-tag): New option.
13166 (footnote-latin-regexp): New variable.
13167 (Footnote-latin): New function.
13168 (footnote-style-alist): Add element for latin style.
13169 (footnote-style): Moved.
13170 (Footnote-goto-footnote): Use eq to test arg.
13171
13172 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13173
13174 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13175 (byte-compile-trueconstp): Include keywords.
13176 (byte-optimize-quote, byte-optimize-lapcode): Use
13177 byte-compile-const-symbol-p.
13178 (byte-optimize-char-before): New optimization.
13179
13180 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13181 (byte-compile-const-symbol-p): New function.
13182 (byte-compile-constp, byte-compile-out-toplevel)
13183 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13184 Use it.
13185
13186 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13187
13188 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13189
13190 * international/encoded-kb.el: Be sure to update minor-mode-alist
13191 and minor-mode-map-alist.
13192 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13193 codes SS2 and SS3 correctly.
13194 (encoded-kbd-self-insert-ccl): New function.
13195 (encoded-kbd-setup-keymap): New function.
13196 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13197 by calling encoded-kbd-setup-keymap.
13198
13199 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13200 characters.
13201 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13202 locally.
13203
13204 2000-02-22 Dave Love <fx@gnu.org>
13205
13206 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13207 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13208 defvar.
13209 (lisp-mode-syntax-table): Set up for #|...|# comments.
13210 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13211 classes. Match `defface'.
13212 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13213 (eval-defun-1): Fix for defcustom.
13214 (lisp-indent-region): Doc fix.
13215
13216 * subr.el (when, unless, split-string): Doc fix.
13217 (read-passwd): Move call of clear-this-command-keys to the right
13218 place.
13219 (replace-regexps-in-string): New function.
13220
13221 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13222
13223 * help.el (describe-variable): Set syntax table to
13224 emacs-lisp-mode-syntax-table when moving forward over the
13225 symbol's name.
13226
13227 2000-02-22 Dave Love <fx@gnu.org>
13228
13229 * xt-mouse.el: Doc fixes.
13230 (xterm-mouse-position-function): New function, replacing advice of
13231 mouse-position.
13232 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13233
13234 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13235
13236 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13237
13238 * format.el (format-annotate-single-property-change): Handle
13239 properties.with dotted-list values.
13240 (format-proper-list-p): New function.
13241
13242 * enriched.el (enriched-face-ans): Handle '(foreground-color
13243 . COLOR) and (background-color . COLOR).
13244
13245 2000-02-20 Dave Love <fx@gnu.org>
13246
13247 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13248 and assignments to it.
13249 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13250 current local map.
13251 (make-flyspell-overlay): Use it.
13252 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13253
13254 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13255 (lm-get-header-re): Defun, not defsubst.
13256 (lm-get-package-name): Defun, not defsubst. Simplify.
13257 (lm-version): Doc fix. Simplify.
13258 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13259 (lm-crack-address, lm-last-modified-date, lm-commentary)
13260 (lm-verify, lm-synopsis): Simplify.
13261 (lm-report-bug): Require emacsbug. Use compose-mail.
13262
13263 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13264
13265 * dired.el (dired-mode): Call propertized-buffer-identification
13266 to set mode-line-buffer-identification to something having
13267 the right text properties.
13268
13269 * bindings.el (propertized-buffer-identification): New function.
13270
13271 2000-02-20 Dave Love <fx@gnu.org>
13272
13273 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13274 check for t-mouse too.
13275
13276 * cus-start.el: Make echo-keystrokes `number'.
13277
13278 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13279
13280 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13281 Don't call ring-empty-p unless tags-location-ring is bound.
13282 From Noah Friedman <friedman@splode.com>.
13283
13284 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13285
13286 * progmodes/hideshow.el (hs-flag-region): No longer use
13287 `intangible' overlay property.
13288
13289 (hs-toggle-hiding): New command.
13290 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13291
13292 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13293 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13294 and deactivation.
13295
13296 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13297
13298 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13299
13300 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13301
13302 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13303
13304 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13305 of `*' to handle `(* ... *)' comments.
13306
13307 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13308
13309 * faces.el (list-faces-display): Use display-mouse-p instead of
13310 window-system.
13311
13312 * menu-bar.el (global-map): Menu-bar items converted to the new
13313 format (menu-item..., rearranged for better CUA compliance, and
13314 their names changed for better clarity. Help strings added.
13315
13316 * international/mule-cmds.el (mule-menu-keymap)
13317 (describe-language-environment-map, set-coding-system-map)
13318 (setup-language-environment-map): Convert to new (menu-item...
13319 form, add help strings. Change names of menu items for better
13320 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13321 submenu).
13322
13323 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13324
13325 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13326 within the code.
13327
13328 2000-02-16 Dave Love <fx@gnu.org>
13329
13330 * faces.el: Don't require custom. Add more specific :groups to
13331 various deffaces.
13332 (set-face-attribute): Purecopy args.
13333 (read-face-name): Default to name at point and use it in prompt.
13334 Remove colon from arg in all callers.
13335 (list-faces-display): Hyperlink to face descriptions and customize
13336 buffers.
13337
13338 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13339
13340 * wid-edit.el (widget-match-inline): An atom never matches a
13341 list.
13342
13343 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13344
13345 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13346 at ':' characters by call to split-string.
13347
13348 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13349
13350 * textmodes/bibtex.el: Added RCS version identification.
13351
13352 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13353
13354 * textmodes/bibtex.el: Some temporary comments removed.
13355 (bibtex-field-name, bibtex-entry-type): Made the relationship
13356 explicit.
13357 (bibtex-field-const): Allow capital letters.
13358 (bibtex-start-of-string): Deleted because unused.
13359
13360 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13361 use the term 'reference' to describe a bibtex entry as a whole.
13362 Further, reference keys are no longer called 'labels'.
13363 (bibtex-keys): Renamed to bibtex-reference-keys.
13364 (bibtex-reformat-previous-labels): Renamed to
13365 bibtex-reformat-previous-reference-keys.
13366 (bibtex-reference-type): Renamed to bibtex-entry-type.
13367 (bibtex-reference-head): Renamed to bibtex-entry-head.
13368 (bibtex-reference-maybe-empty-head): Renamed to
13369 bibtex-entry-maybe-empty-head.
13370 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13371 (bibtex-search-reference): Renamed to bibtex-search-entry.
13372 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13373 bibtex-enclosing-entry-maybe-empty-head.
13374 (bibtex-entry-field-alist, bibtex-entry-head,
13375 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13376 bibtex-map-entries, bibtex-search-entry,
13377 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13378 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13379 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13380 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13381 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13382 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13383 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13384
13385 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13386
13387 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13388 comment.
13389 (bibtex-format-field-delimiters): New function, functionality
13390 extracted from bibtex-format-entry.
13391 (bibtex-autokey-get-yearfield-digits): New function, functionality
13392 extracted from bibtex-autokey-get-yearfield.
13393
13394 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13395 entries in order to avoid stack overflow in the regexp matcher if
13396 field contents become large.
13397 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13398 bibtex-field-string-part-not-braced,
13399 bibtex-field-string-part-no-inner-braces,
13400 bibtex-field-string-part-1-inner-brace,
13401 bibtex-field-string-part-2-inner-braces,
13402 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13403 bibtex-field-string-quoted, bibtex-field-string,
13404 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13405 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13406 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13407 as parsing is now performed by the following functions.
13408 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13409 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13410 bibtex-parse-field-string, bibtex-search-forward-field-string,
13411 bibtex-parse-association, bibtex-field-name-for-parsing,
13412 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13413 bibtex-search-forward-field, bibtex-search-backward-field,
13414 bibtex-start-of-field, bibtex-end-of-field,
13415 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13416 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13417 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13418 bibtex-parse-string, bibtex-search-forward-string,
13419 bibtex-search-backward-string, bibtex-start-of-string,
13420 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13421 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13422 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13423 entries. Instead of reporting the results of the parsing by
13424 match-beginning or match-end, these functions return data structures
13425 that hold the corresponding positions.
13426 (bibtex-enclosing-field): Changed to also report field boundaries by
13427 return values rather than by match-beginning or match-end. The
13428 following functions have been adapted to use the new parsing
13429 functions.
13430 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13431 bibtex-enclosing-field, bibtex-format-entry,
13432 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13433 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13434 bibtex-print-help-message, bibtex-end-of-entry,
13435 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13436 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13437 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13438 method for parsing.
13439 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13440 bibtex-map-entries, bibtex-flash-head,
13441 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13442 bibtex-autokey-change, bibtex-autokey-get-namefield,
13443 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13444 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13445 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13446 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13447 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13448 order to make the new binding of case-fold-search immediately
13449 visible.
13450
13451 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13452
13453 * textmodes/bibtex.el: Copyright notice is up to date.
13454 Added constant 'bibtex-maintainer-salutation.
13455
13456 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13457 than make-temp-name, use match-string-no-properties and eliminate
13458 a quadratic behavior when building bibtex-strings.
13459
13460 * bibtex.el (bibtex-reference-key): Accept string entries whose
13461 reference key contains upper case letters.
13462
13463 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13464
13465 * bibtex.el (bibtex-reference-head): Allow entries to start with
13466 a new line.
13467
13468 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13469
13470 * bibtex.el: Hiding of entry bodies is not longer provided by
13471 bibtex.el directly. Instead the hideshow package can be used.
13472 Added a special bibtex entry to hs-special-modes-alist.
13473 (bibtex-hs-forward-sexp): Added for hideshow.el.
13474
13475 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13476
13477 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13478 at ':' characters by call to split-string.
13479
13480 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13481
13482 * textmodes/bibtex.el: Added RCS version identification.
13483
13484 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13485
13486 * textmodes/bibtex.el: Some temporary comments removed.
13487 (bibtex-field-name, bibtex-entry-type): Made the relationship
13488 explicit.
13489 (bibtex-field-const): Allow capital letters.
13490 (bibtex-start-of-string): Deleted because unused.
13491
13492 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13493 use the term 'reference' to describe a bibtex entry as a whole.
13494 Further, reference keys are no longer called 'labels'.
13495 (bibtex-keys): Renamed to bibtex-reference-keys.
13496 (bibtex-reformat-previous-labels): Renamed to
13497 bibtex-reformat-previous-reference-keys.
13498 (bibtex-reference-type): Renamed to bibtex-entry-type.
13499 (bibtex-reference-head): Renamed to bibtex-entry-head.
13500 (bibtex-reference-maybe-empty-head): Renamed to
13501 bibtex-entry-maybe-empty-head.
13502 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13503 (bibtex-search-reference): Renamed to bibtex-search-entry.
13504 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13505 bibtex-enclosing-entry-maybe-empty-head.
13506 (bibtex-entry-field-alist, bibtex-entry-head,
13507 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13508 bibtex-map-entries, bibtex-search-entry,
13509 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13510 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13511 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13512 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13513 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13514 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13515 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13516
13517 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13518
13519 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13520 comment.
13521 (bibtex-format-field-delimiters): New function, functionality
13522 extracted from bibtex-format-entry.
13523 (bibtex-autokey-get-yearfield-digits): New function, functionality
13524 extracted from bibtex-autokey-get-yearfield.
13525
13526 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13527 entries in order to avoid stack overflow in the regexp matcher if
13528 field contents become large.
13529 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13530 bibtex-field-string-part-not-braced,
13531 bibtex-field-string-part-no-inner-braces,
13532 bibtex-field-string-part-1-inner-brace,
13533 bibtex-field-string-part-2-inner-braces,
13534 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13535 bibtex-field-string-quoted, bibtex-field-string,
13536 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13537 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13538 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13539 as parsing is now performed by the following functions.
13540 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13541 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13542 bibtex-parse-field-string, bibtex-search-forward-field-string,
13543 bibtex-parse-association, bibtex-field-name-for-parsing,
13544 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13545 bibtex-search-forward-field, bibtex-search-backward-field,
13546 bibtex-start-of-field, bibtex-end-of-field,
13547 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13548 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13549 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13550 bibtex-parse-string, bibtex-search-forward-string,
13551 bibtex-search-backward-string, bibtex-start-of-string,
13552 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13553 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13554 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13555 entries. Instead of reporting the results of the parsing by
13556 match-beginning or match-end, these functions return data structures
13557 that hold the corresponding positions.
13558 (bibtex-enclosing-field): Changed to also report field boundaries by
13559 return values rather than by match-beginning or match-end. The
13560 following functions have been adapted to use the new parsing
13561 functions.
13562 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13563 bibtex-enclosing-field, bibtex-format-entry,
13564 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13565 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13566 bibtex-print-help-message, bibtex-end-of-entry,
13567 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13568 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13569 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13570 method for parsing.
13571 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13572 bibtex-map-entries, bibtex-flash-head,
13573 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13574 bibtex-autokey-change, bibtex-autokey-get-namefield,
13575 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13576 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13577 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13578 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13579 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13580 order to make the new binding of case-fold-search immediately
13581 visible.
13582
13583 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13584
13585 * textmodes/bibtex.el: Copyright notice is up to date.
13586 Added constant 'bibtex-maintainer-salutation.
13587
13588 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13589 than make-temp-name, use match-string-no-properties and eliminate
13590 a quadratic behavior when building bibtex-strings.
13591
13592 * bibtex.el (bibtex-reference-key): Accept string entries whose
13593 reference key contains upper case letters.
13594
13595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13596
13597 * bibtex.el (bibtex-reference-head): Allow entries to start with
13598 a new line.
13599
13600 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13601
13602 * bibtex.el: Hiding of entry bodies is not longer provided by
13603 bibtex.el directly. Instead the hideshow package can be used.
13604 Added a special bibtex entry to hs-special-modes-alist.
13605 (bibtex-hs-forward-sexp): Added for hideshow.el.
13606
13607 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13608
13609 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13610 proceedings entry type (for cross referencing). Thanks to Wagner
13611 Toledo Correa for the suggestion.
13612
13613 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13614
13615 2000-02-14 Kenichi Handa <handa@etl.go.jp>
13616
13617 * international/characters.el: Setup case table for Vietnamese.
13618
13619 2000-02-12 Gerd Moellmann <gerd@gnu.org>
13620
13621 * uniquify.el (toplevel): Require CL at compile time.
13622 (uniquify-push): Removed.
13623
13624 * shadowfile.el (shadow-when): Removed.
13625
13626 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13627 (tempo-process-and-insert-string): Use dolist instead of
13628 tempo-dolist.
13629
13630 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13631 regexp for paragraph-start.
13632
13633 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13634 commas as well.
13635
13636 2000-02-10 Dave Love <fx@gnu.org>
13637
13638 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13639 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13640 Deleted.
13641 (widget-specify-field, widget-specify-button): Don't use
13642 widget-mouse-help as help-echo property.
13643 (default): Use #'ignore for :validate and :mouse-down-action.
13644 (checkbox): Add help-echo.
13645 (widget-sexp-validate): Rewritten to clarify error messages.
13646 (character): Use char-valid-p in :match function.
13647 (widget-color-complete): Use facemenu-color-alist.
13648 (widget-color-action): Use facemenu-read-color.
13649
13650 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13651 set up `caar' &c that we now have.
13652
13653 2000-02-09 Ray Blaak <blaak@gnu.org>
13654
13655 * delphi.el: Make resourcestring a declaration region, like const
13656 and var.
13657
13658 2000-02-09 Dave Love <fx@gnu.org>
13659
13660 * bindings.el (mode-line-input-method-map): New variable.
13661 (mode-line-mule-info): Use it; fix last change.
13662 (mode-line-mode-menu): Move definition.
13663 (mode-line-mouse-sensitive-p): Deleted.
13664 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13665 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13666 level.
13667
13668 * startup.el (command-line-1): Don't call
13669 make-mode-line-mouse-sensitive.
13670
13671 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13672
13673 * mail/rmail.el (rmail-retry-failure): Use
13674 rmail-beginning-of-message before rmail-toggle-header, because the
13675 former toggles headers.
13676
13677 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13678
13679 * diff-mode.el (diff-kill-junk): New interactive function.
13680 (diff-reverse-direction): Use delete-and-extract-region.
13681 (diff-post-command-hook): Restrict the area so that the hook also works
13682 outside of any diff hunk. This is necessary for the minor-mode.
13683 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13684 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13685
13686 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13687 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13688 so that it can be used more easily in <foo>-mode-hook. Also make sure
13689 to avoid duplicate entries.
13690 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13691 (font-lock-remove-keywords): Just as was done for `add', allow it to
13692 work even if font-lock-mode is nil. Also make sure we don't modify
13693 any pre-existing list by forcing a copy-sequence. Finally rename
13694 `major-mode' to `mode'.
13695 (font-lock-fontify-syntactic-anchored-keywords)
13696 (font-lock-fontify-anchored-keywords)
13697 (font-lock-fontify-keywords-region): Use line-end-position.
13698 Don't make `font-lock-multiline' local (it's now done in
13699 font-lock-set-defaults).
13700 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13701 move the `font-lock-fontified' creation to inside the `unless'.
13702
13703 2000-02-06 Andrew Innes <andrewi@gnu.org>
13704
13705 * term/w32-win.el (x-handle-args): Comment out call to message,
13706 which occurs before window system is initialized.
13707
13708 * makefile.nt: Add support for recompiling lisp code.
13709
13710 2000-02-04 Dave Love <fx@gnu.org>
13711
13712 * bindings.el (mode-line-mule-info): Fix/extend last change.
13713
13714 * completion.el: Replace completion-dolist with dolist.
13715
13716 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13717 dotimes.
13718
13719 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13720
13721 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13722 environment names before they go into the section regexp.
13723
13724 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13725 char class in regexp.
13726
13727 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13728 `case-fold-search' to nil.
13729
13730 * progmodes/idlwave.el (idlwave-template): Respect
13731 `idlwave-abbrev-change-case'.
13732 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13733 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13734 idlwave-while): respect `idlwave-reserved-word-upcase'.
13735 (idlwave-rw-case): New function.
13736 (idlwave-statement-match): Fixed problem with assignment regexp.
13737 (idlwave-font-lock-keywords): Improved regexp for keyword
13738 parameters.
13739 (idlwave-surround): New argument LENGTH to support padding of
13740 operators longer than 1 char.
13741
13742 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13743 idlwave-shell-expression-overlay. Implemented printing of
13744 expressions on higher levels of the calling stack.
13745 (idlwave-shell-display-level-in-calling-stack): Restore stack
13746 level.
13747 (idlwave-retrieve-expression-from-level): New function.
13748 (idlwave-shell-last-calling-stack): Variable removed.
13749 (idlwave-shell-reset): Argument action reversed (`visible' to
13750 `hidden'). Also remove stop-line overlay.
13751 (idlwave-shell-calling-stack-routine): New variable.
13752 (idlwave-shell-parse-stack-and-display): Messages now display
13753 negative level numbers.
13754 (idlwave-shell-mode): Set `modeline-format'.
13755 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13756 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13757 21.
13758 (idlwave-shell-print-expression-function): New option.
13759
13760 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13761 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13762 `tool-bar' instead of `toolbar'.
13763
13764 2000-02-02 Dave Love <fx@gnu.org>
13765
13766 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13767 emacs-lisp-mode-hook. Don't check for defalias being defined.
13768
13769 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13770 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13771 the new builtins directly.
13772
13773 * whitespace.el (whitespace): Add :version to defgroup.
13774
13775 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13776 Doc fix.
13777
13778 * thingatpt.el (sexp-at-point, symbol-at-point)
13779 (number-at-point, list-at-point): Add autoload cookie.
13780
13781 * recentf.el (recentf): Add :version to defgroup.
13782
13783 * quickurl.el (quickurl): Add :version to defgroup.
13784
13785 * elide-head.el (elide-head): Use point-marker more.
13786
13787 * bs.el (bs): Add :version to defgroup.
13788
13789 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13790
13791 * progmodes/delphi.el (delphi): Add :version to defgroup.
13792
13793 2000-02-02 Gerd Moellmann <gerd@gnu.org>
13794
13795 * ange-ftp.el (ange-ftp-write-region): Handle case that
13796 succeeding process operation sets a different coding system.
13797
13798 * calculator.el: New file.
13799
13800 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13801
13802 * frame.el (frames-on-display-list, framep-on-display): New
13803 functions.
13804 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13805 (display-selections-p, display-screens, display-pixel-width)
13806 (display-pixel-height, display-mm-width, display-mm-height)
13807 (display-backing-store, display-save-under, display-planes)
13808 (display-color-cells, display-visual-class): New functions.
13809
13810 * term/tty-colors.el (tty-color-gray-shades): New function.
13811
13812 * faces.el (display-color-p): Use framep-on-display.
13813 (display-grayscale-p): New function.
13814
13815 2000-01-31 Dave Love <fx@gnu.org>
13816
13817 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13818 (create-fontset-from-x-resource): Don't concat integers.
13819
13820 2000-01-31 Inge Frick <inge@nada.kth.se>
13821
13822 * view.el: Some changes in documentation. Removed some trailing
13823 whitespace. Changed some parameter names to agree with
13824 documentation.
13825 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13826 window is not deleted. Modifies change 1998-04-26.
13827
13828 2000-01-31 Gerd Moellmann <gerd@gnu.org>
13829
13830 * windmove.el: New file.
13831
13832 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13833 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13834 progmodes/ebnf-yac.el: Update copyright and license info.
13835
13836 * jit-lock.el (jit-lock-function): Widen before calculating end
13837 position.
13838 (jit-lock-stealth-chunk-start): Rewritten.
13839
13840 * info.el (Info-title-face-alist): Removed.
13841 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13842 faces.
13843 (Info-fontify-node): Use these faces.
13844
13845 2000-01-30 Gerd Moellmann <gerd@gnu.org>
13846
13847 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13848 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13849 `&allow-other-keywords'.
13850
13851 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13852 the list of directories scanned heuristically.
13853
13854 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13855 exist.
13856
13857 2000-01-30 Jason Rumney <jasonr@gnu.org>
13858
13859 * w32-fns.el: Define w32-tty-standard-colors.
13860
13861 * startup.el (command-line): Use w32-tty-standard-colors when in
13862 w32 console mode.
13863
13864 2000-01-30 Dave Love <fx@gnu.org>
13865
13866 * jka-compr.el (jka-compr-load): Fix up load-history.
13867
13868 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13869
13870 * emacs-lisp/cl-macs.el: Revert previous change.
13871
13872 2000-01-29 Dave Love <fx@gnu.org>
13873
13874 * facemenu.el: Purecopy various strings.
13875
13876 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13877 years. Deal with three-digit years.
13878
13879 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13880 defconst, purecopy.
13881 (help-back-label): Purecopy it.
13882
13883 2000-01-18 Gerd Moellmann <gerd@gnu.org>
13884
13885 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13886 variable. If non-nil, order the buffer list according to the
13887 currently selected frame.
13888 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13889 non-nil, pass the selected frame to function buffer-list.
13890
13891 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13892
13893 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13894
13895 2000-01-28 Dave Love <fx@gnu.org>
13896
13897 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13898
13899 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13900 Don't use lisp-indent-hook property.
13901 (cl-abs): Remove.
13902
13903 * subr.el: Move out indent and edebug specs for when and unless.
13904
13905 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13906 when, unless.
13907
13908 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13909 unless, when.
13910
13911 2000-01-28 Gerd Moellmann <gerd@gnu.org>
13912
13913 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13914 `collecting' as synonym for `collect'.
13915
13916 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13917 for the case it contains spaces.
13918
13919 * simple.el (what-cursor-position): Change formatting of
13920 messages.
13921
13922 * frame.el (delete-other-frames): New function.
13923 (toplevel): Bind it to C-x 5 1.
13924
13925 * sort.el (sort-numeric-base): New option.
13926 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13927 interpret it as octal or hexadecimal. Use sort-numeric-base
13928 as default base.
13929
13930 * progmodes/glasses.el: New file.
13931
13932 2000-01-27 Gerd Moellmann <gerd@gnu.org>
13933
13934 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13935 userids differently.
13936
13937 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13938 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13939 progmodes/ebnf-yac.el: New files.
13940
13941 2000-01-26 Dave Love <fx@gnu.org>
13942
13943 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13944 on a function with an empty body. [From Eric Ludlam.]
13945
13946 2000-01-25 Andre Spiegel <spiegel@gnu.org>
13947
13948 * vc.el (vc-version-diff): Make sure file name is expanded.
13949
13950 2000-01-25 Gerd Moellmann <gerd@gnu.org>
13951
13952 * scroll-bar.el (scroll-bar-timer): Variable removed.
13953 (scroll-bar-toolkit-scroll): Don't use a timer.
13954
13955 2000-01-25 Kenichi Handa <handa@etl.go.jp>
13956
13957 * language/thai-util.el (thai-composition-function): Delete
13958 superfluous `a'.
13959
13960 2000-01-24 Dave Love <fx@gnu.org>
13961
13962 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13963 end-of-defun-function.
13964
13965 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13966 &c.
13967
13968 2000-01-22 Jason Rumney <jasonr@gnu.org>
13969
13970 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13971 conflicts with new face support.
13972
13973 2000-01-22 Richard M. Stallman <rms@gnu.org>
13974
13975 * replace.el (query-replace): Rename last arg to DELIMITED.
13976 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13977 (query-replace-regexp): Likewise.
13978
13979 2000-01-20 Richard M. Stallman <rms@gnu.org>
13980
13981 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13982
13983 * emacs-lisp/lisp.el (beginning-of-defun-function):
13984 Variable renamed from beginning-of-defun.
13985 Do not call make-variable-buffer-local.
13986 (beginning-of-defun-raw): Use new variable name; doc fix.
13987 (beginning-of-defun): Doc fix.
13988 (end-of-defun-function): Variable renamed from end-of-defun.
13989 Do not call make-variable-buffer-local.
13990 (end-of-defun): Use new variable name; doc fix.
13991
13992 * subr.el (dolist, dotimes): Copied from cl-macs.el
13993 and made to work.
13994
13995 * mail/undigest.el (rmail-digest-end-regexps):
13996 Variable replaces rmail-digest-end-regexp.
13997 Allows multiple regexps for detecting the end line.
13998 (undigestify-rmail-message): Corresponding changes.
13999
14000 2000-01-19 Dave Love <fx@gnu.org>
14001
14002 * files.el (user-init-file): Don't declare here -- is primitive.
14003
14004 * startup.el (command-line): Check for compiled user-init-file and
14005 set to uncompiled version if necessary.
14006
14007 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14008
14009 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14010 (undigestify-rmail-message): Use it.
14011
14012 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14013
14014 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14015
14016 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14017 of mini-buffer.
14018
14019 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14020
14021 * emacs-lisp/copyright.el (copyright-update): Removed the
14022 requirement for a trailing space from `copyright-regexp', to
14023 support copyrights with owner specified on a separate line..
14024
14025 * align.el: New file.
14026
14027 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14028
14029 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14030
14031 2000-01-13 Dave Love <fx@gnu.org>
14032
14033 * ph.el: Removed. (Obsoleted by EUDC.)
14034
14035 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14036
14037 * net/eudc.el (toplevel): Remove autoloaded code installing
14038 menu with easymenu, because that causes build problems.
14039
14040 * frame.el (frame-notice-user-settings): New variable.
14041 (frame-notice-user-settings): Don't modify frame parameters
14042 if called a second time.
14043
14044 2000-01-13 Richard M. Stallman <rms@gnu.org>
14045
14046 * frame.el (frame-notice-user-settings):
14047 Notice default-frame-parameters even for non-window frames.
14048
14049 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14050
14051 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14052 for Emacs.
14053 (eudc-bob-can-display-inline-images): Extend for Emacs.
14054 (eudc-bob-toggle-inline-display): Ditto.
14055 (eudc-bob-display-jpeg): Ditto.
14056
14057 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14058
14059 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14060 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14061 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14062
14063 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14064 nil)'.
14065
14066 * subdirs.el: Add `net' directory.
14067
14068 * net: New directory.
14069
14070 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14071 eval-last-sexp. Don't bind debug-on-error here.
14072 (eval-last-sexp): New function. Bind debug-on-error if
14073 eval-expression-debug-on-error is non-nil.
14074 (eval-defun-2, eval-defun): Likewise.
14075
14076 * simple.el (eval-expression): Don't bind debug-on-error if
14077 eval-expression-debug-on-error is nil. Detect changed
14078 debug-on-error, and propagate new value to global binding, if
14079 eval-expression-debug-on-error is non-nil,
14080 (eval-expression-debug-on-error): Change doc string.
14081
14082 2000-01-11 Richard M. Stallman <rms@gnu.org>
14083
14084 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14085
14086 * emacs-lisp/lisp-mode.el (with-syntax-table):
14087 Set up lisp-indent-function property.
14088
14089 * subr.el (with-syntax-table): Moved from simple.el.
14090
14091 * simple.el (with-syntax-table): Moved to subr.el.
14092
14093 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14094
14095 * tmm.el (tmm-shortcut): Delete region after prompt instead
14096 of erasing buffer.
14097
14098 * textmodes/fill.el (fill-common-string-prefix): New function.
14099 (fill-context-prefix): Use the longest common prefix of first
14100 and second line fill prefix, if there is one.
14101
14102 2000-01-11 Richard M. Stallman <rms@gnu.org>
14103
14104 * array.el (array-mode): Don't use make-variable-buffer-local.
14105 Use make-local-variable for `truncate-lines'.
14106
14107 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14108
14109 * add-log.el (add-log-current-defun): Handle user-defined
14110 add-log-current-function returning nil,
14111
14112 * add-log.el (add-change-log-entry): Insert version number
14113 if having found a current function
14114
14115 * add-log.el (add-log-current-defun): Call
14116 `add-log-current-defun-function'. Try matches at level 0 and
14117 level 1. Strip whitespace from defun found.
14118
14119 2000-01-10 John Wiegley <johnw@gnu.org>
14120
14121 * allout.el (isearch-done/outline-provisions): Added `edit'
14122 argument to correspond with the current definition of
14123 `isearch-done'.
14124
14125 2000-01-10 Dave Love <fx@gnu.org>
14126
14127 * elide-head.el (elide-head): Use point-marker, not point.
14128
14129 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14130
14131 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14132 before and after the year 2000.
14133
14134 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14135 Add ispell- prefix.
14136
14137 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14138
14139 * ispell.el: Only define dictionaries in menus when they exist.
14140 (version18p): New variable.
14141 (version20p): New variable.
14142 (xemacsp): New variable.
14143 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14144 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14145 (ispell-dictionary-alist6): Russian command lines no longer accept
14146 run-together words.
14147 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14148 (ispell-dictionary-alist): Add koi8-r to customize definition.
14149 (check-ispell-version): Added documentation string. Returns
14150 library path when called non-interactively.
14151 (ispell-menu-map-needed): Uses new variables.
14152 (ispell-library-path): New variable.
14153 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14154 (ispell-word): Improved documentation string. Test for valid
14155 character mappings. Correctly check typed in word changes that can
14156 result in single words split into multiple words. Returns
14157 replacement word.
14158 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14159 replace in recursive query replace mode. Help message for
14160 recursive edit mode.
14161 (ispell-show-choices): Protect against bad framepop bindings.
14162 (ispell-help): Fix to work with XEmacs.
14163 (ispell-highlight-spelling-error): Use new variables.
14164 (ispell-overlay-window): Fix to work with XEmacs.
14165 (ispell-parse-output): Passed and returns location information
14166 tracking spelling corrections. Doesn't recheck same word on
14167 current line.
14168 (ispell-init-process): Protect against bogus XEmacs variable binding.
14169 Fix call to single argument in sleep-for. Use new variables.
14170 (ispell-region): Passed and returns location information tracking
14171 spelling corrections. Doesn't check same word on current line.
14172 Improved documentation string. Doesn't resend a line already
14173 checked to the ispell process - fixes bug in LaTeX parsing.
14174 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14175 (ispell-skip-region): No longer skips <TT> in SGML.
14176 (ispell-process-line): Tracks location information with spelling
14177 corrections. Added documentation string. Accounts for words
14178 already accepted on this line. Don't allow query-replace on line
14179 starting with math characters. Doesn't resend a line already sent
14180 to ispell process. Fixes alignment error bug.
14181
14182 2000-01-10 Richard M. Stallman <rms@gnu.org>
14183
14184 * dired-x.el (dired-guess-shell-alist-default):
14185 Suggest xloadimage, which is free, not xv, which isn't.
14186
14187 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14188 Don't ever include the host name or user name in the value.
14189
14190 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14191
14192 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14193 of a real newline.
14194
14195 2000-01-09 Stephen Eglen <stephen@gnu.org>
14196
14197 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14198 for .png files.
14199
14200 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14201
14202 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14203
14204 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14205
14206 * progmodes/cperl-mode.el: Replace ^F with ^L.
14207
14208 * sendmail.el (toplevel): Provide `sendmail' when compiling
14209 before `require'ing rmail and mailalias to prevent infinite
14210 recursion.
14211
14212 2000-01-08 Dave Love <fx@gnu.org>
14213
14214 * emacs-lisp/backquote.el: Remove inappropriate customization
14215 (allowing custom.el to use backquote).
14216
14217 2000-01-07 Dave Love <fx@gnu.org>
14218
14219 * add-log.el (add-log-debugging): Deleted.
14220 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14221 file. Remove debugging code.
14222 (change-log-get-method-definition, change-log-name): Add doc.
14223 (change-log-sortable-date-at): New function.
14224 (change-log-merge): New command.
14225
14226 * time.el (display-time-string-forms): Make the Mail string active.
14227 (display-time-update): Provide help-echo for load average.
14228
14229 * bindings.el (make-mode-line-mouse2-map): New function.
14230 (mode-line-modified): Use it and simplify.
14231 (mode-line-mule-info): Provide help-echo info.
14232 (minor-mode-alist): Activate the strings.
14233 (make-mode-line-mouse-sensitive): Simplify for
14234 mode-line-buffer-identification.
14235
14236 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14237
14238 * play/pong.el: New file.
14239
14240 2000-01-06 Dave Love <fx@gnu.org>
14241
14242 * array.el: Assorted cleanups for compiler warnings, doc strings,
14243 `array-' prefix for symbols.
14244
14245 2000-01-05 Dave Love <fx@gnu.org>
14246
14247 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14248 outline-headers-as-kill.
14249 (outline-mode): Define imenu-generic-expression.
14250 (outline-headers-as-kill): New command.
14251
14252 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14253 from paragraph-start.
14254 (paragraph-indent-minor-mode): New command.
14255
14256 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14257 M-C-e, M-C-h, C-j, C-xnd, TAB.
14258 (fortran-mode): Set beginning-of-defun, end-of-defun.
14259 (fortran-column-ruler): Simplify.
14260 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14261 (fortran-with-subprogram-narrowing): Likewise.
14262 (fortran-indent-subprogram): Call mark-defun.
14263 (fortran-check-for-matching-do): Change narrowing.
14264
14265 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14266 (cl-lucid-hash-tag): Delete.
14267 (cl-hash-table-p): Correct test for native table.
14268 (cl-hash-table-count): Use hash-table-count.
14269
14270 * browse-url.el (browse-url): Fix case of
14271 browse-url-browser-function being an alist.
14272
14273 2000-01-05 Carsten Dominik <cd@gnu.org>
14274
14275 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14276 (reftex-index-phrase-file-extension): New options.
14277
14278 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14279 Use new option `reftex-index-phrase-file-extension'.
14280
14281 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14282 `reftex-parse-file-extension'.
14283
14284 2000-01-05 Dave Love <fx@gnu.org>
14285
14286 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14287 (beginning-of-defun-raw): Use it.
14288 (end-of-defun): New variable.
14289 (end-of-defun): Use it.
14290 (check-parens): New command.
14291
14292 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14293
14294 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14295 (hs-show-block): Don't use `mapcar' when not accumulating.
14296
14297 Fix buglet in local variables initialization.
14298
14299 2000-01-05 Andreas Schwab <schwab@suse.de>
14300
14301 * hscroll.el (hscroll): Doc fix.
14302
14303 2000-01-05 Carsten Dominik <cd@gnu.org>
14304
14305 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14306 idlw-toolbar.
14307
14308 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14309 file idlw-rinfo.el.
14310 (idlwave-customize): load must read file idlw-shell.el.
14311 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14312
14313 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14314
14315 * progmodes/idlw-shell.el: Also provide idlwave-shell
14316 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14317 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14318
14319 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14320 both reftex-dcr and reftex-vcr.
14321
14322 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14323
14324 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14325
14326 * ps-print.el: PostScript code now is in separate files, doc fix.
14327 (ps-print-version): New version number (5.0.3).
14328 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14329 local.
14330 (ps-spool-config): Initialization fix.
14331 (ps-print-prologue-1, ps-print-prologue-2)
14332 (ps-print-duplex-feature): PostScript code moved to separated file.
14333 (ps-background-image): Little code reformating.
14334 (ps-begin-file, ps-begin-job): Fix code.
14335 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14336 (ps-prologue-file): New fun.
14337
14338 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14339
14340 * ps-vars.el: Eliminated.
14341
14342 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14343 `;;;###autoload'.
14344
14345 * ps-print.el: ps-vars eliminated, doc fix.
14346 (ps-print-version): New version number (5.0.2).
14347 (ps-spool-config): Initialization fix.
14348 (ps-print-customize): New fun.
14349
14350 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14351
14352 * autorevert.el (auto-revert-mode): Return value of
14353 auto-revert-mode.
14354
14355 2000-01-04 Dave Love <fx@gnu.org>
14356
14357 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14358 menu items.
14359
14360 2000-01-03 Dave Love <fx@gnu.org>
14361
14362 * elide-head.el (elide-head) [defgroup]: Add :version.
14363
14364 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14365 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14366 `cl-hash-table-p', not `hash-table-p'.
14367 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14368
14369 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14370
14371 * faces.el (face-read-integer, read-face-attribute)
14372 (color-defined-p, color-values): unspecified-{f,b}g are now
14373 strings.
14374
14375 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14376
14377 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14378 at comment end, and re-insert them after filling.
14379
14380 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14381
14382 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14383 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14384 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14385
14386 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14387
14388 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14389 the new name of face-color-supported-p.
14390
14391 * term/w32-win.el (xw-defined-colors): Likewise.
14392
14393 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14394
14395 * simple.el (completion-setup-function): Count completion-size
14396 from minibuffer-prompt-end, not from point-min.
14397
14398 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14399
14400 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14401 Pass the frame to tty-color-* functions.
14402 (display-color-p, frame-set-background-mode): Pass the frame to
14403 tty-display-color-p.
14404
14405 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14406 tty-color-alist.
14407 (tty-color-alist, tty-modify-color-alist): New functions.
14408 (tty-color-define, tty-color-clear, tty-color-approximate)
14409 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14410 an optional parameter FRAME.
14411
14412 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14413
14414 * image.el (create-image, defimage): Don't assume image data is a
14415 string.
14416
14417 * image.el (defimage): Handle specifications containing :data
14418 instead of :file.
14419 (image-type-from-data): New function.
14420 (image-type-from-file-header): Use it.
14421 (create-image): Add parameter DATA-P.
14422
14423 See ChangeLog.8 for earlier changes.
14424
14425 ;; Local Variables:
14426 ;; coding: iso-2022-7bit
14427 ;; End: