(hi-lock-exclude-modes): Fix :type.
[bpt/emacs.git] / lisp / ChangeLog
... / ...
CommitLineData
12001-01-10 Gerd Moellmann <gerd@gnu.org>
2
3 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
4 to nil.
5
62001-01-10 Dave Love <fx@gnu.org>
7
8 * vc-cvs.el (vc-cvs-header): Fix :type.
9 * vc-rcs.el (vc-rcs-header): Fix :type.
10 * vc-sccs.el (vc-sccs-header): Fix :type.
11
12 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
13
14 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
15
16 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
17
182001-01-10 Gerd Moellmann <gerd@gnu.org>
19
20 * simple.el (set-variable): Force a thorough redisplay for the
21 case that the variable has an effect on the display, like
22 `tab-width' has.
23
242001-01-10 Andre Spiegel <spiegel@gnu.org>
25
26 * vc.el: Add documentation for backend interface.
27
282001-01-10 Kenichi Handa <handa@etl.go.jp>
29
30 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
31
32 * international/mule-conf.el (latin-extra-code-table): Set to t
33 for \223 and \224.
34
352001-01-09 Kenichi Handa <handa@etl.go.jp>
36
37 * international/mule-cmds.el (locale-language-names): Map "es" to
38 "Spanish" and "nl" to "Dutch".
39
402001-01-09 Gerd Moellmann <gerd@gnu.org>
41
42 * bindings.el (global-map): Bind <home> to beginning-of-line,
43 <end> to end-of-line, C-<home> to beginning-of-buffer, and
44 C-<end> to end-of-buffer.
45
46 * language/european.el: Add Dutch and Spanish language info
47 to be able to use the appropriate tutorials.
48
492001-01-09 Alex Schroeder <alex@gnu.org>
50
51 * ansi-color.el (ansi-color-process-output): Use markers instead
52 of positions for start and end of region.
53 (ansi-color-apply-on-region): Rewrote code to make it more robust.
54 Previously, occasional mistakes happend when fontifying many
55 chunks of output (eg. ls --color=yes /dev). This happened
56 whenever an overlay was created up to the end of the region, which
57 coincided with the process-mark. New text would then be added
58 within that overlay instead of after it.
59 (ansi-color-make-extent): Overlays are created with the property
60 `modification-hooks' set to '(ansi-color-freeze-overlay).
61 (ansi-color-freeze-overlay): New function. When inserting text at
62 the end of the overlay, the overlay will resize.
63
642000-01-09 Alex Schroeder <alex@gnu.org>
65
66 * ansi-color.el (ansi-color-process-output): Doc change.
67 (ansi-color-unfontify-region): Doc change. No longer installed
68 automatically in font-lock-unfontify-region-function.
69 (ansi-color-apply): Doc change.
70 (ansi-color-apply-on-region): Use extents or overlays instead of
71 text-properties.
72 (ansi-color-make-extent): New function.
73 (ansi-color-set-extent-face): New function.
74
752000-01-09 Alex Schroeder <alex@gnu.org>
76
77 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
78 both use ansi-color-process-output, now.
79 (ansi-color-process-output): Doesn't return string anymore. It is
80 installed in comint-output-filter-functions for both Emacs and
81 XEmacs, now.
82 (ansi-color-unfontify-region): Simplified code removing variables
83 pos and start-ansi.
84 (ansi-color-apply): Put text-property ansi-color before putting
85 text-property face because ansi-color-unfontify-region is called
86 immediately after the call to put-text-property.
87 (ansi-color-context-region): Doc change.
88 (ansi-color-filter-region): Simplified code.
89 (ansi-color-apply-on-region): Changed start to start-marker, using
90 a marker explicitly. Put text-property ansi-color before putting
91 text-property face because ansi-color-unfontify-region is called
92 immediately after the call to put-text-property.
93
942000-01-09 Alex Schroeder <alex@gnu.org>
95
96 * ansi-color.el (ansi-color-faces-vector): Doc change.
97 (ansi-color-for-comint-mode): Changed :type property to choice.
98 (ansi-color-last-context): Removed.
99 (ansi-color-process-output): Don't use ansi-color-last-context, as
100 the main functions will store their context now.
101 (ansi-color-context): Doc change.
102 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
103 Uses ansi-color-context such that repeated calls will strip
104 partial escape sequences, too.
105 (ansi-color-apply): Simplified code. Colorize end of string if
106 face is not null. Store context in new (FACE STRING) format, such
107 that repeated calls will strip partial escape sequences, too.
108 Append faces to face property using ansi-color-apply-sequence such
109 that cumulative mode actually works.
110 (ansi-color-context-region): New variable.
111 (ansi-color-filter-region): Rewrote it based on
112 ansi-color-apply-on-region. Uses ansi-color-context-region such
113 that repeated calls will strip partial escape sequences, too.
114 (ansi-color-apply-on-region): Simplified code. Colorize end of
115 region if face is not null. Store context in new (FACE POS)
116 format, such that repeated calls will strip partial escape
117 sequences, too. Append faces to face property using
118 ansi-color-apply-sequence such that cumulative mode actually
119 works.
120 (ansi-color-apply-sequence): New function.
121 (ansi-color-get-face): When the default face is added to the list
122 of faces, all previous settings are discarded and the list of
123 faces is set to '(default).
124
1252000-01-09 Alex Schroeder <alex@gnu.org>
126
127 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
128 face, such that ansi-color-apply and ansi-color-apply-on-region
129 will do the right thing.
130 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
131 returns nil, set the list of faces back to nil instead of
132 appending the result of ansi-color-get-face to the front of the
133 list.
134
1352000-01-09 Alex Schroeder <alex@gnu.org>
136
137 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
138 (ansi-color-process): Doc change.
139 (ansi-color-last-context): New buffer-local variable.
140 (ansi-color-process-output): New function. It is automatically
141 added to comint-output-filter-functions if this is XEmacs.
142 (ansi-color-unfontify-region): New optional parameter for XEmacs
143 compatibility. Check wether font-lock-syntactic-keywords is
144 boundp before removing the syntax table text property, as XEmacs
145 doesn't have it.
146 (ansi-color-filter-region): Doc change.
147 (ansi-color-apply-on-region): Doc change.
148 (ansi-color-make-face): New function. Compatibility layer for
149 XEmacs. Return temporary faces instead of cons cells for XEmacs.
150 (ansi-color-make-color-map): Use ansi-color-make-face.
151 (ansi-color-get-face): Avoid face text property '(nil) as results
152 in an errow for XEmacs.
153
1542000-01-09 Alex Schroeder <alex@gnu.org>
155
156 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
157 text-property ansi-color in order to preserve fontification by
158 ansi-color. When the package is loaded, a lambda expression is
159 put onto font-lock-mode-hook. This lambda expression will check
160 font-lock-unfontify-region-function and replace
161 font-lock-default-unfontify-region with
162 ansi-color-unfontify-region.
163 (ansi-color-apply): Add text-property ansi-color in addition to
164 text-property face.
165 (ansi-color-apply-on-region): Add text-property ansi-color in
166 addition to text-property face.
167 (save-buffer-state): Copy of the macro that is also used by
168 lazy-lock and font-lock.
169
170 (ansi-color-for-comint-mode): New option.
171 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
172 (ansi-color-for-comint-mode-off): Ditto.
173 (ansi-color-for-comint-mode-filter): Ditto.
174 (ansi-color-process): New function. Uses
175 ansi-color-for-comint-mode to decide what to do. This function is
176 added to comint-preoutput-filter-functions when the package is
177 loaded.
178
179 (ansi-color-for-shell-mode-set): Removed.
180 (ansi-color-for-shell-mode): Removed.
181
1822000-01-09 Alex Schroeder <alex@gnu.org>
183
184 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
185 the lambda expression from the ansi-color-for-shell-mode :set
186 property. Additionally, modify shell-mode-hook to enable or
187 disable font-lock-mode for future shell buffers.
188 (ansi-color-for-shell-mode): The :set property calls
189 ansi-color-for-shell-mode-set instead of a lambda expression.
190
1912000-01-09 Alex Schroeder <alex@gnu.org>
192
193 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
194 (ansi-color-context): New variable.
195 (ansi-color-apply): Save context between calls.
196
1972001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * isearch.el (isearch, isearch-lazy-highlight-face): New
200 definitions for face colors and attributes.
201
202 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
203 of display-mouse-p.
204
2052001-01-09 Kenichi Handa <handa@etl.go.jp>
206
207 * international/mule.el (make-coding-system): If the coding system
208 accepts extra latin codes, register such codes as safe for the
209 coding system.
210
2112001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
212
213 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
214 don't mention the file name or the date here, because they are
215 logged at the start of the file.
216
2172001-01-08 Richard M. Stallman <rms@gnu.org>
218
219 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
220 Change screen-width to frame-width.
221
2222001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
223
224 * info.el (Info-search): Print the default as part of the prompt.
225
2262001-01-08 Andre Spiegel <spiegel@gnu.org>
227
228 * vc.el (vc-default-latest-on-branch-p): New function, replaces
229 constant implementations in backends.
230
231 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
232 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
233
234 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
235 WRITABLE to EDITABLE.
236
237 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
238 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
239 to EDITABLE.
240
2412001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
242
243 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
244 (copyright, copyright-update): Compute the current year at run
245 time.
246
2472001-01-08 Gerd Moellmann <gerd@gnu.org>
248
249 * isearch.el (isearch-old-signal-hook): Removed.
250 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
251 instead of setting signal-hook-function.
252 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
253
2542001-01-08 Kevin Gallagher <kevingal@onramp.net>
255
256 * emulation/edt.el: Update to version 4.0. Provide support for
257 EDT scroll margins at top and bottom of the window. Provide an
258 emulation of the EDT SUBS command (bound to GOLD-Enter, by
259 default). Enhance edt-quit, bound to GOLD-q by default, to warn
260 user when file-related buffer modifications exist. Provide
261 support for running EDT Emulation in XEmacs. Provide customize
262 access to some user updatable variables. Add Commentary section
263 to file header. Fixed a few minor bugs and cleaned up some code.
264
265 * emulation/edt-mapper.el: Update to version 4.0. Provide support
266 for detecting a keypress that generates an ASCII key sequence.
267 (Previously, only a keypress that generates a vector was
268 recognized.) Embed Window Manager name into name of the generated
269 EDT Emulation initialization file since the initialization file is
270 Window Manager specific. Add Commentary section to file header.
271
2722001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
273
274 * mail/sendmail.el (mail-mode): Doc fix.
275
276 * info.el (Info-goto-emacs-command-node): Doc fix.
277 (Info-goto-emacs-key-command-node): Doc fix.
278
2792001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
282 systems without long file-name support.
283
2842001-01-06 Andrew Innes <andrewi@gnu.org>
285
286 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
287
2882001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
289
290 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
291 (isearch-lazy-highlight-update): Doc fix.
292
293 * ffap.el (ffap-bindings): Doc fix.
294
295 * dired-x.el (dired-virtual-guess-dir): Doc fix.
296
2972001-01-05 Dave Love <fx@gnu.org>
298
299 * emacs-lisp/cl-seq.el (remove, remq): Remove.
300
3012001-01-05 Gerd Moellmann <gerd@gnu.org>
302
303 * mouse-drag.el (mouse-drag-safe-scroll): Bind
304 scroll-preserve-screen-position to nil.
305
306 * isearch.el (isearch-old-signal-hook): New variable.
307 (isearch-mode): Set signal-hook-function to isearch-done.
308 (isearch-done): Restore old signal-hook-function.
309
310 * info.el (Info-fontify-node): Mark one more char as intangible.
311
3122000-01-05 Kenichi Handa <handa@etl.go.jp>
313
314 * composite.el (compose-last-chars): New argument COMPONENTS. If
315 it is non-nil, compose preceding characters by compose-region with
316 COMPONENTS.
317
318 * international/quail.el (quail-input-string-to-events): New function.
319 (quail-input-method): Convert input string to events here.
320 (quail-start-translation): Return input string, not event list.
321 (quail-start-conversion): Likewise.
322
3232001-01-04 Gerd Moellmann <gerd@gnu.org>
324
325 * tooltip.el (tooltip-cancel-delayed-tip)
326 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
327 and tooltip-add-timeout.
328 (tooltip-show): Set border color from faces's foreground.
329 (tooltip-show-help-function): If called with the same help string
330 as last time, do nothing.
331 (tooltip-help-tips): Don't set tooltip-help-message to nil.
332
333 * startup.el (fancy-splash-screens): Don't bind show-help-function
334 to nil.
335
336 * tooltip.el (tooltip-frame-parameters): Remove colors.
337 (tooltip): New face
338 (tooltip-set-param): New function.
339 (tooltip-show): Set up color frame parameters from face `tooltip'.
340 Display the tooltip text in face `tooltip'.
341
3422001-01-04 Dave Love <fx@gnu.org>
343
344 * whitespace.el (whitespace-global-mode): Fix typo.
345
346 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
347
3482001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
349
350 * help.el (help-for-help): Fix a typo in a doc string. From
351 kwzh@gnu.org (Karl Heuer).
352
3532001-01-03 Dave Love <fx@gnu.org>
354
355 * dired-x.el: Doc fixes. Maintainer change.
356 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
357 :type.
358 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
359 (dired-guess-shell-alist-user): Customize.
360 (dired-x-help-address): Set to bug-gnu-emacs.
361 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
362 (dired-default-directory): Renamed from default-directory.
363
364 * hl-line.el (hl-line): Doc fix.
365
3662001-01-03 Karl Fogel <kfogel@red-bean.com>
367
368 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
369
3702001-01-02 Richard M. Stallman <rms@gnu.org>
371
372 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
373 to remove all the current alternative-match highlighting.
374 If nil, remove only what's outside the current window.
375 (isearch-lazy-highlight-remove-overlays): Take optional
376 region within which NOT to remove them.
377 (isearch-lazy-highlight-new-loop): Greatly simplified.
378 (isearch-lazy-highlight-update): Find all the other occurrences
379 visible in the window, in just one call.
380 (isearch-lazy-highlight-start): Now holds start of region to scan.
381 (isearch-lazy-highlight-end): Now holds end of region to scan.
382 (isearch-lazy-highlight-wrapped): Variable deleted.
383 (isearch-lazy-highlight-search): Function deleted.
384
3852000-01-02 Andrew Innes <andrewi@gnu.org>
386
387 * w32-fns.el (convert-standard-filename): Do length check on name
388 before aref.
389
3902001-01-02 Dave Love <fx@gnu.org>
391
392 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
393 value.
394 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
395
396 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
397
398 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
399 read syntax.
400
401 * calendar/todo-mode.el (todo): Add :link, :version.
402 (todo-save-top-priorities): Remove autoload cookie.
403 (todo-add-category, todo-add-item-non-interactively)
404 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
405 cookie.
406
4072001-01-02 Gerd Moellmann <gerd@gnu.org>
408
409 * comint.el (comint-input-history-ignore): New variable.
410 (comint-read-input-ring): Ignore entries matching
411 comint-input-history-ignore.
412
4132001-01-02 Eric M. Ludlam <zappo@gnu.org>
414
415 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
416 (lm-copyright-mark): New function.
417 (lm-crack-copyright): New function.
418 (lm-verify): Check that the file has a copyright.
419 Check that the file is copyright Free Software Foundation.
420
4212000-12-30 Kenichi Handa <handa@etl.go.jp>
422
423 * international/mule-diag.el (print-fontset): Indent font name by
424 24 columns, not 25.
425
4262000-12-29 Gerd Moellmann <gerd@gnu.org>
427
428 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
429 in Subject line.
430
431 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
432 Use mail-mode-hook instead of mail-setup-hook. Otherwise
433 continuing an interrupted message with C-u C-x m for instence,
434 winds up in Mail mode without abbrevs.
435
4362000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
437
438 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
439 non-nil. Adding almost all customization variables on ps-setup. Doc
440 fix.
441 (ps-print-version): New version number (6.3.3).
442 (ps-end-with-control-d): Initialization fix.
443 (ps-lines-printed): New var.
444 (ps-skip-newline): New fun.
445 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
446 (ps-next-line, ps-continue-line, ps-plot-region)
447 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
448
4492000-12-29 Kenichi Handa <handa@etl.go.jp>
450
451 * international/fontset.el (x-complement-fontset-spec): Resolve
452 ASCII font name so that the same family name is used for fonts
453 registered in x-font-name-charset-alist.
454 (create-fontset-from-fontset-spec): Adjusted for the above change.
455 The name of fontset alias should be a unresolved ASCII font name.
456
4572000-12-28 Gerd Moellmann <gerd@gnu.org>
458
459 * simple.el (delete-key-deletes-forward-mode): Bind backspace
460 and delete in isearch-mode-map.
461
4622000-12-28 Richard M. Stallman <rms@gnu.org>
463
464 * dired-x.el (dired-guess-shell-alist-default):
465 Use xpdf instead of acroread.
466
4672000-12-28 Kenichi Handa <handa@etl.go.jp>
468
469 * textmodes/artist.el (artist-butlast): Deleted.
470 (artist-ellipse-mirror-quadrant): Use butlast instead of
471 artist-butlast.
472
473 * subr.el (butlast, nbutlast): Moved from cl.el to here.
474
475 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
476
4772000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
478
479 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
480
481 * ls-lisp.el: Better support for the Mac and MS-Windows.
482 (ls-lisp): New defgroup.
483 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
484 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
485 (ls-lisp-support-shell-wildcards): New defcustoms.
486 (ls-lisp-parse-symlink): New function.
487 (insert-directory): Code to convert switches to a list and set up
488 the wildcard argument copied from ls-lisp-insert-directory.
489 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
490 for -C and -R switches.
491 (ls-lisp-column-format): New function.
492 (ls-lisp-delete-matching, ls-lisp-handle-switches)
493 (ls-lisp-format-time): Add doc strings.
494 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
495 Support ls-lisp-dirs-first.
496 (ls-lisp-classify, ls-lisp-extension): New functions.
497 (ls-lisp-format): Optionally support emulation of symlinks.
498 Support -i, -s, and -G switches.
499
5002000-12-27 Gerd Moellmann <gerd@gnu.org>
501
502 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
503
504 * version.el (emacs-version): Print X scroll bar information.
505
506 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
507 instead of x-toolkit-scroll-bars-p.
508
509 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
510 of x-toolkit-scroll-bars-p.
511
5122000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
513
514 * ffap.el (ffap-bindings): Make interactive and add an autoload
515 cookie.
516 (ffap-bindings): Doc fix, to reflect the above change.
517
5182000-12-27 Kenichi Handa <handa@etl.go.jp>
519
520 * term.el (term-char-mode): Define all non-ascii self-inserting
521 characters to 'term-send-raw in term-raw-map.
522
5232000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
524
525 * viper-init (viper-restore-cursor-type): Added condition-case
526 guard.
527
528 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
529 initialization; use add-hook.
530 (ediff-file-remote-p): Use file-local-copy.
531
532 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
533
534 * ediff.el (ediff-patch-buffer): Bug fix.
535 (ediff-revision): Allow selection of the file at the prompt.
536
5372000-12-23 Stefan Monnier <monnier@cs.yale.edu>
538
539 * subr.el (combine-run-hooks): Remove.
540
541 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
542 and remove the rogue second spec.
543
5442000-12-23 Gerd Moellmann <gerd@gnu.org>
545
546 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
547
5482000-12-22 Stefan Monnier <monnier@cs.yale.edu>
549
550 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
551 Use minibuffer menu prompt for the `=' prefix.
552 (smerge-command-prefix): Change default to C-^.
553 (smerge-mode): Don't assume font-lock doesn't move point.
554
555 * skeleton.el (skeleton-internal-1): Make sure the first line of
556 the region is also re-indented.
557 (skeleton-end-newline): New var.
558 (skeleton-end-hook): Use it.
559
5602000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
561
562 * comint.el (comint-password-prompt-regexp): Support CVS.
563
5642000-12-22 Gerd Moellmann <gerd@gnu.org>
565
566 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
567 backspace key combinations, depending on
568 delete-key-deletes-forward.
569
570 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
571
572 * simple.el (delete-key-deletes-forward): Doc fix.
573
5742000-08-22 Emmanuel Briot <briot@gnat.com>
575
576 * xml.el (top level comment): Updated to reflect the fact that
577 white spaces are relevant in the XML file.
578 (xml-parse-file): Do not kill an existing Emacs buffer if the file
579 to parse was already edited. This allows for on-the-fly analysis
580 of XML files.
581 (xml-parse-tag): Check that the casing is the same in the start
582 tag and end tag, since XML is case-sensitive. Allows for spaces
583 in the end tag, after the name of the tag.
584 (xml-parse-attlist): Allow for the character '-' in the name of
585 attributes, as in the standard http-equiv attribute Do not save
586 the properties in the XML tree, since they are not relevant.
587
5882000-12-21 Stefan Monnier <monnier@cs.yale.edu>
589
590 * generic.el (generic-read-type): Undo last change, inline into
591 `generic-mode' and then remove.
592 (generic-mode): Inline generic-read-type.
593 (define-generic-mode): Push the symbol name rather than the symbol
594 onto generic-mode-list.
595
5962000-12-21 Gerd Moellmann <gerd@gnu.org>
597
598 * generic.el (generic-read-type): Build an alist for
599 completing-read as in 20.7.
600
601 * play/landmark.el (lm): Use interactive spec `P'.
602 (toplevel): Don't set debug-on-error.
603
604 * server.el (server-switch-buffer): Choose a window on a visible
605 frame.
606
6072000-12-21 Dave Pearson <davep@davep.org>
608
609 * quickurl.el: Commentry change, I've moved my web site.
610
6112000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
612
613 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
614 ranges like \177-\237, but accepts the character sequence from \177 to
615 \237. Doc fix.
616 (ebnf-version): New version (3.4).
617 (ebnf-setup): Code fix.
618 (ebnf-range-regexp): New fun.
619 (ebnf-8-bit-chars): Const fix.
620
621 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
622 entry. Doc fix.
623 (ebnf-bnf-lex): Code fix.
624 (ebnf-bnf-comment-chars): Const fix.
625
626 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
627 entry. Doc fix.
628 (ebnf-iso-comment-chars): Const fix.
629
630 * ebnf-otz.el: Doc fix.
631
632 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
633 entry. Doc fix.
634 (ebnf-yac-skip-code): Code fix.
635 (ebnf-yac-comment-chars): Const fix.
636
6372000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
638
639 * files.el (insert-directory-safely): New function.
640 (recover-file): Use it instead of insert-directory. From Markus
641 Rost <markus.rost@mathematik.uni-regensburg.de>
642
6432000-12-21 Kenichi Handa <handa@etl.go.jp>
644
645 * international/mule-cmds.el (select-safe-coding-system): Check
646 coding-category-list more rigidly. Improve help message.
647
648 * dired.el (dired-move-to-filename-regexp): Fix previous change.
649
6502000-12-21 Miles Bader <miles@gnu.org>
651
652 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
653 prefix.
654
6552000-12-21 Kenichi Handa <handa@etl.go.jp>
656
657 * international/mule-diag.el (describe-char-after): Make *Help*
658 buffer inherit multibyteness of the current buffer.
659
660 * international/mule.el (make-char): Docstring adjusted for the
661 change of make-char-internal.
662
6632000-12-20 Stefan Monnier <monnier@cs.yale.edu>
664
665 * international/iso-cvt.el: Docstrings fix.
666
6672000-12-20 Dave Love <fx@gnu.org>
668
669 * subr.el (eval-after-load): Doc fix.
670
6712000-12-20 Kenichi Handa <handa@etl.go.jp>
672
673 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
674 for numbers.
675
6762000-12-20 Miles Bader <miles@gnu.org>
677
678 * international/quail.el (quail-help): Resize the help window
679 again after it has all its contents. Remove unneeded progn.
680
6812000-12-19 Gerd Moellmann <gerd@gnu.org>
682
683 * pcmpl-linux.el: Fix copy/paste error.
684
6852000-12-19 Andrew Innes <andrewi@gnu.org>
686
687 * simple.el (delete-key-deletes-forward-mode): Fix typo in
688 docstring.
689
6902000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
691
692 * progmodes/idlw-rinfo.el: Fixed copyright notice.
693
694 * progmodes/idlw-toolbar.el: Fixed copyright notice.
695
696 * progmodes/idlw-shell.el: Fixed copyright notice.
697
698 * progmodes/idlwave.el: Fixed copyright notice.
699
700 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
701 TAB as key separators.
702
7032000-12-19 Alex Schroeder <alex@gnu.org>
704
705 * sql.el (sql-sybase-options): New option.
706 (sql-sybase): Use it. Add sql-database to the list of parameters
707 provided for login. The options -w 2048 -n are not used any more.
708 (sql-postgres-options): Changed default from "--pset" to "-P".
709 (sql-mysql-options): Doc change.
710 (sql-stop): Doc change.
711
7122000-12-19 Kenichi Handa <handa@etl.go.jp>
713
714 * international/quail.el (quail-input-method): Always hide
715 the guidance buffer on exiting.
716
7172000-12-18 Gerd Moellmann <gerd@gnu.org>
718
719 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
720 isn't fboundp.
721
722 * server.el (server-buffer-done): Bury the buffer before
723 killing it.
724
725 * faces.el (face-spec-set): Interpret a nil in specs for
726 foreground and background colors as `unspecified', for
727 compatibility with 20.x.
728
7292000-12-18 Dave Love <fx@gnu.org>
730
731 * simple.el (mail-user-agent): Doc fix.
732 (input-mode-8-bit): Removed.
733
734 * international/mule.el (set-keyboard-coding-system): Doc fix.
735 (keyboard-coding-system): New option.
736
737 * mail/sendmail.el (send-mail-function): Customize.
738
7392000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
740
741 * international/codepage.el (cp866-decode-table): New table.
742
7432000-12-18 Gerd Moellmann <gerd@gnu.org>
744
745 * version.el (emacs-version): Remove `%a' from the time format
746 because the weekday doesn't fit well into each locale.
747
7482000-12-18 Miles Bader <miles@gnu.org>
749
750 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
751
752 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
753 Check that emacs-major-version is `=' to 20, not `>='.
754 (artist-replace-chars): Use `make-string' instead of a loop.
755
7562000-12-17 Stefan Monnier <monnier@cs.yale.edu>
757
758 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
759 (cvs-execute-single-file): Don't change directory.
760 Patch from Per Cederqvist.
761
7622000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
763
764 * textmodes/ispell.el (check-ispell-version): If
765 `ispell-program-name' is "aspell", pass it the -v switch instead
766 of -vv.
767
7682000-12-16 Kenichi Handa <handa@etl.go.jp>
769
770 * international/mule-diag.el (mule-diag): Insert information about
771 configure options, multibyte awareness, language env.
772
773 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
774 regexp to search for candidates.
775
7762000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * info.el (Info-forward-node): If the node has an
779 Info-header-line, widen the buffer before searching for "next:"
780 and "up:" pointers, and set the search limit to stay in the
781 current node.
782
7832000-12-16 Miles Bader <miles@gnu.org>
784
785 * simple.el (delete-trailing-whitespace): Remove extraneous let.
786
7872000-12-15 Miles Bader <miles@gnu.org>
788
789 * comint.el (comint-send-string, comint-send-region): Also accept
790 a buffer, buffer-name, or nil for PROCESS, for compatibility with
791 process-send-string/region.
792
7932000-12-15 Gerd Moellmann <gerd@gnu.org>
794
795 * isearch.el (isearch-lazy-highlight-max): New user-option.
796 (isearch-lazy-highlight-update): Don't highlight more than
797 isearch-lazy-highlight-max matches.
798
799 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
800
8012000-12-15 Richard M. Stallman <rms@gnu.org>
802
803 * sort.el (sort-columns): Fix error message.
804
805 * dabbrev.el (dabbrev--last-case-pattern): Value is now
806 `upcase' or `downcase' or nil.
807 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
808 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
809 (dabbrev--substitute-expansion): New arg record-case-pattern.
810 If it is non-nil, set dabbrev--last-case-pattern.
811 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
812
813 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
814
8152000-12-15 Miles Bader <miles@gnu.org>
816
817 * paths.el (Info-default-directory-list): Don't delete
818 configure-info-directory from the list of standard info
819 directories when appending it to the end -- their order is
820 important.
821
822 * faces.el (read-face-attribute): If there's no entry for the
823 user's input in VALID, just use it as-is (this will often result
824 in an error, but it may be OK for e.g. colors using hexadecimal
825 notation, and at least will yield a better error message).
826
827 * window.el (mode-line-window-height-fudge): Function removed.
828 (height-affecting-face-attributes, mode-line-window-height-fudge):
829 Variables removed.
830 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
831 window is really the right size. Use vertical-motion
832 rather than forward-line.
833 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
834 (ispell-command-loop, ispell-show-choices): Use the variable
835 ispell-choices-win-default-height, rather than the function.
836 (ispell-choices-win-default-height): Function removed.
837 (ispell-mode-line-window-height-fudge): Function removed.
838
8392000-12-14 Stefan Monnier <monnier@cs.yale.edu>
840
841 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
842
8432000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
844
845 * paths.el (Info-default-directory-list): If
846 configure-info-directory is not one of the standard directories,
847 put it first in the list; otherwise put it last. Doc string
848 changed accordingly.
849
850 * info.el (Info-directory-list): Change doc string to reflect the
851 change in Info-default-directory-list.
852
853 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
854 windows-nt as windowed environments, even under -nw.
855
856 * startup.el (command-line): Don't call x-backspace-delete-keys-p
857 if not fboundp. Switch delete-forward mode for the <delete> key
858 on all PC platforms, even under -nw.
859
860 * term/internal.el ([M-delete]): Remap to M-d.
861
8622000-12-14 Gerd Moellmann <gerd@gnu.org>
863
864 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
865
8662000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
869
8702000-12-14 Gerd Moellmann <gerd@gnu.org>
871
872 * startup.el (command-line): Call delete-key-deletes-forward-mode,
873 if appropriate.
874
875 * simple.el (delete-key-deletes-forward): New user-option.
876 (delete-key-deletes-forward-mode): New function.
877
878 * bindings.el: Bind `delete' to backward-delete-char.
879
880 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
881 if symbol is bound before getting its value.
882
883 * tooltip.el (tooltip-show): If an error is signaled in
884 x-show-tip, display that error, and display the help in the
885 echo area.
886
8872000-12-14 Kenichi Handa <handa@etl.go.jp>
888
889 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
890 "... entries" messages for every 10000 entries, not 10.
891
8922000-12-13 Karl Fogel <kfogel@red-bean.com>
893
894 * bookmark.el: Provide a generic exit hook, as suggested by
895 Ovidiu Predescu <ovidiu@cup.hp.com>:
896 (bookmark-exit-hook): New var.
897 (bookmark-exit-hook-internal): New func, replaces
898 old raw lambda form in `kill-emacs-hook', and runs new
899 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
900 as logically that feature must have been provided if this function
901 is running.
902 Removed ;;;###autoload before the `add-hook' call.
903
9042000-12-13 Stefan Monnier <monnier@cs.yale.edu>
905
906 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
907 (easy-menu-current-active-maps): New function.
908 (easy-menu-get-map): Use it.
909 Make a proper menu entry when creating a new keymap.
910
9112000-12-13 Kenichi Handa <handa@etl.go.jp>
912
913 * international/characters.el: Fix cases and syntaxes for
914 mule-unicode-0100-24ff.
915
916 * dired.el (dired-move-to-filename-regexp): Fixed for the case
917 that a Japanese character is not appended after day and year.
918
919 * info.el (Info-suffix-list): Change format for a command that
920 requires arguments.
921 (info-insert-file-contents): Adjusted for the above change.
922
9232000-12-12 Andreas Schwab <schwab@suse.de>
924
925 * tar-mode.el (tar-extract): Base the name of the subfile buffer
926 on the name of the tar buffer. Verify that the existing buffer is
927 visiting the same subfile.
928
9292000-12-12 Dave Love <fx@gnu.org>
930
931 * subdirs.el: Add obsolete.
932
9332000-12-12 Gerd Moellmann <gerd@gnu.org>
934
935 * mail/rmailsum.el (rmail-summary-expunge)
936 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
937 instead of rmail-confirm-expunge.
938
939 * replace.el (perform-replace): Don't use an empty match adjacent
940 to a non-empty match when computing the next match before the
941 replacement is performed.
942
9432000-12-12 Milan Zamazal <pdm@freesoft.cz>
944
945 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
946 definition (patch by Stefan Monnier).
947 (glasses-mode): Use jit-lock instead of `after-change-functions'
948 (patch by Stefan Monnier).
949
9502000-12-12 Miles Bader <miles@gnu.org>
951
952 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
953 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
954
9552000-12-12 Andrew Choi <akochoi@i-cable.com>
956
957 * term/mac-win.el: Remove load for ls-lisp.
958
959 * loadup.el: Load ls-lisp for system-type `macos'.
960
9612000-12-12 Miles Bader <miles@gnu.org>
962
963 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
964 Respect field end too.
965 (just-one-space): Respect fields as `delete-horizontal-space'.
966 (newline-and-indent, reindent-then-newline-and-indent): Use
967 `delete-horizontal-space'.
968
9692000-12-11 Stefan Monnier <monnier@cs.yale.edu>
970
971 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
972 (so as to obey the field property in the minibuffer).
973
974 * obsolete/c-mode.el: Moved from lisp/progmodes.
975 * obsolete/auto-show.el: Moved from lisp.
976 * obsolete/ooutline.el: Moved from lisp/textmodes.
977
9782000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
979
980 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
981 changes to list them here.
982
983 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
984 many changes to list them here.
985
986 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
987 many changes to list them here.
988
989 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
990
9912000-12-11 Gerd Moellmann <gerd@gnu.org>
992
993 * simple.el (kill-new): Don't try to setcar kill-ring if it is
994 nil.
995
996 * cus-edit.el (custom-save-variables, custom-save-faces):
997 Comment fix.
998
999 * hscroll.el: Moved to `obsolete' subdir.
1000
10012000-12-11 Miles Bader <miles@gnu.org>
1002
1003 * window.el (window-text-height): Function removed (now in C).
1004
10052000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * log-edit.el (log-edit-parent-buffer): New var.
1008 (log-edit): Set it. Add BUFFER argument.
1009 (log-edit-done): Use char-before.
1010 Don't bother checking validity of vc-comment-ring.
1011 Only bury the buffer if log-edit popped it up.
1012
1013 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1014 (cvs-mode-diff-help): Remove.
1015 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1016 (cvs-mode-marked): Set up the default for CMD manually.
1017
1018 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1019 Remove binding for ? now made unnecessary.
1020
10212000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1022
1023 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1024 function
1025 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1026
1027 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1028 when master file is not open.
1029
10302000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1031
1032 * progmodes/ada-stmt.el: Update `maintainer'.
1033
10342000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1035
1036 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1037 choices to match documentation string.
1038
10392000-12-09 Miles Bader <miles@gnu.org>
1040
1041 * minibuf-eldef.el: New file.
1042
1043 * window.el (fit-window-to-buffer): Don't pass last argument to
1044 pos-visible-in-window-p, now that its meaning is inverted.
1045
10462000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1049 <ceder@lysator.liu.se>.
1050
10512000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1052
1053 * autoinsert.el (auto-insert-alist): Add missing final \n.
1054
1055 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1056 (cvs-menu-map): Remove.
1057 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1058 (cvs-mode-quit): Turn it back into a plain function.
1059
1060 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1061 (texinfo-filter): Remove (move to texinfo.el).
1062
1063 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1064 file where it's more visible.
1065 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1066 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1067 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1068 (texinfo-inside-macro-p): Only catch `scan-error's.
1069 (texinfo-inside-env-p): Make better use of the match info.
1070 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1071 (texinfo-insert-@end): Slight re-organization.
1072 Also remove useless `looking-at' call.
1073
10742000-12-08 Andrew Innes <andrewi@gnu.org>
1075
1076 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1077 accessible in -nw mode.
1078
1079 * term/w32-win.el: Remove stuff about selection timeout, which is
1080 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1081 it is accessible in -nw mode.
1082
10832000-12-08 Dave Love <fx@gnu.org>
1084
1085 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1086 font-lock-keywords-case-fold-search.
1087
10882000-12-08 Gerd Moellmann <gerd@gnu.org>
1089
1090 * textmodes/ispell.el (ispell): Doc fix.
1091
10922000-12-08 Kenichi Handa <handa@etl.go.jp>
1093
1094 * international/quail.el (quail-insert-decode-map): Check the
1095 frame width of a window displaying the current buffer, not that of
1096 the selected frame.
1097 (quail-help): Make sure that the help buffer has window before
1098 inserting text in it.
1099
11002000-12-07 Sam Steingold <sds@gnu.org>
1101
1102 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1103 Backquote is used in isearch.el, so autoloading saves nothing.
1104
11052000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1106
1107 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1108 the CVS and RCS subdirectories case-insensitively.
1109
1110 * dired.el (dired-insert-directory): If file-system-info is
1111 fboundp, call it instead of invoking dired-free-space-program.
1112
11132000-12-07 Gerd Moellmann <gerd@gnu.org>
1114
1115 * server.el (server-visit-files): Push files on file-name-history.
1116
1117 * progmodes/cc-langs.el: Update copyright.
1118
1119 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1120
1121 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1122
1123 * bindings.el (mode-line-mode-menu): Reverse the order
1124 of define-keys so that the menu appears in alphabetical order.
1125
11262000-12-07 Milan Zamazal <pdm@freesoft.cz>
1127
1128 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1129 of the function.
1130
11312000-12-07 Dave Love <fx@gnu.org>
1132
1133 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1134
1135 * facemenu.el (facemenu-unlisted-faces): Fix value.
1136
11372000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1138
1139 * font-lock.el (font-lock-default-fontify-region):
1140 Include the terminating \n (off-by-one error).
1141 (font-lock-set-defaults): Use dolist.
1142
1143 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1144
11452000-12-07 Kenichi Handa <handa@etl.go.jp>
1146
1147 * international/mule-cmds.el (describe-language-environment): Fix
1148 for the case that an input method title is not string but a list.
1149
1150 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1151 of wrong SIZE record.
1152
11532000-12-06 Dave Love <fx@gnu.org>
1154
1155 * newcomment.el (comment-region, comment-dwim): Doc fix.
1156
1157 * textmodes/texinfo.el: Require tex-mode when compiling.
1158 (texinfo-update-node): Doc fix.
1159 (texinfo-imenu-generic-expression): Add @anchor.
1160 (texinfo-font-lock-keywords): Add @uref.
1161 (texinfo-inside-macro-p): Don't use ignore-errors.
1162 (texinfo-insert-quote): Match more contexts.
1163
1164 * international/mule.el (decode-char, encode-char): Doc fix.
1165 (auto-coding-alist): Customize.
1166
1167 * files.el (load-file): Fix change of 2000-03-12.
1168
1169 * wid-edit.el (widget-text-keymap): Doc fix.
1170
11712000-12-06 Andrew Innes <andrewi@gnu.org>
1172
1173 * makefile.w32-in (lisp): Set to an absolute directory, namely
1174 $(CURDIR).
1175
11762000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1177
1178 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1179 read generated-autoload-file, and set buffer-file-coding-system to
1180 raw-text-unix after reading the file.
1181
1182 * international/mule-conf.el (file-coding-system-alist): Use
1183 raw-text for reading loaddefs.el and raw-text-unix for writing
1184 it.
1185
11862000-12-06 Gerd Moellmann <gerd@gnu.org>
1187
1188 * replace.el (occur): Make line-number-width 1 smaller for the
1189 colon following the line number.
1190
1191 * startup.el (fancy-splash-text, command-line-1): Use
1192 `File' for the menu name instead of `Files'.
1193
1194 * tmm.el: Update copyright.
1195
1196 * cus-start.el: Add entry for even-window-heights.
1197
11982000-12-06 Miles Bader <miles@gnu.org>
1199
1200 * faces.el (frame-set-background-mode): Avoid stomping on
1201 locally modified faces.
1202
12032000-12-06 Kenichi Handa <handa@etl.go.jp>
1204
1205 * international/fontset.el: Correct the font registries for
1206 japanese-jisx0213-1 and japanese-jisx0213-2.
1207
12082000-12-05 Gerd Moellmann <gerd@gnu.org>
1209
1210 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1211
1212 * iswitchb.el: Update customization commentary.
1213
12142000-12-05 Rob Riepel <riepel@Stanford.EDU>
1215
1216 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1217 (tpu-search-highlight): Fixed comparison of overlay end positions.
1218 (tpu-trim-line-ends): Implemented trimming logic locally.
1219
1220 * emulation/tpu-extras.el (tpu-write-file-hook)
1221 (tpu-set-cursor-bound): Replaced picture-clean with
1222 tpu-trim-line-ends.
1223
12242000-12-05 Kenichi Handa <handa@etl.go.jp>
1225
1226 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1227 to cn-gb.
1228 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1229
12302000-12-04 Dave Love <fx@gnu.org>
1231
1232 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1233
12342000-12-04 Gerd Moellmann <gerd@gnu.org>
1235
1236 * mail/rmailsum.el (rmail-summary-expunge)
1237 (rmail-summary-expunge-and-save): Ask for confirmation with
1238 rmail-expunge-confirmed.
1239
1240 * mail/rmail.el (rmail-expunge-confirmed): New function.
1241 (rmail-expunge): Use it.
1242
1243 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1244 (etags-recognize-tags-table, find-tag-in-order): New
1245 functionality: interpret file names as tags.
1246
12472000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1248
1249 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1250 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1251 visit the first subnode until the bottom of the current node is
1252 visible.
1253
12542000-12-04 Gerd Moellmann <gerd@gnu.org>
1255
1256 * format.el (format-decode): Don't change buffer's undo list.
1257
12582000-12-04 Kenichi Handa <handa@etl.go.jp>
1259
1260 * faces.el (face-font-registry-alternatives): Add entries for CJK
1261 fonts. Doc-string adjusted for the actual usage of this data.
1262
1263 * international/fontset.el: Change the font registries for CJK
1264 fonts in the default fontset. Don't append '*' to registries.
1265
12662000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1267
1268 * emacs-lisp/easy-mmode.el (define-derived-mode)
1269 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1270
1271 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1272 (derived-mode-p): New function.
1273 (derived-mode-make-docstring): Add `docstring' argument.
1274 Use it if available and complete it if necessary.
1275
12762000-12-03 Andreas Schwab <schwab@suse.de>
1277
1278 * type-break.el (type-break): Don't make parent of itself.
1279
12802000-12-03 Miles Bader <miles@gnu.org>
1281
1282 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1283
12842000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1287 (tex-main-file, tex-file): Simplify.
1288 (tex-generate-zap-file-name): Use subst-char-in-string.
1289 (tex-strip-dots): Remove.
1290
1291 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1292
1293 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1294 to check if the match succeeded.
1295
12962000-12-02 Gerd Moellmann <gerd@gnu.org>
1297
1298 * startup.el (use-fancy-splash-screens-p): New function.
1299 (command-line-1): Use it to determine whether or not to use
1300 a fancy splash screen.
1301
13022000-12-02 Andreas Schwab <schwab@suse.de>
1303
1304 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1305
13062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1307
1308 * international/mule.el (make-char): Fix last change.
1309
1310 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1311 New defcustoms.
1312 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1313 autoloading tex-mode; instead, do the same manually. Use
1314 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1315 with numeric argument. Docstring fix.
1316 (toplevel): Require cl when compiling.
1317
1318 * international/mule.el (make-char): Doc fix.
1319
13202000-12-02 Jason Rumney <jasonr@gnu.org>
1321
1322 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1323 the Emacs Lisp manual)
1324
13252000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1326
1327 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1328
1329 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1330 the Emacs Lisp manual).
1331
13322000-12-02 Gerd Moellmann <gerd@gnu.org>
1333
1334 * simple.el (next-line-add-newlines): Change default to nil.
1335
13362000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1337
1338 * files.el (revert-buffer, recover-file): Bind
1339 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1340
13412000-12-01 Gerd Moellmann <gerd@gnu.org>
1342
1343 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1344
13452000-12-01 Miles Bader <miles@gnu.org>
1346
1347 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1348
13492000-12-01 Kenichi Handa <handa@etl.go.jp>
1350
1351 * international/mule-diag.el (describe-char-after): Fix typo.
1352 (describe-character-set, non-iso-charset-alist): Fix typo.
1353
13542000-12-01 Miles Bader <miles@gnu.org>
1355
1356 * image-file.el (image-file-name-regexp): Automatically add
1357 upper-case variants of each filename extension in
1358 `image-file-name-extensions', since they seem to be common.
1359
1360 * simple.el (minibuffer-contents)
1361 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1362 New functions.
1363 * filecache.el (file-cache-directory-name)
1364 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1365
13662000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1367
1368 * filecache.el (file-cache-minibuffer-complete): Don't try to
1369 delete the minibuffer prompt.
1370
13712000-11-30 Dave Love <fx@gnu.org>
1372
1373 * cus-start.el: Fix read-buffer-function type.
1374
13752000-11-30 Gerd Moellmann <gerd@gnu.org>
1376
1377 * md5.el: Removed. There's a built-in function, now.
1378
13792000-11-30 Markus Rost <rost@math.ohio-state.edu>
1380
1381 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1382 as dummy 0-th char of rmail-deleted-vector.
1383
13842000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1385
1386 * ps-print.el (ps-end-job): Bind case-fold-search only after
1387 switching to ps-spool-buffer.
1388
13892000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1390
1391 * ps-print.el: Line number font customization. PostScript: Lines and
1392 PageCount are initialized on each page. Doc Fix.
1393 (ps-print-version): New version number (6.3.2).
1394 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1395 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1396 (ps-right-header): Customization fix.
1397 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1398 Fix code.
1399 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1400 New vars.
1401
14022000-11-30 Gerd Moellmann <gerd@gnu.org>
1403
1404 * bs.el: Fix typos and spelling errors.
1405 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1406 (bs-configuration): Doc fix.
1407
1408 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1409
14102000-11-30 Rob Riepel <riepel@Stanford.EDU>
1411
1412 * emulation/tpu-edt.el (tpu-version): New version.
1413 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1414 (tpu-original-mode-line): Variable deleted.
1415 (tpu-mark-flag): New initial value.
1416 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1417 tpu-mark-flag to minor-mode-alist.
1418 (tpu-update-mode-line): New mark flag logic.
1419 (tpu-get): Use find-file-wildcards.
1420 (tpu-search-highlight): Move overlay less, reset overlay properly.
1421 (tpu-unselect): Deactivate mark.
1422 (tpu-lm-replace): Reset overlay properly.
1423 (tpu-forward-line): Use forward-visible-line.
1424 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1425
1426 * emulation/tpu-extras.el (tpu-forward-line): Use
1427 forward-visible-line.
1428
14292000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1430
1431 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1432
14332000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1434
1435 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1436 and skip whitespace and newlines.
1437
14382000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1439
1440 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1441
14422000-11-29 Gerd Moellmann <gerd@gnu.org>
1443
1444 * help.el (describe-function-1): Regexp-quote function name
1445 when used as part of a regexp.
1446
1447 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1448 face-attribute instead of face-foreground and face-background.
1449 (tool-bar-add-item): Likewise, and handle unspecified colors.
1450
1451 * enriched.el (enriched-face-ans): Use face-attribute instead
1452 of face-foreground and face-background.
1453
1454 * faces.el (face-foreground, face-background, face-stipple):
1455 Return nil if attribute is unspecified, for backward
1456 compatibility.
1457
1458 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1459
1460 * play/5x5.el: Remove version info.
1461
1462 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1463
1464 * frame.el (blink-cursor-mode): Doc fix.
1465
14662000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1467
1468 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1469 to create Makefile rules.
1470 (antlr-tool-command): New user option.
1471 (antlr-ask-about-save): New user option.
1472 (antlr-makefile-specification): New user option.
1473 (antlr-file-formats-alist): New variable.
1474 (antlr-special-file-formats): New variable.
1475 (antlr-unknown-file-formats): New user option.
1476 (antlr-help-unknown-file-text): New variable.
1477 (antlr-help-rules-intro): New variable.
1478 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1479 (antlr-mode-menu): Add entries.
1480 (antlr-file-dependencies): New function.
1481 (antlr-directory-dependencies): New function.
1482 (antlr-superclasses-glibs): New function.
1483 (antlr-run-tool): New command.
1484 (antlr-makefile-insert-variable): New function.
1485 (antlr-insert-makefile-rules): New function.
1486 (antlr-show-makefile-rules): New command.
1487
1488 * antlr-mode.el: More Emacs/XEmacs stuff.
1489 (antlr-no-action-keywords): New constant with value nil.
1490 (antlr-font-lock-keywords-alist): Use it. Old value would break
1491 syntax highlighting in Emacs-21.0.
1492 (antlr-default-directory): Emacs/XEmacs dependend function.
1493 (antlr-read-shell-command): Ditto.
1494 (antlr-with-displaying-help-buffer): Ditto.
1495
14962000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1497
1498 * antlr-mode.el: imenu, parsing and highlighting changes.
1499 (antlr-imenu-create-index-function): Don't create extra submenus
1500 for definitions in different grammar classes. It is not necessary
1501 for the menu and would make command `imenu' awkward to use.
1502 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1503 header actions and more than one.
1504 (antlr-font-lock-tokendef-face): Changed color.
1505 (antlr-font-lock-tokenref-face): Changed color.
1506 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1507 (antlr-mode-syntax-table): New variable.
1508 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1509 (antlr-with-syntax-table): Don't copy syntax table.
1510
15112000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1512
1513 * antlr-mode.el: Minor changes: language setting.
1514 (antlr-language-alist): The value for file option "language" can
1515 be both an identifier and a string.
1516 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1517 (antlr-language-limit-n-regexp): Change accordingly.
1518
15192000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1520
1521 * antlr-mode.el: Minor changes: tabs, hiding.
1522 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1523 (antlr-action-visibility): Also allow value nil to also hide the
1524 braces. Renamed from `antlr-tiny-action-length'.
1525 Suggested by Jay@aol.com.
1526 (antlr-hide-actions): Change accordingly. Hide line if completely
1527 hidden action is on a line of its own.
1528
15292000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1532
1533 * sort.el (sort-columns): Don't concat strings with numbers.
1534
15352000-11-29 Dave Love <fx@gnu.org>
1536
1537 * cus-edit.el (face): Fix :format.
1538
1539 * mail/feedmail.el: Require smtpmail when compiling.
1540 (mail-do-fcc): Autoload.
1541 (feedmail) <defgroup>: Fix :link.
1542 (feedmail-nuke-body-in-fcc): Fix :type.
1543 (feedmail-send-it): Add autoload cookie.
1544
15452000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1546
1547 * newcomment.el (comment-indent): Save excursion around call to
1548 comment-indent-function.
1549
15502000-11-29 Miles Bader <miles@gnu.org>
1551
1552 * subr.el (member-ignore-case): Return the tail of the list who's
1553 car matches, like `member', not the matching element itself.
1554
15552000-11-29 Kenichi Handa <handa@etl.go.jp>
1556
1557 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1558 should not contain `\n'.
1559
15602000-11-28 Gerd Moellmann <gerd@gnu.org>
1561
1562 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1563
1564 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1565
1566 * dired-aux.el (dired-do-create-files): Construct default file
1567 name for dired-mark-read-file-name so that when the user enters
1568 just RET, the target file will end up in the target directory.
1569
1570 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1571 local-abbrev-table before changing buffers because it might
1572 have a buffer-local binding.
1573
15742000-11-28 Miles Bader <miles@gnu.org>
1575
1576 * simple.el (delete-horizontal-space): Handle fields more generally.
1577
15782000-11-28 Gerd Moellmann <gerd@gnu.org>
1579
1580 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1581
15822000-11-28 Dave Love <fx@gnu.org>
1583
1584 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1585 comment-start-skip locally.
1586
1587 * progmodes/fortran.el (fortran-mode): Don't set
1588 fortran-comment-line-start-skip. Set comment-start to
1589 fortran-comment-line-start.
1590 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1591 (fortran-comment-line-start-skip): Simplify slightly.
1592
15932000-11-28 Gerd Moellmann <gerd@gnu.org>
1594
1595 * play/5x5.el: Remove RCS keyword.
1596
1597 * bs.el: Mistaken commit, undone 2000-11-30.
1598
15992000-11-28 Milan Zamazal <pdm@freesoft.cz>
1600
1601 * textmodes/tildify.el (tildify-string-alist): Add
1602 `plain-tex-mode' here.
1603
16042000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1605
1606 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1607 reference.
1608
16092000-11-28 Miles Bader <miles@gnu.org>
1610
1611 * cus-face.el (custom-face-attributes): Add post-filter function
1612 for :box. Make pre-filter function for :box handle all cases.
1613
1614 * wid-edit.el (widget-choose): Make sure pop-up window is large
1615 enough to display all the choices, as there's no way to scroll it.
1616
16172000-11-28 Kenichi Handa <handa@etl.go.jp>
1618
1619 * international/mule-conf.el: Make the coding system no-conversion
1620 safe for all characters.
1621
16222000-11-27 Dave Love <fx@gnu.org>
1623
1624 * net/ldap.el (ldap) <defgroup>: Add :version.
1625
1626 * tooltip.el (tooltip-use-echo-area): Doc fix.
1627
1628 * cus-start.el <minibuffer-prompt-properties>: Add version.
1629 <read-buffer-function>: Add.
1630
1631 * apropos.el (apropos-print): Add help-echo to active text.
1632
1633 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1634
16352000-11-27 Gerd Moellmann <gerd@gnu.org>
1636
1637 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1638 type, group and version.
1639
16402000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1641
1642 * select.el (x-get-selection): Docstring fix.
1643
16442000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1645
1646 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1647
16482000-11-27 Andrew Innes <andrewi@gnu.org>
1649
1650 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1651
1652 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1653
16542000-11-27 Miles Bader <miles@gnu.org>
1655
1656 * dired.el (dired-get-filename): Return filename verbatim if
1657 LOCALP is `verbatim'.
1658 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1659 `verbatim' so that we don't inadvertently delete a non-existant
1660 directory name.
1661
16622000-11-27 Kenichi Handa <handa@etl.go.jp>
1663
1664 * international/characters.el: Specify cases and syntaxes for
1665 mule-unicode-0100-24ff.
1666
16672000-11-27 Gerd Moellmann <gerd@gnu.org>
1668
1669 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1670 that foreground and/or background colors of the face `tool-bar'
1671 are unspecified.
1672
16732000-11-27 Miles Bader <miles@gnu.org>
1674
1675 * wid-edit.el (widget-field-buffer, widget-field-start)
1676 (widget-field-end): Handle widget field `pseudo-overlays'.
1677 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1678 if it's there instead of in `widget-field-list'.
1679
1680 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1681 (help-make-xrefs): Delete extraneous newlines at the end of the
1682 docstring.
1683
16842000-11-25 Jason Rumney <jasonr@gnu.org>
1685
1686 * startup.el (command-line): Call set-locale-environment after
1687 Window System init file is read, as it can result in a call to
1688 redraw-frame.
1689
16902000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1691
1692 * simple.el (shell-command): Mention the effect of the prefix
1693 argument in the doc string.
1694
16952000-11-25 Miles Bader <miles@gnu.org>
1696
1697 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1698
1699 * wid-edit.el (widget-field-value-delete): Don't try to delete
1700 overlay when it's the `pseudo-overlay' that exists at some points.
1701
17022000-11-24 Jason Rumney <jasonr@gnu.org>
1703
1704 * international/mule-cmds.el (locale-language-names): Add "jp" as
1705 a non-standard alternative for Japanese.
1706
17072000-11-24 Andre Spiegel <spiegel@gnu.org>
1708
1709 * vc-hooks.el: Require 'cl during compilation.
1710
17112000-11-24 Gerd Moellmann <gerd@gnu.org>
1712
1713 * faces.el (face-set-after-frame-default): Let face attributes
1714 specified for new frames override frame parameters.
1715
1716 * startup.el (command-line): Fix computation of the source file
1717 for user-init-file when user-init-file is a compiled file.
1718
17192000-11-24 Miles Bader <miles@gnu.org>
1720
1721 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
1722 (custom-post-filter-face-spec): New functions.
1723 (custom-face-set, custom-face-value-create): Filter the face spec
1724 before and after customization.
1725 (custom-face-set): If VALUE specifies a null face, pass a
1726 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
1727 * cus-face.el (custom-face-attributes): Remove SET and GET
1728 functions. Add some IN-FILTER and OUT-FILTER functions in the few
1729 cases they're needed.
1730
1731 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
1732 that it's distinguishable from the :off-glyph on dark-background
1733 displays. Set its background color too.
1734
1735 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
1736 so that people can easily turn it off.
1737
17382000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
1739
1740 * ediff-diff.el: Moved variables around to have it compile under NT.
1741
1742 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
1743
1744 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
1745
1746 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
1747 redundant skip-small-frames test.
1748
1749 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
1750 (viper-downgrade-to-insert): protect against errors in hooks.
1751
1752 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
1753 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
1754 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
1755 functions.
1756
1757 * viper-util.el (viper-memq-char): Bug fixes.
1758
1759 * viper.el (viper-mode): Fix cursor handling.
1760
17612000-11-24 Kenichi Handa <handa@etl.go.jp>
1762
1763 * international/mule-diag.el (list-iso-charset-chars): For
1764 two-byte charset, fix the `while' condition.
1765 (list-non-iso-charset-chars): Fix the `while' condition.
1766
17672000-11-23 Stefan Monnier <monnier@cs.yale.edu>
1768
1769 * subr.el (add-hook, remove-hook): Don't call make-local-hook
1770 if the variable is make-variable-buffer-local.
1771
1772 * progmodes/ada-stmt.el (ada-template-map): Initialize
1773 and bind it to C-c t in ada-mode-map.
1774 (ada-stmt-mode-hook): New function extracted from old code.
1775 Only change the buffer-local side of skeleton-*.
1776 (ada-mode-hook): Use it.
1777
17782000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1779
1780 * iswitchb.el (iswitchb-minibuf-depth): New variable.
1781 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
1782 we expect to be returned by minibuffer-depth once we prompt the
1783 user in the minibuffer.
1784 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
1785 as recorded in iswitchb-minibuf-depth, return non-nil.
1786
17872000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
1788
1789 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
1790 (hscroll-window-maybe): Docstring fix.
1791
17922000-11-23 Dave Love <fx@gnu.org>
1793
1794 * rect.el (string-rectangle): Don't test delete-selection-mode.
1795
17962000-11-23 Gerd Moellmann <gerd@gnu.org>
1797
1798 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
1799 is in the tool bar.
1800
1801 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
1802 with `no-dir'; we want the directory part to be able to remove
1803 it.
1804
18052000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1806
1807 * textmodes/outline.el (outline-flag-region):
1808 Don't bind inhibit-read-only since we don't modify the buffer.
1809 (outline-isearch-open-invisible): Don't jump to overlay-start
1810 since we're trying to unhide text around point.
1811 (outline-discard-overlays): Use dolist.
1812
1813 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
1814
18152000-11-22 Gerd Moellmann <gerd@gnu.org>
1816
1817 * mail/rmail.el (rmail-confirm-expunge): Default to
1818 y-or-n-p.
1819
18202000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1821
1822 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
1823 Fix ARG regexp to skip quoted braces.
1824 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
1825 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
1826 are (correctly) handled separately).
1827 Remove `caption' and `footnote' from `citations': they contain text.
1828 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
1829 (latex-skeleton-end-hook): New function.
1830 (latex-mode): Use it.
1831 (tex-start-tex-marker): Remove.
1832 (tex-send-tex-command): Don't set tex-start-tex-marker.
1833 (tex-error-parse-syntax-table): New var.
1834 (tex-compilation-parse-errors): Use it.
1835 Ignore tex-start-tex-marker. Don't bother with marker-position.
1836 (tex-validate-buffer): Don't bother with marker-position.
1837
1838 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
1839 (flyspell-generic-progmode-verify): Use it.
1840
18412000-11-22 Sam Steingold <sds@gnu.org>
1842
1843 * simple.el (delete-trailing-whitespace): New interactive
1844 function.
1845
1846 * progmodes/ada-mode.el (ada-mode): Use it instead of
1847 `ada-remove-trailing-spaces'.
1848 (ada-remove-trailing-spaces): Removed.
1849
1850 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
1851
1852 * textmodes/picture.el (picture-clean): Removed.
1853 (picture-mode-exit): Call it instead of `picture-clean'.
1854
18552000-11-22 Gerd Moellmann <gerd@gnu.org>
1856
1857 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1858
1859 * hi-lock.el (hi-lock-refontify): Don't call non-existent
1860 jit-lock-fontify-buffer; it should anyway be unneccessary to
1861 do anything special when jit-lock is active.
1862 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
1863
18642000-11-22 Dave Love <fx@gnu.org>
1865
1866 * calendar/todo-mode.el (todo-top-priorities): Use
1867 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
1868
1869 * language/chinese.el, language/cyrillic.el:
1870 * language/devanagari.el, language/ethiopic.el, language/greek.el:
1871 * language/hebrew.el, language/indian.el, language/japanese.el:
1872 * language/korean.el, language/lao.el, language/misc-lang.el:
1873 * language/thai.el, language/tibetan.el, language/vietnamese.el:
1874 Use provide.
1875
1876 * cus-edit.el (custom-buffer-create-internal): Save some consing.
1877 (custom-variable-set): Improve validation error mesage.
1878
1879 * rect.el (string-rectangle): Revert last change.
1880 (string-rectangle-line): New arg DELETE.
1881 (string-rectangle): Check delete-selection-mode.
1882
1883 * emacs-lisp/edebug.el (edebug-version)
1884 (edebug-maintainer-address): Deleted.
1885 (edebug-submit-bug-report): Just alias to report-emacs-bug.
1886 (edebug-read-function): Account for other `'#' read forms.
1887 (edebug-mode-menus): Make some items toggles.
1888 (edebug-outside-unread-command-event, unread-command-event):
1889 Remove these to avoid warnings.
1890
18912000-11-22 David Ponce <david@dponce.com>
1892
1893 * recentf.el (recentf-menu-items-for-commands)
1894 (recentf-make-menu-items, recentf-make-menu-item)
1895 (recentf-filter-changer): Added :help and :active menu-item properties.
1896
1897 (recentf-build-dir-rules, recentf-dump-variable)
1898 (recentf-edit-list, recentf-open-files-item)
1899 (recentf-open-files): Replaced unnecessary `mapcar' with new
1900 built-in `mapc'.
1901
19022000-11-23 Miles Bader <miles@gnu.org>
1903
1904 * faces.el (menu): Make inverse-video on ttys too.
1905
19062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1907
1908 * simple.el (comment-line-break-function): Use the new name
1909 indent-new-comment-line -> comment-indent-new-line.
1910 (clone-indirect-buffer): Don't ignore NORECORD.
1911 (next-completion): Properly handle the case where items are adjacent.
1912
1913 * mouse.el (popup-menu): Stupid typo.
1914
19152000-11-22 Gerd Moellmann <gerd@gnu.org>
1916
1917 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1918 maintainer, keywords tags.
1919
1920 * rect.el (replace-rectangle): Don't call string-rectangle-line
1921 with too many arguments.
1922
19232000-11-22 Andre Spiegel <spiegel@gnu.org>
1924
1925 * ediff-util.el (ediff-file-checked-out-p)
1926 (ediff-file-checked-in-p): Call vc-state instead of
1927 vc-locking-user, which no longer exists.
1928
1929 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1930
19312000-11-22 Dave Love <fx@gnu.org>
1932
1933 * md5.el (md5): Provide.
1934 (md5): Fix error call.
1935
19362000-11-22 Miles Bader <miles@gnu.org>
1937
1938 * textmodes/refill.el (refill-adjust-ignorable-overlay)
1939 (refill-fill-paragraph-at): Remove debugging code.
1940
1941 * calendar/calendar.el (generate-calendar-window): When we don't
1942 call `fit-window-to-buffer', make sure the top line is fully visible.
1943
1944 * image-file.el (insert-image-file): Don't make `read-only'
1945 property rear-nonsticky.
1946
1947 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1948 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1949 stashing away its original value.
1950 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1951 in the recursive edit.
1952 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1953 (isearch-done): Restore `minibuffer-message-timeout'.
1954
1955 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1956
19572000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1958
1959 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1960
1961 * find-lisp.el (find-lisp-find-files-internal):
1962 Use dolist, when and file-name-as-directory.
1963
1964 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
1965 (define-derived-mode, define-minor-mode): Add specs.
1966
1967 * window.el: General comment and spacing fixes.
1968 (save-selected-window): Use backquotes.
1969 (window-safely-shrinkable-p): New function.
1970 (shrink-window-if-larger-than-buffer): Use it.
1971
1972 * subr.el (make-local-hook): Docstring fix.
1973
1974 * shell.el (shell-mode): Use define-derived-mode.
1975
1976 * newcomment.el (comment-indent): Insert comment before calling
1977 comment-indent-function. Don't insert in column 0.
1978 (comment-dwim): Indent before inserting comment.
1979
1980 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1981 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1982 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1983 Use mapc rather than map.
1984
1985 * files.el (find-buffer-visiting): Compare all attributes before
1986 declaring two files identical (rather than just their inode-no).
1987 (auto-mode-alist): Use \' rather than $.
1988
1989 * which-func.el: Update maintainer line.
1990
1991 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1992 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1993 (uniquify-buffer-file-name): Use it.
1994
19952000-11-22 Miles Bader <miles@gnu.org>
1996
1997 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1998 * simple.el (minibuffer-avoid-prompt): New function.
1999
20002000-11-21 Gerd Moellmann <gerd@gnu.org>
2001
2002 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2003
20042000-11-21 Miles Bader <miles@gnu.org>
2005
2006 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2007 inclusion of `track-mouse'.
2008
2009 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2010 (refill-adjust-ignorable-overlay): New function.
2011 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2012 only the paragraph's tail if possible.
2013 Update `refill-ignorable-overlay'.
2014 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2015
2016 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2017 point inside the fill-prefix.
2018
2019 * textmodes/refill.el (refill-post-command-function): Don't reset
2020 refill-doit in the case where a self-insertion command doesn't
2021 case a refill. Use `refill-fill-paragraph-at', getting position
2022 from `refill-doit'.
2023 (refill-after-change-function): Set `refill-doit' to END.
2024 (refill-fill-paragraph-at): New function, mostly from old
2025 refill-fill-paragraph.
2026 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2027 (refill-pre-command-function): New function.
2028 (refill-mode): Add it to `pre-command-hook'.
2029
20302000-11-20 Gerd Moellmann <gerd@gnu.org>
2031
2032 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2033
2034 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2035 javadoc tags.
2036
20372000-11-20 Andre Spiegel <spiegel@gnu.org>
2038
2039 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2040 vc.el).
2041
2042 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2043 require vc.
2044
2045 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2046 checkouts.
2047
20482000-11-20 Dave Love <fx@gnu.org>
2049
2050 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2051
20522000-11-20 Eli Barzilay <eli@www.barzilay.org>
2053
2054 * calculator.el (calculator-paste): Use `if' instead of `and'
2055 and `or'.
2056 (calculator-help): Don't use electric-describe-mode for XEmacs.
2057
20582000-11-19 Gerd Moellmann <gerd@gnu.org>
2059
2060 * info.el (info-menu-5): Doc fix.
2061
2062 * textmodes/artist.el: New file.
2063
20642000-11-19 Andre Spiegel <spiegel@gnu.org>
2065
2066 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2067 and differentiate according to checkout model.
2068 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2069 since this function is only concerned with master state.
2070
2071 * vc-hooks.el (vc-workfile-unchanged-p,
2072 vc-default-workfile-unchanged-p): Moved here from vc.el.
2073
2074 * vc.el (vc-workfile-unchanged-p,
2075 vc-default-workfile-unchanged-p): See above.
2076
20772000-11-19 Miles Bader <miles@gnu.org>
2078
2079 * image-file.el (insert-image-file): Make `intangible' and
2080 `read-only' properties rear-nonsticky too.
2081
20822000-11-18 Gerd Moellmann <gerd@gnu.org>
2083
2084 * ps-print.el: Update copyright notice.
2085
2086 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2087 (tooltip-show): Use the offsets.
2088
2089 * bindings.el (mode-line-modified): Fix a typo.
2090 (mode-line-toggle-modified, mode-line-widen)
2091 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2092
20932000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2094
2095 * ps-print.el (toplevel): Test for find-coding-system being
2096 fboundp before calling ps-x-find-coding-system.
2097
20982000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2099
2100 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2101 (vc-version-backup-file): Docstring fix.
2102
21032000-11-16 Gerd Moellmann <gerd@gnu.org>
2104
2105 * files.el (basic-save-buffer): Don't add a newline if
2106 find-file-literally is non-nil.
2107 (find-file-literally): Extend doc string.
2108
2109 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2110 sort(1) with the `-f' argument.
2111
21122000-11-16 Andre Spiegel <spiegel@gnu.org>
2113
2114 * vc.el: Updated backend documentation.
2115 (vc-default-check-headers): New function.
2116
2117 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2118
2119 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2120 up-to-date.
2121 (vc-do-command): In the asynchronous case, output messages only if
2122 the minibuffer is not active.
2123
2124 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2125 `vc-cvs-use-edit' is on.
2126 (vc-cvs-checkout): When this is used for reverting the workfile,
2127 make a backup of the original contents and revert to that in case
2128 of error.
2129 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2130 remote repositories.
2131
2132 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2133 for both version and ratio in the minibuffer.
2134
2135 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2136 Use vc-do-command to perform the annotation, not call-process.
2137
21382000-11-16 Kenichi Handa <handa@etl.go.jp>
2139
2140 * international/quail.el (quail-start-translation): Don't call
2141 `message' before reading key sequence.
2142
21432000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2144
2145 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2146
21472000-11-16 Kenichi Handa <handa@etl.go.jp>
2148
2149 * window.el (fit-window-to-buffer): Be sure to acquire at least
2150 one text line even if the buffer is empty.
2151
21522000-11-16 Gerd Moellmann <gerd@gnu.org>
2153
2154 * net/ange-ftp.el (ange-ftp-file-writable-p)
2155 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2156 ange-ftp-process-verbose to nil.
2157
21582000-11-15 Dave Love <fx@gnu.org>
2159
2160 * wid-edit.el (widget-specify-field, widget-specify-button): If
2161 :help-echo is a function, set help-echo of overlay to
2162 widget-mouse-help.
2163 (widget-mouse-help): New function.
2164 (widget-echo-help): Rewritten for :help-echo functions only taking
2165 a widget arg.
2166
2167 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2168 display-graphic-p.
2169 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2170 and that JPEG is available.
2171 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2172
2173 * international/mule-cmds.el (locale-charset-language-names):
2174 Match @euro.
2175
21762000-11-15 Gerd Moellmann <gerd@gnu.org>
2177
2178 * faces.el (face-set-after-frame-default): If
2179 `inhibit-default-face-x-resources' is bound, don't intialize the
2180 default face from X resources.
2181
21822000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2183
2184 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2185 Don't set EMACSLOADPATH.
2186
21872000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2188
2189 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2190 texinfo-insert-@url.
2191 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2192 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2193
21942000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2195
2196 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2197 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2198 (checkdoc-minor-keymap): Backward compatibility.
2199 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2200 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2201 (checkdoc-this-string-valid-engine): Be a bit more strict
2202 to avoid matching substrings of `...' quoted vars/funs.
2203 (checkdoc-defun-info): Only look for `interactive' if alone.
2204 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2205
2206 * progmodes/compile.el (grep): `tag-default' can be nil.
2207
2208 * newcomment.el (comment-indent): Paren typo.
2209
22102000-11-14 Dave Love <fx@gnu.org>
2211
2212 * calculator.el: New maintainer version.
2213
2214 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2215
2216 * cmuscheme.el: Doc fixes.
2217 (cmuscheme) <defgroup>: Use `scheme' as parent.
2218 (cmuscheme-program-name): Remove. Change uses to
2219 scheme-program-name.
2220
2221 * xscheme.el (scheme-program-name): Don't define here.
2222
2223 * progmodes/scheme.el (scheme-program-name): New variable
2224 (originally in cmuscheme).
2225
22262000-11-14 Miles Bader <miles@gnu.org>
2227
2228 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2229 Handle header-lines. Don't loop forever if we can't enlarge the
2230 window anymore. Simplify a bit.
2231
22322000-11-14 Kenichi Handa <handa@etl.go.jp>
2233
2234 * window.el (fit-window-to-buffer): Don't check
2235 window-text-height. Assure that the last line is fully visible.
2236
2237 * international/quail.el (quail-show-guidance-buf): Call
2238 fit-window-to-buffer to assure the enough height of the guidance
2239 buffer.
2240 (quail-update-guidance): Avoid making the guidance buffer shorter.
2241
22422000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2243
2244 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2245 rather than `prepend' and add an interesting comment.
2246 (tex-math-face, tex-font-lock-syntactic-face-function):
2247 New face and function to use it.
2248 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2249 than `menu-enable' symbol property.
2250 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2251 (tex-mode): Add some latex-mode commands for auto-selection.
2252 Use tex-font-lock-syntactic-face-function.
2253 (tex-insert-quote): Simplify.
2254 (tex-shell): New mode.
2255 (tex-start-shell): Use it.
2256 (tex-shell-proc, tex-shell-buf): New functions.
2257 (tex-send-command): Use it.
2258 (tex-main-file): Fix the meaning of the new arg REALFILE.
2259 (tex-send-tex-command): New function split from `tex-start-tex'.
2260 Set compilation-last-buffer and compilation-parsing-end.
2261
2262 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2263 when it follows non-comment text on the line.
2264
2265 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2266 Set font-lock-defaults.
2267 (lisp-mode-shared-map): Init inside the defvar.
2268 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2269 Use define-derived-mode.
2270
22712000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2272
2273 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2274
22752000-11-14 Gerd Moellmann <gerd@gnu.org>
2276
2277 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2278 recursively optimize body because that can lead to infinite
2279 recursion; see comment there.
2280
22812000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2282
2283 * faces.el (face-spec-set-match-display): Revert the change from
2284 2000-10-24. Add a FIXME for after v21.1.
2285
22862000-11-13 Miles Bader <miles@gnu.org>
2287
2288 * textmodes/fill.el (skip-line-prefix): New function.
2289 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2290 (fill-paragraph): Don't leave point inside the fill-prefix.
2291 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2292 point inside the fill-prefix.
2293
22942000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2295
2296 * calendar/calendar.el (generate-calendar-window): Use
2297 `fit-window-to-buffer'.
2298
22992000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2300
2301 * gud.el (gud-minor-mode): New var.
2302 (gud-symbol, gud-val): New functions.
2303 (gud-find-file): Copy gud-minor-mode to the new buffer.
2304 (gud-menu-map): Include entries for commands that are not always
2305 available, using :enable to (de)activate them.
2306 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2307 (gud-mode-map): New map.
2308 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2309 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2310 Don't set up gud's menu (it's done by the minor-mode).
2311 (gud-minibuffer-local-map): New.
2312 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2313 (gud-query-cmdline): New function.
2314 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2315 (gud-mode): Use define-derived-mode.
2316 Don't set up gud's menu (it's done by the minor-mode).
2317 (gud-chop-words): Remove.
2318 (gud-common-init): Use split-string instead.
2319 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2320
2321 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2322 Add keyword arg :name.
2323
2324 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2325 (diff-count-matches, diff-split-hunk): New functions.
2326 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2327
2328 * pcvs-info.el (cvs-fi-conflict-face): New var.
2329
2330 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2331 Make it into a simple syntax-table, shared among all submodes.
2332 (sh-heredoc-face): Re-introduce.
2333 (sh-font-lock-syntactic-face-function): New function.
2334 (sh-mode): Use it. Also use define-derived-mode.
2335 Remove old bogus setting of indent-region-function.
2336 (sh-set-shell): Don't set the syntax-table any more.
2337 (sh-mode-syntax-table) <defun>: Remove.
2338
23392000-11-12 Miles Bader <miles@gnu.org>
2340
2341 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2342 message if interactive.
2343
23442000-11-12 Dave Love <fx@gnu.org>
2345
2346 * mail/feedmail.el: Fix header,
2347 (feedmail) <defgroup>: Add :link.
2348
2349 * view.el: Use local-map property, not keymap on mode-line string.
2350
2351 * scroll-all.el (scroll-all-mode): Customize variable. Add
2352 autoload cookie to function.
2353
2354 * lazy-lock.el: Remove compatibility code.
2355
2356 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2357 (finder-help-echo): New variable.
2358 (finder-mouse-face-on-line): Add help-echo stuff.
2359 (finder-list-keywords, finder-list-matches): Use mapc.
2360
2361 * faces.el (face-font-registry-alternatives): Add :version.
2362
2363 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2364 tags-table-list.
2365
2366 * net/browse-url.el (browse-url-browser-function): Update :version.
2367
2368 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2369 (mail-mode): Use [:alnum:] in some regexps.
2370
23712000-11-10 Dave Love <fx@gnu.org>
2372
2373 * ediff.el (ediff-regions-internal, ediff-documentation):
2374 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2375 fundamental mode.
2376
2377 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2378 buffer into fundamental mode.
2379 (ediff-set-difference): Use copy-sequence if available.
2380
2381 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2382 ediff-patch-map non-nil.
2383 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2384 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2385 buffer into fundamental mode.
2386
2387 * ediff-merg.el (state-or-merge): Defvar when compiling.
2388
23892000-11-10 Jason Rumney <jasonr@gnu.org>
2390
2391 * w32-fns.el (w32-add-charset-info): New function.
2392 (w32-charset-info-alist): Use it.
2393
23942000-11-10 Gerd Moellmann <gerd@gnu.org>
2395
2396 * faces.el (face-font-registry-alternatives): New user-option.
2397
23982000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2399
2400 * textmodes/texinfo.el (texinfo-block-default): New var.
2401 (texinfo-insert-block): Use it. Insert a newline if needed.
2402
2403 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2404 (fill-region-as-paragraph): Use it.
2405
2406 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2407 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2408 Tweak paragraph regexps to allow a leading [ \t]*.
2409 (tex-latex-block): Insert a newline if necessary.
2410 (latex-insert-item): Only insert a newline if necessary.
2411 (tex-guess-main-file): New function.
2412 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2413 Set tex-main-file if TeX-master is provided.
2414 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2415
24162000-11-10 Gerd Moellmann <gerd@gnu.org>
2417
2418 * startup.el (command-line): Set the default tooltip-mode
2419 to t for graphical displays which implement x-show-tip.
2420
2421 * tooltip.el (tooltip-mode): Add a comment about startup.el
2422 setting the default value of this user-option.
2423
24242000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2425
2426 * font-lock.el (font-lock-*-face) <defvar>: Move.
2427 (font-lock-defaults-alist): Mark obsolete.
2428 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2429 (font-lock-mode): Use define-minor-mode.
2430 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2431 (font-lock-turn-off-thing-lock): Be more explicit.
2432 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2433 (font-lock-syntactic-face-function): New var.
2434 (font-lock-fontify-syntactically-region): Use it.
2435 (font-lock-doc-face): New.
2436
2437 * pcvs.el (cvs-enabledp): Ignore errors.
2438 (cvs-commit-filelist): Never query.
2439 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2440 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2441 (cvs-do-removal): Use cvs-partition rather than delete-if.
2442 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2443 cvs-bury-buffer.
2444
2445 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2446 Allow `next' to jump to after the end of the last match.
2447
24482000-11-09 Gerd Moellmann <gerd@gnu.org>
2449
2450 * simple.el (byte-compiling-files-p): New function.
2451
2452 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2453 if it is there.
2454
2455 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2456 nil again.
2457
2458 * textmodes/ispell.el (ispell-library-path): Don't call
2459 check-ispell-version when byte-compiling because that starts
2460 an ispell process, and ispell might not be installed.
2461 (toplevel): Don't set up a menu when byte-compiling.
2462
2463 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2464 it, so that a boundp test can be used to determine if we're
2465 currently byte-compiling.
2466
24672000-11-09 Dave Love <fx@gnu.org>
2468
2469 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2470 eval-after-load.
2471
24722000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2473
2474 * ps-print.el: Patch for variable initialization when spooling. Doc
2475 fix.
2476 (ps-output-list): Fun eliminated.
2477 (ps-begin-file, ps-begin-job): Code fix.
2478
24792000-11-08 Dave Love <fx@gnu.org>
2480
2481 * ediff-wind.el (ediff-control-frame-parameters): Zero
2482 tool-bar-lines.
2483
24842000-11-08 Gerd Moellmann <gerd@gnu.org>
2485
2486 * simple.el (shell-command, display-message-or-buffer)
2487 (shell-command-on-region): Mention resize-mini-windows in the doc
2488 string.
2489 (display-message-or-buffer): Take the value of resize-mini-windows
2490 into account.
2491
24922000-11-07 Gerd Moellmann <gerd@gnu.org>
2493
2494 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2495
2496 * dired.el (dired-between-files): Add `^. find' as an alternative
2497 to the regular expression, for find-dired.
2498
24992000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2500
2501 * textmodes/texnfo-upd.el: Require texinfo.
2502 (defmacro, defgroup): Remove.
2503 (texinfo-section-to-generic-alist): Remove.
2504 Use texinfo-section-list instead (i.e. level is changed string->int).
2505 (texinfo-filter): New function.
2506 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2507 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2508 Use it. And use regexp-opt.
2509 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2510 (texinfo-update-menu-region-beginning)
2511 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2512 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2513 (texinfo-update-menu-same-level-regexps): Update.
2514 (texinfo-update-node, texinfo-every-node-update)
2515 (texinfo-sequential-node-update): Remove autoload cookie.
2516
2517 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2518 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2519 (texinfo-chapter-level-regexp): Remove.
2520 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2521
25222000-11-06 Dave Love <fx@gnu.org>
2523
2524 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2525
2526 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2527 Match defun*.
2528
25292000-11-06 Kenichi Handa <handa@etl.go.jp>
2530
2531 * composite.el (composition-function-table): Variable declaration
2532 moved to src/composite.c.
2533 (compose-chars-after): New optional arg object.
2534
25352000-11-06 Gerd Moellmann <gerd@gnu.org>
2536
2537 * bindings.el (mode-line-toggle-read-only)
2538 (mode-line-toggle-modified, mode-line-widen)
2539 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2540 (make-mode-line-mouse2-map): Rewritten.
2541 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2542 functions so that C-h k can show something with a doc string.
2543
2544 * startup.el (fancy-splash-delay): Set to 10 seconds.
2545 (fancy-splash-max-time): New user-option.
2546 (fancy-splash-stop-time): New variable.
2547 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2548 (fancy-splash-screens-1): Throw `stop-splashing' when current
2549 time is greater than fancy-splash-stop-time.
2550
25512000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2552
2553 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2554
2555 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2556 Prompt user for a file rather than raising an error.
2557 (cvs-enabledp): Fix call to cvs-mode-marked.
2558 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2559 (cvs-mode-insert): Use it. Change the init prompt' value.
2560 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2561
2562 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2563 Don't pass default arg to ewoc-locate.
2564 (ewoc-collect): Return result in the right order.
2565
2566 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2567
2568 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2569 (cvs-status-get-tags): Fix regexp.
2570 (cvs-status-trees, cvs-status-cvstrees):
2571 Combine after change hooks and don't sit-for.
2572 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2573 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2574 Use make-char rather than hard-coded cryptic data.
2575 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2576
2577 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2578
2579 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2580 (cvs-insert-strings): New function.
2581
25822000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2583
2584 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2585 `mwheel-scroll-amount'.
2586 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2587 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2588 string-matching against the version string.
2589
25902000-11-06 Kenichi Handa <handa@etl.go.jp>
2591
2592 * language/thai.el ("Thai"): Set a lisp form that produces
2593 composed string in `sample-text' language info.
2594
2595 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2596 composed string in `sample-text' language info.
2597
2598 * international/mule-cmds.el (describe-language-environment): Eval
2599 `sample-text' data and insert the result.
2600
2601 * international/mule-conf.el (compound-text): Define this coding
2602 system here. Make x-ctext and ctext aliases of it.
2603
2604 * language/european.el (compound-text, ctext): Moved to
2605 international/mule-conf.el.
2606
26072000-11-05 Andrew Innes <andrewi@gnu.org>
2608
2609 * w32-fns.el (w32-version): New function.
2610
26112000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2612
2613 * progmodes/awk-mode.el: Update copyright.
2614 (awk-mode-abbrev-table): Remove.
2615 (awk-font-lock-keywords): Use regexp-opt.
2616 (awk-mode): Use define-derived-mode.
2617
2618 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2619 when extracting a suffix.
2620
26212000-11-04 Andre Spiegel <spiegel@gnu.org>
2622
2623 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2624 auto-save-mode.
2625
26262000-11-04 Jason Rumney <jasonr@gnu.org>
2627
2628 * language/european.el (decode-mac-roman): Test against r1 not r0.
2629
26302000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2631
2632 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2633 (icon-mode): Define indent-line-function.
2634 (icon-comment-indent): Simplify.
2635 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2636
2637 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2638
2639 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2640 Bind change-log-default-mode to defeat the caching done on it.
2641 Don't bother saving excursion any more.
2642
2643 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2644
2645 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2646 (set-frame-font): Use the new name (and the old for compatibility).
2647
2648 * toolbar/tool-bar.el (tool-bar-mode):
2649 * time.el (display-time-mode):
2650 * recentf.el (recentf-mode):
2651 * paren.el (show-paren-mode):
2652 * mwheel.el (mouse-wheel-mode):
2653 * msb.el (msb-mode):
2654 * jka-compr.el (auto-compression-mode):
2655 * image-file.el (auto-image-file-mode):
2656 * hl-line.el (hl-line-mode):
2657 * delsel.el (delete-selection-mode):
2658 * autoinsert.el (auto-insert-mode):
2659 * complete.el (partial-completion-mode): Drop unneeded positional args.
2660
2661 * info.el (Info-mode):
2662 * comint.el (comint-mode): Don't bother with make-local-hook.
2663
2664 * log-edit.el (log-edit-menu): New menu.
2665
26662000-11-03 Miles Bader <miles@gnu.org>
2667
2668 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2669 definition, so that trailing spaces are handled properly.
2670 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2671
26722000-11-03 Gerd Moellmann <gerd@gnu.org>
2673
2674 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2675 tab character.
2676 (fancy-splash-screens): Set tab-width to 20.
2677
26782000-11-03 Dave Love <fx@gnu.org>
2679
2680 * comint.el (comint-completion-addsuffix): Fix custom type.
2681
26822000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2683
2684 * font-lock.el (font-lock-buffers): Remove.
2685 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2686 (font-lock-change-major-mode): Remove.
2687 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2688 (font-lock-default-fontify-region): Extend the multiline
2689 fontification to whole lines.
2690 (font-lock-fontify-anchored-keywords)
2691 (font-lock-fontify-keywords-region): If matching just one
2692 line (with \n) only mark the \n as multiline.
2693
2694 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2695 Correctly handle the case where several :group args are supplied.
2696 Allow :extra-args.
2697 (easy-mmode-define-global-mode): Allow :extra-args.
2698 Correctly handle the case where several :group args are supplied.
2699
27002000-11-02 Miles Bader <miles@gnu.org>
2701
2702 * calendar/calendar.el (diary-face, calendar-today-face)
2703 (holiday-face): Remove dependency on `window-system'.
2704
27052000-11-02 Ken Raeburn <raeburn@gnu.org>
2706
2707 * Makefile.in (emacs): Set EMACSLOADPATH always.
2708 (update-authors, .el.elc, compile-files): Don't do it explicitly
2709 here.
2710 (compile-files): Bomb out if compilation of a file fails.
2711
27122000-11-02 Dave Love <fx@gnu.org>
2713
2714 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2715
27162000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
2717
2718 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
2719 punctuation in the warning inserted into the *mail* buffer.
2720
27212000-11-02 Gerd Moellmann <gerd@gnu.org>
2722
2723 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
2724 (authors-public-domain-p): New function.
2725 (authors-print): Use it.
2726
2727 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
2728
2729 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
2730
27312000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2732
2733 * ps-print.el: Extension for even/odd printing. Doc fix.
2734 (ps-print-version): New version number (6.3.1).
2735 (ps-even-or-odd-pages): Customization fix.
2736 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
2737 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
2738 (ps-page-count): Var replaced by `ps-page-column'.
2739 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
2740 (ps-print-sheet-p): New fun.
2741
27422000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2743
2744 * tooltip.el (tooltip-gud-tips-setup): New function.
2745 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
2746 (tooltip-mode): Call tooltip-gud-tips-setup.
2747 (tooltip-gud-tips): Use `gud-basic-call' instead of
2748 process-send-string, so the prompt gets frobbed appropriately.
2749 Handle nil return value from `tooltip-gud-print-command'.
2750
27512000-11-01 Eric M. Ludlam <zappo@ultranet.com>
2752
2753 * comint.el (comint-add-to-input-history): New function.
2754 (comint-send-input): Use `comint-add-to-input-history'.
2755
27562000-11-02 Miles Bader <miles@lsi.nec.co.jp>
2757
2758 * info.el (info-menu-header): New face.
2759 (Info-fontify-menu-headers): New function.
2760 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
2761
2762 * info.el (Info-insert-dir): Don't include blank lines at
2763 beginning of additional dir files (one is added automatically).
2764
27652000-11-01 Stefan Monnier <monnier@cs.yale.edu>
2766
2767 * emacs-lisp/easy-mmode.el (define-minor-mode):
2768 Revert the latest changes.
2769 Allow the three positional arguments to be skipped and replaced
2770 by keyword arguments.
2771 Add a :toggle argument to determine whether a nil arg means toggle
2772 or means turn-on. The default is unchanged.
2773 Add a call to force-mode-line-update.
2774
27752000-11-01 Dave Love <fx@gnu.org>
2776
2777 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
2778 cookie.
2779
27802000-11-01 Miles Bader <miles@lsi.nec.co.jp>
2781
2782 * calendar/calendar.el (diary-face, holiday-face): Add
2783 dark-background variants.
2784
27852000-10-31 Sam Steingold <sds@gnu.org>
2786
2787 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
2788 `tex-main-file' does not have directory in it.
2789
27902000-10-31 Stefan Monnier <monnier@cs.yale.edu>
2791
2792 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
2793
27942000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2795
2796 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
2797 functional change.
2798
27992000-10-31 Gerd Moellmann <gerd@gnu.org>
2800
2801 * files.el (find-file-noselect): When we expand a wildcard, return
2802 a list of buffers, as we should do according to the doc string.
2803
28042000-10-31 Ken Raeburn <raeburn@gnu.org>
2805
2806 * loadup.el (top level): Adjust load path if program name is
2807 "../src/bootstrap-emacs", in case it's not dumped and thus the
2808 load path adjustment hasn't already been done.
2809
28102000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2811
2812 * ps-print.el: Fix bug on selected pages for printing. Use
2813 `color-values' for Emacs 21. Ensure fontification when jit-lock
2814 is on. Try to avoid warning messages when compiling. Doc Fix.
2815 (ps-print-version): New version number (6.3).
2816 (ps-color-device): Use `color-values' to determine if device
2817 supports color.
2818 (ps-color-values): Try to use `x-color-values' when using XEmacs.
2819 (ps-print-page-p): Changed from defsubst to defun.
2820 (ps-page-number): Changed from defmacro to defun.
2821 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
2822 printing.
2823 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
2824 (ps-end-file, ps-dummy-page): Funs eliminated.
2825 (ps-print-color-scale): Changed default value.
2826 (ps-page-n-up, ps-print-page-p): New internal vars.
2827 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
2828 (ps-plot-region, ps-generate, ps-end-job): Code fix.
2829
2830 * delim-col.el: Little programming improvement.
2831 (delimit-columns-str): New macro.
2832 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2833
28342000-10-31 Kenichi Handa <handa@etl.go.jp>
2835
2836 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
2837 Moved to european.el.
2838 (ccl-encode-mac-roman-font, fontset-mac): Modified for
2839 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2840 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
2841 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
2842
28432000-10-30 Dave Love <fx@gnu.org>
2844
2845 * progmodes/cc-menus.el (imenu-generic-expression)
2846 (imenu-progress-message): Only defvar when compiling.
2847
2848 * emacs-lisp/elp.el (elp-unload-hook): New function.
2849
2850 * loadhist.el (unload-feature): Call elp-restore-function,
2851 checking for symbols; don't use elp-restore-all.
2852 (loadhist-hook-functions): Doc fix.
2853
28542000-10-30 Stefan Monnier <monnier@cs.yale.edu>
2855
2856 * log-edit.el (log-edit-confirm): Fix the default.
2857
28582000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2859
2860 * delim-col.el: Little fix: replace delimit-columns-align-columns by
2861 delimit-columns-format.
2862 (delimit-columns-region, delimit-columns-rectangle): Code fix.
2863
28642000-10-30 Miles Bader <miles@lsi.nec.co.jp>
2865
2866 * comint.el (comint-replace-by-expanded-history): Don't use
2867 comint-get-old-input (we're not looking at *old* input).
2868 (comint-get-old-input-default): If using fields, signal an error
2869 when the point is not in an input field.
2870
28712000-10-30 Kenichi Handa <handa@etl.go.jp>
2872
2873 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
2874 and mule-unicode-e000-ffff.
2875
2876 * international/mule.el (decode-char, encode-char): New functions.
2877 (make-coding-system): Accept a symbol of translation table as a
2878 value of property `safe-chars'.
2879
2880 * international/mule-cmds.el (encode-coding-char): Check property
2881 safe-chars instead of safe-charsets.
2882
2883 * international/fontset.el (fontset-default): Modified for
2884 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
2885 (x-font-name-charset-alist): Likewise.
2886 (ccl-encode-unicode-font): New CCL program. Record it in
2887 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
2888
2889 * language/european.el (mac-roman-decoder, mac-roman-encoder):
2890 New translation tables.
2891 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2892 programs are modified and moved from mac-win.el.
2893 (mac-roman): Definition of this coding system is modified and
2894 moved from mac-win.el.
2895
28962000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
2897
2898 * ediff-wind.el (ediff-setup-control-frame): Enclose
2899 face-attribute in condition-case to avoid errors in older emacsen.
2900
29012000-10-29 Miles Bader <miles@gnu.org>
2902
2903 * custom.el (custom-add-to-group): Allow multiple entries for a
2904 given value OPTION, as long as their widget types are different.
2905 * cus-edit.el (custom-face-value-create): If face name doesn't end
2906 with "face", add such here (similar to custom group widgets).
2907
2908 * comint.el (comint-highlight-prompt): Add :type.
2909
29102000-10-28 John Wiegley <johnw@gnu.org>
2911
2912 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2913 Changed this function to operate on a temporary buffer instead of
2914 the main buffer. This not only keeps flyspell from marking a
2915 buffer as changed that wasn't, but it solves the jumpy cursor
2916 problem when attempts are made to edit incorrect words.
2917 (flyspell-maybe-correct-doubling): Same change as for
2918 `flyspell-maybe-correct-transposition'.
2919
2920 * calendar/timeclock.el (timeclock-log): Doc fix.
2921 (timeclock-last-event): Doc fix.
2922 (timeclock-log): Kill the timelog buffer after appending a new
2923 event.
2924 (timeclock-find-discrep): Use a temp buffer to read in the
2925 timelog, instead of visiting the file.
2926 (timeclock-log-data): A new function, along with a host of helper
2927 functions, for the purpose of making timelog data accessible to
2928 programmers.
2929
2930 * eshell/esh-mode.el (window-height test): Make certain that
2931 `eshell-stringify-t' is non-nil.
2932 (eshell-password-prompt-regexp): Changed to a much simpler
2933 password regexp.
2934 (eshell-send-input): If `eshell-invoke-directly' returns t,
2935 directly invoke the parsed command using `eval'. This improves
2936 turn-around time on simple commands by a factor of three or
2937 greater, such as cd, ls, pwd, etc. -- which get used very often.
2938 It also conserves thousands of cons cells per call (since
2939 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2940 in the Pacific Cookie Company).
2941
2942 * eshell/esh-test.el (eshell-test): Whitespace fix.
2943
2944 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2945 `eshell-ls-initial-args' nil when inserting directory contents.
2946
2947 * eshell/em-script.el (eshell-script-initialize): Add names to
2948 `eshell-complex-commands, since `source' and `.' are complex.
2949
2950 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2951 (eshell-rewrite-while-command): Use `eshell-protect' instead of
2952 `eshell-copy-handles'.
2953 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2954 bodies.
2955 (eshell-separate-commands): Whitespace fix.
2956 (eshell-complex-commands): Added a new list of names, for
2957 determining whether a given command is as simple as it looks.
2958 (eshell-invoke-directly): New function. Returns t if a command
2959 should be invoked directly (using `eval'), rather than indirectly
2960 using `eshell-do-eval'.
2961 (eshell-do-eval): Whitespace fix.
2962
2963 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2964 which provides an emulation of the DOS shell behavior of assuming
2965 that cp/mv/ln should copy/move/link to the current directory.
2966 (eshell-remove-entries): Added a doc string.
2967 (eshell-shuffle-files): Removed the check for `target' being null.
2968 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2969 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2970 it to do a smarter check of whether a destination was provided.
2971 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2972 (eshell/ln): Enable `:preserve-args', and use
2973 `eshell-mvcpln-template' to implement the body of the function.
2974 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2975 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
2976 list after flattening it. This makes it possible to cat files
2977 with numerical names.
2978 (eshell-unix-initialize): Added several names to
2979 `eshell-complex-commands.
2980 (eshell-unix-command-complex-p): Return t if a given command name
2981 may result in external processes being invoked.
2982
2983 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2984 variable nil by default, since it slows down glob processing by a
2985 factor of two or more, and increases memory consumption.
2986
2987 * eshell/em-smart.el: Added a note about how memory consumptive
2988 smart display mode can be (at least this is true in Emacs 21).
2989 (eshell-smart-initialize): Whitespace fix.
2990 (eshell-refresh-windows): Use `if' instead of `when'.
2991 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2992 not necessary.
2993 (eshell-currently-handling-window): Added a missing global
2994 variable.
2995
2996 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2997 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2998 Whitespace fix.
2999 (eshell-ls-exclude-hidden): Added this variable in addition to
3000 `eshell-ls-exclude-regexp'. This one prevents files beginning
3001 with . from even being read, which can improve memory consumption
3002 quite a bit.
3003 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3004 read file entries beginning with a dot. In home directories with
3005 lots of hidden files, fully two-thirds of the time spent in ls is
3006 used to read directory entries that are immediately thrown away.
3007 (eshell-ls-initial-args): Added back this configuration variable,
3008 for specifying default initial arguments to every call to ls.
3009 Much faster than using an alias to do the same thing.
3010 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3011 (eshell-ls-dir): Whitespace change.
3012
3013 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3014
3015 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3016 available.
3017 (eshell-stringify-t): Added a customization variable, to indicate
3018 whether `t' should be rendered as a string at all. If not, one
3019 can still determine if the result of an expression is true using
3020 "file-exists-p FILE && echo true".
3021 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3022 stringify t!
3023
3024 * eshell/esh-module.el: Whitespace fix.
3025
3026 * eshell/em-alias.el (eshell-alias-initialize): Added
3027 `eshell-command-aliased-p' to `eshell-complex-commands'.
3028 (eshell-command-aliased-p): New function that returns t if a
3029 command name names an aliased.
3030
30312000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3032
3033 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3034 redrawing the screen when changing cursor color.
3035 (viper-insert-state-pre-command-sentinel)
3036 (viper-replace-state-pre-command-sentinel)
3037 (viper-replace-state-post-command-sentinel):
3038 Use viper-preserve-cursor-color.
3039 Many functions changed to use viper= instead of = when comparing
3040 characters.
3041 * viper-util.el (viper-memq-char,viper=): New functions for
3042 working with characters.
3043 (viper-change-cursor-color): Fixed buglet.
3044 Many functions changed to use viper= instead of = when comparing
3045 characters.
3046 * viper.el (viper-insert-state-mode-list): Added eshell.
3047
3048 * ediff-init.el (ediff-before-setup-hook): New hook.
3049 Several typos fixed in various docstrings.
3050 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3051 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3052 hook.
3053 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3054 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3055 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3056 (ediff-get-selected-buffers): New function.
3057 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3058 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3059 save-window-excursion.
3060 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3061 termination check in while loop.
3062 * ediff.el (ediff-get-default-file-name): Better defaults when in
3063 dired buffer.
3064 (ediff-files,ediff-merge-files,ediff-files3)
3065 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3066
30672000-10-28 Dave Love <fx@gnu.org>
3068
3069 * info.el (Info-fontify-node): Add help-echo for menu items.
3070
30712000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3072
3073 * startup.el (normal-top-level): If the value of $TERM indicates
3074 we are running from xterm or one of its work-alikes, default to a
3075 light background mode.
3076
3077 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3078 * faces.el (tty-handle-reverse-video): New function.
3079 (tty-create-frame-with-faces): Call it.
3080
3081 * frame.el (frame-notice-user-settings): Don't apply
3082 default-frame-alist and initial-frame-alist to MS-DOS frames.
3083 Call tty-handle-reverse-video, frame-set-background-mode, and
3084 face-set-after-frame-default for non-MS-DOS frames.
3085
3086 * startup.el (tty-long-option-alist): New variable.
3087 (tty-handle-args): New function.
3088 (command-line): Call tty-handle-args.
3089
3090 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3091 startup.el now does that for all character-terminal frames.
3092
30932000-10-28 Miles Bader <miles@gnu.org>
3094
3095 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3096 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3097 global. If :global is followed by a non-nil but non-t value,
3098 make the mode buffer-local, but also generate a `global-MODE'
3099 version using `easy-mmode-define-global-mode'. Add
3100 :conditional-turn-on keyword argument.
3101
31022000-10-28 Dave Love <fx@gnu.org>
3103
3104 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3105 use window-system.
3106
31072000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3108
3109 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3110 Don't call find-buffer-file-type-coding-system. Instead, just
3111 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3112 if the file is on an untranslated filesystem.
3113 (add-untranslated-filesystem): Use "D" instead of "f" inside
3114 interactive.
3115
31162000-10-27 Dave Love <fx@gnu.org>
3117
3118 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3119 (refill-mode): Use it.
3120
31212000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3122
3123 * international/quail.el (quail-activate): Don't make-local-hook.
3124
31252000-10-27 Andre Spiegel <spiegel@gnu.org>
3126
3127 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3128 manual backups and file.~<rev>.~ for automatic ones.
3129 (vc-make-version-backup): Don't do it on MS-DOS without long file
3130 names.
3131
3132 * vc.el (vc-version-other-window): If an automatic backup of the
3133 desired version exists, rename it instead of copying it.
3134
3135 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3136 after command. If there's an unexpected error, signal it instead
3137 of being silent.
3138 (vc-cvs-merge-news): Be prepared for no news at all.
3139
31402000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3141
3142 * shell.el (shell): Add BUFFER argument.
3143 * comint.el (make-comint-in-buffer): New function.
3144 (make-comint): Use it.
3145
3146 * faces.el (face-spec-choose): Change syntax so that the list of
3147 attribute-value pairs is now the cdr of each clause, not the cadr.
3148 Detect old-style entries, and handle them. Use pop.
3149
31502000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3151
3152 * cus-edit.el (custom-mode-map): Use a sparse map.
3153 (custom-mode): Don't bother with make-local-hook.
3154
3155 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3156
3157 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3158
31592000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3160
3161 * ps-print.el: Avoid compilation gripes.
3162 (ps-print-version): New version number (6.2.1).
3163
31642000-10-26 Dave Love <fx@gnu.org>
3165
3166 * menu-bar.el: Modify some menu item help strings.
3167 (menu-bar-help-menu): Add link to MORE.STUFF.
3168
3169 * cus-edit.el (custom-mode): Add `special' mode-class property.
3170
3171 * wid-browse.el (widget-browse-mode): Likewise.
3172
3173 * wid-edit.el (widget-specify-field): Revert to using local-map
3174 property, not keymap.
3175
31762000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3177
3178 * wid-edit.el (widget-field-end): When checking for a `boundary'
3179 field, do so in the correct buffer.
3180
3181 * simple.el (undo): Correctly distinguish between numeric and
3182 non-numeric prefix args in non-transient-mark-mode, as per the doc
3183 string. When in transient-mark-mode, treat all prefix-args as
3184 numeric.
3185
3186 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3187 Position point on match. Handle N == 0 correctly.
3188
3189 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3190 (comint-mode-map): Reverse order of `comint-write-output' and
3191 `comint-append-output-to-file'.
3192 (comint-append-output-to-file): Reinstate this function, for the
3193 benefit of the menu.
3194
31952000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * vc.el (vc-version-other-window): Bind `file'.
3198
31992000-10-25 Gerd Moellmann <gerd@gnu.org>
3200
3201 * Makefile.in (update-authors): New target for maintenance purposes.
3202
3203 * emacs-lisp/authors.el (batch-update-authors): New function.
3204 (authors-fixed-entries): New defconst.
3205 (authors-add-fixed-entries): New function.
3206 (authors): Call it.: Don't process lispref/.
3207
32082000-10-25 Jason Rumney <jasonr@gnu.org>
3209
3210 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3211 Merge x w32 and mac definitions.
3212
32132000-10-25 Gerd Moellmann <gerd@gnu.org>
3214
3215 * menu-bar.el (menu-bar-options-menu): Add a help string for
3216 `uniquify'.
3217
32182000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3219
3220 * time-stamp.el (time-stamp-string-preprocess):
3221 Fix a wrong type argument error.
3222
32232000-10-25 Miles Bader <miles@gnu.org>
3224
3225 * recentf.el (recentf-mode): Variable removed.
3226 (recentf-mode): Use `define-minor-mode'.
3227
3228 * mwheel.el (mouse-wheel-mode): New global minor mode.
3229 (mwheel-install): Use `mouse-wheel-mode'.
3230
32312000-10-25 Dave Love <fx@gnu.org>
3232
3233 * progmodes/cperl-mode.el (cperl-mode):
3234 Set normal-auto-fill-function correctly.
3235
3236 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3237 inherit from global-map and don't nullify menu-bar and tool-bar
3238 bindings.
3239
32402000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3241
3242 * wid-edit.el (widget-field-at): New function.
3243 (widget-at, widget-field-activate): Use it.
3244 (widget-tabable-at): Use `widget-at'.
3245 (widget-specify-field): If the terminating character of the widget
3246 field (which is read-only) is a newline, put it into a special
3247 `boundary' field so that C-n/C-p act more naturally.
3248 (widget-field-end): Also don't subtract one if a special
3249 `boundary' field has been added after the widget field.
3250
3251 * comint.el (comint-output-filter, comint-send-input): Don't
3252 bother adding stickiness fields to overlays to fool the field
3253 code, since it should notice the overlay insertion-types now.
3254
3255 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3256 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3257 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3258
32592000-10-24 Gerd Moellmann <gerd@gnu.org>
3260
3261 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3262 (authors): Set file coding system to iso-2022-7bit. Add
3263 file-local variables to output buffer.
3264
3265 * files.el (after-find-file): Don't print any warnings if
3266 WARN is nil.
3267
32682000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3269
3270 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3271
3272 * delim-col.el: Now there is a column formatting mechanism.
3273 Modified to customization mechanisms convention. Doc fix.
3274 (columns): New group for delim-col.
3275 (delimit-columns-before, delimit-columns-after)
3276 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3277 (delimit-columns-end): New vars.
3278 (delimit-columns-customize, delimit-columns-format): New funs.
3279 (delimit-columns-region, delimit-columns-rectangle)
3280 (delimit-columns-rectangle-line): Modified to support column
3281 formatting.
3282
32832000-10-24 Dave Love <fx@gnu.org>
3284
3285 * log-edit.el (log-edit): Add :version and a :group for vc.
3286
32872000-10-24 Gerd Moellmann <gerd@gnu.org>
3288
3289 * files.el (after-find-file): Don't print a message ``New file''
3290 if WARN is nil.
3291
3292 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3293 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3294 get duplicate tool-bar entries because we'll see the global ones
3295 on more than one path through keymaps.
3296
3297 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3298
3299 * progmodes/cmacexp.el: Change Francesco's email address.
3300
33012000-10-24 Kenichi Handa <handa@etl.go.jp>
3302
3303 * window.el (fit-window-to-buffer): Adjust point of the window
3304 buffer, not that of the current buffer.
3305
33062000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3307
3308 * progmodes/cmacexp.el: Update the euthor's email address.
3309
33102000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3311
3312 * faces.el (face-spec-set-match-display): Add `graphic' display
3313 type (the inverse of `tty'). Use `display-graphic-p' instead of
3314 the window-system variable.
3315
33162000-10-24 Kenichi Handa <handa@etl.go.jp>
3317
3318 * international/isearch-x.el (isearch-with-input-method): Call
3319 input-method-function with the first event in
3320 unread-command-events.
3321
33222000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3323
3324 * faces.el (face-default-spec, face-user-default-spec): Make
3325 defsubsts.
3326
33272000-10-24 Andrew Choi <akochoi@i-cable.com>
3328
3329 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3330 New charsets.
3331
3332 * term/mac-win.el: Remove definitions of mac-roman-lower and
3333 mac-roman-upper, require dired, and define instead of set
3334 mac-ready-for-drag-n-drop to avoid compilation error.
3335
33362000-10-23 Andrew Innes <andrewi@gnu.org>
3337
3338 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3339 superfluous calls to subst-char-in-string; instead apply
3340 expand-file-name after convert-standard-filename to ensure
3341 expected directory separators are used.
3342
33432000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3346
33472000-10-23 Dave Love <fx@gnu.org>
3348
3349 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3350 (tool-bar-add-item): Set foreground and background for XBM icons.
3351
3352 * international/latin1-disp.el (latin1-char-displayable-p): New
3353 function (from Handa).
3354 (latin1-display-check-font): Use it.
3355
3356 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3357 using :key-sequence, making it much more usable. Use nconc, not
3358 append.
3359 (imenu--create-keymap-1): Avoid append.
3360
3361 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3362
33632000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3364
3365 [the following changes fix a bug where `define-minor-mode' didn't
3366 correctly generate :require clauses for defcustoms in compiled files]
3367 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3368 (byte-compile-log-file, byte-compile-log-1): Don't set
3369 `byte-compile-current-file' to nil. Instead set
3370 `byte-compile-last-logged-file' to it. Test whether
3371 byte-compile-current-file equals byte-compile-last-logged-file
3372 instead of whether its nil.
3373 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3374
33752000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3376
3377 * textmodes/refill.el: Fix var names in doc.
3378 (refill-mode): Don't bother with make-local-hook anymore.
3379
33802000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3381
3382 * faces.el (face-user-default-spec, face-default-spec): New functions.
3383 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3384 (frame-set-background-mode, face-set-after-frame-default):
3385 Use `face-user-default-spec'. Simplify code slightly.
3386
3387 * woman.el (woman-italic-face, woman-bold-face)
3388 (woman-unknown-face): Add dark-background variants.
3389 (woman-default-faces): Renamed from `woman-colour-faces'.
3390 Set using the stored defaults, rather than using hard-wired colors.
3391 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3392 Just make the foreground `unspecified' rather than "black".
3393 (woman-menu): Rename menu entries accordingly.
3394
3395 * faces.el (header-line): Make more reasonable on mono/grayscale
3396 displays.
3397
33982000-10-23 Andrew Choi <akochoi@i-cable.com>
3399
3400 * cus-edit.el (custom-button-face): Use 3D look for mac.
3401 (custom-button-pressed-face): Likewise.
3402
3403 * faces.el (set-face-attributes-from-resources): Handle mac frames
3404 in the same way as x and w32 frames.
3405 (face-valid-attribute-values): Likewise.
3406 (read-face-attribute): Likewise.
3407 (defined-colors): Likewise.
3408 (color-defined-p): Likewise.
3409 (color-values): Likewise.
3410 (display-grayscale-p): Likewise.
3411 (face-set-after-frame-default): Likewise.
3412 (mode-line): Same default face as for x and w32.
3413 (tool-bar): Likewise.
3414
3415 * frame.el: Remove call to frame-notice-user-settings at end of
3416 the file.
3417
3418 * info.el (Info-fontify-node): make underlines invisible for mac
3419 as for x, pc, and w32 frame types.
3420
3421 * term/mac-win.el: New file.
3422
34232000-10-22 Dave Love <fx@gnu.org>
3424
3425 * textmodes/refill.el: New file.
3426
34272000-10-22 Andre Spiegel <spiegel@gnu.org>
3428
3429 * vc-hooks.el (vc-version-backup-file-name): New optional args
3430 MANUAL and REGEXP.
3431 (vc-delete-automatic-version-backups, vc-make-version-backup):
3432 New functions.
3433 (vc-before-save): Use the latter.
3434 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3435 confusion.
3436
3437 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3438 expected by vc[-hooks].el.
3439
3440 * vc.el (vc-checkout): Added `-p' suffix in call to
3441 vc-make-version-backups-p; use vc-make-version-backup to actually
3442 make the backup.
3443 (vc-version-other-window, vc-version-backup-file): Handle both
3444 automatic and manual backups.
3445 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3446 of all of them.
3447
34482000-10-22 Miles Bader <miles@gnu.org>
3449
3450 * comint.el (comint-highlight-input, comint-highlight-prompt):
3451 Renamed, `-face' at end removed.
3452 (comint-send-input, comint-output-filter): Use renamed faces.
3453
3454 * window.el (fit-window-to-buffer): Change defaulting of
3455 MAX-HEIGHT slightly.
3456
3457 * faces.el (color-values, color-defined-p): Use `member', not
3458 `memq', because it works correctly for strings.
3459 (frame-set-background-mode): Actually, "unspecified-fg" and
3460 "unspecified-bg" *are* strings. Use `member', not `memq', and
3461 `equal', not `eq', when a string value is possible.
3462
34632000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3464
3465 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3466
34672000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3468
3469 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3470 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3471 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3472 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3473 (sh-font-lock-syntactic-keywords): Use them.
3474 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3475 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3476 (sh-mode): Don't override font-lock-unfontify-region-function.
3477 Use a copy of sh-font-lock-syntactic-keywords.
3478 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3479 Don't call sh-scan-buffer since font-lock does it on the fly.
3480 (sh-get-indent-info): Use `face' rather than `syntax-table'
3481 text-property to detect here-documents.
3482 Replace sh-special-syntax with sh-st-punc.
3483 (sh-prev-line): Use `face' rather than `syntax-table'
3484 text-property to skip over here-documents.
3485 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3486 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3487 (sh-electric-less, sh-set-here-doc-region)
3488 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3489 (sh-scan-buffer, sh-rescan-buffer): Remove.
3490
34912000-10-21 Andrew Innes <andrewi@gnu.org>
3492
3493 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3494 remote (ange-ftp) file names.
3495
34962000-10-21 Miles Bader <miles@gnu.org>
3497
3498 * window.el (fit-window-to-buffer): New function.
3499 (shrink-window-if-larger-than-buffer): Use it.
3500 (window-text-height): Don't expect minibuffers to have mode-lines.
3501
3502 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3503 * international/quail.el (quail-update-guidance): Use
3504 `fit-window-to-buffer' instead of `set-window-text-height'.
3505
3506 * international/quail.el (quail-show-guidance-buf): Make sure
3507 guidance window really has enough room.
3508 (quail-update-guidance): If quail-guidance-win is already shown,
3509 make sure its height is OK.
3510
3511 * window.el (window-text-height, set-window-text-height):
3512 New functions.
3513 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3514 instead of `window-height' & `mode-line-window-height-fudge'.
3515 (mode-line-window-height-fudge): Add FACE parameter.
3516 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3517 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3518
35192000-10-20 Miles Bader <miles@gnu.org>
3520
3521 * window.el (height-affecting-face-attributes): Use `defconst'.
3522
3523 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3524 New function, conditionally aliased to `mode-line-window-height-fudge'.
3525 (ispell-help): Use it.
3526 (ispell-choices-win-default-height): Don't include mode-line fudge.
3527 (ispell-choices-win-default-height): New function.
3528 (ispell-show-choices, ispell-command-loop): Use function
3529 `ispell-choices-win-default-height' instead of variable.
3530
35312000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3532
3533 * window.el (mode-line-window-height-fudge): New variable.
3534 (height-affecting-face-attributes): New variable.
3535 (mode-line-window-height-fudge): New function.
3536 (shrink-window-if-larger-than-buffer): Use it.
3537 * help.el (resize-temp-buffer-window): Likewise.
3538
3539 * info.el (Info-fontify-node): Add support for @subsubsection
3540 titles, which use `Info-title-4-face'.
3541 (Info-title-4-face): New face.
3542 (Info-title-3-face): Inherit from Info-title-4-face instead of
3543 variable-pitch.
3544
35452000-10-19 Jason Rumney <jasonr@gnu.org>
3546
3547 * dired.el (dired-insert-directory): Do not let errors signalled by
3548 attempt to run dired-free-space-program prevent dired from working.
3549
35502000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3551
3552 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3553
35542000-10-19 Gerd Moellmann <gerd@gnu.org>
3555
3556 * dirtrack.el (dirtrack): Fix call to run-hooks.
3557
3558 * cmuscheme.el (cmuscheme-program-name): Renamed from
3559 scheme-program-name because xscheme.el contains a defcustom with
3560 the same name. As a consequence, customizing group `cmuscheme'
3561 loaded `xscheme' which redefined run-scheme.
3562 (run-scheme): Use cmuscheme-program-name.
3563
3564 * ps-print.el (ps-print-emacs-type): Move into the
3565 eval-and-compile.
3566
3567 * play/doctor.el (doctor-death): Update the Samaritans'
3568 anonymous address, and add a website for Befrienders International.
3569
35702000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3571
3572 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3573 Avoid compilation gripes. Doc fix.
3574 (ps-print-version): New version number (6.2).
3575 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3576 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3577 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3578 (ps-x-extent-priority, ps-x-extent-start-position)
3579 (ps-x-face-font-instance, ps-x-find-coding-system)
3580 (ps-x-font-instance-properties, ps-x-make-color-instance)
3581 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3582 avoid compilation gripes without defining functions.
3583 (ps-e-find-composition): Alias for function find-composition, to have a
3584 suitable function depending on Emacs version.
3585 (ps-color-device, ps-color-values, ps-face-foreground-name)
3586 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3587 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3588 (ps-print-ensure-fontified): Function definitions surrounded by
3589 `eval-and-compile' to avoid compilation gripes.
3590 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3591 by symbol-value to avoid compilation gripes.
3592 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3593 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3594
35952000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3596
3597 * startup.el (normal-top-level): Call `frame-set-background-mode'
3598 after `frame-notice-user-settings' because the latter doesn't call
3599 the former on a tty.
3600
3601 * faces.el (frame-set-background-mode): `unspecified' &c are
3602 symbols, not strings.
3603
36042000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3605
3606 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3607 why some "light*" colors are deliberately absent from the alist.
3608
3609 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3610 Change colors for tty's, as suggested by Miles Bader.
3611
36122000-10-19 Kenichi Handa <handa@etl.go.jp>
3613
3614 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3615 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3616 for ISO10646-1 fonts.
3617 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3618
36192000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3620
3621 * faces.el (frame-set-background-mode): If a tty frame defines a
3622 background color, use that to compute the background mode, instead
3623 of always defaulting to "dark".
3624
36252000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3626
3627 * comint.el (comint-write-output): New function.
3628 (comint-mode-map): Add it to the menu.
3629 Bind `C-c C-s' to comint-write-output.
3630
36312000-10-18 Gerd Moellmann <gerd@gnu.org>
3632
3633 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3634 Use fancy-splash-delay.
3635
36362000-10-18 Alex Schroeder <alex@gnu.org>
3637
3638 * progmodes/sql.el (sql-sybase-options): New option.
3639 (sql-sybase): Use it. Add sql-database to the list of parameters
3640 provided for login. The options -w 2048 -n are not used any more.
3641
3642 * comint.el (comint-read-input-ring): Bugfix such that the first
3643 and the last entry of the input ring file are not lost.
3644
36452000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3646
3647 * ps-print.el: Internal variable changes to defcustom,
3648 make-local-hook changes to defvar. Doc fix.
3649 (ps-print-version): New version number (6.1).
3650 (ps-setup, ps-do-despool): Code fix.
3651 (ps-printer-name): Customization fix.
3652 (ps-printer-name-option): Now is a defcustom instead of an
3653 internal variable.
3654 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3655 (ps-print-begin-column-hook): Now are defvar instead of
3656 make-local-hook.
3657
36582000-10-18 Miles Bader <miles@gnu.org>
3659
3660 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3661 (comint-kill-output): Changed into an alias for `comint-delete-output',
3662 and made obsolete.
3663 (comint-mode-map): Rename references to comint-kill-output.
3664
36652000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * diff-mode.el (diff-header-face, diff-file-header-face)
3668 (diff-changed-face): Add bold and italic attributes to tty faces.
3669 (diff-function-face): New face.
3670 (diff-font-lock-keywords): Use it.
3671
36722000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3673
3674 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3675 Remove commented-out call to force-mode-line-update.
3676 (comint-kill-output): Use `forward-line 0' instead of
3677 beginning-of-line to make sure we get past the prompt.
3678
36792000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3680
3681 * diff-mode.el (diff-header-face, diff-file-header-face):
3682 Add specific setting for dark background.
3683 (diff-context-face): Renamed from diff-comment-face.
3684 Set explicitly rather than inheriting from font-lock-comment-face.
3685
36862000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3687
3688 * startup.el (command-line): Move the code which sets the default
3689 TTY colors to before before-init-hook.
3690
36912000-10-17 Gerd Moellmann <gerd@gnu.org>
3692
3693 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3694
36952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3696
3697 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3698 extensions, for MS-DOS.
3699
3700 * diff-mode.el (diff-header-face, diff-file-header-face)
3701 (diff-changed-face): Define tty-specific colors.
3702
37032000-10-17 Gerd Moellmann <gerd@gnu.org>
3704
3705 * startup.el (fancy-splash-text): Realign the text.
3706
37072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * font-lock.el (font-lock-comment-face): Define a separate default
3710 for dark-background tty's.
3711
37122000-10-17 Miles Bader <miles@gnu.org>
3713
3714 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3715 being obscured by whizzy mode-lines on graphics displays.
3716
37172000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3718
3719 * info.el (Info-title-1-face, Info-title-2-face)
3720 (Info-title-3-face): Define colors for tty's.
3721 (info-header-node): Remove unneeded tty-specific definition.
3722
37232000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
3724
3725 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
3726 reverse from the frame parameters, and don't invert foreground and
3727 background colors.
3728
37292000-10-16 Miles Bader <miles@gnu.org>
3730
3731 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
3732 string "*Info*". Call propertized-buffer-identification to spruce
3733 up the result.
3734
37352000-10-16 Gerd Moellmann <gerd@gnu.org>
3736
3737 * help.el: Provide `help' for the sake of define-minor-mode
3738 which generates defcustoms with requires.
3739
3740 * jit-lock.el (jit-lock-after-change): If we're in text that
3741 matches a multi-line font-lock pattern, make sure the whole text
3742 will be redisplayed.
3743
3744 * emacs-lisp/authors.el (authors-add): Don't add an entry if
3745 author's name is unknown.
3746
3747 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
3748 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
3749 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
3750 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
3751 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
3752 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
3753 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
3754 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
3755 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
3756 Add author information.
3757
37582000-10-16 Miles Bader <miles@lsi.nec.co.jp>
3759
3760 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
3761 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
3762 full-color version (using the Gimp) to eliminate dithering artifacts.
3763
37642000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3765
3766 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
3767
3768 * simple.el (syntax-flag-table, string-to-syntax): Remove.
3769
37702000-10-15 Dave Love <fx@gnu.org>
3771
3772 * progmodes/sh-script.el: Require skeleton and comint when
3773 compiling.
3774
3775 * pcomplete.el (pcomplete) <defgroup>: Add :version.
3776
3777 * whitespace.el: Doc fixes.
3778 (top-level): Don't add hooks here.
3779 (whitespace-running-emacs): Deleted.
3780 (timer): Don't require.
3781 (whitespace): Add back :version conditional on xemacs test.
3782 (whitespace-spacetab-regexp, whitespace-indent-regexp)
3783 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
3784 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
3785 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
3786 Avoid specific xemacs test.
3787 (whitespace-global-mode): New option.
3788 (whitespace-global-mode): New command.
3789 (whitespace-unload-hook): New function.
3790
3791 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
3792 (Info-fontify-node, Info-goto-node, Info-mode-menu)
3793 (Info-fontify-node): `Goto' goes to `Go to'.
3794 (Info-fontify-node): Add help-echo to xref links.
3795
37962000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
3797
3798 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
3799
38002000-10-15 Stefan Monnier <monnier@cs.yale.edu>
3801
3802 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
3803 Use plist-get and allow :inherit.
3804
3805 * emacs-lisp/cl-macs.el (cl-do-arglist):
3806 Use plist-get and plist-member instead of memq.
3807
3808 * emacs-lisp/ewoc.el (ewoc-location): New function.
3809 (ewoc-enter-after, ewoc-enter-before): Document return value.
3810 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
3811 Don't need make-local-hook any more.
3812 (cvs-addto-collection): Return the new tin.
3813 (cvs-mode-insert): Jump to the new line.
3814
3815 * jit-lock.el (jit-lock-fontify-buffer): Remove.
3816
3817 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
3818
3819 * font-lock.el (font-lock-syntactically-fontified): New var.
3820 (font-lock-fontify-syntactic-keywords-region): Use it.
3821 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
3822
3823 * diff-mode.el (diff-find-file-name): Fix regexp.
3824
3825 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3826 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
3827
3828 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
3829 (sh-mode-syntax-table): Add punctuation syntax for < and >.
3830 (sh-mode): Don't make all vars local here.
3831 (sh-kw): Reformat.
3832 (sh-set-shell): Use dolist. Don't set indent-region-function.
3833 (sh-mode-syntax-table): Use pop.
3834 (sh-remember-variable): Use push.
3835 (sh-help-string-for-variable): Use memq.
3836 (sh-safe-backward-sexp): Remove.
3837 (sh-safe-forward-sexp): Add ARG.
3838 (sh-get-indent-info, sh-prev-stmt): Use it.
3839 (sh-prev-line): Simplify by using forward-comment.
3840 (sh-this-is-a-continuation): Simplify.
3841 (sh-learn-buffer-indent): Use dolist.
3842 (sh-do-nothing): Remove.
3843 (sh-set-char-syntax, sh-set-here-doc-region):
3844 Use inhibit-modification-hooks.
3845 (sh-name-style): Use mapcar and push.
3846 (sh-load-style): Use dolist.
3847 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
3848 (sh-case, sh-while-getopts): Use propertize directly rather
3849 than sh-electric-rparen.
3850
38512000-10-14 Stefan Monnier <monnier@cs.yale.edu>
3852
3853 * textmodes/tex-mode.el: Require CL when compiling.
3854 (tex-mode-syntax-table): Init immediately.
3855 (tex-mode-map): Bind M-RET to latex-insert-item.
3856 (latex-mode): Set indent-line-function to latex-indent.
3857 (tex-common-initialization): Don't setup the syntax-table any more.
3858 (latex-insert-item): New skeleton.
3859 (tex-next-unmatched-end): Fix copy/paste braino.
3860 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
3861 (latex-indent, latex-find-indent): New functions.
3862 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
3863 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
3864 (tex-compilation-parse-errors): Use with-syntax-table.
3865
38662000-10-15 Miles Bader <miles@gnu.org>
3867
3868 * font-lock.el (font-lock-comment-face): Change dark-background,
3869 color, non-tty, default to `chocolate1'.
3870
38712000-10-13 John Wiegley <johnw@gnu.org>
3872
3873 * eshell/esh-util.el (require): Added a missing `require' form,
3874 needed when compiling (for an ange-ftp macro definition).
3875
38762000-10-13 Dave Love <fx@gnu.org>
3877
3878 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
3879
38802000-10-13 Gerd Moellmann <gerd@gnu.org>
3881
3882 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
3883 fix.
3884
3885 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
3886 transparent -colors 8).
3887
38882000-10-13 Stephen Gildea <gildea@alum.mit.edu>
3889
3890 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3891 that breaks with old list format timestamps.
3892 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3893 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3894 strings.
3895
38962000-10-13 John Wiegley <johnw@gnu.org>
3897
3898 * align.el, pcomplete.el, calendar/timeclock.el,
3899 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3900
3901 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
3902 faulty math, where holiday hours were being computing as seconds.
3903
39042000-10-13 John Wiegley <johnw@gnu.org>
3905
3906 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3907 specifying what "other" kinds of buffers should be saved. This
3908 used to be hard-coded.
3909 (desktop-buffer-misc-functions): A global for specifying how
3910 auxiliary data should be determined for special buffer types.
3911 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3912 instead of hard-coding the special buffer types.
3913 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3914 auxiliary data, instead of hard-coding for Info buffers and dired.
3915 (desktop-buffer-info-misc-data): Aux function for determining Info
3916 buffer auxiliary info.
3917 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3918 (desktop-buffer-info): Changed this function to use the info
3919 gathered above.
3920 (desktop-create-buffer): Be a little more careful about what
3921 `minor-mode' means before calling it. This is important for some
3922 buffer types.
3923
39242000-10-13 John Wiegley <johnw@gnu.org>
3925
3926 * eshell/esh-util.el: Added a global form which declares an
3927 autoload for `parse-time-string', if that function is not already
3928 defined, and if parse-time.el is available on the user's system.
3929
3930 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3931 to be aware of ange-ftp user info.
3932 (eshell-do-ls): Bind `ange-cache'. Also, use
3933 `eshell-file-attributes'.
3934 (eshell-ls-annotate): Use `eshell-file-attributes'.
3935 (eshell-ls-file): Made the user-id printing code a bit smarter.
3936
3937 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3938 allow identification of alias user ids in remote directories.
3939 It's manual, but there's no other way to know when the current
3940 user on the local machine, is also the owning user on the remote
3941 machine.
3942 (fboundp): Bind `ange-cache'.
3943 (eshell-directory-files-and-attributes): Re-organized the logic a
3944 bit to use `eshell-file-attributes' instead of `file-attributes'.
3945 The former is more sensitive to directories that are read via FTP,
3946 and knows how to use ange-ftp to determine full attribute
3947 information, instead of just the name and last modtime.
3948 (eshell-current-ange-uids): Return the current user id when in a
3949 remote directory.
3950 (eshell-parse-ange-ls): Parse a full directory listing that has
3951 been returned by ange-ftp.
3952 (eshell-file-attributes): This beefed up version of
3953 `file-attributes' is only special if the user is currently in a
3954 remote directory, in which case it does a lot of work to find out
3955 what the real attributes of a file are, as they appear on the
3956 remote machine. This makes usage of remote directories (i.e.,
3957 ange-ftp pathnames) much more useful. You can now use Eshell as a
3958 full-fledged FTP client, with much more manipulation ability than
3959 most other clients.
3960
3961 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3962 variable, which means that Eshell's du should always be preferred
3963 in remote directories.
3964 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3965 just `file-attributes'.
3966 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3967 when reading remote directories. This is an Eshell-specific
3968 variable (not part of ange-ftp).
3969 (eshell/ln): Bind `ange-cache'.
3970 (eshell/du): Added some extra logic for determining when to use
3971 Eshell's du (which is slow), and when to use the external version
3972 (which may or may not exist).
3973
3974 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3975 `eshell-interactive-process', rather than using
3976 `get-buffer-process', since backgrounded processes don't count in
3977 the context of this function's logic.
3978
3979 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3980 `forward-char', so that null strings are parsed correctly.
3981
39822000-09-13 John Wiegley <johnw@gnu.org>
3983
3984 * eshell/em-pred.el (eshell-pred-file-type,
3985 eshell-pred-file-links, eshell-pred-file-size): Use
3986 `eshell-file-attributes'. This is more correct over ange-ftp.
3987
3988 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3989 that remote file globbing is more efficient.
3990
3991 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3992 gathering the files and attributes within a directory.
3993
3994 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3995 the command line is a special file (not a regular file, directory
3996 or symlink), always attempt to call the external version of cat.
3997
39982000-09-13 John Wiegley <johnw@gnu.org>
3999
4000 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4001 Eshell-friendly version of find-tag.
4002
40032000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4004
4005 * image-file.el (image-file-name-extensions)
4006 (image-file-name-regexps): Add autoload cookies.
4007
40082000-10-13 Kenichi Handa <handa@etl.go.jp>
4009
4010 * international/mule-cmds.el (select-safe-coding-system): If FROM
4011 is string, show it in *Warning* buffer.
4012
40132000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4014
4015 * startup.el (normal-top-level): Use display-popup-menus-p instead
4016 of window-system.
4017 (command-line): Use display-graphic-p instead of window-system.
4018 (command-line-1): Use display-popup-menus-p and display-mouse-p
4019 instead of window-system.
4020
40212000-10-12 Sam Steingold <sds@gnu.org>
4022
4023 * tooltip.el (tooltip-use-echo-area): New user variable.
4024 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4025
40262000-10-12 Dave Love <fx@gnu.org>
4027
4028 * recentf.el: Maintainer's checkdoc fixes.
4029
4030 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4031 character class, not ASCII when matching file names.
4032 (fancy-splash-head): Add trailing slash to URL.
4033 (command-line): Don't require XPM support for toolbar.
4034
4035 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4036 (cperl-invalid-face): Revert last change.
4037 (cperl-init-faces): Quote cperl-invalid-face.
4038
40392000-10-12 Kenichi Handa <handa@etl.go.jp>
4040
4041 * startup.el (fancy-splash-text): Remove superfluous quote.
4042
40432000-10-12 Gerd Moellmann <gerd@gnu.org>
4044
4045 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4046 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4047 (command-line-1): Don't use fancy-splash-pending-command.
4048 (fancy-splash-screens-1): Goto point-min after inserting text.
4049
4050 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4051
4052 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4053 instead of shared-lisp-mode-map.
4054
40552000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4056
4057 * faces.el (header-line): Change tty-variant to use underlining.
4058
4059 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4060 (isearch-highlight): Restore lazy-isearch face properties at old
4061 position, and suppress them at new position.
4062 (isearch-dehighlight): Restore lazy-isearch face properties.
4063 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4064 over the real isearch overlay, but in that case, don't give it a
4065 face property. Use `push'.
4066
40672000-10-12 Kenichi Handa <handa@etl.go.jp>
4068
4069 * man.el (Man-getpage-in-background): Fix previous change.
4070 Decode the process output only when we are in multibyte mode.
4071
40722000-10-11 Dave Love <fx@gnu.org>
4073
4074 * info.el (Info-mode-menu): Fix some help.
4075 (info-tool-bar-map): Add entry for Info-last.
4076
4077 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4078 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4079 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4080 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4081 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4082 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4083 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4084 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4085 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4086 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4087 Reduce colour requirements to 25 overall. (Probably wants
4088 revisiting from the originals to reduce further.)
4089
40902000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4091
4092 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4093 buffer-file-coding-system, instead of raw-text.
4094 (dehexlify-buffer): Bind coding-system-for-read to
4095 buffer-file-coding-system, instead of raw-text.
4096
40972000-10-11 Sam Steingold <sds@gnu.org>
4098
4099 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4100 `underline' - fixes the bug introduced on 2000-09-21.
4101
41022000-10-11 Dave Love <fx@gnu.org>
4103
4104 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4105 compiler warnings.
4106 (scheme-mode): Doc fix.
4107 (scheme-font-lock-keywords-1): Match `define-syntax'.
4108
41092000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4110
4111 * faces.el (frame-set-background-mode): Pay attention to saved
4112 face specs as well as default ones. Only do anything if the
4113 bg-mode or display-type has actually changed. Use `dolist'.
4114 (region): Make dark-background `region' face less in-your-face.
4115
41162000-10-10 Sam Steingold <sds@gnu.org>
4117
4118 * chistory.el, ielm.el, ledit.el:
4119 * progmodes/inf-lisp.el, progmodes/scheme.el:
4120 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4121
41222000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4123
4124 * textmodes/texinfo.el: Update copyright and fix typo.
4125
4126 * desktop.el (desktop-modes-not-to-save): New var.
4127 (desktop-save-buffer-p): Use it.
4128 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4129 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4130
41312000-10-10 Dave Love <fx@gnu.org>
4132
4133 * toolbar/tool-bar.el (tool-bar-add-item)
4134 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4135 display.
4136
4137 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4138 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4139 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4140 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4141 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4142 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4143 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4144 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4145 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4146 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4147 the .xpms; probably need retouching.
4148
41492000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4150
4151 * subr.el (add-to-list): Add optional argument APPEND.
4152 * battery.el (display-battery): Use `add-to-list'.
4153
41542000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4157 these vars as symbol properties.
4158 (zone, zone-when-idle, zone-leave-me-alone)
4159 (zone-pgm-whack-chars): Use new symbol properties.
4160
4161 * battery.el (display-battery): Doc spelling fix.
4162
4163 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4164 property.
4165
41662000-10-09 Dave Love <fx@gnu.org>
4167
4168 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4169 has been initialized before calling tool-bar-setup.
4170 (tool-bar-add-item-from-menu): Add autoload cookie.
4171
41722000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4173
4174 * menu-bar.el (send-mail-item-name): New function.
4175 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4176 of mail-user-agent in the menu. Don't display the "Send Mail"
4177 item if mail-user-agent is nil or its value is ignore.
4178 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4179 if read-mail-command is nil or its value is ignore.
4180
4181 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4182
41832000-10-09 Miles Bader <miles@gnu.org>
4184
4185 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4186 Correct image size.
4187 * toolbar/left_arrow.xpm: Correct image size.
4188
4189 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4190 will be done by the definition of `auto-compression-mode' if
4191 necessary. Move code to uninstall existing file-name handler
4192 before definition of `auto-compression-mode'.
4193
4194 * image-file.el (auto-image-file-mode): Move to the end of the
4195 file, because `define-minor-mode' actually calls the mode-function
4196 if the associated variable is non-nil, which requires that all
4197 needed functions be already defined.
4198
4199 * mouse.el (popup-menu): Balance parens.
4200
42012000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * mouse.el (popup-menu): Move the command call outside the loop
4204 so that popup-menu returns whatever the command returns.
4205
4206 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4207 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4208 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4209 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4210
4211 * vc.el (vc-version-diff): diff-switches can be a list.
4212 Use relative filenames for prettier output.
4213
4214 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4215 (vc-post-command-functions): Remove old-VC compatibility code.
4216
4217 * newcomment.el (comment-indent-default): Autoload.
4218
4219 * font-lock.el (font-lock-defaults): Make buffer-local.
4220 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4221 (font-lock-choose-keywords):
4222 Ignore LEVEL unless KEYWORDS is a list of syms.
4223 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4224 Don't wrap regexp-opt things in \(...\) unnecessarily.
4225
4226 * jit-lock.el: Don't require font-lock any more.
4227 (jit-lock-functions): Make buffer-local.
4228 (jit-lock-saved-fontify-buffer-function): Remove.
4229 (jit-lock-mode): Remove autoload cookie.
4230 Remove font-lock specific code.
4231 (jit-lock-unregister): Don't bother handling complex hooks any more.
4232 (jit-lock-refontify): New function.
4233 (jit-lock-fontify-buffer): Use it.
4234 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4235 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4236 Add optional args START and END.
4237 Never call font-lock-fontify-region directly.
4238 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4239
4240 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4241
42422000-10-08 Dave Love <fx@gnu.org>
4243
4244 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4245
4246 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4247
4248 * play/studly.el (studlify-region, studlify-word): Add autoload
4249 cookie.
4250
4251 * play/morse.el (morse-region, unmorse-region): Add autoload
4252 cookie.
4253
4254 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4255 concat.
4256
4257 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4258 insist on symbols starting with word syntax.
4259 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4260 (eval-defun-1): Doc fix.
4261 (indent-sexp): Use nconc to build up indent-stack.
4262
4263 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4264 Gnus with little use.
4265 (mail-setup-hook): Add mail-abbrevs-setup to options.
4266
4267 * recentf.el: Doc fixes.
4268
4269 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4270 Clean up remainder.
4271
4272 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4273 without timezone and (8) with timezone to enforce some whitespace.
4274 Simplify code somewhat.
4275
4276 * options.el (list-options): Doc that you should use customize.
4277
4278 * iswitchb.el (iswitchb-mode): Add :require.
4279
4280 * info.el (Info-goto-node, Info-menu): Doc fix.
4281 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4282 (info-tool-bar-map): New variable.
4283 (Info-mode): Use it.
4284 (Info-edit-map): Define all in defvar.
4285 (speedbar-attached-frame): Avoid compiler warning.
4286
4287 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4288 (global-map): Bind [tool-bar] to a filtered map.
4289 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4290 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4291 Allow PBM icons.
4292 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4293
4294 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4295 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4296 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4297 icons, except up_arrow, which is left-arrow rotated.
4298
4299 * imenu.el (imenu-add-to-menubar): Fix last change.
4300
43012000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4302
4303 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4304 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4305
43062000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4307
4308 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4309 typos in doc strings.
4310
4311 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4312 the doc strings how to customize Font Lock faces.
4313
4314 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4315 computing growth when dragging the header line.
4316
43172000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4318
4319 * simple.el (kill-line): Doc fix.
4320
43212000-10-08 Miles Bader <miles@gnu.org>
4322
4323 * faces.el (secondary-selection): Make foreground visible on tty.
4324
4325 * jka-compr.el (auto-compression-mode): Move to the end of the
4326 file, because `define-minor-mode' actually calls the mode-function
4327 if the associated variable is non-nil, which requires that all
4328 needed functions be already defined.
4329 (with-auto-compression-mode): Add autoload cookie.
4330
43312000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4332
4333 * files.el (find-backup-file-name) [ms-dos]: If support for long
4334 file names is not available, behave as if version-control were set
4335 to never.
4336
43372000-10-07 Dave Love <fx@gnu.org>
4338
4339 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4340 (browse-url-gnome-moz): New function.
4341 (browse-url-browser-function): Use it.
4342 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4343
43442000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4345
4346 * indent.el (tab-always-indent): New var.
4347 (indent-for-tab-command): Use it.
4348
4349 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4350 raise an error. This way it can still default to a sane value.
4351
43522000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4353
4354 * startup.el (fancy-splash-screens): Use local rather than global map.
4355 Don't use `update-menu-bindings' any more.
4356 Get rid of assumptions about keymap representation.
4357
43582000-10-06 Dave Love <fx@gnu.org>
4359
4360 * textmodes/fill.el (sentence-end-double-space)
4361 (sentence-end-without-period): Doc fix.
4362 (adaptive-fill-regexp): Purecopy.
4363 (unjustify-current-line): Use line-end-position.
4364 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4365
4366 * net/eudc-vars.el (eudc): Add :version, :link.
4367
4368 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4369
4370 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4371 Fix for define-minor-mode.
4372 (function-at-point): Alias to function-called-at-point.
4373
4374 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4375
4376 * simple.el (backward-word): Doc fix.
4377
4378 * image-file.el (image-file-name-regexp): image-file-regexps ->
4379 image-file-name-regexps.
4380 (image-file-name-extensions): Add pbm.
4381
43822000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4383
4384 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4385 and add filename to the names so that diff-mode can jump to source.
4386
4387 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4388 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4389 (tex-font-lock-keywords-1): Remove.
4390 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4391 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4392 (font-lock-default-fontify-region):
4393 Expand beg..end correctly when just following a multiline region.
4394 (font-lock-fontify-anchored-keywords):
4395 Include the anchor text as part of the multiline.
4396
43972000-10-06 Gerd Moellmann <gerd@gnu.org>
4398
4399 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4400 latter needs the autoloaded define-minor-mode macro during the
4401 bootstrap.
4402
4403 * startup.el (command-line): For now, activate tool-bar-mode only
4404 if XPM images are supported.
4405
4406 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4407 window by dragging a header-line at the top of the frame; that's
4408 confusing because the header-line doesn't move.
4409 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4410 of treating the event as a list. Some cleanup.
4411
44122000-10-06 Miles Bader <miles@gnu.org>
4413
4414 * simple.el (display-message-or-buffer): New function.
4415 (shell-command-on-region): Use `display-message-or-buffer'.
4416
4417 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4418 docstring parts.
4419
4420 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4421 (smbclient-prompt-regexp): Add usage note to doc string.
4422 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4423 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4424 Use add-hook for adding the comint filter function, and only do so
4425 if it's not already in the global hook list.
4426 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4427 to `make-local-variable'.
4428 (nslookup-font-lock-keywords): Remove prompt entry.
4429 (nslookup): Don't set the process-filter.
4430 (finger): Exit the loop correctly when the regexps list runs out.
4431 (ftp, smbclient, smbclient-list-shares):
4432 Set the real major mode immediately, not after execing.
4433 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4434
4435 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4436
44372000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4438
4439 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4440
4441 * which-func.el (which-func-format): Remove spurious space.
4442 (which-func-mode): Don't make it permanent-local.
4443 (which-func-ff-hook): Allow which-func-maxout to be nil.
4444 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4445 (which-func-mode): Simplify.
4446 Use post-command-idle-hook rather than post-command-hook.
4447 Go through all buffers and update their state.
4448 (which-function): Also try add-log-current-defun-function.
4449
4450 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4451 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4452 Update call to with-vc-properties accordingly.
4453 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4454 (vc-revert-buffer): More careful about window selection and deletion.
4455 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4456
4457 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4458 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4459 (cvs-dired-action): Change the default to quickdir.
4460
4461 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4462 if comment-indent-function returns nil.
4463 (comment-indent-default): New function.
4464 (comment-indent-function): Use it and document the new semantics.
4465
4466 * image-file.el: Docstring fixes.
4467
4468 * help.el (help-xref-on-pp): Use match-string.
4469 (describe-variable): New arg BUFFER.
4470 Store the current buffer in the help-xref-stack.
4471 (temp-buffer-resize-mode): Use define-minor-mode.
4472
4473 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4474 consistently with its docstring.
4475 Set jit-lock-first-unfontify-pos in an idempotent way.
4476 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4477
44782000-10-05 Alex Schroeder <alex@gnu.org>
4479
4480 * sql.el (sql-mysql-options): New variable.
4481 (sql-mysql): Use it.
4482
44832000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4484
4485 * image.el (image): New group.
4486
4487 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4488 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4489
44902000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4491
4492 * net/net-utils.el (nslookup-font-lock-keywords)
4493 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4494 Ignore the value of wqindow-system; always define keywords
4495
44962000-10-05 Kenichi Handa <handa@etl.go.jp>
4497
4498 * startup.el (fancy-splash-screens): Remove the code for
4499 debugging; `(trace-to-stderr "EXITTT\n")'.
4500
45012000-10-05 Miles Bader <miles@gnu.org>
4502
4503 * diff-mode.el (diff-goto-source): Update call to
4504 `diff-hunk-status-msg' to reflect new REV variable.
4505
45062000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * progmodes/icon.el (icon-mode):
4509 Don't gratuitously override the default for comment-column.
4510
4511 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4512
4513 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4514 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4515 (jit-lock-functions): New var.
4516 (jit-lock-function-1): Use it if non-nil.
4517 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4518 Set the `fontified' property before doing the fontification to avoid
4519 repeatedly going through the same error.
4520 Don't turn errors into messages.
4521 (jit-lock-register, jit-lock-unregister): New functions.
4522
4523 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4524 Use with-current-buffer.
4525
4526 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4527 Turn comment into docstring.
4528
4529 * apropos.el (apropos-mode): Use define-derived-mode.
4530
45312000-10-04 Gerd Moellmann <gerd@gnu.org>
4532
4533 * startup.el (fancy-splash-pending-command): New variable.
4534 (fancy-splash-pre-command): New function.
4535 (fancy-splash-screens): Rewritten.
4536 (command-line-1): If fancy-splash-pending-command is set, call it
4537 interactively.
4538
45392000-10-04 Dave Love <fx@gnu.org>
4540
4541 * toolbar/tool-bar.el (tool-bar-setup): New function.
4542 (tool-bar-mode): Use it.
4543
4544 * subr.el (substitute-key-definition): Doc fix.
4545 (play-sound-file): New command.
4546
45472000-10-04 Andre Spiegel <spiegel@gnu.org>
4548
4549 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4550 vc-version-backup-file-name): New functions.
4551
4552 * files.el (basic-save-buffer): Call vc-before-save before saving.
4553
4554 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4555 vc-cvs-stay-local-p.
4556
4557 * vc.el (vc-revert-buffer): Handle empty diff properly.
4558 (vc-version-backup-file): New function.
4559 (vc-checkout): Create a version backup if necessary.
4560 (vc-checkin): If a version backup file exists, delete it.
4561 (vc-version-diff): Diff locally using version backups, if available.
4562 (vc-revert-file): If there's a version backup, revert locally.
4563 (vc-transfer-file): Use version backup for base version, if
4564 available. If not, ask for confirmation whether to get it from the
4565 server. Update mode line before check-in.
4566
45672000-10-04 Dave Love <fx@gnu.org>
4568
4569 * toolbar/tool-bar.el (tool-bar-setup): New function.
4570 (tool-bar-mode): Use it.
4571
45722000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4573
4574 * net/net-utils.el (nslookup-font-lock-keywords)
4575 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4576 Only set if window-system is non-nil
4577 (net-utils-run-program): Returns buffer.
4578 (network-connection-reconnect): Added this function.
4579
4580 * generic.el:
4581 Incorporates extensive cleanup and docfixes by
4582 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4583 Uses cl compile-time macros.
4584 (generic-mode-name, generic-comment-list)
4585 (generic-keywords-list, generic-font-lock-expressions)
4586 (generic-mode-function-list, generic-mode-syntax-table):
4587 Removed variables.
4588 (generic-mode-alist): Renamed to generic-mode-list.
4589 (generic-find-file-regexp): Default changed to "^#".
4590 (generic-read-type): Uses completing read on generic-mode-list.
4591 (generic-mode-sanity-check): removed this function.
4592 (generic-add-to-auto-mode): Removed this function
4593 (generic-mode-internal): Bind mode-specific definitions
4594 into function instead of putting them in alist.
4595 (generic-mode-set-comments): Reworked extensively.
4596 (generic-mode-find-file-hook): Simplified regexp searching
4597 (generic-make-keywords-list): Omit extra pair of parens
4598
4599 * find-lisp.el (find-lisp-find-files-internal):
4600 Make sure directory name ends with "/".
4601
4602 * generic-x.el (apache-conf-generic-mode):
4603 Regexp now allows leading whitespace.
4604 (rc-generic-mode): Added eval-when-compile
4605 around generic-make-keywords-list.
4606 Deleted duplicate regexp
4607 (rul-generic-mode): Added eval-when-compile
4608 around generic-make-keywords-list.
4609 (etc-fstab-generic-mode): New generic mode.
4610 (rul-generic-mode): Removed one eval-when-compile
4611 which caused a max-specpdl-size exceeded error.
4612
46132000-10-04 Miles Bader <miles@gnu.org>
4614
4615 * simple.el (minibuffer-temporary-goal-position): New variable.
4616 (next-history-element): Try to keep the position of point in the
4617 input string constant.
4618
4619 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4620 (dired-do-create-files): If there's only one file, pass it in as
4621 the DEFAULT arg to dired-mark-read-file-name.
4622
46232000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4624
4625 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4626 (diff-goto-source): Be smarter when choosing REVERSE or not.
4627
4628 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4629 (texinfo-mode-menu): Add an explicit shortcut for update all.
4630
46312000-10-03 Andre Spiegel <spiegel@gnu.org>
4632
4633 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4634 factorize backend-specific code cleanly (this was essentially
4635 conceived by Stefan Monnier).
4636 (vc-unregister): Function removed.
4637 (vc-revert-file): New function.
4638 (vc-revert-buffer): Delegate some of the work to it.
4639
4640 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4641 default branch unconditionally.
4642 (vc-rcs-set-default-branch): New function.
4643 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4644 (vc-rcs-checkin): If an appropriate default branch has been set,
4645 force creation of that branch.
4646 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4647 code (as suggested by Stefan Monnier).
4648
46492000-10-02 Gerd Moellmann <gerd@gnu.org>
4650
4651 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4652 highlighting overlay with a different face over the overlay
4653 isearch uses to highlight the current match because that can lead
4654 to bad face combinations.
4655
4656 * loadup.el (toplevel): Load faces before isearch.
4657
4658 * isearch.el (isearch-faces): New custom group.
4659 (isearch): New defface; was already tested for in the code.
4660 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4661 (isearch-highlight): Always use face `isearch'.
4662
46632000-10-02 Dave Love <fx@gnu.org>
4664
4665 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4666 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4667 comparison of opcode with operand.
4668
46692000-10-03 Miles Bader <miles@gnu.org>
4670
4671 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4672 buffer, since the echo area will now grow to accommodate them.
4673
46742000-10-02 Andre Spiegel <spiegel@gnu.org>
4675
4676 * vc-hooks.el (vc-registered): If FILE used to be registered under
4677 a certain backend, try that one first.
4678
4679 * vc.el (vc-responsible-backend): Undo the previous change in the
4680 argument list. Handle multiple backends correctly.
4681 (vc-find-new-backend): Function removed.
4682 (vc-register): Use vc-responsible-backend, as before.
4683 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4684
46852000-10-02 Gerd Moellmann <gerd@gnu.org>
4686
4687 * startup.el (fancy-splash-head): Change message below the
4688 logo.
4689
46902000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4691
4692 * diff-mode.el (diff-goto-source): Emit a status message.
4693 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4694 (diff-test-hunk): Fix doc string.
4695 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4696 (diff-advance-after-apply-hunk): New variable.
4697 (diff-apply-hunk): Don't return a value.
4698
46992000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4700
4701 * vc.el (vc-editable-p): Minor optimization.
4702 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4703 (vc-find-new-backend): New function split from vc-responsible-backend.
4704 (vc-register): Use it.
4705 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4706 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4707 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4708 (vc-clear-headers): Don't use find-file.
4709 (vc-revert-buffer): Use `and' again (must have been a braino).
4710 (vc-switch-backend): Only prompt if requested.
4711 Short circuit if nothing is to be done.
4712 Don't use vc-resynch-buffer which could lose unsaved editing.
4713 (vc-default-receive-file): Update call to vc-unregister.
4714 (with-vc-file, vc-next-action-on-file):
4715 Use vc-backend rather than vc-registered.
4716 (vc-next-action-on-file): Use intern-soft.
4717 Deal with read-only *vc-diff* buffer.
4718 (vc-transfer-file): Docstring fix.
4719
4720 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
4721 (vc-rcs-receive-file): Avoid with-vc-properties.
4722 Update call to vc-unregister.
4723 Use constant `RCS' rather than (dynamically bound) var `backend'.
4724
47252000-10-01 Andre Spiegel <spiegel@gnu.org>
4726
4727 * vc.el (vc-next-action-on-file): Update mode line only if file
4728 is visited.
4729 (vc-start-entry): New argument initial-contents. Don't visit the file
4730 if it isn't already visited. Brought documentation up-to-date.
4731 (vc-next-action, vc-register): Updated calls to vc-start-entry.
4732 (vc-checkin): New optional arg initial-contents, which is passed to
4733 vc-start-entry.
4734 (vc-finish-logentry): Make sure to bury log buffer only if there
4735 really is one. Call `vc-resynch-buffer' on log-file, not
4736 buffer-file-name.
4737 (vc-default-comment-history, vc-default-wash-log): New functions.
4738 (vc-index-of): Removed.
4739 (vc-transfer-file): Make do without the above.
4740 (vc-default-receive-file): Call comment-history unconditionally. Pass
4741 the resulting string to vc-checkin, instead of inserting it into the
4742 comment ring.
4743
4744 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
4745 unconditionally. Use the comments as initial contents of the log
4746 entry buffer. Document the trick to force branch creation with no
4747 changes.
4748
47492000-10-01 Miles Bader <miles@gnu.org>
4750
4751 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
4752 `recenter' with an arg to prevent redrawing the display.
4753
47542000-09-30 Stefan Monnier <monnier@cs.yale.edu>
4755
4756 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
4757
4758 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
4759
4760 * progmodes/c-mode.el (c-mode):
4761 Don't gratuitously override the default for comment-column.
4762
4763 * textmodes/tex-mode.el (latex-metasection-list): New var.
4764 (latex-imenu-create-index): Use it.
4765 Move the regexp construction outside loops (and use push).
4766 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
4767 (tex-font-lock-keywords): Moved from font-lock.el.
4768 (tex-comment-indent): Remove.
4769 (tex-common-initialization): Don't set comment-indent-function.
4770 (latex-block-default): New var.
4771 (tex-latex-block): Use it to provide a default choice.
4772 Add any unknown choice to latex-block-names.
4773 Insert [...] after {...}.
4774 (tex-last-unended-begin): Simplify regexp.
4775 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
4776 (latex-forward-sexp-1, latex-forward-sexp): New functions.
4777 (latex-mode): Set forward-sexp-function.
4778
4779 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
4780 Add regexp for @ignore ... @end ignore.
4781 (texinfo-heading-face): New face.
4782 (texinfo-font-lock-keywords): Use it.
4783 (texinfo-mode-menu): New menu.
4784 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
4785 New functions.
4786 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
4787 (texinfo-section-types-regexp, texinfo-section-level-regexp)
4788 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
4789 Remove declaration.
4790 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
4791
4792 * delsel.el (delete-selection-mode): Use define-minor-mode.
4793
4794 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
4795
47962000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4797
4798 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
4799
48002000-09-30 Gerd Moellmann <gerd@gnu.org>
4801
4802 * replace.el (keep-lines-read-args): New function.
4803 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
4804 read arguments interactively. Add parameters RSTART and REND.
4805 Operate on the active region in Transient Mark mode.
4806
4807 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
4808
4809 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
4810 (authors-obsolete-files-regexps): New variable.
4811 (authors-add): Don't record changes in obsolete files.
4812
48132000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4814
4815 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
4816
4817 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
4818 (comment-indent): Make sure there's a space between code and comment.
4819 Shift comments left to avoid going past fill-column.
4820
48212000-09-29 Gerd Moellmann <gerd@gnu.org>
4822
4823 * startup.el (startup-echo-area-message): New function.
4824 (display-startup-echo-area-message): Use it.
4825 (fancy-splash-screens): Rewritten to use keymaps and a timer.
4826 (fancy-splash-default-action): New function.
4827 (fancy-splash-screens-1): New function.
4828 (fancy-splash-head): Put a help-echo and a keymap under the image.
4829
48302000-09-29 Stefan Monnier <monnier@cs.yale.edu>
4831
4832 * diff-mode.el (diff-add-log-file-name): Remove.
4833 (diff-mode): Use add-log-buffer-file-name-function.
4834
4835 * add-log.el (find-change-log): New arg BUFFER-FILE.
4836 (add-log-file-name): Obey add-log-file-name-function.
4837 (add-log-buffer-file-name-function): New var.
4838 (add-change-log-entry): Use it.
4839
48402000-09-29 Miles Bader <miles@gnu.org>
4841
4842 * image-file.el (image-file-name-extensions): New variable.
4843 (image-file-name-regexps): Renamed from `image-file-regexps'.
4844 New default value is nil. Call `auto-image-file-mode'.
4845 (image-file-name-regexp): New function.
4846 (auto-image-file-mode): New minor mode.
4847 (insert-image-file): Don't make conditional on the image-file
4848 handler being enabled.
4849 (image-file-handler): Make the call here conditional instead.
4850 (set-image-file-handler-enabled, enable-image-file-handler)
4851 (disable-image-file-handler): Functions removed.
4852
4853 * emacs-lisp/authors.el (authors-print): Rephrase many-files
4854 string.
4855
48562000-09-29 Gerd Moellmann <gerd@gnu.org>
4857
4858 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
4859 it's a function from CL.
4860 (latex-imenu-create-index): Replace eval-when-compile with progn
4861 because latex-section-alist is not bound while compiling.
4862
48632000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4864
4865 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
4866 (outline-mode): Use define-derived-mode.
4867
4868 * progmodes/perl-mode.el (perl-mode):
4869 * progmodes/awk-mode.el (awk-mode):
4870 * progmodes/asm-mode.el (asm-mode):
4871 Don't gratuitously override the default for comment-column.
4872
4873 * emacs-lisp/lisp.el (lisp-complete-symbol):
4874 Distinguish the let-binding case from the funcall case.
4875 (forward-sexp-function): New variable.
4876 (forward-sexp): Use it.
4877
4878 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
4879 (easy-mmode-defmap): Remove the now useless autoload.
4880
4881 * time.el (display-time-mode): Use define-minor-mode.
4882
4883 * subr.el (add-minor-mode): Don't eval NAME.
4884 Don't depend on the presence of TOGGLE-FUN for any special behavior.
4885 Use if rather than cond.
4886
4887 * simple.el (read-expression-map): Define more properly.
4888 (comment-indent-hook): Remove.
4889 (string-to-syntax): Bug fix.
4890
4891 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4892 (cvs-ediff-diff): Fix typo.
4893 (cvs-revert-if-needed): Don't bother preserving read-only.
4894
4895 * paren.el (show-paren-mode): Use define-minor-mode.
4896
4897 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4898 (toggle-auto-compression): Remove.
4899 (jka-compr-build-file-regexp): Remove useless grouping.
4900
4901 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4902 Avoid user-reserved bindings.
4903 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4904 (diff-header-face): Revert to grey85.
4905
4906 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4907
4908 * complete.el (partial-completion-mode) <defcustom>: Remove.
4909 (partial-completion-mode): Use define-minor-mode.
4910 (PC-do-completion): Understand `completion-auto-help = delay'
4911 to mean to popup the completion buffer only the second time.
4912 (PC-include-file-all-completions, PC-include-file-all-completions)
4913 (PC-include-file-all-completions): Don't quote lambda.
4914
4915 * comint.el (comint-mode-hook): Docstring fix.
4916 (comint-mode): Use define-derived-mode.
4917 (comint-mode-map): Remove obsolete comment.
4918 (make-comint): Minor stylistic change.
4919 (comint-insert-clicked-input): Be more careful to find the overlay.
4920 Use this-command-keys rather than hardcoding mouse-2.
4921
4922 * font-lock.el: Replace confusing (,@ with ,
4923 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4924 Don't use regexp-opt-depth. Spice up the regexp for args.
4925 Don't distinguish between cmds that can take an opt arg or not.
4926 Use `append' and `prepend' rather than `keep'.
4927
4928 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4929 (latex-outline-regexp): New var.
4930 (latex-outline-level): New fun.
4931 (latex-section-alist): New var.
4932 (latex-imenu-create-index): Use it. Use `push' as well.
4933 (tex-shell-map): Initialize it properly.
4934 (tex-mode): Minor stylistic change.
4935 (plain-tex-mode): Use define-derived-mode.
4936 (latex-mode): Use define-derived-mode.
4937 Construct the paragraph regexps in a more readable way.
4938 Set the buffer-local outline-{level,regexp} vars.
4939 (slitex-mode): Derive from latex-mode.
4940 (tex-common-initialization): Don't kill-all-vars anymore.
4941 Add setting for comment-add and font-lock-defaults.
4942 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4943 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4944 (tex-start-tex): New arg DIR (and send a chdir command for it).
4945 Also display the shell buffer and save it in tex-last-buffer-texed.
4946 (tex-region): Use expand-file-name rather than concat.
4947 Remove code made useless by changes in tex-start-tex.
4948 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4949
4950 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4951
49522000-09-28 Dave Love <fx@gnu.org>
4953
4954 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4955
49562000-09-28 Gerd Moellmann <gerd@gnu.org>
4957
4958 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4959 `append'.
4960
49612000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4962
4963 * info.el (Info-extract-pointer): Undo last change.
4964 Instead, fix the position of the `bound' arg to re-search-backward.
4965
49662000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4967
4968 * info.el (Info-extract-pointer):
4969 Widen more carefully, to avoid finding pointers in other nodes.
4970 (Info-index): Use push.
4971
49722000-09-27 Gerd Moellmann <gerd@gnu.org>
4973
4974 * frame.el (set-frame-font): Remove call to obsolete function
4975 frame-update-faces.
4976 (set-foreground-color, set-background-color): Likewise for
4977 frame-update-face-colors.
4978
49792000-09-27 Miles Bader <miles@gnu.org>
4980
4981 * image-file.el: New file.
4982
49832000-09-27 Gerd Moellmann <gerd@gnu.org>
4984
4985 * frame.el (frame-notice-user-settings): Don't call
4986 frame-update-faces, which is a no-op now.
4987
4988 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4989 tool-bar-lines.
4990
49912000-09-27 Dave Love <fx@gnu.org>
4992
4993 * mouse.el: Fix last change.
4994
49952000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4996
4997 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4998
49992000-09-22 Kenichi Handa <handa@etl.go.jp>
5000
5001 * international/quail.el (quail-help): The output message is
5002 improved.
5003
50042000-09-26 Dave Love <fx@gnu.org>
5005
5006 * mouse.el (popup-menu): If POSITION is nil, set it using
5007 mouse-position.
5008
50092000-09-25 Sam Steingold <sds@gnu.org>
5010
5011 * net/browse-url.el (browse-url-file-url): Check for null maps.
5012
50132000-09-26 Gerd Moellmann <gerd@gnu.org>
5014
5015 * frame.el (frame-notice-user-settings): Don't add a
5016 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5017
5018 * frame.el (frame-notice-user-settings):
5019 Make tool-bar-mode and default-frame-alist consistent.
5020
5021 * toolbar/tool-bar.el (tool-bar-help): New function.
5022
50232000-09-25 Gerd Moellmann <gerd@gnu.org>
5024
5025 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5026 current-load-list in top-level forms. Else this leaks a cons cell
5027 every time a defun is called.
5028
5029 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5030
50312000-09-25 Dave Love <fx@gnu.org>
5032
5033 * startup.el (fancy-splash-head): Check XPM is available.
5034
5035 * autoinsert.el (auto-insert): Doc fix.
5036 (auto-insert-alist): Following GNU notices, don't say `copyright
5037 _by_'. Use line-beginning-position.
5038 (auto-insert): Check buffer-file-name is non-nil before use.
5039
50402000-09-25 Gerd Moellmann <gerd@gnu.org>
5041
5042 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5043 starting with `@def' or `@multitable', in addition to ones
5044 specified by the user in auto-fill-inhibit-regexp.
5045
50462000-09-25 Markus Rost <rost@math.ohio-state.edu>
5047
5048 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5049 rmail-dont-reply-to-names matches the empty string.
5050
50512000-09-25 Gerd Moellmann <gerd@gnu.org>
5052
5053 * startup.el (command-line-1, fancy-splash-text): Change the
5054 text to sound more friendly.
5055
50562000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5057
5058 * progmodes/hideshow.el: Update author email address.
5059 Generally, sync w/ maintainer version 5.22.
5060 (hs-hide-all-non-comment-function): New var.
5061 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5062 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5063 (hs-show-region): Delete this command.
5064 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5065
50662000-09-22 Dave Love <fx@gnu.org>
5067
5068 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5069 (hl-line-highlight): Specify buffer when moving overlay.
5070
5071 * progmodes/fortran.el (fortran-mode): Locally set
5072 normal-auto-fill-function.
5073 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5074 (fortran-mode-map): Adjust auto-fill menu entry.
5075
50762000-09-22 Gerd Moellmann <gerd@gnu.org>
5077
5078 * vc-rcs.el (toplevel): Require `vc' when compiling.
5079
5080 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5081
50822000-09-22 Andre Spiegel <spiegel@gnu.org>
5083
5084 * vc.el (vc-switch-backend): Signal an error if the file is not
5085 registered under the new backend.
5086
5087 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5088 without explicit revision number.
5089
50902000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5091
5092 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5093 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5094 (diff-xor): New function.
5095 (diff-find-source-location): Use it. Fix a stupid name clash.
5096 (diff-hunk-status-msg): New function.
5097 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5098 (diff-test-hunk): Use diff-find-source-location.
5099 (diff-goto-source): Favor the `reverse'.
5100 (diff-hunk-text): Properly handle one-sided context diffs.
5101 (diff-apply-hunk): When done, advance to the next hunk.
5102
51032000-09-21 Gerd Moellmann <gerd@gnu.org>
5104
5105 * startup.el (command-line): If frame was created with a non-zero
5106 tool-bar-lines parameter, switch tool-bar-mode on.
5107
5108 * add-log.el (change-log-date-face, change-log-name-face)
5109 (change-log-email-face, change-log-file-face)
5110 (change-log-list-face, change-log-conditionals-face)
5111 (change-log-function-face, change-log-acknowledgement-face):
5112 New faces, inheriting from font-lock faces.
5113 (change-log-font-lock-keywords): Use them.
5114
51152000-09-21 Dave Love <fx@gnu.org>
5116
5117 * progmodes/cperl-mode.el (top-level): Clean up
5118 `eval-when-compile's and assorted defvars.
5119 (cperl-invalid-face): Don't double-quote value. Change custom
5120 type.
5121 (cperl-mode): Set normal-auto-fill-function and don't zap
5122 auto-fill-function.
5123 (cperl-imenu--function-name-regexp-perl): Renamed from
5124 imenu-example--function-name-regexp-perl.
5125 (cperl-imenu--create-perl-index): Renamed from
5126 imenu-example--create-perl-index.
5127 (cperl-xsub-scan): Don't require cl.
5128
5129 * msb.el (msb-mode-map): Use substitute-key-definition.
5130 (msb-mode): Use msb-mode-map.
5131
51322000-09-21 Andre Spiegel <spiegel@gnu.org>
5133
5134 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5135 New functions.
5136 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5137 (vc-switch-backend): New function.
5138 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5139 (vc-register): Fix prompt.
5140 (vc-unregister, vc-default-unregister): New functions.
5141 (vc-version-diff): Handle empty buffer in sentinel.
5142
5143 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5144 (vc-rcs-state-heuristic): Use it to guess the state of files with
5145 non-strict locking.
5146 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5147 been set with -b, but not created yet.
5148 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5149 contents in order to find the state.
5150 (vc-rcs-checkin): Allow creation of branches with no changes.
5151 (vc-rcs-unregister, vc-rcs-receive-file)
5152 (vc-rcs-set-non-strict-locking): New functions.
5153
5154 * vc-hooks.el (vc-name): Force correct computation of the value
5155 in case it is missing.
5156
51572000-09-21 Gerd Moellmann <gerd@gnu.org>
5158
5159 * startup.el (fancy-splash-tail): Use a different foreground
5160 color on a dark frame background.
5161
51622000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5163
5164 * info.el: Use the correct capitalization when making Info-mode
5165 and Info-edit-mode `special' modes.
5166
51672000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5168
5169 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5170 (diff-mode): Add support for add-log.el.
5171 (diff-hunk-text): Use char offsets rather than line offsets.
5172 (diff-find-source-location): Replace LINE with line-offset (nil
5173 if not found) and always set POS to a meaningful position.
5174 Adapt to the new char-offsets.
5175 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5176 Adapt to the new diff-find-source-location.
5177 (diff-goto-source): Adapt to the new diff-find-source-location.
5178
5179 * add-log.el (add-log-file-name): New function (split out of
5180 add-change-log-entry).
5181 (add-change-log-entry): Use it.
5182 Call add-log-file-name-function with the changelog file name if
5183 the current buffer is not associated with any file.
5184 Avoid find-file if the selected window is dedicated.
5185
5186 * diff-mode.el (diff-find-source-location):
5187 Move code from diff-apply-hunk. Return buffer rather than file.
5188 (diff-apply-hunk): Use the new result from diff-find-source-location.
5189 (diff-goto-source): Use the new diff-find-source-location.
5190
51912000-09-20 Dave Love <fx@gnu.org>
5192
5193 * iswitchb.el: Some doc fixes.
5194 (iswitchb-mode-map): Define completely initially. Inherit
5195 minibuffer-local-map.
5196 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5197 fundamental-mode.
5198 (iswitchb-global-map): New variable.
5199 (iswitchb-summaries-to-end): Amalgamate regexps.
5200 (iswitchb-mode): New.
5201 (iswitchb-mode-hook): New variable.
5202 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5203 `extensions'.
5204
52052000-09-20 Gerd Moellmann <gerd@gnu.org>
5206
5207 * ehelp.el (electric-help): New defgroup.
5208 (electric-help-shrink-window): New user-option.
5209 (with-electric-help): Use it.
5210
5211 * window.el (shrink-window-if-larger-than-buffer): If face
5212 `mode-line' has a :box, and we're on a graphical frame, add 1
5213 to the needed window height.
5214
5215 * frame.el (frame-notice-user-settings): Add a last parameter nil
5216 to a call to `append', because the last list passed to `append' is
5217 not copied, and so subsequent calls to assq-delete-all will modify
5218 default-frame-alist.
5219
5220 * startup.el (fancy-splash-image): Change :type.
5221 (fancy-splash-head): Use an XBM image if appropriate.
5222 (command-line-1): Show splash screens in more cases.
5223
5224 * startup.el (fancy-splash-text): Don't quote faces.
5225
5226 * dired.el (dired-font-lock-keywords): Undo last change.
5227 (dired-readin): Bind indent-tabs-mode to nil.
5228
5229 * startup.el (fancy-splash-head): If frame's background mode
5230 is `dark', change the black background of the image to gray.
5231 (fancy-splash-screens): Display startup echo area message.
5232 (display-startup-echo-area-message): New function.
5233
52342000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5235
5236 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5237
5238 * info.el (info-header-node): Tweak for color ttys.
5239
5240 * faces.el (face-valid-attribute-values): Make sure directories we
5241 search for stipples both exist and are readable before trying to
5242 search them.
5243
5244 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5245 in the dry-run case.
5246
5247 * jka-compr.el (with-auto-compression-mode): New macro.
5248
5249 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5250 (custom-group-tag-face, custom-variable-tag-face): Use relative
5251 :height and inherit from `variable-pitch' face instead of
5252 hardwiring :family.
5253 * hi-lock.el (hi-black-hb): Likewise.
5254
5255 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5256 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5257 toolbar-add-item, if image doesn't have a mask add a `:mask
5258 heuristic'.
5259
52602000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5261
5262 * diff-mode.el: Docstring fixes.
5263 (diff-header-face, diff-comment-face): New faces.
5264 (diff-font-lock-keywords): Highlight a bit differently.
5265 (diff-find-source-location): Don't return SPAN any more.
5266 (diff-hunk-text): Don't bother erasing the temp buffer.
5267 (diff-find-text): Drop argument LINE.
5268 (diff-apply-hunk): Update calls to diff-find-text.
5269 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5270
5271 * calendar/calendar.el: Docstring fixes.
5272 (calendar-make-alist): Don't quote lambda.
5273 (calendar-star-date): Use make-local-variable.
5274
52752000-09-19 Dave Love <fx@gnu.org>
5276
5277 * toolbar/tool-bar.el: Renamed from toolbar.el.
5278 Change `toolbar' to `tool-bar' generally in symbols.
5279 Make some items invisible in `special' major modes.
5280 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5281 Add arg PROPS.
5282
5283 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5284 Add :version here.
5285 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5286
52872000-09-19 Gerd Moellmann <gerd@gnu.org>
5288
5289 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5290
5291 * files.el (find-file-suppress-same-file-warnings): New user-option.
5292 (find-file-noselect): Use it.
5293
5294 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5295 (fancy-splash-screen): Defgroup.
5296
5297 * add-log.el (change-log-font-lock-keywords): Match names
5298 more exactly for the case that font-lock-constant-face is
5299 underlined.
5300
53012000-09-19 Richard M. Stallman <rms@gnu.org>
5302
5303 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5304
53052000-09-19 Andre Spiegel <spiegel@gnu.org>
5306
5307 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5308
53092000-09-19 Gerd Moellmann <gerd@gnu.org>
5310
5311 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5312 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5313 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5314 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5315 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5316 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5317 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5318 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5319 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5320 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5321 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5322 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5323
5324 * startup.el (fancy-splash-text): New variable.
5325 (fancy-splash-delay, fancy-splash-image): New user-options.
5326 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5327 (fancy-splash-screens): New functions.
5328 (command-line-1): If display has a `display' frame parameter, has
5329 colors, and we have XPM support, show more fancy splash screens.
5330
53312000-09-19 Dave Love <fx@gnu.org>
5332
5333 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5334 with null `help'. Use modern backquote syntax.
5335
53362000-09-19 Gerd Moellmann <gerd@gnu.org>
5337
5338 * font-lock.el (font-lock-mode): Change message telling the user
5339 that ``the buffer is too big''.
5340
5341 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5342 for instance for the case that tab-width is 2.
5343
53442000-09-18 Gerd Moellmann <gerd@gnu.org>
5345
5346 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5347 toolbar-add-item, if image doesn't have a mask add a `:mask
5348 heuristic'.
5349
53502000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5351
5352 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5353 and return a cons if it's non-nil.
5354 (diff-apply-hunk): Try to jump to the line in the source text
5355 corresponding to the position of point in the in the hunk.
5356
5357 * info.el (Info-title-3-face, Info-title-2-face)
5358 (Info-title-1-face): Use face inheritance and relative sizes
5359 instead of hard-wiring things.
5360
5361 * faces.el (secondary-selection): Make dark-background variant sane.
5362
53632000-09-16 Andrew Innes <andrewi@gnu.org>
5364
5365 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5366 read-only, since they aren't under VC now.
5367
53682000-09-17 Dave Love <fx@gnu.org>
5369
5370 * tmm.el: Replace mapcar with mapc in several places.
5371
5372 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5373 ad-unadvise.
5374
5375 * international/latin1-disp.el: New file.
5376
5377 * calendar/cal-move.el (scroll-calendar-left)
5378 (scroll-calendar-right): Make arg optional (for active mode line).
5379
5380 * calendar/calendar.el (calendar-mode-line-format): Make fields
5381 mouse-sensitive.
5382 (calendar-read-date, calendar-read-date, calendar-window-list):
5383 Unquote lambda.
5384 (calendar-month-name): Use aref, not sref.
5385
5386 * view.el (minor-mode-alist): Propertize the string.
5387
5388 * international/characters.el (standard-case-table): Add entries
5389 for Greek.
5390
53912000-09-18 Miles Bader <miles@gnu.org>
5392
5393 * info.el (info-node, info-xref): Add dark-background variants.
5394
5395 * faces.el (header-line): Change defaults to be less confusing
5396 when mixed with mode-lines.
5397
5398 * info.el (Info-fontify-node): Make a few cleanups.
5399 Add extra `help-echo' and `local-map' props to node xrefs.
5400 Use header-specific faces for node-names & xrefs.
5401 (Info-use-header-line): New variable.
5402 (info-header-xref, info-header-node): New faces.
5403 (Info-setup-header-line): New function.
5404 (Info-select-node): Call Info-setup-header-line when enabled.
5405 (Info-extract-pointer): Work even if the header line is hidden.
5406 (Info-header-line): New variable.
5407
54082000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5409
5410 * vms-patch.el (print-region-function): Don't quote lambda.
5411
5412 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5413
5414 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5415 (lm-get-header-re): Allow spaces between the header and the colon.
5416 (lm-header): Allow $ in non-RCS headers.
5417 (lm-header-multiline): Put the strings back into order.
5418 Stop at an empty line. Don't require two space chars if the
5419 line is clearly not another header line.
5420
5421 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5422 (popup-menu-popup): Remove.
5423
54242000-09-15 Gerd Moellmann <gerd@gnu.org>
5425
5426 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5427 specification if or if not tool-bar item contains an `:enabled'
5428 property.
5429
5430 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5431 current buffer has no file name.
5432
54332000-09-15 Dave Love <fx@gnu.org>
5434
5435 * strokes.el: Sync with maintainer's current version with changes
5436 for Emacs, but avoid runtime cl and levents.
5437 (toplevel): Change autoloads and compilation requires.
5438 (strokes-version, strokes-bug-address, strokes-lift): Values
5439 changed.
5440 (strokes-xpm-header, strokes-insinuated): New variable.
5441 (strokes): Add :link.
5442 (strokes-mode): Customized.
5443 (strokes-while-inhibiting-garbage-collector): New macro.
5444 (strokes-remassoc): Avoid remove-if.
5445 (strokes-fix-button2-command): Don't use ad-do-it.
5446 (strokes-insinuate): New function.
5447 (strokes-button-press-event-p, strokes-button-release-event-p):
5448 New functions, used instead of non-`strokes-' versions..
5449 (strokes-mouse-event-p): Rewritten.
5450 (strokes-event-closest-point): Avoid event-point.
5451 (strokes-get-grid-position): Avoid cdadr, caadr
5452 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5453 functions.
5454 (strokes-help): Use with-output-to-temp-buffer.
5455 (strokes-window-configuration-changed-p): New function.
5456 (strokes-update-window-configuration): Use buffer-live-p,
5457 strokes-window-configuration-changed-p.
5458 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5459 (strokes-char-face): New face.
5460 (strokes-char-table, strokes-base64-chars): New variable.
5461 (strokes-xpm-for-stroke, strokes-list-strokes)
5462 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5463 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5464 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5465 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5466 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5467 functions.
5468
54692000-09-15 Gerd Moellmann <gerd@gnu.org>
5470
5471 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5472
5473 * image.el (create-image): Doc fix.
5474
5475 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5476 instead of `:heuristic-mask t'.
5477
54782000-09-14 Andrew Innes <andrewi@gnu.org>
5479
5480 * makefile.w32-in: Revert to Unix line endings.
5481
54822000-09-14 Andrew Innes <andrewi@gnu.org>
5483
5484 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5485 when installing.
5486
5487 * makefile.nt (DONTCOMPILE): Fix typo.
5488
5489 * shell.el (shell-write-history-on-exit): New function.
5490 (shell-dumb-shell-regexp): New custom variable.
5491 (shell-mode): Make shell-write-history-on-exit the process
5492 sentinel if shell name matches shell-dumb-shell-regexp.
5493
5494 * w32-fns.el: Comment out before-init-hook function which resets
5495 source-directory based; this breaks bootstrap.
5496
54972000-09-14 Dave Love <fx@gnu.org>
5498
5499 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5500 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5501 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5502 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5503 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5504 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5505 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5506 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5507 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5508
5509 * toolbar/toolbar.el: New.
5510
5511 * subdirs.el: Add toolbar.
5512
55132000-09-14 Gerd Moellmann <gerd@gnu.org>
5514
5515 * indent.el (indent-for-tab-command): Doc fix.
5516
55172000-09-14 Alex Schroeder <alex@gnu.org>
5518
5519 * ansi-color.el (ansi-colors): Doc change.
5520 (ansi-color-get-face): Simplified regexp.
5521 (ansi-color-faces-vector): Added more faces, doc change.
5522 (ansi-color-names-vector): Doc change.
5523 (ansi-color-regexp): Simplified regexp.
5524 (ansi-color-parameter-regexp): New regexp.
5525 (ansi-color-filter-apply): Doc change.
5526 (ansi-color-filter-region): Doc change.
5527 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5528 deal with zero length parameters.
5529 (ansi-color-apply-on-region): Doc change.
5530 (ansi-color-map): Doc change.
5531 (ansi-color-map-update): Removed debugging message.
5532 (ansi-color-get-face-1): Added condition-case to trap
5533 args-out-of-range errors.
5534 (ansi-color-get-face): Doc change.
5535 (ansi-color-make-face): Removed.
5536 (ansi-color-for-shell-mode): New option.
5537
55382000-09-13 Kenichi Handa <handa@etl.go.jp>
5539
5540 * international/quail.el (quail-start-translation): Translate KEY
5541 if necessary even if it doesn't have any mapping in the current
5542 input method.
5543 (quail-start-conversion): Likewise.
5544 (quail-help): The output message is improved.
5545
55462000-09-13 Miles Bader <miles@gnu.org>
5547
5548 * comint.el (comint-output-filter): Revert to using
5549 `insert-before-markers'. Add bletcherous hack to undo damage
5550 caused by `insert-before-markers'. Put `front-sticky' property on
5551 overlays created here so that the field code understands how the
5552 overlay works. Use a let when making comint-last-prompt-overlay,
5553 so that the code is easier to read.
5554
55552000-09-13 Dave Love <fx@gnu.org>
5556
5557 * wid-edit.el (widget-default-format-handler): DTRT when
5558 doc-property is a function.
5559
55602000-09-12 Francesco Potorti` <pot@gnu.org>
5561
5562 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5563 filed name if it's not there.
5564
55652000-09-12 Dave Love <fx@gnu.org>
5566
5567 * simple.el (read-mail-command): Doc fix.
5568 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5569
5570 * vc.el (vc-dired-listing-switches): Fix :version.
5571
5572 * vc-hooks.el: Doc fixes.
5573
5574 * subr.el (add-minor-mode): Use toggle-fun arg.
5575
5576 * speedbar.el: Add :version to several defcustoms.
5577
5578 * imenu.el (imenu--truncate-items, imenu--cleanup)
5579 (imenu--generic-function): Avoid mapcar.
5580 (imenu--replace-spaces): Function removed.
5581 (imenu--completion-buffer): Use subst-char-in-string.
5582 (imenu-add-to-menubar): Use keymap inheritance.
5583
55842000-09-12 Miles Bader <miles@gnu.org>
5585
5586 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5587 (diff-mode-map): Bind `diff-test-hunk'.
5588 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5589
55902000-09-11 Gerd Moellmann <gerd@gnu.org>
5591
5592 * bytecomp.el (byte-compile-defvar): Undo last change
5593 because it breaks '(make-variable-buffer-local (defvar ...)'
5594 which is used at least in dired.
5595
55962000-09-12 Kenichi Handa <handa@etl.go.jp>
5597
5598 * international/quail.el (quail-define-package): Docstring
5599 modified.
5600
56012000-09-12 Kenichi Handa <handa@etl.go.jp>
5602
5603 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5604 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5605 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5606 docstring of "chinese-py".
5607
5608 * international/quail.el (quail-translation-docstring): New
5609 variable.
5610 (quail-show-keyboard-layout): Docstring modified.
5611 (quail-select-current): Likewise.
5612 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5613 infinite recursive call.
5614 (quail-help): Check quail-translation-docstring. Format of the
5615 output changed.
5616 (quail-help-insert-keymap-description): Adjusted for the above
5617 change.
5618
56192000-09-11 Gerd Moellmann <gerd@gnu.org>
5620
5621 * bytecomp.el (byte-compile-defvar): Only cons onto
5622 current-load-list in top-level forms. Else this leaks a cons cell
5623 every time a defun is called.
5624
56252000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5626
5627 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5628 Now understands non-unified diffs. Some functionality moved into
5629 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5630 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5631 modify anything. Only reposition point in the patched file if the
5632 patch succeeds. Only pop up another window if POPUP is true.
5633 Emit a message describing what happened if successful, and at what
5634 line-offset. Automatically detect reversed hunks and do something
5635 appropriate.
5636 (diff-hunk-text, diff-find-text): New functions.
5637 (diff-filter-lines): Function removed.
5638 (diff-test-hunk): New function.
5639 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5640
56412000-09-10 Dave Love <fx@gnu.org>
5642
5643 * textmodes/tildify.el: Minor doc/commentary fixes.
5644 (tildify) <defgroup>: Add :version.
5645
5646 * faces.el (face-x-resources): Make custom type more specific.
5647 (frame-background-mode): Use mapc.
5648 (region) <defcustom>: Add :version.
5649
56502000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5651
5652 * vc-sccs.el (vc-sccs-register):
5653 * vc-rcs.el (vc-rcs-register):
5654 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5655 * vc.el (vc-register): Clear file's properties.
5656
56572000-09-08 Gerd Moellmann <gerd@gnu.org>
5658
5659 * faces.el (face-spec-set): Only face-spec-reset-face when
5660 ATTRS is non-nil.
5661
56622000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5663
5664 * help.el (help-insert-xref-button): Fix a typo in doc string.
5665
56662000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5667
5668 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5669 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5670 methods.
5671
5672 * menu-bar.el (read-mail-item-name): New function.
5673 (menu-bar-tools-menu): Use it to compute and display the package
5674 used to read email.
5675 (menu-bar-tools-menu): Fix typo in GUD's help string.
5676
56772000-09-07 Dave Love <fx@gnu.org>
5678
5679 * diff-mode.el (diff-mouse-goto-source): New function.
5680
5681 * vc-sccs.el: Doc fixes.
5682 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5683
5684 * vc-rcs.el: Doc fixes.
5685 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5686 (vc-rcs-checkout-switches, vc-rcs-header)
5687 (vc-rcs-master-templates): Add or change :version.
5688
5689 * vc-cvs.el: Doc fixes.
5690 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5691 (vc-cvs-stay-local): Add :version.
5692
5693 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5694
56952000-09-07 Kenichi Handa <handa@etl.go.jp>
5696
5697 * international/quail.el (quail-help): Fix previous change.
5698
56992000-09-07 Gerd Moellmann <gerd@gnu.org>
5700
5701 * faces.el (color-values): Doc fix.
5702
5703 * faces.el (frame-set-background-mode): Use frame-parameter
5704 instead of frame-parameters.
5705
5706 * frame.el (filtered-frame-list): Reduce consing.
5707 (frames-on-display-list): Call frame-parameter instead of
5708 frame-parameters.
5709
57102000-09-07 Kenichi Handa <handa@etl.go.jp>
5711
5712 * language/devan-util.el (devanagari-to-indian-region): In the
5713 loop, change the following char, not preceding char.
5714
57152000-09-07 Gerd Moellmann <gerd@gnu.org>
5716
5717 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
5718 instead of frame-parameters.
5719
5720 * faces.el (set-face-attribute): Simplify by calling
5721 internal-set-lisp-face-attribute with FRAME being 0.
5722
5723 * vc.el: Remove `Id' version control keyword.
5724
57252000-09-07 Kenichi Handa <handa@etl.go.jp>
5726
5727 * help.el (help-make-xrefs): Adjusted for the change of
5728 help-xref-mule-regexp.
5729 (help-insert-xref-button): New function.
5730
5731 * international/mule-cmds.el (help-xref-mule-regexp-template):
5732 Include the pattern for character set.
5733 (leim): New group.
5734
5735 * international/quail.el: Don't require face.
5736 (quail): New group.
5737 (quail-other-command): Dummy command to make quail-help work better.
5738 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
5739 (quail-keyboard-layout-substitution): New variable.
5740 (quail-update-keyboard-layout): New function.
5741 (quail-keyboard-layout-type): New customizable variable.
5742 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
5743 (quail-keyboard-translate): Pay attention to
5744 quail-keyboard-layout-substitution.
5745 (quail-insert-kbd-layout): New function.
5746 (quail-show-keyboard-layout): New function.
5747 (quail-get-translation): If the definition is a vector of length
5748 1, and the element is a string of length 1, return the character
5749 in that string.
5750 (quail-update-current-translations): Fix the case of
5751 relative-index out of range.
5752 (quail-build-decode-map, quail-insert-decode-map): New Functions.
5753 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
5754 Show key sequences for all available characters.
5755 (quail-help-insert-keymap-description): Don't show such verbose
5756 key bindings as quail-self-insert-command.
5757
5758 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5759 Format changed, and each element now have extra documentations.
5760 (tit-process-header): Delete invalid characters from TIT-PROMPT.
5761 Adjusted for the change of quail-cxterm-package-ext-info.
5762
57632000-09-06 Gerd Moellmann <gerd@gnu.org>
5764
5765 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
5766 requiring it leads to a recursive loading of vc.el and vc-hooks.el
5767 during bootstrap.
5768
57692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5770
5771 * vc.el: (toplevel): Don't require `dired' at run-time.
5772 (vc-dired-resynch-file): Remove autoload cookie.
5773
57742000-09-05 Andre Spiegel <spiegel@gnu.org>
5775
5776 * vc.el: Made several backend functions optional.
5777 (vc-default-responsible-p): New function.
5778 (vc-merge): Use RET for first version to trigger merge-news, not
5779 prefix arg.
5780 (vc-annotate): Handle backends that do not support annotation.
5781 (vc-default-merge-news): Removed. The existence of a merge-news
5782 implementation is now checked on caller sites.
5783
5784 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
5785 case.
5786
5787 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
5788 special case that has been removed from the default in vc-hooks.el.
5789
57902000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5791
5792 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
5793
57942000-09-05 Andre Spiegel <spiegel@gnu.org>
5795
5796 * vc-hooks.el: Require vc during compilation.
5797 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
5798 macro `with-vc-properties' in vc.el.
5799 (vc-file-getprop): Doc fix.
5800 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
5801
5802 * vc.el: Require dired-aux during compilation.
5803 (vc-name-assoc-file): Moved to vc-sccs.el.
5804 (with-vc-properties): New macro.
5805 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
5806 vc-finish-steal): Use it.
5807 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
5808 to the backend-specific function is now supposed to do the checkout,
5809 too.
5810 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
5811
5812 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
5813 set file properties; that gets done in the generic code now.
5814
5815 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
5816 Changed parameter list, added code from vc.el that does the
5817 checkout, possibly with a double-take.
5818
5819 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
5820 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
5821 the above under the new name.
5822 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
5823 parameter list, added checkout command.
5824 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
5825 properties; that gets done in the generic code now.
5826
58272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5828
5829 * vc.el: Docstring fixes (courtesy of checkdoc).
5830
58312000-09-05 Stefan Monnier <monnier@cs.yale.edu>
5832
5833 * vc.el (vc-checkout-writable-buffer-hook)
5834 (vc-checkout-writable-buffer): Remove.
5835 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
5836 (vc-log-mode): Make it into a clean derived major mode.
5837 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
5838 vc-log-mode if log-edit is not available.
5839 (vc-dired-mode-map): Don't set-keymap-parent yet.
5840 (vc-dired-mode): Do set-keymap-parent here.
5841 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
5842
58432000-09-05 Gerd Moellmann <gerd@gnu.org>
5844
5845 * faces.el (set-face-attribute, face-spec-reset-face)
5846 (face-spec-set): Avoid consing by removing calls to `apply'.
5847
5848 * frame.el (frame-parameter): Move to C code.
5849
58502000-09-05 Dave Love <fx@gnu.org>
5851
5852 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
5853 insert-before-markers-and-inherit. Now checked systematically!
5854
58552000-09-05 Alex Schroeder <alex@gnu.org>
5856
5857 * sql.el (sql-postgres): Use sql-postgres-options.
5858 (sql-postgres-options): New variable.
5859
58602000-09-05 Alex Schroeder <alex@gnu.org>
5861
5862 * sql.el (sql-mode-menu): Work around missing variable mark-active
5863 in XEmacs.
5864 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
5865 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
5866 compatibility.
5867
58682000-09-04 Gerd Moellmann <gerd@gnu.org>
5869
5870 * vc.el (vc-dired-resynch-file): Add autoload cookie.
5871
5872 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
5873
5874 * Makefile.in (DONTCOMPILE): Fix typo in file name.
5875
58762000-09-04 Andre Spiegel <spiegel@gnu.org>
5877
5878 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
5879 don't support anything else under SCCS yet.
5880
5881 * vc-hooks.el: Minor doc fixes.
5882
58832000-09-04 Andre Spiegel <spiegel@gnu.org>
5884
5885 * vc.el (vc-next-action-on-file): Do not visit the file if it's
5886 not necessary. If verbose in state `needs-patch', do the same as
5887 under `up-to-date'. When NOT verbose and `needs-patch', check out
5888 latest version instead of `merge-news'.
5889 (vc-next-action-dired): Don't mess with default-directory here; it
5890 breaks other parts of dired. It is the job of the
5891 backend-specific functions to adjust it temporarily if they need it.
5892 (vc-next-action): Remove a special CVS case.
5893 (vc-clear-headers): New optional arg FILE.
5894 (vc-checkin, vc-checkout): Set properties vc-state and
5895 vc-checkout-time properly.
5896 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
5897 (vc-print-log): Use new backend function `show-log-entry'.
5898 (vc-cancel-version): Do the checks in a different order. Added a
5899 FIXME concerning RCS-only code.
5900
5901 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5902 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5903
5904 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5905
5906 * vc-hooks.el (vc-default-mode-line-string): Show state
5907 `needs-patch' as a `-' too.
5908
59092000-09-04 Andre Spiegel <spiegel@gnu.org>
5910
5911 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5912 (vc-default-could-register): New function.
5913 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5914 (vc-resynch-buffer): Call vc-dired-resynch-file.
5915 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5916 vc-resynch-buffer instead of vc-resynch-window.
5917 (vc-next-action-dired): Don't redisplay here, that gets done as a
5918 result of the individual file operations.
5919 (vc-retrieve-snapshot): Corrected prompt order.
5920
5921 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
5922
5923 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5924 as well.
5925 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5926 hostname regexps. Updated all callers.
5927 (vc-cvs-responsible-p): Handle directories as well.
5928 (vc-cvs-could-register): New function.
5929 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5930 properties up-to-date.
5931
5932 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5933 user whether to create one.
5934
59352000-09-04 Andre Spiegel <spiegel@gnu.org>
5936
5937 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5938 check out a non-existing file.
5939
5940 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5941 workfile does not exist.
5942
5943 * vc.el (vc-version-diff): Use `require' to check for existence of
5944 diff-mode.
5945
59462000-09-04 Andre Spiegel <spiegel@gnu.org>
5947
5948 * vc-cvs.el (vc-cvs-registered): Use new function
5949 vc-cvs-parse-entry to do the actual work.
5950
59512000-09-04 Andre Spiegel <spiegel@gnu.org>
5952
5953 * vc-hooks.el (vc-find-backend-function): If function doesn't
5954 exist, return nil instead of error.
5955 (vc-call-backend): Doc fix.
5956
5957 * vc.el (vc-do-command): Doc fix.
5958 (vc-finish-logentry): When checking in from vc-dired, choose the
5959 right backend for logentry check.
5960 (vc-dired-mode-map): Inherit from dired-mode-map.
5961 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5962 simplified.
5963 (vc-dired-state-info): Removed, updated caller.
5964 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5965 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5966 (vc-dired-listing-switches): New variable.
5967 (vc-directory): Use it, instead of dired-listing-switches.
5968
5969 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5970 (vc-cvs-dir-state): New function.
5971 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
5972 (vc-cvs-parse-entry): New function, also to be used in
5973 vc-cvs-registered.
5974
59752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5978 *or* single-window-frames.
5979
59802000-09-04 Andre Spiegel <spiegel@gnu.org>
5981
5982 * vc.el (vc-update-changelog): Split into generic part and default
5983 implementation. Doc string adapted.
5984 (vc-default-update-changelog): New function. Call the `rcs2log'
5985 script in exec-directory, to fix a long-standing nuisance.
5986
5987 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5988 simply signals an error.
5989
59902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5993 control-flow more clear and to avoid running `cvs' twice.
5994
5995 * vc.el (vc-next-action-on-file): Doc fix.
5996 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5997 (vc-print-log): Eval `file' before constructing the continuation.
5998
59992000-09-04 Andre Spiegel <spiegel@gnu.org>
6000
6001 * vc.el (vc-next-action-on-file): Corrected several messages.
6002 (vc-merge): Add prefix arg `merge-news'; handle it.
6003
6004 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6005 is not reached. It is.
6006 (vc-cvs-merge): Set state to 'edited after merge.
6007 (vc-cvs-merge-news): Set workfile version to nil if not known.
6008 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6009
6010 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6011 via stdout. (Merge from main line.)
6012
60132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6014
6015 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6016 detection.
6017
60182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6019
6020 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6021 against kill-all-local-variables.
6022 (vc-log-edit): Don't save vc-parent-buffer any more.
6023 (vc-last-comment-match): Initialize to an empty string.
6024 (vc-post-command-functions): New hook.
6025 (vc-do-command): Run it.
6026 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6027 (vc-finish-logentry): Only add the comment to the ring if it's
6028 different from the last comment entered.
6029 (vc-new-comment-index): New function.
6030 (vc-previous-comment): Use it. Make the minibuffer message
6031 slightly less terse.
6032 (vc-comment-search-reverse): Make it work forward as well. Don't
6033 set vc-comment-ring-index if no match is found. Use
6034 vc-new-comment-index.
6035 (vc-comment-search-forward): Use vc-comment-search-reverse.
6036 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6037 define-derived-mode will do it for us. Bind `v' to a keymap that
6038 inherits from vc-prefix-map so that we can bind `vt' without
6039 binding C-x v t.
6040 (vc-retrieve-snapshot): Parenthesis typo.
6041
6042 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6043 to 1. Make sure to switch to *vc* before looking for an error
6044 message. Use vc-parse-buffer.
6045
60462000-09-04 Andre Spiegel <spiegel@gnu.org>
6047
6048 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6049 and NAME.
6050 (vc-retrieve-snapshot): Split into two parts.
6051 (vc-default-retrieve-snapshot): New function.
6052
6053 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6054 (vc-cvs-retrieve-snapshot): New function (untested).
6055 (vc-cvs-stay-local): Default to t.
6056 (vc-cvs-remote-p): New function and property.
6057 (vc-cvs-state): Stay local only if the above is t.
6058 (vc-handle-cvs): Removed.
6059 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6060 done via vc-handled-backends now.
6061 (vc-cvs-header): Escape Id.
6062
60632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6064
6065 * vc.el (vc-do-command): Remove unused commands.
6066 (vc-version-diff): Make sure default-directory ends with a slash.
6067 Move the window commands into a vc-exec-after.
6068 (vc-print-log): Move more of the code into the `vc-exec-after'.
6069
60702000-09-04 Andre Spiegel <spiegel@gnu.org>
6071
6072 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6073 (vc-print-log): Search current revision from beginning of buffer.
6074 (vc-revert-buffer): Clear echo area after the diff is finished.
6075 (vc-prefix-map): Removed definition of "t" for terse display in vc
6076 dired.
6077 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6078 definition of "vt" for terse display.
6079 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6080
60812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6082
6083 * vc.el (vc-exec-after): Avoid caddr.
6084
60852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6086
6087 * vc.el (vc-exec-after): New function.
6088 (vc-do-command): Use it to add a termination message for async
6089 procs.
6090 (vc-checkout): Try to handle a missing-backend situation.
6091 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6092 of a directory with a backend using async diffs.
6093 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6094 present.
6095
6096 * vc-sccs.el (vc-sccs-state-heuristic): Use
6097 file-ownership-preserved-p.
6098
6099 * vc-rcs.el (vc-rcs-state-heuristic): Use
6100 file-ownership-preserved-p.
6101 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6102
61032000-09-04 Andre Spiegel <spiegel@gnu.org>
6104
6105 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6106 vc-do-command.
6107
6108 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6109 when there are no changes.
6110
61112000-09-04 Andre Spiegel <spiegel@gnu.org>
6112
6113 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6114
6115 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6116
61172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6118
6119 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6120
6121 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6122 the `fset' outside of the defvar so that it works even if
6123 vc-prefix-map was already defined.
6124 (vc-setup-buffer): New function, split out of vc-do-command.
6125 (vc-do-command): Allow BUFFER to be t to mean `just use the
6126 current buffer without any fuss'.
6127 (vc-version-diff): Change the `diff' backend operation to just put
6128 the diff in the current buffer without erasing it. Always use
6129 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6130 shrink-window-if-larger-than-buffer.
6131 (vc-print-log): Change the `print-log' backend operation to just
6132 put the log in the current buffer without erasing it. Protect
6133 shrink-window-if-larger-than-buffer.
6134 (vc-update-change-log): Fix setd typo.
6135
6136 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6137 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6138
6139 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6140 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6141 CMP.
6142
6143 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6144 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6145 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6146
61472000-09-04 Andre Spiegel <spiegel@gnu.org>
6148
6149 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6150 not possible, use vc-BACKEND-workfile-unchanged-p.
6151 (vc-default-workfile-unchanged-p): New function. Delegates to a
6152 full vc-BACKEND-diff.
6153
6154 * vc-hooks.el (vc-simple-command): Removed.
6155
6156 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6157 instead of vc-simple-command.
6158 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6159 avoid doing a diff when opening a file.
6160 (vc-rcs-state): Added check for unlocked-changes.
6161 (vc-rcs-header): Escape Id.
6162 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6163 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6164 version.
6165
6166 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6167 (vc-sccs-diff): Remove optional arg CMP.
6168 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6169 SCCS-specific function.
6170
6171 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6172 vc-simple-command.
6173
61742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6175
6176 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6177 (with-vc-file, vc-merge): Use vc-editable-p.
6178 (vc-do-command): Remove unused var vc-file and fix the
6179 doubly-defined `status' var. Add a user message when starting an
6180 async command.
6181 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6182 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6183 Use with-current-buffer.
6184 (vc-buffer-sync): Use unless.
6185 (vc-next-action-on-file): If the file is 'edited by read-only,
6186 make it read-write instead of trying to commit.
6187 (vc-version-diff, vc-update-change-log): Use `setq
6188 default-directory' rather than `cd'.
6189 (vc-log-edit): Don't forget to set default-directory in the
6190 buffer.
6191
6192 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6193 (vc-sccs-state-heuristic): Use file-writable-p instead of
6194 comparing userids.
6195 (vc-sccs-checkout): Use `unless'.
6196
6197 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6198 of comparing userids.
6199 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6200 Simplify the logic by eliminating unreachable code.
6201 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6202 just do a recursive call if we need to retry.
6203 (vc-rcs-checkout): Handle the case where rcs is missing by making
6204 the buffer read-write if requested and re-signalling the error.
6205
6206 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6207
62082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6209
6210 * vc-hooks.el (vc-handled-backends): Docstring change.
6211 (vc-ignore-vc-files): Mark obsolete.
6212 (vc-registered): Check vc-ignore-vc-files.
6213 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6214 vc-ignore-vc-files.
6215
6216 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6217
62182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6219
6220 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6221 files since ange-ftp already has vc-registered return nil.
6222
6223 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6224 (vc-sccs-workfile-version): Use with-temp-buffer and new
6225 vc-parse-buffer and don't bother setting the property.
6226 (vc-sccs-add-triple): Use with-current-buffer and
6227 find-file-noselect.
6228 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6229
6230 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6231 derives from the old vc-parse-buffer but uses the revision number
6232 rather than the date (much easier to compare robustly).
6233 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6234 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6235 locking-user more directly. Check strict locking and set
6236 checkout-model appropriately.
6237 (vc-rcs-parse-locks): Remove.
6238 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6239 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6240 (vc-rcs-system-release): Use with-current-buffer and
6241 vc-parse-buffer.
6242 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6243
6244 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6245 (vc-simple-command): Docstring fix.
6246 (vc-registered): Align the way the file-handler is called with the
6247 way the function itself works.
6248 (vc-file-owner): Remove.
6249
6250 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6251 extraction of fields and call to file-attributes because of a
6252 temporary bug in rcp.el.
6253 (vc-cvs-fetch-status): Use with-current-buffer.
6254
62552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * vc.el (vc-do-command): Use file-relative-name.
6258 (vc-responsible-backend): Use vc-backend if possible.
6259 (vc-create-snapshot): Improve the `interactive' spec. Add support
6260 for branches and dispatch to backend-specific `create-snapshot'.
6261 (vc-default-create-snapshot): New function, containing the bulk of
6262 the old vc-create-snapshot.
6263 (vc-retrieve-snapshot): Improve the interactive spec.
6264
6265 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6266 (vc-backend-hook-functions): Remove.
6267 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6268 (vc-backend): Reintroduce the test for `file = nil' now that I
6269 know why it was there (and added a comment to better remember).
6270
6271 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6272 code from vc-sccs-hooks.el.
6273 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6274 'vc anymore.
6275 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6276 and file-directory-p instead of file-exists-p.
6277 (vc-sccs-check-headers): Simplify the regexp.
6278
6279 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6280 from vc-rcs-hooks.el. Don't require 'vc anymore.
6281 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6282 file-directory-p instead of file-exists-p.
6283
6284 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6285 from vc-cvs-hooks.el.
6286 (proto vc-cvs-registered): Require 'vc-cvs instead of
6287 'vc-cvs-hooks. Don't require 'vc anymore.
6288 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6289 file-directory-p instead of file-exists-p.
6290 (vc-cvs-create-snapshot): New function, replacing
6291 vc-cvs-assign-name.
6292 (vc-cvs-assign-name): Remove.
6293
62942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6295
6296 * vc-cvs.el (vc-cvs-header): New var.
6297
6298 * vc-rcs.el (vc-rcs-exists): Remove.
6299 (vc-rcs-header): New var.
6300
6301 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6302 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6303 (vc-sccs-header): New var.
6304
6305 * vc.el (vc-do-command): Get rid of the `last' argument.
6306 (vc-header-alist): Remove, replaced by vc-X-header.
6307 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6308 (vc-dired-hook): Use expand-file-name instead of concat.
6309 (vc-directory): Use file-name-as-directory.
6310 (vc-snapshot-precondition, vc-create-snapshot)
6311 (vc-retrieve-snapshot): Allow the command to operate on any
6312 directory.
6313
6314 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6315 just removing the 'WORKFILE argument or by removing the 'MASTER
6316 argument and replacing `file' with (vc-name file).
6317
63182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6319
6320 * vc.el: Update Copyright and add a crude list of backend funs.
6321 (vc-writable-p): New function.
6322 (with-vc-file): Use vc-writable-p.
6323 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6324 (vc-register): Avoid vc-name.
6325 (vc-locking-user): Remove.
6326 (vc-steal-lock): Make the `owner' arg non-optional.
6327 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6328 vc-checkout-model.
6329 (vc-default-dired-state-info): Use vc-state instead of
6330 vc-locking-user and return special strings for special states.
6331 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6332 and get rid of one of the special CVS cases.
6333 (vc-cancel-version): prettify error message with \\[...].
6334 (vc-rename-master): New function.
6335 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6336 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6337 the CVS special case generic.
6338 (vc-default-record-rename): Remove.
6339 (vc-file-tree-walk-internal): Only call FUNC for files that are
6340 under control of some VC backend and replace `concat' with
6341 expand-file-name.
6342 (vc-file-tree-walk): Update docstring.
6343 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6344 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6345
6346 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6347 vc-sccs-record-rename. Use `find-file-noselect' rather than
6348 `find-file' and call `vc-rename-master' to do the actual move.
6349 (vc-sccs-diff): Remove unused `backend' variable.
6350
6351 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6352 to delay loading of vc-sccs until it is really used.
6353 (vc-sccs-master-templates): Preload.
6354 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6355 (vc-sccs-project-dir): Remove (merged into
6356 vc-sccs-search-project-dir).
6357 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6358 rather than `concat', make sure it is preloaded and don't bother
6359 to check that the file actually exists.
6360 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6361 `locks' argument (use buffer's content instead) and eliminate n^2
6362 behavior.
6363
6364 * vc-rcs.el: Update Copyright.
6365 (vc-rcs-rename-file): New function.
6366 (vc-rcs-diff): Remove unused `backend' variable.
6367
6368 * vc-hooks.el: Update Copyright.
6369 (vc-backend): Don't accept a nil argument any more.
6370 (vc-up-to-date-p): Turn into a defsubst.
6371 (vc-possible-master): New function.
6372 (vc-check-master-templates): Use `vc-possible-master' and allow
6373 funs in vc-X-master-templates to return a non-existent file.
6374
6375 * vc-cvs.el: Update Copyright.
6376 (vc-cvs-diff): Remove unused `backend' variable.
6377 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6378
6379 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6380
63812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6382
6383 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6384 since it can be called from vc-rcs.el.
6385 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6386
63872000-09-04 Andre Spiegel <spiegel@gnu.org>
6388
6389 * vc.el (vc-version-diff): Expand file name read from the
6390 minibuffer. Handle the case when a previous version number can't
6391 be guessed. Give suitable messages when there were no differences
6392 found.
6393 (vc-clear-headers): Call backend-specific implementation, if one
6394 exists.
6395 (vc-cancel-version): Made error checks generic. When done, clear
6396 headers generically, too.
6397
6398 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6399 from vc-clear-headers in vc.el.
6400
6401 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6402 correctly.
6403 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6404 optional. Handle the case when it's not there.
6405
64062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6407
6408 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6409
64102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6411
6412 * vc-hooks.el (vc-loadup): Remove.
6413 (vc-find-backend-function): Use `require'. Also, handle the case
6414 where vc-BACKEND-hooks.el doesn't exist.
6415 (vc-call-backend): Cleanup.
6416
64172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6418
6419 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6420 vc-rcs-grab-templates)
6421 (vc-rcs-registered): Remove. The default function works as well.
6422 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6423 vc-sccs-grab-templates)
6424 (vc-sccs-registered): Remove. The default function works as well.
6425
6426 * vc.el (vc-version-diff): Left out a vc- in call to
6427 vc-call-backend.
6428 (vc-default-dired-state-info, vc-default-record-rename)
6429 (vc-default-merge-news): Update for the new backend argument.
6430
6431 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6432 using the default function.
6433 (vc-call-backend): If calling the default function, pass it the
6434 backend as first argument. Update the docstring accordingly.
6435 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6436 for the new backend argument.
6437 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6438 (vc-find-backend-function): Use the new name.
6439 (vc-default-registered): New function.
6440
64412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6442
6443 * vc.el (vc-merge): Use vc-find-backend-function.
6444
6445 * vc-hooks.el (vc-backend-functions): Remove.
6446 (vc-loadup): Don't setup 'vc-functions.
6447 (vc-find-backend-function): New function.
6448 (vc-call-backend): Use above fun and populate 'vc-functions
6449 lazily.
6450 (vc-backend-defines): Remove.
6451
64522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6453
6454 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6455 Call vc-call-backend without the leading vc-.
6456 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6457 (vc-check-headers): Call vc-call-backend without the leading vc-.
6458 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6459 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6460 Call vc-call-backend without the leading vc-.
6461
6462 * vc-cvs.el (tail): Provide vc-cvs.
6463 * vc-sccs.el (tail): Provide vc-sccs.
6464 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6465
6466 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6467 (vc-make-backend-function, vc-call): Pass names without leading
6468 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6469 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6470 (vc-call-backend): Always try to load vc-X-hooks.
6471 (vc-registered): Remove vc- in call to vc-call-backend.
6472
64732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6474
6475 * vc.el (vc-process-filter): New function.
6476 (vc-do-command): Setup `vc-process-filter' for the async process.
6477 (vc-maybe-resolve-conflicts): New function to reduce
6478 code-duplication. Additionally, it puts the buffer in
6479 `smerge-mode' if applicable.
6480 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6481 calling `merge-news'.
6482 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6483 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6484 interfacing to log-edit.el.
6485 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6486 log-edit is available.
6487 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6488
64892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6490
6491 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6492 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6493 defvar and the initialization.
6494 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6495
6496 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6497 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6498
6499 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6500
65012000-09-04 Andre Spiegel <spiegel@gnu.org>
6502
6503 * vc.el (vc-file-clear-masterprops): Removed.
6504 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6505 (vc-version-diff): Use buffer-size without argument.
6506 (vc-register): Heed vc-initial-comment.
6507
6508 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6509 default branch.
6510
6511 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6512 file name and workfile version.
6513 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6514
6515 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6516 vc-file-clear-masterprops.
6517
6518 * vc-sccs.el (vc-sccs-checkout): Removed call to
6519 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6520 rather than user login name.
6521
6522
65232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6524
6525 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6526 `want-differences-if-changed' and simplify.
6527 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6528 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6529 output (which is invalid for async vc-diff) to decide whether to
6530 do the revert silently or not.
6531
65322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6533
6534 * vc-hooks.el (vc-loadup): Load files quietly.
6535 (vc-call-backend): Oops, brain fart.
6536
65372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * vc-cvs.el (vc-cvs-state): Typo.
6540 (vc-cvs-merge-news): Return the status code rather than the error msg.
6541
65422000-09-04 Andre Spiegel <spiegel@gnu.org>
6543
6544 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6545 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6546 vc-state or vc-up-to-date-p.
6547 (vc-merge): Use vc-backend-defines to check whether merging is
6548 possible. Set state to 'edited after successful merge.
6549
6550 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6551 return that name. Redocumented.
6552
65532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6554
6555 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6556 new `vc-state' semantics.
6557 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6558 'vc-locking-user to the current user.
6559 (vc-merge): Inline vc-backend-merge. Comment out code that I
6560 don't understand and hence can't adapt to the new `vc-state' and
6561 `vc-locking-user' semantics.
6562 (vc-backend-merge): Remove.
6563
6564 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6565 rather than 'vc-locking-user.
6566
6567 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6568
6569 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6570 (vc-state): Don't use 'reserved any more. Just use the same
6571 convention as the one used for vc-<backend>-state where the
6572 locking user (as a string) is returned.
6573 (vc-locking-user): Update, based on the above convention. The
6574 'vc-locking-user property has disappeared.
6575 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6576
6577 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6578 with a heuristic one.
6579 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6580 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6581 error. That allows us to get to 'needs-merge even in the
6582 stay-local case. There's still no way to detect 'needs-patch in
6583 such a setup (or to force an update for that matter).
6584 (vc-cvs-logentry-check): Remove, the default works as well.
6585
65862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6587
6588 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6589
6590 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6591 major-mode in which the buffer might have been put earlier. Use
6592 `remove' and `when'. Allow `okstatus' to be `async' and use
6593 `start-process' in this case.
6594 (vc-version-diff): Handle the case where the diff looks empty
6595 because of the use of an async process.
6596
65972000-09-04 Andre Spiegel <spiegel@gnu.org>
6598
6599 * vc.el (vc-next-action-on-file): Removed optional parameter
6600 `simple'. Recompute state unconditionally.
6601 (vc-default-toggle-read-only): Removed.
6602
6603 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6604 (vc-toggle-read-only): Undid prev change.
6605
6606 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6607 vc-cvs-simple-toggle. Redocumented.
6608 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6609 (vc-cvs-toggle-read-only): Removed.
6610
66112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6612
6613 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6614 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6615 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6616 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6617 still is. So maybe it should be removed.
6618 (vc-head-version, vc-find-binary): Remove.
6619 (vc-recompute-state): Move from vc-hooks.el.
6620 (vc-next-action-on-file): Add a `simple' argument to allow
6621 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6622 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6623 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6624 (vc-dired-mode-map): Properly defvar it.
6625 (vc-print-log): Call log-view-mode if available.
6626 (small-temporary-file-directory): defvar instead of use boundp.
6627 (vc-merge-news): Moved to vc-cvs.el.
6628 (vc-default-merge-news): New function.
6629
6630 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6631 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6632 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6633 unknown `vc-latest-version' function. It should probably refer to
6634 vc-workfile-version or somesuch, but it's very unclear to me and I
6635 don't have SCCS to test things.
6636
6637 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6638 (vc-sccs-state-heuristic): Fix typo.
6639 (vc-sccs-workfile-unchanged-p): Add missing argument.
6640
6641 * vc-rcs.el: Require vc and vc-rcs-hooks.
6642 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6643 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6644 (vc-release-greater-or-equal-p): Move from vc.
6645 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6646 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6647 (vc-rcs-checkout): Add a missing `new-version' argument in the
6648 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6649
6650 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6651 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6652 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6653 than the apparently unbound `workfile-version'.
6654
6655 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6656 (vc-file-prop-obarray): Use `make-vector'.
6657 (vc-backend-functions): Add new hookable functions
6658 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6659 (vc-loadup): If neither backend nor default functions exist, use
6660 the backend function rather than nil.
6661 (vc-call-backend): If the function if not bound yet, try to load
6662 the non-hook file to see if it provides it.
6663 (vc-call): New macro plus use it wherever possible.
6664 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6665 nor `vc-find-binary' since it's only called from
6666 vc-mistrust-permission which is only used once the backend is known.
6667 (vc-checkout-model): Fix parenthesis.
6668 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6669
6670 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6671 (vc-cvs-release, vc-cvs-system-release): Remove.
6672 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6673 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6674 status symbols.
6675 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6676 (vc-cvs-toggle-read-only): First cut at a function to allow a
6677 cvs-status-free vc-toggle-read-only.
6678 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6679 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6680 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6681 (vc-cvs-checkout): Modify access rights directly if the user
6682 requested not to use `cvs edit'. And refresh the mode line.
6683
6684 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6685 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6686
66872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6688
6689 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6690 workfile' that got lost when the code was extracted from vc.el.
6691 And merged the tail with the rest of the code (not possible in the
6692 old vc.el where the tail was shared among all backends). And
6693 explicitly set the state to 'edited if `writable' is set.
6694
6695 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6696 (vc-cvs-state): Be careful to return the value from
6697 vc-cvs-parse-state.
6698 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6699 property but return it instead. Also be careful to handle a nil
6700 or "" `rev' when workfile is non-nil (it was handled properly when
6701 workfile was nil).
6702
6703 * vc.el: Removed those pesky unnecessary `(function' quotes.
6704 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6705 directly in the defvar.
6706 (vc-do-command): Bind inhibit-read-only so as to properly handle
6707 the case where the destination buffer has been made read-only.
6708 (vc-diff): Delegate to vc-version-diff in all cases.
6709 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6710 (vc-annotate-mode-variables): Removed (code moved partly to
6711 defvars and partly to vc-annotate-add-menu).
6712 (vc-annotate-mode): Turned into a derived-mode.
6713 (vc-annotate-add-menu): Moved in code in
6714 vc-annotate-mode-variables.
6715 (vc-update-change-log): Use make-temp-file if available.
6716
67172000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
6718
6719 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
6720 `vc-checkout-model' updated to `vc-cvs-update-model'.
6721
67222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6723
6724 * vc.el (vc-next-action-on-file): Added handling of state
6725 `unlocked-changes'.
6726 (vc-checkout-carefully): Is now practically obsolete, unless the
6727 above is too slow to be enabled unconditionally.
6728 (vc-update-change-log): Fixed typo.
6729
6730 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
6731
6732 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
6733 Now handles state `unlocked-changes'.
6734 (vc-sccs-workfile-unchanged-p): New function, to support the above.
6735
6736 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
6737
6738 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
6739 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
6740 `unlocked-changes'.
6741 (vc-rcs-workfile-unchanged-p): Renamed from
6742 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
6743 function yet, but supposed to become one soon.
6744
6745 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
6746 `vc-steal-lock'.
6747 (vc-call-backend): Changed error message.
6748 (vc-state): Added description of state `unlocked-changes'.
6749
67502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6751
6752 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
6753 always return t in CVS-controlled directories.
6754
6755 * vc.el (vc-responsible-backend): New function.
6756 (vc-register): Largely rewritten.
6757 (vc-admin): Removed (implementation moved into vc-register).
6758 (vc-checkin): Redocumented.
6759 (vc-finish-logentry): If no backend defined yet (because we are in
6760 the process of registering), use the responsible backend.
6761
6762 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6763 Updated function lists.
6764 (vc-call-backend): Fixed typo.
6765
6766 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
6767 New functions.
6768 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
6769 Removed query option. Redocumented.
6770
67712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6772
6773 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
6774
6775 * vc.el: Updated callers of `vc-checkout-required' to use
6776 `vc-checkout-model'.
6777
67782000-09-04 Martin Lorentzson <martinl@gnu.org>
6779
6780 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
6781 stuff updated to reference this function instead of the old
6782 `vc-backend-release-p'.
6783
67842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6785
6786 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
6787 vc-checkout-model. Return appropriate values. Updated callers.
6788
67892000-09-04 Martin Lorentzson <martinl@gnu.org>
6790
6791 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
6792 (vc-backend-revert): Function moved into `vc-revert';
6793 `vc-next-action' must be updated to accomodate this change.
6794 (vc-backend-steal): Function moved into `vc-finish-steal'.
6795 (vc-backend-logentry-check): Function moved into
6796 `vc-finish-logentry'.
6797 (vc-backend-printlog): Function moved into `vc-print-log'.
6798 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
6799 (vc-backend-assign-name): Function moved into
6800 `vc-create-snapshot'.
6801
68022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6803
6804 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
6805 Rename to vc-checkout-model. Return appropriate values.
6806 Update callers.
6807
6808 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
6809 to vc-checkout-model.
6810 (vc-checkout-required): Rename to vc-checkout-model.
6811 Re-implement and re-comment.
6812 (vc-after-save): Use vc-checkout-model.
6813
68142000-09-04 Martin Lorentzson <martinl@gnu.org>
6815
6816 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
6817 Update to use the vc-BACKEND-diff functions instead.
6818 `vc-diff' is now working.
6819
6820 * vc-rcs.el (vc-rcs-logentry-check): New function.
6821
6822 * vc-cvs.el (vc-cvs-logentry-check): New function.
6823
6824 * vc-sccs.el (vc-sccs-diff): Function changed name from
6825 `vc-backend-diff'. This makes `vc-diff' work.
6826
6827 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
6828 of functions possibly implemented in a vc-BACKEND library.
6829 (vc-checkout-required): Fix bug that caused an error to be
6830 signaled during `vc-after-save'.
6831
6832 * vc.el: Fix typo.
6833 This checkin is made with our new VC code base for the very first time.
6834 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
6835
6836 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
6837 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
6838
6839 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
6840 updated to `vc-uses-locking'.
6841 (vc-checkout-required): Call to backend function.
6842 `vc-checkout-required' updated to `vc-uses-locking' instead.
6843
6844 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
6845 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
6846
6847 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
6848 to match the split into various backends.
6849 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
6850 (vc-retrieve-snapshot): Bug fix.
6851
68522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6853
6854 * vc-sccs.el (vc-sccs-release): Doc fix.
6855
68562000-09-04 Martin Lorentzson <martinl@gnu.org>
6857
6858 * vc.el (vc-next-action-on-file): Bug found and fixed.
6859 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
6860 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
6861
6862 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
6863 (vc-rcs-checkout): Name space cleaned up. No more revision number
6864 crunching function names that are not prefixed with vc-rcs.
6865 (vc-rcs-checkout-model): Function added. References to
6866 `vc-checkout-model' replaced.
6867
68682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6869
6870 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
6871 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
6872 still need to be split, and implemented for RCS).
6873
68742000-09-04 Martin Lorentzson <martinl@gnu.org>
6875
6876 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
6877
6878 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
6879 required by the vc.el file.
6880
6881 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
6882 required by the vc.el file.
6883 (vc-rcs-exists): Function added.
6884
6885 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
6886 required by the vc.el file.
6887
6888 * vc.el (vc-admin): Updated to handle selection of appropriate
6889 backend. Current implementation is crufty and need re-thinking.
6890
6891 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6892
68932000-09-04 Martin Lorentzson <martinl@gnu.org>
6894
6895 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6896 beginning of annotate buffers correctly.
6897
6898 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6899 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6900 functionality updated quite a lot to support multiple backends.
6901 Variables `vc-annotate-mode', `vc-annotate-buffers',
6902 `vc-annotate-backend' added.
6903
6904 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6905 `vc-annotate-difference' added to supported backend functions.
6906
69072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6908
6909 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6910 Use with-temp-file instead of /bin/sh. Merged from mainline
6911
69122000-09-04 Martin Lorentzson <martinl@gnu.org>
6913
6914 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6915
6916 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6917
6918 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6919
69202000-09-04 Martin Lorentzson <martinl@gnu.org>
6921
6922 * vc-hooks.el: vc-state-heuristic added to
6923 vc-backend-hook-functions.
6924
6925 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6926
6927 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6928
6929 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6930 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
6931 state to `reserved'.
6932
6933 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6934 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6935
69362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6937
6938 * vc-rcs-hooks.el: Implement new state model. Hardly anything
6939 untouched.
6940
6941 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
6942
6943 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
6944 if defined. (Merged from main line, slightly adapted.)
6945
6946 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6947 millenium problem (merged from mainline).
6948
69492000-09-04 Martin Lorentzson <martinl@gnu.org>
6950
6951 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6952 part and moved the non-BACKEND stuff to vc.el.
6953
6954 * vc.el: Split the annotate feature into a BACKEND specific part
6955 and moved it from the vc-cvs.el file to this one.
6956
69572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6958
6959 * vc-hooks.el: Implement new state model.
6960 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6961 (vc-locking-user): Simplify. Now only needed if the file is
6962 locked by somebody else.
6963 (vc-lock-from-permissions): Remove. Functionality is in
6964 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6965 (vc-mode-line-string): New name for former vc-status. Adapted.
6966 (vc-mode-line): Adapt to use the above. Remove optional parameter.
6967
6968 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6969 Various simplifications and adaptations all over the place.
6970
6971 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6972 Simplify and adapt the rest.
6973
6974 * vc.el (vc-resynch-window): Add TODO comment: check for
6975 interaction with view mode according to recent RCS change.
6976 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
6977
69782000-09-04 Martin Lorentzson <martinl@gnu.org>
6979
6980 * vc.el: Convert the remaining function comments to docstrings.
6981
69822000-09-04 Martin Lorentzson <martinl@gnu.org>
6983
6984 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6985 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6986 (vc-minor-part, vc-previous-version): Functions that operate and
6987 compare revision numbers got proper documentation. Comments added
6988 about their possible removal.
6989
69902000-09-04 Martin Lorentzson <martinl@gnu.org>
6991
6992 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6993 the vc-backend.el files.
6994
6995 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6996
6997 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6998 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6999 (vc-rcs-previous-version): Functions added.
7000
7001 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7002
7003 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7004
70052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7006
7007 * vc-hooks.el (vc-master-templates): Is really obsolete.
7008 Comment out the definition for now. What is the right procedure
7009 to get rid of it?
7010 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7011 rewritten.
7012 (vc-default-registered): Remove.
7013 (vc-check-master-templates): New function; does mostly what the
7014 above did before.
7015 (vc-locking-user): Don't rely on the backend to set the property.
7016
7017 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7018 Rewrite documentation.
7019 (vc-rcs-templates-grabbed): New variable.
7020 (vc-rcs-grab-templates): New function.
7021 (vc-rcs-registered): Rewrite to use above mechanism.
7022
7023 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7024 Rewrite documentation.
7025 (vc-sccs-templates-grabbed): New variable.
7026 (vc-sccs-grab-templates): New function.
7027 (vc-sccs-registered): Rewrite to use above mechanism.
7028 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7029 Don't throw the result, simply return it.
7030
7031 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7032 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7033 (vc-cvs-registered): Does the check itself now. Simplify.
7034
7035 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7036 from main line.
7037
70382000-09-04 Martin Lorentzson <martinl@gnu.org>
7039
7040 * vc-cvs.el (vc-cvs-diff): New function.
7041
7042 * vc-sccs.el (vc-sccs-diff): New function.
7043
7044 * vc-rcs.el (vc-rcs-diff): New function.
7045 (vc-rcs-checkout): Bug (typo) found and fixed.
7046 (vc-rcs-register-switches): New variable.
7047
7048 * vc.el (vc-backend-diff): Function removed and placed in the
7049 backend files.
7050
70512000-09-04 Martin Lorentzson <martinl@gnu.org>
7052
7053 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7054
7055 * vc.el (vc-backend-checkout): Function removed and replaced in
7056 the vc-backend.el files.
7057
7058 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7059
7060 * vc.el (vc-backend-admin): Removed and replaced in the
7061 vc-backend.el files.
7062
7063 * vc.el (Martin): Removed all the annotate functionality since it
7064 is CVS backend specific.
7065
70662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7067
7068 * spec.txt: Added specification of vc-state.
7069
7070 * vc-sccs-hooks.el (vc-sccs-master-properties):
7071 Remove handling of vc-latest-version and
7072 vc-your-latest-version. What used to be vc-latest-version, is now
7073 returned as vc-workfile-version.
7074 (vc-sccs-workfile-version): Adapt.
7075
70762000-09-04 Dave Love <fx@gnu.org>
7077
7078 * vc.el: [Merged from mainline.]
7079 (vc-dired-mode): Make the dired-move-to-filename-regexp
7080 regexp match the date, to avoid treating date as file size.
7081 Add YYYY S option to WESTERN/
7082
70832000-09-04 Dave Love <fx@gnu.org>
7084
7085 * vc.el: Require `compile' when compiling.
7086 (vc-logentry-check-hook): New option.
7087 (vc-steal-lock): Use compose-mail.
7088 (vc-dired-mode-map): Defvar when compiling.
7089 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7090 vc-sccs.el and renamed. Callers changed.
7091 (vc-backend-checkout, vc-backend-logentry-check)
7092 (vc-backend-merge-news): Doc fix.
7093 (vc-default-logentry-check): New function.
7094 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7095 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7096 (vc-backend-merge): Doc fix. Use backend functions.
7097 (vc-check-headers): Use backend functions.
7098
7099 * vc-cvs.el: Require vc when compiling.
7100 (vc-cvs-register-switches): Doc fix.
7101 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7102 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7103 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7104 New functions (code from vc.el).
7105 (vc-annotate-display-default): Fix interactive spec.
7106 (vc-annotate-time-span): Doc fix.
7107
7108 * vc-rcs.el: Require vc when compiling.
7109 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7110 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7111 (vc-rcs-checkin): New functions (code from vc.el).
7112 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7113 Doc fix.
7114 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7115
7116 * vc-sccs.el: Require vc when compiling.
7117 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7118 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7119 (vc-sccs-revert)
7120 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7121 from vc.el).
7122 (vc-sccs-add-triple, vc-sccs-record-rename)
7123 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7124 (vc-sccs-admin): Doc fix.
7125
71262000-09-04 Martin Lorentzson <martinl@gnu.org>
7127
7128 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7129 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7130 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7131 from vc.el.
7132
7133 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7134
7135 * vc-cvs.el: Moved the annotate functionality from vc.el.
7136 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7137
71382000-09-04 Dave Love <fx@gnu.org>
7139
7140 * vc.el (vc-backend-release): Call vc-system-release.
7141
7142 * vc-sccs.el (vc-sccs-system-release):
7143 Renamed from vc-sccs-backend-release.
7144
7145 * vc-rcs.el (vc-rcs-system-release):
7146 Renamed from vc-rcs-backend-release.
7147
7148 * vc-cvs.el (vc-cvs-system-release):
7149 Renamed from vc-cvs-backend-release.
7150
71512000-09-04 Dave Love <fx@gnu.org>
7152
7153 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7154 backend files.
7155 (vc-backend-release): Dispatch to backend functions.
7156 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7157 probably needs attention.]
7158
7159 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7160 (vc-sccs-backend-release): New function.
7161
7162 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7163 (vc-cvs-backend-release): New function.
7164
7165 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7166 Doc fix.
7167 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7168 (vc-default-dired-state-info): New function.
7169 (vc-dired-state-info): Dispatch to backends.
7170 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7171
7172 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7173 from vc.el and renamed.
7174
71752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7176
7177 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7178 (vc-version-other-window, vc-backend-assign-name): Removed
7179 references to vc-latest-version; sometimes changed into
7180 vc-workfile-version.
7181
7182 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7183 vc-rcs-master-workfile-version.
7184 (vc-rcs-workfile-version): Use the above. Don't call
7185 vc-latest-version (that was unreachable code, anyway).
7186 (vc-rcs-fetch-master-properties): Doc fix.
7187
7188 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7189 (vc-backend-hook-functions): Removed them from this list, too.
7190 (vc-fetch-properties): Removed.
7191 (vc-workfile-version): Doc fix.
7192
7193 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7194 (vc-rcs-workfile-version, vc-rcs-locking-user)
7195 (vc-rcs-uses-locking): Use it.
7196
7197 * vc-hooks.el (vc-consult-rcs-headers):
7198 Moved into vc-rcs-hooks.el, under the name
7199 vc-rcs-consult-headers.
7200
7201 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7202 headers.
7203 (vc-cvs-find-master): Use this name only; correct different
7204 versions of the name.
7205
7206 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7207 New functions.
7208 (vc-sccs-locking-user): Use the latter.
7209
7210 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7211 New functions.
7212
7213 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7214 Moved into both
7215 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7216 functions are implementation details of those two backends.
7217
72182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7219
7220 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7221 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7222
7223 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7224 (vc-sccs-parse-locks): SCCS-specific code moved here from
7225 vc-hooks.
7226
7227 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7228 code moved here from vc-hooks.
7229
7230 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7231 into back-end specific parts and removed. Callers not updated
7232 yet; because I guess these callers will disappear into back-end
7233 specific files anyway.
7234
72352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7236
7237 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7238 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7239 `vc-uses-locking'.
7240
7241 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7242 Store yes/no in the property, and return t/nil. Updated all
7243 callers.
7244
7245 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7246 vc-sccs-uses-locking. Don't set property.
7247 (vc-sccs-locking-user): Don't set property.
7248
7249 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7250 vc-cvs-uses-locking. Don't set property here; leave that to
7251 vc-hooks.
7252 (vc-cvs-locking-user): Reflect above change. Streamlined.
7253
7254 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7255 vc-rcs-uses-locking.
7256 (vc-rcs-locking-user): Reflect above change.
7257
72582000-09-04 Dave Love <fx@gnu.org>
7259
7260 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7261
7262 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7263
7264 * vc-hooks.el (vc-checkout-model): Punt to backends.
7265
7266 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7267
7268 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7269
7270 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7271 New functions.
7272
7273 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7274 New functions.
7275
7276 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7277 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7278
7279 * vc-hooks.el (vc-default-locking-user): New function.
7280 (vc-locking-user, vc-workfile-version): Punt to backends.
7281
72822000-09-04 Dave Love <fx@gnu.org>
7283
7284 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7285 (vc-master-workfile-version): Moved from vc-hooks.
7286
7287 * vc-rcs-hooks.el: Fix duplicate code in last change.
7288
7289 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7290 (vc-rcs-master-templates): Improve :type.
7291 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7292 vc-master-workfile-version): Moved from vc-hooks.
7293
7294 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7295 (vc-sccs-master-templates): Improve :type.
7296 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7297
7298 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7299
7300 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7301 (vc-cvs-master-templates): Improve :type. Use
7302 vc-cvs-find-cvs-master.
7303 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7304 from vc-hooks.
7305 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7306
7307 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7308 Moved to vc-cvs-hooks.
7309
7310 * vc-hooks.el: Add doc strings in various places. Simplify the
7311 minor mode setup.
7312 (vc-handled-backends): New user variable.
7313 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7314 simplification.
7315
73162000-09-04 Dave Love <fx@gnu.org>
7317
7318 * vc.el: Some doc fixes for autoloaded and interactive functions.
7319 Fix compilation warnings from ediff stuff.
7320 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7321
7322 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7323
7324 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7325
7326 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7327
73282000-09-04 Dave Love <fx@gnu.org>
7329
7330 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7331 New variable.
7332 (vc-make-backend-function, vc-loadup, vc-call-backend)
7333 (vc-backend-defines): New functions.
7334
7335 * vc-hooks.el: Various doc fixes.
7336 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7337 (vc-match-substring): Function removed. Callers changed to use
7338 match-string.
7339 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7340 Simplify.
7341
73422000-09-04 Dave Love <fx@gnu.org>
7343
7344 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7345 type.
7346 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7347 (vc-sccs-registered): Doc fix.
7348
7349 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7350 (vc-cvs-registered): Doc fix.
7351
7352 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7353 (vc-rcs-registered): Doc fix.
7354
73552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7356
7357 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7358
7359 * vc-hooks.el: vc-registered has been renamed
7360 vc-default-registered. Some functions have been moved to the
7361 backend specific files. they all support the
7362 vc-BACKEND-registered functions.
7363
73642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7365
7366 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7367
7368 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7369
73702000-09-04 Dave Love <fx@gnu.org>
7371
7372 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7373 menu-bar-update-hook.
7374
7375 * help.el (help-manyarg-func-alist): Add
7376 find-operation-coding-system.
7377
7378 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7379
7380 * custom.el (custom-set-variables): Print message about errors in
7381 setting.
7382
73832000-09-03 Andrew Innes <andrewi@gnu.org>
7384
7385 * makefile.w32-in: Change to DOS line endings.
7386
73872000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7388
7389 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7390 minor-mode keymaps, if they don't have one.
7391
73922000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7393
7394 * eshell/esh-module.el (eval-when-compile): Don't lose if
7395 esh-module.el's file name is truncated to DOS 8+3 limits.
7396
73972000-09-01 John Wiegley <johnw@gnu.org>
7398
7399 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7400 predicate, which caused entries in the completion list to be
7401 doubled.
7402
74032000-08-30 John Wiegley <johnw@gnu.org>
7404
7405 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7406 sending to subprocesses. Also, hook pre-command-hook if
7407 `eshell-send-direct-to-subprocesses' is non-nil.
7408 (eshell-send-direct-to-subprocesses): New config variable. If t,
7409 subprocess input is send immediately.
7410 (eshell-toggle-direct-send): New function.
7411 (eshell-self-insert-command): New function.
7412 (eshell-intercept-commands): New function.
7413 (eshell-send-input): If direct subprocess sending is enabled,
7414 don't echo any input to the Eshell buffer. Let the subprocess
7415 handle that. This requires "stty echo" in bash, for example.
7416
74172000-08-28 John Wiegley <johnw@gnu.org>
7418
7419 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7420 completion function for Eshell's implementation of `unset'.
7421
74222000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * info.el (Info-directory-list): Doc fix.
7425
74262000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7427
7428 * filecache.el (file-cache-add-directory-using-find): Don't quote
7429 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7430
74312000-08-31 Kenichi Handa <handa@etl.go.jp>
7432
7433 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7434 coding systems.
7435
74362000-08-30 Andrew Innes <andrewi@gnu.org>
7437
7438 * timer.el (run-with-idle-timer): Undo last change, so that timer
7439 is not activated immediately if Emacs is already idle. Some
7440 existing code relies on this behaviour.
7441
74422000-08-30 Miles Bader <miles@gnu.org>
7443
7444 * frame.el (set-frame-font): Do completion of font-name for
7445 interactive use.
7446
74472000-08-30 Kenichi Handa <handa@etl.go.jp>
7448
7449 * international/quail.el (quail-start-translation): Bind locally
7450 last-command-event, last-command, and this-command.
7451 (quail-start-conversion): Likewise.
7452 (quail-self-insert-command): Fix docstring.
7453
74542000-08-29 Gerd Moellmann <gerd@gnu.org>
7455
7456 * progmodes/executable.el
7457 (executable-make-buffer-file-executable-if-script-p): Check that
7458 buffer contains at least 2 characters.
7459
74602000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7461
7462 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7463
74642000-08-29 Dave Love <fx@gnu.org>
7465
7466 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7467 (diff-mode-shared-map): Bind mouse-2.
7468 (diff-imenu-generic-expression): New variable.
7469 (diff-mode): Use it.
7470
7471 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7472 (mouse-popup-menubar): Add minor mode menus.
7473 (popup-menu): Check for lookup-key returning number.
7474
74752000-08-29 Miles Bader <miles@gnu.org>
7476
7477 * comint.el (comint-send-input): Create overlays using the proper
7478 front/read-advance arguments.
7479
74802000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7481
7482 * ps-print.el: Even/odd pages printing. Doc fix.
7483 (ps-print-version): New version number (6.0).
7484 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7485 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7486 (ps-print-duplex-feature): Variable eliminated.
7487 (ps-even-or-odd-pages): New variable.
7488
7489 * progmodes/ebnf2ps.el: Doc fix.
7490 (ebnf-version): New version (3.3).
7491 (ebnf-user-arrow): Change variable customization to sexp.
7492 (ebnf-user-arrow): Function eliminated.
7493 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7494
74952000-08-29 Kenichi Handa <handa@etl.go.jp>
7496
7497 * help.el (help-xref-mule-regexp): New variable.
7498 (help-make-xrefs): Handle help-xref-mule-regexp.
7499
7500 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7501 variable.
7502 (describe-input-method): Temporarily activate the specfied input
7503 method to display the information.
7504 (describe-language-environment): Hyperlinks to mule related items.
7505
7506 * international/mule-diag.el (charset-multibyte-form-string): New
7507 function.
7508 (list-character-sets-1): Use charset-multibyte-form-string.
7509 (describe-character-set): New function.
7510 (describe-coding-system): Hyperlinks to safe character sets.
7511
7512 * international/quail.el (quail-help): New arg PACKAGE.
7513 Hyperlinks to mule related items.
7514 (quail-help-insert-keymap-description): Use
7515 substitute-command-keys instead of describe-bindings.
7516 (quail-translation-help): Hyperlinks to mule related items.
7517
75182000-08-28 John Wiegley <johnw@gnu.org>
7519
7520 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7521 have a defsubst call itself. Made `eshell-flatten-list' back into
7522 a function again.
7523
7524 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7525 catch, in case re-centering point at bottom messes up the display.
7526 This happens frequently in Emacs 21, due I believe to variable
7527 line heights.
7528
7529 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7530 to call `find-tag-interactive'.
7531
7532 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7533 the list of remember directories.
7534
75352000-08-28 John Wiegley <johnw@gnu.org>
7536
7537 * align.el: Test align-region-separate to see if it's a symbol.
7538
75392000-08-28 John Wiegley <johnw@gnu.org>
7540
7541 * eshell/esh-util.el (eshell-flatten-list): Made this function
7542 into a defsubst form. It gets used very frequently, although
7543 calls don't occur all that often.
7544
7545 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7546 examining it.
7547
7548 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7549 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7550 `eshell-protect'.
7551 (eshell-copy-handles): Created a new macro for duplicating the
7552 current set of open handles. This is needed by the looping
7553 functions.
7554 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7555 is not incorrectly stomped on.
7556
7557 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7558 declaration for pcomplete-use-paring.
7559 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7560 value of eshell-cmpl-use-paring.
7561 * pcomplete.el (pcomplete-use-paring): New config variable, to
7562 indicate whether paring should be used.
7563 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7564 completion alternatives that have already been used.
7565
7566 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7567 bound to C-c C-y, which will repeat the previous N arguments
7568 (based on prefix argument).
7569 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7570
7571 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7572 if there is no *Help* buffer. This is for XEmacs, which renames
7573 its help buffers uniquely. TODO: Find out what the current buffer
7574 name to delete is.
7575
7576 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7577 first entry that correlates to a passwd/group number. Later
7578 entries (used for group/user name aliasing to multiple IDs) are
7579 ignored.
7580
7581 * eshell/em-xtra.el (eshell/expr):
7582 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7583 (eshell-grep, eshell/diff, eshell/locate):
7584 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7585 argument list, before passing it to the system command.
7586
7587 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7588 `find-tag' for use at final position in Eshell buffers (which
7589 otherwise triggers an error on Emacs 21).
7590 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7591 buffer, if it is currently bound to `find-tag'.
7592
7593 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7594 in the list of matched Makefile names.
7595 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7596 directory, prefer its contents to Makefile.
7597
7598 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7599 directory parts (like "cd old new", or "cd =regexp"), are now case
7600 sensitive on non-Windows/DOS platforms.
7601
7602 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7603 types RET after an open delimiter (like "), display a message
7604 indicating that Eshell is waiting for the closing delimiter.
7605
7606 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7607 environment variables.
7608
7609 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7610 gracefully if the user enters incorrect arguments.
7611
7612 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7613 Eshell buffers.
7614
7615 * eshell/esh-var.el (eshell-interpolate-variable):
7616 * eshell/esh-mode.el (eshell-move-argument):
7617 * eshell/em-unix.el (eshell-du-sum-directory):
7618 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7619 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7620 (not (= ...)).
7621
7622 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7623 to ensure the `preserve' flag gets propagated when doing recursive
7624 directory copies.
7625
76262000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7627
7628 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7629 Don't convert \n into \0177 in memory.
7630 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7631 and back again, when reading and writing.
7632
76332000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7634
7635 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7636 testing of `fboundp' on `processp'.
7637
7638 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7639 (eshell/jobs): Don't call process-list if it is not bound.
7640 (eshell-gather-process-output): Support systems where async
7641 subprocesses aren't supported.
7642 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7643 variables.
7644
7645 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7646 eshell-do-eval returns t.
7647 (eshell-do-pipelines-synchronously): New defmacro.
7648 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7649 when async subprocesses aren't supported.
7650 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7651 if async subprocesses aren't supported.
7652 (eshell-resume-command): Don't assume STATUS is a string.
7653
7654 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7655
7656 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7657 (eshell-close-target, eshell-get-target): Use eshell-processp.
7658 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7659 fix.
7660 (eshell-get-target, eshell-create-handles): Doc fix.
7661
76622000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7663
7664 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7665 criterion to include commands that output something, as long as it
7666 leaves both the command and the end-of-buffer visible when the
7667 command has exited.
7668 (eshell-review-quick-commands): Adjust the help doc string
7669 accordingly.
7670
76712000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7672
7673 * locate.el (locate): Cleaned up locate command's interactive prompting
7674 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7675
7676 * filecache.el (file-cache-case-fold-search): New variable
7677 (file-cache-assoc-function): New variable
7678 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7679 Use file-cache-case-fold-search variable
7680 (file-cache-add-file): Use file-cache-assoc-function
7681 (file-cache-delete-file): likewise
7682 (file-cache-directory-name): likewise
7683 (file-cache-debug-read-from-minibuffer): likewise
7684
76852000-08-28 Gerd Moellmann <gerd@gnu.org>
7686
7687 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7688 (abbrev-table-name): New function.
7689 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7690 If non-nil list local abbrev, only.
7691
76922000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7693
7694 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7695 from Gnus support code, and use special article copy buffer
7696 `(gnus-original-article-buffer)' instead. This allows to get rid
7697 of article-hide-headers usage (which breaks in the latest Gnus
7698 version). Thanks to Detlev Zundel.
7699
77002000-08-28 Kenichi Handa <handa@etl.go.jp>
7701
7702 * international/quail.el (quail-use-package): Hide "... loaded"
7703 message.
7704 (quail-start-translation, quail-start-conversion): Likewise.
7705
7706 * international/kkc.el (kkc-region): Hide "... loaded" message.
7707
77082000-08-27 Dave Love <fx@gnu.org>
7709
7710 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7711
77122000-08-27 Miles Bader <miles@gnu.org>
7713
7714 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7715
77162000-08-27 Kenichi Handa <handa@etl.go.jp>
7717
7718 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
7719 'ja-dic-cnv), not (require 'skkdic-cnv).
7720
77212000-08-26 Miles Bader <miles@gnu.org>
7722
7723 * faces.el (face-x-resources): Add entry for :inherit.
7724 * cus-face.el (custom-face-attributes): Add support for :inherit
7725 attribute. Add support for relative face heights.
7726 (custom-face-attributes-get): Treat `nil' as being a default value
7727 for :inherit (as well as `unspecified').
7728
7729 * faces.el (set-face-attribute): Update doc string.
7730 (face-attribute-name-alist): Add :inherit.
7731 (face-valid-attribute-values): Handle :inherit.
7732 (face-read-string): Rephrase prompt to be less confusing.
7733 Assume that DEFAULT is a string, since we must return a string.
7734 (face-read-integer): Use `format' to turn DEFAULT into an
7735 acceptable default for face-read-string. Match NEW-VALUE against
7736 the string "unspecified", not the symbol `unspecified', since
7737 that's what face-read-string returns.
7738 (read-face-attribute): Lookup a name for old-value in valid, and
7739 use it as a default if we find one. Treat all values from
7740 face-read-string as strings. If the default is used, don't do any
7741 more processing on the value, just use the old value directly.
7742 (read-face-and-attribute, modify-face): Tweak prompt.
7743 (read-face-name): Don't assume prompt ends with a space.
7744
7745 * faces.el (describe-face): Add support for :inherit attribute.
7746
77472000-08-25 Kenichi Handa <handa@etl.go.jp>
7748
7749 * terminal.el (terminal-emulator): Fix args to `concat'. Now
7750 concat doesn't accept interger.
7751
7752 * international/kkc.el: Remove SKK from Keywords. Require
7753 ja-dic-utl instead of skkdic-utl.
7754
7755 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
7756 Provide ja-dic-cnv instead of skkdic-cnv.
7757 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
7758 (iso-2022-7bit-short): Add safe-charsets property.
7759 (skkdic-convert-postfix): Search Japanese chou-on character in
7760 addition to Hiragana character.
7761 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
7762 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
7763 (batch-skkdic-convert): Likewise.
7764
7765 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
7766 Provide ja-dic-utl instead of skkdic-utl.
7767 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
7768
77692000-08-24 Dave Love <fx@gnu.org>
7770
7771 * disp-table.el (standard-display-default): Make the test of `l'
7772 useful.
7773
7774 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
7775 mod sample text.
7776
7777 * international/iso-ascii.el: Make pilcrow convenient string
7778 consistent with section.
7779 (iso-ascii-display): Set up multibyte characters as well as
7780 unibyte.
7781
77822000-08-24 Kenichi Handa <handa@etl.go.jp>
7783
7784 * international/mule-cmds.el (reset-language-environment): Set
7785 default-process-coding-system to '(undecided . iso-latin-1), which
7786 makes process I/O almost consistent with file I/O. Call this
7787 function when mule-cmds.el[c] is loaded.
7788
77892000-08-22 Andrew Innes <andrewi@gnu.org>
7790
7791 * makefile.w32-in: New file.
7792
77932000-08-22 Miles Bader <miles@lsi.nec.co.jp>
7794
7795 * comint.el (comint-output-filter): Compare end of
7796 comint-last-output-overlay with the start of the newly inserted
7797 text, not the end, when deciding whether to extend it.
7798 Set saved-point's insertion type to advance after insertion.
7799
7800 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
7801 since this is now done independently of font-lock mode.
7802
78032000-08-21 Gerd Moellmann <gerd@gnu.org>
7804
7805 * server.el (server-kill-new-buffers): New user option.
7806 (server-existing-buffer): New buffer-local variable.
7807 (server-visit-files): When using an existing buffer, set
7808 server-existing-buffer to t.
7809 (server-buffer-done): If server-kill-new-buffers is t, kill the
7810 buffer, unless it was already present before visiting it with
7811 Emacs server.
7812
78132000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
7814
7815 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
7816 even if the display doesn't support colors: some displays will
7817 support bold/underline faces.
7818
78192000-08-21 Gerd Moellmann <gerd@gnu.org>
7820
7821 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
7822
7823 * startup.el (command-line): If user's init file had an error,
7824 add explanatory text to *Messages*.
7825
78262000-08-21 Kenichi Handa <handa@etl.go.jp>
7827
7828 * man.el (Man-getpage-in-background): Decode the process output by
7829 the system locale coding system.
7830
78312000-08-20 Dave Love <fx@gnu.org>
7832
7833 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
7834 Don't test x-popup-menu.
7835 (function) <complete-function>: Complete only fbound symbols.
7836 <validate, value>: New.
7837 (variable) <complete-function>: Complete only bound symbols.
7838 (coding-system): Add :base-only, :complete-function, :validate,
7839 :value, :prompt-match.
7840 (widget-coding-system-prompt-value): Use read-coding-system and
7841 act on :base-only.
7842 (editable-field): Add :help-echo.
7843 (widget-push-button-gui, widget-push-button-cache)
7844 (widget-gui-action, widget-editable-list-gui): COmment out, along
7845 with uses.
7846 (widget-at): Make arg optional.
7847 (widget-echo-help): Adjust for current help-echo calling sequence.
7848 (widget-specify-field, widget-specify-button)
7849 (widget-specify-insert, widget-get-sibling, widget-image-find)
7850 (widget-convert, widget-insert, widget-leave-text)
7851 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
7852 (widget-setup, widget-field-find, widget-before-change)
7853 (widget-after-change, widget-default-complete)
7854 (widget-default-create, widget-default-delete)
7855 (widget-push-button-value-create, editable-field)
7856 (widget-field-prompt-value, widget-field-validate)
7857 (widget-choice-value-create, widget-choice-action)
7858 (widget-choice-validate, widget-checklist-add-item)
7859 (widget-radio-add-item, widget-radio-chosen)
7860 (widget-radio-value-inline, widget-editable-list-value-create)
7861 (widget-editable-list-entry-create)
7862 (widget-documentation-link-add)
7863 (widget-documentation-string-value-create)
7864 (widget-regexp-validate, widget-file-complete)
7865 (widget-sexp-validate, widget-plist-convert-widget)
7866 (widget-plist-convert-widget, widget-alist-convert-widget)
7867 (widget-alist-convert-widget, widget-color-complete): Simplify,
7868 particularly to avoid bindings which aren't optimized out.
7869
7870 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
7871 Doc fix.
7872 (down-list, backward-up-list, up-list, kill-sexp)
7873 (backward-kill-sexp, mark-sexp): Make arg optional.
7874 (lisp-complete-symbol): Add optional arg PREDICATE.
7875
7876 * cus-start.el: Add display-buffer-reuse-frames,
7877 file-coding-system-alist.
7878
78792000-08-20 Gerd Moellmann <gerd@gnu.org>
7880
7881 * startup.el (command-line): Clear realized faces after
7882 modifying TTY color mappings.
7883
78842000-08-20 Miles Bader <miles@gnu.org>
7885
7886 * faces.el (face-attr-match-p): Don't return true if ATTRS are
7887 merely a subset of FACE's attributes.
7888
78892000-08-19 Miles Bader <miles@gnu.org>
7890
7891 * comint.el (comint-output-filter): Save the point with a marker,
7892 not just a buffer position.
7893
7894 * international/mule.el (set-buffer-process-coding-system): Make
7895 interactive prompt less confusing.
7896
78972000-08-19 Gerd Moellmann <gerd@gnu.org>
7898
7899 * hilit-chg.el: General cleanup of doc strings, comments and
7900 code formatting.
7901
79022000-08-19 Miles Bader <miles@gnu.org>
7903
7904 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7905 Compiler macro removed; beginning-of-line is no longer always
7906 equivalent to forward-line, in the presence of fields.
7907
7908 * comint.el (comint-output-filter): Remove ad-hoc saving of
7909 restriction, and just use save-restriction, now that it works
7910 correctly. Don't adjust comint-last-input-start to account for
7911 our insertion; it shouldn't have moved because we don't use
7912 insert-before-markers anymore. Comment out call to
7913 `force-mode-line-update'; why is it here?
7914
7915 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7916 while checking for prompt to delete. Use `forward-line 0'
7917 instead of beginning-of-line.
7918 (gud-filter): Temporarily widen gud comint buffer while
7919 examining output.
7920
79212000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7922
7923 * progmodes/sh-script.el: Big bag of typos.
7924
7925 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7926 check since ispell-process is not bound when ispell is not yet loaded.
7927
79282000-08-18 Dave Love <fx@gnu.org>
7929
7930 * image.el (find-image): Copy `spec' before using plist-put.
7931
79322000-08-18 Gerd Moellmann <gerd@gnu.org>
7933
7934 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7935 `portugues'.
7936
7937 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7938 backward-kill-sexp, analogous to kill-sexp.
7939
7940 * progmodes/icon.el (icon-indent-line)
7941 (icon-is-continuation-line): Handle comments specially.
7942
79432000-08-17 Ken Stevens <k.stevens@ieee.org>
7944
7945 * ispell.el: Set to standard author/maintainer/keyword fields.
7946 Fine tuning to menu map appearance and operation, and added help.
7947 Remove `start' and `end' error messages when compiling.
7948 (ispell-choices-win-default-height): Fixed comment string.
7949 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7950 castellano8 dictionaries.
7951 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7952 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7953 dictionary, added italiano dictionary.
7954 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7955 word character
7956 (ispell-tex-skip-alists): Added psfig support.
7957 (ispell-skip-html): Renamed from ispell-skip-sgml.
7958 (ispell-begin-skip-region-regexp, ispell-skip-region)
7959 (ispell-minor-check): Improved html skipping support to skip across
7960 code, and recognize `&' commands without propper `;' syntax;
7961 (ispell-process-line): Fix alignment error when manually
7962 correcting spelling.
7963 (ispell): Fix comment string.
7964 (ispell-add-per-file-word-list): Always put word list on new line.
7965
79662000-08-17 Gerd Moellmann <gerd@gnu.org>
7967
7968 * format.el (format-encode-run-method): Fix error message to say
7969 `encode' instead of `decode'. Use save-window-excursion around
7970 shell-command-on-region as in format-decode-run-method because
7971 shell-command-on-region can display a buffer with error output.
7972 (format-decode): Don't record undo information for the decoding.
7973 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7974 that number part of the temporary buffer name so that more than
7975 one decoding using a temporary buffer can happen safely.
7976
7977 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7978 of `A-z' in the regexp.
7979
7980 * hilit-chg.el: Fix typos in commentary.
7981
7982 * help.el (view-emacs-news): Rewritten for new naming scheme
7983 for old NEWS files.
7984
7985 * startup.el (command-line): Pop to *Messages* in case an error
7986 is signaled while loading user-init-file.
7987
79882000-08-17 Andreas Schwab <schwab@suse.de>
7989
7990 * files.el (insert-directory): Don't lose original file name,
7991 undoing an undocumented change.
7992
79932000-08-17 Alex Schroeder <alex@gnu.org>
7994
7995 * sql.el (sql-magic-go): Use comint-bol.
7996 (sql-copy-column): Use comint-line-beginning-position.
7997 (comint-line-beginning-position): Define a replacement for
7998 comint-line-beginning-position if it is not fboundp.
7999
80002000-08-17 Alex Schroeder <alex@gnu.org>
8001
8002 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8003 it didn't have any effect anyway.
8004
80052000-08-17 Alex Schroeder <alex@gnu.org>
8006
8007 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8008 --pset and pager=off instead of sending \\o|cat at the beginning
8009 of the session.
8010
80112000-08-17 Miles Bader <miles@gnu.org>
8012
8013 * progmodes/octave-inf.el: Add compatibility definition of
8014 comint-line-beginning-position.
8015
80162000-08-17 Kenichi Handa <handa@etl.go.jp>
8017
8018 * startup.el (normal-top-level): Look in each dir in load-path for
8019 a leim-list.el file too. This assures of loading leim-list.el
8020 that is created at Emacs installation time even if a user have his
8021 own leim-list.el.
8022
80232000-08-17 Miles Bader <miles@gnu.org>
8024
8025 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8026 foreground color to black if the background is dark.
8027
80282000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8029
8030 * loadhist.el (unload-feature): Typo.
8031
8032 * finder.el (finder-compile-keywords):
8033 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8034 to the generated file.
8035
8036 * mail/mh-e.el (mh-make-local-vars):
8037 Replace make-variable-buffer-local with make-local-variable.
8038
8039 * play/landmark.el:
8040 * options.el (Edit-options-{set,toggle,t,nil}):
8041 * mail/mailabbrev.el (mail-abbrevs-mode):
8042 * textmodes/tex-mode.el (tex-expand-files):
8043 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8044
8045 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8046
8047 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8048 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8049 Allow going past the last element.
8050 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8051 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8052 (cvs-mouse-toggle-mark): Don't move point.
8053 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8054
8055 * progmodes/compile.el (grep): Provide a default set of files.
8056 (next-error): Docstring fix.
8057 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8058
8059 * emacs-lisp/easy-mmode.el (define-minor-mode):
8060 Use `symbol-value' to keep the byte-compiler quiet.
8061
8062 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8063 (diff-find-source-location): New fun, extracted from diff-goto-source.
8064 (diff-goto-source): Use it.
8065 (diff-next-complex-hunk, diff-filter-lines): New function.
8066 (diff-apply-hunk): New command.
8067
8068 * smerge-mode.el (smerge-mode-menu): Doc fix.
8069
8070 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8071
80722000-08-16 Dave Love <fx@gnu.org>
8073
8074 * windmove.el (windmove) <defgroup>: Add :version.
8075
8076 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8077 (goto-address-fontify-p, goto-address-highlight-p)
8078 (goto-address-url-face, goto-address-url-mouse-face)
8079 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8080 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8081 (goto-address-fontify, goto-address-at-mouse): Simplify,
8082 (goto-address-at-point): browse-url-url-at-point,
8083 goto-address-find-address-at-point can return nil.
8084 (goto-address-find-address-at-point): Return nil on failure.
8085
8086 * align.el (align) <defgroup>: Add :version.
8087
8088 * calculator.el (calculator): Add :version.
8089 (calculator): Use two lines for calculator window if `modeline'
8090 face is boxed.
8091
8092 * play/5x5.el: Doc fixes.
8093 (5x5) <defgroup>: Add :version.
8094
8095 * play/fortune.el (fortune) <defgroup>: Add :version.
8096 (fortune-append): Fix error message.
8097 (fortune-from-region): Doc fix.
8098
8099 * play/pong.el (pong): Doc fix.
8100
8101 * play/morse.el: Keywords, commentary, autoloads.
8102
81032000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8104
8105 * desktop.el (desktop-save): Don't look at symbol-value of a
8106 member of minor-mode-alist, unless it is boundp.
8107
81082000-08-16 Sam Steingold <sds@gnu.org>
8109
8110 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8111 `while'; use `with-current-buffer' instead of `save-excursion'.
8112 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8113
81142000-08-16 Kenichi Handa <handa@etl.go.jp>
8115
8116 * international/ccl.el (declare-ccl-program): Docstring modified.
8117 (ccl-execute-with-args): Likewise.
8118
81192000-08-16 Miles Bader <miles@gnu.org>
8120
8121 * progmodes/sql.el: Add compatibility definition of
8122 comint-line-beginning-position.
8123
81242000-08-15 Gerd Moellmann <gerd@gnu.org>
8125
8126 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8127 'buffer-menu' property.
8128 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8129 fails.
8130 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8131 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8132 wasn't killed.
8133
8134 * buff-menu.el (list-buffers-noselect): Don't display the
8135 *Buffer List* buffer.
8136
8137 * font-lock.el: Require jit-lock to prevent a very late
8138 `Loading jit-lock' message.
8139
8140 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8141 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8142 mail address.
8143
81442000-08-15 Miles Bader <miles@gnu.org>
8145
8146 * textmodes/ispell.el (ispell-graphic-p): New constant.
8147 (ispell-choices-win-default-height, ispell-help): Use
8148 `ispell-graphic-p' instead of `xemacsp'.
8149
81502000-08-15 Dave Love <fx@gnu.org>
8151
8152 * simple.el: Autoload widget-convert when compiling.
8153 (mail-user-agent): Doc fix.
8154
8155 * help.el (function-called-at-point, variable-at-point): Use
8156 with-syntax-table.
8157 (help-manyarg-func-alist): Add insert-and-inherit.
8158
8159 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8160
8161 * delsel.el (delsel-unload-hook): New function.
8162
8163 * find-file.el: Doc fixes. Move provide to end.
8164 (ff) <defgroup>: Add :link.
8165 (ff-goto-click): Deleted.
8166 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8167 Use mouse-set-point.
8168
8169 * textmodes/tildify.el: Doc fixes.
8170 (tildify) <defgroup>: Add:version.
8171
8172 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8173 (glasses-custom-set): Use set-default, not set.
8174 (minor-mode-alist): Propertize the lighter.
8175 (glasses-mode): Provide optional arg.
8176
8177 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8178 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8179 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8180 option. Provide :type.
8181 (cwarn-configuration): Provide :type.
8182 (cwarn-mode): Doc fix.
8183
8184 * add-log.el (change-log-merge): Doc fix.
8185 (change-log-redate): New command.
8186
8187 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8188 Doze and Dog.
8189 (browse-url): Use dolist, not mapcar.
8190 (browse-url-at-point): Check for null url.
8191 (browse-url-event-buffer, browse-url-event-point): Functions
8192 deleted.
8193 (browse-url-at-mouse, browse-url-netscape): Simplify.
8194
8195 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8196 modes.
8197 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8198 Fix previous change to mapcan.
8199 (msb--init-file-alist, msb--add-separators)
8200 (msb--make-keymap-menu): Simplify.
8201 (msb--choose-file-menu): Use copy-sequence.
8202 (msb-mode-map): Add title to keymap.
8203 (msb-unload-hook): New function.
8204
8205 * bs.el: Fix indentation.
8206 (bs) <defgroup>: Add :links.
8207 (bs-show): Doc fix.
8208 (bs-apply-sort-faces): Don't use window-system.
8209 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8210
82112000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8212
8213 * calendar/timeclock.el (timeclock-file): Run .timelog through
8214 convert-standard-filename.
8215
82162000-08-14 Gerd Moellmann <gerd@gnu.org>
8217
8218 * emacs-lisp/authors.el: New file.
8219
8220 * paren.el (show-paren-priority): New user option.
8221 (show-paren-function): Set overlay priorities to
8222 show-paren-priority.
8223
82242000-08-14 Miles Bader <miles@gnu.org>
8225
8226 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8227 beginning-of-line with inhibit-field-text-motion bound.
8228
82292000-08-14 Gerd Moellmann <gerd@gnu.org>
8230
8231 * calendar/timeclock.el: New file.
8232
82332000-08-14 David Ponce <david@dponce.com>
8234
8235 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8236 `widget-button-click'. so that one can use left mouse button to
8237 click on dialog buttons.
8238
82392000-08-14 Emmanuel Briot <briot@gnat.com>
8240
8241 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8242 identifiers, since XML is case sensitive
8243
82442000-08-12 Miles Bader <miles@gnu.org>
8245
8246 * comint.el (comint-output-filter): Don't bother frobbing
8247 window-start, it doesn't seem to be necessary.
8248
8249 * comint.el (comint-send-string, comint-send-region): Make into
8250 real functions. Snapshot the prompt before sending.
8251
82522000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8253
8254 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8255 technique similar to Info-index, instead of relying on specific
8256 names of relevant Index nodes.
8257 (Info-goto-emacs-command-node): Bind Info-history to nil when
8258 going to the first node found by Info-find-emacs-command-nodes.
8259
82602000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8261
8262 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8263
82642000-08-10 Miles Bader <miles@gnu.org>
8265
8266 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8267
82682000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8269
8270 * info.el (Info-file-list-for-emacs): More elements for the
8271 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8272 and woman manuals.
8273
82742000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8275
8276 * comint.el (comint-send-input): Make the newline boundary overlay
8277 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8278 (comint-output-filter): Use `insert' instead of
8279 `insert-before-markers'. Extend comint-last-output-overlay when
8280 necessary since we can't rely on insert-before-markers to do it.
8281 * gud.el (gud-filter): Use `with-current-buffer' instead of
8282 save-excursion when inserting the output, so that point gets
8283 updated correctly; the old method relied on a rather dodgy
8284 side-effect of comint-output-filter to avoid the effect of
8285 save-excursion.
8286
82872000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8288
8289 * files.el (recover-file): Call insert-directory instead of
8290 invoking `ls' directly.
8291
82922000-08-10 Miles Bader <miles@gnu.org>
8293
8294 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8295 (comint-last-prompt-overlay): New variables.
8296 (comint-output-filter): Implement prompt highlighting.
8297 (comint-snapshot-last-prompt): New function.
8298 (comint-send-input): Snapshot the last prompt.
8299 Use comint-highlight-input-face.
8300 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8301 Use defface instead of defcustom.
8302 (send-invisible, comint-send-eof): Snapshot the last prompt.
8303 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8304 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8305
83062000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8307
8308 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8309 (regexp-opt-group): Use a list of chars for `letters'.
8310 (regexp-opt-charset): `chars' is now a list of chars.
8311 Use a char-table rather than a vector so it works for multibyte chars.
8312
8313 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8314 Set cvs-minor-current-files to the selected fileinfo.
8315 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8316 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8317
83182000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8319
8320 * files.el (insert-directory): Don't call access-file on
8321 directories on DOS and Windows.
8322
83232000-08-09 Kenichi Handa <handa@etl.go.jp>
8324
8325 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8326 longer if necessary.
8327 (ccl-embed-code): Call ccl-embed-data to store CODE in
8328 ccl-program-vector.
8329
83302000-08-09 Miles Bader <miles@gnu.org>
8331
8332 * comint.el (comint-output-filter): Properly handle the case where
8333 the text surrounded by comint-last-output-overlay was deleted.
8334
83352000-08-08 Gerd Moellmann <gerd@gnu.org>
8336
8337 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8338 non-nil.
8339 (Info-file-list-for-emacs): Remove "info" from the list because
8340 that leads to trying to use the documentation from file `info'
8341 in various situations where it isn't appropriate, for instance
8342 C-h C-k C-h i.
8343
8344 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8345 DIR and/or STRING are nil.
8346
8347 * progmodes/compile.el (compilation-setup): Make variable
8348 compilation-error-screen-columns buffer-local, as some comment
8349 in the code suggests it should be.
8350
8351 * files.el (auto-mode-interpreter-regexp): New variable.
8352 (set-auto-mode): Use it.
8353
8354 * indent.el (indent-for-tab-command): Doc fix.
8355
8356 * mouse-sel.el (mouse-sel-mode): Doc fix.
8357
8358 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8359 labels.
8360
8361 * help.el (print-help-return-message): When
8362 display-buffer-reuse-frames is set, let the help window been quit,
8363 instead of deleting it, which might delete a reused frame.
8364
83652000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8366
8367 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8368 rename a directory to a name that differs only by its letter case.
8369
83702000-08-08 Kenichi Handa <handa@etl.go.jp>
8371
8372 * international/quail.el (quail-define-rules): Handle Quail decode
8373 map correctly. Add code for supporting annotations.
8374 (quail-install-decode-map): New function.
8375 (quail-defrule-internal): New optional arguments decode-map and
8376 props.
8377 (quail-advice): New function.
8378
83792000-08-07 Sam Steingold <sds@gnu.org>
8380
8381 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8382 `defconst', `define-condition', `with-slots'.
8383 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8384
83852000-08-03 Miles Bader <miles@gnu.org>
8386
8387 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8388 New variable.
8389 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8390 comint-use-prompt-regexp-instead-of-fields.
8391 (comint-send-input): Add `input' field property to stuff we send to
8392 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8393 (comint-output-filter): Add `output' field property to process
8394 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8395 (comint-replace-by-expanded-history)
8396 (comint-get-old-input-default, comint-show-output)
8397 (comint-backward-matching-input, comint-forward-matching-input)
8398 (comint-next-prompt, comint-previous-prompt): Use field
8399 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8400 (comint-line-beginning-position): New function.
8401 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8402 (comint-replace-by-expanded-history-before-point): Use
8403 comint-line-beginning-position and line-end-position.
8404 (comint-last-output-overlay): New variable.
8405 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8406
8407 * shell.el (shell-prompt-pattern): Doc change.
8408 (shell-backward-command): Use line-beginning-position.
8409
8410 * gud.el (gud-gdb-complete-command): Use
8411 comint-line-beginning-position.
8412
8413 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8414 comint-bol doesn't actually go to the beginning of the line.
8415
8416 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8417 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8418 (try-expand-line-all-buffers): Likewise.
8419
8420 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8421 explicitly matching comint-prompt-regexp.
8422 (sql-copy-column): Use comint-line-beginning-position instead of
8423 explicitly matching comint-prompt-regexp.
8424
8425 * progmodes/octave-inf.el (inferior-octave-complete): Use
8426 comint-line-beginning-position.
8427
8428 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8429
8430 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8431 looking for a prompt, use `forward-line 0' instead of
8432 `beginning-of-line', to avoid getting caught by an input field.
8433
84342000-08-07 Gerd Moellmann <gerd@gnu.org>
8435
8436 * files.el (shell-quote-wildcard-pattern): Make sure to return
8437 PATTERN, in the Unix case.
8438
84392000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8440
8441 * play/zone.el (zone): Discard any pending input before running
8442 the randomly-chosen pgm.
8443
84442000-08-07 Kenichi Handa <handa@etl.go.jp>
8445
8446 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8447 checking the existence of any multibyte characters.
8448
84492000-08-06 Gerd Moellmann <gerd@gnu.org>
8450
8451 * help.el (describe-mode): Test minor-mode symbol for being
8452 bound before testing its value for being nil.
8453
8454 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8455 `first', `second', and `third'.
8456
8457 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8458 (second): Make it an alias for `cadr'.
8459
84602000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8461
8462 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8463 types of display support faces now.
8464
84652000-08-05 Gerd Moellmann <gerd@gnu.org>
8466
8467 * pcvs.el (require): Require `cl' during compilation, only.
8468
8469 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8470 (toplevel): Remove `remq' and `remove' from autoloads.
8471 (cl-fake-autoloads): New variable. If set, arrange for an error
8472 when CL functions etc. are autoloaded.
8473
84742000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8475
8476 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8477
8478 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8479 popped up, but the user clicks outside the menu, return an empty
8480 regexp (that causes unhighlight-regexp to have no effect).
8481
8482 * menu-bar.el (menu-bar-games-menu): Add Zone.
8483
8484 * hi-lock.el (toplevel): Require font-lock.
8485
84862000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8487
8488 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8489 (ebnf-8-bit-chars): New var for bug fix.
8490 (ebnf-string): Bug fix.
8491
84922000-08-03 Sam Steingold <sds@gnu.org>
8493
8494 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8495 instead of `buffer-string'.
8496 (require 'cl): Always, not just when compiling.
8497 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8498 necessary.
8499
85002000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8501
8502 * international/mule-cmds.el (select-safe-coding-system): Make
8503 the message text about selecting a safe coding system more clear.
8504
85052000-08-02 Gerd Moellmann <gerd@gnu.org>
8506
8507 * hi-lock.el: New file.
8508
8509 * play/zone.el: New file.
8510
8511 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8512 value of tab-width in the original buffer. Choose a line number
8513 format that's a multiple of the original buffer's tab width, so
8514 that lines appear right.
8515
8516 * textmodes/ispell.el (ispell): New function, replacing an alias.
8517 Spell-check active region if in transient-mark-mode and mark
8518 is active; otherwise spell-check buffer.
8519
85202000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8521
8522 * ps-mule.el: Fix a customization problem on
8523 ps-mule-font-info-database-default.
8524
85252000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8526
8527 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8528 display-mouse-p instead of window-system.
8529 (ebrowse-member-mode-map): Ditto.
8530
85312000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8532
8533 * progmodes/ebnf2ps.el: Update ps-print functions call.
8534 Indentation fix. Doc fix.
8535 (ebnf-version): New version number (3.2).
8536 (ebnf-format-color, ebnf-begin-job): Code fix.
8537
85382000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8539
8540 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8541 font lock support on window-system.
8542 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8543
8544 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8545 display-color-p, if fboundp, instead of window-system.
8546
85472000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8548
8549 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8550 instead of window-system.
8551
8552 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8553 window-system.
8554 (widget-choice-mouse-down-action): Use display-popup-menus-p
8555 instead of window-system.
8556
8557 * strokes.el (strokes-file): Run the file name through
8558 convert-standard-filename.
8559 (strokes-mode): Call display-mouse-p instead of looking at
8560 window-system. Change the error message accordingly.
8561
8562 * progmodes/cpp.el (toplevel): Support faces on tty's.
8563
8564 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8565 (lm-plot-square, lm-init-display): Don't use window-system.
8566
8567 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8568 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8569
8570 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8571 instead of looking at window-system.
8572
85732000-07-30 Gerd Moellmann <gerd@gnu.org>
8574
8575 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8576 of testing if iswitchb-prepost-hooks is bound, because the
8577 latter will always be true when invoking a recursive minibuffer
8578 from an active Iswitchb buffer.
8579
85802000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8581
8582 * files.el (shell-quote-wildcard-pattern): New function.
8583 (insert-directory): Call it. Only prepend "\" to command on Unix
8584 and GNU/Linux systems.
8585
85862000-07-30 Gerd Moellmann <gerd@gnu.org>
8587
8588 * eshell/esh-groups.el: Change custom :link file names
8589 from `eshell.info' to `eshell'.
8590
85912000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8592
8593 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8594 correctly in recursive ange-ftp listings.
8595
85962000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8597
8598 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8599 ps-header-font-size-internal and
8600 ps-header-title-font-size-internal variables are not set,
8601 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8602 face text property is (foreground-color . COLOR) or
8603 `(background-color . COLOR)', ps-print crashes. Doc fix.
8604 (ps-print-version): New version number (5.2.4).
8605 (ps-plot-region): Code fix.
8606 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8607 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8608 Bug fix 2.
8609
86102000-07-30 Milan Zamazal <pdm@freesoft.cz>
8611
8612 * glasses.el (glasses-make-readable): Fix uncapitalization of
8613 identifiers like `myXMLDocument'.
8614
86152000-07-28 Karl Fogel <kfogel@red-bean.com>
8616
8617 * mail/mail-hist.el (mail-hist-previous-input)
8618 (mail-hist-next-input): Do the obvious code factorization.
8619 (mail-hist-retrieve-and-insert): New func, contains common
8620 code of above two.
8621 If inserting a message body, leave point at top.
8622
86232000-07-28 Sam Steingold <sds@gnu.org>
8624
8625 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8626 Use `<=', not `<' to compare times!
8627 (ange-ftp-ls): Remove.
8628
86292000-07-27 Gerd Moellmann <gerd@gnu.org>
8630
8631 * play/cookie1.el: Add explanation of how to make cookie.el
8632 compatible with strfile(1) to comment.
8633
8634 * subr.el (remove, remq): New functions.
8635
8636 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8637 escape `*' in regexps.
8638 (midnight-find): Reverse order of arguments in the funcall of
8639 TEST.
8640
8641 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8642 and `.class'.
8643
8644 * play/meese.el: Add Commentary section.
8645
86462000-07-27 Alex Schroeder <alex@gnu.org>
8647
8648 * sql.el (sql-ms): Added autoload cookie.
8649 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8650 (sql-oracle): Ditto.
8651 (sql-help): Doc change.
8652
8653 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8654 types and exceptions.
8655
86562000-07-27 Alex Schroeder <alex@gnu.org>
8657
8658 * sql.el (sql-placeholder-history): New variable.
8659 (sql-query-placeholders-and-send): New function that will query
8660 the user and replace placeholders with user input.
8661 (sql-oracle): If running on NT, set comint-input-sender to
8662 sql-query-placeholders-and-send.
8663
8664 (sql-stop): If in the SQLi buffer, insert stop notification, else
8665 present it as a message.
8666
86672000-07-27 Alex Schroeder <alex@gnu.org>
8668
8669 * sql.el (sql-input-ring-separator): Doc change.
8670 (sql-input-ring-file-name): Doc change.
8671 (sql-interactive-mode): Use `sql-input-ring-separator' and
8672 `sql-input-ring-file-name' to set the comint-mode equivalents
8673 without making them local variables.
8674 (sql-stop): Don't bind `sql-input-ring-separator' and
8675 `sql-input-ring-file-name' dynamically to their comint-mode
8676 equivalents.
8677
86782000-07-27 Kenichi Handa <handa@etl.go.jp>
8679
8680 * international/mule.el (register-char-codings): New function.
8681 (make-coding-system): Handle `safe-chars' specification in the arg
8682 PROPERTY.
8683
8684 * international/mule-cmds.el
8685 (find-coding-systems-region-subset-p): This function deleted.
8686 (sort-coding-systems-predicate): New variable.
8687 (sort-coding-systems): New function.
8688 (find-coding-systems-region): Use
8689 find-coding-systems-region-internal.
8690 (find-coding-systems-string): Use find-coding-systems-region.
8691 (find-coding-systems-for-charsets): Check
8692 char-coding-system-table.
8693 (select-safe-coding-system-accept-default-p): New variable.
8694 (select-safe-coding-system): Mostly rewritten. New argument
8695 ACCEPT-DEFAULT-P.
8696 (select-message-coding-system): Call select-safe-coding-system
8697 with ACCEPT-DEFAULT-P arg.
8698 (reset-language-environment): Reset default-sendmail-coding-system
8699 to the default value iso-latin-1.
8700 (set-language-environment): Don't set the obsolete variable
8701 charset-origin-alist.
8702
8703 * international/codepage.el (cp-coding-system-for-codepage-1):
8704 Give `safe-chars' property to make-coding-system.
8705
8706 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8707 calling select-message-coding-system twice.
8708
8709 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8710 instead of `safe-charsets'.
8711 (cyrillic-alternativnyj): Likewise.
8712 (ccl-encode-alternativnyj): Don't check the charset
8713 cyrillic-iso8859-5.
8714
87152000-07-27 Kenichi Handa <handa@etl.go.jp>
8716
8717 * composite.el (compose-chars-after): Preserve match data.
8718
87192000-07-26 Sam Steingold <sds@gnu.org>
8720
8721 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
8722 (ange-ftp-real-file-newer-than-file-p): New function.
8723 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
8724 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
8725
8726 * tooltip.el (tooltip-float-time): Removed (use `float-time').
8727 * midnight.el (midnight-float-time): Ditto.
8728
87292000-07-26 Andreas Schwab <schwab@suse.de>
8730
8731 * files.el (normal-backup-enable-predicate): Correct
8732 interpretation of the return value of compare-strings.
8733
87342000-07-26 Gerd Moellmann <gerd@gnu.org>
8735
8736 * isearch.el (isearch-resume): New function.
8737 (isearch-done): Add something to command-history to resume
8738 the search.
8739 (isearch-yank-line, isearch-yank-word): Use
8740 buffer-substring-no-properties instead of buffer-substring.
8741
8742 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
8743 of flyspell-mouse-map.
8744
8745 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
8746 duplicate definition.
8747 (makefile-mode): Remove duplicate setting of local-abbrev-table.
8748
8749 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
8750 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
8751
87522000-07-25 Sam Steingold <sds@gnu.org>
8753
8754 * net/ange-ftp.el: Get modtime over the net.
8755 (ange-ftp-file-modtime): New function.
8756 (ange-ftp-write-region, ange-ftp-insert-file-contents)
8757 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
8758 Use it.
8759 (ange-ftp-dot-to-slash): New function.
8760 (ange-ftp-fix-name-for-vms): Use it.
8761
8762 * midnight.el (midnight-buffer-display-time): Use
8763 `with-current-buffer'.
8764
87652000-07-25 Gerd Moellmann <gerd@gnu.org>
8766
8767 * find-dired.el: Update copyright notice.
8768 (find-dired): Offer to kill a running `find'.
8769
8770 * enriched.el (enriched-face-ans): For a `foreground-color'
8771 property, return '(("x-color" COLOR))' so that COLOR will be
8772 output as a parameter of the x-color annotation. Likewise for the
8773 `background-color' property. In the case of normal face
8774 properties, don't return annotations for unspecified foreground
8775 and background face attributes.
8776
87772000-07-25 Kenichi Handa <handa@etl.go.jp>
8778
8779 * language/japan-util.el (japanese-katakana-region): Fix handling
8780 HANKAKU argument.
8781
87822000-07-25 Miles Bader <miles@gnu.org>
8783
8784 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
8785 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
8786 constrain-to-field.
8787
87882000-07-24 Andrew Innes <andrewi@gnu.org>
8789
8790 * timer.el (timer-activate-when-idle): Add optional parameter
8791 DONT-WAIT. Update docstring.
8792 (run-with-idle-timer): Specify extra parameter to
8793 timer-activate-when-idle, so that timer will be activated
8794 immediately if Emacs is already idle.
8795
8796 * w32-fns.el (w32-using-nt): Fix docstring.
8797
87982000-07-24 Dave Love <fx@gnu.org>
8799
8800 * mouse.el (popup-menu): Set last-command-event.
8801 (mouse-major-mode-menu-prefix): Declare.
8802
88032000-07-24 Gerd Moellmann <gerd@gnu.org>
8804
8805 * textmodes/flyspell.el: Update to author's version 1.5d.
8806
8807 * progmodes/hideshow.el: Update copyright notice.
8808
8809 * vcursor.el: Set maintainer to FSF, since author cannot
8810 be reached.
8811
88122000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
8813
8814 * info.el (Info-goto-emacs-key-command-node): Leave a space after
8815 the prompt.
8816
8817 * mouse.el (popup-menu): Run the keymap through indirect-function,
8818 in case it was defined with define-prefix-key. If the menu is a
8819 list of keymaps, look up the binding of user's choice in each one
8820 of the keymaps.
8821 (mouse-popup-menubar): If the global and local menu-bar keymaps
8822 don't have a prompt string, create one and insert it into the
8823 keymap. Don't barf if current-local-map returns nil.
8824
88252000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
8826
8827 * dired.el (dired-sort-R-check): Added to allow recursive listing
8828 to be undone.
8829 (dired-sort-other): Use it.
8830
88312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8832
8833 * Release of cc-mode 5.27
8834
88352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8836
8837 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
8838 c-beginning-of-statement-1 that caused a bad case of recursion
8839 which could consume a lot of CPU in large classes in languages
8840 that have in-expression classes (i.e. Java and Pike).
8841
8842 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
8843 statements before top level constructs (i.e. case 6 is moved
8844 before case 5 and is now case 4) to catch in-expression
8845 classes in top level expressions correctly.
8846
88472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8848
8849 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
8850 objc-method-intro. Case 4 removed and case 5I added.
8851
8852 * cc-langs.el (c-append-paragraph-start): New variable used by
8853 c-common-init to get paragraph-start correct.
8854 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
8855 initialize paragraph-start to make it correct both with and
8856 without the javadoc special case.
8857
8858 * cc-mode.el (java-mode): Use c-append-paragraph-start to
8859 initialize paragraph-start for javadoc markup.
8860
8861 * cc-vars.el (c-style-variables-are-local-p): Incompatible
8862 change by defaulting this to t. It's motivated by the
8863 confusing behavior that otherwise arise from the style system
8864 when editing both java and non-java files at the same time
8865 (see the comments about style setting in c-common-init).
8866
88672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8868
8869 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
8870 similar to the one in c-fill-paragraph to check the fill
8871 prefix from the adaptive fill function for sanity.
8872
88732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8874
8875 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
8876 defun block.
8877
88782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8879
8880 * cc-mode.texi Documented the change of cpp-macro.
8881
88822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8883
8884 * cc-align.el (c-lineup-multi-inher): Handle lines with
8885 leading comma nicely. Extended to handle member initializers
8886 too.
8887
8888 * cc-engine.el: (c-beginning-of-inheritance-list,
8889 c-guess-basic-syntax): Fixed recognition of inheritance lists
8890 when the lines begins with a comma.
8891
8892 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
8893
8894 * cc-vars.el (c-offsets-alist): Changed default for
8895 member-init-cont to c-lineup-multi-inher since it now handles
8896 member initializers and indents better for leading commas.
8897
88982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8899
8900 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8901 handling that caused class open lines to be recognized as
8902 statement-conts in some cases.
8903
8904 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8905 guessed by the adaptive fill function unless point is on the
8906 first line of a block comment.
8907
8908 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8909 when the buffer ends with a macro continuation char.
8910
8911 * cc-engine.el (c-guess-basic-syntax): Added support for
8912 function definitions as statements in Pike. The first
8913 statement in a lambda block is now labeled defun-block-intro
8914 instead of statement-block-intro.
8915
8916 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8917 so that the class surrounding point is selected, not the one
8918 innermost in the state.
8919
8920 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8921 recognition of switch labels having hanging multiline
8922 statements.
8923
8924 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8925 some code in c-guess-basic-syntax to a separate function.
8926 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8927 recognition of member inits with multiple line arglists.
8928 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8929 member-init-cont when the commas are in funny places.
8930
89312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8932
8933 * cc-defs.el (c-auto-newline): Removed this macro since it's
8934 not used anymore.
8935
8936 * cc-engine.el (c-looking-at-bos): New helper function.
8937 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8938 inexpr and toplevel classes apart in Pike.
8939
8940 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8941 of case 9A.
8942
8943 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8944 constant, since "class" can introduce an in-expression class
8945 in Pike nowadays.
8946
89472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8948
8949 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8950 indentation on cpp-macro lines.
8951
8952 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8953 a syntax modifier like comment-intro, to make it possible to
8954 get syntactic indentation for preprocessor directives. It's
8955 incompatible wrt to lineup functions on cpp-macro, but it has
8956 no observable effect in the 99.9% common case where cpp-macro
8957 is set to -1000.
8958
89592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8960
8961 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8962 member-init-cont when the preceding arglist is several lines.
8963
89642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8965
8966 * cc-styles.el (c-style-alist): The basic offset for the BSD
8967 style corrected to 8.
8968
89692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8970
8971 * cc-styles.el (c-style-alist): Adjusted the indentation of
8972 brace list openers in the gnu style.
8973
89742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8975
8976 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8977
8978 * cc-cmds.el (c-electric-brace, c-electric-slash,
8979 c-electric-star, c-electric-semi&comma, c-electric-colon,
8980 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8981 when c-syntactic-indentation is nil.
8982
8983 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8984 we were left at comments preceding the first statement when
8985 reaching the beginning of the buffer.
8986
8987 * cc-vars.el (c-syntactic-indentation): New variable to turn
8988 off all syntactic indentation.
8989
89902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8991
8992 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8993 between the text and the block comment ender when it hangs,
8994 depending on how many there are before the fill.
8995
89962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8997
8998 * cc-engine.el (c-beginning-of-closest-statement): New helper
8999 function to go back to the closest preceding statement start,
9000 which could be inside a conditional statement.
9001 * cc-engine.el (c-guess-basic-syntax): Use
9002 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9003
9004 * cc-engine.el (c-guess-basic-syntax): Better handling of
9005 arglist-intro, arglist-cont-nonempty and arglist-close when
9006 the arglist is nested inside parens. Cases 7A, 7C and 7F
9007 changed.
9008
9009 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9010 up-to-date with javadoc 1.2.
9011
90122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9013
9014 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9015 multiline Pike type decls.
9016
90172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9018
9019 * cc-cmds.el (c-indent-new-comment-line): Always break
9020 multiline comments in multiline mode, regardless of
9021 comment-multi-line.
9022
90232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9024
9025 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9026 fully::qualified::names in C++ member init lists. Preamble in
9027 case 5D changed.
9028
90292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9030
9031 * cc-langs.el (c-common-init): Handling of obsolete variables
9032 moved to c-initialize-cc-mode. More compatible style override
9033 when using global style variables.
9034 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9035 variables moved here.
9036
9037 * cc-mode.texi: Documented the special behavior of
9038 c-special-indent-hook as a style variable. Don't talk about
9039 doing (c-make-styles-buffer-local t) in a mode hook, since
9040 that's already too late to work right.
9041
9042 * cc-styles.el (c-make-styles-buffer-local): Flag style
9043 variable localness in c-style-variables-are-local-p to make
9044 the compatibility measure in c-common-init work well.
9045
9046 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9047 longer contain set-from-style.
9048 * cc-styles.el (c-initialize-builtin-style): Don't check for
9049 set-from-style on c-special-indent-hook.
9050 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9051 copy-alist is sufficient now.
9052
9053 * cc-styles.el (c-set-style, c-set-style-1,
9054 c-get-style-variables): Fixes to variable initialization so
9055 that duplicate entries in styles have the same effect
9056 regardless of DONT-OVERRIDE.
9057
9058 * cc-styles.el (c-set-style-2): Fixed bug where the
9059 initialization of inheriting styles failed when the
9060 dont-override flag is set.
9061
9062 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9063 on this.
9064
90652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9066
9067 * cc-defs.el (c-forward-comment): Removed the workaround
9068 introduced in 5.38 since it had worse side-effects. If a line
9069 contains the string "//\"", it regarded the // as a comment
9070 start since the \ temporarily doesn't have escape syntax.
9071
90722000-07-17 Emmanuel Briot <briot@act-europe.fr>
9073
9074 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9075 ada-xref.el before ada-prj.el, so that the Project menu is created
9076 when ada-prj tries to add to it.
9077 (ada-activate-keys-for-case): Suppress the characters that are not
9078 part of the Ada syntax. Better compatibility with else-mode
9079 (ada-adjust-case-interactive): When auto-casing is not active,
9080 correctly insert newlines (used to insert only ^M). Prevent the
9081 syntax table from being changed in case of an error
9082 (or '_' becomes part of a word and some commands are confused).
9083 Do nothing if ada-auto-case is nil.
9084 (ada-after-keyword-p): Ignore keywords that are also attributes
9085 (ada-batch-reformat): Update usage comment
9086 (ada-call-from-contextual-menu): New function
9087 (ada-case-read-exceptions): Reinitialize the casing exception list
9088 first to nil first, so that the casing exception file can be
9089 shared.
9090 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9091 files.
9092 (ada-compile-goto-error): Fix regexp used to detect a file:line
9093 anywhere in the error message
9094 (ada-contextual-menu-last-point): New variable
9095 (ada-create-keymap): If the variable delete-key-deletes-forward is
9096 t on XEmacs, it means that DEL should delete one character
9097 forward.
9098 (ada-create-menu): Use :included instead of :visible for XEmacs.
9099 New submenu "Options".
9100 (ada-end-stmt-re): Correctly indent "select ... then abort"
9101 statements.
9102 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9103 even if they don't match ada-fill-comment-prefix Fix handling of
9104 paragraphs on the first or last line of a file.
9105 (ada-format-paramlist): Fix handling of default parameter values.
9106 (ada-get-body-name): New function.
9107 (ada-get-current-indent): Optimized by searchling directly for an
9108 existing generic part or a statement outside of it. Handle
9109 ada-indent-align-comments when indenting comments Replaced some
9110 regexps by testing directly the next character. This results in a
9111 huge speedup on some files. New indentation scheme for renames
9112 statements. Stop looking for the 'while' or 'for' associated with
9113 a 'loop' at the first semicolon encountered. A "return" can also
9114 match an anonymous access subprogram declaration.
9115 (ada-get-indent-noindent): Ignore strings and comments when
9116 looking for the keywords "record" and "private".
9117 (ada-goto-matching-decl-start): When matching "if", make sure we
9118 are not in fact seeing "end if". Ignore "when" statements except
9119 when initial keyword was "begin". Fix handling of nested
9120 procedures. Add a recursive call to this function to skip over
9121 other 'end' statmts. Fix indentation for "when .. => begin"
9122 (ada-in-open-paren-p): Fix indentation for complex boolean
9123 expressions, where 'and then', 'or else' and parenthesis
9124 statements are mixed up.
9125 (ada-in-paramlist-p): Skip comments while searching for the
9126 beginning Fix handling of operator declarations.
9127 (ada-indent-align-comments): New variable
9128 (ada-indent-current): Change the syntax table only in the
9129 protected section, so that we are sure it is restored correctly.
9130 (ada-indent-on-previous-lines): Use ada-use-indent and
9131 ada-with-indent Correctly indent "select ... then"
9132 (ada-indent-region): Slight speedup.
9133 (ada-indent-renames): New variable.
9134 (ada-last-which-function-subprog, ada-last-which-function-line):
9135 New variables
9136 (ada-looking-at-semi-private): Correctly indent the 'private'
9137 keyword when it is the first word in a package declaration.
9138 (ada-loose-case-word): Stop searching if at the end of the buffer.
9139 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9140 even if point is not initially at the end of the word.
9141 (ada-matching-decl-start-re): Add "when".
9142 (ada-mode): Add support for abbrev-mode, outline-mode and
9143 which-func-mode Override the old find-file.el entry in
9144 ff-special-constructs since it is using the obsolete
9145 ada-spec-suffix variable
9146 (ada-no-auto-case): New function
9147 (ada-scan-paramlist): When parsing the argument type, accept
9148 spaces (as in "X 'Class", generated by Rational Rose).
9149 (ada-other-file-name): No longer loads the other file.
9150 (ada-popup-menu): Save and restore the current buffer and cursor
9151 position before and after displaying the menu.
9152 (ada-search-ignore-complex-boolean): New function.
9153 (ada-uncomment-region): Emacs21 already knows how to delete
9154 comments not starting in the first column.
9155 (ada-use-indent): New variable
9156 (ada-which-function): New function.
9157 (ada-with-indent): New variable
9158 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9159 can be batch-compiled from the command line.
9160
9161 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9162 Add to the menu when the file is loaded, not in ada-mode-hook.
9163 Add -toolbar to the default ddd command Switches moved from
9164 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9165 ada-prj-default-comp-opt
9166 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9167 Reference Manual to the menu
9168 (ada-check-current): rewritten as a call to ada-compile-current
9169 (ada-compile): Removed.
9170 (ada-compile-application, ada-compile-current, ada-check-current):
9171 Set the compilation-search-path so that compile.el automatically
9172 finds the sources in src_dir. Automatic scrollong of the
9173 compilation buffer. C-uC-cC-c asks for confirmation before
9174 compiling
9175 (ada-compile-current): New parameter, prj-field
9176 (ada-complete-identifier): Load the .ali file before doing
9177 processing
9178 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9179 conform to gnatmake's behavior.
9180 (ada-find-file-in-dir): New function
9181 (ada-find-references): Set the environment variables for gnatfind
9182 (ada-find-src-file-in-dir): New function.
9183 (ada-first-non-nil): Removed
9184 (ada-gdb-application): Add support for jdb, the java debugger.
9185 (ada-get-ada-file-name): Load the original-file first if not done
9186 yet.
9187 (ada-get-all-references): Handles the new ali syntax (parent types
9188 are found between <>).
9189 (ada-initialize-runtime-library): New function
9190 (ada-mode-hook): Always load a project file when a file is opened,
9191 so that the casing exceptions are correctly read.
9192 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9193 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9194 to open the project file, since the latter does not work with
9195 speedbar Get default values before loading the prj file, or the
9196 default executable file name is wrong. Use the absolute value of
9197 src_dir to initialize ada-search-directories and
9198 compilation-search-path,... Add the standard runtime library to
9199 the search path for find-file.
9200 (ada-prj-default-debugger): Was missing an opening '{'
9201 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9202 variables.
9203 (ada-prj-default-gnatmake-opt): New variable
9204 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9205 buffers, the project file is the default one Save the windows
9206 configuration before displaying the menu.
9207 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9208 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9209 ...) regexp-quote identifiers names to support operators +,
9210 -,... in regexps.
9211 (ada-remote): New function.
9212 (ada-run-application): Erase the output buffer before starting the
9213 run Support remote execution of the application. Use
9214 call-process, or the arguments are incorrectly parsed
9215 (ada-set-default-project-file): Reread the content of the active
9216 project file, not the one from the current buffer When a project
9217 file is set as the default project, all directories are
9218 automatically associated with it.
9219 (ada-set-environment): New function
9220 (ada-treat-cmd-string): New special variable ${current}
9221 (ada-treat-cmd-string): Revised. The substitution is now done for
9222 any ${...} substring
9223 (ada-xref-current): If no body was found, compiles the spec
9224 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9225 compiler to get rid of command line length limitations.
9226 (ada-xref-get-project-field): New function
9227 (ada-xref-project-files): New variable
9228 (ada-xref-runtime-library-specs-path)
9229 (ada-xref-runtime-library-ali-path): New variables
9230 (ada-xref-set-default-prj-values): Default run command now does a
9231 cd to the build directory. New field: main_unit Provide a default
9232 file name even if the current buffer has no prj file.
9233
9234 * ada-prj.el:
9235 Rewritten to show a tabbed-dialog.
9236 (ada-prj-add-ada-menu): Remove the map and name parameters.
9237 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9238 New function
9239 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9240 (ada-prj-load-from-file): New function
9241 (ada-prj-save): Always save fields that depend on the current buffer
9242 (ada-prj-show-value): New function
9243
9244 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9245 Ada mode. This will allow us to display the Ada menu in any buffer
9246 we want (for project items).
9247 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9248 number of spaces in the header.
9249
92502000-07-24 Dave Love <fx@gnu.org>
9251
9252 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9253
92542000-07-23 Noah Friedman <friedman@splode.com>
9255
9256 * type-break.el (type-break): perform autosave.
9257 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9258 (type-break-do-query): Cancel query schedule while performing
9259 actual query, to avoid possibility of a second query being made
9260 while first one is already in progress.
9261 (type-break-time-stamp-format): New variable.
9262 (type-break-time-stamp): New function.
9263 (type-break-time-warning): Use it.
9264 (type-break-keystroke-warning): Use it.
9265 (type-break-noninteractive-query): Use it.
9266
9267 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9268 cookie.
9269 Use add-minor-mode to set minor-mode-alist, if available.
9270 (eldoc-echo-area-use-multiline-p): New user option.
9271 (eldoc-echo-area-multiline-supported-p): New variable.
9272 (eldoc-docstring-format-sym-doc): Use them.
9273 (eldoc-mode): If not using idle timers, append to local post and
9274 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9275 (eldoc-display-message-no-interference-p): Don't interfere with
9276 edebug.
9277 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9278 (eldoc-function-arglist): New function.
9279 (eldoc-function-argstring): Use it.
9280
9281 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9282 auto save directory exists before calling directory-files.
9283
92842000-07-23 Dave Love <fx@gnu.org>
9285
9286 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9287 ^o, ^u.
9288
92892000-07-21 Dave Love <fx@gnu.org>
9290
9291 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9292 now passed to the function. It now works properly.
9293
9294 * smerge-mode.el (smerge-mode-menu): Fill it out.
9295
92962000-07-20 Gerd Moellmann <gerd@gnu.org>
9297
9298 * info-look.el (info-lookup): If *info* is shown in another frame
9299 on the same display, select that frame, instead of switching to
9300 the Info buffer in another window of the selected frame.
9301
9302 * simple.el (universal-argument-map): Bind numeric keypad keys
9303 kp-0 to kp-9 and kp-subtract.
9304 (digit-argument): Handle these keys.
9305
93062000-07-20 Dave Love <fx@gnu.org>
9307
9308 * net/goto-addr.el (goto-address-fontify): Don't bother with
9309 buffer-modified and read-only stuff -- irrelevant with overlays.
9310 Put an extra property on the overlays and use it to clean up in
9311 case goto-address is re-run.
9312
93132000-07-19 Richard M. Stallman <rms@gnu.org>
9314
9315 * timer.el (run-with-idle-timer): Doc fix.
9316
9317 * mail/mail-utils.el (mail-strip-quoted-names):
9318 Handle case where <...> appears inside "...".
9319 Use replace-match to edit the string more simply.
9320 (rmail-dont-reply-to): Cope with an unmatched ".
9321
93222000-07-19 Dave Love <fx@gnu.org>
9323
9324 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9325 implementation.
9326
9327 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9328 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9329 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9330
93312000-07-19 Gerd Moellmann <gerd@gnu.org>
9332
9333 * textmodes/refer.el: Correct maintainer's email address.
9334
9335 * progmodes/hideif.el: Correct author's email address.
9336 Fix typo in comment.
9337
9338 * xml.el: New file.
9339
9340 * mail/mailheader.el: Correct author's mail address.
9341
9342 * gnus/parse-time.el: Correct author's mail address.
9343
93442000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9345
9346 * comint.el (comint-highlight-input, comint-highlight-face):
9347 New user options.
9348 (comint-input-ring-file-name): Change custom type.
9349 (comint-mode-map): Bind mouse-2.
9350 (comint-insert-clicked-input): New function.
9351 (comint-send-input): Handle input highlighting.
9352
93532000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9354
9355 * mouse.el (popup-menu): New function.
9356 (mouse-major-mode-menu): Use it.
9357
93582000-07-18 Dave Love <fx@gnu.org>
9359
9360 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9361 improvements.
9362
93632000-07-18 Gerd Moellmann <gerd@gnu.org>
9364
9365 * faces.el (face-font-selection-order)
9366 (face-font-family-alternatives): Add custom type.
9367
93682000-07-18 Dave Love <fx@gnu.org>
9369
9370 * cus-edit.el (custom-variable-reset-saved)
9371 (custom-variable-reset-standard): Remove unused bindings.
9372
9373 * rect.el (open-rectangle-line): Remove unused let.
9374
9375 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9376
93772000-07-18 Gerd Moellmann <gerd@gnu.org>
9378
9379 * cdl.el: Fix `Maintainer' keyword.
9380
9381 * play/pong.el: Add author's email address.
9382
93832000-07-17 Sam Steingold <sds@gnu.org>
9384
9385 * files.el (insert-directory): Call `split-string' instead of
9386 re-implementing it.
9387
93882000-07-18 Gerd Moellmann <gerd@gnu.org>
9389
9390 * mail/vms-pmail.el: Change maintainer to FSF.
9391
9392 * net/goto-addr.el: Change maintainer to FSF.
9393
9394 * info.el (Info-title-face-alist): Removed.
9395
93962000-07-18 David Ponce <david@dponce.com>
9397
9398 * recentf.el (recentf-open-files): New command that works like
9399 `recentf-open-more-files', but shows the whole list of files (not just
9400 those omitted from the menu). Useful if you don't use a menu-bar!
9401 (recentf-open-more-files) Modified to use `recentf-open-files'.
9402
9403 (recentf-open-files, recentf-open-more-files)
9404 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9405
9406 (recentf-dialog-mode): New mode for dialogs. You can now just type
9407 "q" to cancel the dialogs.
9408
94092000-07-18 David Ponce <david@dponce.com>
9410
9411 * recentf.el: This is a major update of recentf.el. It adds new
9412 features to better organize the recentf menu and "More..." buffer.
9413
9414 Using new provided menu filtering functions you can now organize the
9415 recent files list:
9416
9417 - by major modes
9418 - by directories
9419 - by user defined rules
9420
9421 Finally, with the new `recentf-filter-changer' customizable filter you
9422 can define a ring of filters and dynamically (via the menu) cycle on
9423 each menu organization in the ring (a la msb).
9424
94252000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9426
9427 * eshell/eshell.el (eshell): Replace links to eshell.info with
9428 links to eshell, to avoid problems on systems where the manual is
9429 installed as `eshell'.
9430 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9431 * eshell/em-smart.el (eshell-smart): Ditto.
9432 * eshell/em-banner.el (eshell-banner): Ditto.
9433 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9434
9435 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9436 same-file check in the MS-DOS version (it does support inodes).
9437
9438 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9439
9440 * eshell/eshell.el (eshell-directory-name):
9441 Run default directory name through convert-standard-filename.
9442
94432000-07-18 Kenichi Handa <handa@etl.go.jp>
9444
9445 * international/mule-cmds.el (select-safe-coding-system):
9446 Fix typo in the comment.
9447
9448 * language/european.el (compound-text):
9449 Force katakana-jisx0201 to be designated to G1.
9450
9451 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9452 Don't translate some national variant characters of latin-jisx0201.
9453 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9454
9455 * international/kkc.el (kkc-after-update-conversion-functions):
9456 New variable.
9457 (kkc-update-conversion): Run functions in it at the tail.
9458
94592000-07-16 John Wiegley <johnw@gnu.org>
9460
9461 * lisp/align.el (align-newline-and-indent):
9462 Adding new function. for auto-aligning blocks of code on RET.
9463 (align-region): Fixed badly formatted minibuffer message.
9464
94652000-07-17 Kenichi Handa <handa@etl.go.jp>
9466
9467 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9468 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9469 the conversion list at first if appropriate.
9470 (kkc-next): Don't update kkc-next-count here.
9471 (kkc-prev): Don't update kkc-prev-count here.
9472 (kkc-show-conversion-list-update): Fix setting up of conversion
9473 list message.
9474
94752000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9476
9477 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9478
94792000-07-16 Dave Love <fx@gnu.org>
9480
9481 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9482 function to be more specific.
9483
9484 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9485 non-string help-echo.
9486 (widget-types-convert-widget): Defsubst it.
9487 (widget-echo-help): Try to cope with a help-echo function of two
9488 possible sorts.
9489
94902000-07-15 Jason Rumney <jasonr@gnu.org>
9491
9492 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9493 Declare as obsolete.
9494
9495 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9496
94972000-07-14 Gerd Moellmann <gerd@gnu.org>
9498
9499 * hilit-chg.el: Fix typo.
9500
95012000-07-14 Dave Love <fx@gnu.org>
9502
9503 * info.el (Info-mode-menu): Fix use of :help, :enable.
9504
95052000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9506
9507 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9508
95092000-07-13 Dave Love <fx@gnu.org>
9510
9511 * emacs-lisp/easymenu.el: Doc fixes.
9512 (easy-menu-remove): Defalias to ignore.
9513
9514 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9515 Call throw correctly.
9516
95172000-07-13 Gerd Moellmann <gerd@gnu.org>
9518
9519 * faces.el (frame-background-mode): Doc fix.
9520
9521 * simple.el (eval-expression-print-length): Change custom type to
9522 allow entering nil as value.
9523
95242000-07-13 Dave Love <fx@gnu.org>
9525
9526 * progmodes/fortran.el (fortran-imenu-generic-expression):
9527 Change definition layout.
9528 (fortran-mode-menu): Reinstate customize entries.
9529
9530 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9531 Use :filter, per old XEmacs code.
9532
95332000-07-12 Gerd Moellmann <gerd@gnu.org>
9534
9535 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9536 event when deciding what to send to the terminal.
9537
95382000-07-12 Dave Love <fx@gnu.org>
9539
9540 * cus-start.el: Add optional version as 4th element of specs and
9541 use it for several things new in v21. Remove load-path. Fix type
9542 of line-number-display-limit.
9543
95442000-07-11 Dave Love <fx@gnu.org>
9545
9546 * progmodes/fortran.el: Don't require easymenu.
9547 Use repeat counts in various regexps.
9548 (fortran-mode-syntax-table): Defvar directly.
9549 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9550 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9551 Use defvar, not defconst.
9552 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9553 (fortran-mode): Set fortran-comment-line-start-skip,
9554 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9555 (fortran-comment-indent): Use defsubst.
9556 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9557 Use fortran-comment-indent, not fortran-comment-indent-function.
9558 (fortran-comment-region, fortran-electric-line-number): Simplify.
9559 (fortran-auto-fill): New function.
9560 (fortran-do-auto-fill): Deleted.
9561 (fortran-find-comment-start-skip):
9562 Check for non-null comment-start-skip.
9563 (fortran-auto-fill-mode, fortran-fill-statement):
9564 Use fortran-auto-fill.
9565 (fortran-fill): Use fortran-auto-fill. Check for null
9566 comment-start-skip. Simplify final clause and use end-of-line finally.
9567
9568 * widget.el (widget-plist-member): New alias.
9569
95702000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9571
9572 * eshell/esh-module.el (toplevel): Reference
9573 byte-compile-current-file only if it is bound.
9574
95752000-07-10 Gerd Moellmann <gerd@gnu.org>
9576
9577 * dired.el: Don't require `dired-aux'.
9578
95792000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9580
9581 * dired-aux.el (dired-show-file-type): New function.
9582 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9583 (dired-show-file-type): Add autoload.
9584
95852000-07-10 Kenichi Handa <handa@etl.go.jp>
9586
9587 * international/mule-diag.el (describe-font): Adjusted for the
9588 change of fontset-info.
9589 (print-fontset): Likewise.
9590
95912000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9592
9593 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9594
95952000-07-07 Gerd Moellmann <gerd@gnu.org>
9596
9597 * bindings.el: Bind `[delete]' to delete-char.
9598
9599 * dired.el (dired-find-alternate-file): New function.
9600 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9601 (toplevel): Require dired-aux when compiling.
9602 (dired-buffers): Move defvar within file to avoid compiler warning.
9603
9604 * info.el (Info-last-search): Variable removed.
9605 (Info-search-history): New variable.
9606 (Info-search): New Info-search-history.
9607
9608 * battery.el, info-look.el: Change author's mail address.
9609
96102000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9611
9612 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9613 if rmail-ignored-headers is nil.
9614 (rmail-retry-failure): Bind rmail-ignored-headers and
9615 rmail-displayed-headers to nil.
9616
96172000-07-06 Gerd Moellmann <gerd@gnu.org>
9618
9619 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9620 (print-region-1): Don't hard code `-h' here.
9621
9622 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9623
96242000-07-01 Francesco Potorti` <pot@gnu.org>
9625
9626 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9627 exim can use "your message" instead of "the message".
9628
96292000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9630
9631 * facemenu.el: Docstrings fixes.
9632 (facemenu-get-face): Don't use internal-find-face.
9633 (facemenu-iterate): Rename arg to match the docstring.
9634
9635 * newcomment.el (uncomment-region): Be more careful when skipping
9636 backwards over `=' not to bump into BOBP.
9637
96382000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9639
9640 * ediff-diff.el (ediff-wordify): Use syntax table.
9641 * ediff-init.el (ediff-has-face-support-p): Use
9642 ediff-color-display-p.
9643 (ediff-color-display-p): Use display-color-p, changed to defun
9644 from defsubst.
9645 Got rid of special cases for NeXT and OS/2.
9646 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9647 face.
9648
96492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9650
9651 * emacs-lisp/lucid.el: Require CL.
9652 (copy-tree, remprop): Remove, it's provided by CL.
9653 (map-keymap): Define in terms of cl-map-keymap.
9654 (extent-property, set-extent-end-glyph): New functions.
9655
9656 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9657
96582000-07-05 Gerd Moellmann <gerd@gnu.org>
9659
9660 * Makefile.in (DONTCOMPILE): Add comment that the name may
9661 not be changed without changing the make-dist script.
9662
9663 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9664 (cl-mapc): Use mapc instead of cl-old-mapc.
9665
96662000-07-05 Andrew Innes <andrewi@gnu.org>
9667
9668 * makefile.nt: Add support for `bootstrap' and related targets.
9669
96702000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9671
9672 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9673 (easy-menu-do-define): Use `menu-item' format.
9674 Handle case where easy-menu-create-menu returns a symbol.
9675 Manually call the potential top-level filter in the function binding.
9676 (easy-menu-filter-return): New arg NAME.
9677 Convert to a keymap if MENU is an XEmacs menu.
9678 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9679 (easy-menu-converted-items-table, easy-menu-convert-item):
9680 New var and fun to memoize easy-menu-convert-item-1.
9681 (easy-menu-do-add-item): Use it.
9682 (easy-menu-create-menu): Use easy-menu-convert-item.
9683 Wrap easy-menu-filter-return around any :filter specification.
9684 Don't convert the menu if a filter was specified.
9685 Tell easy-menu-make-symbol not to check for MENU being an expression.
9686 (easy-menu-make-symbol): New arg NOEXP.
9687
96882000-07-05 Gerd Moellmann <gerd@gnu.org>
9689
9690 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9691 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9692 (eval-defun): If called with prefix arg, instrument code for
9693 Edebug.
9694
9695 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9696 similar to that of eval-defun.
9697
96982000-07-04 Dave Love <fx@gnu.org>
9699
9700 * hl-line.el (hl-line-overlay): Make it permanent-local.
9701
9702 * calendar/todo-mode.el: Replaced with a working version, based on
9703 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9704
97052000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9706
9707 * paths.el (prune-directory-list): New function.
9708 (Info-default-directory-list): Rewritten to more methodically
9709 enumerate a big list of possible info directories (based on the
9710 list used by the standalone info reader).
9711
9712 * info.el (info-initialize): Use prune-directory-list to remove
9713 non-existent directories from Info-directory-list.
9714
9715 * paths.el (Info-default-directory-list): Try a list of possible
9716 info-directories instead of a single one. Add the possible
9717 info directory "/usr/share/info".
9718
9719 * woman.el (woman-man.conf-path): Explicitly include the debian
9720 man-db config file "/etc/manpath.config".
9721 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
9722 are present in `manpath.config'.
9723 (woman-manpath): Include "/usr/share/man".
9724
97252000-07-03 Gerd Moellmann <gerd@gnu.org>
9726
9727 * frame.el (blink-cursor-mode): Don't hide cursor initially.
9728
9729 * startup.el (command-line): Initialize blink-cursor based
9730 on window-system.
9731
9732 * frame.el (blink-cursor): Default to nil if not running under
9733 a window-system.
9734
9735 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
9736 (face-x-resources): Remove duplicate entry for :font.
9737
9738 * textmodes/refer.el (refer-find-entry-internal): Use some-window
9739 instead of cycling through windows with next-window.
9740
9741 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
9742 of cycling through windows with next-window.
9743
9744 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
9745 of cycling through windows with next-window.
9746
9747 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
9748 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
9749 instead of cycling through windows with next-window.
9750
9751 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
9752 instead of cycling through windows with next-window.
9753
9754 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
9755 of cycling through windows with next-window.
9756
9757 * terminal.el (te-process-output): Use walk-windows instead of
9758 cycling through windows with next-window.
9759
9760 * server.el (server-switch-buffer): Use some-window instead of
9761 cycling through windows with next-window.
9762
9763 * window.el (some-window): New function.
9764 (walk-windows): Remove reference to walk-windows-start.
9765
9766 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
9767
97682000-07-03 Richard Stallman <rms@gnu.org>
9769
9770 * window.el (walk-windows): Guarantee termination by keeping a list
9771 of all the windows already handled.
9772
97732000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9774
9775 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
9776 window-system.
9777
9778 * man.el (Man-notify-when-ready): Don't use window-system. If
9779 Man-notify-method is newframe, and the display is not
9780 multi-frame, select the frame created for the man page.
9781 (Man-init-defvars): Doc fix.
9782
97832000-06-28 Gerd Moellmann <gerd@gnu.org>
9784
9785 * faces.el (region): Change background color for light background.
9786
9787 * ediff-wind.el (ediff-setup-control-frame): Remove :box
9788 attribute from mode-line face of Ediff control frame.
9789
9790 * replace.el (query-replace-map): Bind `e' like `E'.
9791
97922000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
9793
9794 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
9795 Change name to "Select All".
9796
9797 * dos-fns.el (convert-standard-filename): Fix last change.
9798
97992000-06-27 Gerd Moellmann <gerd@gnu.org>
9800
9801 * help.el (describe-variable): Don't insert a second `'s' in front
9802 of the string `value is shown below'. Since the syntax-table is
9803 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
9804 an existing `'s', so that this won't be deleted.
9805
9806 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
9807 * pcmpl-unix.el: New files.
9808
98092000-06-26 Stefan Monnier <monnier@cs.yale.edu>
9810
9811 * wid-edit.el (widget-member): Use the new plist-member.
9812
98132000-06-26 Gerd Moellmann <gerd@gnu.org>
9814
9815 * replace.el (perform-replace): Undo change of 2000-04-04.
9816 Instead, move backward 1 character at the end of the loop when
9817 necessary.
9818
9819 * faces.el (fringe): Change face for different backgrounds.
9820
9821 * eshell/esh-module.el (toplevel): Load defgroup's differently;
9822 patch from John.
9823
9824 * eshell/*.el: Change spelling of the Free Software Foundation.
9825
9826 * eshell/esh-toggle.el: Removed.
9827
9828 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
9829
9830 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
9831 interactively.
9832
98332000-06-26 Alex Schroeder <alex@gnu.org>
9834
9835 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
9836 `define-key'; instead of checking `(emacs-version)' check for
9837 `set-keymap-parent' and `set-keymap-name' directly. Add entries
9838 for `;' and `o' which might be electric.
9839
9840 (sql-electric-stuff): New user option.
9841 (sql-magic-go): New function which uses `sql-electric-stuff'.
9842 (sql-magic-semicolon): New function which uses
9843 `sql-electric-stuff'.
9844
9845 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
9846 is not fboundp.
9847
9848 (sql-oracle-options): New variable.
9849 (sql-oracle): Use it.
9850
9851 (sql-imenu-generic-expression): Doc change.
9852 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
9853 is used.
9854
9855 (sql-informix): Added command line parameter "-" to force
9856 sql-informix-program to use stdout.
9857
98582000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
9859
9860 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
9861 (cp864-decode-table): Doc fix.
9862 (cp720-decode-table): New variable, supports the Arabic OEM
9863 codepage used by Windows.
9864 (cp737-decode-table): New, Greek OEM codepage used by Windows.
9865
98662000-06-23 Dave Love <fx@gnu.org>
9867
9868 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
9869 (font-lock-fontify-anchored-keywords): Use
9870 line-beginning-position.
9871 (global-font-lock-mode): Use mapc.
9872
98732000-06-23 Stefan Monnier <monnier@cs.yale.edu>
9874
9875 * eshell/esh-module.el: Require CL when compiling.
9876
98772000-06-23 Gerd Moellmann <gerd@gnu.org>
9878
9879 * comint.el (comint-substitute-in-file-name): Call replace-match
9880 with second and third arg t.
9881
9882 * cus-edit.el (custom-button-face, custom-button-pressed-face):
9883 Specify foreground color.
9884
9885 * faces.el (tool-bar, mode-line, header-line): Specify foreground
9886 color.
9887
9888 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
9889
9890 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9891 cddr instead of cdddr.
9892
9893 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9894 instead of copy-list.
9895
9896 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9897 of copy-list.
9898
9899 * subdirs.el: Add eshell subdirectory.
9900
9901 * eshell: New subdirectory containing the Eshell package.
9902
9903 * pcomplete.el: New file.
9904
99052000-06-23 Paul Eggert <eggert@twinsun.com>
9906
9907 * mail/mailpost.el (post-mail-send-it): Make sure file has
9908 proper permissions from birth.
9909
9910 * files.el (basic-save-buffer-2): When temporarily setting
9911 file modes, set them to current modes plus 0200, not to 0777.
9912
9913 * emerge.el (emerge-make-temp-file): Make sure file has proper
9914 permissions from birth.
9915
99162000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9917
9918 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9919 backup file name through convert-standard-filename.
9920
9921 * dos-fns.el (convert-standard-filename): Convert leading
9922 directories as well. When long file names are supported, convert
9923 characters that are invalid in Windows file names.
9924
99252000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9926
9927 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9928 ps-print crashes. New feature: page selection for printing. Create
9929 raw-text-unix coding system for XEmacs. Doc fix.
9930 (ps-print-version): New version number (5.2.3).
9931 (ps-plot-region): Bug fix.
9932 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9933 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9934 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9935 funs.
9936 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9937 (ps-last-page): New vars.
9938
99392000-06-21 Gerd Moellmann <gerd@gnu.org>
9940
9941 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9942 empty option string.
9943
99442000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * man.el (man): Doc fix.
9947
99482000-06-21 Kenichi Handa <handa@etl.go.jp>
9949
9950 * international/mule-cmds.el (set-language-info-alist): Docstring
9951 fixed.
9952
99532000-06-20 Gerd Moellmann <gerd@gnu.org>
9954
9955 * version.el (emacs-version): Use ISO date format.
9956
9957 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9958 instead of `M-backspace'.
9959
9960 * simple.el (turn-off-auto-fill): New function.
9961
99622000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9963
9964 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9965 Renamed from with-buffer-prepared-for-font-lock and use
9966 inhibit-modification-hooks rather than setting *-change-functions.
9967 Update all functions to use the new name.
9968 (jit-lock-first-unfontify-pos): New semantics (and doc).
9969 (jit-lock-mode): Make non-interactive.
9970 Don't automatically turn on font-lock.
9971 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9972 Always use jit-lock-after-change.
9973 Remove and restore font-lock-after-change-function.
9974 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9975 (jit-lock-after-unfontify-buffer): Remove.
9976 (jit-lock-stealth-fontify):
9977 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9978 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9979
99802000-06-20 Sam Steingold <sds@gnu.org>
9981
9982 * emacs-lisp/cl-indent.el (toplevel): Indent
9983 `print-unreadable-object' properly. Untabify.
9984
99852000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9986
9987 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9988 Support for bibentry.
9989 (reftex-compile-variables): Fixed problem with end of section-re.
9990
9991 * texmodes/reftex-dcr.el (reftex-view-crossref,
9992 reftex-view-crossref-from-bibtex):
9993 Deal with changed `reftex-find-citation-regexp-format'.
9994 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9995 Replaced `remprop' with `put'.
9996 (reftex-view-crossref, reftex-view-crossref-when-idle):
9997 Support for bibentry.
9998
9999 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10000 New entry for bibentry package.
10001
10002 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10003 Regexp also matches "\nobibliography".
10004
10005 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10006 Call `reftex-ensure-write-access' before doing anything.
10007 (reftex-ensure-write-access): New function.
10008
100092000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10010
10011 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10012
10013 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10014
10015 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10016
10017 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10018
10019
100202000-06-20 Dave Love <fx@gnu.org>
10021
10022 * faces.el (frame-background-mode): Use set-default, not set, in
10023 setter.
10024 (frame-update-faces, frame-update-face-colors): Define with
10025 defalias.
10026
10027 * enriched.el (enriched-decode-foreground)
10028 (enriched-decode-background): Don't use internal-find-face.
10029
10030 * apropos.el: Doc fixes.
10031
10032 * cus-edit.el (customize-changed-options): Check arg.
10033 (customize-version-lessp): Don't require decimal point.
10034
10035 * custom.el (defcustom, defgroup): Doc fix.
10036
10037 * newcomment.el (comment) <defgroup>: Add :version.
10038 (comment-multi-line): Doc fix.
10039
10040 * emulation/mlsupport.el (define-hooked-local-abbrev,
10041 define-hooked-global-abbrev): Fix, using define-abbrev.
10042
100432000-06-19 Gerd Moellmann <gerd@gnu.org>
10044
10045 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10046 the whole buffer.
10047
100482000-06-19 Dave Love <fx@gnu.org>
10049
10050 * menu-bar.el (menu-bar-options-save): New function.
10051 (menu-bar-options-menu): Use it.
10052 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10053 Simplify.
10054
100552000-06-19 Andreas Schwab <schwab@suse.de>
10056
10057 * progmodes/etags.el (tags-query-replace): Put new parameters
10058 START and END at the end, for backward compatibility.
10059
100602000-06-19 Kenichi Handa <handa@etl.go.jp>
10061
10062 * international/codepage.el:
10063 (cp-coding-system-for-codepage-1): Delete special codes for
10064 generating xxx-dos coding system because now a CCL based coding
10065 system can handle EOL conversion by default.
10066
10067 * international/mule.el (make-coding-system): Generate subsidiary
10068 coding systems for EOL handling variants even for a CCL based
10069 coding system.
10070
100712000-06-19 Kenichi Handa <handa@etl.go.jp>
10072
10073 * international/isearch-x.el (isearch-minibuffer-input-method)
10074 (isearch-minibuffer-input-method-function): These variables
10075 deleted.
10076 (isearch-with-input-method): Don't use the above variables.
10077 (isearch-process-search-multibyte-characters): Likewise. Call
10078 read-string with the arg INHERIT-INPUT-METHOD t.
10079
100802000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10081
10082 * font-lock.el (font-lock-after-fontify-buffer)
10083 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10084
10085 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10086 Use consistent make-local-variable style for font-lock-fontified.
10087 (jit-lock-fontify-buffer):
10088 Don't bother checking for font-lock-mode and jit-lock-mode.
10089
10090 * time.el: Remove trailing ^M that prevent CVS-merging.
10091
100922000-06-16 Gerd Moellmann <gerd@gnu.org>
10093
10094 * Makefile.in (distclean): New target.
10095
100962000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10097
10098 * Makefile.in (srcdir): Define for update-subdirs.
10099
101002000-06-16 Gerd Moellmann <gerd@gnu.org>
10101
10102 * find-lisp.el: New file.
10103
101042000-06-16 Andrew Innes <andrewi@gnu.org>
10105
10106 * time.el (display-time-mail-function): New variable, to allow
10107 external packages to indicate when new mail is available.
10108 (display-time-update): Use it.
10109
101102000-06-16 Kenichi Handa <handa@etl.go.jp>
10111
10112 * international/mule.el (mule-version): Change version name to
10113 SAKAKI. AOI has already been used by Meadow.
10114
10115 * international/quail.el (quail-show-guidance-buf): To find the
10116 bottom window (but minibuffer), pay attention to the height of
10117 minibuffer.
10118
101192000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10120
10121 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10122 menu-bar menus. Add help strings. Don't remove the Edit menu
10123 from the menu bar, as the menu bar has enough space now.
10124
10125 * Makefile.in (SHELL): Make sure /bin/sh is used.
10126
10127 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10128 characters, which use series of two ^H characters instead of one.
10129
101302000-06-15 Gerd Moellmann <gerd@gnu.org>
10131
10132 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10133 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10134 functions.
10135 (Info-find-node-2): Try a case-sensitive search first, then
10136 do a case-insensitive search.
10137
10138 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10139 tutorials.
10140
10141 * complete.el (PC-env-vars-alist): New variable.
10142 (PC-complete-as-file-name): New function.
10143 (partial-completion-mode): Initialize PC-env-vars-alist from
10144 process-environment.
10145 (PC-do-completion): Handle completion of env vars.
10146
10147 * info.el (Info-set-mode-line): Show file name in mode line,
10148 use `*Info*' instead of `Info:'.
10149
10150 * startup.el (command-line-1): Change copyright messages to year
10151 2000.
10152
101532000-06-15 Dave Love <fx@gnu.org>
10154
10155 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10156 not local-map.
10157
101582000-06-15 Kenichi Handa <handa@etl.go.jp>
10159
10160 * international/mule.el (set-buffer-file-coding-system): Almost
10161 rewritten to handle `undecided' as no-op.
10162
101632000-06-14 Gerd Moellmann <gerd@gnu.org>
10164
10165 * Makefile.in: New file.
10166
10167 * Makefile: Removed.
10168
10169 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10170 (goto-address-highlight-keymap): Bind C-c RET.
10171
101722000-06-14 Kenichi Handa <handa@etl.go.jp>
10173
10174 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10175 inherits buffer-file-coding-system of the current buffer.
10176
10177 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10178 0. Give correct argument to set-auto-coding-function.
10179 (tar-expunge): For goto-char, use (point-min), not 0.
10180 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10181 (tar-subfile-save-buffer): Likewize.
10182
10183 * international/mule.el
10184 (after-insert-file-set-buffer-file-coding-system): Call
10185 set-buffer-file-coding-system with the arg FORCE t.
10186
101872000-06-13 Gerd Moellmann <gerd@gnu.org>
10188
10189 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10190 nil. Contemporary sendmails issue an X-Authentication-Warning if
10191 the sender is set with `-f'.
10192
101932000-06-13 Dave Love <fx@gnu.org>
10194
10195 * help.el (describe-function-1): Kluge around cases of functions
10196 fset to subrs whose doc doesn't match their symbol-name.
10197
10198 * image.el (insert-image): Default STRING to a space.
10199
10200 * info.el Doc fixes.
10201 (Info-build-node-completions): Match Ref tags.
10202
102032000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10204
10205 * frame.el (display-multi-frame-p, display-multi-font-p): New
10206 defaliases for display-graphic-p.
10207
10208 * hl-line.el: Fixed a typo in commentary.
10209
102102000-06-13 Kenichi Handa <handa@etl.go.jp>
10211
10212 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10213 fixed.
10214
102152000-06-12 Dave Love <fx@gnu.org>
10216
10217 * image.el (insert-image): Save a little consing.
10218
102192000-06-12 Kenichi Handa <handa@etl.go.jp>
10220
10221 * language/tibet-util.el: Convert all tibetan-1-column characters
10222 to the corresponding tibetan characters.
10223 (tibetan-add-components): Delete code for the special treatment of
10224 'a chung.
10225
10226 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10227 change.
10228 (tibetan-vowel-transcription-alist): More rules added.
10229 (tibetan-composite-vowel-alist): New variable.
10230 (tibetan-precomposition-rule-alist): More rules added.
10231
102322000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * startup.el (command-line): Only call menu-bar-mode if interactive.
10235
10236 * thingatpt.el (toplevel symbol-properties):
10237 * textmodes/makeinfo.el (makeinfo-compile):
10238 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10239 * progmodes/hideif.el (hif-compress-define-list)
10240 (hide-ifdef-use-define-alist):
10241 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10242 (ange-ftp-vms-add-file-entry):
10243 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10244 * man.el (Man-build-man-command):
10245 * mail/rnewspost.el (news-reply-header-hook):
10246 * info.el (Info-insert-dir):
10247 * emulation/mlconvert.el (backward-word, forward-word, setq):
10248 * emacs-lisp/gulp.el (gulp-send-requests):
10249 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10250 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10251 (byte-optimize-apply, end of file):
10252 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10253 (ad-make-freeze-definition):
10254 * startup.el (command-line, command-line-1): Don't quote lambdas.
10255
10256 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10257 (cvs-cleanup-removed): New function.
10258 (cvs-cleanup-functions): New var.
10259 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10260 some flexibility in specifying additional entries to auto-cleanup.
10261 (cvs-quickdir): New function.
10262 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10263 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10264 (cvs-mode-find-file): Check that we are on a filename or dirname
10265 when invoked through a mouse-click.
10266 (cvs-full-path): Remove.
10267 (cvs-dired-action): Re-introduced.
10268 (cvs-dired-noselect): Use it.
10269 (vc-post-command-functions): use this new hook if available.
10270
10271 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10272 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10273 (cvs-filename-map, cvs-dirname-map): Remove.
10274 (cvs-default-action): Remove.
10275 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10276 if the arg is really a keymap.
10277 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10278 Don't hardcode the mapping from state (aka type) to face, but check
10279 the var cvs-fi-<type>-face instead.
10280 (cvs-fileinfo-from-entries): New function.
10281
10282 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10283 Docstring fix.
10284 (cvs-find-file-and-jump): Change default to be safer.
10285 (cvs-mode-diff-map): Define it as a function as well.
10286 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10287 Bind mouse-2 in this global map rather than with text-properties.
10288
10289 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10290 file to resolve the ambiguity between C(conflict) and C(need-merge).
10291
102922000-06-12 Kenichi Handa <handa@etl.go.jp>
10293
10294 * international/mule.el (set-buffer-file-coding-system): If
10295 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10296 unconditionally.
10297
102982000-06-12 Dave Love <fx@gnu.org>
10299
10300 * wid-edit.el (widget-specify-button): Really suppress the face if
10301 required.
10302
103032000-06-11 Gerd Moellmann <gerd@gnu.org>
10304
10305 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10306
103072000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10308
10309 * imenu.el (imenu-generic-expression): Docstring fix.
10310
10311 * composite.el (composition-function-table): Move the `put'
10312 below the autoload cookie so we can load the file before loaddefs.
10313
10314 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10315
10316 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10317 Handle easy-mmode-define-global-mode.
10318 For complex macros like define-minor-mode that can generate
10319 several autoload entries, try to autoload entries in the
10320 macroexpanded code.
10321
10322 * emacs-lisp/easy-mmode.el (define-minor-mode):
10323 If KEYMAP is a symbol, just use it.
10324 Use byte-compile-current-file and load-file-name to infer the
10325 proper :require to pass to defcustom.
10326 Wrap the hook var into `progn' so as not to autoload it.
10327 Add a :autoload-end cookie.
10328 Be more careful about the evaluation of KEYMAP.
10329 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10330 (define-derived-mode): Move define-abbrev-table outside of defvar.
10331
103322000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10333
10334 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10335 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10336 (backup-compiled-files): Ignore errors during `tar'.
10337 (bootstrap): Make autoloads before elc files.
10338
103392000-06-10 Kenichi Handa <handa@etl.go.jp>
10340
10341 * international/mule.el (set-buffer-file-coding-system): If one of
10342 undecided-XXX is specified, change only EOL conversion.
10343
10344 * international/mule-conf.el (unix): New alias for the coding
10345 system undecided-unix.
10346
103472000-06-09 Dave Love <fx@gnu.org>
10348
10349 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10350
10351 * progmodes/executable.el: Byte compile dynamic.
10352 (executable-insert): Change custom type.
10353 (executable-find): Add autoload cookie.
10354 (executable-make-buffer-file-executable-if-script-p): New
10355 function. After Noah Friedman.
10356
10357 * files.el (after-save-hook): Customize, with
10358 executable-make-buffer-file-executable-if-script-p as an option.
10359
103602000-06-09 Kenichi Handa <handa@etl.go.jp>
10361
10362 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10363 "tib24p-mule.bdf" for Tibetan.
10364
10365 * composite.el (decompose-composite-char): Declare it as obsolete.
10366
10367 * man.el (Man-fontify-manpage): Pay attention to underline and
10368 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10369
103702000-06-08 Gerd Moellmann <gerd@gnu.org>
10371
10372 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10373 Set maintainer to FSF since author isn't reachable.
10374
103752000-06-08 Dave Love <fx@gnu.org>
10376
10377 * international/mule-cmds.el (select-safe-coding-system): If
10378 DEFAULT-CODING-SYSTEM is not specified, also check the most
10379 preferred coding-system if buffer-file-coding-system is
10380 `undecided'. From Handa.
10381
103822000-06-08 Kenichi Handa <handa@etl.go.jp>
10383
10384 * international/mule.el
10385 (after-insert-file-set-buffer-file-coding-system): If the buffer
10386 size is greater than INSERTED, judget that we are not visiting.
10387
103882000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10389
10390 * whitespace.el (defgroup whitespace): Comment out `:version'.
10391 XEmacs 20.4 has problems defining the group with this present.
10392 We'll have this commented out till get resolve the problem.
10393
103942000-06-07 John Wiegley <johnw@gnu.org>
10395
10396 * align.el (align-dq-string-modes, align-sq-string-modes)
10397 (align-open-comment-modes): Add pyhton-mode.
10398 (align-rules-list): Use get-text-property instead of
10399 text-properties-at.
10400 (align-rules-list): Add python-assignment.
10401 (align-rules-list): Change perl-comma-delimiter to
10402 basic-comma-delimiter. Use if for Perl modes and python-mode.
10403 (align-rules-list): Add python-chain-logic and
10404 basic-line-continuation.
10405
104062000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10407
10408 * apropos.el (apropos-mode-hook): New user variable.
10409 (apropos-mode): Run apropos-mode-hook.
10410
104112000-06-07 David Ponce <david@dponce.com>
10412
10413 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10414 commands. Require `wid-edit' at run-time.
10415
104162000-06-07 David Ponce <david@dponce.com>
10417
10418 * recentf.el: Added some "Commentary".
10419 (recentf-open-more-files, recentf-edit-list): Minor changes to
10420 move the point at the top of the file list. This behaviour is
10421 consistent with the menu one when the list contains a lot of
10422 files.
10423 (recentf-cleanup): Now displays the number of items removed from
10424 the list.
10425 (recentf-relative-filter) New menu filter to show filenames
10426 relative to `default-directory'.
10427
104282000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10429
10430 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10431 with/without giving an error if PostScript printer doesn't have this
10432 kind of page size. Zebra Stripe continues or restarts on next page.
10433 Manual/automatic paper feeding. Switch or not the header.
10434 (ps-print-version): New version number (5.2.2).
10435 (ps-windows-system): Include emx as a Windows system.
10436 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10437 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10438 (ps-background-text): Code fix.
10439 (ps-error-handler-message, ps-user-defined-prologue)
10440 (ps-print-prologue-header, ps-printer-name)
10441 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10442 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10443 (ps-use-face-background): Customization fix.
10444 (ps-n-up-database): Data fix.
10445 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10446 (ps-switch-header): New vars.
10447 (ps-xemacs-color-name, ps-face-foreground-name)
10448 (ps-face-background-name, ps-boolean-constant): New funs.
10449
104502000-06-07 Dave Love <fx@gnu.org>
10451
10452 * allout.el: New version from Manheimer.
10453
104542000-06-07 Kenichi Handa <handa@etl.go.jp>
10455
10456 * textmodes/fill.el (fill-find-break-point): Check the validity of
10457 charset.
10458
104592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10460
10461 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10462 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10463 Call display-color-p and display-mouse-p instead of looking at
10464 window-system.
10465
104662000-06-06 Dave Love <fx@gnu.org>
10467
10468 * image.el (find-image): Doc fix. Return nil if image not found.
10469 (put-image, insert-image): Make STRING arg optional.
10470
104712000-06-06 Kenichi Handa <handa@etl.go.jp>
10472
10473 * language/vietnamese.el: Remove eval-when-compile.
10474 (viet-viscii-nonascii-translation-table): Define it as a
10475 translation table made from viet-viscii-decode-table.
10476 (viet-viscii-encode-table): Define it as a translation table made
10477 from the reverse map of above.
10478 (viet-vscii-nonascii-translation-table): Define it as a
10479 translation table made from viet-vscii-decode-table.
10480 (viet-vscii-encode-table): Define it as a translation table made
10481 from the reverse map of above.
10482 (ccl-decode-viscii): Use translate-character.
10483 (ccl-encode-viscii, ccl-encode-viscii-font)
10484 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10485 Likewize.
10486
10487 * language/cyrillic.el: Remove eval-when-compile.
10488 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10489 translation table made from cyrillic-koi8-r-decode-table.
10490 (cyrillic-koi8-r-encode-table): Define it as a translation table
10491 made from the reverse map of above.
10492 (ccl-decode-koi8): Use translate-character.
10493 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10494 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10495 a translation table made from cyrillic-alternativnyj-decode-table.
10496 (cyrillic-alternativnyj-encode-table): Define it as a translation
10497 table made from the reverse map of above.
10498 (ccl-decode-alternativnyj): Use translate-character.
10499 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10500 Likewize
10501
10502 * international/mule-diag.el (non-iso-charset-alist): Specify
10503 translation table symbol instead of translation table itself.
10504 (list-block-of-chars): CHARSET may be a translation table symbol.
10505
10506 * international/mule.el (make-coding-system): If CODING-SYSTEM
10507 already exists, override it.
10508
10509 * international/fontset.el: Use family `proportional' for Tibetan
10510 fonts.
10511
10512 * international/ccl.el (ccl-compile-translate-character): Don't
10513 check if Rrr has property translation-table.
10514 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10515
105162000-06-05 Gerd Moellmann <gerd@gnu.org>
10517
10518 * info.el: Bind case-fold-search to t when searching in case
10519 a user sets it to nil in a hook.
10520
105212000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10522
10523 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10524 * hl-line.el (hl-line-mode): Use the new :global key argument.
10525
10526 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10527 (tar-clip-time-string): Prepend a space.
10528 (tar-grind-file-mode): Construct a string rather than modifying one.
10529 (tar-header-block-summarize): Fix docstring.
10530 Use `format' rather than an error-prone set of copy-loops.
10531
10532 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10533 (diff-goto-source, diff-unified->context, diff-context->unified)
10534 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10535 understand the format output by the `-p' argument to diff.
10536
10537 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10538 (sh-re-done): Use defconst.
10539 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10540 (sh-help-string-for-variable, sh-guess-basic-offset):
10541 Don't quote lambdas.
10542 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10543 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10544
10545 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10546 (mh-letter-mode): Derive from text-mode.
10547 This implicitly means that it now calls kill-all-local-variables.
10548 Also remove the Emacs-18 compatibility code.
10549
10550 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10551 Make use of symbol-property doc-string-elt.
10552 Use memq rather than a sequence of eq.
10553 (doc-string-elt): Fix the wrong or missing previously unused values.
10554 (autoload-print-form): New function extracted from
10555 generate-file-autoloads to allow recursion when handling progn
10556 so that defvar's and defun's docstrings are properly printed.
10557 (generate-file-autoloads): Use it.
10558
10559 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10560 Use find-file-hooks in the minor-mode function.
10561 Be careful not to loop indefinitely in the post-command-hook function.
10562
105632000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10564
10565 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10566 tty's.
10567 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10568 differences whenever appropriate.
10569 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10570 * viper.el (find-file, find-file-other-window): Get viper to do
10571 wildcards.
10572
105732000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10574
10575 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10576 (jit-lock-fontify-buffer): New function for JIT refontification.
10577 (jit-lock-mode): Fix docstring.
10578 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10579 Remove jit-lock-after-change from the _local_ hook.
10580 (jit-lock-function-1): Fix docstring.
10581
10582 * info.el (Info-on-current-buffer): Initialize info.
10583
10584 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10585
10586 * progmodes/tcl.el (tcl-indent-for-comment):
10587 Ignore comment-indent-hook.
10588
10589 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10590 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10591 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10592 and improve to use the lighter to guess the capitalization.
10593 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10594 Add keyword arguments to specify global-ness or the custom group.
10595 Add local-map and help-echo properties to the lighter.
10596 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10597 (easy-mmode-define-global-mode): New macro.
10598
105992000-06-02 Dave Love <fx@gnu.org>
10600
10601 * wid-edit.el: byte-compile-dynamic since we typically don't use
10602 all the widgets. Don't require cl or widget. Remove
10603 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10604 (widget-read-event): Removed. Callers changed to use read-event.
10605 (widget-button-release-event-p): Renamed from
10606 button-release-event-p.
10607 (widget-field-add-space, widget-field-use-before-change):
10608 Uncustomize.
10609 (widget-specify-field): Use keymap property, not local-map.
10610 (widget-specify-button): Obey :suppress-face.
10611 (widget-specify-insert): Use modern backquote syntax.
10612 (widget-image-directory): Renamed from widget-glyph-directory.
10613 (widget-image-enable): Renamed from widget-glyph-enable.
10614 (widget-image-find): Replaces widget-glyph-find.
10615 (widget-button-pressed-face): Move defvar.
10616 (widget-image-insert): Replaces widget-glyph-insert.
10617 (widget-convert): Use keywordp.
10618 (widget-leave-text, widget-children-value-delete): Use mapc.
10619 (widget-keymap): Remove XEmacs stuff.
10620 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10621 (widget-button-click): Don't set point at the click, but re-centre
10622 if we scroll out of window. Rewritten for images v. glyphs &c.
10623 (widget-tabable-at): Use POS arg, not point.
10624 (widget-beginning-of-line, widget-end-of-line)
10625 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10626 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10627 (widget-default-create): Use widget-image-insert; some rewriting.
10628 (widget-visibility-value-create)
10629 (widget-push-button-value-create, widget-toggle-value-create): Use
10630 widget-image-insert.
10631 (checkbox): Create on and off images dynamically.
10632 (documentation-link): Change :help-echo.
10633 (widget-documentation-link-echo-help): Remove.
10634
106352000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10636
10637 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10638
10639 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10640 (easy-mmode-define-toggle, define-minor-mode): Use it.
10641 (easy-mmode-define-keymap): Docstring fix.
10642 (define-derived-mode): Default PARENT to fundamental-mode.
10643 Add the derived-mode-parent symbol-property.
10644 (easy-mmode-derived-mode-p): New function.
10645
106462000-06-02 Dave Love <fx@gnu.org>
10647
10648 * files.el (convert-standard-filename): Doc fix.
10649 (normal-backup-enable-predicate): New function.
10650 (backup-enable-predicate): Use it to replace the lambda form.
10651
10652 * calendar/todo-mode.el: [This needs more work on the outline
10653 stuff.] Doc fixes.
10654 (todo) <defgroup>: Add :version.
10655 (todo-add-category): Don't use pushnew.
10656 (todo-cmd-raise): Fix typo.
10657 (todo-top-priorities): Change temp buffer name.
10658 (todo-category-alist): Avoid redundant lambda.
10659 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10660 Use outline-next-heading.
10661
10662 * autoarg.el: Rewritten to use define-minor-mode.
10663 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10664 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10665
106662000-06-02 Kenichi Handa <handa@etl.go.jp>
10667
10668 * isearch.el (isearch-other-meta-char): Fix previous change.
10669
106702000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10671
10672 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10673 (log-edit-done): Only add the comment to the ring if it's different
10674 from the last comment entered.
10675
10676 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10677
106782000-06-01 Dave Love <fx@gnu.org>
10679
10680 * hl-line.el: Rewritten using define-minor-mode.
10681
10682 * help.el (describe-function-1): Distinguish special form from
10683 builtin function. Sanity-check presence of arglist for builtins.
10684
106852000-06-01 Kenichi Handa <handa@etl.go.jp>
10686
10687 * international/characters.el: Fix syntax/category setting of
10688 Tibetan characters.
10689
10690 * language/tibet-util.el (tibetan-add-components): Fixes for new
10691 encoding of Tibetan characters.
10692 (tibetan-decompose-precomposition-alist): New variable.
10693 (tibetan-decompose-region): Convert precomposed characters to
10694 non-precomposed characters.
10695 (tibetan-decompose-string): Likewise.
10696 (tibetan-composition-function): Fix args to
10697 thibetan-compose-string.
10698
10699 * language/tibetan.el (tibetan-composable-pattern): More
10700 characters included.
10701 (tibetan-consonant-transcription-alist): Rule for "R" added.
10702 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10703 "+R" added.
10704 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10705
10706 * language/lao-util.el (lao-composition-function): Fix args to
10707 compose-string.
10708
10709 * language/thai-util.el (thai-composition-function): Fix args to
10710 compose-string.
10711
10712 * isearch.el (isearch-update): Set disable-point-adjustment to t
10713 to prevent the point moving to the end of a composition when a
10714 part of a composition is searched.
10715 (isearch-other-meta-char): If the key invoking this command can be
10716 mapped by function-key-map to a printing char, call
10717 isearch-process-search-char directly.
10718
107192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10720
10721 * emacs-lisp/bytecomp.el:
10722 * frame.el:
10723 * international/mule-cmds.el:
10724 * international/mule-util.el:
10725 * international/mule.el:
10726 * mouse.el:
10727 * subr.el:
10728 * faces.el: Update calls to make-obsolete with a WHEN argument.
10729
10730 * byte-run.el (make-obsolete, make-obsolete-variable):
10731 Add an optional WHEN argument and change the format of the
10732 symbol-property information.
10733 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
10734 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
10735 new obsolete-symbol-property format and print WHEN if it is provided.
10736
107372000-05-31 Dave Love <fx@gnu.org>
10738
10739 * loadhist.el (loadhist-hook-functions): Remove
10740 before-change-function, after-change-function.
10741 (unload-feature): Deal with symbols which are both bound and
10742 fbound.
10743
10744 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
10745 before-change-function, after-change-function.
10746
10747 * simple.el (newline): Don't bind before-change-function,
10748 after-change-function.
10749
107502000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
10751
10752 * whitespace.el (whitespace-rescan-timer-time): Update interval
10753 set to 600 seconds (10 minutes) instead of 60 seconds since
10754 a large number of whitespace buffers causes emacs to `freeze'
10755 for a considerable amount of time.
10756
10757 * whitespace.el: Updated email address
10758
107592000-05-31 Dave Love <fx@gnu.org>
10760
10761 * add-log.el (change-log-font-lock-keywords) <function>: Add
10762 pattern for function of change.
10763 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
10764 acknowledgements patterns.
10765
107662000-05-31 Kenichi Handa <handa@etl.go.jp>
10767
10768 * isearch.el (isearch-printing-char): If keyboard coding system is
10769 being used, call isearch-process-search-multibyte-characters.
10770
10771 * international/isearch-x.el: Mostly rewritten.
10772
10773 * international/quail.el (quail-start-conversion): Don't include
10774 unhandled events in the returned events, but set them in
10775 unread-command-events. Exit if all inputs are deleted.
10776
107772000-05-30 Jason Rumney <jasonr@gnu.org>
10778
10779 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
10780
10781 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
10782 Reenable code to create initial fontsets.
10783 Use set-fontset-font in place of put-charset-property.
10784
107852000-05-30 Gerd Moellmann <gerd@gnu.org>
10786
10787 * progmodes/perl-mode.el (perl-indent-line): When looking for a
10788 label, ensure that the first colon isn't followed by another.
10789
10790 * paths.el (Info-default-directory-list): Doc fix.
10791
10792 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
10793 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
10794 send a query containing USER only, not USER@HOST.
10795
10796 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
10797 and rmail-msgend to compute the restriction at the end, instead of
10798 computing it.
10799
108002000-05-29 Gerd Moellmann <gerd@gnu.org>
10801
10802 * dabbrev.el (dabbrev-expand): Don't display messages in the
10803 echo area if the minibuffer window is active.
10804
10805 * jit-lock.el (jit-lock-mode): Add after change function to
10806 local hook.
10807
108082000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
10809
10810 * antlr-mode.el: New commands: hide/unhide actions,
10811 upcase/downcase literals.
10812 (antlr-tiny-action-length): New user option.
10813 (antlr-hide-actions): New command. Suggested by
10814 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
10815 (antlr-mode-map): New binding [C-c C-v].
10816 (antlr-mode-menu): New entries.
10817 (antlr-downcase-literals): New command.
10818 (antlr-upcase-literals): Ditto.
10819
10820 * antlr-mode.el: Minor changes: indendation, mode-name.
10821 (antlr-indent-line): Indent cpp directive at column 0.
10822 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
10823
10824 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
10825 (antlr-font-lock-additional-keywords): Workaround for intentional
10826 bug in XEmacs version of font-lock.
10827 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
10828 be used by a smarter version of `buffers-menu-grouping-function'.
10829
108302000-05-29 Gerd Moellmann <gerd@gnu.org>
10831
10832 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
10833 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
10834
108352000-05-29 Kenichi Handa <handa@etl.go.jp>
10836
10837 * international/encoded-kb.el
10838 (encoded-kbd-iso2022-designation-map): Pay attention to that
10839 charset-iso-final-char return -1 for eight-bit-control and
10840 eight-bit-graphic.
10841
108422000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10843
10844 * speedbar.el (speedbar-use-images, speedbar-update-flag)
10845 (speedbar-easymenu-definition-base): Use display-graphic-p where
10846 available, instead of window-system.
10847
108482000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
10849
10850 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10851 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
10852 coding systems.
10853
108542000-05-26 Dave Love <fx@gnu.org>
10855
10856 * disp-table.el (standard-display-underline): Don't use
10857 internal-find-face.
10858
10859 * mail/reporter.el: Maintainer change. Doc fixes.
10860 (reporter-version): Deleted.
10861
10862 * emacs-lisp/elp.el: Maintainer change.
10863 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
10864
108652000-05-26 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * add-log.el (add-change-log-entry): Merge the current entry with the
10868 previous one if the previous one is empty.
10869
108702000-05-26 Dave Love <fx@gnu.org>
10871
10872 * loadhist.el (unload-feature): Fix interactive spec [from
10873 lijnzaad@ebi.ac.uk].
10874
10875 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
10876 subr-arity to check primitives.
10877 (byte-compile-flush-pending, byte-compile-file-form-progn)
10878 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
10879 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
10880 mapcar.
10881
108822000-05-26 Kenichi Handa <handa@etl.go.jp>
10883
10884 * international/fontset.el: Set family names of non-latin charsets
10885 in default fontset to "*".
10886
10887 * international/mule-diag.el (print-fontset): Combine family part
10888 and registry part of the fontname by "-*-" instead of "-".
10889
10890 * international/mule-cmds.el (encode-coding-char): Make strings
10891 multibyte before calling encode-coding-string.
10892
108932000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10894
10895 * derived.el: Fix keywords.
10896 (define-derived-mode): Only define if needed.
10897
10898 * simple.el (fill-comment, comment-column, comment-start)
10899 (comment-start-skip, comment-end, comment-indent-function)
10900 (block-comment-start, block-comment-end, indent-for-comment)
10901 (set-comment-column, kill-comment, comment-padding, comment-region)
10902 (comment-multi-line, indent-new-comment-line): Remove.
10903
10904 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10905 function names for comment operations.
10906
10907 * newcomment.el: Add abundant autoload cookies.
10908 (comment-style): Don't depend on runtime data at compile-time.
10909 (comment-indent-hook): Remove.
10910 (comment-indent): Check if comment-indent-hook is bound.
10911 (comment-region): Docstring fix.
10912
109132000-05-25 Dave Love <fx@gnu.org>
10914
10915 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10916 byte-code-function-p.
10917
10918 * mail/rmailsum.el: Add provide.
10919
10920 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10921
10922 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10923 defcustom.
10924
109252000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
10926
10927 * ediff-diff.el (ediff-exec-process): delete --binary option from
10928 non-buffer ediff jobs.
10929
109302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10931
10932 * hilit-chg.el (highlight-changes-mode): Ask about color or
10933 grayscale support, not about window-system.
10934
10935 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10936 window-system.
10937 (ffap-highlight): Always default to t.
10938
10939 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10940 display-popup-menus-p instead of looking at window-system.
10941
10942 * disp-table.el (standard-display-g1, standard-display-graphic):
10943 Only refuse to use string glyphs on X and MS-Windows.
10944
10945 * avoid.el: Remove window-system from commentary, suggest to use
10946 display-*-p instead.
10947
10948 * apropos.el (apropos-print): Use display-mouse-p instead of
10949 window-system.
10950
109512000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10952
10953 * international/codepage.el (cp-decoding-vector-for-codepage):
10954 Fill up unsupported characters with their own codes. From Kenichi
10955 Handa.
10956
109572000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10958
10959 * international/mule-diag.el (describe-char-after): Use
10960 display-graphic-p instead of window-system, so that this function
10961 works on MS-DOS.
10962
109632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10964
10965 * international/codepage.el (cp-make-coding-systems-for-codepage):
10966 Remove the eight-bit-graphic and eight-bit-control charsets from
10967 the list of charsets which we convert into `?'.
10968
109692000-05-25 Kenichi Handa <handa@etl.go.jp>
10970
10971 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10972 private charsets.
10973 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10974 japanese-jisx0213-2): New charsets.
10975
10976 * international/fontset.el: Setup default fontset for new charsets.
10977
109782000-05-24 Dave Love <fx@gnu.org>
10979
10980 * info.el (Info-find-node-2): Restructure [following "Vadim
10981 S. Solomin" <sovs@uic.nnov.ru>].
10982
10983 * icomplete.el: Fix header for Finder.
10984
109852000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10986
10987 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10988 STAY.
10989
10990 * rmail.el (rmail-automatic-folder-directives): New user variable.
10991 (rmail-show-message): Add call to `rmail-auto-file' during
10992 display.
10993 (rmail-auto-file): New function.
10994
109952000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10996
10997 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
10998 account.
10999 (ediff-test-utility,ediff-diff-mandatory-option)
11000 (ediff-reset-diff-options): Utilities for proper initialization of
11001 ediff-diff-options and ediff-diff3-options on Windows.
11002
11003 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11004 variable.
11005
11006 * ediff-mult.el (ediff-filegroup-action): Use
11007 ediff-merge-filename-prefix.
11008
110092000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11010
11011 * viper-ex.el (ex-write): Set selective display to nil.
11012
110132000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11014
11015 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11016 aliases for hebrew-iso-8bit.
11017
110182000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11019
11020 * woman.el: New version from Francis J. Wright
11021 <F.J.Wright@Maths.QMW.ac.uk>.
11022 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11023 names in environment variables regardless of the path separator.
11024 (woman-topic-all-completions-1): Don't call file-name-directory-p
11025 on all files, since woman-file-regexp already filters out any
11026 directories.
11027
110282000-05-24 Kenichi Handa <handa@etl.go.jp>
11029
11030 * international/quail.el (quail-start-translation): Don't change
11031 modified-p of the current buffer.
11032 (quail-start-conversion): Likewise.
11033
11034 * international/kkc.el (kkc-region): Don't change modified-p of
11035 the current buffer.
11036
11037 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11038 conform to RFC1468.
11039 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11040
110412000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11042
11043 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11044 (speedbar-insert-button): Invisible text property fix.
11045 (speedbar-directory-plus): Renamed from speedbar-directory-+
11046 (speedbar-directory-minus): Renamed from speedbar-directory--
11047 (speedbar-page-plus): Renamed from speedbar-file-+
11048 (speedbar-page-minus): Renamed from speedbar-file--
11049 (speedbar-page): Renamed from speedbar-file-
11050 (speedbar-tag): Renamed from speedbar-tag-
11051 (speedbar-tag-plus): Renamed from speedbar-tag-+
11052 (speedbar-tag-minus): Renamed from speedbar-tag--
11053 (speedbar-expand-image-button-alist): Use above renames.
11054
11055 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11056 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11057 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11058 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11059 * sb-pg.xpm: Renamed from sb-file.xpm
11060 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11061 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11062
110632000-05-24 Kenichi Handa <handa@etl.go.jp>
11064
11065 * international/quail.el (quail-show-guidance-buf): Set
11066 current-input-method of the guidance buffer to the name of the
11067 curren input method.
11068
110692000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11070
11071 * progmodes/compile.el (compile-internal): Style typo.
11072
11073 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11074 quote vars and functions in the docstring.
11075
11076 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11077
11078 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11079 Don't quote lambdas.
11080
11081 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11082
110832000-05-23 Gerd Moellmann <gerd@gnu.org>
11084
11085 * startup.el (command-line): Determine source file of compiled
11086 user init file differently. Warn if compiled user init file
11087 is older than its source file.
11088
11089 * ffap.el (ffap-url-regexp): Add `https'.
11090
110912000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11092
11093 * files.el (make-backup-file-name-1): Replace slashes with `!'
11094 rather than `|' (which is not allowed on Windows). Replace the
11095 drive letters with a string "drive_X".
11096
110972000-05-23 Gerd Moellmann <gerd@gnu.org>
11098
11099 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11100
11101 * files.el (interpreter-mode-alist): Add `bash2'.
11102
111032000-05-22 Dave Love <fx@gnu.org>
11104
11105 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11106 mapc.
11107 (feature-file): Avoid calling symbol-name. Doc fix.
11108 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11109 (loadhist-hook-functions): Add mouse-position-function.
11110 (unload-feature): Change uses of mapcar.
11111
11112 * files.el (parse-colon-path): Doc fix.
11113 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11114 (set-auto-mode): Use mapc.
11115
11116 * complete.el (PC-look-for-include-file): Use :alnum: character
11117 class.
11118 (partial-completion-mode): Add autoload cookie.
11119
111202000-05-22 Sam Steingold <sds@gnu.org>
11121
11122 * info.el (Info-fontify-node): Fixed the call to
11123 `add-text-properties' (bug introduced on 2000-05-18).
11124
111252000-05-22 Dave Love <fx@gnu.org>
11126
11127 * bindings.el: Remove debug-ignored-errors set in other files.
11128
11129 * progmodes/etags.el: Add to debug-ignored-errors.
11130 (visit-tags-table-buffer): Clear out buffers holding old tables
11131 when making a new list.
11132 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11133 mapc.
11134
11135 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11136 quote keywords.
11137 (cmpl-string-case-type): Use character classes.
11138
11139 * comint.el:
11140 * textmodes/ispell.el:
11141 * imenu.el:
11142 * mail/mh-e.el:
11143 * progmodes/compile.el: Add to debug-ignored-errors.
11144
11145 * dabbrev.el: Add to debug-ignored-errors.
11146 (dabbrev-completion): Use mapc.
11147
111482000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11149
11150 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11151 (woman-mapcan, woman-parse-man.conf)
11152 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11153 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11154 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11155 path syntax better.
11156 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11157 (woman-manpath): Call woman-parse-man.conf.
11158 (woman-emulation): New defcustom, defaults to nroff.
11159 (woman-font-support): New defconst.
11160 (woman-use-symbol-font): New defcustom.
11161 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11162 "Emulation".
11163 Many functions: Doc fix.
11164
111652000-05-22 Kenichi Handa <handa@etl.go.jp>
11166
11167 * international/quail.el (quail-simple-translation-keymap): Map
11168 128..255 to quail-self-insert-command.
11169 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11170
111712000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11172
11173 * help.el (help-manyarg-func-alist): Typo.
11174
11175 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11176 intervals which makes it heaps simpler.
11177
11178 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11179 the nested comment markers.
11180
11181 * subr.el (remove-hook): Don't turn the hook's value into a list.
11182
111832000-05-21 Dave Love <fx@gnu.org>
11184
11185 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11186 are invalid characters.
11187
11188 * international/mule-util.el (detect-coding-with-priority): Use
11189 mapc. Remove redundant lambda.
11190
11191 * international/mule-diag.el (list-non-iso-charset-chars)
11192 (describe-fontset): Remove redundant lambda.
11193
11194 * emulation/crisp.el (brief-mode): New alias.
11195
11196 * emacs-lisp/ring.el (ring-elements): New function.
11197
11198 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11199 (easy-menu-do-add-item): Use keywordp.
11200
11201 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11202
11203 * replace.el: Doc and error message fixes.
11204 (replace-highlight): Use facep, not internal-find-face.
11205
112062000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11207
11208 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11209
11210 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11211 (log-edit-insert-changelog): Drop `:' as well.
11212
11213 * log-view.el: Fix file description.
11214 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11215 available.
11216 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11217 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11218
11219 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11220 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11221 Print a status message if the toggle is called interactively.
11222 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11223 for global minor modes and use `defcustom' for them.
11224 Use add-minor-mode.
11225 (easy-mmode-define-derived-mode): Remove.
11226 (define-derived-mode): Fancier default docstring.
11227 (easy-mmode-define-navigation): Signal an error rather than (ding).
11228
11229 * newcomment.el (comment-styles): New `box-multi'.
11230 (comment-normalize-vars): Better default for comment-continue to
11231 avoid whitespace-only continuations.
11232 (comment-search-forward): Always move even in the no-syntax case.
11233 (comment-padright): Only obey N if it's only obeyed for padleft.
11234 (comment-make-extra-lines): Better handling of empty continuations.
11235 Use `=' for the filler if comment-start has only one character.
11236 (uncomment-region): Try handling the special `=' filler.
11237 (comment-region): Allow LINES even if MULTI is nil.
11238 (comment-box): Choose box style based on comment-style.
11239
112402000-05-20 Kenichi Handa <handa@etl.go.jp>
11241
11242 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11243 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11244
112452000-05-20 Kenichi HANDA <handa@etl.go.jp>
11246
11247 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11248 and insert, not subst-char-in-region.
11249
11250 * international/mule-diag.el (list-character-sets-1): Handle
11251 charsets eight-bit-control and eight-bit-graphic.
11252 (list-iso-charset-chars): Likewise.
11253 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11254 charactes as is. Use indent-to to align characters.
11255
11256 * international/mule-cmds.el (find-multibyte-characters): Never
11257 exclude charsets eight-bit-control and eight-bit-graphic.
11258
112592000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11260
11261 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11262 Don't quote lambdas.
11263
11264 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11265
112662000-05-19 Gerd Moellmann <gerd@gnu.org>
11267
11268 * gud.el (gud-jdb-directories): Doc fix.
11269
112702000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11271
11272 * newcomment.el: New file.
11273
112742000-05-19 Gerd Moellmann <gerd@gnu.org>
11275
11276 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11277
112782000-05-18 Andreas Schwab <schwab@suse.de>
11279
11280 * dired.el (dired-between-files): Also skip lines beginning with
11281 `used'.
11282
112832000-05-18 Gerd Moellmann <gerd@gnu.org>
11284
11285 * msb.el (msb-menu-cond): Add choice `user'.
11286
112872000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11288
11289 * ps-print.el: Compatibility, customization and doc fix.
11290 (ps-printer-name-option): Replace defconst by defvar.
11291 (ps-postscript-code-directory): XEmacs compatibility.
11292 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11293 fix.
11294 (ps-user-defined-prologue, ps-print-prologue-header)
11295 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11296 compatibility and code fix.
11297 (ps-print-background-image, ps-print-background-text):
11298 Customization fix.
11299 (ps-line-number-start, ps-n-up-on): New vars.
11300
113012000-05-18 Espen Skoglund <esk@ira.uka.de>
11302
11303 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11304 the indent-comment function to just return the appropriate indent.
11305
113062000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11307
11308 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11309 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11310 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11311
113122000-05-18 Dave Love <fx@gnu.org>
11313
11314 * info.el (Info-fontify-node): Add intangible property as well as
11315 invisible.
11316
11317 * calendar/appt.el (appt-make-list): Match all lines of entry.
11318 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11319
113202000-05-18 Kenichi Handa <handa@etl.go.jp>
11321
11322 * international/mule-diag.el (describe-char-after): Call
11323 internal-char-font, not char-font. If internal-char-font returns
11324 nil, display "-- none --".
11325
113262000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11327
11328 * image.el (image-type-available-p): Don't reference image-types
11329 if it isn't bound.
11330
113312000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11332
11333 * autoarg.el (autoarg-mode): Typo in the :set argument.
11334
113352000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11336
11337 * startup.el (command-line-1): Don't signal an error if the
11338 directory for auto-save-list files does not yet exist.
11339
113402000-05-17 Kenichi Handa <handa@etl.go.jp>
11341
11342 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11343
113442000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11345
11346 * subr.el (remove-hook): `setq' hook-value, not `set'.
11347
113482000-05-16 Sam Steingold <sds@gnu.org>
11349
11350 * info.el (debug-ignored-errors): More errors to ignore.
11351
113522000-05-16 Dave Love <fx@gnu.org>
11353
11354 * cus-edit.el: Don't require cl or easymenu.
11355 (custom-variable-prompt): Test standard-value property, not
11356 user-variable-p.
11357
113582000-05-16 Sam Steingold <sds@gnu.org>
11359
11360 * subr.el (add-hook): `setq' hook-value, not `set'.
11361
113622000-05-16 Gerd Moellmann <gerd@gnu.org>
11363
11364 * startup.el (command-line-1): Mention the FAQ in the startup
11365 message.
11366
11367 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11368
11369 * progmodes/compile.el (compilation-parse-errors): Collect
11370 `nomessage' regexps last.
11371
11372 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11373
11374 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11375 to the function name.
11376
113772000-05-15 Dave Love <fx@gnu.org>
11378
11379 * speedbar.el (speedbar-recenter): Typo.
11380 (speedbar-expand-line): Make arg optional.
11381 (speedbar-mode): Avoid a compiler warning.
11382
113832000-05-15 Gerd Moellmann <gerd@gnu.org>
11384
11385 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11386 user-specified option string is empty.
11387
11388 * mouse.el (mouse-yank-at-click): Doc fix.
11389
113902000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11391
11392 * term/internal.el (IT-character-translations): More updates of
11393 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11394 documents.
11395
113962000-05-15 Gerd Moellmann <gerd@gnu.org>
11397
11398 * env.el (getenv): New function, interactively callable.
11399 (setenv, getenv): Remove autoload cookies.
11400
11401 * loadup.el: Load `env'.
11402
11403 * progmodes/f90.el: Change author's mail address.
11404
114052000-05-14 Dave Love <fx@gnu.org>
11406
11407 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11408 goto-addr as an option.
11409
11410 * help.el (help-xref-stack): Doc fix.
11411 (help-xref-following): New variable.
11412 (help-make-xrefs): Use it.
11413 (help-xref-go-back): Use position information from stack element.
11414 (help-follow): Make position in stack element a pair. Use
11415 help-xref-following.
11416
11417 * autoarg.el: New file.
11418
11419 * faces.el: Declare more functions obsolete.
11420
11421 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11422 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11423 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11424 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11425 Remove all the setup-...-environment functions.
11426
114272000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11428
11429 * speedbar.el: Updated the commentary section. xemacs20p now uses
11430 >= when detecting. Require `defimage' safely.
11431 (speedbar-easymenu-definition-base): Add toggle for images.
11432 (speedbar-easymenu-definition-special): Add flush cache & expand.
11433 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11434 (speedbar-reconfigure-keymaps-hook): New variable.
11435 (speedbar-frame-parameters): Updated documentation.
11436 (speedbar-use-imenu-flag): Updated custom tag
11437 (speedbar-dynamic-tags-function-list): New variable.
11438 (speedbar-tag-hierarchy-method): Updated doc & custom.
11439 (speedbar-indentation-width, speedbar-indentation-width) New
11440 variables.
11441 (speedbar-hide-button-brackets-flag): Customizable.
11442 (speedbar-vc-indicator): Doc update.
11443 (speedbar-ignored-path-expressions): Updated default value.
11444 (speedbar-supported-extension-expressions): Updated default value.
11445 (speedbar-syntax-table): Remove {} paren status.
11446 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11447 as "+". Added overlay aliases.
11448 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11449 `force-mode-line-update'.
11450 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11451 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11452 `mouse-set-point'
11453 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11454 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11455 of arbitrary text, and new helper functions.
11456 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11457 filename finder.
11458 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11459 (speedbar-directory-buttons): Update path search/expansion.
11460 (speedbar-make-tag-line): Pay attention to
11461 `speedbar-indentation-width'. Use more care w/ invisible
11462 properties.
11463 (speedbar-change-expand-button-char): Call
11464 `speedbar-insert-image-button-maybe'.
11465 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11466 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11467 (speedbar-trim-words-tag-hierarchy)
11468 (speedbar-simple-group-tag-hierarchy): New functions
11469 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11470 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11471 functions.
11472 (speedbar-mouse-set-point): New function
11473 (speedbar-power-click): Updated documentation.
11474 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11475 of tag prefix text.
11476 (speedbar-expand-line, speedbar-contract-line): Make more robust
11477 to strange text.
11478 (speedbar-expand-line): Takes universal argument to flush the
11479 cache.
11480 (speedbar-flush-expand-line): New function.
11481 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11482 Use new generator insertion method.
11483 (speedbar-fetch-dynamic-tags): New function.
11484 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11485 `speedbar-fetch-dynamic-imenu'.
11486 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11487 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11488 "Revert Buffer" menu items.
11489 (speedbar-buffer-buttons-engine): Be smarter when creating a
11490 filename tag (for expansion purposes.).
11491 (speedbar-highlight-one-tag-line,
11492 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11493 (speedbar-recenter): New functions.
11494 (defimage-speedbar): Image loading abstraction.
11495 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11496 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11497 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11498 (speedbar-tag-type, speedbar-tag-mail): New images.
11499 (speedbar-expand-image-button-alist): New variable.
11500 (speedbar-insert-image-button-maybe): Insert an image over some
11501 buttons.
11502
115032000-05-13 Kenichi Handa <handa@etl.go.jp>
11504
11505 * international/mule-cmds.el (encode-coding-char): An ASCII
11506 character is always encodable.
11507
11508 * international/mule-conf.el: Add more information in descriptions
11509 of character sets.
11510
11511 * international/mule-diag.el (describe-char-after): New function.
11512 (describe-font-internal): Adjusted for the change of font-info.
11513 (describe-font): Likewise.
11514 (print-fontset): Rewritten for the new fontset implementation.
11515 (describe-fontset): Include fontset alias names in completion.
11516 (list-fontsets): Adjusted for the change of print-fontset.
11517
11518 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11519 describe-char-after instead of displaying the detail in the echo
11520 area.
11521 (syntax-code-table): Format changed.
11522 (string-to-syntax): Adjusted for the above change.
11523
115242000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11525
11526 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11527
115282000-05-12 Dave Love <fx@gnu.org>
11529
11530 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11531 dependence. Use line-{beginning,end}-position, not
11532 point-at{b,e}ol. Some doc fixes.
11533 (todo-position): New function. Fix callers of position to use it.
11534 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11535
115362000-05-12 Gerd Moellmann <gerd@gnu.org>
11537
11538 * time.el (display-time-mail-icon): Use `:ascent center'.
11539
11540 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11541 handling FTP security extensions.
11542
115432000-05-11 Dave Love <fx@gnu.org>
11544
11545 * calendar/todo-mode.el: New file.
11546
115472000-05-11 Gerd Moellmann <gerd@gnu.org>
11548
11549 * comint.el (comint-read-input-ring): Move reference to
11550 comint-input-ring-size outside of the save-excursion. It was
11551 causing the default value to be the only one ever seen.
11552
11553 * font-lock.el: Update copyright. Remove Simon Marshall's email
11554 address on request from him.
11555
11556 * subr.el (substitute-key-definition): Add comment describing
11557 the meaning of PREFIX.
11558
115592000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11560
11561 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11562
11563 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11564 (add-minor-mode): Don't make the variable buffer-local and add a
11565 reference to define-minor-mode in the docstring.
11566
11567 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11568 HEADER/FOOTER and fix bug with trailing empty directory.
11569 (cvs-append-to-ignore): Use vc-editable-p if available.
11570 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11571 (vc-do-command): Tweak advice to handle the new VC.
11572
11573 * log-view.el (log-view-goto-rev): New function for the new VC.
11574 (log-view-minor-wrap): Use mark-active.
11575
11576 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11577 (log-edit-changelog-full-paragraphs): New var.
11578 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11579 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11580 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11581 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11582 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11583 Replace the `cvs' prefix with `log-edit'.
11584
11585 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11586
11587 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11588 (diff-font-lock-defaults): Explicitly turn off multiline.
11589 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11590 (diff-ediff-patch): Fix call to ediff-patch-file.
11591 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11592 Handle comments.
11593
11594 * frame.el (automatic-hscrolling): Typo.
11595
11596 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11597
115982000-05-09 Sam Steingold <sds@goems.com>
11599
11600 * apropos.el (apropos-print): use `describe-face' instead of
11601 `customize-face-other-window'.
11602
116032000-05-09 Dave Love <fx@gnu.org>
11604
11605 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11606
11607 * help.el (describe-variable): Have customize button pop the
11608 help-xref stack when invoked.
11609 (help-xref-symbol-regexp): Add `face'.
11610 (help-make-xrefs): Check for quoted face names and adapt regexp
11611 submatch numbers to cope.
11612 (help-xref-interned): Maybe insert face doc too. Separate
11613 sections with a line of hyphens.
11614
11615 * faces.el: Some doc fixes. Declare some functions obsolete.
11616 (describe-face): Add customize button. Return the help
11617 text. Fix prompt.
11618
116192000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * term/internal.el (IT-character-translations): Fix last change.
11622
116232000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11624
11625 * woman.el: New file
11626 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11627
116282000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11629
11630 * term/internal.el (IT-character-translations): Update ASCII
11631 simulations for greek-iso8859-7, add latin-iso8859-14 and
11632 latin-iso8859-15.
11633
11634 * international/mule-cmds.el (set-language-info-alist): Call
11635 define-prefix-command with 3 arguments, to make the map suitable
11636 for a menu.
11637
116382000-05-07 Dave Love <fx@gnu.org>
11639
11640 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11641
116422000-05-05 Dave Love <fx@gnu.org>
11643
11644 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11645 list in doc string. Don't quote keyword symbols.
11646 * emacs-lisp/cl.el: Likewise
11647 * emacs-lisp/cl-seq.el: Likewise
11648
116492000-05-05 Gerd Moellmann <gerd@gnu.org>
11650
11651 * abbrev.el (abbrev-mode): Make ARG optional.
11652
116532000-05-04 Gerd Moellmann <gerd@gnu.org>
11654
11655 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11656
11657 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11658
11659 * subr.el (substitute-key-definition): Clarify documentation.
11660
116612000-05-04 Milan Zamazal <pdm@freesoft.cz>
11662
11663 * glasses.el (glasses-convert-to-unreadable): Use
11664 `glasses-separator' instead of the hard-wired "_".
11665 (glasses-mode): Call `glasses-make-unreadable' only in a single
11666 place.
11667
116682000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11669
11670 * term/internal.el (cjk-codepages-alist): Add associations for
11671 Chinese and Korean codepages. Remove FIXME comment.
11672
116732000-05-03 Dave Love <fx@gnu.org>
11674
11675 * time.el (display-time-mail-face, display-time-use-mail-icon):
11676 New option.
11677 (display-time-mail-icon): New variable.
11678 (display-time-string-forms): Use the above. Fix the local-map.
11679
116802000-05-03 Gerd Moellmann <gerd@gnu.org>
11681
11682 * replace.el (query-replace-map): Add binding for `E'.
11683 (query-replace-help): Extend help text.
11684 (perform-replace): Allow editing the replacement string.
11685
11686 * make-mode.el (makefile-mode-abbrev-table): New variable.
11687 (makefile-mode): Set local abbrev table to
11688 makefile-mode-abbrev-table.
11689 (makefile-font-lock-keywords): Fontify includes and conditionals.
11690
11691 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11692 set TOGGLE's value.
11693
11694 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11695 mail-interactive-insert-alias.
11696 (mail-abbrev-complete-alias): New command.
11697 (mail-mode-map): Bind it to `M-TAB'.
11698
116992000-05-03 Kenichi Handa <handa@etl.go.jp>
11700
11701 * language/lao-util.el (lao-compose-region): New function.
11702
117032000-05-02 Gerd Moellmann <gerd@gnu.org>
11704
11705 * files.el (recover-session): Make directories as necessary
11706 if they don't exist yet.
11707
11708 * calendar/cal-french.el
11709 (french-calendar-multibyte-special-days-array)
11710 (french-calendar-special-days-array): Change French text.
11711 (calendar-french-date-string): Change output.
11712 (calendar-goto-french-date): Likewise.
11713
117142000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11715
11716 * wid-edit.el (widget-default-active): Obey `:always-active'.
11717 (widget-documentation-string-value-create): Set `:always-active'.
11718
117192000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11720
11721 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
11722 default prefix to `~/_emacs.d/auto-save.list/_s'.
11723 (normal-top-level): Create the directory for auto-save files, if
11724 it doesn't already exist (in the ms-dos case only).
11725
117262000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
11727
11728 * international/mule-cmds.el (set-language-environment): Don't
11729 concat an integer (dos-codepage), use format instead.
11730
117312000-05-02 Dave Love <fx@gnu.org>
11732
11733 * help.el (help-xref-on-pp): Check for constant symbols.
11734
117352000-04-29 Gerd Moellmann <gerd@gnu.org>
11736
11737 * startup.el (normal-top-level): Put a condition-case around
11738 the code loading subdirs.el.
11739
117402000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11741
11742 * ps-print.el: Upside-down and face background color printing,
11743 line number step, doc fix.
11744 (ps-print-version): New version number (5.2).
11745 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
11746 (ps-face-attribute-list, ps-plot-with-face): Code fix.
11747 (ps-spool-config): Var fix.
11748 (ps-printer-name-option): Const fix.
11749 (ps-print-upside-down, ps-use-face-background)
11750 (ps-line-number-step): New vars.
11751 (ps-window-system, ps-lp-system): New consts.
11752 (ps-face-background): New fun.
11753
117542000-04-28 Richard Stallman <rms@gnu.org>
11755
11756 * files.el (make-auto-save-file-name):
11757 Apply auto-save-file-name-transforms to visited file name
11758 before generating auto save file name.
11759 (auto-save-file-name-transforms): New variable.
11760
11761 * files.el (backup-enable-predicate):
11762 Correctly test for a file under a temporary directory.
11763
117642000-04-28 Gerd Moellmann <gerd@gnu.org>
11765
11766 * subr.el (add-minor-mode): Rewritten.
11767
117682000-04-28 Kenichi Handa <handa@etl.go.jp>
11769
11770 * mail/sendmail.el (sendmail-send-it): Set
11771 buffer-file-coding-system to the selected coding system for MIME
11772 header.
11773
117742000-04-27 Gerd Moellmann <gerd@gnu.org>
11775
11776 * dired.el (dired-move-to-filename-regexp): Allow format where
11777 YYYY is followed by two spaces.
11778
11779 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
11780 in the second character class of the regexp.
11781
11782 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
11783 mh-etc, too.
11784
11785 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
11786 nil.
11787
11788 * subr.el (add-minor-mode): Use `set' instead of `setq'.
11789
11790 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
11791 argument.
11792
117932000-04-27 Sen Nagata <sen@eccosys.com>
11794
11795 * emacs-lisp/crm.el (crm-completion-table): New variable.
11796 (crm-collection-fn, crm-test-completion)
11797 (completing-read-multiple): Use it.
11798
117992000-04-27 Dave Love <fx@gnu.org>
11800
11801 * help.el (locate-library): Use mapc.
11802 (help-manyarg-func-alist): Add call-process-region.
11803
118042000-04-26 Gerd Moellmann <gerd@gnu.org>
11805
11806 * subr.el (add-minor-mode): Make argument MAP optional.
11807
11808 * desktop.el (desktop-save): Save list of minor modes.
11809 (desktop-create-buffer): Restore minor modes.
11810 (desktop-minor-mode-table): New user-option.
11811
11812 * subr.el (add-minor-mode): New function.
11813
11814 * image.el (find-image): New function.
11815 (defimage): Rewritten to find image at load time.
11816
11817 * startup.el (normal-top-level-add-to-load-path): Handle
11818 case that the default directory is not in load-path.
11819
11820 * help.el: Old patch from Stefan Monnier.
11821 (help-xref-on-pp): New function.
11822 (describe-variable): Use it to display xrefs in a symbol's value.
11823
118242000-04-26 Stefan Monnier <monnier@cs.yale.edu>
11825
11826 * cus-edit.el (custom-face): Fix parenthesis.
11827
118282000-04-26 Kenichi Handa <handa@etl.go.jp>
11829
11830 * mail/rmail.el (rmail-expunge): When there are no deleted
11831 messages, do nothing.
11832
118332000-04-26 Dave Love <fx@gnu.org>
11834
11835 * international/mule-cmds.el (locale-translation-file-name):
11836 Defvar to nil.
11837 (set-locale-environment): Set it here (at runtime).
11838
118392000-04-25 Gerd Moellmann <gerd@gnu.org>
11840
11841 * replace.el (perform-replace): Add parameters START and END. Use
11842 them instead of the check for a region in Transient Mark mode.
11843 (query-replace-read-args): Return two more list elements for the
11844 start and end of the region in Transient Mark mode.
11845 (query-replace, query-replace-regexp, query-replace-regexp-eval)
11846 (map-query-replace-regexp, replace-string, replace-regexp): Add
11847 optional last arguments START and END and pass them to
11848 perform-replace.
11849
11850 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
11851 form with additional arguments for perform-replace.
11852
11853 * progmodes/etags.el (tags-query-replace): Add parameters START
11854 and END. Construct a form with additional arguments for
11855 perform-replace.
11856
11857 * simple.el (shell-command): Set default directory for "*Shell
11858 Command Output" buffer.
11859
11860 * language/european.el (iso-latin-4): Fix typo.
11861
11862 * emacs-lisp/crm.el: New file.
11863
118642000-04-24 Dave Love <fx@gnu.org>
11865
11866 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
11867 (Custom-reset-saved, Custom-reset-standard)
11868 (custom-group-value-create, custom-group-set, custom-group-save)
11869 (custom-group-reset-current, custom-group-reset-saved)
11870 (custom-group-reset-standard): Use mapc.
11871 (custom-buffer-create-internal): Disable undo when creating items.
11872 Use mapc.
11873 (custom-face): Avoid redundant lambda.
11874
118752000-04-24 Gerd Moellmann <gerd@gnu.org>
11876
11877 * startup.el (auto-save-list-file-prefix): Set default to
11878 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
11879
118802000-04-24 Sam Steingold <sds@gnu.org>
11881
11882 * time-stamp.el (time-stamp-string-preprocess): Always convert
11883 `field-result' to a string.
11884
118852000-04-24 Gerd Moellmann <gerd@gnu.org>
11886
11887 * frame.el (scrolling): New group.
11888 (automatic-hscrolling): New user-option.
11889
11890 * startup.el (command-line-x-option-alist): Add `-lsp' and
11891 `--line-spacing'.
11892
118932000-04-19 Dave Love <fx@gnu.org>
11894
11895 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11896 (cl-mapc): Rename from mapc. Fix the funcall.
11897
118982000-04-19 Gerd Moellmann <gerd@gnu.org>
11899
11900 * simple.el (clone-indirect-buffer-other-window): New command.
11901 (clone-indirect-buffer): Add optional arg NORECROD.
11902 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11903
11904 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11905
11906 * window.el (count-screen-lines): New function.
11907 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11908 instead of window-buffer-height.
11909
11910 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11911 non-existing variable comint-input-sentinel.
11912 (inferior-lisp-args-to-list): Removed.
11913 (inferior-lisp): Use split-string instead of
11914 inferior-lisp-args-to-list.
11915
11916 * hexl.el (hexl-insert-hex-string): New command.
11917
11918 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11919 instead of concat.
11920
119212000-04-18 Gerd Moellmann <gerd@gnu.org>
11922
11923 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11924 at the start of an existing but empty folder.
11925
119262000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11927
11928 * ps-mule.el: Customization fix, doc fix.
11929 (ps-multibyte-buffer): Customization fix.
11930
119312000-04-17 Richard M. Stallman <rms@gnu.org>
11932
11933 * subr.el (read-passwd): Use read-char-exclusive.
11934
119352000-04-17 Gerd Moellmann <gerd@gnu.org>
11936
11937 * textmodes/texinfo.el (texinfo-insert-@email)
11938 (texinfo-insert-@emph, texinfo-insert-@quotation)
11939 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11940 (texinfo-mode-map): Add key bindings for them.
11941
11942 * files.el (basic-save-buffer-2): Use a template with `$'
11943 instead of `#' for VMS.
11944
11945 * simple.el (clone-indirect-buffer): New function.
11946
119472000-04-16 Stephen Eglen <stephen@gnu.org>
11948
11949 * iswitchb.el (iswitchb-case): New function. If the user input
11950 contains any upper-case characters, the search is made
11951 case-sensitive.
11952
119532000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11954
11955 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11956 comment-end.
11957 (texinfo-font-lock-syntactic-keywords): New var.
11958 (texinfo-font-lock-keywords): Remove comment regexp.
11959 (texinfo-insert-block): New function.
11960 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
11961 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11962 and font-lock-defaults. Use regexp-opt for outline-regexp.
11963 (texinfo-environments): New var.
11964 (texinfo-environment-regexp): Use regexp-opt and
11965 texinfo-environments.
11966
11967 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11968 ispell-process is bound since this might be eval'd before ispell
11969 is loaded.
11970 (ispell-message): Use a tiny bit less magic and a bit more hard
11971 data to figure out what kind of sc-cite-regexp to use.
11972
11973 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11974
11975 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11976 (insert-cyclic-diary-entry): Unquote the lambda.
11977
11978 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11979
11980 * files.el (backup-enable-predicate): Unquote the lambda.
11981
11982 * cus-edit.el (custom-face, face): Unquote the lambda.
11983
119842000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11985
11986 * ps-print.el: Check for line-beginning-position definition.
11987
11988 * ps-print.el: Fix counting lines in a region.
11989 (ps-print-version): New version number (5.1.5).
11990 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11991 (ps-printing-region): Fun code fix.
11992
119932000-04-15 Gerd Moellmann <gerd@gnu.org>
11994
11995 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11996 to file-directory-p.
11997
119982000-04-14 Gerd Moellmann <gerd@gnu.org>
11999
12000 * gud.el (gud-jdb-build-source-files-list): Check that directory
12001 exists before calling directory-files.
12002
120032000-04-13 Dave Love <fx@gnu.org>
12004
12005 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12006 syntax.
12007
12008 * emacs-lisp/cl-specs.el: Remove when, unless.
12009
12010 * emacs-lisp/cl-extra.el: Don't quote keywords.
12011 (cl-old-mapc): New variable.
12012 (mapc): Use it.
12013 (cl-map-intervals): Use with-current-buffer. Don't check for
12014 next-property-change.
12015 (cl-map-overlays): Use with-current-buffer.
12016 (cl-expt): Remove.
12017 (copy-tree, remprop): Define unconditionally.
12018
12019 * emacs-lisp/cl-compat.el (keywordp): Remove.
12020
12021 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12022 to use keywordp.
12023 (edebug-spec): Enable keywordp.
12024
12025 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12026 string-lessp.
12027
12028 * cus-start.el: Use keywordp.
12029
120302000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12031
12032 * diary-lib.el (include-other-diary-files): Fix the fix of
12033 2000-02-18 by doing a save-excursion.
12034
120352000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12036
12037 * ps-print.el: Customization fix, doc fix.
12038 (ps-print-version): New version number (5.1.4).
12039 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12040 (ps-print-preprint): Adjust code.
12041 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12042 (ps-print-prologue-header, ps-print-control-characters)
12043 (ps-spool-config): Customization fix.
12044
120452000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12046
12047 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12048 converted to the new menu-item format, names silightly changed,
12049 help strings added.
12050
12051 Support for spelling without async subprocesses:
12052
12053 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12054 (ispell-session-buffer): New variables.
12055 (ispell-start-process, ispell-process-status,
12056 ispell-accept-output, ispell-send-string): New functions, for
12057 Ispell invocation when async subprocesses aren't supported.
12058 (ispell-word, ispell-pdict-save, ispell-command-loop,
12059 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12060 to process-send-string with calls to ispell-send-string, and
12061 accept-process-output with ispell-accept-output.
12062 (ispell-init-process): Call ispell-process-status instead of
12063 process-status with.
12064 (ispell-init-process): Call ispell-start-process. Call
12065 ispell-accept-output and ispell-send-string. Don't call
12066 process-kill-without-query and kill-process if they are unbound.
12067 (ispell-async-processp): New function.
12068
120692000-04-12 Dave Love <fx@gnu.org>
12070
12071 * info.el: Add debug-ignored-errors.
12072 (Info-mode-menu): Add some items.
12073 (Info-directory): Add autoload cookie.
12074
12075 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12076 Modify `truncate-lines'. Make `describe-language-environment'
12077 always visible and add help. Modify `describe-key' help. Invoke
12078 Info-directory from `info'. New entry `emacs-manual'.
12079
120802000-04-10 Gerd Moellmann <gerd@gnu.org>
12081
12082 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12083 propertized-buffer-identification.
12084 (ebrowse-update-member-buffer-mode-line): Likewise.
12085 (ebrowse--mode-strings): Removed.
12086 (ebrowse--mode-line-props): Removed.
12087
12088 * files.el (auto-mode-alist): Add `EBROWSE'.
12089
12090 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12091 space before testing for end of buffer.
12092 (ebrowse-load): Removed.
12093 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12094 (ebrowse-create-tree-buffer): Rewritten.
12095 (ebrowse-tree-mode): Read tree from buffer.
12096
12097 * progmodes/ebrowse-ffh.el: Removed.
12098
120992000-04-10 Kenichi Handa <handa@etl.go.jp>
12100
12101 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12102
121032000-04-10 Gerd Moellmann <gerd@gnu.org>
12104
12105 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12106 at the wrong place.
12107
121082000-04-09 Dave Love <fx@gnu.org>
12109
12110 * files.el (backup-enable-predicate): Use
12111 temporary-file-directory, small-temporary-file-directory.
12112 (make-backup-file-name-function, backup-directory-alist): New
12113 variables.
12114 (make-backup-file-name-1): New function.
12115 (make-backup-file-name): Use it.
12116 (find-backup-file-name): Likewise. Use format for clarity, not
12117 concat.
12118 (file-newest-backup): Use make-backup-file-name.
12119
121202000-04-09 Gerd Moellmann <gerd@gnu.org>
12121
12122 * progmodes/ebrowse-ffh.el: New file.
12123
12124 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12125 to ebrowse-ffh.el.
12126 (ebrowse-load): Add autoload.
12127
12128 * finder.el (finder-commentary): Add autoload cookie.
12129
12130 * mail/rfc2368.el: Correct author's email address.
12131
12132 * progmodes/ebrowse.el: New file.
12133
12134 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12135 item help string.
12136 (easy-menu-do-add-item): Ditto.
12137 (easy-menu-define): Extend doc string.
12138
12139 * jit-lock.el (with-buffer-unmodified): Use
12140 restore-buffer-modified-p.
12141 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12142 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12143 with-buffer-unmodified.
12144
121452000-04-08 Dave Love <fx@gnu.org>
12146
12147 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12148 unless, when.
12149
121502000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12151
12152 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12153 (viper-flash-search-pattern): No operation when using Emacs
12154 doesn't support face.
12155 Use `viper-put-on-search-overlay'.
12156
121572000-04-04 Gerd Moellmann <gerd@gnu.org>
12158
12159 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12160 like C-r.
12161
12162 * progmodes/make-mode.el: Some doc fixes.
12163 (makefile-mode-abbrev-table): New variable.
12164 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12165 (makefile-font-lock-keywords): Fontify includes and conditionals.
12166 (toplevel): Require `dabbrev' and `add-log' when compiling.
12167
12168 * replace.el (perform-replace): Don't move forward one char
12169 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12170 to do that because it leaves point 1 position after the last
12171 replacement, after everything has been replaced.
12172
12173 * jit-lock.el (with-buffer-unmodified): New macro.
12174 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12175 modified state.
12176 (jit-lock-function-1): Extracted from jit-lock-function; not
12177 preserving buffer's modified state.
12178 (jit-lock-function, jit-lock-stealth-fontify): Call
12179 jit-lock-function-1.
12180
12181 * mail/rfc2368.el: Remove supernumerary copyright line.
12182
121832000-04-04 Milan Zamazal <pdm@freesoft.cz>
12184
12185 * glasses.el: Provide facilities for inserting space before left
12186 parentheses and uncapitalization of identifiers.
12187 (glasses-mode): Try to remove old overlays in all cases.
12188
121892000-04-03 Gerd Moellmann <gerd@gnu.org>
12190
12191 * progmodes/compile.el (compile-internal): Display the compilation
12192 buffer in a different frame, if it's already displayed there.
12193
12194 * mail/rfc2368.el: New file.
12195
12196 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12197 header and insert its value as mail body.
12198
12199 * subr.el (member-ignore-case): New function.
12200
12201 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12202 (dabbrev--find-expansion): Ignore buffers matching a regexp
12203 from dabbrev-ignored-regexps.
12204
12205 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12206 to extensions handled by gzip.
12207
122082000-04-03 Richard M. Stallman <rms@gnu.org>
12209
12210 * files.el (insert-directory): List the total free space
12211 along with the used space.
12212
12213 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12214 line is followed by one that matches CITATION-REGEXP, end the
12215 paragraph.
12216
122172000-04-03 Markus Rost <rost@delysid.gnu.org>
12218
12219 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12220 (rmail-make-basic-summary-line): Use that option.
12221
122222000-04-03 Kenichi Handa <handa@etl.go.jp>
12223
12224 * international/mule-cmds.el (encoded-string-description):
12225 Rewritten. Try pretty description for ISO 2022 escape sequences
12226 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12227 for hexadecimal format.
12228
122292000-04-01 Dave Love <fx@gnu.org>
12230
12231 * cpp.el: Change customization group to `c' from `C'.
12232
12233 * vcursor.el (vcursor-move): Use display-color-p.
12234
12235 * international/mule-util.el: Provide mule-utils.
12236 (string-to-sequence): Simplify and speed up.
12237
12238 * international/mule.el (make-coding-system): Purecopy doc-string.
12239
12240 * international/mule-cmds.el: Various menu changes.
12241 (describe-specified-language-support): Handle `Default'.
12242 (set-language-info): Purecopy `info'.
12243
122442000-03-31 Andrew Innes <andrewi@gnu.org>
12245
12246 * vc.el (vc-backend-diff): Return the correct status if we had to
12247 retry the rcsdiff command without the --brief option.
12248
122492000-03-31 Dave Love <fx@gnu.org>
12250
12251 * help.el (help-manyarg-func-alist): Correct several omissions.
12252
12253 * add-log.el: Don't require cl, fortran.
12254 (add-log-current-defun-function): Doc fix.
12255 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12256 fix.
12257 (change-log-version-rcs): Function deleted.
12258 (change-log-version-number-search): Doc fix. Use
12259 vc-workfile-version. Avoid CL dolist.
12260 (add-change-log-entry): Just call add-log-current-defun to get
12261 defun. Simplify somewhat.
12262 (change-log-get-method-definition-1): Likewise.
12263 (add-log-current-defun): Return nil if calling
12264 add-log-current-defun-function does so. Move Fortran stuff to
12265 fortran.el. Return string without properties.
12266
12267 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12268 and :alpha: char classes.
12269
12270 * mail/supercite.el: Defvar curline when compiling.
12271 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12272 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12273 rather than a-zA-Z0-9 to allow non-ASCII characters.
12274
122752000-03-31 Gerd Moellmann <gerd@gnu.org>
12276
12277 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12278
12279 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12280 Re-enable new code.
12281
12282 * lpr.el (print-region-1): Use -d to specify printer name for
12283 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12284
122852000-03-31 Dave Love <fx@gnu.org>
12286
12287 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12288 for function definition in symbol's function value slot first
12289 instead of first consulting byte-compile-function-environment.
12290
122912000-03-31 Kenichi Handa <handa@etl.go.jp>
12292
12293 * language/european.el ("Polish"): New language environment.
12294 (setup-polish-environment): New function.
12295
122962000-03-30 Gerd Moellmann <gerd@gnu.org>
12297
12298 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12299 Disable new code.
12300
12301 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12302 trying to `load' the symbol of an autoload instead of the file
12303 recorded in the autoload. Fix error messages.
12304
123052000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12306
12307 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12308 (ps-print-version): New version number (5.1.3).
12309 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12310 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12311 (ps-generate-postscript-with-faces): Code fix.
12312 (ps-color-values): XEmacs compatibility.
12313 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12314 (ps-default-fg, ps-default-bg): Adjust customization.
12315 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12316 (ps-color-scale): Renaming old ps-color-value fun.
12317 (ps-print-headers): Replace ps-print-header group to avoid conflict
12318 with ps-print-header variable.
12319 (ps-print-miscellany): New group.
12320 (ps-format-color, ps-rgb-color): New funs.
12321 (ps-default-foreground): New var.
12322 (ps-printer-name-option): New const.
12323
123242000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12325
12326 * net/net-utils.el:
12327 (network-connection-host, network-connection-service): New variables
12328 (network-connection-mode): New mode, derived from comint-mode
12329 (network-connection-mode-setup): New function, saves host and
12330 service information in local variables.
12331
12332 * lisp/locate.el:
12333 (locate-word-at-point): Added this function
12334 (locate): Default to using locate-word-at-point as input
12335 Run dired-mode-hook
12336
123372000-03-29 Dave Love <fx@gnu.org>
12338
12339 * calendar/appt.el: Doc fixes.
12340 (appt-check): Convert min-to-app to a string before passing to
12341 appt-disp-window-function or concat.
12342 (appt-delete-window): Remove test for frame-root-window.
12343 (appt-select-lowest-window, appt-convert-time): Simplify.
12344
12345 * emacs-lisp/bytecomp.el: Doc fixes.
12346 (byte-compile-file-form-autoload): Update
12347 byte-compile-function-environment.
12348
123492000-03-29 Andreas Schwab <schwab@suse.de>
12350
12351 * emacs-lisp/autoload.el: Also print defsubst doc string
12352 specially.
12353
12354 * dired.el (dired-insert-directory): If dired-free-space-program
12355 failed just delete its output.
12356
123572000-03-29 Dave Love <fx@gnu.org>
12358
12359 * international/iso-cvt.el: Move provide to end. Doc fixes.
12360 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12361 (iso-iso2sgml, iso-sgml2iso): New functions.
12362 (iso-cvt-define-menu): Fix some entries and use backquote for
12363 clarity.
12364
12365 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12366
123672000-03-28 Gerd Moellmann <gerd@gnu.org>
12368
12369 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12370 ISO-DATE. If non-nil, return date in ISO 8601 format.
12371
123722000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12373
12374 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12375 if it ever becomes used.
12376 (log-edit-mode-hook): Default to vc-log-mode-hook.
12377 (log-edit-mode): Fix the docstring.
12378
12379 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12380 the code.
12381
123822000-03-26 Dave Love <fx@gnu.org>
12383
12384 * net/browse-url.el (browse-url): Re-fix case of
12385 browse-url-browser-function being an alist.
12386 (browse-url): Add :link to defgroup.
12387
12388 * files.el: Doc fixes.
12389 (file-truename): Include `[' in wildcard characters.
12390 (automount-dir-prefix): Customize.
12391 (find-file-wildcards): Add :version.
12392 (find-file-noselect): Simplify a mapcar call.
12393
12394 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12395 compatible with inf-lisp version.
12396 (eval-defun-1): Fix custom-declare-variable case.
12397
123982000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12399
12400 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12401
124022000-03-24 Gerd Moellmann <gerd@gnu.org>
12403
12404 * Makefile (COMPILE_FIRST): New macro.
12405 (compile-files): Compile files from COMPILE_FIRST first.
12406
12407 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12408 code.
12409
12410 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12411 matching open parenthesis in column 0 to defun-prompt-regexp
12412 only if open-paren-in-column-0-is-defun-start is set.
12413
12414 * sun-curs.el: Require CL at compile-time only.
12415
12416 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12417 instead of copy-list which is a function from CL.
12418 (msb--choose-menu, msb--mode-menu-cond)
12419 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12420 (msb--init-file-alist): Use mapcar instead of mapcan.
12421 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12422 `(' in column 0 in doc string.
12423 (msb--add-separators): Use mapcar instead of mapcan.
12424
12425 * cus-dep.el: Require CL at compile-time only.
12426
124272000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12428
12429 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12430 (byte-compile-warnings): New warning `noruntime'.
12431 (byte-compile-constants, byte-compile-variables): Fix docstring.
12432 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12433 execute `eval-whenc-compile's body.
12434 (byte-compile-unresolved-functions): Fix docstring.
12435 (byte-compile-eval): New function.
12436 (byte-compile-callargs-warn): Check if the function will be available
12437 at runtime (via property `byte-compile-noruntime').
12438 (byte-compile-print-syms): New function.
12439 (byte-compile-warn-about-unresolved-functions): Also warn about
12440 `noruntime' functions (and use `byte-compile-print-syms').
12441 (byte-compile-file): Capitalize the message.
12442
124432000-03-24 Gerd Moellmann <gerd@gnu.org>
12444
12445 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12446 (rmail-expunge): Ask for confirmation depending on the setting
12447 of rmail-confirm-expunge.
12448
124492000-03-23 Gerd Moellmann <gerd@gnu.org>
12450
12451 * Makefile (bootstrap-clean): If $(emacs) exists, build
12452 loaddefs.el first. A loaddefs.el that's not up-to-date might
12453 cause a bootstrap failure because things don't autoload as
12454 expected.
12455
124562000-03-23 Dave Love <fx@gnu.org>
12457
12458 * net/browse-url.el: Restore previous use of
12459 browse-url-maybe-new-window.
12460
124612000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12462
12463 * ps-print.el: Skip banner page fix.
12464 (ps-print-version): New version number (5.1.2).
12465 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12466
124672000-03-23 Dave Pearson <davep@davep.org>
12468
12469 * net/quickurl.el Changed the type of parameter passed to the
12470 function defined by `quickurl-format-function'. Before only the
12471 text of the URL was passed. Now the whole URL structure is passed
12472 and the function is responsible for extracting the parts it
12473 requires. Changed the default of `quickurl-format-function'
12474 accordingly.
12475 (quickurl-insert): Changed the `funcall' of
12476 `quickurl-format-function' to match the above change.
12477 (quickurl-list-insert): Changed the `url' case so that it makes
12478 use of `quickurl-format-function', previous to this the format was
12479 hard wired.
12480
124812000-03-22 Gerd Moellmann <gerd@gnu.org>
12482
12483 * startup.el: Change some spellings for the X Window System.
12484
124852000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12486
12487 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12488 up the code and the regexp and make sure the cursor is temporarily
12489 moved to the suspicious line while querying the user.
12490
124912000-03-22 Jason Rumney <jasonr@gnu.org>
12492
12493 * w32-fns.el (w32-charset-info-alist): Initialize.
12494
124952000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12496
12497 * ps-print.el: N-up last page fix.
12498 (ps-print-version): New version number (5.1.1).
12499 (ps-end-file, ps-end-job, ps-generate): Code fix.
12500
125012000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12502
12503 * files.el (find-file-run-dired): Update docstring.
12504 (find-directory-functions): New hook.
12505 (find-file-noselect): Run find-directory-functions rather than
12506 calling dired directly.
12507
12508 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12509
12510 * pcvs.el: Add a minimal leading commentary.
12511 (cvs-make-cvs-buffer): Change the header part by removing the startup
12512 message and adding a `Module' entry. Also replace the FOOTER and
12513 HEADER special fileinfos with the new support in ewoc for updating
12514 its own footer and header.
12515 (cvs-update-header): Update to use the header/footer of the ewoc.
12516 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12517 (cvs-is-within-p): New function.
12518 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12519 to only examine some subset of the buffers.
12520
12521 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12522 `format' instead of our own ad-hoc functions.
12523 Remove HEADER and FOOTER cases, now handled in the EWOC.
12524 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12525
12526 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12527 output to avoid scaring the user.
12528 (cvs-parse-table): Catch message for non-up-to-date commits.
12529
12530 * pcvs-defs.el (cvs-startup-message): Remove.
12531 (cvs-global-menu): New autoloaded menu.
12532
12533 * pcvs-util.el (cvs-string-fill): Remove.
12534
12535 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12536 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12537 PP part of it and also make it work for footers and headers.
12538 (ewoc-create): Drop POS and BUFFER arguments.
12539 Use the DLL's dummy node to store the end-of-footer position.
12540 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12541 (ewoc-refresh): Remove unused `header' variable.
12542 (ewoc-(get|set)-hf): New functions.
12543
12544 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12545 log-view-*-(message|file) and use easy-mmode-define-navigation.
12546 (log-view-message-re): Match SCCS format as well.
12547 And match the revision line rather than the dashed separator line.
12548 (log-view-mode): Use the new define-derived-mode.
12549 (log-view-current-tag): Fill in with an actual implementation.
12550
12551 * cvs-status.el (cvs-status-(prev|next)): Rename from
12552 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12553 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12554 to let the output "breathe" a little more (more readable).
12555 (cvs-status-mode): Use the new define-derived-mode.
12556
12557 * smerge-mode.el (smerge-auto-leave): New function and variable.
12558 (smerge-basic-map): Rename from smerge-basic-keymap.
12559 Change the bindings for smerge-diff-*.
12560 (smerge-*-map): Use easy-mmode-defmap.
12561 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12562 (smerge-keep-*): Use smerge-auto-leave.
12563
125642000-03-21 Jason Rumney <jasonr@gnu.org>
12565
12566 * cus-edit.el (custom-button-face): Use 3D look for w32.
12567 (custom-button-pressed-face): Likewise.
12568
125692000-03-21 Gerd Moellmann <gerd@gnu.org>
12570
12571 * progmodes/etags.el (tags-case-fold-search): New user-option.
12572 (tags-loop-eval): New function. Bind case-fold-search around eval
12573 depending on the value of tags-case-fold-search.
12574 (tags-loop-continue): Use tags-loop-eval.
12575 (find-tag-in-order): Bind case-fold-search depending on the value
12576 of tags-case-fold-search.
12577
125782000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12579
12580 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12581 (diff-end-of-hunk): Return the end position for use in
12582 `easy-mmode-define-navigation'.
12583 (diff-recenter): Remove.
12584 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12585 of `easy-mmode-define-navigation'.
12586 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12587 previous renaming) and fix to use new names.
12588 (diff-merge-strings): Use \n as separator: simpler, faster.
12589 (diff-mode): Use `define-derived-mode'.
12590
12591 * derived.el (define-derived-mode): Don't autoload anymore.
12592 Prefer the macro-only version provided by easy-mmode.el.
12593
12594 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12595 `easy-mmode-define-derived-mode'.
12596 Use `combine-run-hooks'.
12597 (easy-mmode-define-navigation): New macro.
12598
12599 * subr.el (combine-run-hooks): New function.
12600
126012000-03-21 Kenichi HANDA <handa@etl.go.jp>
12602
12603 * term/x-win.el: Fontsets related initialization is simplified.
12604
12605 * international/mule-diag.el (describe-font): Don't refer to
12606 global-fontset-alist, instead call font-list.
12607 (describe-fontset, list-fontsets, mule-diag): Likewise.
12608 (print-fontset): Adjusted for the change of fontset
12609 implementation.
12610
12611 * international/fontset.el (x-charset-registries): Variable
12612 removed, instead the corresponding data is stored in the default
12613 fontset.
12614 (register-alternate-fontnames): Function removed.
12615 (resolved-ascii-font): Variable removed.
12616 (x-compose-font-name): Ignore the second argument REDOCE.
12617 (x-complement-fontset-spec): Complement only an ASCII font and
12618 element for those charsets than can use that ASCII font.
12619 (generate-fontset-menu): Don't refer to global-fontset-alist,
12620 instead call fontset-list.
12621 (uninstantiated-fontset-alist): Variable removed.
12622 (x-style-funcs-alist): Likewise.
12623 (fontset-default-styles): Likewise.
12624 (x-modify-font-name): Function removed.
12625 (create-fontset-from-fontset-spec): Ignore the argument
12626 STYLE-VARIANT.
12627 (create-fontset-from-ascii-font): Docsting adjusted for the above
12628 change.
12629 (instantiate-fontset, resolve-fontset-name): Functions removed.
12630 (fontset-list): Now implemented by C code.
12631
12632 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12633 (describe-face): Include `font' attribute in the description.
12634
126352000-03-21 Kenichi Handa <handa@etl.go.jp>
12636
12637 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12638
126392000-03-20 Gerd Moellmann <gerd@gnu.org>
12640
12641 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12642 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12643 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12644
12645 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12646 about behavior of set-buffer-modified-p wrt redisplay.
12647
126482000-03-19 Richard M. Stallman <rms@gnu.org>
12649
12650 * view.el (view-mode-disable): Kill local binding of view-read-only.
12651
126522000-03-18 Gerd Moellmann <gerd@gnu.org>
12653
12654 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12655 is a string, convert it to a syntax cell using string-to-syntax.
12656
12657 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12658 (string-to-syntax): New function.
12659
12660 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12661 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12662 try to use passive ftp mode.
12663
126642000-03-17 Gerd Moellmann <gerd@gnu.org>
12665
12666 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12667
12668 * simple.el (append-to-buffer): Update point of windows after
12669 insertion.
12670
12671 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12672 forward then moving backward. Reindent.
12673
12674 * frame.el (other-frame): Call x-focus-frame only if
12675 focus-follows-mouse is off.
12676
126772000-03-17 Dave Love <fx@gnu.org>
12678
12679 * pcvs-util.el (cvs-strings->string): Rename
12680 replace-regexps-in-string.
12681
126822000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12683
12684 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12685 regexp for labels cannot span several lines.
12686
12687 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12688 `(setq :<key> ':<key>)' to the macro expansion.
12689
126902000-03-16 Dave Love <fx@gnu.org>
12691
12692 * progmodes/f90.el (f90): Put custom group under `languages', not
12693 `fortran'.
12694 (f90-mode-hook): Customize.
12695 (f90-mode): Set add-log-current-defun-function.
12696 (f90-current-defun): New function.
12697
126982000-03-16 Gerd Moellmann <gerd@gnu.org>
12699
12700 * cus-edit.el (custom-variable-tag-face): Handle case that
12701 default face's height is not a number.
12702 (custom-face-tag-face, custom-group-tag-face-1)
12703 (custom-group-tag-face): Ditto.
12704 (custom-group-tag-face-1): Add :group.
12705
12706 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12707
127082000-03-15 Gerd Moellmann <gerd@gnu.org>
12709
12710 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12711 requiring easymenu.
12712
127132000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12714
12715 * ps-print.el: PostScript user-defined prologue, PostScript error
12716 handler, doc fix.
12717 (ps-print-version): New version number (5.1).
12718 (ps-user-defined-prologue, ps-error-handler-message)
12719 (ps-print-prologue-0, ps-error-handler-alist): New vars.
12720 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
12721 (ps-insert-string): New function.
12722
127232000-03-15 Kenichi Handa <handa@etl.go.jp>
12724
12725 * international/ccl.el (ccl-compile-expression): Don't generate
12726 invalid self-assignment code.
12727
127282000-03-14 Dave Love <fx@gnu.org>
12729
12730 * subr.el (replace-regexp-in-string): Renamed from
12731 replace-regexps-in-string. Doc fix.
12732
127332000-03-12 Dave Love <fx@gnu.org>
12734
12735 * cus-edit.el: Doc fixes.
12736 (customize-set-variable, customize-save-variable): Rename args for
12737 doc.
12738 (custom-variable-tag-face, custom-face-tag-face)
12739 (custom-group-tag-face-1, custom-group-tag-face): Modify from
12740 style which user identify as hyperlink.
12741 (hook): Don't add undefined functions to the hook.
12742 (debug-ignored-errors): Transfer message from bindings.el.
12743
127442000-03-12 Gerd Moellmann <gerd@gnu.org>
12745
12746 * recentf.el (recentf-keep-non-readable-files-p): Remove
12747 double/nested definition.
12748
127492000-03-12 Dave Love <fx@gnu.org>
12750
12751 * facemenu.el (facemenu-get-face): Use display-color-p.
12752 * enriched.el (enriched-decode-foreground): Likewise.
12753 (enriched-decode-background): Likewise.
12754 * isearch.el (isearch-highlight): Likewise.
12755 * info-look.el (info-lookup): Likewise.
12756 * simple.el (completion-setup-function): Likewise.
12757
12758 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
12759 :options.
12760
12761 * bindings.el (mode-line-format): Fix line-number and
12762 column-number items. Add help-echo for the background.
12763 (mode-line-mule-info): Modify help-echo.
12764
12765 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
12766
12767 * files.el (load-file): Allow completion to .elc.
12768
12769 * man.el: Doc fixes.
12770 (Man-init-defvars): Use display-color-p to set fontification.
12771
12772 * play/hanoi.el (hanoi-internal): Don't use oddp.
12773
127742000-03-12 Gerd Moellmann <gerd@gnu.org>
12775
12776 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
12777
12778 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
12779
127802000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
12781
12782 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
12783 Fix comment.
12784
127852000-03-10 Stefan Monnier <monnier@cs.yale.edu>
12786
12787 * font-lock.el (font-lock-keywords): Fix the doc now that
12788 regexp-opt-depth is unnecessary.
12789 (save-buffer-state): Set an edebug spec.
12790 (font-lock-fontify-anchored-keywords): Properly handle the case when
12791 the matcher goes past the limit.
12792
12793 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
12794 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
12795
12796 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
12797 dll.el and cookie.el (from Elib) with heavy renaming and other
12798 massaging.
12799
12800 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
12801 Autoload the functions used.
12802 (easy-mmode-define-syntax): Fix CL typo.
12803 (easy-mmode-define-derived-mode): Improve the docstring generation.
12804
128052000-03-10 Gerd Moellmann <gerd@gnu.org>
12806
12807 * textmodes/texinfo.el (texinfo-version): Variable and function
12808 removed.
12809
128102000-03-09 Stefan Monnier <monnier@cs.yale.edu>
12811
12812 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
12813 allow more flexibility.
12814 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
12815 fns.
12816 (easy-mmode-defmap, easy-mmode-defsyntax)
12817 (easy-mmode-define-derived-mode): New macros.
12818
128192000-03-09 Didier Verna <didier@xemacs.org>
12820
12821 * rect.el (replace-rectangle): New function.
12822
128232000-03-09 Dave Love <fx@gnu.org>
12824
12825 * progmodes/fortran.el (fortran-comment-line-start): Define as
12826 "C".
12827 (fortran-comment-line-start-skip): Don't match cpp stuff.
12828 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
12829 (fortran-mode-map): Remove over-eager custom-menu-create for now.
12830 (fortran-mode): Don't set fortran-comment-line-start-skip,
12831 fortran-comment-line-start here. Set comment-start,
12832 add-log-current-defun.
12833 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
12834 (fortran-current-defun): New function.
12835
128362000-03-09 Gerd Moellmann <gerd@gnu.org>
12837
12838 * emacs-lisp/re-builder.el: New file.
12839
12840 * mouse.el (mouse-drag-region): Don't run up-event handler
12841 if hscroll has changed.
12842
12843 * octave-mod.el (octave-font-lock-keywords): To font-lock the
12844 builtin operators, use `font-lock-builtin-face' for Emacs and
12845 `font-lock-preprocessor-face' otherwise.
12846
12847 * font-lock.el (lisp-font-lock-keywords-1): Highlight
12848 `(defun (setf foo)' differently.
12849
128502000-03-08 Stefan Monnier <monnier@cs.yale.edu>
12851
12852 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
12853 (regexp-opt): Update comment and adapt the code the new meaning of
12854 the `paren' argument of regex-opt-group for shy-groups.
12855 (regexp-opt-depth): Handle shy groups as well as backslashed
12856 backslashes.
12857 (regexp-opt-group): Turn the leading comment into a docstring.
12858 Allow `paren' to be a string (the string to use to open a group).
12859 Remove open-presuf and close-presuf. Instead of checking for `all
12860 one-char' and then later on check for `several one-char', handle
12861 both cases close together. Also apply a more generic algorithm
12862 for suffixes (the mirror image of the algorithm used for
12863 prefixes). Use shy-groups. Use nreverse rather than reverse.
12864 (regexp-opt-try-suffix): Removed.
12865
12866 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
12867 from comint-mode-map, so we can just inherit from it. Also, move
12868 the initialization into the `defvar' since there's no docstring
12869 anyway and it's fairly short.
12870 (inferior-scheme-mode): Define it as derived-mode: the code is
12871 shorter and this way we inherit from comint-mode-map rather than
12872 copying it.
12873
12874 * subr.el (replace-regexps-in-string): Properly handle the case
12875 where we match an empty string.
12876
12877 * comint.el (comint-exec-1): Add the current-dir to the exec-path
12878 when the command has a directory component (such as "./testml").
12879 Also fix a typo in the comment.
12880
128812000-03-08 Gerd Moellmann <gerd@gnu.org>
12882
12883 * Makefile (compile-files): Compile files one by one because
12884 that's the only way to ensure a clean compilation environment for
12885 each individual file.
12886
12887 * frame.el (other-frame): Call x-focus-frame.
12888
128892000-03-07 Dave Love <fx@gnu.org>
12890
12891 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12892 :require to defcustom.
12893
12894 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12895 lists.
12896
12897 * files.el (auto-mode-alist): Add configure.in.
12898
12899 * progmodes/autoconf.el: New file.
12900
129012000-03-07 Gerd Moellmann <gerd@gnu.org>
12902
12903 * mail/mh-e.el: Change maintainer to `none'.
12904
12905 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12906 to remove-hook and add-hook.
12907
129082000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12909
12910 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12911 it as the default.
12912 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12913 (sendmail-send-it): Conditionally add MIME headers specifying the
12914 used character set.
12915
129162000-03-07 Dave Love <fx@gnu.org>
12917
12918 * winner.el: Fix keywords, autoload cookies. Split
12919 eval-when-compile form to avoid compilation failure.
12920
129212000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12922
12923 * international/mule.el: Modify comment about coding system
12924 property `coding-category'.
12925 (make-coding-system): New argument EOL-TYPE. Pay attention to
12926 coding-category property of PROPERTIES.
12927
12928 * international/mule-conf.el (coding-category-utf-8,
12929 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12930 categories. Include them in the argument for set-coding-priority.
12931
12932 * international/mule-cmds.el (reset-language-environment): Include
12933 coding-category-utf-8, coding-category-utf-16-be, and
12934 coding-category-utf-16-le in the argument for set-coding-priority.
12935 (reset-language-environment): Initialize coding-category-utf-8,
12936 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12937
129382000-03-06 Karl Fogel <kfogel@red-bean.com>
12939
12940 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12941 code abstracted out of `bookmark-jump-noselect'. Now tries info
12942 extensions as well as compression extensions.
12943 (bookmark-jump-noselect): Use above new func.
12944
129452000-03-03 Gerd Moellmann <gerd@gnu.org>
12946
12947 * strokes.el: Change maintainer's mail address.
12948
129492000-03-03 Kenichi Handa <handa@etl.go.jp>
12950
12951 * international/mule-diag.el (list-character-sets): Make help-echo
12952 string by substitute-command-keys.
12953 (list-character-sets): Likewise.
12954 (sort-listed-character-sets): Call help-setup-xref.
12955
129562000-03-02 Gerd Moellmann <gerd@gnu.org>
12957
12958 * time.el (display-time-mail-file): Add `none' to the list of
12959 choices.
12960
129612000-03-01 Dave Love <fx@gnu.org>
12962
12963 * help.el (help-xref-go-back): Don't try to set position.
12964
12965 * international/mule-diag.el (list-character-sets): Call
12966 help-setup-xref. Add help-echo to xrefs.
12967 (list-character-sets-1): Add help-echo to xrefs.
12968
129692000-03-02 Gerd Moellmann <gerd@gnu.org>
12970
12971 * frame.el (blink-cursor-mode): Switch cursor on when turning
12972 the mode off.
12973
12974 * add-log.el (add-log-current-defun): Add support for
12975 Autoconf mode.
12976
12977 * mail/rmail.el (rmail-quit-hook): New variable.
12978
129792000-03-01 Dave Love <fx@gnu.org>
12980
12981 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12982
12983 * help.el (help-xref-button): Add help-echo arg.
12984 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12985
12986 * faces.el (list-faces-display): Supply help-echo with
12987 help-make-xrefs.
12988
12989 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12990 nil.
12991
129922000-03-01 Gerd Moellmann <gerd@gnu.org>
12993
12994 * image.el (defimage): Look for image files in load-path.
12995
12996 * frame.el (busy-cursor-delay-seconds): Change type to
12997 `number'.
12998
129992000-03-01 David Ponce <david.ponce@wanadoo.fr>
13000
13001 * recentf.el (recentf): Added version tag to the defgroup of
13002 recentf.
13003
130042000-03-01 David Ponce <david.ponce@wanadoo.fr>
13005
13006 * recentf.el (recentf-cleanup): Changed to remove excluded file
13007 too.
13008 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13009 action to select/unselect a file.
13010 (recentf-edit-list): Code cleanup and improvement.
13011 (recentf-open-more-files-action): `recentf-open-more-files' button
13012 widget action to open a file.
13013 (recentf-open-more-files): No more use standard completion but
13014 widgets.
13015 (recentf-more-collection): Deleted.
13016 (recentf-more-history): Deleted.
13017 (recentf-setup-more-completion): Deleted.
13018
130192000-03-01 David Ponce <david.ponce@wanadoo.fr>
13020
13021 * recentf.el (recentf-mode): No more needs that Emacs is running
13022 under a window-system.
13023
130241999-03-01 David Ponce <david.ponce@wanadoo.fr>
13025
13026 * recentf.el (recentf-edit-list): New command to edit the recent
13027 list which allow the user to remove files.
13028 (recentf-edit-selected-items): New global variable, used by
13029 `recentf-edit-list' to hold the list of files to be removed from
13030 the recent list.
13031 (recentf-make-menu-items): Updated to display a "Edit list..."
13032 menu item. Minor code cleanup.
13033
130341999-03-01 David Ponce <david.ponce@wanadoo.fr>
13035
13036 * recentf.el (recentf-open-more-files): New command to open files
13037 that are not displayed in the menu.
13038 (recentf-more-collection): New global variable holding the set of
13039 permissible completions used by `recentf-open-more-files'.
13040 (recentf-more-history): New global variable holding the history list
13041 used by `recentf-open-more-files' completion.
13042 (recentf-setup-more-completion): New function to setup completion for
13043 `recentf-open-more-files'.
13044 (recentf-make-menu-items): Updated to display a "More..." menu item.
13045
130461999-03-01 David Ponce <david.ponce@wanadoo.fr>
13047
13048 * recentf.el (recentf-menu-action): Doc fixed.
13049
130501999-03-01 David Ponce <david.ponce@wanadoo.fr>
13051
13052 * recentf.el (recentf-menu-filter): Doc updated.
13053 (recentf-update-menu-hook): Allow menu filters to force menu update.
13054 (recentf-make-menu-items): New menu filter handling.
13055 (recentf-make-menu-item): New helper function.
13056 (recentf-menu-elements): New menu handling function.
13057 (recentf-sort-ascending): Updated to new menu filter handling.
13058 (recentf-sort-descending): Updated to new menu filter handling.
13059 (recentf-sort-basenames-ascending): New menu filter function.
13060 (recentf-sort-basenames-descending): New menu filter function.
13061 (recentf-show-basenames): New menu filter function.
13062 (recentf-show-basenames-ascending): New menu filter function.
13063 (recentf-show-basenames-descending): New menu filter function.
13064
130652000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13066
13067 * diary-lib.el (list-diary-entries): Don't try to go forward at
13068 the end of the buffer.
13069
130702000-02-29 Kenichi Handa <handa@etl.go.jp>
13071
13072 * international/mule-diag.el (list-character-sets): Completely
13073 rewritten.
13074 (sort-listed-character-sets): New function.
13075 (list-character-sets-1): Completely rewritten.
13076 (list-character-sets-2): New function.
13077 (non-iso-charset-alist): New variable.
13078 (decode-codepage-char): New function.
13079 (charset-history): New variable.
13080 (read-charset) (list-block-of-chars)
13081 (list-iso-charset-chars)
13082 (list-non-iso-charset-chars)
13083 (list-charset-chars): New functions.
13084 (mule-diag): Call list-character-sets-2, not
13085 list-character-sets-2.
13086 (dump-charsets): Likewise.
13087
130882000-02-29 Gerd Moellmann <gerd@gnu.org>
13089
13090 * dired-x.el (dired-filename-at-point): Add `@' to valid
13091 file name characters.
13092 (dired-filename-at-point): Handle ange-ftp file names.
13093
13094 * frame.el (frame-notice-user-settings): Use assq-delete-all
13095 instead of assoc-delete-all.
13096 (frame-notice-user-settings): Ditto.
13097
13098 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13099 Don't copy alist.
13100
131012000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13102
13103 * calculator.el (calculator-use-menu): New option.
13104 (calculator-initial-bindings): Changed some bindings to work as
13105 macros.
13106 (calculator-forced-input): Removed.
13107 (calculator-restart-other-mode): New variable.
13108 (calculator-mode-map): Set up menu.
13109
131102000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13111
13112 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13113 tags.
13114
131152000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13116
13117 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13118 translate all ESC key sequences.
13119 (viper-goto-mark-subr): restore markers for files for which
13120 they were saved.
13121 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13122 * viper-util.el (viper-set-replace-overlay-glyphs,
13123 viper-set-replace-overlay): always check if the replacement
13124 overlay is live.
13125 * viper.el (viper-vi-state-mode-list): added major modes.
13126 * ediff-wind.el: minor comment changes.
13127 * ediff.el: copyright notice date fix.
13128
131292000-02-27 Jason Rumney <jasonr@gnu.org>
13130
13131 * faces.el (face-font-family-alternatives): Add arial to helv.
13132 (mode-line, header-line, tool-bar): Same default as x for w32.
13133 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13134 face-font-family-alternatives from working.
13135 * term/w32-win.el (mouse-set-font): Do not build fontset from
13136 chosen font.
13137
131382000-02-25 Sam Steingold <sds@goems.com>
13139
13140 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13141 properly.
13142
131432000-02-25 Richard M. Stallman <rms@gnu.org>
13144
13145 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13146
131472000-02-25 Gerd Moellmann <gerd@gnu.org>
13148
13149 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13150 writable.
13151
13152 * frame.el (busy-cursor-delay-seconds): New option.
13153
131542000-02-24 Gerd Moellmann <gerd@gnu.org>
13155
13156 * frame.el (show-cursor-in-non-selected-windows): New option.
13157
131582000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13159
13160 * diary-lib.el (include-other-diary-files): Undo the selective
13161 display in any included file and don't kill it.
13162
131632000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13164
13165 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13166 bar. Menu items converted to (menu-item format, help strings
13167 added.
13168 [downcase, upcase]: Don't enable on MS-DOS.
13169 [symlink, symlinks]: Don't show if make-symbolic-link is not
13170 bound.
13171 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13172
131732000-02-23 Dave Love <fx@gnu.org>
13174
13175 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13176 (backward-kill-word): Revert addition of * to interactive spec --
13177 it's a feature.
13178
13179 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13180 (backward-kill-sentence, kill-sentence): Likewise.
13181
13182 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13183 scratch buffer name.
13184 (gud-format-command): Use int-to-string in ?l case. Simplify
13185 slightly.
13186
13187 * term/w32-win.el (internal-face-interactive): Update prompt for
13188 new read-face-name.
13189
13190 * mail/footnote.el (footnote): Add :version to defgroup.
13191 (footnote-section-tag-regexp): Customize.
13192 (footnote-start-tag, footnote-end-tag): New option.
13193 (footnote-latin-regexp): New variable.
13194 (Footnote-latin): New function.
13195 (footnote-style-alist): Add element for latin style.
13196 (footnote-style): Moved.
13197 (Footnote-goto-footnote): Use eq to test arg.
13198
13199 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13200
13201 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13202 (byte-compile-trueconstp): Include keywords.
13203 (byte-optimize-quote, byte-optimize-lapcode): Use
13204 byte-compile-const-symbol-p.
13205 (byte-optimize-char-before): New optimization.
13206
13207 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13208 (byte-compile-const-symbol-p): New function.
13209 (byte-compile-constp, byte-compile-out-toplevel)
13210 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13211 Use it.
13212
13213 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13214
132152000-02-23 Kenichi Handa <handa@etl.go.jp>
13216
13217 * international/encoded-kb.el: Be sure to update minor-mode-alist
13218 and minor-mode-map-alist.
13219 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13220 codes SS2 and SS3 correctly.
13221 (encoded-kbd-self-insert-ccl): New function.
13222 (encoded-kbd-setup-keymap): New function.
13223 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13224 by calling encoded-kbd-setup-keymap.
13225
13226 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13227 characters.
13228 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13229 locally.
13230
132312000-02-22 Dave Love <fx@gnu.org>
13232
13233 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13234 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13235 defvar.
13236 (lisp-mode-syntax-table): Set up for #|...|# comments.
13237 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13238 classes. Match `defface'.
13239 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13240 (eval-defun-1): Fix for defcustom.
13241 (lisp-indent-region): Doc fix.
13242
13243 * subr.el (when, unless, split-string): Doc fix.
13244 (read-passwd): Move call of clear-this-command-keys to the right
13245 place.
13246 (replace-regexps-in-string): New function.
13247
132482000-02-22 Gerd Moellmann <gerd@gnu.org>
13249
13250 * help.el (describe-variable): Set syntax table to
13251 emacs-lisp-mode-syntax-table when moving forward over the
13252 symbol's name.
13253
132542000-02-22 Dave Love <fx@gnu.org>
13255
13256 * xt-mouse.el: Doc fixes.
13257 (xterm-mouse-position-function): New function, replacing advice of
13258 mouse-position.
13259 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13260
13261 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13262
132632000-02-21 Gerd Moellmann <gerd@gnu.org>
13264
13265 * format.el (format-annotate-single-property-change): Handle
13266 properties.with dotted-list values.
13267 (format-proper-list-p): New function.
13268
13269 * enriched.el (enriched-face-ans): Handle '(foreground-color
13270 . COLOR) and (background-color . COLOR).
13271
132722000-02-20 Dave Love <fx@gnu.org>
13273
13274 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13275 and assignments to it.
13276 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13277 current local map.
13278 (make-flyspell-overlay): Use it.
13279 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13280
13281 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13282 (lm-get-header-re): Defun, not defsubst.
13283 (lm-get-package-name): Defun, not defsubst. Simplify.
13284 (lm-version): Doc fix. Simplify.
13285 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13286 (lm-crack-address, lm-last-modified-date, lm-commentary)
13287 (lm-verify, lm-synopsis): Simplify.
13288 (lm-report-bug): Require emacsbug. Use compose-mail.
13289
132902000-02-20 Gerd Moellmann <gerd@gnu.org>
13291
13292 * dired.el (dired-mode): Call propertized-buffer-identification
13293 to set mode-line-buffer-identification to something having
13294 the right text properties.
13295
13296 * bindings.el (propertized-buffer-identification): New function.
13297
132982000-02-20 Dave Love <fx@gnu.org>
13299
13300 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13301 check for t-mouse too.
13302
13303 * cus-start.el: Make echo-keystrokes `number'.
13304
133052000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13306
13307 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13308 Don't call ring-empty-p unless tags-location-ring is bound.
13309 From Noah Friedman <friedman@splode.com>.
13310
133112000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13312
13313 * progmodes/hideshow.el (hs-flag-region): No longer use
13314 `intangible' overlay property.
13315
13316 (hs-toggle-hiding): New command.
13317 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13318
13319 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13320 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13321 and deactivation.
13322
133232000-02-18 Gerd Moellmann <gerd@gnu.org>
13324
13325 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13326
133272000-02-17 Gerd Moellmann <gerd@gnu.org>
13328
13329 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13330
13331 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13332 of `*' to handle `(* ... *)' comments.
13333
133342000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13335
13336 * faces.el (list-faces-display): Use display-mouse-p instead of
13337 window-system.
13338
13339 * menu-bar.el (global-map): Menu-bar items converted to the new
13340 format (menu-item..., rearranged for better CUA compliance, and
13341 their names changed for better clarity. Help strings added.
13342
13343 * international/mule-cmds.el (mule-menu-keymap)
13344 (describe-language-environment-map, set-coding-system-map)
13345 (setup-language-environment-map): Convert to new (menu-item...
13346 form, add help strings. Change names of menu items for better
13347 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13348 submenu).
13349
133502000-02-17 Gerd Moellmann <gerd@gnu.org>
13351
13352 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13353 within the code.
13354
133552000-02-16 Dave Love <fx@gnu.org>
13356
13357 * faces.el: Don't require custom. Add more specific :groups to
13358 various deffaces.
13359 (set-face-attribute): Purecopy args.
13360 (read-face-name): Default to name at point and use it in prompt.
13361 Remove colon from arg in all callers.
13362 (list-faces-display): Hyperlink to face descriptions and customize
13363 buffers.
13364
133652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13366
13367 * wid-edit.el (widget-match-inline): An atom never matches a
13368 list.
13369
133702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13371
13372 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13373 at ':' characters by call to split-string.
13374
133752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13376
13377 * textmodes/bibtex.el: Added RCS version identification.
13378
133792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13380
13381 * textmodes/bibtex.el: Some temporary comments removed.
13382 (bibtex-field-name, bibtex-entry-type): Made the relationship
13383 explicit.
13384 (bibtex-field-const): Allow capital letters.
13385 (bibtex-start-of-string): Deleted because unused.
13386
13387 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13388 use the term 'reference' to describe a bibtex entry as a whole.
13389 Further, reference keys are no longer called 'labels'.
13390 (bibtex-keys): Renamed to bibtex-reference-keys.
13391 (bibtex-reformat-previous-labels): Renamed to
13392 bibtex-reformat-previous-reference-keys.
13393 (bibtex-reference-type): Renamed to bibtex-entry-type.
13394 (bibtex-reference-head): Renamed to bibtex-entry-head.
13395 (bibtex-reference-maybe-empty-head): Renamed to
13396 bibtex-entry-maybe-empty-head.
13397 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13398 (bibtex-search-reference): Renamed to bibtex-search-entry.
13399 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13400 bibtex-enclosing-entry-maybe-empty-head.
13401 (bibtex-entry-field-alist, bibtex-entry-head,
13402 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13403 bibtex-map-entries, bibtex-search-entry,
13404 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13405 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13406 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13407 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13408 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13409 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13410 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13411
134122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13413
13414 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13415 comment.
13416 (bibtex-format-field-delimiters): New function, functionality
13417 extracted from bibtex-format-entry.
13418 (bibtex-autokey-get-yearfield-digits): New function, functionality
13419 extracted from bibtex-autokey-get-yearfield.
13420
13421 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13422 entries in order to avoid stack overflow in the regexp matcher if
13423 field contents become large.
13424 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13425 bibtex-field-string-part-not-braced,
13426 bibtex-field-string-part-no-inner-braces,
13427 bibtex-field-string-part-1-inner-brace,
13428 bibtex-field-string-part-2-inner-braces,
13429 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13430 bibtex-field-string-quoted, bibtex-field-string,
13431 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13432 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13433 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13434 as parsing is now performed by the following functions.
13435 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13436 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13437 bibtex-parse-field-string, bibtex-search-forward-field-string,
13438 bibtex-parse-association, bibtex-field-name-for-parsing,
13439 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13440 bibtex-search-forward-field, bibtex-search-backward-field,
13441 bibtex-start-of-field, bibtex-end-of-field,
13442 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13443 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13444 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13445 bibtex-parse-string, bibtex-search-forward-string,
13446 bibtex-search-backward-string, bibtex-start-of-string,
13447 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13448 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13449 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13450 entries. Instead of reporting the results of the parsing by
13451 match-beginning or match-end, these functions return data structures
13452 that hold the corresponding positions.
13453 (bibtex-enclosing-field): Changed to also report field boundaries by
13454 return values rather than by match-beginning or match-end. The
13455 following functions have been adapted to use the new parsing
13456 functions.
13457 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13458 bibtex-enclosing-field, bibtex-format-entry,
13459 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13460 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13461 bibtex-print-help-message, bibtex-end-of-entry,
13462 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13463 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13464 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13465 method for parsing.
13466 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13467 bibtex-map-entries, bibtex-flash-head,
13468 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13469 bibtex-autokey-change, bibtex-autokey-get-namefield,
13470 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13471 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13472 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13473 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13474 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13475 order to make the new binding of case-fold-search immediately
13476 visible.
13477
134782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13479
13480 * textmodes/bibtex.el: Copyright notice is up to date.
13481 Added constant 'bibtex-maintainer-salutation.
13482
13483 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13484 than make-temp-name, use match-string-no-properties and eliminate
13485 a quadratic behavior when building bibtex-strings.
13486
13487 * bibtex.el (bibtex-reference-key): Accept string entries whose
13488 reference key contains upper case letters.
13489
134902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13491
13492 * bibtex.el (bibtex-reference-head): Allow entries to start with
13493 a new line.
13494
134952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13496
13497 * bibtex.el: Hiding of entry bodies is not longer provided by
13498 bibtex.el directly. Instead the hideshow package can be used.
13499 Added a special bibtex entry to hs-special-modes-alist.
13500 (bibtex-hs-forward-sexp): Added for hideshow.el.
13501
135022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13503
13504 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13505 at ':' characters by call to split-string.
13506
135072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13508
13509 * textmodes/bibtex.el: Added RCS version identification.
13510
135112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13512
13513 * textmodes/bibtex.el: Some temporary comments removed.
13514 (bibtex-field-name, bibtex-entry-type): Made the relationship
13515 explicit.
13516 (bibtex-field-const): Allow capital letters.
13517 (bibtex-start-of-string): Deleted because unused.
13518
13519 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13520 use the term 'reference' to describe a bibtex entry as a whole.
13521 Further, reference keys are no longer called 'labels'.
13522 (bibtex-keys): Renamed to bibtex-reference-keys.
13523 (bibtex-reformat-previous-labels): Renamed to
13524 bibtex-reformat-previous-reference-keys.
13525 (bibtex-reference-type): Renamed to bibtex-entry-type.
13526 (bibtex-reference-head): Renamed to bibtex-entry-head.
13527 (bibtex-reference-maybe-empty-head): Renamed to
13528 bibtex-entry-maybe-empty-head.
13529 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13530 (bibtex-search-reference): Renamed to bibtex-search-entry.
13531 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13532 bibtex-enclosing-entry-maybe-empty-head.
13533 (bibtex-entry-field-alist, bibtex-entry-head,
13534 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13535 bibtex-map-entries, bibtex-search-entry,
13536 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13537 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13538 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13539 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13540 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13541 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13542 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13543
135442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13545
13546 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13547 comment.
13548 (bibtex-format-field-delimiters): New function, functionality
13549 extracted from bibtex-format-entry.
13550 (bibtex-autokey-get-yearfield-digits): New function, functionality
13551 extracted from bibtex-autokey-get-yearfield.
13552
13553 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13554 entries in order to avoid stack overflow in the regexp matcher if
13555 field contents become large.
13556 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13557 bibtex-field-string-part-not-braced,
13558 bibtex-field-string-part-no-inner-braces,
13559 bibtex-field-string-part-1-inner-brace,
13560 bibtex-field-string-part-2-inner-braces,
13561 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13562 bibtex-field-string-quoted, bibtex-field-string,
13563 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13564 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13565 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13566 as parsing is now performed by the following functions.
13567 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13568 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13569 bibtex-parse-field-string, bibtex-search-forward-field-string,
13570 bibtex-parse-association, bibtex-field-name-for-parsing,
13571 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13572 bibtex-search-forward-field, bibtex-search-backward-field,
13573 bibtex-start-of-field, bibtex-end-of-field,
13574 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13575 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13576 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13577 bibtex-parse-string, bibtex-search-forward-string,
13578 bibtex-search-backward-string, bibtex-start-of-string,
13579 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13580 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13581 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13582 entries. Instead of reporting the results of the parsing by
13583 match-beginning or match-end, these functions return data structures
13584 that hold the corresponding positions.
13585 (bibtex-enclosing-field): Changed to also report field boundaries by
13586 return values rather than by match-beginning or match-end. The
13587 following functions have been adapted to use the new parsing
13588 functions.
13589 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13590 bibtex-enclosing-field, bibtex-format-entry,
13591 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13592 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13593 bibtex-print-help-message, bibtex-end-of-entry,
13594 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13595 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13596 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13597 method for parsing.
13598 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13599 bibtex-map-entries, bibtex-flash-head,
13600 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13601 bibtex-autokey-change, bibtex-autokey-get-namefield,
13602 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13603 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13604 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13605 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13606 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13607 order to make the new binding of case-fold-search immediately
13608 visible.
13609
136102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13611
13612 * textmodes/bibtex.el: Copyright notice is up to date.
13613 Added constant 'bibtex-maintainer-salutation.
13614
13615 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13616 than make-temp-name, use match-string-no-properties and eliminate
13617 a quadratic behavior when building bibtex-strings.
13618
13619 * bibtex.el (bibtex-reference-key): Accept string entries whose
13620 reference key contains upper case letters.
13621
136222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13623
13624 * bibtex.el (bibtex-reference-head): Allow entries to start with
13625 a new line.
13626
136272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13628
13629 * bibtex.el: Hiding of entry bodies is not longer provided by
13630 bibtex.el directly. Instead the hideshow package can be used.
13631 Added a special bibtex entry to hs-special-modes-alist.
13632 (bibtex-hs-forward-sexp): Added for hideshow.el.
13633
136342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13635
13636 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13637 proceedings entry type (for cross referencing). Thanks to Wagner
13638 Toledo Correa for the suggestion.
13639
13640 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13641
136422000-02-14 Kenichi Handa <handa@etl.go.jp>
13643
13644 * international/characters.el: Setup case table for Vietnamese.
13645
136462000-02-12 Gerd Moellmann <gerd@gnu.org>
13647
13648 * uniquify.el (toplevel): Require CL at compile time.
13649 (uniquify-push): Removed.
13650
13651 * shadowfile.el (shadow-when): Removed.
13652
13653 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13654 (tempo-process-and-insert-string): Use dolist instead of
13655 tempo-dolist.
13656
13657 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13658 regexp for paragraph-start.
13659
13660 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13661 commas as well.
13662
136632000-02-10 Dave Love <fx@gnu.org>
13664
13665 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13666 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13667 Deleted.
13668 (widget-specify-field, widget-specify-button): Don't use
13669 widget-mouse-help as help-echo property.
13670 (default): Use #'ignore for :validate and :mouse-down-action.
13671 (checkbox): Add help-echo.
13672 (widget-sexp-validate): Rewritten to clarify error messages.
13673 (character): Use char-valid-p in :match function.
13674 (widget-color-complete): Use facemenu-color-alist.
13675 (widget-color-action): Use facemenu-read-color.
13676
13677 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13678 set up `caar' &c that we now have.
13679
136802000-02-09 Ray Blaak <blaak@gnu.org>
13681
13682 * delphi.el: Make resourcestring a declaration region, like const
13683 and var.
13684
136852000-02-09 Dave Love <fx@gnu.org>
13686
13687 * bindings.el (mode-line-input-method-map): New variable.
13688 (mode-line-mule-info): Use it; fix last change.
13689 (mode-line-mode-menu): Move definition.
13690 (mode-line-mouse-sensitive-p): Deleted.
13691 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13692 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13693 level.
13694
13695 * startup.el (command-line-1): Don't call
13696 make-mode-line-mouse-sensitive.
13697
136982000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13699
13700 * mail/rmail.el (rmail-retry-failure): Use
13701 rmail-beginning-of-message before rmail-toggle-header, because the
13702 former toggles headers.
13703
137042000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13705
13706 * diff-mode.el (diff-kill-junk): New interactive function.
13707 (diff-reverse-direction): Use delete-and-extract-region.
13708 (diff-post-command-hook): Restrict the area so that the hook also works
13709 outside of any diff hunk. This is necessary for the minor-mode.
13710 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13711 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13712
13713 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13714 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13715 so that it can be used more easily in <foo>-mode-hook. Also make sure
13716 to avoid duplicate entries.
13717 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
13718 (font-lock-remove-keywords): Just as was done for `add', allow it to
13719 work even if font-lock-mode is nil. Also make sure we don't modify
13720 any pre-existing list by forcing a copy-sequence. Finally rename
13721 `major-mode' to `mode'.
13722 (font-lock-fontify-syntactic-anchored-keywords)
13723 (font-lock-fontify-anchored-keywords)
13724 (font-lock-fontify-keywords-region): Use line-end-position.
13725 Don't make `font-lock-multiline' local (it's now done in
13726 font-lock-set-defaults).
13727 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
13728 move the `font-lock-fontified' creation to inside the `unless'.
13729
137302000-02-06 Andrew Innes <andrewi@gnu.org>
13731
13732 * term/w32-win.el (x-handle-args): Comment out call to message,
13733 which occurs before window system is initialized.
13734
13735 * makefile.nt: Add support for recompiling lisp code.
13736
137372000-02-04 Dave Love <fx@gnu.org>
13738
13739 * bindings.el (mode-line-mule-info): Fix/extend last change.
13740
13741 * completion.el: Replace completion-dolist with dolist.
13742
13743 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
13744 dotimes.
13745
137462000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
13747
13748 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
13749 environment names before they go into the section regexp.
13750
13751 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
13752 char class in regexp.
13753
13754 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
13755 `case-fold-search' to nil.
13756
13757 * progmodes/idlwave.el (idlwave-template): Respect
13758 `idlwave-abbrev-change-case'.
13759 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
13760 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
13761 idlwave-while): respect `idlwave-reserved-word-upcase'.
13762 (idlwave-rw-case): New function.
13763 (idlwave-statement-match): Fixed problem with assignment regexp.
13764 (idlwave-font-lock-keywords): Improved regexp for keyword
13765 parameters.
13766 (idlwave-surround): New argument LENGTH to support padding of
13767 operators longer than 1 char.
13768
13769 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
13770 idlwave-shell-expression-overlay. Implemented printing of
13771 expressions on higher levels of the calling stack.
13772 (idlwave-shell-display-level-in-calling-stack): Restore stack
13773 level.
13774 (idlwave-retrieve-expression-from-level): New function.
13775 (idlwave-shell-last-calling-stack): Variable removed.
13776 (idlwave-shell-reset): Argument action reversed (`visible' to
13777 `hidden'). Also remove stop-line overlay.
13778 (idlwave-shell-calling-stack-routine): New variable.
13779 (idlwave-shell-parse-stack-and-display): Messages now display
13780 negative level numbers.
13781 (idlwave-shell-mode): Set `modeline-format'.
13782 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
13783 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
13784 21.
13785 (idlwave-shell-print-expression-function): New option.
13786
13787 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
13788 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
13789 `tool-bar' instead of `toolbar'.
13790
137912000-02-02 Dave Love <fx@gnu.org>
13792
13793 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
13794 emacs-lisp-mode-hook. Don't check for defalias being defined.
13795
13796 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
13797 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
13798 the new builtins directly.
13799
13800 * whitespace.el (whitespace): Add :version to defgroup.
13801
13802 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
13803 Doc fix.
13804
13805 * thingatpt.el (sexp-at-point, symbol-at-point)
13806 (number-at-point, list-at-point): Add autoload cookie.
13807
13808 * recentf.el (recentf): Add :version to defgroup.
13809
13810 * quickurl.el (quickurl): Add :version to defgroup.
13811
13812 * elide-head.el (elide-head): Use point-marker more.
13813
13814 * bs.el (bs): Add :version to defgroup.
13815
13816 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
13817
13818 * progmodes/delphi.el (delphi): Add :version to defgroup.
13819
138202000-02-02 Gerd Moellmann <gerd@gnu.org>
13821
13822 * ange-ftp.el (ange-ftp-write-region): Handle case that
13823 succeeding process operation sets a different coding system.
13824
13825 * calculator.el: New file.
13826
138272000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
13828
13829 * frame.el (frames-on-display-list, framep-on-display): New
13830 functions.
13831 (display-mouse-p, display-popup-menus-p, display-graphic-p)
13832 (display-selections-p, display-screens, display-pixel-width)
13833 (display-pixel-height, display-mm-width, display-mm-height)
13834 (display-backing-store, display-save-under, display-planes)
13835 (display-color-cells, display-visual-class): New functions.
13836
13837 * term/tty-colors.el (tty-color-gray-shades): New function.
13838
13839 * faces.el (display-color-p): Use framep-on-display.
13840 (display-grayscale-p): New function.
13841
138422000-01-31 Dave Love <fx@gnu.org>
13843
13844 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
13845 (create-fontset-from-x-resource): Don't concat integers.
13846
138472000-01-31 Inge Frick <inge@nada.kth.se>
13848
13849 * view.el: Some changes in documentation. Removed some trailing
13850 whitespace. Changed some parameter names to agree with
13851 documentation.
13852 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
13853 window is not deleted. Modifies change 1998-04-26.
13854
138552000-01-31 Gerd Moellmann <gerd@gnu.org>
13856
13857 * windmove.el: New file.
13858
13859 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13860 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13861 progmodes/ebnf-yac.el: Update copyright and license info.
13862
13863 * jit-lock.el (jit-lock-function): Widen before calculating end
13864 position.
13865 (jit-lock-stealth-chunk-start): Rewritten.
13866
13867 * info.el (Info-title-face-alist): Removed.
13868 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
13869 faces.
13870 (Info-fontify-node): Use these faces.
13871
138722000-01-30 Gerd Moellmann <gerd@gnu.org>
13873
13874 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
13875 (cl-macro-list1): Recognize `&allow-other-keys' instead of
13876 `&allow-other-keywords'.
13877
13878 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
13879 the list of directories scanned heuristically.
13880
13881 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
13882 exist.
13883
138842000-01-30 Jason Rumney <jasonr@gnu.org>
13885
13886 * w32-fns.el: Define w32-tty-standard-colors.
13887
13888 * startup.el (command-line): Use w32-tty-standard-colors when in
13889 w32 console mode.
13890
138912000-01-30 Dave Love <fx@gnu.org>
13892
13893 * jka-compr.el (jka-compr-load): Fix up load-history.
13894
13895 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13896
13897 * emacs-lisp/cl-macs.el: Revert previous change.
13898
138992000-01-29 Dave Love <fx@gnu.org>
13900
13901 * facemenu.el: Purecopy various strings.
13902
13903 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13904 years. Deal with three-digit years.
13905
13906 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13907 defconst, purecopy.
13908 (help-back-label): Purecopy it.
13909
139102000-01-18 Gerd Moellmann <gerd@gnu.org>
13911
13912 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13913 variable. If non-nil, order the buffer list according to the
13914 currently selected frame.
13915 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13916 non-nil, pass the selected frame to function buffer-list.
13917
139182000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13919
13920 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13921
139222000-01-28 Dave Love <fx@gnu.org>
13923
13924 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13925
13926 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13927 Don't use lisp-indent-hook property.
13928 (cl-abs): Remove.
13929
13930 * subr.el: Move out indent and edebug specs for when and unless.
13931
13932 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13933 when, unless.
13934
13935 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13936 unless, when.
13937
139382000-01-28 Gerd Moellmann <gerd@gnu.org>
13939
13940 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13941 `collecting' as synonym for `collect'.
13942
13943 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13944 for the case it contains spaces.
13945
13946 * simple.el (what-cursor-position): Change formatting of
13947 messages.
13948
13949 * frame.el (delete-other-frames): New function.
13950 (toplevel): Bind it to C-x 5 1.
13951
13952 * sort.el (sort-numeric-base): New option.
13953 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13954 interpret it as octal or hexadecimal. Use sort-numeric-base
13955 as default base.
13956
13957 * progmodes/glasses.el: New file.
13958
139592000-01-27 Gerd Moellmann <gerd@gnu.org>
13960
13961 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13962 userids differently.
13963
13964 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13965 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13966 progmodes/ebnf-yac.el: New files.
13967
139682000-01-26 Dave Love <fx@gnu.org>
13969
13970 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13971 on a function with an empty body. [From Eric Ludlam.]
13972
139732000-01-25 Andre Spiegel <spiegel@gnu.org>
13974
13975 * vc.el (vc-version-diff): Make sure file name is expanded.
13976
139772000-01-25 Gerd Moellmann <gerd@gnu.org>
13978
13979 * scroll-bar.el (scroll-bar-timer): Variable removed.
13980 (scroll-bar-toolkit-scroll): Don't use a timer.
13981
139822000-01-25 Kenichi Handa <handa@etl.go.jp>
13983
13984 * language/thai-util.el (thai-composition-function): Delete
13985 superfluous `a'.
13986
139872000-01-24 Dave Love <fx@gnu.org>
13988
13989 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13990 end-of-defun-function.
13991
13992 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13993 &c.
13994
139952000-01-22 Jason Rumney <jasonr@gnu.org>
13996
13997 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13998 conflicts with new face support.
13999
140002000-01-22 Richard M. Stallman <rms@gnu.org>
14001
14002 * replace.el (query-replace): Rename last arg to DELIMITED.
14003 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14004 (query-replace-regexp): Likewise.
14005
140062000-01-20 Richard M. Stallman <rms@gnu.org>
14007
14008 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14009
14010 * emacs-lisp/lisp.el (beginning-of-defun-function):
14011 Variable renamed from beginning-of-defun.
14012 Do not call make-variable-buffer-local.
14013 (beginning-of-defun-raw): Use new variable name; doc fix.
14014 (beginning-of-defun): Doc fix.
14015 (end-of-defun-function): Variable renamed from end-of-defun.
14016 Do not call make-variable-buffer-local.
14017 (end-of-defun): Use new variable name; doc fix.
14018
14019 * subr.el (dolist, dotimes): Copied from cl-macs.el
14020 and made to work.
14021
14022 * mail/undigest.el (rmail-digest-end-regexps):
14023 Variable replaces rmail-digest-end-regexp.
14024 Allows multiple regexps for detecting the end line.
14025 (undigestify-rmail-message): Corresponding changes.
14026
140272000-01-19 Dave Love <fx@gnu.org>
14028
14029 * files.el (user-init-file): Don't declare here -- is primitive.
14030
14031 * startup.el (command-line): Check for compiled user-init-file and
14032 set to uncompiled version if necessary.
14033
140342000-01-18 Gerd Moellmann <gerd@gnu.org>
14035
14036 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14037 (undigestify-rmail-message): Use it.
14038
14039 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14040
140412000-01-17 Gerd Moellmann <gerd@gnu.org>
14042
14043 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14044 of mini-buffer.
14045
140462000-01-14 Gerd Moellmann <gerd@gnu.org>
14047
14048 * emacs-lisp/copyright.el (copyright-update): Removed the
14049 requirement for a trailing space from `copyright-regexp', to
14050 support copyrights with owner specified on a separate line..
14051
14052 * align.el: New file.
14053
14054 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14055
14056 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14057
140582000-01-13 Dave Love <fx@gnu.org>
14059
14060 * ph.el: Removed. (Obsoleted by EUDC.)
14061
140622000-01-13 Gerd Moellmann <gerd@gnu.org>
14063
14064 * net/eudc.el (toplevel): Remove autoloaded code installing
14065 menu with easymenu, because that causes build problems.
14066
14067 * frame.el (frame-notice-user-settings): New variable.
14068 (frame-notice-user-settings): Don't modify frame parameters
14069 if called a second time.
14070
140712000-01-13 Richard M. Stallman <rms@gnu.org>
14072
14073 * frame.el (frame-notice-user-settings):
14074 Notice default-frame-parameters even for non-window frames.
14075
140762000-01-13 Gerd Moellmann <gerd@gnu.org>
14077
14078 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14079 for Emacs.
14080 (eudc-bob-can-display-inline-images): Extend for Emacs.
14081 (eudc-bob-toggle-inline-display): Ditto.
14082 (eudc-bob-display-jpeg): Ditto.
14083
140842000-01-12 Gerd Moellmann <gerd@gnu.org>
14085
14086 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14087 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14088 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14089
14090 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14091 nil)'.
14092
14093 * subdirs.el: Add `net' directory.
14094
14095 * net: New directory.
14096
14097 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14098 eval-last-sexp. Don't bind debug-on-error here.
14099 (eval-last-sexp): New function. Bind debug-on-error if
14100 eval-expression-debug-on-error is non-nil.
14101 (eval-defun-2, eval-defun): Likewise.
14102
14103 * simple.el (eval-expression): Don't bind debug-on-error if
14104 eval-expression-debug-on-error is nil. Detect changed
14105 debug-on-error, and propagate new value to global binding, if
14106 eval-expression-debug-on-error is non-nil,
14107 (eval-expression-debug-on-error): Change doc string.
14108
141092000-01-11 Richard M. Stallman <rms@gnu.org>
14110
14111 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14112
14113 * emacs-lisp/lisp-mode.el (with-syntax-table):
14114 Set up lisp-indent-function property.
14115
14116 * subr.el (with-syntax-table): Moved from simple.el.
14117
14118 * simple.el (with-syntax-table): Moved to subr.el.
14119
141202000-01-11 Gerd Moellmann <gerd@gnu.org>
14121
14122 * tmm.el (tmm-shortcut): Delete region after prompt instead
14123 of erasing buffer.
14124
14125 * textmodes/fill.el (fill-common-string-prefix): New function.
14126 (fill-context-prefix): Use the longest common prefix of first
14127 and second line fill prefix, if there is one.
14128
141292000-01-11 Richard M. Stallman <rms@gnu.org>
14130
14131 * array.el (array-mode): Don't use make-variable-buffer-local.
14132 Use make-local-variable for `truncate-lines'.
14133
141342000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14135
14136 * add-log.el (add-log-current-defun): Handle user-defined
14137 add-log-current-function returning nil,
14138
14139 * add-log.el (add-change-log-entry): Insert version number
14140 if having found a current function
14141
14142 * add-log.el (add-log-current-defun): Call
14143 `add-log-current-defun-function'. Try matches at level 0 and
14144 level 1. Strip whitespace from defun found.
14145
141462000-01-10 John Wiegley <johnw@gnu.org>
14147
14148 * allout.el (isearch-done/outline-provisions): Added `edit'
14149 argument to correspond with the current definition of
14150 `isearch-done'.
14151
141522000-01-10 Dave Love <fx@gnu.org>
14153
14154 * elide-head.el (elide-head): Use point-marker, not point.
14155
141562000-01-10 Gerd Moellmann <gerd@gnu.org>
14157
14158 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14159 before and after the year 2000.
14160
14161 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14162 Add ispell- prefix.
14163
141642000-01-10 Ken Stevens <k.stevens@ieee.org>
14165
14166 * ispell.el: Only define dictionaries in menus when they exist.
14167 (version18p): New variable.
14168 (version20p): New variable.
14169 (xemacsp): New variable.
14170 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14171 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14172 (ispell-dictionary-alist6): Russian command lines no longer accept
14173 run-together words.
14174 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14175 (ispell-dictionary-alist): Add koi8-r to customize definition.
14176 (check-ispell-version): Added documentation string. Returns
14177 library path when called non-interactively.
14178 (ispell-menu-map-needed): Uses new variables.
14179 (ispell-library-path): New variable.
14180 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14181 (ispell-word): Improved documentation string. Test for valid
14182 character mappings. Correctly check typed in word changes that can
14183 result in single words split into multiple words. Returns
14184 replacement word.
14185 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14186 replace in recursive query replace mode. Help message for
14187 recursive edit mode.
14188 (ispell-show-choices): Protect against bad framepop bindings.
14189 (ispell-help): Fix to work with XEmacs.
14190 (ispell-highlight-spelling-error): Use new variables.
14191 (ispell-overlay-window): Fix to work with XEmacs.
14192 (ispell-parse-output): Passed and returns location information
14193 tracking spelling corrections. Doesn't recheck same word on
14194 current line.
14195 (ispell-init-process): Protect against bogus XEmacs variable binding.
14196 Fix call to single argument in sleep-for. Use new variables.
14197 (ispell-region): Passed and returns location information tracking
14198 spelling corrections. Doesn't check same word on current line.
14199 Improved documentation string. Doesn't resend a line already
14200 checked to the ispell process - fixes bug in LaTeX parsing.
14201 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14202 (ispell-skip-region): No longer skips <TT> in SGML.
14203 (ispell-process-line): Tracks location information with spelling
14204 corrections. Added documentation string. Accounts for words
14205 already accepted on this line. Don't allow query-replace on line
14206 starting with math characters. Doesn't resend a line already sent
14207 to ispell process. Fixes alignment error bug.
14208
142092000-01-10 Richard M. Stallman <rms@gnu.org>
14210
14211 * dired-x.el (dired-guess-shell-alist-default):
14212 Suggest xloadimage, which is free, not xv, which isn't.
14213
14214 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14215 Don't ever include the host name or user name in the value.
14216
142172000-01-09 Gerd Moellmann <gerd@gnu.org>
14218
14219 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14220 of a real newline.
14221
142222000-01-09 Stephen Eglen <stephen@gnu.org>
14223
14224 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14225 for .png files.
14226
142272000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14228
14229 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14230
142312000-01-09 Gerd Moellmann <gerd@gnu.org>
14232
14233 * progmodes/cperl-mode.el: Replace ^F with ^L.
14234
14235 * sendmail.el (toplevel): Provide `sendmail' when compiling
14236 before `require'ing rmail and mailalias to prevent infinite
14237 recursion.
14238
142392000-01-08 Dave Love <fx@gnu.org>
14240
14241 * emacs-lisp/backquote.el: Remove inappropriate customization
14242 (allowing custom.el to use backquote).
14243
142442000-01-07 Dave Love <fx@gnu.org>
14245
14246 * add-log.el (add-log-debugging): Deleted.
14247 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14248 file. Remove debugging code.
14249 (change-log-get-method-definition, change-log-name): Add doc.
14250 (change-log-sortable-date-at): New function.
14251 (change-log-merge): New command.
14252
14253 * time.el (display-time-string-forms): Make the Mail string active.
14254 (display-time-update): Provide help-echo for load average.
14255
14256 * bindings.el (make-mode-line-mouse2-map): New function.
14257 (mode-line-modified): Use it and simplify.
14258 (mode-line-mule-info): Provide help-echo info.
14259 (minor-mode-alist): Activate the strings.
14260 (make-mode-line-mouse-sensitive): Simplify for
14261 mode-line-buffer-identification.
14262
142632000-01-07 Gerd Moellmann <gerd@gnu.org>
14264
14265 * play/pong.el: New file.
14266
142672000-01-06 Dave Love <fx@gnu.org>
14268
14269 * array.el: Assorted cleanups for compiler warnings, doc strings,
14270 `array-' prefix for symbols.
14271
142722000-01-05 Dave Love <fx@gnu.org>
14273
14274 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14275 outline-headers-as-kill.
14276 (outline-mode): Define imenu-generic-expression.
14277 (outline-headers-as-kill): New command.
14278
14279 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14280 from paragraph-start.
14281 (paragraph-indent-minor-mode): New command.
14282
14283 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14284 M-C-e, M-C-h, C-j, C-xnd, TAB.
14285 (fortran-mode): Set beginning-of-defun, end-of-defun.
14286 (fortran-column-ruler): Simplify.
14287 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14288 (fortran-with-subprogram-narrowing): Likewise.
14289 (fortran-indent-subprogram): Call mark-defun.
14290 (fortran-check-for-matching-do): Change narrowing.
14291
14292 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14293 (cl-lucid-hash-tag): Delete.
14294 (cl-hash-table-p): Correct test for native table.
14295 (cl-hash-table-count): Use hash-table-count.
14296
14297 * browse-url.el (browse-url): Fix case of
14298 browse-url-browser-function being an alist.
14299
143002000-01-05 Carsten Dominik <cd@gnu.org>
14301
14302 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14303 (reftex-index-phrase-file-extension): New options.
14304
14305 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14306 Use new option `reftex-index-phrase-file-extension'.
14307
14308 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14309 `reftex-parse-file-extension'.
14310
143112000-01-05 Dave Love <fx@gnu.org>
14312
14313 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14314 (beginning-of-defun-raw): Use it.
14315 (end-of-defun): New variable.
14316 (end-of-defun): Use it.
14317 (check-parens): New command.
14318
143192000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14320
14321 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14322 (hs-show-block): Don't use `mapcar' when not accumulating.
14323
14324 Fix buglet in local variables initialization.
14325
143262000-01-05 Andreas Schwab <schwab@suse.de>
14327
14328 * hscroll.el (hscroll): Doc fix.
14329
143302000-01-05 Carsten Dominik <cd@gnu.org>
14331
14332 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14333 idlw-toolbar.
14334
14335 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14336 file idlw-rinfo.el.
14337 (idlwave-customize): load must read file idlw-shell.el.
14338 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14339
143402000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14341
14342 * progmodes/idlw-shell.el: Also provide idlwave-shell
14343 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14344 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14345
14346 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14347 both reftex-dcr and reftex-vcr.
14348
14349 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14350
143512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14352
14353 * ps-print.el: PostScript code now is in separate files, doc fix.
14354 (ps-print-version): New version number (5.0.3).
14355 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14356 local.
14357 (ps-spool-config): Initialization fix.
14358 (ps-print-prologue-1, ps-print-prologue-2)
14359 (ps-print-duplex-feature): PostScript code moved to separated file.
14360 (ps-background-image): Little code reformating.
14361 (ps-begin-file, ps-begin-job): Fix code.
14362 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14363 (ps-prologue-file): New fun.
14364
143652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14366
14367 * ps-vars.el: Eliminated.
14368
14369 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14370 `;;;###autoload'.
14371
14372 * ps-print.el: ps-vars eliminated, doc fix.
14373 (ps-print-version): New version number (5.0.2).
14374 (ps-spool-config): Initialization fix.
14375 (ps-print-customize): New fun.
14376
143772000-01-04 Gerd Moellmann <gerd@gnu.org>
14378
14379 * autorevert.el (auto-revert-mode): Return value of
14380 auto-revert-mode.
14381
143822000-01-04 Dave Love <fx@gnu.org>
14383
14384 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14385 menu items.
14386
143872000-01-03 Dave Love <fx@gnu.org>
14388
14389 * elide-head.el (elide-head) [defgroup]: Add :version.
14390
14391 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14392 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14393 `cl-hash-table-p', not `hash-table-p'.
14394 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14395
143962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14397
14398 * faces.el (face-read-integer, read-face-attribute)
14399 (color-defined-p, color-values): unspecified-{f,b}g are now
14400 strings.
14401
144022000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14403
14404 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14405 at comment end, and re-insert them after filling.
14406
144072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14408
14409 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14410 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14411 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14412
144132000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14414
14415 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14416 the new name of face-color-supported-p.
14417
14418 * term/w32-win.el (xw-defined-colors): Likewise.
14419
144202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14421
14422 * simple.el (completion-setup-function): Count completion-size
14423 from minibuffer-prompt-end, not from point-min.
14424
144252000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14426
14427 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14428 Pass the frame to tty-color-* functions.
14429 (display-color-p, frame-set-background-mode): Pass the frame to
14430 tty-display-color-p.
14431
14432 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14433 tty-color-alist.
14434 (tty-color-alist, tty-modify-color-alist): New functions.
14435 (tty-color-define, tty-color-clear, tty-color-approximate)
14436 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14437 an optional parameter FRAME.
14438
144392000-01-01 Gerd Moellmann <gerd@gnu.org>
14440
14441 * image.el (create-image, defimage): Don't assume image data is a
14442 string.
14443
14444 * image.el (defimage): Handle specifications containing :data
14445 instead of :file.
14446 (image-type-from-data): New function.
14447 (image-type-from-file-header): Use it.
14448 (create-image): Add parameter DATA-P.
14449
14450See ChangeLog.8 for earlier changes.
14451
14452;; Local Variables:
14453;; coding: iso-2022-7bit
14454;; End: