(isearch-lazy-highlight-initial-delay): Set default
[bpt/emacs.git] / lisp / ChangeLog
1 2001-01-22 Gerd Moellmann <gerd@gnu.org>
2
3 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4 to 0.25.
5
6 2001-01-20 Miles Bader <miles@gnu.org>
7
8 * cus-edit.el (custom-face-save): Do post-processing on the face's
9 new value like `custom-face-set' does.
10
11 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * mail/emacsbug.el (report-emacs-bug): Report the value of
14 LC_CTYPE, not LC_TYPE.
15
16 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
17 isearch-toggle-regexp and isearch-edit-string to doc string.
18
19 2001-01-19 Gerd Moellmann <gerd@gnu.org>
20
21 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
22 as font-lock-beginning-of-syntax-function in font-lock-defaults.
23
24 * jit-lock.el (jit-lock-fontify-now): Don't bind
25 font-lock-beginning-of-syntax-function to nil.
26
27 2001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
28
29 * mail/emacsbug.el (report-emacs-bug): Report values of
30 locale-coding-system, default-enable-multibyte-characters, and the
31 environment variables LC_ALL, LC_TYPE, and LANG.
32
33 2001-01-19 Gerd Moellmann <gerd@gnu.org>
34
35 * font-lock.el (font-lock-default-fontify-region): Fix last
36 change.
37
38 * font-lock.el (font-lock-multiline): Default to nil.
39 (font-lock-default-fontify-region): If font-lock-multiline is
40 nil, don't check the property `font-lock-multiline'.
41
42 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
43 is nil, don't check the `font-lock-multiline' text property.
44
45 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
46
47 * viper.el: Call initial-major-mode on startup.
48
49 * ediff.el (ediff-patch-file): Use better defaults.
50
51 * ediff-vers.el: Fix for 8+3 DOS file systems.
52
53 2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
54
55 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
56 diff mode, if available.
57
58 2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
59
60 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
61
62 * ediff-init.el (subst-char-in-string): Define and use it, unless
63 it's already defined.
64
65 2001-01-18 Gerd Moellmann <gerd@gnu.org>
66
67 * tooltip.el (tooltip-hide-delay): New user-option.
68 (tooltip-show): Use tooltip-hide-delay instead of the default.
69
70 2001-01-18 Kenichi Handa <handa@etl.go.jp>
71
72 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
73 kill-local-variable doesn't work for enable-multibyte-characters.
74
75 2001-01-17 Dave Love <fx@gnu.org>
76
77 * ediff-init.el (ediff-before-setup-hook)
78 (ediff-merge-filename-prefix): Add :version.
79
80 * international/latin1-disp.el: Require disp-table.
81 (latin1-display): Fix :set.
82
83 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
84
85 2001-01-17 Gerd Moellmann <gerd@gnu.org>
86
87 * isearch.el (isearch-lazy-highlight-initial-delay)
88 (isearch-lazy-highlight-interval): Default to 0.
89
90 2001-01-17 Bob Glickstein <bobg@zanshin.com>
91
92 * isearch.el (isearch-highlight): Set isearch-overlay priority to
93 1 here rather than each time through
94 isearch-lazy-highlight-new-loop.
95 (isearch-lazy-highlight-max): Variable deleted.
96 (isearch-lazy-highlight-max-at-a-time): New user variable, like
97 isearch-lazy-highlight-max but controls a single invocation of
98 isearch-lazy-highlight-update.
99 (isearch-lazy-highlight-wrapped): Variable recreated.
100 (isearch-lazy-highlight-window-start): New variable.
101 (isearch-lazy-highlight-cleanup): Restored to behavior of
102 before 2-Jan.
103 (isearch-lazy-highlight-remove-overlays): Function deleted;
104 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
105 behavior removed.
106 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
107 isearch-lazy-highlight-update in a loop rather than just once.
108 Test isearch-invalid-regexp here and decide not to start a new
109 loop, rather than testing it each time through
110 isearch-lazy-highlight-update.
111 (isearch-lazy-highlight-search): Function restored.
112 (isearch-lazy-highlight-update): Get called in a timer loop again,
113 but this time highlight more than one match each time through.
114 Only highlight matches in the visible part of the window. Start
115 at point, move in the direction of the search, and wrap around at
116 the edge of the window. Use sit-for to force redisplay and ensure
117 window-start is credible. "Face suppressing" behavior removed;
118 overlay priorities should make it unnecessary, right?
119 (isearch-highlight): Face suppressing behavior removed.
120 (isearch-dehighlight): Face suppressing behavior removed.
121 (isearch-set-lazy-highlight-faces-at): Removed.
122
123 2001-01-17 Kenichi Handa <handa@etl.go.jp>
124
125 * language/european.el ("Latin-1"): Make the format of description
126 about additional language environments same as that of Latin-2.
127
128 2001-01-16 Dave Love <fx@gnu.org>
129
130 * isearch.el (isearch-lazy-highlight): Add :version.
131
132 * simple.el (backward-delete-char-untabify-method)
133 (next-line-add-newlines): Add :version.
134
135 2001-01-16 Gerd Moellmann <gerd@gnu.org>
136
137 * bindings.el: Bind <backspace> and <delete> via function-key-map.
138 Don't bind <delete> otherwise.
139
140 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
141 and <delete> via function-key-map.
142
143 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
144 Subject line only if point is after the `Subject:'.
145
146 2001-01-16 Kenichi Handa <handa@etl.go.jp>
147
148 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
149 japanese-jisx0213-2 in `charset' property of this lang. env.
150
151 * language/european.el ("Latin-1"): Add description for Dutch and
152 Spanish lang. env.
153
154 * international/mule.el (decode-char): Fix conditions.
155 (encode-char): Handle eight-bit-control too.
156 (transform-make-coding-system-args): New function.
157 (make-coding-system): Accept XEmacs style arguments for CCL base
158 coding system.
159
160 2001-01-15 Gerd Moellmann <gerd@gnu.org>
161
162 * progmodes/etags.el (find-tag-noselect): Save the value of
163 tags-file-name before switching buffers, for the case it has a
164 buffer-local value.
165
166 2001-01-15 Alex Schroeder <alex@gnu.org>
167
168 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
169 From Dave Love <fx@gnu.org>.
170 (ansi-color-for-comint-mode): Fix :version.
171
172 2001-01-15 Alex Schroeder <alex@gnu.org>
173
174 * ansi-color.el (ansi-color-unfontify-region): Doc change.
175
176 2001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
177
178 * dired.el (dired-insert-directory): If file-system-info fails,
179 remove the " free " part, but don't signal an error.
180
181 2001-01-12 Sam Steingold <sds@gnu.org>
182
183 * bookmark.el (bookmark-maybe-historicize-string):
184 Use new backquote syntax.
185
186 2001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
187
188 * subr.el (last): Handle a list that doesn't end in nil.
189
190 2001-01-12 Sam Steingold <sds@gnu.org>
191
192 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
193 to `backward-delete-char-untabify'.
194
195 2001-01-12 Dave Love <fx@gnu.org>
196
197 * cus-edit.el (customize-menu-create): Fix the :filter following
198 easymenu change.
199
200 * wid-edit.el (function): Add :match-alternatives.
201 (widget-color-action): Doc fix.
202
203 2001-01-12 Gerd Moellmann <gerd@gnu.org>
204
205 * calendar/calendar.el (calendar-basic-setup): Doc fix.
206
207 2001-01-12 Kenichi Handa <handa@etl.go.jp>
208
209 * international/mule-cmds.el (prefer-coding-system): Fix
210 docstring.
211
212 * international/ccl.el (define-ccl-program): Fix docstring.
213
214 2001-01-11 Dave Love <fx@gnu.org>
215
216 * international/mule-cmds.el (standard-display-european-internal):
217 Set display table for 2208 as for 160.
218
219 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
220
221 * progmodes/fortran.el (fortran-mode-map): Modify Customization
222 entry for custom-menu-create change.
223 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
224 don't cons it in the search loop.
225
226 * imenu.el (imenu--truncate-items): Revert last change.
227
228 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * info.el (Info-setup-header-line): If the node header includes
231 either Next: or Prev: links, don't show the File: and Node: parts
232 in the header line.
233
234 2001-01-11 Gerd Moellmann <gerd@gnu.org>
235
236 * comint.el (comint-goto-process-mark): Don't print a message
237 when running in batch mode.
238
239 * isearch.el (isearch-search): In the condition-case handler for
240 `error', set isearch-invalid-regexp to the whole error message.
241
242 * subr.el (eval-after-load): Call load-symbol-file-load-history to
243 ensure that eval-after-load works for files dumped with Emacs.
244
245 * help.el (load-symbol-file-load-history): New function extracted
246 from function symbol-file.
247 (symbol-file): Use it.
248
249 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
250 exit.xpm.
251
252 2001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
255 behave as if there were no prefix argument.
256 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
257 argument were nil.
258
259 2001-01-11 Richard M. Stallman <rms@gnu.org>
260
261 * isearch.el (isearch-lazy-highlight-update):
262 Don't look for more potential matches once maximum is exceeded.
263 Use overlays-in to check correctly for overlap with current match.
264 Ignore empty matches.
265
266 2001-01-11 Miles Bader <miles@gnu.org>
267
268 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
269 (ispell-overlay-window, ispell-help, ispell-show-choices)
270 (ispell-command-loop): Use it instead of `window-height'.
271
272 2001-01-10 Gerd Moellmann <gerd@gnu.org>
273
274 * files.el (confirm-kill-emacs): New user-option.
275 (save-buffers-kill-emacs): Ask for final confirmation before
276 killing Emacs.
277
278 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
279 to nil.
280
281 2001-01-10 Dave Love <fx@gnu.org>
282
283 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
284
285 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
286 :type.
287
288 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
289
290 * calculator.el (calculator-number-digits): Fix :type.
291
292 * vc-cvs.el (vc-cvs-header): Fix :type.
293 * vc-rcs.el (vc-rcs-header): Fix :type.
294 * vc-sccs.el (vc-sccs-header): Fix :type.
295
296 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
297
298 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
299
300 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
301
302 2001-01-10 Gerd Moellmann <gerd@gnu.org>
303
304 * simple.el (set-variable): Force a thorough redisplay for the
305 case that the variable has an effect on the display, like
306 `tab-width' has.
307
308 2001-01-10 Andre Spiegel <spiegel@gnu.org>
309
310 * vc.el: Add documentation for backend interface.
311
312 2001-01-10 Kenichi Handa <handa@etl.go.jp>
313
314 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
315
316 * international/mule-conf.el (latin-extra-code-table): Set to t
317 for \223 and \224.
318
319 2001-01-09 Kenichi Handa <handa@etl.go.jp>
320
321 * international/mule-cmds.el (locale-language-names): Map "es" to
322 "Spanish" and "nl" to "Dutch".
323
324 2001-01-09 Gerd Moellmann <gerd@gnu.org>
325
326 * bindings.el (global-map): Bind <home> to beginning-of-line,
327 <end> to end-of-line, C-<home> to beginning-of-buffer, and
328 C-<end> to end-of-buffer.
329
330 * language/european.el: Add Dutch and Spanish language info
331 to be able to use the appropriate tutorials.
332
333 2001-01-09 Alex Schroeder <alex@gnu.org>
334
335 * ansi-color.el (ansi-color-process-output): Use markers instead
336 of positions for start and end of region.
337 (ansi-color-apply-on-region): Rewrote code to make it more robust.
338 Previously, occasional mistakes happend when fontifying many
339 chunks of output (eg. ls --color=yes /dev). This happened
340 whenever an overlay was created up to the end of the region, which
341 coincided with the process-mark. New text would then be added
342 within that overlay instead of after it.
343 (ansi-color-make-extent): Overlays are created with the property
344 `modification-hooks' set to '(ansi-color-freeze-overlay).
345 (ansi-color-freeze-overlay): New function. When inserting text at
346 the end of the overlay, the overlay will resize.
347
348 2000-01-09 Alex Schroeder <alex@gnu.org>
349
350 * ansi-color.el (ansi-color-process-output): Doc change.
351 (ansi-color-unfontify-region): Doc change. No longer installed
352 automatically in font-lock-unfontify-region-function.
353 (ansi-color-apply): Doc change.
354 (ansi-color-apply-on-region): Use extents or overlays instead of
355 text-properties.
356 (ansi-color-make-extent): New function.
357 (ansi-color-set-extent-face): New function.
358
359 2000-01-09 Alex Schroeder <alex@gnu.org>
360
361 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
362 both use ansi-color-process-output, now.
363 (ansi-color-process-output): Doesn't return string anymore. It is
364 installed in comint-output-filter-functions for both Emacs and
365 XEmacs, now.
366 (ansi-color-unfontify-region): Simplified code removing variables
367 pos and start-ansi.
368 (ansi-color-apply): Put text-property ansi-color before putting
369 text-property face because ansi-color-unfontify-region is called
370 immediately after the call to put-text-property.
371 (ansi-color-context-region): Doc change.
372 (ansi-color-filter-region): Simplified code.
373 (ansi-color-apply-on-region): Changed start to start-marker, using
374 a marker explicitly. Put text-property ansi-color before putting
375 text-property face because ansi-color-unfontify-region is called
376 immediately after the call to put-text-property.
377
378 2000-01-09 Alex Schroeder <alex@gnu.org>
379
380 * ansi-color.el (ansi-color-faces-vector): Doc change.
381 (ansi-color-for-comint-mode): Changed :type property to choice.
382 (ansi-color-last-context): Removed.
383 (ansi-color-process-output): Don't use ansi-color-last-context, as
384 the main functions will store their context now.
385 (ansi-color-context): Doc change.
386 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
387 Uses ansi-color-context such that repeated calls will strip
388 partial escape sequences, too.
389 (ansi-color-apply): Simplified code. Colorize end of string if
390 face is not null. Store context in new (FACE STRING) format, such
391 that repeated calls will strip partial escape sequences, too.
392 Append faces to face property using ansi-color-apply-sequence such
393 that cumulative mode actually works.
394 (ansi-color-context-region): New variable.
395 (ansi-color-filter-region): Rewrote it based on
396 ansi-color-apply-on-region. Uses ansi-color-context-region such
397 that repeated calls will strip partial escape sequences, too.
398 (ansi-color-apply-on-region): Simplified code. Colorize end of
399 region if face is not null. Store context in new (FACE POS)
400 format, such that repeated calls will strip partial escape
401 sequences, too. Append faces to face property using
402 ansi-color-apply-sequence such that cumulative mode actually
403 works.
404 (ansi-color-apply-sequence): New function.
405 (ansi-color-get-face): When the default face is added to the list
406 of faces, all previous settings are discarded and the list of
407 faces is set to '(default).
408
409 2000-01-09 Alex Schroeder <alex@gnu.org>
410
411 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
412 face, such that ansi-color-apply and ansi-color-apply-on-region
413 will do the right thing.
414 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
415 returns nil, set the list of faces back to nil instead of
416 appending the result of ansi-color-get-face to the front of the
417 list.
418
419 2000-01-09 Alex Schroeder <alex@gnu.org>
420
421 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
422 (ansi-color-process): Doc change.
423 (ansi-color-last-context): New buffer-local variable.
424 (ansi-color-process-output): New function. It is automatically
425 added to comint-output-filter-functions if this is XEmacs.
426 (ansi-color-unfontify-region): New optional parameter for XEmacs
427 compatibility. Check wether font-lock-syntactic-keywords is
428 boundp before removing the syntax table text property, as XEmacs
429 doesn't have it.
430 (ansi-color-filter-region): Doc change.
431 (ansi-color-apply-on-region): Doc change.
432 (ansi-color-make-face): New function. Compatibility layer for
433 XEmacs. Return temporary faces instead of cons cells for XEmacs.
434 (ansi-color-make-color-map): Use ansi-color-make-face.
435 (ansi-color-get-face): Avoid face text property '(nil) as results
436 in an errow for XEmacs.
437
438 2000-01-09 Alex Schroeder <alex@gnu.org>
439
440 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
441 text-property ansi-color in order to preserve fontification by
442 ansi-color. When the package is loaded, a lambda expression is
443 put onto font-lock-mode-hook. This lambda expression will check
444 font-lock-unfontify-region-function and replace
445 font-lock-default-unfontify-region with
446 ansi-color-unfontify-region.
447 (ansi-color-apply): Add text-property ansi-color in addition to
448 text-property face.
449 (ansi-color-apply-on-region): Add text-property ansi-color in
450 addition to text-property face.
451 (save-buffer-state): Copy of the macro that is also used by
452 lazy-lock and font-lock.
453
454 (ansi-color-for-comint-mode): New option.
455 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
456 (ansi-color-for-comint-mode-off): Ditto.
457 (ansi-color-for-comint-mode-filter): Ditto.
458 (ansi-color-process): New function. Uses
459 ansi-color-for-comint-mode to decide what to do. This function is
460 added to comint-preoutput-filter-functions when the package is
461 loaded.
462
463 (ansi-color-for-shell-mode-set): Removed.
464 (ansi-color-for-shell-mode): Removed.
465
466 2000-01-09 Alex Schroeder <alex@gnu.org>
467
468 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
469 the lambda expression from the ansi-color-for-shell-mode :set
470 property. Additionally, modify shell-mode-hook to enable or
471 disable font-lock-mode for future shell buffers.
472 (ansi-color-for-shell-mode): The :set property calls
473 ansi-color-for-shell-mode-set instead of a lambda expression.
474
475 2000-01-09 Alex Schroeder <alex@gnu.org>
476
477 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
478 (ansi-color-context): New variable.
479 (ansi-color-apply): Save context between calls.
480
481 2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
482
483 * isearch.el (isearch, isearch-lazy-highlight-face): New
484 definitions for face colors and attributes.
485
486 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
487 of display-mouse-p.
488
489 2001-01-09 Kenichi Handa <handa@etl.go.jp>
490
491 * international/mule.el (make-coding-system): If the coding system
492 accepts extra latin codes, register such codes as safe for the
493 coding system.
494
495 2001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
496
497 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
498 don't mention the file name or the date here, because they are
499 logged at the start of the file.
500
501 2001-01-08 Richard M. Stallman <rms@gnu.org>
502
503 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
504 Change screen-width to frame-width.
505
506 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * info.el (Info-search): Print the default as part of the prompt.
509
510 2001-01-08 Andre Spiegel <spiegel@gnu.org>
511
512 * vc.el (vc-default-latest-on-branch-p): New function, replaces
513 constant implementations in backends.
514
515 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
516 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
517
518 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
519 WRITABLE to EDITABLE.
520
521 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
522 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
523 to EDITABLE.
524
525 2001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
526
527 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
528 (copyright, copyright-update): Compute the current year at run
529 time.
530
531 2001-01-08 Gerd Moellmann <gerd@gnu.org>
532
533 * isearch.el (isearch-old-signal-hook): Removed.
534 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
535 instead of setting signal-hook-function.
536 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
537
538 2001-01-08 Kevin Gallagher <kevingal@onramp.net>
539
540 * emulation/edt.el: Update to version 4.0. Provide support for
541 EDT scroll margins at top and bottom of the window. Provide an
542 emulation of the EDT SUBS command (bound to GOLD-Enter, by
543 default). Enhance edt-quit, bound to GOLD-q by default, to warn
544 user when file-related buffer modifications exist. Provide
545 support for running EDT Emulation in XEmacs. Provide customize
546 access to some user updatable variables. Add Commentary section
547 to file header. Fixed a few minor bugs and cleaned up some code.
548
549 * emulation/edt-mapper.el: Update to version 4.0. Provide support
550 for detecting a keypress that generates an ASCII key sequence.
551 (Previously, only a keypress that generates a vector was
552 recognized.) Embed Window Manager name into name of the generated
553 EDT Emulation initialization file since the initialization file is
554 Window Manager specific. Add Commentary section to file header.
555
556 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
557
558 * mail/sendmail.el (mail-mode): Doc fix.
559
560 * info.el (Info-goto-emacs-command-node): Doc fix.
561 (Info-goto-emacs-key-command-node): Doc fix.
562
563 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
564
565 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
566 systems without long file-name support.
567
568 2001-01-06 Andrew Innes <andrewi@gnu.org>
569
570 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
571
572 2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
573
574 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
575 (isearch-lazy-highlight-update): Doc fix.
576
577 * ffap.el (ffap-bindings): Doc fix.
578
579 * dired-x.el (dired-virtual-guess-dir): Doc fix.
580
581 2001-01-05 Dave Love <fx@gnu.org>
582
583 * emacs-lisp/cl-seq.el (remove, remq): Remove.
584
585 2001-01-05 Gerd Moellmann <gerd@gnu.org>
586
587 * mouse-drag.el (mouse-drag-safe-scroll): Bind
588 scroll-preserve-screen-position to nil.
589
590 * isearch.el (isearch-old-signal-hook): New variable.
591 (isearch-mode): Set signal-hook-function to isearch-done.
592 (isearch-done): Restore old signal-hook-function.
593
594 * info.el (Info-fontify-node): Mark one more char as intangible.
595
596 2000-01-05 Kenichi Handa <handa@etl.go.jp>
597
598 * composite.el (compose-last-chars): New argument COMPONENTS. If
599 it is non-nil, compose preceding characters by compose-region with
600 COMPONENTS.
601
602 * international/quail.el (quail-input-string-to-events): New function.
603 (quail-input-method): Convert input string to events here.
604 (quail-start-translation): Return input string, not event list.
605 (quail-start-conversion): Likewise.
606
607 2001-01-04 Gerd Moellmann <gerd@gnu.org>
608
609 * tooltip.el (tooltip-cancel-delayed-tip)
610 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
611 and tooltip-add-timeout.
612 (tooltip-show): Set border color from faces's foreground.
613 (tooltip-show-help-function): If called with the same help string
614 as last time, do nothing.
615 (tooltip-help-tips): Don't set tooltip-help-message to nil.
616
617 * startup.el (fancy-splash-screens): Don't bind show-help-function
618 to nil.
619
620 * tooltip.el (tooltip-frame-parameters): Remove colors.
621 (tooltip): New face
622 (tooltip-set-param): New function.
623 (tooltip-show): Set up color frame parameters from face `tooltip'.
624 Display the tooltip text in face `tooltip'.
625
626 2001-01-04 Dave Love <fx@gnu.org>
627
628 * whitespace.el (whitespace-global-mode): Fix typo.
629
630 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
631
632 2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
633
634 * help.el (help-for-help): Fix a typo in a doc string. From
635 kwzh@gnu.org (Karl Heuer).
636
637 2001-01-03 Dave Love <fx@gnu.org>
638
639 * dired-x.el: Doc fixes. Maintainer change.
640 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
641 :type.
642 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
643 (dired-guess-shell-alist-user): Customize.
644 (dired-x-help-address): Set to bug-gnu-emacs.
645 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
646 (dired-default-directory): Renamed from default-directory.
647
648 * hl-line.el (hl-line): Doc fix.
649
650 2001-01-03 Karl Fogel <kfogel@red-bean.com>
651
652 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
653
654 2001-01-02 Richard M. Stallman <rms@gnu.org>
655
656 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
657 to remove all the current alternative-match highlighting.
658 If nil, remove only what's outside the current window.
659 (isearch-lazy-highlight-remove-overlays): Take optional
660 region within which NOT to remove them.
661 (isearch-lazy-highlight-new-loop): Greatly simplified.
662 (isearch-lazy-highlight-update): Find all the other occurrences
663 visible in the window, in just one call.
664 (isearch-lazy-highlight-start): Now holds start of region to scan.
665 (isearch-lazy-highlight-end): Now holds end of region to scan.
666 (isearch-lazy-highlight-wrapped): Variable deleted.
667 (isearch-lazy-highlight-search): Function deleted.
668
669 2000-01-02 Andrew Innes <andrewi@gnu.org>
670
671 * w32-fns.el (convert-standard-filename): Do length check on name
672 before aref.
673
674 2001-01-02 Dave Love <fx@gnu.org>
675
676 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
677 value.
678 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
679
680 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
681
682 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
683 read syntax.
684
685 * calendar/todo-mode.el (todo): Add :link, :version.
686 (todo-save-top-priorities): Remove autoload cookie.
687 (todo-add-category, todo-add-item-non-interactively)
688 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
689 cookie.
690
691 2001-01-02 Gerd Moellmann <gerd@gnu.org>
692
693 * comint.el (comint-input-history-ignore): New variable.
694 (comint-read-input-ring): Ignore entries matching
695 comint-input-history-ignore.
696
697 2001-01-02 Eric M. Ludlam <zappo@gnu.org>
698
699 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
700 (lm-copyright-mark): New function.
701 (lm-crack-copyright): New function.
702 (lm-verify): Check that the file has a copyright.
703 Check that the file is copyright Free Software Foundation.
704
705 2000-12-30 Kenichi Handa <handa@etl.go.jp>
706
707 * international/mule-diag.el (print-fontset): Indent font name by
708 24 columns, not 25.
709
710 2000-12-29 Gerd Moellmann <gerd@gnu.org>
711
712 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
713 in Subject line.
714
715 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
716 Use mail-mode-hook instead of mail-setup-hook. Otherwise
717 continuing an interrupted message with C-u C-x m for instence,
718 winds up in Mail mode without abbrevs.
719
720 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
721
722 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
723 non-nil. Adding almost all customization variables on ps-setup. Doc
724 fix.
725 (ps-print-version): New version number (6.3.3).
726 (ps-end-with-control-d): Initialization fix.
727 (ps-lines-printed): New var.
728 (ps-skip-newline): New fun.
729 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
730 (ps-next-line, ps-continue-line, ps-plot-region)
731 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
732
733 2000-12-29 Kenichi Handa <handa@etl.go.jp>
734
735 * international/fontset.el (x-complement-fontset-spec): Resolve
736 ASCII font name so that the same family name is used for fonts
737 registered in x-font-name-charset-alist.
738 (create-fontset-from-fontset-spec): Adjusted for the above change.
739 The name of fontset alias should be a unresolved ASCII font name.
740
741 2000-12-28 Gerd Moellmann <gerd@gnu.org>
742
743 * simple.el (delete-key-deletes-forward-mode): Bind backspace
744 and delete in isearch-mode-map.
745
746 2000-12-28 Richard M. Stallman <rms@gnu.org>
747
748 * dired-x.el (dired-guess-shell-alist-default):
749 Use xpdf instead of acroread.
750
751 2000-12-28 Kenichi Handa <handa@etl.go.jp>
752
753 * textmodes/artist.el (artist-butlast): Deleted.
754 (artist-ellipse-mirror-quadrant): Use butlast instead of
755 artist-butlast.
756
757 * subr.el (butlast, nbutlast): Moved from cl.el to here.
758
759 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
760
761 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
762
763 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
764
765 * ls-lisp.el: Better support for the Mac and MS-Windows.
766 (ls-lisp): New defgroup.
767 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
768 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
769 (ls-lisp-support-shell-wildcards): New defcustoms.
770 (ls-lisp-parse-symlink): New function.
771 (insert-directory): Code to convert switches to a list and set up
772 the wildcard argument copied from ls-lisp-insert-directory.
773 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
774 for -C and -R switches.
775 (ls-lisp-column-format): New function.
776 (ls-lisp-delete-matching, ls-lisp-handle-switches)
777 (ls-lisp-format-time): Add doc strings.
778 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
779 Support ls-lisp-dirs-first.
780 (ls-lisp-classify, ls-lisp-extension): New functions.
781 (ls-lisp-format): Optionally support emulation of symlinks.
782 Support -i, -s, and -G switches.
783
784 2000-12-27 Gerd Moellmann <gerd@gnu.org>
785
786 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
787
788 * version.el (emacs-version): Print X scroll bar information.
789
790 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
791 instead of x-toolkit-scroll-bars-p.
792
793 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
794 of x-toolkit-scroll-bars-p.
795
796 2000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * ffap.el (ffap-bindings): Make interactive and add an autoload
799 cookie.
800 (ffap-bindings): Doc fix, to reflect the above change.
801
802 2000-12-27 Kenichi Handa <handa@etl.go.jp>
803
804 * term.el (term-char-mode): Define all non-ascii self-inserting
805 characters to 'term-send-raw in term-raw-map.
806
807 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
808
809 * viper-init (viper-restore-cursor-type): Added condition-case
810 guard.
811
812 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
813 initialization; use add-hook.
814 (ediff-file-remote-p): Use file-local-copy.
815
816 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
817
818 * ediff.el (ediff-patch-buffer): Bug fix.
819 (ediff-revision): Allow selection of the file at the prompt.
820
821 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
822
823 * subr.el (combine-run-hooks): Remove.
824
825 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
826 and remove the rogue second spec.
827
828 2000-12-23 Gerd Moellmann <gerd@gnu.org>
829
830 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
831
832 2000-12-22 Stefan Monnier <monnier@cs.yale.edu>
833
834 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
835 Use minibuffer menu prompt for the `=' prefix.
836 (smerge-command-prefix): Change default to C-^.
837 (smerge-mode): Don't assume font-lock doesn't move point.
838
839 * skeleton.el (skeleton-internal-1): Make sure the first line of
840 the region is also re-indented.
841 (skeleton-end-newline): New var.
842 (skeleton-end-hook): Use it.
843
844 2000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
845
846 * comint.el (comint-password-prompt-regexp): Support CVS.
847
848 2000-12-22 Gerd Moellmann <gerd@gnu.org>
849
850 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
851 backspace key combinations, depending on
852 delete-key-deletes-forward.
853
854 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
855
856 * simple.el (delete-key-deletes-forward): Doc fix.
857
858 2000-08-22 Emmanuel Briot <briot@gnat.com>
859
860 * xml.el (top level comment): Updated to reflect the fact that
861 white spaces are relevant in the XML file.
862 (xml-parse-file): Do not kill an existing Emacs buffer if the file
863 to parse was already edited. This allows for on-the-fly analysis
864 of XML files.
865 (xml-parse-tag): Check that the casing is the same in the start
866 tag and end tag, since XML is case-sensitive. Allows for spaces
867 in the end tag, after the name of the tag.
868 (xml-parse-attlist): Allow for the character '-' in the name of
869 attributes, as in the standard http-equiv attribute Do not save
870 the properties in the XML tree, since they are not relevant.
871
872 2000-12-21 Stefan Monnier <monnier@cs.yale.edu>
873
874 * generic.el (generic-read-type): Undo last change, inline into
875 `generic-mode' and then remove.
876 (generic-mode): Inline generic-read-type.
877 (define-generic-mode): Push the symbol name rather than the symbol
878 onto generic-mode-list.
879
880 2000-12-21 Gerd Moellmann <gerd@gnu.org>
881
882 * generic.el (generic-read-type): Build an alist for
883 completing-read as in 20.7.
884
885 * play/landmark.el (lm): Use interactive spec `P'.
886 (toplevel): Don't set debug-on-error.
887
888 * server.el (server-switch-buffer): Choose a window on a visible
889 frame.
890
891 2000-12-21 Dave Pearson <davep@davep.org>
892
893 * quickurl.el: Commentry change, I've moved my web site.
894
895 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
896
897 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
898 ranges like \177-\237, but accepts the character sequence from \177 to
899 \237. Doc fix.
900 (ebnf-version): New version (3.4).
901 (ebnf-setup): Code fix.
902 (ebnf-range-regexp): New fun.
903 (ebnf-8-bit-chars): Const fix.
904
905 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
906 entry. Doc fix.
907 (ebnf-bnf-lex): Code fix.
908 (ebnf-bnf-comment-chars): Const fix.
909
910 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
911 entry. Doc fix.
912 (ebnf-iso-comment-chars): Const fix.
913
914 * ebnf-otz.el: Doc fix.
915
916 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
917 entry. Doc fix.
918 (ebnf-yac-skip-code): Code fix.
919 (ebnf-yac-comment-chars): Const fix.
920
921 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
922
923 * files.el (insert-directory-safely): New function.
924 (recover-file): Use it instead of insert-directory. From Markus
925 Rost <markus.rost@mathematik.uni-regensburg.de>
926
927 2000-12-21 Kenichi Handa <handa@etl.go.jp>
928
929 * international/mule-cmds.el (select-safe-coding-system): Check
930 coding-category-list more rigidly. Improve help message.
931
932 * dired.el (dired-move-to-filename-regexp): Fix previous change.
933
934 2000-12-21 Miles Bader <miles@gnu.org>
935
936 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
937 prefix.
938
939 2000-12-21 Kenichi Handa <handa@etl.go.jp>
940
941 * international/mule-diag.el (describe-char-after): Make *Help*
942 buffer inherit multibyteness of the current buffer.
943
944 * international/mule.el (make-char): Docstring adjusted for the
945 change of make-char-internal.
946
947 2000-12-20 Stefan Monnier <monnier@cs.yale.edu>
948
949 * international/iso-cvt.el: Docstrings fix.
950
951 2000-12-20 Dave Love <fx@gnu.org>
952
953 * subr.el (eval-after-load): Doc fix.
954
955 2000-12-20 Kenichi Handa <handa@etl.go.jp>
956
957 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
958 for numbers.
959
960 2000-12-20 Miles Bader <miles@gnu.org>
961
962 * international/quail.el (quail-help): Resize the help window
963 again after it has all its contents. Remove unneeded progn.
964
965 2000-12-19 Gerd Moellmann <gerd@gnu.org>
966
967 * pcmpl-linux.el: Fix copy/paste error.
968
969 2000-12-19 Andrew Innes <andrewi@gnu.org>
970
971 * simple.el (delete-key-deletes-forward-mode): Fix typo in
972 docstring.
973
974 2000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
975
976 * progmodes/idlw-rinfo.el: Fixed copyright notice.
977
978 * progmodes/idlw-toolbar.el: Fixed copyright notice.
979
980 * progmodes/idlw-shell.el: Fixed copyright notice.
981
982 * progmodes/idlwave.el: Fixed copyright notice.
983
984 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
985 TAB as key separators.
986
987 2000-12-19 Alex Schroeder <alex@gnu.org>
988
989 * sql.el (sql-sybase-options): New option.
990 (sql-sybase): Use it. Add sql-database to the list of parameters
991 provided for login. The options -w 2048 -n are not used any more.
992 (sql-postgres-options): Changed default from "--pset" to "-P".
993 (sql-mysql-options): Doc change.
994 (sql-stop): Doc change.
995
996 2000-12-19 Kenichi Handa <handa@etl.go.jp>
997
998 * international/quail.el (quail-input-method): Always hide
999 the guidance buffer on exiting.
1000
1001 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1002
1003 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1004 isn't fboundp.
1005
1006 * server.el (server-buffer-done): Bury the buffer before
1007 killing it.
1008
1009 * faces.el (face-spec-set): Interpret a nil in specs for
1010 foreground and background colors as `unspecified', for
1011 compatibility with 20.x.
1012
1013 2000-12-18 Dave Love <fx@gnu.org>
1014
1015 * simple.el (mail-user-agent): Doc fix.
1016 (input-mode-8-bit): Removed.
1017
1018 * international/mule.el (set-keyboard-coding-system): Doc fix.
1019 (keyboard-coding-system): New option.
1020
1021 * mail/sendmail.el (send-mail-function): Customize.
1022
1023 2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1024
1025 * international/codepage.el (cp866-decode-table): New table.
1026
1027 2000-12-18 Gerd Moellmann <gerd@gnu.org>
1028
1029 * version.el (emacs-version): Remove `%a' from the time format
1030 because the weekday doesn't fit well into each locale.
1031
1032 2000-12-18 Miles Bader <miles@gnu.org>
1033
1034 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1035
1036 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
1037 Check that emacs-major-version is `=' to 20, not `>='.
1038 (artist-replace-chars): Use `make-string' instead of a loop.
1039
1040 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1041
1042 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1043 (cvs-execute-single-file): Don't change directory.
1044 Patch from Per Cederqvist.
1045
1046 2000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1047
1048 * textmodes/ispell.el (check-ispell-version): If
1049 `ispell-program-name' is "aspell", pass it the -v switch instead
1050 of -vv.
1051
1052 2000-12-16 Kenichi Handa <handa@etl.go.jp>
1053
1054 * international/mule-diag.el (mule-diag): Insert information about
1055 configure options, multibyte awareness, language env.
1056
1057 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1058 regexp to search for candidates.
1059
1060 2000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1061
1062 * info.el (Info-forward-node): If the node has an
1063 Info-header-line, widen the buffer before searching for "next:"
1064 and "up:" pointers, and set the search limit to stay in the
1065 current node.
1066
1067 2000-12-16 Miles Bader <miles@gnu.org>
1068
1069 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1070
1071 2000-12-15 Miles Bader <miles@gnu.org>
1072
1073 * comint.el (comint-send-string, comint-send-region): Also accept
1074 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1075 process-send-string/region.
1076
1077 2000-12-15 Gerd Moellmann <gerd@gnu.org>
1078
1079 * isearch.el (isearch-lazy-highlight-max): New user-option.
1080 (isearch-lazy-highlight-update): Don't highlight more than
1081 isearch-lazy-highlight-max matches.
1082
1083 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1084
1085 2000-12-15 Richard M. Stallman <rms@gnu.org>
1086
1087 * sort.el (sort-columns): Fix error message.
1088
1089 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1090 `upcase' or `downcase' or nil.
1091 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1092 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1093 (dabbrev--substitute-expansion): New arg record-case-pattern.
1094 If it is non-nil, set dabbrev--last-case-pattern.
1095 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1096
1097 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1098
1099 2000-12-15 Miles Bader <miles@gnu.org>
1100
1101 * paths.el (Info-default-directory-list): Don't delete
1102 configure-info-directory from the list of standard info
1103 directories when appending it to the end -- their order is
1104 important.
1105
1106 * faces.el (read-face-attribute): If there's no entry for the
1107 user's input in VALID, just use it as-is (this will often result
1108 in an error, but it may be OK for e.g. colors using hexadecimal
1109 notation, and at least will yield a better error message).
1110
1111 * window.el (mode-line-window-height-fudge): Function removed.
1112 (height-affecting-face-attributes, mode-line-window-height-fudge):
1113 Variables removed.
1114 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1115 window is really the right size. Use vertical-motion
1116 rather than forward-line.
1117 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1118 (ispell-command-loop, ispell-show-choices): Use the variable
1119 ispell-choices-win-default-height, rather than the function.
1120 (ispell-choices-win-default-height): Function removed.
1121 (ispell-mode-line-window-height-fudge): Function removed.
1122
1123 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1124
1125 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1126
1127 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * paths.el (Info-default-directory-list): If
1130 configure-info-directory is not one of the standard directories,
1131 put it first in the list; otherwise put it last. Doc string
1132 changed accordingly.
1133
1134 * info.el (Info-directory-list): Change doc string to reflect the
1135 change in Info-default-directory-list.
1136
1137 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1138 windows-nt as windowed environments, even under -nw.
1139
1140 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1141 if not fboundp. Switch delete-forward mode for the <delete> key
1142 on all PC platforms, even under -nw.
1143
1144 * term/internal.el ([M-delete]): Remap to M-d.
1145
1146 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1147
1148 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1149
1150 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1151
1152 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1153
1154 2000-12-14 Gerd Moellmann <gerd@gnu.org>
1155
1156 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1157 if appropriate.
1158
1159 * simple.el (delete-key-deletes-forward): New user-option.
1160 (delete-key-deletes-forward-mode): New function.
1161
1162 * bindings.el: Bind `delete' to backward-delete-char.
1163
1164 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1165 if symbol is bound before getting its value.
1166
1167 * tooltip.el (tooltip-show): If an error is signaled in
1168 x-show-tip, display that error, and display the help in the
1169 echo area.
1170
1171 2000-12-14 Kenichi Handa <handa@etl.go.jp>
1172
1173 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1174 "... entries" messages for every 10000 entries, not 10.
1175
1176 2000-12-13 Karl Fogel <kfogel@red-bean.com>
1177
1178 * bookmark.el: Provide a generic exit hook, as suggested by
1179 Ovidiu Predescu <ovidiu@cup.hp.com>:
1180 (bookmark-exit-hook): New var.
1181 (bookmark-exit-hook-internal): New func, replaces
1182 old raw lambda form in `kill-emacs-hook', and runs new
1183 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1184 as logically that feature must have been provided if this function
1185 is running.
1186 Removed ;;;###autoload before the `add-hook' call.
1187
1188 2000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1189
1190 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1191 (easy-menu-current-active-maps): New function.
1192 (easy-menu-get-map): Use it.
1193 Make a proper menu entry when creating a new keymap.
1194
1195 2000-12-13 Kenichi Handa <handa@etl.go.jp>
1196
1197 * international/characters.el: Fix cases and syntaxes for
1198 mule-unicode-0100-24ff.
1199
1200 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1201 that a Japanese character is not appended after day and year.
1202
1203 * info.el (Info-suffix-list): Change format for a command that
1204 requires arguments.
1205 (info-insert-file-contents): Adjusted for the above change.
1206
1207 2000-12-12 Andreas Schwab <schwab@suse.de>
1208
1209 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1210 on the name of the tar buffer. Verify that the existing buffer is
1211 visiting the same subfile.
1212
1213 2000-12-12 Dave Love <fx@gnu.org>
1214
1215 * subdirs.el: Add obsolete.
1216
1217 2000-12-12 Gerd Moellmann <gerd@gnu.org>
1218
1219 * mail/rmailsum.el (rmail-summary-expunge)
1220 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1221 instead of rmail-confirm-expunge.
1222
1223 * replace.el (perform-replace): Don't use an empty match adjacent
1224 to a non-empty match when computing the next match before the
1225 replacement is performed.
1226
1227 2000-12-12 Milan Zamazal <pdm@freesoft.cz>
1228
1229 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1230 definition (patch by Stefan Monnier).
1231 (glasses-mode): Use jit-lock instead of `after-change-functions'
1232 (patch by Stefan Monnier).
1233
1234 2000-12-12 Miles Bader <miles@gnu.org>
1235
1236 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1237 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1238
1239 2000-12-12 Andrew Choi <akochoi@i-cable.com>
1240
1241 * term/mac-win.el: Remove load for ls-lisp.
1242
1243 * loadup.el: Load ls-lisp for system-type `macos'.
1244
1245 2000-12-12 Miles Bader <miles@gnu.org>
1246
1247 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1248 Respect field end too.
1249 (just-one-space): Respect fields as `delete-horizontal-space'.
1250 (newline-and-indent, reindent-then-newline-and-indent): Use
1251 `delete-horizontal-space'.
1252
1253 2000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1254
1255 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1256 (so as to obey the field property in the minibuffer).
1257
1258 * obsolete/c-mode.el: Moved from lisp/progmodes.
1259 * obsolete/auto-show.el: Moved from lisp.
1260 * obsolete/ooutline.el: Moved from lisp/textmodes.
1261
1262 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1263
1264 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1265 changes to list them here.
1266
1267 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1268 many changes to list them here.
1269
1270 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1271 many changes to list them here.
1272
1273 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1274
1275 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1276
1277 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1278 nil.
1279
1280 * cus-edit.el (custom-save-variables, custom-save-faces):
1281 Comment fix.
1282
1283 * hscroll.el: Moved to `obsolete' subdir.
1284
1285 2000-12-11 Miles Bader <miles@gnu.org>
1286
1287 * window.el (window-text-height): Function removed (now in C).
1288
1289 2000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1290
1291 * log-edit.el (log-edit-parent-buffer): New var.
1292 (log-edit): Set it. Add BUFFER argument.
1293 (log-edit-done): Use char-before.
1294 Don't bother checking validity of vc-comment-ring.
1295 Only bury the buffer if log-edit popped it up.
1296
1297 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1298 (cvs-mode-diff-help): Remove.
1299 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
1300 (cvs-mode-marked): Set up the default for CMD manually.
1301
1302 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1303 Remove binding for ? now made unnecessary.
1304
1305 2000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1306
1307 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1308 function
1309 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1310
1311 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1312 when master file is not open.
1313
1314 2000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * progmodes/ada-stmt.el: Update `maintainer'.
1317
1318 2000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1319
1320 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1321 choices to match documentation string.
1322
1323 2000-12-09 Miles Bader <miles@gnu.org>
1324
1325 * minibuf-eldef.el: New file.
1326
1327 * window.el (fit-window-to-buffer): Don't pass last argument to
1328 pos-visible-in-window-p, now that its meaning is inverted.
1329
1330 2000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1331
1332 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1333 <ceder@lysator.liu.se>.
1334
1335 2000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1336
1337 * autoinsert.el (auto-insert-alist): Add missing final \n.
1338
1339 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1340 (cvs-menu-map): Remove.
1341 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1342 (cvs-mode-quit): Turn it back into a plain function.
1343
1344 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
1345 (texinfo-filter): Remove (move to texinfo.el).
1346
1347 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1348 file where it's more visible.
1349 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1350 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1351 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1352 (texinfo-inside-macro-p): Only catch `scan-error's.
1353 (texinfo-inside-env-p): Make better use of the match info.
1354 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1355 (texinfo-insert-@end): Slight re-organization.
1356 Also remove useless `looking-at' call.
1357
1358 2000-12-08 Andrew Innes <andrewi@gnu.org>
1359
1360 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1361 accessible in -nw mode.
1362
1363 * term/w32-win.el: Remove stuff about selection timeout, which is
1364 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1365 it is accessible in -nw mode.
1366
1367 2000-12-08 Dave Love <fx@gnu.org>
1368
1369 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1370 font-lock-keywords-case-fold-search.
1371
1372 2000-12-08 Gerd Moellmann <gerd@gnu.org>
1373
1374 * textmodes/ispell.el (ispell): Doc fix.
1375
1376 2000-12-08 Kenichi Handa <handa@etl.go.jp>
1377
1378 * international/quail.el (quail-insert-decode-map): Check the
1379 frame width of a window displaying the current buffer, not that of
1380 the selected frame.
1381 (quail-help): Make sure that the help buffer has window before
1382 inserting text in it.
1383
1384 2000-12-07 Sam Steingold <sds@gnu.org>
1385
1386 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1387 Backquote is used in isearch.el, so autoloading saves nothing.
1388
1389 2000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1390
1391 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1392 the CVS and RCS subdirectories case-insensitively.
1393
1394 * dired.el (dired-insert-directory): If file-system-info is
1395 fboundp, call it instead of invoking dired-free-space-program.
1396
1397 2000-12-07 Gerd Moellmann <gerd@gnu.org>
1398
1399 * server.el (server-visit-files): Push files on file-name-history.
1400
1401 * progmodes/cc-langs.el: Update copyright.
1402
1403 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1404
1405 * bindings.el (mode-line-mode-menu): Add glasses-mode.
1406
1407 * bindings.el (mode-line-mode-menu): Reverse the order
1408 of define-keys so that the menu appears in alphabetical order.
1409
1410 2000-12-07 Milan Zamazal <pdm@freesoft.cz>
1411
1412 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1413 of the function.
1414
1415 2000-12-07 Dave Love <fx@gnu.org>
1416
1417 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1418
1419 * facemenu.el (facemenu-unlisted-faces): Fix value.
1420
1421 2000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1422
1423 * font-lock.el (font-lock-default-fontify-region):
1424 Include the terminating \n (off-by-one error).
1425 (font-lock-set-defaults): Use dolist.
1426
1427 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1428
1429 2000-12-07 Kenichi Handa <handa@etl.go.jp>
1430
1431 * international/mule-cmds.el (describe-language-environment): Fix
1432 for the case that an input method title is not string but a list.
1433
1434 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1435 of wrong SIZE record.
1436
1437 2000-12-06 Dave Love <fx@gnu.org>
1438
1439 * newcomment.el (comment-region, comment-dwim): Doc fix.
1440
1441 * textmodes/texinfo.el: Require tex-mode when compiling.
1442 (texinfo-update-node): Doc fix.
1443 (texinfo-imenu-generic-expression): Add @anchor.
1444 (texinfo-font-lock-keywords): Add @uref.
1445 (texinfo-inside-macro-p): Don't use ignore-errors.
1446 (texinfo-insert-quote): Match more contexts.
1447
1448 * international/mule.el (decode-char, encode-char): Doc fix.
1449 (auto-coding-alist): Customize.
1450
1451 * files.el (load-file): Fix change of 2000-03-12.
1452
1453 * wid-edit.el (widget-text-keymap): Doc fix.
1454
1455 2000-12-06 Andrew Innes <andrewi@gnu.org>
1456
1457 * makefile.w32-in (lisp): Set to an absolute directory, namely
1458 $(CURDIR).
1459
1460 2000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1461
1462 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1463 read generated-autoload-file, and set buffer-file-coding-system to
1464 raw-text-unix after reading the file.
1465
1466 * international/mule-conf.el (file-coding-system-alist): Use
1467 raw-text for reading loaddefs.el and raw-text-unix for writing
1468 it.
1469
1470 2000-12-06 Gerd Moellmann <gerd@gnu.org>
1471
1472 * replace.el (occur): Make line-number-width 1 smaller for the
1473 colon following the line number.
1474
1475 * startup.el (fancy-splash-text, command-line-1): Use
1476 `File' for the menu name instead of `Files'.
1477
1478 * tmm.el: Update copyright.
1479
1480 * cus-start.el: Add entry for even-window-heights.
1481
1482 2000-12-06 Miles Bader <miles@gnu.org>
1483
1484 * faces.el (frame-set-background-mode): Avoid stomping on
1485 locally modified faces.
1486
1487 2000-12-06 Kenichi Handa <handa@etl.go.jp>
1488
1489 * international/fontset.el: Correct the font registries for
1490 japanese-jisx0213-1 and japanese-jisx0213-2.
1491
1492 2000-12-05 Gerd Moellmann <gerd@gnu.org>
1493
1494 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1495
1496 * iswitchb.el: Update customization commentary.
1497
1498 2000-12-05 Rob Riepel <riepel@Stanford.EDU>
1499
1500 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1501 (tpu-search-highlight): Fixed comparison of overlay end positions.
1502 (tpu-trim-line-ends): Implemented trimming logic locally.
1503
1504 * emulation/tpu-extras.el (tpu-write-file-hook)
1505 (tpu-set-cursor-bound): Replaced picture-clean with
1506 tpu-trim-line-ends.
1507
1508 2000-12-05 Kenichi Handa <handa@etl.go.jp>
1509
1510 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1511 to cn-gb.
1512 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1513
1514 2000-12-04 Dave Love <fx@gnu.org>
1515
1516 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1517
1518 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1519
1520 * mail/rmailsum.el (rmail-summary-expunge)
1521 (rmail-summary-expunge-and-save): Ask for confirmation with
1522 rmail-expunge-confirmed.
1523
1524 * mail/rmail.el (rmail-expunge-confirmed): New function.
1525 (rmail-expunge): Use it.
1526
1527 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1528 (etags-recognize-tags-table, find-tag-in-order): New
1529 functionality: interpret file names as tags.
1530
1531 2000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1532
1533 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1534 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1535 visit the first subnode until the bottom of the current node is
1536 visible.
1537
1538 2000-12-04 Gerd Moellmann <gerd@gnu.org>
1539
1540 * format.el (format-decode): Don't change buffer's undo list.
1541
1542 2000-12-04 Kenichi Handa <handa@etl.go.jp>
1543
1544 * faces.el (face-font-registry-alternatives): Add entries for CJK
1545 fonts. Doc-string adjusted for the actual usage of this data.
1546
1547 * international/fontset.el: Change the font registries for CJK
1548 fonts in the default fontset. Don't append '*' to registries.
1549
1550 2000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1551
1552 * emacs-lisp/easy-mmode.el (define-derived-mode)
1553 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1554
1555 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1556 (derived-mode-p): New function.
1557 (derived-mode-make-docstring): Add `docstring' argument.
1558 Use it if available and complete it if necessary.
1559
1560 2000-12-03 Andreas Schwab <schwab@suse.de>
1561
1562 * type-break.el (type-break): Don't make parent of itself.
1563
1564 2000-12-03 Miles Bader <miles@gnu.org>
1565
1566 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1567
1568 2000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1569
1570 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1571 (tex-main-file, tex-file): Simplify.
1572 (tex-generate-zap-file-name): Use subst-char-in-string.
1573 (tex-strip-dots): Remove.
1574
1575 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1576
1577 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1578 to check if the match succeeded.
1579
1580 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1581
1582 * startup.el (use-fancy-splash-screens-p): New function.
1583 (command-line-1): Use it to determine whether or not to use
1584 a fancy splash screen.
1585
1586 2000-12-02 Andreas Schwab <schwab@suse.de>
1587
1588 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1589
1590 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1591
1592 * international/mule.el (make-char): Fix last change.
1593
1594 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1595 New defcustoms.
1596 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1597 autoloading tex-mode; instead, do the same manually. Use
1598 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1599 with numeric argument. Docstring fix.
1600 (toplevel): Require cl when compiling.
1601
1602 * international/mule.el (make-char): Doc fix.
1603
1604 2000-12-02 Jason Rumney <jasonr@gnu.org>
1605
1606 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1607 the Emacs Lisp manual)
1608
1609 2000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1610
1611 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1612
1613 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1614 the Emacs Lisp manual).
1615
1616 2000-12-02 Gerd Moellmann <gerd@gnu.org>
1617
1618 * simple.el (next-line-add-newlines): Change default to nil.
1619
1620 2000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * files.el (revert-buffer, recover-file): Bind
1623 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1624
1625 2000-12-01 Gerd Moellmann <gerd@gnu.org>
1626
1627 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1628
1629 2000-12-01 Miles Bader <miles@gnu.org>
1630
1631 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1632
1633 2000-12-01 Kenichi Handa <handa@etl.go.jp>
1634
1635 * international/mule-diag.el (describe-char-after): Fix typo.
1636 (describe-character-set, non-iso-charset-alist): Fix typo.
1637
1638 2000-12-01 Miles Bader <miles@gnu.org>
1639
1640 * image-file.el (image-file-name-regexp): Automatically add
1641 upper-case variants of each filename extension in
1642 `image-file-name-extensions', since they seem to be common.
1643
1644 * simple.el (minibuffer-contents)
1645 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1646 New functions.
1647 * filecache.el (file-cache-directory-name)
1648 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1649
1650 2000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
1651
1652 * filecache.el (file-cache-minibuffer-complete): Don't try to
1653 delete the minibuffer prompt.
1654
1655 2000-11-30 Dave Love <fx@gnu.org>
1656
1657 * cus-start.el: Fix read-buffer-function type.
1658
1659 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1660
1661 * md5.el: Removed. There's a built-in function, now.
1662
1663 2000-11-30 Markus Rost <rost@math.ohio-state.edu>
1664
1665 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1666 as dummy 0-th char of rmail-deleted-vector.
1667
1668 2000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1669
1670 * ps-print.el (ps-end-job): Bind case-fold-search only after
1671 switching to ps-spool-buffer.
1672
1673 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1674
1675 * ps-print.el: Line number font customization. PostScript: Lines and
1676 PageCount are initialized on each page. Doc Fix.
1677 (ps-print-version): New version number (6.3.2).
1678 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1679 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1680 (ps-right-header): Customization fix.
1681 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1682 Fix code.
1683 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1684 New vars.
1685
1686 2000-11-30 Gerd Moellmann <gerd@gnu.org>
1687
1688 * bs.el: Fix typos and spelling errors.
1689 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1690 (bs-configuration): Doc fix.
1691
1692 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1693
1694 2000-11-30 Rob Riepel <riepel@Stanford.EDU>
1695
1696 * emulation/tpu-edt.el (tpu-version): New version.
1697 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1698 (tpu-original-mode-line): Variable deleted.
1699 (tpu-mark-flag): New initial value.
1700 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1701 tpu-mark-flag to minor-mode-alist.
1702 (tpu-update-mode-line): New mark flag logic.
1703 (tpu-get): Use find-file-wildcards.
1704 (tpu-search-highlight): Move overlay less, reset overlay properly.
1705 (tpu-unselect): Deactivate mark.
1706 (tpu-lm-replace): Reset overlay properly.
1707 (tpu-forward-line): Use forward-visible-line.
1708 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1709
1710 * emulation/tpu-extras.el (tpu-forward-line): Use
1711 forward-visible-line.
1712
1713 2000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1714
1715 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1716
1717 2000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1718
1719 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1720 and skip whitespace and newlines.
1721
1722 2000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1723
1724 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1725
1726 2000-11-29 Gerd Moellmann <gerd@gnu.org>
1727
1728 * help.el (describe-function-1): Regexp-quote function name
1729 when used as part of a regexp.
1730
1731 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1732 face-attribute instead of face-foreground and face-background.
1733 (tool-bar-add-item): Likewise, and handle unspecified colors.
1734
1735 * enriched.el (enriched-face-ans): Use face-attribute instead
1736 of face-foreground and face-background.
1737
1738 * faces.el (face-foreground, face-background, face-stipple):
1739 Return nil if attribute is unspecified, for backward
1740 compatibility.
1741
1742 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1743
1744 * play/5x5.el: Remove version info.
1745
1746 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1747
1748 * frame.el (blink-cursor-mode): Doc fix.
1749
1750 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1751
1752 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1753 to create Makefile rules.
1754 (antlr-tool-command): New user option.
1755 (antlr-ask-about-save): New user option.
1756 (antlr-makefile-specification): New user option.
1757 (antlr-file-formats-alist): New variable.
1758 (antlr-special-file-formats): New variable.
1759 (antlr-unknown-file-formats): New user option.
1760 (antlr-help-unknown-file-text): New variable.
1761 (antlr-help-rules-intro): New variable.
1762 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1763 (antlr-mode-menu): Add entries.
1764 (antlr-file-dependencies): New function.
1765 (antlr-directory-dependencies): New function.
1766 (antlr-superclasses-glibs): New function.
1767 (antlr-run-tool): New command.
1768 (antlr-makefile-insert-variable): New function.
1769 (antlr-insert-makefile-rules): New function.
1770 (antlr-show-makefile-rules): New command.
1771
1772 * antlr-mode.el: More Emacs/XEmacs stuff.
1773 (antlr-no-action-keywords): New constant with value nil.
1774 (antlr-font-lock-keywords-alist): Use it. Old value would break
1775 syntax highlighting in Emacs-21.0.
1776 (antlr-default-directory): Emacs/XEmacs dependend function.
1777 (antlr-read-shell-command): Ditto.
1778 (antlr-with-displaying-help-buffer): Ditto.
1779
1780 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1781
1782 * antlr-mode.el: imenu, parsing and highlighting changes.
1783 (antlr-imenu-create-index-function): Don't create extra submenus
1784 for definitions in different grammar classes. It is not necessary
1785 for the menu and would make command `imenu' awkward to use.
1786 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1787 header actions and more than one.
1788 (antlr-font-lock-tokendef-face): Changed color.
1789 (antlr-font-lock-tokenref-face): Changed color.
1790 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1791 (antlr-mode-syntax-table): New variable.
1792 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1793 (antlr-with-syntax-table): Don't copy syntax table.
1794
1795 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1796
1797 * antlr-mode.el: Minor changes: language setting.
1798 (antlr-language-alist): The value for file option "language" can
1799 be both an identifier and a string.
1800 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1801 (antlr-language-limit-n-regexp): Change accordingly.
1802
1803 2000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1804
1805 * antlr-mode.el: Minor changes: tabs, hiding.
1806 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1807 (antlr-action-visibility): Also allow value nil to also hide the
1808 braces. Renamed from `antlr-tiny-action-length'.
1809 Suggested by Jay@aol.com.
1810 (antlr-hide-actions): Change accordingly. Hide line if completely
1811 hidden action is on a line of its own.
1812
1813 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1814
1815 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1816
1817 * sort.el (sort-columns): Don't concat strings with numbers.
1818
1819 2000-11-29 Dave Love <fx@gnu.org>
1820
1821 * cus-edit.el (face): Fix :format.
1822
1823 * mail/feedmail.el: Require smtpmail when compiling.
1824 (mail-do-fcc): Autoload.
1825 (feedmail) <defgroup>: Fix :link.
1826 (feedmail-nuke-body-in-fcc): Fix :type.
1827 (feedmail-send-it): Add autoload cookie.
1828
1829 2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * newcomment.el (comment-indent): Save excursion around call to
1832 comment-indent-function.
1833
1834 2000-11-29 Miles Bader <miles@gnu.org>
1835
1836 * subr.el (member-ignore-case): Return the tail of the list who's
1837 car matches, like `member', not the matching element itself.
1838
1839 2000-11-29 Kenichi Handa <handa@etl.go.jp>
1840
1841 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1842 should not contain `\n'.
1843
1844 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1845
1846 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1847
1848 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1849
1850 * dired-aux.el (dired-do-create-files): Construct default file
1851 name for dired-mark-read-file-name so that when the user enters
1852 just RET, the target file will end up in the target directory.
1853
1854 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1855 local-abbrev-table before changing buffers because it might
1856 have a buffer-local binding.
1857
1858 2000-11-28 Miles Bader <miles@gnu.org>
1859
1860 * simple.el (delete-horizontal-space): Handle fields more generally.
1861
1862 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1863
1864 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1865
1866 2000-11-28 Dave Love <fx@gnu.org>
1867
1868 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1869 comment-start-skip locally.
1870
1871 * progmodes/fortran.el (fortran-mode): Don't set
1872 fortran-comment-line-start-skip. Set comment-start to
1873 fortran-comment-line-start.
1874 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1875 (fortran-comment-line-start-skip): Simplify slightly.
1876
1877 2000-11-28 Gerd Moellmann <gerd@gnu.org>
1878
1879 * play/5x5.el: Remove RCS keyword.
1880
1881 * bs.el: Mistaken commit, undone 2000-11-30.
1882
1883 2000-11-28 Milan Zamazal <pdm@freesoft.cz>
1884
1885 * textmodes/tildify.el (tildify-string-alist): Add
1886 `plain-tex-mode' here.
1887
1888 2000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1889
1890 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1891 reference.
1892
1893 2000-11-28 Miles Bader <miles@gnu.org>
1894
1895 * cus-face.el (custom-face-attributes): Add post-filter function
1896 for :box. Make pre-filter function for :box handle all cases.
1897
1898 * wid-edit.el (widget-choose): Make sure pop-up window is large
1899 enough to display all the choices, as there's no way to scroll it.
1900
1901 2000-11-28 Kenichi Handa <handa@etl.go.jp>
1902
1903 * international/mule-conf.el: Make the coding system no-conversion
1904 safe for all characters.
1905
1906 2000-11-27 Dave Love <fx@gnu.org>
1907
1908 * net/ldap.el (ldap) <defgroup>: Add :version.
1909
1910 * tooltip.el (tooltip-use-echo-area): Doc fix.
1911
1912 * cus-start.el <minibuffer-prompt-properties>: Add version.
1913 <read-buffer-function>: Add.
1914
1915 * apropos.el (apropos-print): Add help-echo to active text.
1916
1917 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1918
1919 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1920
1921 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1922 type, group and version.
1923
1924 2000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1925
1926 * select.el (x-get-selection): Docstring fix.
1927
1928 2000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
1929
1930 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
1931
1932 2000-11-27 Andrew Innes <andrewi@gnu.org>
1933
1934 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1935
1936 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1937
1938 2000-11-27 Miles Bader <miles@gnu.org>
1939
1940 * dired.el (dired-get-filename): Return filename verbatim if
1941 LOCALP is `verbatim'.
1942 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1943 `verbatim' so that we don't inadvertently delete a non-existant
1944 directory name.
1945
1946 2000-11-27 Kenichi Handa <handa@etl.go.jp>
1947
1948 * international/characters.el: Specify cases and syntaxes for
1949 mule-unicode-0100-24ff.
1950
1951 2000-11-27 Gerd Moellmann <gerd@gnu.org>
1952
1953 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1954 that foreground and/or background colors of the face `tool-bar'
1955 are unspecified.
1956
1957 2000-11-27 Miles Bader <miles@gnu.org>
1958
1959 * wid-edit.el (widget-field-buffer, widget-field-start)
1960 (widget-field-end): Handle widget field `pseudo-overlays'.
1961 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1962 if it's there instead of in `widget-field-list'.
1963
1964 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
1965 (help-make-xrefs): Delete extraneous newlines at the end of the
1966 docstring.
1967
1968 2000-11-25 Jason Rumney <jasonr@gnu.org>
1969
1970 * startup.el (command-line): Call set-locale-environment after
1971 Window System init file is read, as it can result in a call to
1972 redraw-frame.
1973
1974 2000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
1975
1976 * simple.el (shell-command): Mention the effect of the prefix
1977 argument in the doc string.
1978
1979 2000-11-25 Miles Bader <miles@gnu.org>
1980
1981 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
1982
1983 * wid-edit.el (widget-field-value-delete): Don't try to delete
1984 overlay when it's the `pseudo-overlay' that exists at some points.
1985
1986 2000-11-24 Jason Rumney <jasonr@gnu.org>
1987
1988 * international/mule-cmds.el (locale-language-names): Add "jp" as
1989 a non-standard alternative for Japanese.
1990
1991 2000-11-24 Andre Spiegel <spiegel@gnu.org>
1992
1993 * vc-hooks.el: Require 'cl during compilation.
1994
1995 2000-11-24 Gerd Moellmann <gerd@gnu.org>
1996
1997 * faces.el (face-set-after-frame-default): Let face attributes
1998 specified for new frames override frame parameters.
1999
2000 * startup.el (command-line): Fix computation of the source file
2001 for user-init-file when user-init-file is a compiled file.
2002
2003 2000-11-24 Miles Bader <miles@gnu.org>
2004
2005 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
2006 (custom-post-filter-face-spec): New functions.
2007 (custom-face-set, custom-face-value-create): Filter the face spec
2008 before and after customization.
2009 (custom-face-set): If VALUE specifies a null face, pass a
2010 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2011 * cus-face.el (custom-face-attributes): Remove SET and GET
2012 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2013 cases they're needed.
2014
2015 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2016 that it's distinguishable from the :off-glyph on dark-background
2017 displays. Set its background color too.
2018
2019 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2020 so that people can easily turn it off.
2021
2022 2000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
2023
2024 * ediff-diff.el: Moved variables around to have it compile under NT.
2025
2026 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
2027
2028 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
2029
2030 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
2031 redundant skip-small-frames test.
2032
2033 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
2034 (viper-downgrade-to-insert): protect against errors in hooks.
2035
2036 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2037 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2038 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
2039 functions.
2040
2041 * viper-util.el (viper-memq-char): Bug fixes.
2042
2043 * viper.el (viper-mode): Fix cursor handling.
2044
2045 2000-11-24 Kenichi Handa <handa@etl.go.jp>
2046
2047 * international/mule-diag.el (list-iso-charset-chars): For
2048 two-byte charset, fix the `while' condition.
2049 (list-non-iso-charset-chars): Fix the `while' condition.
2050
2051 2000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2054 if the variable is make-variable-buffer-local.
2055
2056 * progmodes/ada-stmt.el (ada-template-map): Initialize
2057 and bind it to C-c t in ada-mode-map.
2058 (ada-stmt-mode-hook): New function extracted from old code.
2059 Only change the buffer-local side of skeleton-*.
2060 (ada-mode-hook): Use it.
2061
2062 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2063
2064 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2065 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2066 we expect to be returned by minibuffer-depth once we prompt the
2067 user in the minibuffer.
2068 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2069 as recorded in iswitchb-minibuf-depth, return non-nil.
2070
2071 2000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2072
2073 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2074 (hscroll-window-maybe): Docstring fix.
2075
2076 2000-11-23 Dave Love <fx@gnu.org>
2077
2078 * rect.el (string-rectangle): Don't test delete-selection-mode.
2079
2080 2000-11-23 Gerd Moellmann <gerd@gnu.org>
2081
2082 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2083 is in the tool bar.
2084
2085 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2086 with `no-dir'; we want the directory part to be able to remove
2087 it.
2088
2089 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2090
2091 * textmodes/outline.el (outline-flag-region):
2092 Don't bind inhibit-read-only since we don't modify the buffer.
2093 (outline-isearch-open-invisible): Don't jump to overlay-start
2094 since we're trying to unhide text around point.
2095 (outline-discard-overlays): Use dolist.
2096
2097 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2098
2099 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2100
2101 * mail/rmail.el (rmail-confirm-expunge): Default to
2102 y-or-n-p.
2103
2104 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2105
2106 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2107 Fix ARG regexp to skip quoted braces.
2108 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2109 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2110 are (correctly) handled separately).
2111 Remove `caption' and `footnote' from `citations': they contain text.
2112 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2113 (latex-skeleton-end-hook): New function.
2114 (latex-mode): Use it.
2115 (tex-start-tex-marker): Remove.
2116 (tex-send-tex-command): Don't set tex-start-tex-marker.
2117 (tex-error-parse-syntax-table): New var.
2118 (tex-compilation-parse-errors): Use it.
2119 Ignore tex-start-tex-marker. Don't bother with marker-position.
2120 (tex-validate-buffer): Don't bother with marker-position.
2121
2122 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
2123 (flyspell-generic-progmode-verify): Use it.
2124
2125 2000-11-22 Sam Steingold <sds@gnu.org>
2126
2127 * simple.el (delete-trailing-whitespace): New interactive
2128 function.
2129
2130 * progmodes/ada-mode.el (ada-mode): Use it instead of
2131 `ada-remove-trailing-spaces'.
2132 (ada-remove-trailing-spaces): Removed.
2133
2134 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
2135
2136 * textmodes/picture.el (picture-clean): Removed.
2137 (picture-mode-exit): Call it instead of `picture-clean'.
2138
2139 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2140
2141 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2142
2143 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2144 jit-lock-fontify-buffer; it should anyway be unneccessary to
2145 do anything special when jit-lock is active.
2146 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2147
2148 2000-11-22 Dave Love <fx@gnu.org>
2149
2150 * calendar/todo-mode.el (todo-top-priorities): Use
2151 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2152
2153 * language/chinese.el, language/cyrillic.el:
2154 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2155 * language/hebrew.el, language/indian.el, language/japanese.el:
2156 * language/korean.el, language/lao.el, language/misc-lang.el:
2157 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2158 Use provide.
2159
2160 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2161 (custom-variable-set): Improve validation error mesage.
2162
2163 * rect.el (string-rectangle): Revert last change.
2164 (string-rectangle-line): New arg DELETE.
2165 (string-rectangle): Check delete-selection-mode.
2166
2167 * emacs-lisp/edebug.el (edebug-version)
2168 (edebug-maintainer-address): Deleted.
2169 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2170 (edebug-read-function): Account for other `'#' read forms.
2171 (edebug-mode-menus): Make some items toggles.
2172 (edebug-outside-unread-command-event, unread-command-event):
2173 Remove these to avoid warnings.
2174
2175 2000-11-22 David Ponce <david@dponce.com>
2176
2177 * recentf.el (recentf-menu-items-for-commands)
2178 (recentf-make-menu-items, recentf-make-menu-item)
2179 (recentf-filter-changer): Added :help and :active menu-item properties.
2180
2181 (recentf-build-dir-rules, recentf-dump-variable)
2182 (recentf-edit-list, recentf-open-files-item)
2183 (recentf-open-files): Replaced unnecessary `mapcar' with new
2184 built-in `mapc'.
2185
2186 2000-11-23 Miles Bader <miles@gnu.org>
2187
2188 * faces.el (menu): Make inverse-video on ttys too.
2189
2190 2000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2191
2192 * simple.el (comment-line-break-function): Use the new name
2193 indent-new-comment-line -> comment-indent-new-line.
2194 (clone-indirect-buffer): Don't ignore NORECORD.
2195 (next-completion): Properly handle the case where items are adjacent.
2196
2197 * mouse.el (popup-menu): Stupid typo.
2198
2199 2000-11-22 Gerd Moellmann <gerd@gnu.org>
2200
2201 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2202 maintainer, keywords tags.
2203
2204 * rect.el (replace-rectangle): Don't call string-rectangle-line
2205 with too many arguments.
2206
2207 2000-11-22 Andre Spiegel <spiegel@gnu.org>
2208
2209 * ediff-util.el (ediff-file-checked-out-p)
2210 (ediff-file-checked-in-p): Call vc-state instead of
2211 vc-locking-user, which no longer exists.
2212
2213 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2214
2215 2000-11-22 Dave Love <fx@gnu.org>
2216
2217 * md5.el (md5): Provide.
2218 (md5): Fix error call.
2219
2220 2000-11-22 Miles Bader <miles@gnu.org>
2221
2222 * textmodes/refill.el (refill-adjust-ignorable-overlay)
2223 (refill-fill-paragraph-at): Remove debugging code.
2224
2225 * calendar/calendar.el (generate-calendar-window): When we don't
2226 call `fit-window-to-buffer', make sure the top line is fully visible.
2227
2228 * image-file.el (insert-image-file): Don't make `read-only'
2229 property rear-nonsticky.
2230
2231 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2232 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2233 stashing away its original value.
2234 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2235 in the recursive edit.
2236 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2237 (isearch-done): Restore `minibuffer-message-timeout'.
2238
2239 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2240
2241 2000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2242
2243 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2244
2245 * find-lisp.el (find-lisp-find-files-internal):
2246 Use dolist, when and file-name-as-directory.
2247
2248 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
2249 (define-derived-mode, define-minor-mode): Add specs.
2250
2251 * window.el: General comment and spacing fixes.
2252 (save-selected-window): Use backquotes.
2253 (window-safely-shrinkable-p): New function.
2254 (shrink-window-if-larger-than-buffer): Use it.
2255
2256 * subr.el (make-local-hook): Docstring fix.
2257
2258 * shell.el (shell-mode): Use define-derived-mode.
2259
2260 * newcomment.el (comment-indent): Insert comment before calling
2261 comment-indent-function. Don't insert in column 0.
2262 (comment-dwim): Indent before inserting comment.
2263
2264 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2265 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2266 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2267 Use mapc rather than map.
2268
2269 * files.el (find-buffer-visiting): Compare all attributes before
2270 declaring two files identical (rather than just their inode-no).
2271 (auto-mode-alist): Use \' rather than $.
2272
2273 * which-func.el: Update maintainer line.
2274
2275 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2276 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2277 (uniquify-buffer-file-name): Use it.
2278
2279 2000-11-22 Miles Bader <miles@gnu.org>
2280
2281 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2282 * simple.el (minibuffer-avoid-prompt): New function.
2283
2284 2000-11-21 Gerd Moellmann <gerd@gnu.org>
2285
2286 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2287
2288 2000-11-21 Miles Bader <miles@gnu.org>
2289
2290 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2291 inclusion of `track-mouse'.
2292
2293 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2294 (refill-adjust-ignorable-overlay): New function.
2295 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2296 only the paragraph's tail if possible.
2297 Update `refill-ignorable-overlay'.
2298 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2299
2300 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2301 point inside the fill-prefix.
2302
2303 * textmodes/refill.el (refill-post-command-function): Don't reset
2304 refill-doit in the case where a self-insertion command doesn't
2305 case a refill. Use `refill-fill-paragraph-at', getting position
2306 from `refill-doit'.
2307 (refill-after-change-function): Set `refill-doit' to END.
2308 (refill-fill-paragraph-at): New function, mostly from old
2309 refill-fill-paragraph.
2310 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2311 (refill-pre-command-function): New function.
2312 (refill-mode): Add it to `pre-command-hook'.
2313
2314 2000-11-20 Gerd Moellmann <gerd@gnu.org>
2315
2316 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2317
2318 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2319 javadoc tags.
2320
2321 2000-11-20 Andre Spiegel <spiegel@gnu.org>
2322
2323 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2324 vc.el).
2325
2326 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
2327 require vc.
2328
2329 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
2330 checkouts.
2331
2332 2000-11-20 Dave Love <fx@gnu.org>
2333
2334 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2335
2336 2000-11-20 Eli Barzilay <eli@www.barzilay.org>
2337
2338 * calculator.el (calculator-paste): Use `if' instead of `and'
2339 and `or'.
2340 (calculator-help): Don't use electric-describe-mode for XEmacs.
2341
2342 2000-11-19 Gerd Moellmann <gerd@gnu.org>
2343
2344 * info.el (info-menu-5): Doc fix.
2345
2346 * textmodes/artist.el: New file.
2347
2348 2000-11-19 Andre Spiegel <spiegel@gnu.org>
2349
2350 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
2351 and differentiate according to checkout model.
2352 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2353 since this function is only concerned with master state.
2354
2355 * vc-hooks.el (vc-workfile-unchanged-p,
2356 vc-default-workfile-unchanged-p): Moved here from vc.el.
2357
2358 * vc.el (vc-workfile-unchanged-p,
2359 vc-default-workfile-unchanged-p): See above.
2360
2361 2000-11-19 Miles Bader <miles@gnu.org>
2362
2363 * image-file.el (insert-image-file): Make `intangible' and
2364 `read-only' properties rear-nonsticky too.
2365
2366 2000-11-18 Gerd Moellmann <gerd@gnu.org>
2367
2368 * ps-print.el: Update copyright notice.
2369
2370 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2371 (tooltip-show): Use the offsets.
2372
2373 * bindings.el (mode-line-modified): Fix a typo.
2374 (mode-line-toggle-modified, mode-line-widen)
2375 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2376
2377 2000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2378
2379 * ps-print.el (toplevel): Test for find-coding-system being
2380 fboundp before calling ps-x-find-coding-system.
2381
2382 2000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2383
2384 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2385 (vc-version-backup-file): Docstring fix.
2386
2387 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2388
2389 * files.el (basic-save-buffer): Don't add a newline if
2390 find-file-literally is non-nil.
2391 (find-file-literally): Extend doc string.
2392
2393 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2394 sort(1) with the `-f' argument.
2395
2396 2000-11-16 Andre Spiegel <spiegel@gnu.org>
2397
2398 * vc.el: Updated backend documentation.
2399 (vc-default-check-headers): New function.
2400
2401 * vc-{cvs,rcs,sccs}.el: Functions reordered.
2402
2403 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
2404 up-to-date.
2405 (vc-do-command): In the asynchronous case, output messages only if
2406 the minibuffer is not active.
2407
2408 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
2409 `vc-cvs-use-edit' is on.
2410 (vc-cvs-checkout): When this is used for reverting the workfile,
2411 make a backup of the original contents and revert to that in case
2412 of error.
2413 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
2414 remote repositories.
2415
2416 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2417 for both version and ratio in the minibuffer.
2418
2419 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
2420 Use vc-do-command to perform the annotation, not call-process.
2421
2422 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2423
2424 * international/quail.el (quail-start-translation): Don't call
2425 `message' before reading key sequence.
2426
2427 2000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2428
2429 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2430
2431 2000-11-16 Kenichi Handa <handa@etl.go.jp>
2432
2433 * window.el (fit-window-to-buffer): Be sure to acquire at least
2434 one text line even if the buffer is empty.
2435
2436 2000-11-16 Gerd Moellmann <gerd@gnu.org>
2437
2438 * net/ange-ftp.el (ange-ftp-file-writable-p)
2439 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2440 ange-ftp-process-verbose to nil.
2441
2442 2000-11-15 Dave Love <fx@gnu.org>
2443
2444 * wid-edit.el (widget-specify-field, widget-specify-button): If
2445 :help-echo is a function, set help-echo of overlay to
2446 widget-mouse-help.
2447 (widget-mouse-help): New function.
2448 (widget-echo-help): Rewritten for :help-echo functions only taking
2449 a widget arg.
2450
2451 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2452 display-graphic-p.
2453 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2454 and that JPEG is available.
2455 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2456
2457 * international/mule-cmds.el (locale-charset-language-names):
2458 Match @euro.
2459
2460 2000-11-15 Gerd Moellmann <gerd@gnu.org>
2461
2462 * faces.el (face-set-after-frame-default): If
2463 `inhibit-default-face-x-resources' is bound, don't intialize the
2464 default face from X resources.
2465
2466 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2467
2468 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2469 Don't set EMACSLOADPATH.
2470
2471 2000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2472
2473 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2474 texinfo-insert-@url.
2475 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2476 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2477
2478 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2479
2480 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2481 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2482 (checkdoc-minor-keymap): Backward compatibility.
2483 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2484 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2485 (checkdoc-this-string-valid-engine): Be a bit more strict
2486 to avoid matching substrings of `...' quoted vars/funs.
2487 (checkdoc-defun-info): Only look for `interactive' if alone.
2488 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2489
2490 * progmodes/compile.el (grep): `tag-default' can be nil.
2491
2492 * newcomment.el (comment-indent): Paren typo.
2493
2494 2000-11-14 Dave Love <fx@gnu.org>
2495
2496 * calculator.el: New maintainer version.
2497
2498 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
2499
2500 * cmuscheme.el: Doc fixes.
2501 (cmuscheme) <defgroup>: Use `scheme' as parent.
2502 (cmuscheme-program-name): Remove. Change uses to
2503 scheme-program-name.
2504
2505 * xscheme.el (scheme-program-name): Don't define here.
2506
2507 * progmodes/scheme.el (scheme-program-name): New variable
2508 (originally in cmuscheme).
2509
2510 2000-11-14 Miles Bader <miles@gnu.org>
2511
2512 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2513 Handle header-lines. Don't loop forever if we can't enlarge the
2514 window anymore. Simplify a bit.
2515
2516 2000-11-14 Kenichi Handa <handa@etl.go.jp>
2517
2518 * window.el (fit-window-to-buffer): Don't check
2519 window-text-height. Assure that the last line is fully visible.
2520
2521 * international/quail.el (quail-show-guidance-buf): Call
2522 fit-window-to-buffer to assure the enough height of the guidance
2523 buffer.
2524 (quail-update-guidance): Avoid making the guidance buffer shorter.
2525
2526 2000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2527
2528 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2529 rather than `prepend' and add an interesting comment.
2530 (tex-math-face, tex-font-lock-syntactic-face-function):
2531 New face and function to use it.
2532 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2533 than `menu-enable' symbol property.
2534 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2535 (tex-mode): Add some latex-mode commands for auto-selection.
2536 Use tex-font-lock-syntactic-face-function.
2537 (tex-insert-quote): Simplify.
2538 (tex-shell): New mode.
2539 (tex-start-shell): Use it.
2540 (tex-shell-proc, tex-shell-buf): New functions.
2541 (tex-send-command): Use it.
2542 (tex-main-file): Fix the meaning of the new arg REALFILE.
2543 (tex-send-tex-command): New function split from `tex-start-tex'.
2544 Set compilation-last-buffer and compilation-parsing-end.
2545
2546 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2547 when it follows non-comment text on the line.
2548
2549 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2550 Set font-lock-defaults.
2551 (lisp-mode-shared-map): Init inside the defvar.
2552 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2553 Use define-derived-mode.
2554
2555 2000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2556
2557 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2558
2559 2000-11-14 Gerd Moellmann <gerd@gnu.org>
2560
2561 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2562 recursively optimize body because that can lead to infinite
2563 recursion; see comment there.
2564
2565 2000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2566
2567 * faces.el (face-spec-set-match-display): Revert the change from
2568 2000-10-24. Add a FIXME for after v21.1.
2569
2570 2000-11-13 Miles Bader <miles@gnu.org>
2571
2572 * textmodes/fill.el (skip-line-prefix): New function.
2573 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2574 (fill-paragraph): Don't leave point inside the fill-prefix.
2575 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2576 point inside the fill-prefix.
2577
2578 2000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2579
2580 * calendar/calendar.el (generate-calendar-window): Use
2581 `fit-window-to-buffer'.
2582
2583 2000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2584
2585 * gud.el (gud-minor-mode): New var.
2586 (gud-symbol, gud-val): New functions.
2587 (gud-find-file): Copy gud-minor-mode to the new buffer.
2588 (gud-menu-map): Include entries for commands that are not always
2589 available, using :enable to (de)activate them.
2590 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2591 (gud-mode-map): New map.
2592 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
2593 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2594 Don't set up gud's menu (it's done by the minor-mode).
2595 (gud-minibuffer-local-map): New.
2596 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2597 (gud-query-cmdline): New function.
2598 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2599 (gud-mode): Use define-derived-mode.
2600 Don't set up gud's menu (it's done by the minor-mode).
2601 (gud-chop-words): Remove.
2602 (gud-common-init): Use split-string instead.
2603 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2604
2605 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2606 Add keyword arg :name.
2607
2608 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2609 (diff-count-matches, diff-split-hunk): New functions.
2610 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2611
2612 * pcvs-info.el (cvs-fi-conflict-face): New var.
2613
2614 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2615 Make it into a simple syntax-table, shared among all submodes.
2616 (sh-heredoc-face): Re-introduce.
2617 (sh-font-lock-syntactic-face-function): New function.
2618 (sh-mode): Use it. Also use define-derived-mode.
2619 Remove old bogus setting of indent-region-function.
2620 (sh-set-shell): Don't set the syntax-table any more.
2621 (sh-mode-syntax-table) <defun>: Remove.
2622
2623 2000-11-12 Miles Bader <miles@gnu.org>
2624
2625 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2626 message if interactive.
2627
2628 2000-11-12 Dave Love <fx@gnu.org>
2629
2630 * mail/feedmail.el: Fix header,
2631 (feedmail) <defgroup>: Add :link.
2632
2633 * view.el: Use local-map property, not keymap on mode-line string.
2634
2635 * scroll-all.el (scroll-all-mode): Customize variable. Add
2636 autoload cookie to function.
2637
2638 * lazy-lock.el: Remove compatibility code.
2639
2640 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2641 (finder-help-echo): New variable.
2642 (finder-mouse-face-on-line): Add help-echo stuff.
2643 (finder-list-keywords, finder-list-matches): Use mapc.
2644
2645 * faces.el (face-font-registry-alternatives): Add :version.
2646
2647 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2648 tags-table-list.
2649
2650 * net/browse-url.el (browse-url-browser-function): Update :version.
2651
2652 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
2653 (mail-mode): Use [:alnum:] in some regexps.
2654
2655 2000-11-10 Dave Love <fx@gnu.org>
2656
2657 * ediff.el (ediff-regions-internal, ediff-documentation):
2658 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2659 fundamental mode.
2660
2661 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2662 buffer into fundamental mode.
2663 (ediff-set-difference): Use copy-sequence if available.
2664
2665 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2666 ediff-patch-map non-nil.
2667 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2668 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2669 buffer into fundamental mode.
2670
2671 * ediff-merg.el (state-or-merge): Defvar when compiling.
2672
2673 2000-11-10 Jason Rumney <jasonr@gnu.org>
2674
2675 * w32-fns.el (w32-add-charset-info): New function.
2676 (w32-charset-info-alist): Use it.
2677
2678 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2679
2680 * faces.el (face-font-registry-alternatives): New user-option.
2681
2682 2000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2683
2684 * textmodes/texinfo.el (texinfo-block-default): New var.
2685 (texinfo-insert-block): Use it. Insert a newline if needed.
2686
2687 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2688 (fill-region-as-paragraph): Use it.
2689
2690 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2691 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2692 Tweak paragraph regexps to allow a leading [ \t]*.
2693 (tex-latex-block): Insert a newline if necessary.
2694 (latex-insert-item): Only insert a newline if necessary.
2695 (tex-guess-main-file): New function.
2696 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2697 Set tex-main-file if TeX-master is provided.
2698 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2699
2700 2000-11-10 Gerd Moellmann <gerd@gnu.org>
2701
2702 * startup.el (command-line): Set the default tooltip-mode
2703 to t for graphical displays which implement x-show-tip.
2704
2705 * tooltip.el (tooltip-mode): Add a comment about startup.el
2706 setting the default value of this user-option.
2707
2708 2000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * font-lock.el (font-lock-*-face) <defvar>: Move.
2711 (font-lock-defaults-alist): Mark obsolete.
2712 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2713 (font-lock-mode): Use define-minor-mode.
2714 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2715 (font-lock-turn-off-thing-lock): Be more explicit.
2716 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2717 (font-lock-syntactic-face-function): New var.
2718 (font-lock-fontify-syntactically-region): Use it.
2719 (font-lock-doc-face): New.
2720
2721 * pcvs.el (cvs-enabledp): Ignore errors.
2722 (cvs-commit-filelist): Never query.
2723 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2724 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2725 (cvs-do-removal): Use cvs-partition rather than delete-if.
2726 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2727 cvs-bury-buffer.
2728
2729 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2730 Allow `next' to jump to after the end of the last match.
2731
2732 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2733
2734 * simple.el (byte-compiling-files-p): New function.
2735
2736 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2737 if it is there.
2738
2739 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2740 nil again.
2741
2742 * textmodes/ispell.el (ispell-library-path): Don't call
2743 check-ispell-version when byte-compiling because that starts
2744 an ispell process, and ispell might not be installed.
2745 (toplevel): Don't set up a menu when byte-compiling.
2746
2747 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2748 it, so that a boundp test can be used to determine if we're
2749 currently byte-compiling.
2750
2751 2000-11-09 Dave Love <fx@gnu.org>
2752
2753 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2754 eval-after-load.
2755
2756 2000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2757
2758 * ps-print.el: Patch for variable initialization when spooling. Doc
2759 fix.
2760 (ps-output-list): Fun eliminated.
2761 (ps-begin-file, ps-begin-job): Code fix.
2762
2763 2000-11-08 Dave Love <fx@gnu.org>
2764
2765 * ediff-wind.el (ediff-control-frame-parameters): Zero
2766 tool-bar-lines.
2767
2768 2000-11-08 Gerd Moellmann <gerd@gnu.org>
2769
2770 * simple.el (shell-command, display-message-or-buffer)
2771 (shell-command-on-region): Mention resize-mini-windows in the doc
2772 string.
2773 (display-message-or-buffer): Take the value of resize-mini-windows
2774 into account.
2775
2776 2000-11-07 Gerd Moellmann <gerd@gnu.org>
2777
2778 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2779
2780 * dired.el (dired-between-files): Add `^. find' as an alternative
2781 to the regular expression, for find-dired.
2782
2783 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2784
2785 * textmodes/texnfo-upd.el: Require texinfo.
2786 (defmacro, defgroup): Remove.
2787 (texinfo-section-to-generic-alist): Remove.
2788 Use texinfo-section-list instead (i.e. level is changed string->int).
2789 (texinfo-filter): New function.
2790 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2791 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2792 Use it. And use regexp-opt.
2793 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2794 (texinfo-update-menu-region-beginning)
2795 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2796 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2797 (texinfo-update-menu-same-level-regexps): Update.
2798 (texinfo-update-node, texinfo-every-node-update)
2799 (texinfo-sequential-node-update): Remove autoload cookie.
2800
2801 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2802 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2803 (texinfo-chapter-level-regexp): Remove.
2804 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2805
2806 2000-11-06 Dave Love <fx@gnu.org>
2807
2808 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
2809
2810 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2811 Match defun*.
2812
2813 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2814
2815 * composite.el (composition-function-table): Variable declaration
2816 moved to src/composite.c.
2817 (compose-chars-after): New optional arg object.
2818
2819 2000-11-06 Gerd Moellmann <gerd@gnu.org>
2820
2821 * bindings.el (mode-line-toggle-read-only)
2822 (mode-line-toggle-modified, mode-line-widen)
2823 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2824 (make-mode-line-mouse2-map): Rewritten.
2825 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2826 functions so that C-h k can show something with a doc string.
2827
2828 * startup.el (fancy-splash-delay): Set to 10 seconds.
2829 (fancy-splash-max-time): New user-option.
2830 (fancy-splash-stop-time): New variable.
2831 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2832 (fancy-splash-screens-1): Throw `stop-splashing' when current
2833 time is greater than fancy-splash-stop-time.
2834
2835 2000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2836
2837 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2838
2839 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2840 Prompt user for a file rather than raising an error.
2841 (cvs-enabledp): Fix call to cvs-mode-marked.
2842 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2843 (cvs-mode-insert): Use it. Change the init prompt' value.
2844 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2845
2846 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2847 Don't pass default arg to ewoc-locate.
2848 (ewoc-collect): Return result in the right order.
2849
2850 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2851
2852 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2853 (cvs-status-get-tags): Fix regexp.
2854 (cvs-status-trees, cvs-status-cvstrees):
2855 Combine after change hooks and don't sit-for.
2856 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2857 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
2858 Use make-char rather than hard-coded cryptic data.
2859 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2860
2861 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2862
2863 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2864 (cvs-insert-strings): New function.
2865
2866 2000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2867
2868 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2869 `mwheel-scroll-amount'.
2870 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2871 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2872 string-matching against the version string.
2873
2874 2000-11-06 Kenichi Handa <handa@etl.go.jp>
2875
2876 * language/thai.el ("Thai"): Set a lisp form that produces
2877 composed string in `sample-text' language info.
2878
2879 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2880 composed string in `sample-text' language info.
2881
2882 * international/mule-cmds.el (describe-language-environment): Eval
2883 `sample-text' data and insert the result.
2884
2885 * international/mule-conf.el (compound-text): Define this coding
2886 system here. Make x-ctext and ctext aliases of it.
2887
2888 * language/european.el (compound-text, ctext): Moved to
2889 international/mule-conf.el.
2890
2891 2000-11-05 Andrew Innes <andrewi@gnu.org>
2892
2893 * w32-fns.el (w32-version): New function.
2894
2895 2000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * progmodes/awk-mode.el: Update copyright.
2898 (awk-mode-abbrev-table): Remove.
2899 (awk-font-lock-keywords): Use regexp-opt.
2900 (awk-mode): Use define-derived-mode.
2901
2902 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2903 when extracting a suffix.
2904
2905 2000-11-04 Andre Spiegel <spiegel@gnu.org>
2906
2907 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2908 auto-save-mode.
2909
2910 2000-11-04 Jason Rumney <jasonr@gnu.org>
2911
2912 * language/european.el (decode-mac-roman): Test against r1 not r0.
2913
2914 2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2915
2916 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2917 (icon-mode): Define indent-line-function.
2918 (icon-comment-indent): Simplify.
2919 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2920
2921 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2922
2923 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2924 Bind change-log-default-mode to defeat the caching done on it.
2925 Don't bother saving excursion any more.
2926
2927 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2928
2929 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2930 (set-frame-font): Use the new name (and the old for compatibility).
2931
2932 * toolbar/tool-bar.el (tool-bar-mode):
2933 * time.el (display-time-mode):
2934 * recentf.el (recentf-mode):
2935 * paren.el (show-paren-mode):
2936 * mwheel.el (mouse-wheel-mode):
2937 * msb.el (msb-mode):
2938 * jka-compr.el (auto-compression-mode):
2939 * image-file.el (auto-image-file-mode):
2940 * hl-line.el (hl-line-mode):
2941 * delsel.el (delete-selection-mode):
2942 * autoinsert.el (auto-insert-mode):
2943 * complete.el (partial-completion-mode): Drop unneeded positional args.
2944
2945 * info.el (Info-mode):
2946 * comint.el (comint-mode): Don't bother with make-local-hook.
2947
2948 * log-edit.el (log-edit-menu): New menu.
2949
2950 2000-11-03 Miles Bader <miles@gnu.org>
2951
2952 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2953 definition, so that trailing spaces are handled properly.
2954 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2955
2956 2000-11-03 Gerd Moellmann <gerd@gnu.org>
2957
2958 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2959 tab character.
2960 (fancy-splash-screens): Set tab-width to 20.
2961
2962 2000-11-03 Dave Love <fx@gnu.org>
2963
2964 * comint.el (comint-completion-addsuffix): Fix custom type.
2965
2966 2000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * font-lock.el (font-lock-buffers): Remove.
2969 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2970 (font-lock-change-major-mode): Remove.
2971 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2972 (font-lock-default-fontify-region): Extend the multiline
2973 fontification to whole lines.
2974 (font-lock-fontify-anchored-keywords)
2975 (font-lock-fontify-keywords-region): If matching just one
2976 line (with \n) only mark the \n as multiline.
2977
2978 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
2979 Correctly handle the case where several :group args are supplied.
2980 Allow :extra-args.
2981 (easy-mmode-define-global-mode): Allow :extra-args.
2982 Correctly handle the case where several :group args are supplied.
2983
2984 2000-11-02 Miles Bader <miles@gnu.org>
2985
2986 * calendar/calendar.el (diary-face, calendar-today-face)
2987 (holiday-face): Remove dependency on `window-system'.
2988
2989 2000-11-02 Ken Raeburn <raeburn@gnu.org>
2990
2991 * Makefile.in (emacs): Set EMACSLOADPATH always.
2992 (update-authors, .el.elc, compile-files): Don't do it explicitly
2993 here.
2994 (compile-files): Bomb out if compilation of a file fails.
2995
2996 2000-11-02 Dave Love <fx@gnu.org>
2997
2998 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
2999
3000 2000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3003 punctuation in the warning inserted into the *mail* buffer.
3004
3005 2000-11-02 Gerd Moellmann <gerd@gnu.org>
3006
3007 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3008 (authors-public-domain-p): New function.
3009 (authors-print): Use it.
3010
3011 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3012
3013 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3014
3015 2000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3016
3017 * ps-print.el: Extension for even/odd printing. Doc fix.
3018 (ps-print-version): New version number (6.3.1).
3019 (ps-even-or-odd-pages): Customization fix.
3020 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3021 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3022 (ps-page-count): Var replaced by `ps-page-column'.
3023 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3024 (ps-print-sheet-p): New fun.
3025
3026 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3027
3028 * tooltip.el (tooltip-gud-tips-setup): New function.
3029 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3030 (tooltip-mode): Call tooltip-gud-tips-setup.
3031 (tooltip-gud-tips): Use `gud-basic-call' instead of
3032 process-send-string, so the prompt gets frobbed appropriately.
3033 Handle nil return value from `tooltip-gud-print-command'.
3034
3035 2000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3036
3037 * comint.el (comint-add-to-input-history): New function.
3038 (comint-send-input): Use `comint-add-to-input-history'.
3039
3040 2000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3041
3042 * info.el (info-menu-header): New face.
3043 (Info-fontify-menu-headers): New function.
3044 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3045
3046 * info.el (Info-insert-dir): Don't include blank lines at
3047 beginning of additional dir files (one is added automatically).
3048
3049 2000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3050
3051 * emacs-lisp/easy-mmode.el (define-minor-mode):
3052 Revert the latest changes.
3053 Allow the three positional arguments to be skipped and replaced
3054 by keyword arguments.
3055 Add a :toggle argument to determine whether a nil arg means toggle
3056 or means turn-on. The default is unchanged.
3057 Add a call to force-mode-line-update.
3058
3059 2000-11-01 Dave Love <fx@gnu.org>
3060
3061 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3062 cookie.
3063
3064 2000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3065
3066 * calendar/calendar.el (diary-face, holiday-face): Add
3067 dark-background variants.
3068
3069 2000-10-31 Sam Steingold <sds@gnu.org>
3070
3071 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3072 `tex-main-file' does not have directory in it.
3073
3074 2000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3075
3076 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3077
3078 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3079
3080 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3081 functional change.
3082
3083 2000-10-31 Gerd Moellmann <gerd@gnu.org>
3084
3085 * files.el (find-file-noselect): When we expand a wildcard, return
3086 a list of buffers, as we should do according to the doc string.
3087
3088 2000-10-31 Ken Raeburn <raeburn@gnu.org>
3089
3090 * loadup.el (top level): Adjust load path if program name is
3091 "../src/bootstrap-emacs", in case it's not dumped and thus the
3092 load path adjustment hasn't already been done.
3093
3094 2000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3095
3096 * ps-print.el: Fix bug on selected pages for printing. Use
3097 `color-values' for Emacs 21. Ensure fontification when jit-lock
3098 is on. Try to avoid warning messages when compiling. Doc Fix.
3099 (ps-print-version): New version number (6.3).
3100 (ps-color-device): Use `color-values' to determine if device
3101 supports color.
3102 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3103 (ps-print-page-p): Changed from defsubst to defun.
3104 (ps-page-number): Changed from defmacro to defun.
3105 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3106 printing.
3107 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
3108 (ps-end-file, ps-dummy-page): Funs eliminated.
3109 (ps-print-color-scale): Changed default value.
3110 (ps-page-n-up, ps-print-page-p): New internal vars.
3111 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3112 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3113
3114 * delim-col.el: Little programming improvement.
3115 (delimit-columns-str): New macro.
3116 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3117
3118 2000-10-31 Kenichi Handa <handa@etl.go.jp>
3119
3120 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3121 Moved to european.el.
3122 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3123 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3124 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3125 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
3126
3127 2000-10-30 Dave Love <fx@gnu.org>
3128
3129 * progmodes/cc-menus.el (imenu-generic-expression)
3130 (imenu-progress-message): Only defvar when compiling.
3131
3132 * emacs-lisp/elp.el (elp-unload-hook): New function.
3133
3134 * loadhist.el (unload-feature): Call elp-restore-function,
3135 checking for symbols; don't use elp-restore-all.
3136 (loadhist-hook-functions): Doc fix.
3137
3138 2000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3139
3140 * log-edit.el (log-edit-confirm): Fix the default.
3141
3142 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3143
3144 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3145 delimit-columns-format.
3146 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3147
3148 2000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3149
3150 * comint.el (comint-replace-by-expanded-history): Don't use
3151 comint-get-old-input (we're not looking at *old* input).
3152 (comint-get-old-input-default): If using fields, signal an error
3153 when the point is not in an input field.
3154
3155 2000-10-30 Kenichi Handa <handa@etl.go.jp>
3156
3157 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3158 and mule-unicode-e000-ffff.
3159
3160 * international/mule.el (decode-char, encode-char): New functions.
3161 (make-coding-system): Accept a symbol of translation table as a
3162 value of property `safe-chars'.
3163
3164 * international/mule-cmds.el (encode-coding-char): Check property
3165 safe-chars instead of safe-charsets.
3166
3167 * international/fontset.el (fontset-default): Modified for
3168 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3169 (x-font-name-charset-alist): Likewise.
3170 (ccl-encode-unicode-font): New CCL program. Record it in
3171 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3172
3173 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3174 New translation tables.
3175 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3176 programs are modified and moved from mac-win.el.
3177 (mac-roman): Definition of this coding system is modified and
3178 moved from mac-win.el.
3179
3180 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3181
3182 * ediff-wind.el (ediff-setup-control-frame): Enclose
3183 face-attribute in condition-case to avoid errors in older emacsen.
3184
3185 2000-10-29 Miles Bader <miles@gnu.org>
3186
3187 * custom.el (custom-add-to-group): Allow multiple entries for a
3188 given value OPTION, as long as their widget types are different.
3189 * cus-edit.el (custom-face-value-create): If face name doesn't end
3190 with "face", add such here (similar to custom group widgets).
3191
3192 * comint.el (comint-highlight-prompt): Add :type.
3193
3194 2000-10-28 John Wiegley <johnw@gnu.org>
3195
3196 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3197 Changed this function to operate on a temporary buffer instead of
3198 the main buffer. This not only keeps flyspell from marking a
3199 buffer as changed that wasn't, but it solves the jumpy cursor
3200 problem when attempts are made to edit incorrect words.
3201 (flyspell-maybe-correct-doubling): Same change as for
3202 `flyspell-maybe-correct-transposition'.
3203
3204 * calendar/timeclock.el (timeclock-log): Doc fix.
3205 (timeclock-last-event): Doc fix.
3206 (timeclock-log): Kill the timelog buffer after appending a new
3207 event.
3208 (timeclock-find-discrep): Use a temp buffer to read in the
3209 timelog, instead of visiting the file.
3210 (timeclock-log-data): A new function, along with a host of helper
3211 functions, for the purpose of making timelog data accessible to
3212 programmers.
3213
3214 * eshell/esh-mode.el (window-height test): Make certain that
3215 `eshell-stringify-t' is non-nil.
3216 (eshell-password-prompt-regexp): Changed to a much simpler
3217 password regexp.
3218 (eshell-send-input): If `eshell-invoke-directly' returns t,
3219 directly invoke the parsed command using `eval'. This improves
3220 turn-around time on simple commands by a factor of three or
3221 greater, such as cd, ls, pwd, etc. -- which get used very often.
3222 It also conserves thousands of cons cells per call (since
3223 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3224 in the Pacific Cookie Company).
3225
3226 * eshell/esh-test.el (eshell-test): Whitespace fix.
3227
3228 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3229 `eshell-ls-initial-args' nil when inserting directory contents.
3230
3231 * eshell/em-script.el (eshell-script-initialize): Add names to
3232 `eshell-complex-commands, since `source' and `.' are complex.
3233
3234 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3235 (eshell-rewrite-while-command): Use `eshell-protect' instead of
3236 `eshell-copy-handles'.
3237 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3238 bodies.
3239 (eshell-separate-commands): Whitespace fix.
3240 (eshell-complex-commands): Added a new list of names, for
3241 determining whether a given command is as simple as it looks.
3242 (eshell-invoke-directly): New function. Returns t if a command
3243 should be invoked directly (using `eval'), rather than indirectly
3244 using `eshell-do-eval'.
3245 (eshell-do-eval): Whitespace fix.
3246
3247 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3248 which provides an emulation of the DOS shell behavior of assuming
3249 that cp/mv/ln should copy/move/link to the current directory.
3250 (eshell-remove-entries): Added a doc string.
3251 (eshell-shuffle-files): Removed the check for `target' being null.
3252 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3253 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3254 it to do a smarter check of whether a destination was provided.
3255 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3256 (eshell/ln): Enable `:preserve-args', and use
3257 `eshell-mvcpln-template' to implement the body of the function.
3258 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3259 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
3260 list after flattening it. This makes it possible to cat files
3261 with numerical names.
3262 (eshell-unix-initialize): Added several names to
3263 `eshell-complex-commands.
3264 (eshell-unix-command-complex-p): Return t if a given command name
3265 may result in external processes being invoked.
3266
3267 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3268 variable nil by default, since it slows down glob processing by a
3269 factor of two or more, and increases memory consumption.
3270
3271 * eshell/em-smart.el: Added a note about how memory consumptive
3272 smart display mode can be (at least this is true in Emacs 21).
3273 (eshell-smart-initialize): Whitespace fix.
3274 (eshell-refresh-windows): Use `if' instead of `when'.
3275 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3276 not necessary.
3277 (eshell-currently-handling-window): Added a missing global
3278 variable.
3279
3280 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3281 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3282 Whitespace fix.
3283 (eshell-ls-exclude-hidden): Added this variable in addition to
3284 `eshell-ls-exclude-regexp'. This one prevents files beginning
3285 with . from even being read, which can improve memory consumption
3286 quite a bit.
3287 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3288 read file entries beginning with a dot. In home directories with
3289 lots of hidden files, fully two-thirds of the time spent in ls is
3290 used to read directory entries that are immediately thrown away.
3291 (eshell-ls-initial-args): Added back this configuration variable,
3292 for specifying default initial arguments to every call to ls.
3293 Much faster than using an alias to do the same thing.
3294 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3295 (eshell-ls-dir): Whitespace change.
3296
3297 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3298
3299 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3300 available.
3301 (eshell-stringify-t): Added a customization variable, to indicate
3302 whether `t' should be rendered as a string at all. If not, one
3303 can still determine if the result of an expression is true using
3304 "file-exists-p FILE && echo true".
3305 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3306 stringify t!
3307
3308 * eshell/esh-module.el: Whitespace fix.
3309
3310 * eshell/em-alias.el (eshell-alias-initialize): Added
3311 `eshell-command-aliased-p' to `eshell-complex-commands'.
3312 (eshell-command-aliased-p): New function that returns t if a
3313 command name names an aliased.
3314
3315 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
3316
3317 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
3318 redrawing the screen when changing cursor color.
3319 (viper-insert-state-pre-command-sentinel)
3320 (viper-replace-state-pre-command-sentinel)
3321 (viper-replace-state-post-command-sentinel):
3322 Use viper-preserve-cursor-color.
3323 Many functions changed to use viper= instead of = when comparing
3324 characters.
3325 * viper-util.el (viper-memq-char,viper=): New functions for
3326 working with characters.
3327 (viper-change-cursor-color): Fixed buglet.
3328 Many functions changed to use viper= instead of = when comparing
3329 characters.
3330 * viper.el (viper-insert-state-mode-list): Added eshell.
3331
3332 * ediff-init.el (ediff-before-setup-hook): New hook.
3333 Several typos fixed in various docstrings.
3334 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3335 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
3336 hook.
3337 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3338 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3339 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3340 (ediff-get-selected-buffers): New function.
3341 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3342 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
3343 save-window-excursion.
3344 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
3345 termination check in while loop.
3346 * ediff.el (ediff-get-default-file-name): Better defaults when in
3347 dired buffer.
3348 (ediff-files,ediff-merge-files,ediff-files3)
3349 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
3350
3351 2000-10-28 Dave Love <fx@gnu.org>
3352
3353 * info.el (Info-fontify-node): Add help-echo for menu items.
3354
3355 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3356
3357 * startup.el (normal-top-level): If the value of $TERM indicates
3358 we are running from xterm or one of its work-alikes, default to a
3359 light background mode.
3360
3361 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3362 * faces.el (tty-handle-reverse-video): New function.
3363 (tty-create-frame-with-faces): Call it.
3364
3365 * frame.el (frame-notice-user-settings): Don't apply
3366 default-frame-alist and initial-frame-alist to MS-DOS frames.
3367 Call tty-handle-reverse-video, frame-set-background-mode, and
3368 face-set-after-frame-default for non-MS-DOS frames.
3369
3370 * startup.el (tty-long-option-alist): New variable.
3371 (tty-handle-args): New function.
3372 (command-line): Call tty-handle-args.
3373
3374 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3375 startup.el now does that for all character-terminal frames.
3376
3377 2000-10-28 Miles Bader <miles@gnu.org>
3378
3379 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3380 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3381 global. If :global is followed by a non-nil but non-t value,
3382 make the mode buffer-local, but also generate a `global-MODE'
3383 version using `easy-mmode-define-global-mode'. Add
3384 :conditional-turn-on keyword argument.
3385
3386 2000-10-28 Dave Love <fx@gnu.org>
3387
3388 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3389 use window-system.
3390
3391 2000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3392
3393 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3394 Don't call find-buffer-file-type-coding-system. Instead, just
3395 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3396 if the file is on an untranslated filesystem.
3397 (add-untranslated-filesystem): Use "D" instead of "f" inside
3398 interactive.
3399
3400 2000-10-27 Dave Love <fx@gnu.org>
3401
3402 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
3403 (refill-mode): Use it.
3404
3405 2000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3406
3407 * international/quail.el (quail-activate): Don't make-local-hook.
3408
3409 2000-10-27 Andre Spiegel <spiegel@gnu.org>
3410
3411 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
3412 manual backups and file.~<rev>.~ for automatic ones.
3413 (vc-make-version-backup): Don't do it on MS-DOS without long file
3414 names.
3415
3416 * vc.el (vc-version-other-window): If an automatic backup of the
3417 desired version exists, rename it instead of copying it.
3418
3419 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3420 after command. If there's an unexpected error, signal it instead
3421 of being silent.
3422 (vc-cvs-merge-news): Be prepared for no news at all.
3423
3424 2000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3425
3426 * shell.el (shell): Add BUFFER argument.
3427 * comint.el (make-comint-in-buffer): New function.
3428 (make-comint): Use it.
3429
3430 * faces.el (face-spec-choose): Change syntax so that the list of
3431 attribute-value pairs is now the cdr of each clause, not the cadr.
3432 Detect old-style entries, and handle them. Use pop.
3433
3434 2000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3435
3436 * cus-edit.el (custom-mode-map): Use a sparse map.
3437 (custom-mode): Don't bother with make-local-hook.
3438
3439 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3440
3441 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3442
3443 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3444
3445 * ps-print.el: Avoid compilation gripes.
3446 (ps-print-version): New version number (6.2.1).
3447
3448 2000-10-26 Dave Love <fx@gnu.org>
3449
3450 * menu-bar.el: Modify some menu item help strings.
3451 (menu-bar-help-menu): Add link to MORE.STUFF.
3452
3453 * cus-edit.el (custom-mode): Add `special' mode-class property.
3454
3455 * wid-browse.el (widget-browse-mode): Likewise.
3456
3457 * wid-edit.el (widget-specify-field): Revert to using local-map
3458 property, not keymap.
3459
3460 2000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3461
3462 * wid-edit.el (widget-field-end): When checking for a `boundary'
3463 field, do so in the correct buffer.
3464
3465 * simple.el (undo): Correctly distinguish between numeric and
3466 non-numeric prefix args in non-transient-mark-mode, as per the doc
3467 string. When in transient-mark-mode, treat all prefix-args as
3468 numeric.
3469
3470 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3471 Position point on match. Handle N == 0 correctly.
3472
3473 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3474 (comint-mode-map): Reverse order of `comint-write-output' and
3475 `comint-append-output-to-file'.
3476 (comint-append-output-to-file): Reinstate this function, for the
3477 benefit of the menu.
3478
3479 2000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3480
3481 * vc.el (vc-version-other-window): Bind `file'.
3482
3483 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3484
3485 * Makefile.in (update-authors): New target for maintenance purposes.
3486
3487 * emacs-lisp/authors.el (batch-update-authors): New function.
3488 (authors-fixed-entries): New defconst.
3489 (authors-add-fixed-entries): New function.
3490 (authors): Call it.: Don't process lispref/.
3491
3492 2000-10-25 Jason Rumney <jasonr@gnu.org>
3493
3494 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3495 Merge x w32 and mac definitions.
3496
3497 2000-10-25 Gerd Moellmann <gerd@gnu.org>
3498
3499 * menu-bar.el (menu-bar-options-menu): Add a help string for
3500 `uniquify'.
3501
3502 2000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3503
3504 * time-stamp.el (time-stamp-string-preprocess):
3505 Fix a wrong type argument error.
3506
3507 2000-10-25 Miles Bader <miles@gnu.org>
3508
3509 * recentf.el (recentf-mode): Variable removed.
3510 (recentf-mode): Use `define-minor-mode'.
3511
3512 * mwheel.el (mouse-wheel-mode): New global minor mode.
3513 (mwheel-install): Use `mouse-wheel-mode'.
3514
3515 2000-10-25 Dave Love <fx@gnu.org>
3516
3517 * progmodes/cperl-mode.el (cperl-mode):
3518 Set normal-auto-fill-function correctly.
3519
3520 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3521 inherit from global-map and don't nullify menu-bar and tool-bar
3522 bindings.
3523
3524 2000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3525
3526 * wid-edit.el (widget-field-at): New function.
3527 (widget-at, widget-field-activate): Use it.
3528 (widget-tabable-at): Use `widget-at'.
3529 (widget-specify-field): If the terminating character of the widget
3530 field (which is read-only) is a newline, put it into a special
3531 `boundary' field so that C-n/C-p act more naturally.
3532 (widget-field-end): Also don't subtract one if a special
3533 `boundary' field has been added after the widget field.
3534
3535 * comint.el (comint-output-filter, comint-send-input): Don't
3536 bother adding stickiness fields to overlays to fool the field
3537 code, since it should notice the overlay insertion-types now.
3538
3539 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3540 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3541 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3542
3543 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3544
3545 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3546 (authors): Set file coding system to iso-2022-7bit. Add
3547 file-local variables to output buffer.
3548
3549 * files.el (after-find-file): Don't print any warnings if
3550 WARN is nil.
3551
3552 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3553
3554 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3555
3556 * delim-col.el: Now there is a column formatting mechanism.
3557 Modified to customization mechanisms convention. Doc fix.
3558 (columns): New group for delim-col.
3559 (delimit-columns-before, delimit-columns-after)
3560 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3561 (delimit-columns-end): New vars.
3562 (delimit-columns-customize, delimit-columns-format): New funs.
3563 (delimit-columns-region, delimit-columns-rectangle)
3564 (delimit-columns-rectangle-line): Modified to support column
3565 formatting.
3566
3567 2000-10-24 Dave Love <fx@gnu.org>
3568
3569 * log-edit.el (log-edit): Add :version and a :group for vc.
3570
3571 2000-10-24 Gerd Moellmann <gerd@gnu.org>
3572
3573 * files.el (after-find-file): Don't print a message ``New file''
3574 if WARN is nil.
3575
3576 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3577 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3578 get duplicate tool-bar entries because we'll see the global ones
3579 on more than one path through keymaps.
3580
3581 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3582
3583 * progmodes/cmacexp.el: Change Francesco's email address.
3584
3585 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3586
3587 * window.el (fit-window-to-buffer): Adjust point of the window
3588 buffer, not that of the current buffer.
3589
3590 2000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3591
3592 * progmodes/cmacexp.el: Update the euthor's email address.
3593
3594 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3595
3596 * faces.el (face-spec-set-match-display): Add `graphic' display
3597 type (the inverse of `tty'). Use `display-graphic-p' instead of
3598 the window-system variable.
3599
3600 2000-10-24 Kenichi Handa <handa@etl.go.jp>
3601
3602 * international/isearch-x.el (isearch-with-input-method): Call
3603 input-method-function with the first event in
3604 unread-command-events.
3605
3606 2000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3607
3608 * faces.el (face-default-spec, face-user-default-spec): Make
3609 defsubsts.
3610
3611 2000-10-24 Andrew Choi <akochoi@i-cable.com>
3612
3613 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3614 New charsets.
3615
3616 * term/mac-win.el: Remove definitions of mac-roman-lower and
3617 mac-roman-upper, require dired, and define instead of set
3618 mac-ready-for-drag-n-drop to avoid compilation error.
3619
3620 2000-10-23 Andrew Innes <andrewi@gnu.org>
3621
3622 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3623 superfluous calls to subst-char-in-string; instead apply
3624 expand-file-name after convert-standard-filename to ensure
3625 expected directory separators are used.
3626
3627 2000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3628
3629 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3630
3631 2000-10-23 Dave Love <fx@gnu.org>
3632
3633 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3634 (tool-bar-add-item): Set foreground and background for XBM icons.
3635
3636 * international/latin1-disp.el (latin1-char-displayable-p): New
3637 function (from Handa).
3638 (latin1-display-check-font): Use it.
3639
3640 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3641 using :key-sequence, making it much more usable. Use nconc, not
3642 append.
3643 (imenu--create-keymap-1): Avoid append.
3644
3645 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
3646
3647 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3648
3649 [the following changes fix a bug where `define-minor-mode' didn't
3650 correctly generate :require clauses for defcustoms in compiled files]
3651 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3652 (byte-compile-log-file, byte-compile-log-1): Don't set
3653 `byte-compile-current-file' to nil. Instead set
3654 `byte-compile-last-logged-file' to it. Test whether
3655 byte-compile-current-file equals byte-compile-last-logged-file
3656 instead of whether its nil.
3657 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
3658
3659 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3660
3661 * textmodes/refill.el: Fix var names in doc.
3662 (refill-mode): Don't bother with make-local-hook anymore.
3663
3664 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3665
3666 * faces.el (face-user-default-spec, face-default-spec): New functions.
3667 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
3668 (frame-set-background-mode, face-set-after-frame-default):
3669 Use `face-user-default-spec'. Simplify code slightly.
3670
3671 * woman.el (woman-italic-face, woman-bold-face)
3672 (woman-unknown-face): Add dark-background variants.
3673 (woman-default-faces): Renamed from `woman-colour-faces'.
3674 Set using the stored defaults, rather than using hard-wired colors.
3675 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3676 Just make the foreground `unspecified' rather than "black".
3677 (woman-menu): Rename menu entries accordingly.
3678
3679 * faces.el (header-line): Make more reasonable on mono/grayscale
3680 displays.
3681
3682 2000-10-23 Andrew Choi <akochoi@i-cable.com>
3683
3684 * cus-edit.el (custom-button-face): Use 3D look for mac.
3685 (custom-button-pressed-face): Likewise.
3686
3687 * faces.el (set-face-attributes-from-resources): Handle mac frames
3688 in the same way as x and w32 frames.
3689 (face-valid-attribute-values): Likewise.
3690 (read-face-attribute): Likewise.
3691 (defined-colors): Likewise.
3692 (color-defined-p): Likewise.
3693 (color-values): Likewise.
3694 (display-grayscale-p): Likewise.
3695 (face-set-after-frame-default): Likewise.
3696 (mode-line): Same default face as for x and w32.
3697 (tool-bar): Likewise.
3698
3699 * frame.el: Remove call to frame-notice-user-settings at end of
3700 the file.
3701
3702 * info.el (Info-fontify-node): make underlines invisible for mac
3703 as for x, pc, and w32 frame types.
3704
3705 * term/mac-win.el: New file.
3706
3707 2000-10-22 Dave Love <fx@gnu.org>
3708
3709 * textmodes/refill.el: New file.
3710
3711 2000-10-22 Andre Spiegel <spiegel@gnu.org>
3712
3713 * vc-hooks.el (vc-version-backup-file-name): New optional args
3714 MANUAL and REGEXP.
3715 (vc-delete-automatic-version-backups, vc-make-version-backup):
3716 New functions.
3717 (vc-before-save): Use the latter.
3718 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3719 confusion.
3720
3721 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
3722 expected by vc[-hooks].el.
3723
3724 * vc.el (vc-checkout): Added `-p' suffix in call to
3725 vc-make-version-backups-p; use vc-make-version-backup to actually
3726 make the backup.
3727 (vc-version-other-window, vc-version-backup-file): Handle both
3728 automatic and manual backups.
3729 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3730 of all of them.
3731
3732 2000-10-22 Miles Bader <miles@gnu.org>
3733
3734 * comint.el (comint-highlight-input, comint-highlight-prompt):
3735 Renamed, `-face' at end removed.
3736 (comint-send-input, comint-output-filter): Use renamed faces.
3737
3738 * window.el (fit-window-to-buffer): Change defaulting of
3739 MAX-HEIGHT slightly.
3740
3741 * faces.el (color-values, color-defined-p): Use `member', not
3742 `memq', because it works correctly for strings.
3743 (frame-set-background-mode): Actually, "unspecified-fg" and
3744 "unspecified-bg" *are* strings. Use `member', not `memq', and
3745 `equal', not `eq', when a string value is possible.
3746
3747 2000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3748
3749 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3750
3751 2000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3752
3753 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3754 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3755 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3756 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3757 (sh-font-lock-syntactic-keywords): Use them.
3758 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3759 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3760 (sh-mode): Don't override font-lock-unfontify-region-function.
3761 Use a copy of sh-font-lock-syntactic-keywords.
3762 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3763 Don't call sh-scan-buffer since font-lock does it on the fly.
3764 (sh-get-indent-info): Use `face' rather than `syntax-table'
3765 text-property to detect here-documents.
3766 Replace sh-special-syntax with sh-st-punc.
3767 (sh-prev-line): Use `face' rather than `syntax-table'
3768 text-property to skip over here-documents.
3769 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3770 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3771 (sh-electric-less, sh-set-here-doc-region)
3772 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
3773 (sh-scan-buffer, sh-rescan-buffer): Remove.
3774
3775 2000-10-21 Andrew Innes <andrewi@gnu.org>
3776
3777 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3778 remote (ange-ftp) file names.
3779
3780 2000-10-21 Miles Bader <miles@gnu.org>
3781
3782 * window.el (fit-window-to-buffer): New function.
3783 (shrink-window-if-larger-than-buffer): Use it.
3784 (window-text-height): Don't expect minibuffers to have mode-lines.
3785
3786 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
3787 * international/quail.el (quail-update-guidance): Use
3788 `fit-window-to-buffer' instead of `set-window-text-height'.
3789
3790 * international/quail.el (quail-show-guidance-buf): Make sure
3791 guidance window really has enough room.
3792 (quail-update-guidance): If quail-guidance-win is already shown,
3793 make sure its height is OK.
3794
3795 * window.el (window-text-height, set-window-text-height):
3796 New functions.
3797 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3798 instead of `window-height' & `mode-line-window-height-fudge'.
3799 (mode-line-window-height-fudge): Add FACE parameter.
3800 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3801 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3802
3803 2000-10-20 Miles Bader <miles@gnu.org>
3804
3805 * window.el (height-affecting-face-attributes): Use `defconst'.
3806
3807 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3808 New function, conditionally aliased to `mode-line-window-height-fudge'.
3809 (ispell-help): Use it.
3810 (ispell-choices-win-default-height): Don't include mode-line fudge.
3811 (ispell-choices-win-default-height): New function.
3812 (ispell-show-choices, ispell-command-loop): Use function
3813 `ispell-choices-win-default-height' instead of variable.
3814
3815 2000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3816
3817 * window.el (mode-line-window-height-fudge): New variable.
3818 (height-affecting-face-attributes): New variable.
3819 (mode-line-window-height-fudge): New function.
3820 (shrink-window-if-larger-than-buffer): Use it.
3821 * help.el (resize-temp-buffer-window): Likewise.
3822
3823 * info.el (Info-fontify-node): Add support for @subsubsection
3824 titles, which use `Info-title-4-face'.
3825 (Info-title-4-face): New face.
3826 (Info-title-3-face): Inherit from Info-title-4-face instead of
3827 variable-pitch.
3828
3829 2000-10-19 Jason Rumney <jasonr@gnu.org>
3830
3831 * dired.el (dired-insert-directory): Do not let errors signalled by
3832 attempt to run dired-free-space-program prevent dired from working.
3833
3834 2000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3835
3836 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3837
3838 2000-10-19 Gerd Moellmann <gerd@gnu.org>
3839
3840 * dirtrack.el (dirtrack): Fix call to run-hooks.
3841
3842 * cmuscheme.el (cmuscheme-program-name): Renamed from
3843 scheme-program-name because xscheme.el contains a defcustom with
3844 the same name. As a consequence, customizing group `cmuscheme'
3845 loaded `xscheme' which redefined run-scheme.
3846 (run-scheme): Use cmuscheme-program-name.
3847
3848 * ps-print.el (ps-print-emacs-type): Move into the
3849 eval-and-compile.
3850
3851 * play/doctor.el (doctor-death): Update the Samaritans'
3852 anonymous address, and add a website for Befrienders International.
3853
3854 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3855
3856 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3857 Avoid compilation gripes. Doc fix.
3858 (ps-print-version): New version number (6.2).
3859 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3860 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3861 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3862 (ps-x-extent-priority, ps-x-extent-start-position)
3863 (ps-x-face-font-instance, ps-x-find-coding-system)
3864 (ps-x-font-instance-properties, ps-x-make-color-instance)
3865 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3866 avoid compilation gripes without defining functions.
3867 (ps-e-find-composition): Alias for function find-composition, to have a
3868 suitable function depending on Emacs version.
3869 (ps-color-device, ps-color-values, ps-face-foreground-name)
3870 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3871 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3872 (ps-print-ensure-fontified): Function definitions surrounded by
3873 `eval-and-compile' to avoid compilation gripes.
3874 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3875 by symbol-value to avoid compilation gripes.
3876 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3877 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3878
3879 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3880
3881 * startup.el (normal-top-level): Call `frame-set-background-mode'
3882 after `frame-notice-user-settings' because the latter doesn't call
3883 the former on a tty.
3884
3885 * faces.el (frame-set-background-mode): `unspecified' &c are
3886 symbols, not strings.
3887
3888 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3889
3890 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3891 why some "light*" colors are deliberately absent from the alist.
3892
3893 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3894 Change colors for tty's, as suggested by Miles Bader.
3895
3896 2000-10-19 Kenichi Handa <handa@etl.go.jp>
3897
3898 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
3899 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3900 for ISO10646-1 fonts.
3901 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3902
3903 2000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * faces.el (frame-set-background-mode): If a tty frame defines a
3906 background color, use that to compute the background mode, instead
3907 of always defaulting to "dark".
3908
3909 2000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3910
3911 * comint.el (comint-write-output): New function.
3912 (comint-mode-map): Add it to the menu.
3913 Bind `C-c C-s' to comint-write-output.
3914
3915 2000-10-18 Gerd Moellmann <gerd@gnu.org>
3916
3917 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3918 Use fancy-splash-delay.
3919
3920 2000-10-18 Alex Schroeder <alex@gnu.org>
3921
3922 * progmodes/sql.el (sql-sybase-options): New option.
3923 (sql-sybase): Use it. Add sql-database to the list of parameters
3924 provided for login. The options -w 2048 -n are not used any more.
3925
3926 * comint.el (comint-read-input-ring): Bugfix such that the first
3927 and the last entry of the input ring file are not lost.
3928
3929 2000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3930
3931 * ps-print.el: Internal variable changes to defcustom,
3932 make-local-hook changes to defvar. Doc fix.
3933 (ps-print-version): New version number (6.1).
3934 (ps-setup, ps-do-despool): Code fix.
3935 (ps-printer-name): Customization fix.
3936 (ps-printer-name-option): Now is a defcustom instead of an
3937 internal variable.
3938 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3939 (ps-print-begin-column-hook): Now are defvar instead of
3940 make-local-hook.
3941
3942 2000-10-18 Miles Bader <miles@gnu.org>
3943
3944 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3945 (comint-kill-output): Changed into an alias for `comint-delete-output',
3946 and made obsolete.
3947 (comint-mode-map): Rename references to comint-kill-output.
3948
3949 2000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3950
3951 * diff-mode.el (diff-header-face, diff-file-header-face)
3952 (diff-changed-face): Add bold and italic attributes to tty faces.
3953 (diff-function-face): New face.
3954 (diff-font-lock-keywords): Use it.
3955
3956 2000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3957
3958 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3959 Remove commented-out call to force-mode-line-update.
3960 (comint-kill-output): Use `forward-line 0' instead of
3961 beginning-of-line to make sure we get past the prompt.
3962
3963 2000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3964
3965 * diff-mode.el (diff-header-face, diff-file-header-face):
3966 Add specific setting for dark background.
3967 (diff-context-face): Renamed from diff-comment-face.
3968 Set explicitly rather than inheriting from font-lock-comment-face.
3969
3970 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3971
3972 * startup.el (command-line): Move the code which sets the default
3973 TTY colors to before before-init-hook.
3974
3975 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3976
3977 * jit-lock.el (jit-lock-stealth-time): Doc fix.
3978
3979 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3980
3981 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
3982 extensions, for MS-DOS.
3983
3984 * diff-mode.el (diff-header-face, diff-file-header-face)
3985 (diff-changed-face): Define tty-specific colors.
3986
3987 2000-10-17 Gerd Moellmann <gerd@gnu.org>
3988
3989 * startup.el (fancy-splash-text): Realign the text.
3990
3991 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3992
3993 * font-lock.el (font-lock-comment-face): Define a separate default
3994 for dark-background tty's.
3995
3996 2000-10-17 Miles Bader <miles@gnu.org>
3997
3998 * help.el (resize-temp-buffer-window): Add hack to avoid last line
3999 being obscured by whizzy mode-lines on graphics displays.
4000
4001 2000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4002
4003 * info.el (Info-title-1-face, Info-title-2-face)
4004 (Info-title-3-face): Define colors for tty's.
4005 (info-header-node): Remove unneeded tty-specific definition.
4006
4007 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4008
4009 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4010 reverse from the frame parameters, and don't invert foreground and
4011 background colors.
4012
4013 2000-10-16 Miles Bader <miles@gnu.org>
4014
4015 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4016 string "*Info*". Call propertized-buffer-identification to spruce
4017 up the result.
4018
4019 2000-10-16 Gerd Moellmann <gerd@gnu.org>
4020
4021 * help.el: Provide `help' for the sake of define-minor-mode
4022 which generates defcustoms with requires.
4023
4024 * jit-lock.el (jit-lock-after-change): If we're in text that
4025 matches a multi-line font-lock pattern, make sure the whole text
4026 will be redisplayed.
4027
4028 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4029 author's name is unknown.
4030
4031 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4032 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4033 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4034 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4035 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4036 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4037 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4038 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4039 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4040 Add author information.
4041
4042 2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4043
4044 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4045 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4046 full-color version (using the Gimp) to eliminate dithering artifacts.
4047
4048 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4049
4050 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4051
4052 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4053
4054 2000-10-15 Dave Love <fx@gnu.org>
4055
4056 * progmodes/sh-script.el: Require skeleton and comint when
4057 compiling.
4058
4059 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4060
4061 * whitespace.el: Doc fixes.
4062 (top-level): Don't add hooks here.
4063 (whitespace-running-emacs): Deleted.
4064 (timer): Don't require.
4065 (whitespace): Add back :version conditional on xemacs test.
4066 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4067 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4068 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4069 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4070 Avoid specific xemacs test.
4071 (whitespace-global-mode): New option.
4072 (whitespace-global-mode): New command.
4073 (whitespace-unload-hook): New function.
4074
4075 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4076 (Info-fontify-node, Info-goto-node, Info-mode-menu)
4077 (Info-fontify-node): `Goto' goes to `Go to'.
4078 (Info-fontify-node): Add help-echo to xref links.
4079
4080 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4081
4082 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4083
4084 2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4085
4086 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4087 Use plist-get and allow :inherit.
4088
4089 * emacs-lisp/cl-macs.el (cl-do-arglist):
4090 Use plist-get and plist-member instead of memq.
4091
4092 * emacs-lisp/ewoc.el (ewoc-location): New function.
4093 (ewoc-enter-after, ewoc-enter-before): Document return value.
4094 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4095 Don't need make-local-hook any more.
4096 (cvs-addto-collection): Return the new tin.
4097 (cvs-mode-insert): Jump to the new line.
4098
4099 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4100
4101 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4102
4103 * font-lock.el (font-lock-syntactically-fontified): New var.
4104 (font-lock-fontify-syntactic-keywords-region): Use it.
4105 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4106
4107 * diff-mode.el (diff-find-file-name): Fix regexp.
4108
4109 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4110 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4111
4112 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4113 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4114 (sh-mode): Don't make all vars local here.
4115 (sh-kw): Reformat.
4116 (sh-set-shell): Use dolist. Don't set indent-region-function.
4117 (sh-mode-syntax-table): Use pop.
4118 (sh-remember-variable): Use push.
4119 (sh-help-string-for-variable): Use memq.
4120 (sh-safe-backward-sexp): Remove.
4121 (sh-safe-forward-sexp): Add ARG.
4122 (sh-get-indent-info, sh-prev-stmt): Use it.
4123 (sh-prev-line): Simplify by using forward-comment.
4124 (sh-this-is-a-continuation): Simplify.
4125 (sh-learn-buffer-indent): Use dolist.
4126 (sh-do-nothing): Remove.
4127 (sh-set-char-syntax, sh-set-here-doc-region):
4128 Use inhibit-modification-hooks.
4129 (sh-name-style): Use mapcar and push.
4130 (sh-load-style): Use dolist.
4131 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4132 (sh-case, sh-while-getopts): Use propertize directly rather
4133 than sh-electric-rparen.
4134
4135 2000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * textmodes/tex-mode.el: Require CL when compiling.
4138 (tex-mode-syntax-table): Init immediately.
4139 (tex-mode-map): Bind M-RET to latex-insert-item.
4140 (latex-mode): Set indent-line-function to latex-indent.
4141 (tex-common-initialization): Don't setup the syntax-table any more.
4142 (latex-insert-item): New skeleton.
4143 (tex-next-unmatched-end): Fix copy/paste braino.
4144 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
4145 (latex-indent, latex-find-indent): New functions.
4146 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
4147 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4148 (tex-compilation-parse-errors): Use with-syntax-table.
4149
4150 2000-10-15 Miles Bader <miles@gnu.org>
4151
4152 * font-lock.el (font-lock-comment-face): Change dark-background,
4153 color, non-tty, default to `chocolate1'.
4154
4155 2000-10-13 John Wiegley <johnw@gnu.org>
4156
4157 * eshell/esh-util.el (require): Added a missing `require' form,
4158 needed when compiling (for an ange-ftp macro definition).
4159
4160 2000-10-13 Dave Love <fx@gnu.org>
4161
4162 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4163
4164 2000-10-13 Gerd Moellmann <gerd@gnu.org>
4165
4166 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4167 fix.
4168
4169 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
4170 transparent -colors 8).
4171
4172 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4173
4174 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4175 that breaks with old list format timestamps.
4176 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4177 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4178 strings.
4179
4180 2000-10-13 John Wiegley <johnw@gnu.org>
4181
4182 * align.el, pcomplete.el, calendar/timeclock.el,
4183 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4184
4185 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
4186 faulty math, where holiday hours were being computing as seconds.
4187
4188 2000-10-13 John Wiegley <johnw@gnu.org>
4189
4190 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4191 specifying what "other" kinds of buffers should be saved. This
4192 used to be hard-coded.
4193 (desktop-buffer-misc-functions): A global for specifying how
4194 auxiliary data should be determined for special buffer types.
4195 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4196 instead of hard-coding the special buffer types.
4197 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4198 auxiliary data, instead of hard-coding for Info buffers and dired.
4199 (desktop-buffer-info-misc-data): Aux function for determining Info
4200 buffer auxiliary info.
4201 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4202 (desktop-buffer-info): Changed this function to use the info
4203 gathered above.
4204 (desktop-create-buffer): Be a little more careful about what
4205 `minor-mode' means before calling it. This is important for some
4206 buffer types.
4207
4208 2000-10-13 John Wiegley <johnw@gnu.org>
4209
4210 * eshell/esh-util.el: Added a global form which declares an
4211 autoload for `parse-time-string', if that function is not already
4212 defined, and if parse-time.el is available on the user's system.
4213
4214 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4215 to be aware of ange-ftp user info.
4216 (eshell-do-ls): Bind `ange-cache'. Also, use
4217 `eshell-file-attributes'.
4218 (eshell-ls-annotate): Use `eshell-file-attributes'.
4219 (eshell-ls-file): Made the user-id printing code a bit smarter.
4220
4221 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4222 allow identification of alias user ids in remote directories.
4223 It's manual, but there's no other way to know when the current
4224 user on the local machine, is also the owning user on the remote
4225 machine.
4226 (fboundp): Bind `ange-cache'.
4227 (eshell-directory-files-and-attributes): Re-organized the logic a
4228 bit to use `eshell-file-attributes' instead of `file-attributes'.
4229 The former is more sensitive to directories that are read via FTP,
4230 and knows how to use ange-ftp to determine full attribute
4231 information, instead of just the name and last modtime.
4232 (eshell-current-ange-uids): Return the current user id when in a
4233 remote directory.
4234 (eshell-parse-ange-ls): Parse a full directory listing that has
4235 been returned by ange-ftp.
4236 (eshell-file-attributes): This beefed up version of
4237 `file-attributes' is only special if the user is currently in a
4238 remote directory, in which case it does a lot of work to find out
4239 what the real attributes of a file are, as they appear on the
4240 remote machine. This makes usage of remote directories (i.e.,
4241 ange-ftp pathnames) much more useful. You can now use Eshell as a
4242 full-fledged FTP client, with much more manipulation ability than
4243 most other clients.
4244
4245 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4246 variable, which means that Eshell's du should always be preferred
4247 in remote directories.
4248 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4249 just `file-attributes'.
4250 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4251 when reading remote directories. This is an Eshell-specific
4252 variable (not part of ange-ftp).
4253 (eshell/ln): Bind `ange-cache'.
4254 (eshell/du): Added some extra logic for determining when to use
4255 Eshell's du (which is slow), and when to use the external version
4256 (which may or may not exist).
4257
4258 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4259 `eshell-interactive-process', rather than using
4260 `get-buffer-process', since backgrounded processes don't count in
4261 the context of this function's logic.
4262
4263 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4264 `forward-char', so that null strings are parsed correctly.
4265
4266 2000-09-13 John Wiegley <johnw@gnu.org>
4267
4268 * eshell/em-pred.el (eshell-pred-file-type,
4269 eshell-pred-file-links, eshell-pred-file-size): Use
4270 `eshell-file-attributes'. This is more correct over ange-ftp.
4271
4272 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4273 that remote file globbing is more efficient.
4274
4275 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4276 gathering the files and attributes within a directory.
4277
4278 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4279 the command line is a special file (not a regular file, directory
4280 or symlink), always attempt to call the external version of cat.
4281
4282 2000-09-13 John Wiegley <johnw@gnu.org>
4283
4284 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4285 Eshell-friendly version of find-tag.
4286
4287 2000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4288
4289 * image-file.el (image-file-name-extensions)
4290 (image-file-name-regexps): Add autoload cookies.
4291
4292 2000-10-13 Kenichi Handa <handa@etl.go.jp>
4293
4294 * international/mule-cmds.el (select-safe-coding-system): If FROM
4295 is string, show it in *Warning* buffer.
4296
4297 2000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4298
4299 * startup.el (normal-top-level): Use display-popup-menus-p instead
4300 of window-system.
4301 (command-line): Use display-graphic-p instead of window-system.
4302 (command-line-1): Use display-popup-menus-p and display-mouse-p
4303 instead of window-system.
4304
4305 2000-10-12 Sam Steingold <sds@gnu.org>
4306
4307 * tooltip.el (tooltip-use-echo-area): New user variable.
4308 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4309
4310 2000-10-12 Dave Love <fx@gnu.org>
4311
4312 * recentf.el: Maintainer's checkdoc fixes.
4313
4314 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4315 character class, not ASCII when matching file names.
4316 (fancy-splash-head): Add trailing slash to URL.
4317 (command-line): Don't require XPM support for toolbar.
4318
4319 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4320 (cperl-invalid-face): Revert last change.
4321 (cperl-init-faces): Quote cperl-invalid-face.
4322
4323 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4324
4325 * startup.el (fancy-splash-text): Remove superfluous quote.
4326
4327 2000-10-12 Gerd Moellmann <gerd@gnu.org>
4328
4329 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4330 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4331 (command-line-1): Don't use fancy-splash-pending-command.
4332 (fancy-splash-screens-1): Goto point-min after inserting text.
4333
4334 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4335
4336 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4337 instead of shared-lisp-mode-map.
4338
4339 2000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4340
4341 * faces.el (header-line): Change tty-variant to use underlining.
4342
4343 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4344 (isearch-highlight): Restore lazy-isearch face properties at old
4345 position, and suppress them at new position.
4346 (isearch-dehighlight): Restore lazy-isearch face properties.
4347 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4348 over the real isearch overlay, but in that case, don't give it a
4349 face property. Use `push'.
4350
4351 2000-10-12 Kenichi Handa <handa@etl.go.jp>
4352
4353 * man.el (Man-getpage-in-background): Fix previous change.
4354 Decode the process output only when we are in multibyte mode.
4355
4356 2000-10-11 Dave Love <fx@gnu.org>
4357
4358 * info.el (Info-mode-menu): Fix some help.
4359 (info-tool-bar-map): Add entry for Info-last.
4360
4361 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4362 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4363 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4364 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4365 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4366 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4367 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4368 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4369 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4370 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4371 Reduce colour requirements to 25 overall. (Probably wants
4372 revisiting from the originals to reduce further.)
4373
4374 2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4375
4376 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4377 buffer-file-coding-system, instead of raw-text.
4378 (dehexlify-buffer): Bind coding-system-for-read to
4379 buffer-file-coding-system, instead of raw-text.
4380
4381 2000-10-11 Sam Steingold <sds@gnu.org>
4382
4383 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4384 `underline' - fixes the bug introduced on 2000-09-21.
4385
4386 2000-10-11 Dave Love <fx@gnu.org>
4387
4388 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4389 compiler warnings.
4390 (scheme-mode): Doc fix.
4391 (scheme-font-lock-keywords-1): Match `define-syntax'.
4392
4393 2000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4394
4395 * faces.el (frame-set-background-mode): Pay attention to saved
4396 face specs as well as default ones. Only do anything if the
4397 bg-mode or display-type has actually changed. Use `dolist'.
4398 (region): Make dark-background `region' face less in-your-face.
4399
4400 2000-10-10 Sam Steingold <sds@gnu.org>
4401
4402 * chistory.el, ielm.el, ledit.el:
4403 * progmodes/inf-lisp.el, progmodes/scheme.el:
4404 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4405
4406 2000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4407
4408 * textmodes/texinfo.el: Update copyright and fix typo.
4409
4410 * desktop.el (desktop-modes-not-to-save): New var.
4411 (desktop-save-buffer-p): Use it.
4412 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4413 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4414
4415 2000-10-10 Dave Love <fx@gnu.org>
4416
4417 * toolbar/tool-bar.el (tool-bar-add-item)
4418 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4419 display.
4420
4421 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4422 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4423 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4424 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4425 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4426 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4427 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4428 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4429 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4430 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4431 the .xpms; probably need retouching.
4432
4433 2000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4434
4435 * subr.el (add-to-list): Add optional argument APPEND.
4436 * battery.el (display-battery): Use `add-to-list'.
4437
4438 2000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4439
4440 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4441 these vars as symbol properties.
4442 (zone, zone-when-idle, zone-leave-me-alone)
4443 (zone-pgm-whack-chars): Use new symbol properties.
4444
4445 * battery.el (display-battery): Doc spelling fix.
4446
4447 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4448 property.
4449
4450 2000-10-09 Dave Love <fx@gnu.org>
4451
4452 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4453 has been initialized before calling tool-bar-setup.
4454 (tool-bar-add-item-from-menu): Add autoload cookie.
4455
4456 2000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4457
4458 * menu-bar.el (send-mail-item-name): New function.
4459 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4460 of mail-user-agent in the menu. Don't display the "Send Mail"
4461 item if mail-user-agent is nil or its value is ignore.
4462 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4463 if read-mail-command is nil or its value is ignore.
4464
4465 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4466
4467 2000-10-09 Miles Bader <miles@gnu.org>
4468
4469 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4470 Correct image size.
4471 * toolbar/left_arrow.xpm: Correct image size.
4472
4473 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4474 will be done by the definition of `auto-compression-mode' if
4475 necessary. Move code to uninstall existing file-name handler
4476 before definition of `auto-compression-mode'.
4477
4478 * image-file.el (auto-image-file-mode): Move to the end of the
4479 file, because `define-minor-mode' actually calls the mode-function
4480 if the associated variable is non-nil, which requires that all
4481 needed functions be already defined.
4482
4483 * mouse.el (popup-menu): Balance parens.
4484
4485 2000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4486
4487 * mouse.el (popup-menu): Move the command call outside the loop
4488 so that popup-menu returns whatever the command returns.
4489
4490 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4491 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4492 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4493 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4494
4495 * vc.el (vc-version-diff): diff-switches can be a list.
4496 Use relative filenames for prettier output.
4497
4498 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4499 (vc-post-command-functions): Remove old-VC compatibility code.
4500
4501 * newcomment.el (comment-indent-default): Autoload.
4502
4503 * font-lock.el (font-lock-defaults): Make buffer-local.
4504 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4505 (font-lock-choose-keywords):
4506 Ignore LEVEL unless KEYWORDS is a list of syms.
4507 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4508 Don't wrap regexp-opt things in \(...\) unnecessarily.
4509
4510 * jit-lock.el: Don't require font-lock any more.
4511 (jit-lock-functions): Make buffer-local.
4512 (jit-lock-saved-fontify-buffer-function): Remove.
4513 (jit-lock-mode): Remove autoload cookie.
4514 Remove font-lock specific code.
4515 (jit-lock-unregister): Don't bother handling complex hooks any more.
4516 (jit-lock-refontify): New function.
4517 (jit-lock-fontify-buffer): Use it.
4518 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4519 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4520 Add optional args START and END.
4521 Never call font-lock-fontify-region directly.
4522 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4523
4524 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4525
4526 2000-10-08 Dave Love <fx@gnu.org>
4527
4528 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4529
4530 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4531
4532 * play/studly.el (studlify-region, studlify-word): Add autoload
4533 cookie.
4534
4535 * play/morse.el (morse-region, unmorse-region): Add autoload
4536 cookie.
4537
4538 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4539 concat.
4540
4541 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4542 insist on symbols starting with word syntax.
4543 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4544 (eval-defun-1): Doc fix.
4545 (indent-sexp): Use nconc to build up indent-stack.
4546
4547 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4548 Gnus with little use.
4549 (mail-setup-hook): Add mail-abbrevs-setup to options.
4550
4551 * recentf.el: Doc fixes.
4552
4553 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4554 Clean up remainder.
4555
4556 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4557 without timezone and (8) with timezone to enforce some whitespace.
4558 Simplify code somewhat.
4559
4560 * options.el (list-options): Doc that you should use customize.
4561
4562 * iswitchb.el (iswitchb-mode): Add :require.
4563
4564 * info.el (Info-goto-node, Info-menu): Doc fix.
4565 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4566 (info-tool-bar-map): New variable.
4567 (Info-mode): Use it.
4568 (Info-edit-map): Define all in defvar.
4569 (speedbar-attached-frame): Avoid compiler warning.
4570
4571 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4572 (global-map): Bind [tool-bar] to a filtered map.
4573 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4574 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4575 Allow PBM icons.
4576 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4577
4578 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4579 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4580 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4581 icons, except up_arrow, which is left-arrow rotated.
4582
4583 * imenu.el (imenu-add-to-menubar): Fix last change.
4584
4585 2000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4586
4587 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4588 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4589
4590 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4591
4592 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4593 typos in doc strings.
4594
4595 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4596 the doc strings how to customize Font Lock faces.
4597
4598 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4599 computing growth when dragging the header line.
4600
4601 2000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4602
4603 * simple.el (kill-line): Doc fix.
4604
4605 2000-10-08 Miles Bader <miles@gnu.org>
4606
4607 * faces.el (secondary-selection): Make foreground visible on tty.
4608
4609 * jka-compr.el (auto-compression-mode): Move to the end of the
4610 file, because `define-minor-mode' actually calls the mode-function
4611 if the associated variable is non-nil, which requires that all
4612 needed functions be already defined.
4613 (with-auto-compression-mode): Add autoload cookie.
4614
4615 2000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4616
4617 * files.el (find-backup-file-name) [ms-dos]: If support for long
4618 file names is not available, behave as if version-control were set
4619 to never.
4620
4621 2000-10-07 Dave Love <fx@gnu.org>
4622
4623 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4624 (browse-url-gnome-moz): New function.
4625 (browse-url-browser-function): Use it.
4626 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4627
4628 2000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4629
4630 * indent.el (tab-always-indent): New var.
4631 (indent-for-tab-command): Use it.
4632
4633 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
4634 raise an error. This way it can still default to a sane value.
4635
4636 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4637
4638 * startup.el (fancy-splash-screens): Use local rather than global map.
4639 Don't use `update-menu-bindings' any more.
4640 Get rid of assumptions about keymap representation.
4641
4642 2000-10-06 Dave Love <fx@gnu.org>
4643
4644 * textmodes/fill.el (sentence-end-double-space)
4645 (sentence-end-without-period): Doc fix.
4646 (adaptive-fill-regexp): Purecopy.
4647 (unjustify-current-line): Use line-end-position.
4648 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4649
4650 * net/eudc-vars.el (eudc): Add :version, :link.
4651
4652 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
4653
4654 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4655 Fix for define-minor-mode.
4656 (function-at-point): Alias to function-called-at-point.
4657
4658 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4659
4660 * simple.el (backward-word): Doc fix.
4661
4662 * image-file.el (image-file-name-regexp): image-file-regexps ->
4663 image-file-name-regexps.
4664 (image-file-name-extensions): Add pbm.
4665
4666 2000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4669 and add filename to the names so that diff-mode can jump to source.
4670
4671 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
4672 (tex-font-lock-keywords, tex-font-lock-keywords-2)
4673 (tex-font-lock-keywords-1): Remove.
4674 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4675 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
4676 (font-lock-default-fontify-region):
4677 Expand beg..end correctly when just following a multiline region.
4678 (font-lock-fontify-anchored-keywords):
4679 Include the anchor text as part of the multiline.
4680
4681 2000-10-06 Gerd Moellmann <gerd@gnu.org>
4682
4683 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4684 latter needs the autoloaded define-minor-mode macro during the
4685 bootstrap.
4686
4687 * startup.el (command-line): For now, activate tool-bar-mode only
4688 if XPM images are supported.
4689
4690 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4691 window by dragging a header-line at the top of the frame; that's
4692 confusing because the header-line doesn't move.
4693 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4694 of treating the event as a list. Some cleanup.
4695
4696 2000-10-06 Miles Bader <miles@gnu.org>
4697
4698 * simple.el (display-message-or-buffer): New function.
4699 (shell-command-on-region): Use `display-message-or-buffer'.
4700
4701 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4702 docstring parts.
4703
4704 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4705 (smbclient-prompt-regexp): Add usage note to doc string.
4706 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4707 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4708 Use add-hook for adding the comint filter function, and only do so
4709 if it's not already in the global hook list.
4710 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4711 to `make-local-variable'.
4712 (nslookup-font-lock-keywords): Remove prompt entry.
4713 (nslookup): Don't set the process-filter.
4714 (finger): Exit the loop correctly when the regexps list runs out.
4715 (ftp, smbclient, smbclient-list-shares):
4716 Set the real major mode immediately, not after execing.
4717 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4718
4719 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4720
4721 2000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4722
4723 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4724
4725 * which-func.el (which-func-format): Remove spurious space.
4726 (which-func-mode): Don't make it permanent-local.
4727 (which-func-ff-hook): Allow which-func-maxout to be nil.
4728 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4729 (which-func-mode): Simplify.
4730 Use post-command-idle-hook rather than post-command-hook.
4731 Go through all buffers and update their state.
4732 (which-function): Also try add-log-current-defun-function.
4733
4734 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4735 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4736 Update call to with-vc-properties accordingly.
4737 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4738 (vc-revert-buffer): More careful about window selection and deletion.
4739 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4740
4741 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4742 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4743 (cvs-dired-action): Change the default to quickdir.
4744
4745 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4746 if comment-indent-function returns nil.
4747 (comment-indent-default): New function.
4748 (comment-indent-function): Use it and document the new semantics.
4749
4750 * image-file.el: Docstring fixes.
4751
4752 * help.el (help-xref-on-pp): Use match-string.
4753 (describe-variable): New arg BUFFER.
4754 Store the current buffer in the help-xref-stack.
4755 (temp-buffer-resize-mode): Use define-minor-mode.
4756
4757 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4758 consistently with its docstring.
4759 Set jit-lock-first-unfontify-pos in an idempotent way.
4760 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4761
4762 2000-10-05 Alex Schroeder <alex@gnu.org>
4763
4764 * sql.el (sql-mysql-options): New variable.
4765 (sql-mysql): Use it.
4766
4767 2000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4768
4769 * image.el (image): New group.
4770
4771 * smerge-mode.el (smerge-mine-face, smerge-other-face)
4772 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4773
4774 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4775
4776 * net/net-utils.el (nslookup-font-lock-keywords)
4777 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4778 Ignore the value of wqindow-system; always define keywords
4779
4780 2000-10-05 Kenichi Handa <handa@etl.go.jp>
4781
4782 * startup.el (fancy-splash-screens): Remove the code for
4783 debugging; `(trace-to-stderr "EXITTT\n")'.
4784
4785 2000-10-05 Miles Bader <miles@gnu.org>
4786
4787 * diff-mode.el (diff-goto-source): Update call to
4788 `diff-hunk-status-msg' to reflect new REV variable.
4789
4790 2000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4791
4792 * progmodes/icon.el (icon-mode):
4793 Don't gratuitously override the default for comment-column.
4794
4795 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4796
4797 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4798 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4799 (jit-lock-functions): New var.
4800 (jit-lock-function-1): Use it if non-nil.
4801 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4802 Set the `fontified' property before doing the fontification to avoid
4803 repeatedly going through the same error.
4804 Don't turn errors into messages.
4805 (jit-lock-register, jit-lock-unregister): New functions.
4806
4807 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4808 Use with-current-buffer.
4809
4810 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4811 Turn comment into docstring.
4812
4813 * apropos.el (apropos-mode): Use define-derived-mode.
4814
4815 2000-10-04 Gerd Moellmann <gerd@gnu.org>
4816
4817 * startup.el (fancy-splash-pending-command): New variable.
4818 (fancy-splash-pre-command): New function.
4819 (fancy-splash-screens): Rewritten.
4820 (command-line-1): If fancy-splash-pending-command is set, call it
4821 interactively.
4822
4823 2000-10-04 Dave Love <fx@gnu.org>
4824
4825 * toolbar/tool-bar.el (tool-bar-setup): New function.
4826 (tool-bar-mode): Use it.
4827
4828 * subr.el (substitute-key-definition): Doc fix.
4829 (play-sound-file): New command.
4830
4831 2000-10-04 Andre Spiegel <spiegel@gnu.org>
4832
4833 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
4834 vc-version-backup-file-name): New functions.
4835
4836 * files.el (basic-save-buffer): Call vc-before-save before saving.
4837
4838 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
4839 vc-cvs-stay-local-p.
4840
4841 * vc.el (vc-revert-buffer): Handle empty diff properly.
4842 (vc-version-backup-file): New function.
4843 (vc-checkout): Create a version backup if necessary.
4844 (vc-checkin): If a version backup file exists, delete it.
4845 (vc-version-diff): Diff locally using version backups, if available.
4846 (vc-revert-file): If there's a version backup, revert locally.
4847 (vc-transfer-file): Use version backup for base version, if
4848 available. If not, ask for confirmation whether to get it from the
4849 server. Update mode line before check-in.
4850
4851 2000-10-04 Dave Love <fx@gnu.org>
4852
4853 * toolbar/tool-bar.el (tool-bar-setup): New function.
4854 (tool-bar-mode): Use it.
4855
4856 2000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4857
4858 * net/net-utils.el (nslookup-font-lock-keywords)
4859 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
4860 Only set if window-system is non-nil
4861 (net-utils-run-program): Returns buffer.
4862 (network-connection-reconnect): Added this function.
4863
4864 * generic.el:
4865 Incorporates extensive cleanup and docfixes by
4866 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4867 Uses cl compile-time macros.
4868 (generic-mode-name, generic-comment-list)
4869 (generic-keywords-list, generic-font-lock-expressions)
4870 (generic-mode-function-list, generic-mode-syntax-table):
4871 Removed variables.
4872 (generic-mode-alist): Renamed to generic-mode-list.
4873 (generic-find-file-regexp): Default changed to "^#".
4874 (generic-read-type): Uses completing read on generic-mode-list.
4875 (generic-mode-sanity-check): removed this function.
4876 (generic-add-to-auto-mode): Removed this function
4877 (generic-mode-internal): Bind mode-specific definitions
4878 into function instead of putting them in alist.
4879 (generic-mode-set-comments): Reworked extensively.
4880 (generic-mode-find-file-hook): Simplified regexp searching
4881 (generic-make-keywords-list): Omit extra pair of parens
4882
4883 * find-lisp.el (find-lisp-find-files-internal):
4884 Make sure directory name ends with "/".
4885
4886 * generic-x.el (apache-conf-generic-mode):
4887 Regexp now allows leading whitespace.
4888 (rc-generic-mode): Added eval-when-compile
4889 around generic-make-keywords-list.
4890 Deleted duplicate regexp
4891 (rul-generic-mode): Added eval-when-compile
4892 around generic-make-keywords-list.
4893 (etc-fstab-generic-mode): New generic mode.
4894 (rul-generic-mode): Removed one eval-when-compile
4895 which caused a max-specpdl-size exceeded error.
4896
4897 2000-10-04 Miles Bader <miles@gnu.org>
4898
4899 * simple.el (minibuffer-temporary-goal-position): New variable.
4900 (next-history-element): Try to keep the position of point in the
4901 input string constant.
4902
4903 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4904 (dired-do-create-files): If there's only one file, pass it in as
4905 the DEFAULT arg to dired-mark-read-file-name.
4906
4907 2000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4908
4909 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4910 (diff-goto-source): Be smarter when choosing REVERSE or not.
4911
4912 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4913 (texinfo-mode-menu): Add an explicit shortcut for update all.
4914
4915 2000-10-03 Andre Spiegel <spiegel@gnu.org>
4916
4917 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
4918 factorize backend-specific code cleanly (this was essentially
4919 conceived by Stefan Monnier).
4920 (vc-unregister): Function removed.
4921 (vc-revert-file): New function.
4922 (vc-revert-buffer): Delegate some of the work to it.
4923
4924 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4925 default branch unconditionally.
4926 (vc-rcs-set-default-branch): New function.
4927 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4928 (vc-rcs-checkin): If an appropriate default branch has been set,
4929 force creation of that branch.
4930 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4931 code (as suggested by Stefan Monnier).
4932
4933 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4934
4935 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4936 highlighting overlay with a different face over the overlay
4937 isearch uses to highlight the current match because that can lead
4938 to bad face combinations.
4939
4940 * loadup.el (toplevel): Load faces before isearch.
4941
4942 * isearch.el (isearch-faces): New custom group.
4943 (isearch): New defface; was already tested for in the code.
4944 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4945 (isearch-highlight): Always use face `isearch'.
4946
4947 2000-10-02 Dave Love <fx@gnu.org>
4948
4949 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4950 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4951 comparison of opcode with operand.
4952
4953 2000-10-03 Miles Bader <miles@gnu.org>
4954
4955 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4956 buffer, since the echo area will now grow to accommodate them.
4957
4958 2000-10-02 Andre Spiegel <spiegel@gnu.org>
4959
4960 * vc-hooks.el (vc-registered): If FILE used to be registered under
4961 a certain backend, try that one first.
4962
4963 * vc.el (vc-responsible-backend): Undo the previous change in the
4964 argument list. Handle multiple backends correctly.
4965 (vc-find-new-backend): Function removed.
4966 (vc-register): Use vc-responsible-backend, as before.
4967 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4968
4969 2000-10-02 Gerd Moellmann <gerd@gnu.org>
4970
4971 * startup.el (fancy-splash-head): Change message below the
4972 logo.
4973
4974 2000-10-02 Miles Bader <miles@lsi.nec.co.jp>
4975
4976 * diff-mode.el (diff-goto-source): Emit a status message.
4977 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4978 (diff-test-hunk): Fix doc string.
4979 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
4980 (diff-advance-after-apply-hunk): New variable.
4981 (diff-apply-hunk): Don't return a value.
4982
4983 2000-10-01 Stefan Monnier <monnier@cs.yale.edu>
4984
4985 * vc.el (vc-editable-p): Minor optimization.
4986 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
4987 (vc-find-new-backend): New function split from vc-responsible-backend.
4988 (vc-register): Use it.
4989 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
4990 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
4991 (vc-default-unregister, vc-revert-buffer): Docstring fix.
4992 (vc-clear-headers): Don't use find-file.
4993 (vc-revert-buffer): Use `and' again (must have been a braino).
4994 (vc-switch-backend): Only prompt if requested.
4995 Short circuit if nothing is to be done.
4996 Don't use vc-resynch-buffer which could lose unsaved editing.
4997 (vc-default-receive-file): Update call to vc-unregister.
4998 (with-vc-file, vc-next-action-on-file):
4999 Use vc-backend rather than vc-registered.
5000 (vc-next-action-on-file): Use intern-soft.
5001 Deal with read-only *vc-diff* buffer.
5002 (vc-transfer-file): Docstring fix.
5003
5004 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5005 (vc-rcs-receive-file): Avoid with-vc-properties.
5006 Update call to vc-unregister.
5007 Use constant `RCS' rather than (dynamically bound) var `backend'.
5008
5009 2000-10-01 Andre Spiegel <spiegel@gnu.org>
5010
5011 * vc.el (vc-next-action-on-file): Update mode line only if file
5012 is visited.
5013 (vc-start-entry): New argument initial-contents. Don't visit the file
5014 if it isn't already visited. Brought documentation up-to-date.
5015 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5016 (vc-checkin): New optional arg initial-contents, which is passed to
5017 vc-start-entry.
5018 (vc-finish-logentry): Make sure to bury log buffer only if there
5019 really is one. Call `vc-resynch-buffer' on log-file, not
5020 buffer-file-name.
5021 (vc-default-comment-history, vc-default-wash-log): New functions.
5022 (vc-index-of): Removed.
5023 (vc-transfer-file): Make do without the above.
5024 (vc-default-receive-file): Call comment-history unconditionally. Pass
5025 the resulting string to vc-checkin, instead of inserting it into the
5026 comment ring.
5027
5028 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5029 unconditionally. Use the comments as initial contents of the log
5030 entry buffer. Document the trick to force branch creation with no
5031 changes.
5032
5033 2000-10-01 Miles Bader <miles@gnu.org>
5034
5035 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5036 `recenter' with an arg to prevent redrawing the display.
5037
5038 2000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5039
5040 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5041
5042 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5043
5044 * progmodes/c-mode.el (c-mode):
5045 Don't gratuitously override the default for comment-column.
5046
5047 * textmodes/tex-mode.el (latex-metasection-list): New var.
5048 (latex-imenu-create-index): Use it.
5049 Move the regexp construction outside loops (and use push).
5050 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5051 (tex-font-lock-keywords): Moved from font-lock.el.
5052 (tex-comment-indent): Remove.
5053 (tex-common-initialization): Don't set comment-indent-function.
5054 (latex-block-default): New var.
5055 (tex-latex-block): Use it to provide a default choice.
5056 Add any unknown choice to latex-block-names.
5057 Insert [...] after {...}.
5058 (tex-last-unended-begin): Simplify regexp.
5059 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5060 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5061 (latex-mode): Set forward-sexp-function.
5062
5063 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5064 Add regexp for @ignore ... @end ignore.
5065 (texinfo-heading-face): New face.
5066 (texinfo-font-lock-keywords): Use it.
5067 (texinfo-mode-menu): New menu.
5068 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5069 New functions.
5070 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5071 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5072 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5073 Remove declaration.
5074 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5075
5076 * delsel.el (delete-selection-mode): Use define-minor-mode.
5077
5078 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5079
5080 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5081
5082 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5083
5084 2000-09-30 Gerd Moellmann <gerd@gnu.org>
5085
5086 * replace.el (keep-lines-read-args): New function.
5087 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5088 read arguments interactively. Add parameters RSTART and REND.
5089 Operate on the active region in Transient Mark mode.
5090
5091 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5092
5093 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5094 (authors-obsolete-files-regexps): New variable.
5095 (authors-add): Don't record changes in obsolete files.
5096
5097 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5098
5099 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5100
5101 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5102 (comment-indent): Make sure there's a space between code and comment.
5103 Shift comments left to avoid going past fill-column.
5104
5105 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5106
5107 * startup.el (startup-echo-area-message): New function.
5108 (display-startup-echo-area-message): Use it.
5109 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5110 (fancy-splash-default-action): New function.
5111 (fancy-splash-screens-1): New function.
5112 (fancy-splash-head): Put a help-echo and a keymap under the image.
5113
5114 2000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5115
5116 * diff-mode.el (diff-add-log-file-name): Remove.
5117 (diff-mode): Use add-log-buffer-file-name-function.
5118
5119 * add-log.el (find-change-log): New arg BUFFER-FILE.
5120 (add-log-file-name): Obey add-log-file-name-function.
5121 (add-log-buffer-file-name-function): New var.
5122 (add-change-log-entry): Use it.
5123
5124 2000-09-29 Miles Bader <miles@gnu.org>
5125
5126 * image-file.el (image-file-name-extensions): New variable.
5127 (image-file-name-regexps): Renamed from `image-file-regexps'.
5128 New default value is nil. Call `auto-image-file-mode'.
5129 (image-file-name-regexp): New function.
5130 (auto-image-file-mode): New minor mode.
5131 (insert-image-file): Don't make conditional on the image-file
5132 handler being enabled.
5133 (image-file-handler): Make the call here conditional instead.
5134 (set-image-file-handler-enabled, enable-image-file-handler)
5135 (disable-image-file-handler): Functions removed.
5136
5137 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5138 string.
5139
5140 2000-09-29 Gerd Moellmann <gerd@gnu.org>
5141
5142 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5143 it's a function from CL.
5144 (latex-imenu-create-index): Replace eval-when-compile with progn
5145 because latex-section-alist is not bound while compiling.
5146
5147 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5148
5149 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5150 (outline-mode): Use define-derived-mode.
5151
5152 * progmodes/perl-mode.el (perl-mode):
5153 * progmodes/awk-mode.el (awk-mode):
5154 * progmodes/asm-mode.el (asm-mode):
5155 Don't gratuitously override the default for comment-column.
5156
5157 * emacs-lisp/lisp.el (lisp-complete-symbol):
5158 Distinguish the let-binding case from the funcall case.
5159 (forward-sexp-function): New variable.
5160 (forward-sexp): Use it.
5161
5162 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5163 (easy-mmode-defmap): Remove the now useless autoload.
5164
5165 * time.el (display-time-mode): Use define-minor-mode.
5166
5167 * subr.el (add-minor-mode): Don't eval NAME.
5168 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5169 Use if rather than cond.
5170
5171 * simple.el (read-expression-map): Define more properly.
5172 (comment-indent-hook): Remove.
5173 (string-to-syntax): Bug fix.
5174
5175 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5176 (cvs-ediff-diff): Fix typo.
5177 (cvs-revert-if-needed): Don't bother preserving read-only.
5178
5179 * paren.el (show-paren-mode): Use define-minor-mode.
5180
5181 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5182 (toggle-auto-compression): Remove.
5183 (jka-compr-build-file-regexp): Remove useless grouping.
5184
5185 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5186 Avoid user-reserved bindings.
5187 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5188 (diff-header-face): Revert to grey85.
5189
5190 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5191
5192 * complete.el (partial-completion-mode) <defcustom>: Remove.
5193 (partial-completion-mode): Use define-minor-mode.
5194 (PC-do-completion): Understand `completion-auto-help = delay'
5195 to mean to popup the completion buffer only the second time.
5196 (PC-include-file-all-completions, PC-include-file-all-completions)
5197 (PC-include-file-all-completions): Don't quote lambda.
5198
5199 * comint.el (comint-mode-hook): Docstring fix.
5200 (comint-mode): Use define-derived-mode.
5201 (comint-mode-map): Remove obsolete comment.
5202 (make-comint): Minor stylistic change.
5203 (comint-insert-clicked-input): Be more careful to find the overlay.
5204 Use this-command-keys rather than hardcoding mouse-2.
5205
5206 * font-lock.el: Replace confusing (,@ with ,
5207 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5208 Don't use regexp-opt-depth. Spice up the regexp for args.
5209 Don't distinguish between cmds that can take an opt arg or not.
5210 Use `append' and `prepend' rather than `keep'.
5211
5212 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5213 (latex-outline-regexp): New var.
5214 (latex-outline-level): New fun.
5215 (latex-section-alist): New var.
5216 (latex-imenu-create-index): Use it. Use `push' as well.
5217 (tex-shell-map): Initialize it properly.
5218 (tex-mode): Minor stylistic change.
5219 (plain-tex-mode): Use define-derived-mode.
5220 (latex-mode): Use define-derived-mode.
5221 Construct the paragraph regexps in a more readable way.
5222 Set the buffer-local outline-{level,regexp} vars.
5223 (slitex-mode): Derive from latex-mode.
5224 (tex-common-initialization): Don't kill-all-vars anymore.
5225 Add setting for comment-add and font-lock-defaults.
5226 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5227 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5228 (tex-start-tex): New arg DIR (and send a chdir command for it).
5229 Also display the shell buffer and save it in tex-last-buffer-texed.
5230 (tex-region): Use expand-file-name rather than concat.
5231 Remove code made useless by changes in tex-start-tex.
5232 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5233
5234 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5235
5236 2000-09-28 Dave Love <fx@gnu.org>
5237
5238 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5239
5240 2000-09-28 Gerd Moellmann <gerd@gnu.org>
5241
5242 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5243 `append'.
5244
5245 2000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5246
5247 * info.el (Info-extract-pointer): Undo last change.
5248 Instead, fix the position of the `bound' arg to re-search-backward.
5249
5250 2000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * info.el (Info-extract-pointer):
5253 Widen more carefully, to avoid finding pointers in other nodes.
5254 (Info-index): Use push.
5255
5256 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5257
5258 * frame.el (set-frame-font): Remove call to obsolete function
5259 frame-update-faces.
5260 (set-foreground-color, set-background-color): Likewise for
5261 frame-update-face-colors.
5262
5263 2000-09-27 Miles Bader <miles@gnu.org>
5264
5265 * image-file.el: New file.
5266
5267 2000-09-27 Gerd Moellmann <gerd@gnu.org>
5268
5269 * frame.el (frame-notice-user-settings): Don't call
5270 frame-update-faces, which is a no-op now.
5271
5272 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5273 tool-bar-lines.
5274
5275 2000-09-27 Dave Love <fx@gnu.org>
5276
5277 * mouse.el: Fix last change.
5278
5279 2000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5280
5281 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5282
5283 2000-09-22 Kenichi Handa <handa@etl.go.jp>
5284
5285 * international/quail.el (quail-help): The output message is
5286 improved.
5287
5288 2000-09-26 Dave Love <fx@gnu.org>
5289
5290 * mouse.el (popup-menu): If POSITION is nil, set it using
5291 mouse-position.
5292
5293 2000-09-25 Sam Steingold <sds@gnu.org>
5294
5295 * net/browse-url.el (browse-url-file-url): Check for null maps.
5296
5297 2000-09-26 Gerd Moellmann <gerd@gnu.org>
5298
5299 * frame.el (frame-notice-user-settings): Don't add a
5300 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5301
5302 * frame.el (frame-notice-user-settings):
5303 Make tool-bar-mode and default-frame-alist consistent.
5304
5305 * toolbar/tool-bar.el (tool-bar-help): New function.
5306
5307 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5308
5309 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5310 current-load-list in top-level forms. Else this leaks a cons cell
5311 every time a defun is called.
5312
5313 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5314
5315 2000-09-25 Dave Love <fx@gnu.org>
5316
5317 * startup.el (fancy-splash-head): Check XPM is available.
5318
5319 * autoinsert.el (auto-insert): Doc fix.
5320 (auto-insert-alist): Following GNU notices, don't say `copyright
5321 _by_'. Use line-beginning-position.
5322 (auto-insert): Check buffer-file-name is non-nil before use.
5323
5324 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5325
5326 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5327 starting with `@def' or `@multitable', in addition to ones
5328 specified by the user in auto-fill-inhibit-regexp.
5329
5330 2000-09-25 Markus Rost <rost@math.ohio-state.edu>
5331
5332 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5333 rmail-dont-reply-to-names matches the empty string.
5334
5335 2000-09-25 Gerd Moellmann <gerd@gnu.org>
5336
5337 * startup.el (command-line-1, fancy-splash-text): Change the
5338 text to sound more friendly.
5339
5340 2000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5341
5342 * progmodes/hideshow.el: Update author email address.
5343 Generally, sync w/ maintainer version 5.22.
5344 (hs-hide-all-non-comment-function): New var.
5345 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5346 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5347 (hs-show-region): Delete this command.
5348 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5349
5350 2000-09-22 Dave Love <fx@gnu.org>
5351
5352 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5353 (hl-line-highlight): Specify buffer when moving overlay.
5354
5355 * progmodes/fortran.el (fortran-mode): Locally set
5356 normal-auto-fill-function.
5357 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5358 (fortran-mode-map): Adjust auto-fill menu entry.
5359
5360 2000-09-22 Gerd Moellmann <gerd@gnu.org>
5361
5362 * vc-rcs.el (toplevel): Require `vc' when compiling.
5363
5364 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5365
5366 2000-09-22 Andre Spiegel <spiegel@gnu.org>
5367
5368 * vc.el (vc-switch-backend): Signal an error if the file is not
5369 registered under the new backend.
5370
5371 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5372 without explicit revision number.
5373
5374 2000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5375
5376 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5377 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5378 (diff-xor): New function.
5379 (diff-find-source-location): Use it. Fix a stupid name clash.
5380 (diff-hunk-status-msg): New function.
5381 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5382 (diff-test-hunk): Use diff-find-source-location.
5383 (diff-goto-source): Favor the `reverse'.
5384 (diff-hunk-text): Properly handle one-sided context diffs.
5385 (diff-apply-hunk): When done, advance to the next hunk.
5386
5387 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5388
5389 * startup.el (command-line): If frame was created with a non-zero
5390 tool-bar-lines parameter, switch tool-bar-mode on.
5391
5392 * add-log.el (change-log-date-face, change-log-name-face)
5393 (change-log-email-face, change-log-file-face)
5394 (change-log-list-face, change-log-conditionals-face)
5395 (change-log-function-face, change-log-acknowledgement-face):
5396 New faces, inheriting from font-lock faces.
5397 (change-log-font-lock-keywords): Use them.
5398
5399 2000-09-21 Dave Love <fx@gnu.org>
5400
5401 * progmodes/cperl-mode.el (top-level): Clean up
5402 `eval-when-compile's and assorted defvars.
5403 (cperl-invalid-face): Don't double-quote value. Change custom
5404 type.
5405 (cperl-mode): Set normal-auto-fill-function and don't zap
5406 auto-fill-function.
5407 (cperl-imenu--function-name-regexp-perl): Renamed from
5408 imenu-example--function-name-regexp-perl.
5409 (cperl-imenu--create-perl-index): Renamed from
5410 imenu-example--create-perl-index.
5411 (cperl-xsub-scan): Don't require cl.
5412
5413 * msb.el (msb-mode-map): Use substitute-key-definition.
5414 (msb-mode): Use msb-mode-map.
5415
5416 2000-09-21 Andre Spiegel <spiegel@gnu.org>
5417
5418 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5419 New functions.
5420 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5421 (vc-switch-backend): New function.
5422 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5423 (vc-register): Fix prompt.
5424 (vc-unregister, vc-default-unregister): New functions.
5425 (vc-version-diff): Handle empty buffer in sentinel.
5426
5427 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5428 (vc-rcs-state-heuristic): Use it to guess the state of files with
5429 non-strict locking.
5430 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5431 been set with -b, but not created yet.
5432 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5433 contents in order to find the state.
5434 (vc-rcs-checkin): Allow creation of branches with no changes.
5435 (vc-rcs-unregister, vc-rcs-receive-file)
5436 (vc-rcs-set-non-strict-locking): New functions.
5437
5438 * vc-hooks.el (vc-name): Force correct computation of the value
5439 in case it is missing.
5440
5441 2000-09-21 Gerd Moellmann <gerd@gnu.org>
5442
5443 * startup.el (fancy-splash-tail): Use a different foreground
5444 color on a dark frame background.
5445
5446 2000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5447
5448 * info.el: Use the correct capitalization when making Info-mode
5449 and Info-edit-mode `special' modes.
5450
5451 2000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5452
5453 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5454 (diff-mode): Add support for add-log.el.
5455 (diff-hunk-text): Use char offsets rather than line offsets.
5456 (diff-find-source-location): Replace LINE with line-offset (nil
5457 if not found) and always set POS to a meaningful position.
5458 Adapt to the new char-offsets.
5459 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5460 Adapt to the new diff-find-source-location.
5461 (diff-goto-source): Adapt to the new diff-find-source-location.
5462
5463 * add-log.el (add-log-file-name): New function (split out of
5464 add-change-log-entry).
5465 (add-change-log-entry): Use it.
5466 Call add-log-file-name-function with the changelog file name if
5467 the current buffer is not associated with any file.
5468 Avoid find-file if the selected window is dedicated.
5469
5470 * diff-mode.el (diff-find-source-location):
5471 Move code from diff-apply-hunk. Return buffer rather than file.
5472 (diff-apply-hunk): Use the new result from diff-find-source-location.
5473 (diff-goto-source): Use the new diff-find-source-location.
5474
5475 2000-09-20 Dave Love <fx@gnu.org>
5476
5477 * iswitchb.el: Some doc fixes.
5478 (iswitchb-mode-map): Define completely initially. Inherit
5479 minibuffer-local-map.
5480 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5481 fundamental-mode.
5482 (iswitchb-global-map): New variable.
5483 (iswitchb-summaries-to-end): Amalgamate regexps.
5484 (iswitchb-mode): New.
5485 (iswitchb-mode-hook): New variable.
5486 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5487 `extensions'.
5488
5489 2000-09-20 Gerd Moellmann <gerd@gnu.org>
5490
5491 * ehelp.el (electric-help): New defgroup.
5492 (electric-help-shrink-window): New user-option.
5493 (with-electric-help): Use it.
5494
5495 * window.el (shrink-window-if-larger-than-buffer): If face
5496 `mode-line' has a :box, and we're on a graphical frame, add 1
5497 to the needed window height.
5498
5499 * frame.el (frame-notice-user-settings): Add a last parameter nil
5500 to a call to `append', because the last list passed to `append' is
5501 not copied, and so subsequent calls to assq-delete-all will modify
5502 default-frame-alist.
5503
5504 * startup.el (fancy-splash-image): Change :type.
5505 (fancy-splash-head): Use an XBM image if appropriate.
5506 (command-line-1): Show splash screens in more cases.
5507
5508 * startup.el (fancy-splash-text): Don't quote faces.
5509
5510 * dired.el (dired-font-lock-keywords): Undo last change.
5511 (dired-readin): Bind indent-tabs-mode to nil.
5512
5513 * startup.el (fancy-splash-head): If frame's background mode
5514 is `dark', change the black background of the image to gray.
5515 (fancy-splash-screens): Display startup echo area message.
5516 (display-startup-echo-area-message): New function.
5517
5518 2000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5519
5520 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5521
5522 * info.el (info-header-node): Tweak for color ttys.
5523
5524 * faces.el (face-valid-attribute-values): Make sure directories we
5525 search for stipples both exist and are readable before trying to
5526 search them.
5527
5528 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5529 in the dry-run case.
5530
5531 * jka-compr.el (with-auto-compression-mode): New macro.
5532
5533 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5534 (custom-group-tag-face, custom-variable-tag-face): Use relative
5535 :height and inherit from `variable-pitch' face instead of
5536 hardwiring :family.
5537 * hi-lock.el (hi-black-hb): Likewise.
5538
5539 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5540 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5541 toolbar-add-item, if image doesn't have a mask add a `:mask
5542 heuristic'.
5543
5544 2000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5545
5546 * diff-mode.el: Docstring fixes.
5547 (diff-header-face, diff-comment-face): New faces.
5548 (diff-font-lock-keywords): Highlight a bit differently.
5549 (diff-find-source-location): Don't return SPAN any more.
5550 (diff-hunk-text): Don't bother erasing the temp buffer.
5551 (diff-find-text): Drop argument LINE.
5552 (diff-apply-hunk): Update calls to diff-find-text.
5553 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5554
5555 * calendar/calendar.el: Docstring fixes.
5556 (calendar-make-alist): Don't quote lambda.
5557 (calendar-star-date): Use make-local-variable.
5558
5559 2000-09-19 Dave Love <fx@gnu.org>
5560
5561 * toolbar/tool-bar.el: Renamed from toolbar.el.
5562 Change `toolbar' to `tool-bar' generally in symbols.
5563 Make some items invisible in `special' major modes.
5564 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5565 Add arg PROPS.
5566
5567 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5568 Add :version here.
5569 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5570
5571 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5572
5573 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5574
5575 * files.el (find-file-suppress-same-file-warnings): New user-option.
5576 (find-file-noselect): Use it.
5577
5578 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5579 (fancy-splash-screen): Defgroup.
5580
5581 * add-log.el (change-log-font-lock-keywords): Match names
5582 more exactly for the case that font-lock-constant-face is
5583 underlined.
5584
5585 2000-09-19 Richard M. Stallman <rms@gnu.org>
5586
5587 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
5588
5589 2000-09-19 Andre Spiegel <spiegel@gnu.org>
5590
5591 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5592
5593 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5594
5595 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5596 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5597 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5598 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5599 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5600 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5601 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5602 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5603 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5604 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5605 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
5606 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
5607
5608 * startup.el (fancy-splash-text): New variable.
5609 (fancy-splash-delay, fancy-splash-image): New user-options.
5610 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5611 (fancy-splash-screens): New functions.
5612 (command-line-1): If display has a `display' frame parameter, has
5613 colors, and we have XPM support, show more fancy splash screens.
5614
5615 2000-09-19 Dave Love <fx@gnu.org>
5616
5617 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5618 with null `help'. Use modern backquote syntax.
5619
5620 2000-09-19 Gerd Moellmann <gerd@gnu.org>
5621
5622 * font-lock.el (font-lock-mode): Change message telling the user
5623 that ``the buffer is too big''.
5624
5625 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5626 for instance for the case that tab-width is 2.
5627
5628 2000-09-18 Gerd Moellmann <gerd@gnu.org>
5629
5630 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5631 toolbar-add-item, if image doesn't have a mask add a `:mask
5632 heuristic'.
5633
5634 2000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5635
5636 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5637 and return a cons if it's non-nil.
5638 (diff-apply-hunk): Try to jump to the line in the source text
5639 corresponding to the position of point in the in the hunk.
5640
5641 * info.el (Info-title-3-face, Info-title-2-face)
5642 (Info-title-1-face): Use face inheritance and relative sizes
5643 instead of hard-wiring things.
5644
5645 * faces.el (secondary-selection): Make dark-background variant sane.
5646
5647 2000-09-16 Andrew Innes <andrewi@gnu.org>
5648
5649 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5650 read-only, since they aren't under VC now.
5651
5652 2000-09-17 Dave Love <fx@gnu.org>
5653
5654 * tmm.el: Replace mapcar with mapc in several places.
5655
5656 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5657 ad-unadvise.
5658
5659 * international/latin1-disp.el: New file.
5660
5661 * calendar/cal-move.el (scroll-calendar-left)
5662 (scroll-calendar-right): Make arg optional (for active mode line).
5663
5664 * calendar/calendar.el (calendar-mode-line-format): Make fields
5665 mouse-sensitive.
5666 (calendar-read-date, calendar-read-date, calendar-window-list):
5667 Unquote lambda.
5668 (calendar-month-name): Use aref, not sref.
5669
5670 * view.el (minor-mode-alist): Propertize the string.
5671
5672 * international/characters.el (standard-case-table): Add entries
5673 for Greek.
5674
5675 2000-09-18 Miles Bader <miles@gnu.org>
5676
5677 * info.el (info-node, info-xref): Add dark-background variants.
5678
5679 * faces.el (header-line): Change defaults to be less confusing
5680 when mixed with mode-lines.
5681
5682 * info.el (Info-fontify-node): Make a few cleanups.
5683 Add extra `help-echo' and `local-map' props to node xrefs.
5684 Use header-specific faces for node-names & xrefs.
5685 (Info-use-header-line): New variable.
5686 (info-header-xref, info-header-node): New faces.
5687 (Info-setup-header-line): New function.
5688 (Info-select-node): Call Info-setup-header-line when enabled.
5689 (Info-extract-pointer): Work even if the header line is hidden.
5690 (Info-header-line): New variable.
5691
5692 2000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5693
5694 * vms-patch.el (print-region-function): Don't quote lambda.
5695
5696 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5697
5698 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5699 (lm-get-header-re): Allow spaces between the header and the colon.
5700 (lm-header): Allow $ in non-RCS headers.
5701 (lm-header-multiline): Put the strings back into order.
5702 Stop at an empty line. Don't require two space chars if the
5703 line is clearly not another header line.
5704
5705 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5706 (popup-menu-popup): Remove.
5707
5708 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5709
5710 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5711 specification if or if not tool-bar item contains an `:enabled'
5712 property.
5713
5714 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5715 current buffer has no file name.
5716
5717 2000-09-15 Dave Love <fx@gnu.org>
5718
5719 * strokes.el: Sync with maintainer's current version with changes
5720 for Emacs, but avoid runtime cl and levents.
5721 (toplevel): Change autoloads and compilation requires.
5722 (strokes-version, strokes-bug-address, strokes-lift): Values
5723 changed.
5724 (strokes-xpm-header, strokes-insinuated): New variable.
5725 (strokes): Add :link.
5726 (strokes-mode): Customized.
5727 (strokes-while-inhibiting-garbage-collector): New macro.
5728 (strokes-remassoc): Avoid remove-if.
5729 (strokes-fix-button2-command): Don't use ad-do-it.
5730 (strokes-insinuate): New function.
5731 (strokes-button-press-event-p, strokes-button-release-event-p):
5732 New functions, used instead of non-`strokes-' versions..
5733 (strokes-mouse-event-p): Rewritten.
5734 (strokes-event-closest-point): Avoid event-point.
5735 (strokes-get-grid-position): Avoid cdadr, caadr
5736 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5737 functions.
5738 (strokes-help): Use with-output-to-temp-buffer.
5739 (strokes-window-configuration-changed-p): New function.
5740 (strokes-update-window-configuration): Use buffer-live-p,
5741 strokes-window-configuration-changed-p.
5742 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5743 (strokes-char-face): New face.
5744 (strokes-char-table, strokes-base64-chars): New variable.
5745 (strokes-xpm-for-stroke, strokes-list-strokes)
5746 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5747 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5748 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5749 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5750 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5751 functions.
5752
5753 2000-09-15 Gerd Moellmann <gerd@gnu.org>
5754
5755 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5756
5757 * image.el (create-image): Doc fix.
5758
5759 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5760 instead of `:heuristic-mask t'.
5761
5762 2000-09-14 Andrew Innes <andrewi@gnu.org>
5763
5764 * makefile.w32-in: Revert to Unix line endings.
5765
5766 2000-09-14 Andrew Innes <andrewi@gnu.org>
5767
5768 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5769 when installing.
5770
5771 * makefile.nt (DONTCOMPILE): Fix typo.
5772
5773 * shell.el (shell-write-history-on-exit): New function.
5774 (shell-dumb-shell-regexp): New custom variable.
5775 (shell-mode): Make shell-write-history-on-exit the process
5776 sentinel if shell name matches shell-dumb-shell-regexp.
5777
5778 * w32-fns.el: Comment out before-init-hook function which resets
5779 source-directory based; this breaks bootstrap.
5780
5781 2000-09-14 Dave Love <fx@gnu.org>
5782
5783 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5784 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5785 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5786 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5787 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5788 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5789 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5790 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5791 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5792
5793 * toolbar/toolbar.el: New.
5794
5795 * subdirs.el: Add toolbar.
5796
5797 2000-09-14 Gerd Moellmann <gerd@gnu.org>
5798
5799 * indent.el (indent-for-tab-command): Doc fix.
5800
5801 2000-09-14 Alex Schroeder <alex@gnu.org>
5802
5803 * ansi-color.el (ansi-colors): Doc change.
5804 (ansi-color-get-face): Simplified regexp.
5805 (ansi-color-faces-vector): Added more faces, doc change.
5806 (ansi-color-names-vector): Doc change.
5807 (ansi-color-regexp): Simplified regexp.
5808 (ansi-color-parameter-regexp): New regexp.
5809 (ansi-color-filter-apply): Doc change.
5810 (ansi-color-filter-region): Doc change.
5811 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5812 deal with zero length parameters.
5813 (ansi-color-apply-on-region): Doc change.
5814 (ansi-color-map): Doc change.
5815 (ansi-color-map-update): Removed debugging message.
5816 (ansi-color-get-face-1): Added condition-case to trap
5817 args-out-of-range errors.
5818 (ansi-color-get-face): Doc change.
5819 (ansi-color-make-face): Removed.
5820 (ansi-color-for-shell-mode): New option.
5821
5822 2000-09-13 Kenichi Handa <handa@etl.go.jp>
5823
5824 * international/quail.el (quail-start-translation): Translate KEY
5825 if necessary even if it doesn't have any mapping in the current
5826 input method.
5827 (quail-start-conversion): Likewise.
5828 (quail-help): The output message is improved.
5829
5830 2000-09-13 Miles Bader <miles@gnu.org>
5831
5832 * comint.el (comint-output-filter): Revert to using
5833 `insert-before-markers'. Add bletcherous hack to undo damage
5834 caused by `insert-before-markers'. Put `front-sticky' property on
5835 overlays created here so that the field code understands how the
5836 overlay works. Use a let when making comint-last-prompt-overlay,
5837 so that the code is easier to read.
5838
5839 2000-09-13 Dave Love <fx@gnu.org>
5840
5841 * wid-edit.el (widget-default-format-handler): DTRT when
5842 doc-property is a function.
5843
5844 2000-09-12 Francesco Potorti` <pot@gnu.org>
5845
5846 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5847 filed name if it's not there.
5848
5849 2000-09-12 Dave Love <fx@gnu.org>
5850
5851 * simple.el (read-mail-command): Doc fix.
5852 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5853
5854 * vc.el (vc-dired-listing-switches): Fix :version.
5855
5856 * vc-hooks.el: Doc fixes.
5857
5858 * subr.el (add-minor-mode): Use toggle-fun arg.
5859
5860 * speedbar.el: Add :version to several defcustoms.
5861
5862 * imenu.el (imenu--truncate-items, imenu--cleanup)
5863 (imenu--generic-function): Avoid mapcar.
5864 (imenu--replace-spaces): Function removed.
5865 (imenu--completion-buffer): Use subst-char-in-string.
5866 (imenu-add-to-menubar): Use keymap inheritance.
5867
5868 2000-09-12 Miles Bader <miles@gnu.org>
5869
5870 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5871 (diff-mode-map): Bind `diff-test-hunk'.
5872 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5873
5874 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5875
5876 * bytecomp.el (byte-compile-defvar): Undo last change
5877 because it breaks '(make-variable-buffer-local (defvar ...)'
5878 which is used at least in dired.
5879
5880 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5881
5882 * international/quail.el (quail-define-package): Docstring
5883 modified.
5884
5885 2000-09-12 Kenichi Handa <handa@etl.go.jp>
5886
5887 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5888 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5889 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5890 docstring of "chinese-py".
5891
5892 * international/quail.el (quail-translation-docstring): New
5893 variable.
5894 (quail-show-keyboard-layout): Docstring modified.
5895 (quail-select-current): Likewise.
5896 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5897 infinite recursive call.
5898 (quail-help): Check quail-translation-docstring. Format of the
5899 output changed.
5900 (quail-help-insert-keymap-description): Adjusted for the above
5901 change.
5902
5903 2000-09-11 Gerd Moellmann <gerd@gnu.org>
5904
5905 * bytecomp.el (byte-compile-defvar): Only cons onto
5906 current-load-list in top-level forms. Else this leaks a cons cell
5907 every time a defun is called.
5908
5909 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5910
5911 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5912 Now understands non-unified diffs. Some functionality moved into
5913 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5914 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5915 modify anything. Only reposition point in the patched file if the
5916 patch succeeds. Only pop up another window if POPUP is true.
5917 Emit a message describing what happened if successful, and at what
5918 line-offset. Automatically detect reversed hunks and do something
5919 appropriate.
5920 (diff-hunk-text, diff-find-text): New functions.
5921 (diff-filter-lines): Function removed.
5922 (diff-test-hunk): New function.
5923 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5924
5925 2000-09-10 Dave Love <fx@gnu.org>
5926
5927 * textmodes/tildify.el: Minor doc/commentary fixes.
5928 (tildify) <defgroup>: Add :version.
5929
5930 * faces.el (face-x-resources): Make custom type more specific.
5931 (frame-background-mode): Use mapc.
5932 (region) <defcustom>: Add :version.
5933
5934 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5935
5936 * vc-sccs.el (vc-sccs-register):
5937 * vc-rcs.el (vc-rcs-register):
5938 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5939 * vc.el (vc-register): Clear file's properties.
5940
5941 2000-09-08 Gerd Moellmann <gerd@gnu.org>
5942
5943 * faces.el (face-spec-set): Only face-spec-reset-face when
5944 ATTRS is non-nil.
5945
5946 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5947
5948 * help.el (help-insert-xref-button): Fix a typo in doc string.
5949
5950 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5951
5952 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5953 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
5954 methods.
5955
5956 * menu-bar.el (read-mail-item-name): New function.
5957 (menu-bar-tools-menu): Use it to compute and display the package
5958 used to read email.
5959 (menu-bar-tools-menu): Fix typo in GUD's help string.
5960
5961 2000-09-07 Dave Love <fx@gnu.org>
5962
5963 * diff-mode.el (diff-mouse-goto-source): New function.
5964
5965 * vc-sccs.el: Doc fixes.
5966 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
5967
5968 * vc-rcs.el: Doc fixes.
5969 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5970 (vc-rcs-checkout-switches, vc-rcs-header)
5971 (vc-rcs-master-templates): Add or change :version.
5972
5973 * vc-cvs.el: Doc fixes.
5974 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
5975 (vc-cvs-stay-local): Add :version.
5976
5977 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
5978
5979 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5980
5981 * international/quail.el (quail-help): Fix previous change.
5982
5983 2000-09-07 Gerd Moellmann <gerd@gnu.org>
5984
5985 * faces.el (color-values): Doc fix.
5986
5987 * faces.el (frame-set-background-mode): Use frame-parameter
5988 instead of frame-parameters.
5989
5990 * frame.el (filtered-frame-list): Reduce consing.
5991 (frames-on-display-list): Call frame-parameter instead of
5992 frame-parameters.
5993
5994 2000-09-07 Kenichi Handa <handa@etl.go.jp>
5995
5996 * language/devan-util.el (devanagari-to-indian-region): In the
5997 loop, change the following char, not preceding char.
5998
5999 2000-09-07 Gerd Moellmann <gerd@gnu.org>
6000
6001 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6002 instead of frame-parameters.
6003
6004 * faces.el (set-face-attribute): Simplify by calling
6005 internal-set-lisp-face-attribute with FRAME being 0.
6006
6007 * vc.el: Remove `Id' version control keyword.
6008
6009 2000-09-07 Kenichi Handa <handa@etl.go.jp>
6010
6011 * help.el (help-make-xrefs): Adjusted for the change of
6012 help-xref-mule-regexp.
6013 (help-insert-xref-button): New function.
6014
6015 * international/mule-cmds.el (help-xref-mule-regexp-template):
6016 Include the pattern for character set.
6017 (leim): New group.
6018
6019 * international/quail.el: Don't require face.
6020 (quail): New group.
6021 (quail-other-command): Dummy command to make quail-help work better.
6022 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6023 (quail-keyboard-layout-substitution): New variable.
6024 (quail-update-keyboard-layout): New function.
6025 (quail-keyboard-layout-type): New customizable variable.
6026 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6027 (quail-keyboard-translate): Pay attention to
6028 quail-keyboard-layout-substitution.
6029 (quail-insert-kbd-layout): New function.
6030 (quail-show-keyboard-layout): New function.
6031 (quail-get-translation): If the definition is a vector of length
6032 1, and the element is a string of length 1, return the character
6033 in that string.
6034 (quail-update-current-translations): Fix the case of
6035 relative-index out of range.
6036 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6037 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6038 Show key sequences for all available characters.
6039 (quail-help-insert-keymap-description): Don't show such verbose
6040 key bindings as quail-self-insert-command.
6041
6042 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6043 Format changed, and each element now have extra documentations.
6044 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6045 Adjusted for the change of quail-cxterm-package-ext-info.
6046
6047 2000-09-06 Gerd Moellmann <gerd@gnu.org>
6048
6049 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6050 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6051 during bootstrap.
6052
6053 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6054
6055 * vc.el: (toplevel): Don't require `dired' at run-time.
6056 (vc-dired-resynch-file): Remove autoload cookie.
6057
6058 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6059
6060 * vc.el: Made several backend functions optional.
6061 (vc-default-responsible-p): New function.
6062 (vc-merge): Use RET for first version to trigger merge-news, not
6063 prefix arg.
6064 (vc-annotate): Handle backends that do not support annotation.
6065 (vc-default-merge-news): Removed. The existence of a merge-news
6066 implementation is now checked on caller sites.
6067
6068 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6069 case.
6070
6071 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6072 special case that has been removed from the default in vc-hooks.el.
6073
6074 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6077
6078 2000-09-05 Andre Spiegel <spiegel@gnu.org>
6079
6080 * vc-hooks.el: Require vc during compilation.
6081 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6082 macro `with-vc-properties' in vc.el.
6083 (vc-file-getprop): Doc fix.
6084 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6085
6086 * vc.el: Require dired-aux during compilation.
6087 (vc-name-assoc-file): Moved to vc-sccs.el.
6088 (with-vc-properties): New macro.
6089 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6090 vc-finish-steal): Use it.
6091 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6092 to the backend-specific function is now supposed to do the checkout,
6093 too.
6094 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6095
6096 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6097 set file properties; that gets done in the generic code now.
6098
6099 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6100 Changed parameter list, added code from vc.el that does the
6101 checkout, possibly with a double-take.
6102
6103 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6104 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6105 the above under the new name.
6106 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6107 parameter list, added checkout command.
6108 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6109 properties; that gets done in the generic code now.
6110
6111 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6112
6113 * vc.el: Docstring fixes (courtesy of checkdoc).
6114
6115 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * vc.el (vc-checkout-writable-buffer-hook)
6118 (vc-checkout-writable-buffer): Remove.
6119 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6120 (vc-log-mode): Make it into a clean derived major mode.
6121 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6122 vc-log-mode if log-edit is not available.
6123 (vc-dired-mode-map): Don't set-keymap-parent yet.
6124 (vc-dired-mode): Do set-keymap-parent here.
6125 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6126
6127 2000-09-05 Gerd Moellmann <gerd@gnu.org>
6128
6129 * faces.el (set-face-attribute, face-spec-reset-face)
6130 (face-spec-set): Avoid consing by removing calls to `apply'.
6131
6132 * frame.el (frame-parameter): Move to C code.
6133
6134 2000-09-05 Dave Love <fx@gnu.org>
6135
6136 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6137 insert-before-markers-and-inherit. Now checked systematically!
6138
6139 2000-09-05 Alex Schroeder <alex@gnu.org>
6140
6141 * sql.el (sql-postgres): Use sql-postgres-options.
6142 (sql-postgres-options): New variable.
6143
6144 2000-09-05 Alex Schroeder <alex@gnu.org>
6145
6146 * sql.el (sql-mode-menu): Work around missing variable mark-active
6147 in XEmacs.
6148 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6149 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6150 compatibility.
6151
6152 2000-09-04 Gerd Moellmann <gerd@gnu.org>
6153
6154 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6155
6156 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6157
6158 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6159
6160 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6161
6162 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6163 don't support anything else under SCCS yet.
6164
6165 * vc-hooks.el: Minor doc fixes.
6166
6167 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6168
6169 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6170 not necessary. If verbose in state `needs-patch', do the same as
6171 under `up-to-date'. When NOT verbose and `needs-patch', check out
6172 latest version instead of `merge-news'.
6173 (vc-next-action-dired): Don't mess with default-directory here; it
6174 breaks other parts of dired. It is the job of the
6175 backend-specific functions to adjust it temporarily if they need it.
6176 (vc-next-action): Remove a special CVS case.
6177 (vc-clear-headers): New optional arg FILE.
6178 (vc-checkin, vc-checkout): Set properties vc-state and
6179 vc-checkout-time properly.
6180 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6181 (vc-print-log): Use new backend function `show-log-entry'.
6182 (vc-cancel-version): Do the checks in a different order. Added a
6183 FIXME concerning RCS-only code.
6184
6185 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6186 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6187
6188 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6189
6190 * vc-hooks.el (vc-default-mode-line-string): Show state
6191 `needs-patch' as a `-' too.
6192
6193 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6194
6195 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6196 (vc-default-could-register): New function.
6197 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6198 (vc-resynch-buffer): Call vc-dired-resynch-file.
6199 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6200 vc-resynch-buffer instead of vc-resynch-window.
6201 (vc-next-action-dired): Don't redisplay here, that gets done as a
6202 result of the individual file operations.
6203 (vc-retrieve-snapshot): Corrected prompt order.
6204
6205 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6206
6207 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6208 as well.
6209 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6210 hostname regexps. Updated all callers.
6211 (vc-cvs-responsible-p): Handle directories as well.
6212 (vc-cvs-could-register): New function.
6213 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6214 properties up-to-date.
6215
6216 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6217 user whether to create one.
6218
6219 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6220
6221 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6222 check out a non-existing file.
6223
6224 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6225 workfile does not exist.
6226
6227 * vc.el (vc-version-diff): Use `require' to check for existence of
6228 diff-mode.
6229
6230 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6231
6232 * vc-cvs.el (vc-cvs-registered): Use new function
6233 vc-cvs-parse-entry to do the actual work.
6234
6235 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6236
6237 * vc-hooks.el (vc-find-backend-function): If function doesn't
6238 exist, return nil instead of error.
6239 (vc-call-backend): Doc fix.
6240
6241 * vc.el (vc-do-command): Doc fix.
6242 (vc-finish-logentry): When checking in from vc-dired, choose the
6243 right backend for logentry check.
6244 (vc-dired-mode-map): Inherit from dired-mode-map.
6245 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6246 simplified.
6247 (vc-dired-state-info): Removed, updated caller.
6248 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6249 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6250 (vc-dired-listing-switches): New variable.
6251 (vc-directory): Use it, instead of dired-listing-switches.
6252
6253 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6254 (vc-cvs-dir-state): New function.
6255 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6256 (vc-cvs-parse-entry): New function, also to be used in
6257 vc-cvs-registered.
6258
6259 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6260
6261 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6262 *or* single-window-frames.
6263
6264 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6265
6266 * vc.el (vc-update-changelog): Split into generic part and default
6267 implementation. Doc string adapted.
6268 (vc-default-update-changelog): New function. Call the `rcs2log'
6269 script in exec-directory, to fix a long-standing nuisance.
6270
6271 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6272 simply signals an error.
6273
6274 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6275
6276 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6277 control-flow more clear and to avoid running `cvs' twice.
6278
6279 * vc.el (vc-next-action-on-file): Doc fix.
6280 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6281 (vc-print-log): Eval `file' before constructing the continuation.
6282
6283 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6284
6285 * vc.el (vc-next-action-on-file): Corrected several messages.
6286 (vc-merge): Add prefix arg `merge-news'; handle it.
6287
6288 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6289 is not reached. It is.
6290 (vc-cvs-merge): Set state to 'edited after merge.
6291 (vc-cvs-merge-news): Set workfile version to nil if not known.
6292 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6293
6294 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6295 via stdout. (Merge from main line.)
6296
6297 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6298
6299 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6300 detection.
6301
6302 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6303
6304 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6305 against kill-all-local-variables.
6306 (vc-log-edit): Don't save vc-parent-buffer any more.
6307 (vc-last-comment-match): Initialize to an empty string.
6308 (vc-post-command-functions): New hook.
6309 (vc-do-command): Run it.
6310 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6311 (vc-finish-logentry): Only add the comment to the ring if it's
6312 different from the last comment entered.
6313 (vc-new-comment-index): New function.
6314 (vc-previous-comment): Use it. Make the minibuffer message
6315 slightly less terse.
6316 (vc-comment-search-reverse): Make it work forward as well. Don't
6317 set vc-comment-ring-index if no match is found. Use
6318 vc-new-comment-index.
6319 (vc-comment-search-forward): Use vc-comment-search-reverse.
6320 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6321 define-derived-mode will do it for us. Bind `v' to a keymap that
6322 inherits from vc-prefix-map so that we can bind `vt' without
6323 binding C-x v t.
6324 (vc-retrieve-snapshot): Parenthesis typo.
6325
6326 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6327 to 1. Make sure to switch to *vc* before looking for an error
6328 message. Use vc-parse-buffer.
6329
6330 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6331
6332 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6333 and NAME.
6334 (vc-retrieve-snapshot): Split into two parts.
6335 (vc-default-retrieve-snapshot): New function.
6336
6337 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6338 (vc-cvs-retrieve-snapshot): New function (untested).
6339 (vc-cvs-stay-local): Default to t.
6340 (vc-cvs-remote-p): New function and property.
6341 (vc-cvs-state): Stay local only if the above is t.
6342 (vc-handle-cvs): Removed.
6343 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6344 done via vc-handled-backends now.
6345 (vc-cvs-header): Escape Id.
6346
6347 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6348
6349 * vc.el (vc-do-command): Remove unused commands.
6350 (vc-version-diff): Make sure default-directory ends with a slash.
6351 Move the window commands into a vc-exec-after.
6352 (vc-print-log): Move more of the code into the `vc-exec-after'.
6353
6354 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6355
6356 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6357 (vc-print-log): Search current revision from beginning of buffer.
6358 (vc-revert-buffer): Clear echo area after the diff is finished.
6359 (vc-prefix-map): Removed definition of "t" for terse display in vc
6360 dired.
6361 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6362 definition of "vt" for terse display.
6363 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6364
6365 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6366
6367 * vc.el (vc-exec-after): Avoid caddr.
6368
6369 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6370
6371 * vc.el (vc-exec-after): New function.
6372 (vc-do-command): Use it to add a termination message for async
6373 procs.
6374 (vc-checkout): Try to handle a missing-backend situation.
6375 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6376 of a directory with a backend using async diffs.
6377 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6378 present.
6379
6380 * vc-sccs.el (vc-sccs-state-heuristic): Use
6381 file-ownership-preserved-p.
6382
6383 * vc-rcs.el (vc-rcs-state-heuristic): Use
6384 file-ownership-preserved-p.
6385 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6386
6387 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6388
6389 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6390 vc-do-command.
6391
6392 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6393 when there are no changes.
6394
6395 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6396
6397 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6398
6399 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6400
6401 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6402
6403 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6404
6405 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6406 the `fset' outside of the defvar so that it works even if
6407 vc-prefix-map was already defined.
6408 (vc-setup-buffer): New function, split out of vc-do-command.
6409 (vc-do-command): Allow BUFFER to be t to mean `just use the
6410 current buffer without any fuss'.
6411 (vc-version-diff): Change the `diff' backend operation to just put
6412 the diff in the current buffer without erasing it. Always use
6413 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6414 shrink-window-if-larger-than-buffer.
6415 (vc-print-log): Change the `print-log' backend operation to just
6416 put the log in the current buffer without erasing it. Protect
6417 shrink-window-if-larger-than-buffer.
6418 (vc-update-change-log): Fix setd typo.
6419
6420 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6421 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6422
6423 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6424 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6425 CMP.
6426
6427 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6428 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6429 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6430
6431 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6432
6433 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6434 not possible, use vc-BACKEND-workfile-unchanged-p.
6435 (vc-default-workfile-unchanged-p): New function. Delegates to a
6436 full vc-BACKEND-diff.
6437
6438 * vc-hooks.el (vc-simple-command): Removed.
6439
6440 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6441 instead of vc-simple-command.
6442 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6443 avoid doing a diff when opening a file.
6444 (vc-rcs-state): Added check for unlocked-changes.
6445 (vc-rcs-header): Escape Id.
6446 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6447 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6448 version.
6449
6450 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6451 (vc-sccs-diff): Remove optional arg CMP.
6452 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6453 SCCS-specific function.
6454
6455 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6456 vc-simple-command.
6457
6458 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6459
6460 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6461 (with-vc-file, vc-merge): Use vc-editable-p.
6462 (vc-do-command): Remove unused var vc-file and fix the
6463 doubly-defined `status' var. Add a user message when starting an
6464 async command.
6465 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6466 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6467 Use with-current-buffer.
6468 (vc-buffer-sync): Use unless.
6469 (vc-next-action-on-file): If the file is 'edited by read-only,
6470 make it read-write instead of trying to commit.
6471 (vc-version-diff, vc-update-change-log): Use `setq
6472 default-directory' rather than `cd'.
6473 (vc-log-edit): Don't forget to set default-directory in the
6474 buffer.
6475
6476 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6477 (vc-sccs-state-heuristic): Use file-writable-p instead of
6478 comparing userids.
6479 (vc-sccs-checkout): Use `unless'.
6480
6481 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6482 of comparing userids.
6483 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6484 Simplify the logic by eliminating unreachable code.
6485 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6486 just do a recursive call if we need to retry.
6487 (vc-rcs-checkout): Handle the case where rcs is missing by making
6488 the buffer read-write if requested and re-signalling the error.
6489
6490 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6491
6492 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6493
6494 * vc-hooks.el (vc-handled-backends): Docstring change.
6495 (vc-ignore-vc-files): Mark obsolete.
6496 (vc-registered): Check vc-ignore-vc-files.
6497 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6498 vc-ignore-vc-files.
6499
6500 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6501
6502 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6503
6504 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6505 files since ange-ftp already has vc-registered return nil.
6506
6507 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6508 (vc-sccs-workfile-version): Use with-temp-buffer and new
6509 vc-parse-buffer and don't bother setting the property.
6510 (vc-sccs-add-triple): Use with-current-buffer and
6511 find-file-noselect.
6512 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6513
6514 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6515 derives from the old vc-parse-buffer but uses the revision number
6516 rather than the date (much easier to compare robustly).
6517 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6518 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6519 locking-user more directly. Check strict locking and set
6520 checkout-model appropriately.
6521 (vc-rcs-parse-locks): Remove.
6522 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6523 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6524 (vc-rcs-system-release): Use with-current-buffer and
6525 vc-parse-buffer.
6526 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6527
6528 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6529 (vc-simple-command): Docstring fix.
6530 (vc-registered): Align the way the file-handler is called with the
6531 way the function itself works.
6532 (vc-file-owner): Remove.
6533
6534 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6535 extraction of fields and call to file-attributes because of a
6536 temporary bug in rcp.el.
6537 (vc-cvs-fetch-status): Use with-current-buffer.
6538
6539 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6540
6541 * vc.el (vc-do-command): Use file-relative-name.
6542 (vc-responsible-backend): Use vc-backend if possible.
6543 (vc-create-snapshot): Improve the `interactive' spec. Add support
6544 for branches and dispatch to backend-specific `create-snapshot'.
6545 (vc-default-create-snapshot): New function, containing the bulk of
6546 the old vc-create-snapshot.
6547 (vc-retrieve-snapshot): Improve the interactive spec.
6548
6549 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6550 (vc-backend-hook-functions): Remove.
6551 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6552 (vc-backend): Reintroduce the test for `file = nil' now that I
6553 know why it was there (and added a comment to better remember).
6554
6555 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6556 code from vc-sccs-hooks.el.
6557 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6558 'vc anymore.
6559 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6560 and file-directory-p instead of file-exists-p.
6561 (vc-sccs-check-headers): Simplify the regexp.
6562
6563 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6564 from vc-rcs-hooks.el. Don't require 'vc anymore.
6565 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6566 file-directory-p instead of file-exists-p.
6567
6568 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6569 from vc-cvs-hooks.el.
6570 (proto vc-cvs-registered): Require 'vc-cvs instead of
6571 'vc-cvs-hooks. Don't require 'vc anymore.
6572 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6573 file-directory-p instead of file-exists-p.
6574 (vc-cvs-create-snapshot): New function, replacing
6575 vc-cvs-assign-name.
6576 (vc-cvs-assign-name): Remove.
6577
6578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6579
6580 * vc-cvs.el (vc-cvs-header): New var.
6581
6582 * vc-rcs.el (vc-rcs-exists): Remove.
6583 (vc-rcs-header): New var.
6584
6585 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6586 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6587 (vc-sccs-header): New var.
6588
6589 * vc.el (vc-do-command): Get rid of the `last' argument.
6590 (vc-header-alist): Remove, replaced by vc-X-header.
6591 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6592 (vc-dired-hook): Use expand-file-name instead of concat.
6593 (vc-directory): Use file-name-as-directory.
6594 (vc-snapshot-precondition, vc-create-snapshot)
6595 (vc-retrieve-snapshot): Allow the command to operate on any
6596 directory.
6597
6598 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6599 just removing the 'WORKFILE argument or by removing the 'MASTER
6600 argument and replacing `file' with (vc-name file).
6601
6602 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6603
6604 * vc.el: Update Copyright and add a crude list of backend funs.
6605 (vc-writable-p): New function.
6606 (with-vc-file): Use vc-writable-p.
6607 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
6608 (vc-register): Avoid vc-name.
6609 (vc-locking-user): Remove.
6610 (vc-steal-lock): Make the `owner' arg non-optional.
6611 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6612 vc-checkout-model.
6613 (vc-default-dired-state-info): Use vc-state instead of
6614 vc-locking-user and return special strings for special states.
6615 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6616 and get rid of one of the special CVS cases.
6617 (vc-cancel-version): prettify error message with \\[...].
6618 (vc-rename-master): New function.
6619 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6620 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6621 the CVS special case generic.
6622 (vc-default-record-rename): Remove.
6623 (vc-file-tree-walk-internal): Only call FUNC for files that are
6624 under control of some VC backend and replace `concat' with
6625 expand-file-name.
6626 (vc-file-tree-walk): Update docstring.
6627 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6628 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6629
6630 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6631 vc-sccs-record-rename. Use `find-file-noselect' rather than
6632 `find-file' and call `vc-rename-master' to do the actual move.
6633 (vc-sccs-diff): Remove unused `backend' variable.
6634
6635 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6636 to delay loading of vc-sccs until it is really used.
6637 (vc-sccs-master-templates): Preload.
6638 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6639 (vc-sccs-project-dir): Remove (merged into
6640 vc-sccs-search-project-dir).
6641 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6642 rather than `concat', make sure it is preloaded and don't bother
6643 to check that the file actually exists.
6644 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6645 `locks' argument (use buffer's content instead) and eliminate n^2
6646 behavior.
6647
6648 * vc-rcs.el: Update Copyright.
6649 (vc-rcs-rename-file): New function.
6650 (vc-rcs-diff): Remove unused `backend' variable.
6651
6652 * vc-hooks.el: Update Copyright.
6653 (vc-backend): Don't accept a nil argument any more.
6654 (vc-up-to-date-p): Turn into a defsubst.
6655 (vc-possible-master): New function.
6656 (vc-check-master-templates): Use `vc-possible-master' and allow
6657 funs in vc-X-master-templates to return a non-existent file.
6658
6659 * vc-cvs.el: Update Copyright.
6660 (vc-cvs-diff): Remove unused `backend' variable.
6661 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
6662
6663 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6664
6665 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6666
6667 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6668 since it can be called from vc-rcs.el.
6669 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6670
6671 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6672
6673 * vc.el (vc-version-diff): Expand file name read from the
6674 minibuffer. Handle the case when a previous version number can't
6675 be guessed. Give suitable messages when there were no differences
6676 found.
6677 (vc-clear-headers): Call backend-specific implementation, if one
6678 exists.
6679 (vc-cancel-version): Made error checks generic. When done, clear
6680 headers generically, too.
6681
6682 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6683 from vc-clear-headers in vc.el.
6684
6685 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6686 correctly.
6687 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6688 optional. Handle the case when it's not there.
6689
6690 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6691
6692 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6693
6694 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6695
6696 * vc-hooks.el (vc-loadup): Remove.
6697 (vc-find-backend-function): Use `require'. Also, handle the case
6698 where vc-BACKEND-hooks.el doesn't exist.
6699 (vc-call-backend): Cleanup.
6700
6701 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6702
6703 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6704 vc-rcs-grab-templates)
6705 (vc-rcs-registered): Remove. The default function works as well.
6706 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6707 vc-sccs-grab-templates)
6708 (vc-sccs-registered): Remove. The default function works as well.
6709
6710 * vc.el (vc-version-diff): Left out a vc- in call to
6711 vc-call-backend.
6712 (vc-default-dired-state-info, vc-default-record-rename)
6713 (vc-default-merge-news): Update for the new backend argument.
6714
6715 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6716 using the default function.
6717 (vc-call-backend): If calling the default function, pass it the
6718 backend as first argument. Update the docstring accordingly.
6719 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6720 for the new backend argument.
6721 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6722 (vc-find-backend-function): Use the new name.
6723 (vc-default-registered): New function.
6724
6725 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6726
6727 * vc.el (vc-merge): Use vc-find-backend-function.
6728
6729 * vc-hooks.el (vc-backend-functions): Remove.
6730 (vc-loadup): Don't setup 'vc-functions.
6731 (vc-find-backend-function): New function.
6732 (vc-call-backend): Use above fun and populate 'vc-functions
6733 lazily.
6734 (vc-backend-defines): Remove.
6735
6736 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6737
6738 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6739 Call vc-call-backend without the leading vc-.
6740 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6741 (vc-check-headers): Call vc-call-backend without the leading vc-.
6742 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
6743 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6744 Call vc-call-backend without the leading vc-.
6745
6746 * vc-cvs.el (tail): Provide vc-cvs.
6747 * vc-sccs.el (tail): Provide vc-sccs.
6748 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6749
6750 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6751 (vc-make-backend-function, vc-call): Pass names without leading
6752 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
6753 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6754 (vc-call-backend): Always try to load vc-X-hooks.
6755 (vc-registered): Remove vc- in call to vc-call-backend.
6756
6757 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6758
6759 * vc.el (vc-process-filter): New function.
6760 (vc-do-command): Setup `vc-process-filter' for the async process.
6761 (vc-maybe-resolve-conflicts): New function to reduce
6762 code-duplication. Additionally, it puts the buffer in
6763 `smerge-mode' if applicable.
6764 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6765 calling `merge-news'.
6766 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
6767 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6768 interfacing to log-edit.el.
6769 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6770 log-edit is available.
6771 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6772
6773 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6774
6775 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6776 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6777 defvar and the initialization.
6778 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6779
6780 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6781 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6782
6783 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
6784
6785 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6786
6787 * vc.el (vc-file-clear-masterprops): Removed.
6788 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6789 (vc-version-diff): Use buffer-size without argument.
6790 (vc-register): Heed vc-initial-comment.
6791
6792 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6793 default branch.
6794
6795 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6796 file name and workfile version.
6797 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6798
6799 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6800 vc-file-clear-masterprops.
6801
6802 * vc-sccs.el (vc-sccs-checkout): Removed call to
6803 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6804 rather than user login name.
6805
6806
6807 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6808
6809 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6810 `want-differences-if-changed' and simplify.
6811 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6812 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6813 output (which is invalid for async vc-diff) to decide whether to
6814 do the revert silently or not.
6815
6816 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6817
6818 * vc-hooks.el (vc-loadup): Load files quietly.
6819 (vc-call-backend): Oops, brain fart.
6820
6821 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6822
6823 * vc-cvs.el (vc-cvs-state): Typo.
6824 (vc-cvs-merge-news): Return the status code rather than the error msg.
6825
6826 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6827
6828 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6829 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6830 vc-state or vc-up-to-date-p.
6831 (vc-merge): Use vc-backend-defines to check whether merging is
6832 possible. Set state to 'edited after successful merge.
6833
6834 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6835 return that name. Redocumented.
6836
6837 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6838
6839 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6840 new `vc-state' semantics.
6841 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6842 'vc-locking-user to the current user.
6843 (vc-merge): Inline vc-backend-merge. Comment out code that I
6844 don't understand and hence can't adapt to the new `vc-state' and
6845 `vc-locking-user' semantics.
6846 (vc-backend-merge): Remove.
6847
6848 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6849 rather than 'vc-locking-user.
6850
6851 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6852
6853 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6854 (vc-state): Don't use 'reserved any more. Just use the same
6855 convention as the one used for vc-<backend>-state where the
6856 locking user (as a string) is returned.
6857 (vc-locking-user): Update, based on the above convention. The
6858 'vc-locking-user property has disappeared.
6859 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
6860
6861 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6862 with a heuristic one.
6863 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6864 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6865 error. That allows us to get to 'needs-merge even in the
6866 stay-local case. There's still no way to detect 'needs-patch in
6867 such a setup (or to force an update for that matter).
6868 (vc-cvs-logentry-check): Remove, the default works as well.
6869
6870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6871
6872 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
6873
6874 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6875 major-mode in which the buffer might have been put earlier. Use
6876 `remove' and `when'. Allow `okstatus' to be `async' and use
6877 `start-process' in this case.
6878 (vc-version-diff): Handle the case where the diff looks empty
6879 because of the use of an async process.
6880
6881 2000-09-04 Andre Spiegel <spiegel@gnu.org>
6882
6883 * vc.el (vc-next-action-on-file): Removed optional parameter
6884 `simple'. Recompute state unconditionally.
6885 (vc-default-toggle-read-only): Removed.
6886
6887 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6888 (vc-toggle-read-only): Undid prev change.
6889
6890 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6891 vc-cvs-simple-toggle. Redocumented.
6892 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6893 (vc-cvs-toggle-read-only): Removed.
6894
6895 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6896
6897 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
6898 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6899 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6900 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6901 still is. So maybe it should be removed.
6902 (vc-head-version, vc-find-binary): Remove.
6903 (vc-recompute-state): Move from vc-hooks.el.
6904 (vc-next-action-on-file): Add a `simple' argument to allow
6905 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
6906 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6907 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
6908 (vc-dired-mode-map): Properly defvar it.
6909 (vc-print-log): Call log-view-mode if available.
6910 (small-temporary-file-directory): defvar instead of use boundp.
6911 (vc-merge-news): Moved to vc-cvs.el.
6912 (vc-default-merge-news): New function.
6913
6914 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6915 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6916 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6917 unknown `vc-latest-version' function. It should probably refer to
6918 vc-workfile-version or somesuch, but it's very unclear to me and I
6919 don't have SCCS to test things.
6920
6921 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6922 (vc-sccs-state-heuristic): Fix typo.
6923 (vc-sccs-workfile-unchanged-p): Add missing argument.
6924
6925 * vc-rcs.el: Require vc and vc-rcs-hooks.
6926 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6927 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6928 (vc-release-greater-or-equal-p): Move from vc.
6929 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6930 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6931 (vc-rcs-checkout): Add a missing `new-version' argument in the
6932 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
6933
6934 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6935 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6936 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6937 than the apparently unbound `workfile-version'.
6938
6939 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6940 (vc-file-prop-obarray): Use `make-vector'.
6941 (vc-backend-functions): Add new hookable functions
6942 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6943 (vc-loadup): If neither backend nor default functions exist, use
6944 the backend function rather than nil.
6945 (vc-call-backend): If the function if not bound yet, try to load
6946 the non-hook file to see if it provides it.
6947 (vc-call): New macro plus use it wherever possible.
6948 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6949 nor `vc-find-binary' since it's only called from
6950 vc-mistrust-permission which is only used once the backend is known.
6951 (vc-checkout-model): Fix parenthesis.
6952 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6953
6954 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
6955 (vc-cvs-release, vc-cvs-system-release): Remove.
6956 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6957 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6958 status symbols.
6959 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6960 (vc-cvs-toggle-read-only): First cut at a function to allow a
6961 cvs-status-free vc-toggle-read-only.
6962 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6963 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6964 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6965 (vc-cvs-checkout): Modify access rights directly if the user
6966 requested not to use `cvs edit'. And refresh the mode line.
6967
6968 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6969 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6970
6971 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6972
6973 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
6974 workfile' that got lost when the code was extracted from vc.el.
6975 And merged the tail with the rest of the code (not possible in the
6976 old vc.el where the tail was shared among all backends). And
6977 explicitly set the state to 'edited if `writable' is set.
6978
6979 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
6980 (vc-cvs-state): Be careful to return the value from
6981 vc-cvs-parse-state.
6982 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
6983 property but return it instead. Also be careful to handle a nil
6984 or "" `rev' when workfile is non-nil (it was handled properly when
6985 workfile was nil).
6986
6987 * vc.el: Removed those pesky unnecessary `(function' quotes.
6988 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
6989 directly in the defvar.
6990 (vc-do-command): Bind inhibit-read-only so as to properly handle
6991 the case where the destination buffer has been made read-only.
6992 (vc-diff): Delegate to vc-version-diff in all cases.
6993 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
6994 (vc-annotate-mode-variables): Removed (code moved partly to
6995 defvars and partly to vc-annotate-add-menu).
6996 (vc-annotate-mode): Turned into a derived-mode.
6997 (vc-annotate-add-menu): Moved in code in
6998 vc-annotate-mode-variables.
6999 (vc-update-change-log): Use make-temp-file if available.
7000
7001 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7002
7003 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7004 `vc-checkout-model' updated to `vc-cvs-update-model'.
7005
7006 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7007
7008 * vc.el (vc-next-action-on-file): Added handling of state
7009 `unlocked-changes'.
7010 (vc-checkout-carefully): Is now practically obsolete, unless the
7011 above is too slow to be enabled unconditionally.
7012 (vc-update-change-log): Fixed typo.
7013
7014 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7015
7016 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7017 Now handles state `unlocked-changes'.
7018 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7019
7020 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7021
7022 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7023 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7024 `unlocked-changes'.
7025 (vc-rcs-workfile-unchanged-p): Renamed from
7026 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7027 function yet, but supposed to become one soon.
7028
7029 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7030 `vc-steal-lock'.
7031 (vc-call-backend): Changed error message.
7032 (vc-state): Added description of state `unlocked-changes'.
7033
7034 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7035
7036 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7037 always return t in CVS-controlled directories.
7038
7039 * vc.el (vc-responsible-backend): New function.
7040 (vc-register): Largely rewritten.
7041 (vc-admin): Removed (implementation moved into vc-register).
7042 (vc-checkin): Redocumented.
7043 (vc-finish-logentry): If no backend defined yet (because we are in
7044 the process of registering), use the responsible backend.
7045
7046 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7047 Updated function lists.
7048 (vc-call-backend): Fixed typo.
7049
7050 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7051 New functions.
7052 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7053 Removed query option. Redocumented.
7054
7055 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7056
7057 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7058
7059 * vc.el: Updated callers of `vc-checkout-required' to use
7060 `vc-checkout-model'.
7061
7062 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7063
7064 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7065 stuff updated to reference this function instead of the old
7066 `vc-backend-release-p'.
7067
7068 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7069
7070 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7071 vc-checkout-model. Return appropriate values. Updated callers.
7072
7073 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7074
7075 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7076 (vc-backend-revert): Function moved into `vc-revert';
7077 `vc-next-action' must be updated to accomodate this change.
7078 (vc-backend-steal): Function moved into `vc-finish-steal'.
7079 (vc-backend-logentry-check): Function moved into
7080 `vc-finish-logentry'.
7081 (vc-backend-printlog): Function moved into `vc-print-log'.
7082 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7083 (vc-backend-assign-name): Function moved into
7084 `vc-create-snapshot'.
7085
7086 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7087
7088 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7089 Rename to vc-checkout-model. Return appropriate values.
7090 Update callers.
7091
7092 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7093 to vc-checkout-model.
7094 (vc-checkout-required): Rename to vc-checkout-model.
7095 Re-implement and re-comment.
7096 (vc-after-save): Use vc-checkout-model.
7097
7098 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7099
7100 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7101 Update to use the vc-BACKEND-diff functions instead.
7102 `vc-diff' is now working.
7103
7104 * vc-rcs.el (vc-rcs-logentry-check): New function.
7105
7106 * vc-cvs.el (vc-cvs-logentry-check): New function.
7107
7108 * vc-sccs.el (vc-sccs-diff): Function changed name from
7109 `vc-backend-diff'. This makes `vc-diff' work.
7110
7111 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7112 of functions possibly implemented in a vc-BACKEND library.
7113 (vc-checkout-required): Fix bug that caused an error to be
7114 signaled during `vc-after-save'.
7115
7116 * vc.el: Fix typo.
7117 This checkin is made with our new VC code base for the very first time.
7118 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7119
7120 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7121 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7122
7123 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7124 updated to `vc-uses-locking'.
7125 (vc-checkout-required): Call to backend function.
7126 `vc-checkout-required' updated to `vc-uses-locking' instead.
7127
7128 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7129 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7130
7131 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7132 to match the split into various backends.
7133 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7134 (vc-retrieve-snapshot): Bug fix.
7135
7136 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7137
7138 * vc-sccs.el (vc-sccs-release): Doc fix.
7139
7140 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7141
7142 * vc.el (vc-next-action-on-file): Bug found and fixed.
7143 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7144 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7145
7146 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7147 (vc-rcs-checkout): Name space cleaned up. No more revision number
7148 crunching function names that are not prefixed with vc-rcs.
7149 (vc-rcs-checkout-model): Function added. References to
7150 `vc-checkout-model' replaced.
7151
7152 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7153
7154 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7155 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7156 still need to be split, and implemented for RCS).
7157
7158 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7159
7160 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7161
7162 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7163 required by the vc.el file.
7164
7165 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7166 required by the vc.el file.
7167 (vc-rcs-exists): Function added.
7168
7169 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7170 required by the vc.el file.
7171
7172 * vc.el (vc-admin): Updated to handle selection of appropriate
7173 backend. Current implementation is crufty and need re-thinking.
7174
7175 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7176
7177 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7178
7179 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7180 beginning of annotate buffers correctly.
7181
7182 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7183 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7184 functionality updated quite a lot to support multiple backends.
7185 Variables `vc-annotate-mode', `vc-annotate-buffers',
7186 `vc-annotate-backend' added.
7187
7188 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7189 `vc-annotate-difference' added to supported backend functions.
7190
7191 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7192
7193 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7194 Use with-temp-file instead of /bin/sh. Merged from mainline
7195
7196 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7197
7198 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7199
7200 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7201
7202 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7203
7204 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7205
7206 * vc-hooks.el: vc-state-heuristic added to
7207 vc-backend-hook-functions.
7208
7209 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7210
7211 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7212
7213 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7214 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7215 state to `reserved'.
7216
7217 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7218 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7219
7220 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7221
7222 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7223 untouched.
7224
7225 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7226
7227 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7228 if defined. (Merged from main line, slightly adapted.)
7229
7230 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7231 millenium problem (merged from mainline).
7232
7233 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7234
7235 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7236 part and moved the non-BACKEND stuff to vc.el.
7237
7238 * vc.el: Split the annotate feature into a BACKEND specific part
7239 and moved it from the vc-cvs.el file to this one.
7240
7241 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7242
7243 * vc-hooks.el: Implement new state model.
7244 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7245 (vc-locking-user): Simplify. Now only needed if the file is
7246 locked by somebody else.
7247 (vc-lock-from-permissions): Remove. Functionality is in
7248 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7249 (vc-mode-line-string): New name for former vc-status. Adapted.
7250 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7251
7252 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7253 Various simplifications and adaptations all over the place.
7254
7255 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7256 Simplify and adapt the rest.
7257
7258 * vc.el (vc-resynch-window): Add TODO comment: check for
7259 interaction with view mode according to recent RCS change.
7260 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7261
7262 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7263
7264 * vc.el: Convert the remaining function comments to docstrings.
7265
7266 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7267
7268 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7269 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7270 (vc-minor-part, vc-previous-version): Functions that operate and
7271 compare revision numbers got proper documentation. Comments added
7272 about their possible removal.
7273
7274 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7275
7276 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7277 the vc-backend.el files.
7278
7279 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7280
7281 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7282 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7283 (vc-rcs-previous-version): Functions added.
7284
7285 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7286
7287 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7288
7289 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7290
7291 * vc-hooks.el (vc-master-templates): Is really obsolete.
7292 Comment out the definition for now. What is the right procedure
7293 to get rid of it?
7294 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7295 rewritten.
7296 (vc-default-registered): Remove.
7297 (vc-check-master-templates): New function; does mostly what the
7298 above did before.
7299 (vc-locking-user): Don't rely on the backend to set the property.
7300
7301 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7302 Rewrite documentation.
7303 (vc-rcs-templates-grabbed): New variable.
7304 (vc-rcs-grab-templates): New function.
7305 (vc-rcs-registered): Rewrite to use above mechanism.
7306
7307 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7308 Rewrite documentation.
7309 (vc-sccs-templates-grabbed): New variable.
7310 (vc-sccs-grab-templates): New function.
7311 (vc-sccs-registered): Rewrite to use above mechanism.
7312 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7313 Don't throw the result, simply return it.
7314
7315 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7316 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7317 (vc-cvs-registered): Does the check itself now. Simplify.
7318
7319 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7320 from main line.
7321
7322 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7323
7324 * vc-cvs.el (vc-cvs-diff): New function.
7325
7326 * vc-sccs.el (vc-sccs-diff): New function.
7327
7328 * vc-rcs.el (vc-rcs-diff): New function.
7329 (vc-rcs-checkout): Bug (typo) found and fixed.
7330 (vc-rcs-register-switches): New variable.
7331
7332 * vc.el (vc-backend-diff): Function removed and placed in the
7333 backend files.
7334
7335 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7336
7337 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7338
7339 * vc.el (vc-backend-checkout): Function removed and replaced in
7340 the vc-backend.el files.
7341
7342 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7343
7344 * vc.el (vc-backend-admin): Removed and replaced in the
7345 vc-backend.el files.
7346
7347 * vc.el (Martin): Removed all the annotate functionality since it
7348 is CVS backend specific.
7349
7350 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7351
7352 * spec.txt: Added specification of vc-state.
7353
7354 * vc-sccs-hooks.el (vc-sccs-master-properties):
7355 Remove handling of vc-latest-version and
7356 vc-your-latest-version. What used to be vc-latest-version, is now
7357 returned as vc-workfile-version.
7358 (vc-sccs-workfile-version): Adapt.
7359
7360 2000-09-04 Dave Love <fx@gnu.org>
7361
7362 * vc.el: [Merged from mainline.]
7363 (vc-dired-mode): Make the dired-move-to-filename-regexp
7364 regexp match the date, to avoid treating date as file size.
7365 Add YYYY S option to WESTERN/
7366
7367 2000-09-04 Dave Love <fx@gnu.org>
7368
7369 * vc.el: Require `compile' when compiling.
7370 (vc-logentry-check-hook): New option.
7371 (vc-steal-lock): Use compose-mail.
7372 (vc-dired-mode-map): Defvar when compiling.
7373 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7374 vc-sccs.el and renamed. Callers changed.
7375 (vc-backend-checkout, vc-backend-logentry-check)
7376 (vc-backend-merge-news): Doc fix.
7377 (vc-default-logentry-check): New function.
7378 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7379 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7380 (vc-backend-merge): Doc fix. Use backend functions.
7381 (vc-check-headers): Use backend functions.
7382
7383 * vc-cvs.el: Require vc when compiling.
7384 (vc-cvs-register-switches): Doc fix.
7385 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7386 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7387 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7388 New functions (code from vc.el).
7389 (vc-annotate-display-default): Fix interactive spec.
7390 (vc-annotate-time-span): Doc fix.
7391
7392 * vc-rcs.el: Require vc when compiling.
7393 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7394 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7395 (vc-rcs-checkin): New functions (code from vc.el).
7396 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7397 Doc fix.
7398 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7399
7400 * vc-sccs.el: Require vc when compiling.
7401 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7402 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7403 (vc-sccs-revert)
7404 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7405 from vc.el).
7406 (vc-sccs-add-triple, vc-sccs-record-rename)
7407 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7408 (vc-sccs-admin): Doc fix.
7409
7410 2000-09-04 Martin Lorentzson <martinl@gnu.org>
7411
7412 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7413 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7414 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7415 from vc.el.
7416
7417 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7418
7419 * vc-cvs.el: Moved the annotate functionality from vc.el.
7420 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7421
7422 2000-09-04 Dave Love <fx@gnu.org>
7423
7424 * vc.el (vc-backend-release): Call vc-system-release.
7425
7426 * vc-sccs.el (vc-sccs-system-release):
7427 Renamed from vc-sccs-backend-release.
7428
7429 * vc-rcs.el (vc-rcs-system-release):
7430 Renamed from vc-rcs-backend-release.
7431
7432 * vc-cvs.el (vc-cvs-system-release):
7433 Renamed from vc-cvs-backend-release.
7434
7435 2000-09-04 Dave Love <fx@gnu.org>
7436
7437 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7438 backend files.
7439 (vc-backend-release): Dispatch to backend functions.
7440 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7441 probably needs attention.]
7442
7443 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7444 (vc-sccs-backend-release): New function.
7445
7446 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7447 (vc-cvs-backend-release): New function.
7448
7449 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7450 Doc fix.
7451 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7452 (vc-default-dired-state-info): New function.
7453 (vc-dired-state-info): Dispatch to backends.
7454 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7455
7456 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7457 from vc.el and renamed.
7458
7459 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7460
7461 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7462 (vc-version-other-window, vc-backend-assign-name): Removed
7463 references to vc-latest-version; sometimes changed into
7464 vc-workfile-version.
7465
7466 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7467 vc-rcs-master-workfile-version.
7468 (vc-rcs-workfile-version): Use the above. Don't call
7469 vc-latest-version (that was unreachable code, anyway).
7470 (vc-rcs-fetch-master-properties): Doc fix.
7471
7472 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7473 (vc-backend-hook-functions): Removed them from this list, too.
7474 (vc-fetch-properties): Removed.
7475 (vc-workfile-version): Doc fix.
7476
7477 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7478 (vc-rcs-workfile-version, vc-rcs-locking-user)
7479 (vc-rcs-uses-locking): Use it.
7480
7481 * vc-hooks.el (vc-consult-rcs-headers):
7482 Moved into vc-rcs-hooks.el, under the name
7483 vc-rcs-consult-headers.
7484
7485 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7486 headers.
7487 (vc-cvs-find-master): Use this name only; correct different
7488 versions of the name.
7489
7490 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7491 New functions.
7492 (vc-sccs-locking-user): Use the latter.
7493
7494 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7495 New functions.
7496
7497 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7498 Moved into both
7499 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7500 functions are implementation details of those two backends.
7501
7502 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7503
7504 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7505 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7506
7507 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7508 (vc-sccs-parse-locks): SCCS-specific code moved here from
7509 vc-hooks.
7510
7511 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7512 code moved here from vc-hooks.
7513
7514 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7515 into back-end specific parts and removed. Callers not updated
7516 yet; because I guess these callers will disappear into back-end
7517 specific files anyway.
7518
7519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7520
7521 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7522 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7523 `vc-uses-locking'.
7524
7525 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7526 Store yes/no in the property, and return t/nil. Updated all
7527 callers.
7528
7529 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7530 vc-sccs-uses-locking. Don't set property.
7531 (vc-sccs-locking-user): Don't set property.
7532
7533 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7534 vc-cvs-uses-locking. Don't set property here; leave that to
7535 vc-hooks.
7536 (vc-cvs-locking-user): Reflect above change. Streamlined.
7537
7538 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7539 vc-rcs-uses-locking.
7540 (vc-rcs-locking-user): Reflect above change.
7541
7542 2000-09-04 Dave Love <fx@gnu.org>
7543
7544 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7545
7546 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7547
7548 * vc-hooks.el (vc-checkout-model): Punt to backends.
7549
7550 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7551
7552 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7553
7554 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7555 New functions.
7556
7557 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7558 New functions.
7559
7560 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7561 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7562
7563 * vc-hooks.el (vc-default-locking-user): New function.
7564 (vc-locking-user, vc-workfile-version): Punt to backends.
7565
7566 2000-09-04 Dave Love <fx@gnu.org>
7567
7568 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7569 (vc-master-workfile-version): Moved from vc-hooks.
7570
7571 * vc-rcs-hooks.el: Fix duplicate code in last change.
7572
7573 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7574 (vc-rcs-master-templates): Improve :type.
7575 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7576 vc-master-workfile-version): Moved from vc-hooks.
7577
7578 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7579 (vc-sccs-master-templates): Improve :type.
7580 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7581
7582 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7583
7584 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7585 (vc-cvs-master-templates): Improve :type. Use
7586 vc-cvs-find-cvs-master.
7587 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7588 from vc-hooks.
7589 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7590
7591 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7592 Moved to vc-cvs-hooks.
7593
7594 * vc-hooks.el: Add doc strings in various places. Simplify the
7595 minor mode setup.
7596 (vc-handled-backends): New user variable.
7597 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7598 simplification.
7599
7600 2000-09-04 Dave Love <fx@gnu.org>
7601
7602 * vc.el: Some doc fixes for autoloaded and interactive functions.
7603 Fix compilation warnings from ediff stuff.
7604 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7605
7606 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7607
7608 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7609
7610 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7611
7612 2000-09-04 Dave Love <fx@gnu.org>
7613
7614 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7615 New variable.
7616 (vc-make-backend-function, vc-loadup, vc-call-backend)
7617 (vc-backend-defines): New functions.
7618
7619 * vc-hooks.el: Various doc fixes.
7620 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7621 (vc-match-substring): Function removed. Callers changed to use
7622 match-string.
7623 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7624 Simplify.
7625
7626 2000-09-04 Dave Love <fx@gnu.org>
7627
7628 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7629 type.
7630 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7631 (vc-sccs-registered): Doc fix.
7632
7633 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7634 (vc-cvs-registered): Doc fix.
7635
7636 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7637 (vc-rcs-registered): Doc fix.
7638
7639 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7640
7641 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7642
7643 * vc-hooks.el: vc-registered has been renamed
7644 vc-default-registered. Some functions have been moved to the
7645 backend specific files. they all support the
7646 vc-BACKEND-registered functions.
7647
7648 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7649
7650 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7651
7652 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7653
7654 2000-09-04 Dave Love <fx@gnu.org>
7655
7656 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7657 menu-bar-update-hook.
7658
7659 * help.el (help-manyarg-func-alist): Add
7660 find-operation-coding-system.
7661
7662 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7663
7664 * custom.el (custom-set-variables): Print message about errors in
7665 setting.
7666
7667 2000-09-03 Andrew Innes <andrewi@gnu.org>
7668
7669 * makefile.w32-in: Change to DOS line endings.
7670
7671 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7672
7673 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7674 minor-mode keymaps, if they don't have one.
7675
7676 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7677
7678 * eshell/esh-module.el (eval-when-compile): Don't lose if
7679 esh-module.el's file name is truncated to DOS 8+3 limits.
7680
7681 2000-09-01 John Wiegley <johnw@gnu.org>
7682
7683 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7684 predicate, which caused entries in the completion list to be
7685 doubled.
7686
7687 2000-08-30 John Wiegley <johnw@gnu.org>
7688
7689 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7690 sending to subprocesses. Also, hook pre-command-hook if
7691 `eshell-send-direct-to-subprocesses' is non-nil.
7692 (eshell-send-direct-to-subprocesses): New config variable. If t,
7693 subprocess input is send immediately.
7694 (eshell-toggle-direct-send): New function.
7695 (eshell-self-insert-command): New function.
7696 (eshell-intercept-commands): New function.
7697 (eshell-send-input): If direct subprocess sending is enabled,
7698 don't echo any input to the Eshell buffer. Let the subprocess
7699 handle that. This requires "stty echo" in bash, for example.
7700
7701 2000-08-28 John Wiegley <johnw@gnu.org>
7702
7703 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7704 completion function for Eshell's implementation of `unset'.
7705
7706 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7707
7708 * info.el (Info-directory-list): Doc fix.
7709
7710 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7711
7712 * filecache.el (file-cache-add-directory-using-find): Don't quote
7713 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7714
7715 2000-08-31 Kenichi Handa <handa@etl.go.jp>
7716
7717 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7718 coding systems.
7719
7720 2000-08-30 Andrew Innes <andrewi@gnu.org>
7721
7722 * timer.el (run-with-idle-timer): Undo last change, so that timer
7723 is not activated immediately if Emacs is already idle. Some
7724 existing code relies on this behaviour.
7725
7726 2000-08-30 Miles Bader <miles@gnu.org>
7727
7728 * frame.el (set-frame-font): Do completion of font-name for
7729 interactive use.
7730
7731 2000-08-30 Kenichi Handa <handa@etl.go.jp>
7732
7733 * international/quail.el (quail-start-translation): Bind locally
7734 last-command-event, last-command, and this-command.
7735 (quail-start-conversion): Likewise.
7736 (quail-self-insert-command): Fix docstring.
7737
7738 2000-08-29 Gerd Moellmann <gerd@gnu.org>
7739
7740 * progmodes/executable.el
7741 (executable-make-buffer-file-executable-if-script-p): Check that
7742 buffer contains at least 2 characters.
7743
7744 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7747
7748 2000-08-29 Dave Love <fx@gnu.org>
7749
7750 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7751 (diff-mode-shared-map): Bind mouse-2.
7752 (diff-imenu-generic-expression): New variable.
7753 (diff-mode): Use it.
7754
7755 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7756 (mouse-popup-menubar): Add minor mode menus.
7757 (popup-menu): Check for lookup-key returning number.
7758
7759 2000-08-29 Miles Bader <miles@gnu.org>
7760
7761 * comint.el (comint-send-input): Create overlays using the proper
7762 front/read-advance arguments.
7763
7764 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7765
7766 * ps-print.el: Even/odd pages printing. Doc fix.
7767 (ps-print-version): New version number (6.0).
7768 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7769 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7770 (ps-print-duplex-feature): Variable eliminated.
7771 (ps-even-or-odd-pages): New variable.
7772
7773 * progmodes/ebnf2ps.el: Doc fix.
7774 (ebnf-version): New version (3.3).
7775 (ebnf-user-arrow): Change variable customization to sexp.
7776 (ebnf-user-arrow): Function eliminated.
7777 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
7778
7779 2000-08-29 Kenichi Handa <handa@etl.go.jp>
7780
7781 * help.el (help-xref-mule-regexp): New variable.
7782 (help-make-xrefs): Handle help-xref-mule-regexp.
7783
7784 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7785 variable.
7786 (describe-input-method): Temporarily activate the specfied input
7787 method to display the information.
7788 (describe-language-environment): Hyperlinks to mule related items.
7789
7790 * international/mule-diag.el (charset-multibyte-form-string): New
7791 function.
7792 (list-character-sets-1): Use charset-multibyte-form-string.
7793 (describe-character-set): New function.
7794 (describe-coding-system): Hyperlinks to safe character sets.
7795
7796 * international/quail.el (quail-help): New arg PACKAGE.
7797 Hyperlinks to mule related items.
7798 (quail-help-insert-keymap-description): Use
7799 substitute-command-keys instead of describe-bindings.
7800 (quail-translation-help): Hyperlinks to mule related items.
7801
7802 2000-08-28 John Wiegley <johnw@gnu.org>
7803
7804 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7805 have a defsubst call itself. Made `eshell-flatten-list' back into
7806 a function again.
7807
7808 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7809 catch, in case re-centering point at bottom messes up the display.
7810 This happens frequently in Emacs 21, due I believe to variable
7811 line heights.
7812
7813 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7814 to call `find-tag-interactive'.
7815
7816 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7817 the list of remember directories.
7818
7819 2000-08-28 John Wiegley <johnw@gnu.org>
7820
7821 * align.el: Test align-region-separate to see if it's a symbol.
7822
7823 2000-08-28 John Wiegley <johnw@gnu.org>
7824
7825 * eshell/esh-util.el (eshell-flatten-list): Made this function
7826 into a defsubst form. It gets used very frequently, although
7827 calls don't occur all that often.
7828
7829 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7830 examining it.
7831
7832 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7833 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7834 `eshell-protect'.
7835 (eshell-copy-handles): Created a new macro for duplicating the
7836 current set of open handles. This is needed by the looping
7837 functions.
7838 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7839 is not incorrectly stomped on.
7840
7841 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7842 declaration for pcomplete-use-paring.
7843 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7844 value of eshell-cmpl-use-paring.
7845 * pcomplete.el (pcomplete-use-paring): New config variable, to
7846 indicate whether paring should be used.
7847 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7848 completion alternatives that have already been used.
7849
7850 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7851 bound to C-c C-y, which will repeat the previous N arguments
7852 (based on prefix argument).
7853 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7854
7855 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7856 if there is no *Help* buffer. This is for XEmacs, which renames
7857 its help buffers uniquely. TODO: Find out what the current buffer
7858 name to delete is.
7859
7860 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7861 first entry that correlates to a passwd/group number. Later
7862 entries (used for group/user name aliasing to multiple IDs) are
7863 ignored.
7864
7865 * eshell/em-xtra.el (eshell/expr):
7866 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7867 (eshell-grep, eshell/diff, eshell/locate):
7868 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7869 argument list, before passing it to the system command.
7870
7871 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7872 `find-tag' for use at final position in Eshell buffers (which
7873 otherwise triggers an error on Emacs 21).
7874 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7875 buffer, if it is currently bound to `find-tag'.
7876
7877 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7878 in the list of matched Makefile names.
7879 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7880 directory, prefer its contents to Makefile.
7881
7882 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7883 directory parts (like "cd old new", or "cd =regexp"), are now case
7884 sensitive on non-Windows/DOS platforms.
7885
7886 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7887 types RET after an open delimiter (like "), display a message
7888 indicating that Eshell is waiting for the closing delimiter.
7889
7890 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7891 environment variables.
7892
7893 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7894 gracefully if the user enters incorrect arguments.
7895
7896 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7897 Eshell buffers.
7898
7899 * eshell/esh-var.el (eshell-interpolate-variable):
7900 * eshell/esh-mode.el (eshell-move-argument):
7901 * eshell/em-unix.el (eshell-du-sum-directory):
7902 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7903 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7904 (not (= ...)).
7905
7906 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7907 to ensure the `preserve' flag gets propagated when doing recursive
7908 directory copies.
7909
7910 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
7911
7912 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7913 Don't convert \n into \0177 in memory.
7914 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7915 and back again, when reading and writing.
7916
7917 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
7918
7919 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7920 testing of `fboundp' on `processp'.
7921
7922 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7923 (eshell/jobs): Don't call process-list if it is not bound.
7924 (eshell-gather-process-output): Support systems where async
7925 subprocesses aren't supported.
7926 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7927 variables.
7928
7929 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7930 eshell-do-eval returns t.
7931 (eshell-do-pipelines-synchronously): New defmacro.
7932 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7933 when async subprocesses aren't supported.
7934 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7935 if async subprocesses aren't supported.
7936 (eshell-resume-command): Don't assume STATUS is a string.
7937
7938 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7939
7940 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7941 (eshell-close-target, eshell-get-target): Use eshell-processp.
7942 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7943 fix.
7944 (eshell-get-target, eshell-create-handles): Doc fix.
7945
7946 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
7947
7948 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
7949 criterion to include commands that output something, as long as it
7950 leaves both the command and the end-of-buffer visible when the
7951 command has exited.
7952 (eshell-review-quick-commands): Adjust the help doc string
7953 accordingly.
7954
7955 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7956
7957 * locate.el (locate): Cleaned up locate command's interactive prompting
7958 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
7959
7960 * filecache.el (file-cache-case-fold-search): New variable
7961 (file-cache-assoc-function): New variable
7962 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7963 Use file-cache-case-fold-search variable
7964 (file-cache-add-file): Use file-cache-assoc-function
7965 (file-cache-delete-file): likewise
7966 (file-cache-directory-name): likewise
7967 (file-cache-debug-read-from-minibuffer): likewise
7968
7969 2000-08-28 Gerd Moellmann <gerd@gnu.org>
7970
7971 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7972 (abbrev-table-name): New function.
7973 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
7974 If non-nil list local abbrev, only.
7975
7976 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
7977
7978 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
7979 from Gnus support code, and use special article copy buffer
7980 `(gnus-original-article-buffer)' instead. This allows to get rid
7981 of article-hide-headers usage (which breaks in the latest Gnus
7982 version). Thanks to Detlev Zundel.
7983
7984 2000-08-28 Kenichi Handa <handa@etl.go.jp>
7985
7986 * international/quail.el (quail-use-package): Hide "... loaded"
7987 message.
7988 (quail-start-translation, quail-start-conversion): Likewise.
7989
7990 * international/kkc.el (kkc-region): Hide "... loaded" message.
7991
7992 2000-08-27 Dave Love <fx@gnu.org>
7993
7994 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
7995
7996 2000-08-27 Miles Bader <miles@gnu.org>
7997
7998 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
7999
8000 2000-08-27 Kenichi Handa <handa@etl.go.jp>
8001
8002 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8003 'ja-dic-cnv), not (require 'skkdic-cnv).
8004
8005 2000-08-26 Miles Bader <miles@gnu.org>
8006
8007 * faces.el (face-x-resources): Add entry for :inherit.
8008 * cus-face.el (custom-face-attributes): Add support for :inherit
8009 attribute. Add support for relative face heights.
8010 (custom-face-attributes-get): Treat `nil' as being a default value
8011 for :inherit (as well as `unspecified').
8012
8013 * faces.el (set-face-attribute): Update doc string.
8014 (face-attribute-name-alist): Add :inherit.
8015 (face-valid-attribute-values): Handle :inherit.
8016 (face-read-string): Rephrase prompt to be less confusing.
8017 Assume that DEFAULT is a string, since we must return a string.
8018 (face-read-integer): Use `format' to turn DEFAULT into an
8019 acceptable default for face-read-string. Match NEW-VALUE against
8020 the string "unspecified", not the symbol `unspecified', since
8021 that's what face-read-string returns.
8022 (read-face-attribute): Lookup a name for old-value in valid, and
8023 use it as a default if we find one. Treat all values from
8024 face-read-string as strings. If the default is used, don't do any
8025 more processing on the value, just use the old value directly.
8026 (read-face-and-attribute, modify-face): Tweak prompt.
8027 (read-face-name): Don't assume prompt ends with a space.
8028
8029 * faces.el (describe-face): Add support for :inherit attribute.
8030
8031 2000-08-25 Kenichi Handa <handa@etl.go.jp>
8032
8033 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8034 concat doesn't accept interger.
8035
8036 * international/kkc.el: Remove SKK from Keywords. Require
8037 ja-dic-utl instead of skkdic-utl.
8038
8039 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8040 Provide ja-dic-cnv instead of skkdic-cnv.
8041 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8042 (iso-2022-7bit-short): Add safe-charsets property.
8043 (skkdic-convert-postfix): Search Japanese chou-on character in
8044 addition to Hiragana character.
8045 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8046 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8047 (batch-skkdic-convert): Likewise.
8048
8049 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8050 Provide ja-dic-utl instead of skkdic-utl.
8051 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8052
8053 2000-08-24 Dave Love <fx@gnu.org>
8054
8055 * disp-table.el (standard-display-default): Make the test of `l'
8056 useful.
8057
8058 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8059 mod sample text.
8060
8061 * international/iso-ascii.el: Make pilcrow convenient string
8062 consistent with section.
8063 (iso-ascii-display): Set up multibyte characters as well as
8064 unibyte.
8065
8066 2000-08-24 Kenichi Handa <handa@etl.go.jp>
8067
8068 * international/mule-cmds.el (reset-language-environment): Set
8069 default-process-coding-system to '(undecided . iso-latin-1), which
8070 makes process I/O almost consistent with file I/O. Call this
8071 function when mule-cmds.el[c] is loaded.
8072
8073 2000-08-22 Andrew Innes <andrewi@gnu.org>
8074
8075 * makefile.w32-in: New file.
8076
8077 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8078
8079 * comint.el (comint-output-filter): Compare end of
8080 comint-last-output-overlay with the start of the newly inserted
8081 text, not the end, when deciding whether to extend it.
8082 Set saved-point's insertion type to advance after insertion.
8083
8084 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8085 since this is now done independently of font-lock mode.
8086
8087 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8088
8089 * server.el (server-kill-new-buffers): New user option.
8090 (server-existing-buffer): New buffer-local variable.
8091 (server-visit-files): When using an existing buffer, set
8092 server-existing-buffer to t.
8093 (server-buffer-done): If server-kill-new-buffers is t, kill the
8094 buffer, unless it was already present before visiting it with
8095 Emacs server.
8096
8097 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8098
8099 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8100 even if the display doesn't support colors: some displays will
8101 support bold/underline faces.
8102
8103 2000-08-21 Gerd Moellmann <gerd@gnu.org>
8104
8105 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8106
8107 * startup.el (command-line): If user's init file had an error,
8108 add explanatory text to *Messages*.
8109
8110 2000-08-21 Kenichi Handa <handa@etl.go.jp>
8111
8112 * man.el (Man-getpage-in-background): Decode the process output by
8113 the system locale coding system.
8114
8115 2000-08-20 Dave Love <fx@gnu.org>
8116
8117 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8118 Don't test x-popup-menu.
8119 (function) <complete-function>: Complete only fbound symbols.
8120 <validate, value>: New.
8121 (variable) <complete-function>: Complete only bound symbols.
8122 (coding-system): Add :base-only, :complete-function, :validate,
8123 :value, :prompt-match.
8124 (widget-coding-system-prompt-value): Use read-coding-system and
8125 act on :base-only.
8126 (editable-field): Add :help-echo.
8127 (widget-push-button-gui, widget-push-button-cache)
8128 (widget-gui-action, widget-editable-list-gui): COmment out, along
8129 with uses.
8130 (widget-at): Make arg optional.
8131 (widget-echo-help): Adjust for current help-echo calling sequence.
8132 (widget-specify-field, widget-specify-button)
8133 (widget-specify-insert, widget-get-sibling, widget-image-find)
8134 (widget-convert, widget-insert, widget-leave-text)
8135 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8136 (widget-setup, widget-field-find, widget-before-change)
8137 (widget-after-change, widget-default-complete)
8138 (widget-default-create, widget-default-delete)
8139 (widget-push-button-value-create, editable-field)
8140 (widget-field-prompt-value, widget-field-validate)
8141 (widget-choice-value-create, widget-choice-action)
8142 (widget-choice-validate, widget-checklist-add-item)
8143 (widget-radio-add-item, widget-radio-chosen)
8144 (widget-radio-value-inline, widget-editable-list-value-create)
8145 (widget-editable-list-entry-create)
8146 (widget-documentation-link-add)
8147 (widget-documentation-string-value-create)
8148 (widget-regexp-validate, widget-file-complete)
8149 (widget-sexp-validate, widget-plist-convert-widget)
8150 (widget-plist-convert-widget, widget-alist-convert-widget)
8151 (widget-alist-convert-widget, widget-color-complete): Simplify,
8152 particularly to avoid bindings which aren't optimized out.
8153
8154 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8155 Doc fix.
8156 (down-list, backward-up-list, up-list, kill-sexp)
8157 (backward-kill-sexp, mark-sexp): Make arg optional.
8158 (lisp-complete-symbol): Add optional arg PREDICATE.
8159
8160 * cus-start.el: Add display-buffer-reuse-frames,
8161 file-coding-system-alist.
8162
8163 2000-08-20 Gerd Moellmann <gerd@gnu.org>
8164
8165 * startup.el (command-line): Clear realized faces after
8166 modifying TTY color mappings.
8167
8168 2000-08-20 Miles Bader <miles@gnu.org>
8169
8170 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8171 merely a subset of FACE's attributes.
8172
8173 2000-08-19 Miles Bader <miles@gnu.org>
8174
8175 * comint.el (comint-output-filter): Save the point with a marker,
8176 not just a buffer position.
8177
8178 * international/mule.el (set-buffer-process-coding-system): Make
8179 interactive prompt less confusing.
8180
8181 2000-08-19 Gerd Moellmann <gerd@gnu.org>
8182
8183 * hilit-chg.el: General cleanup of doc strings, comments and
8184 code formatting.
8185
8186 2000-08-19 Miles Bader <miles@gnu.org>
8187
8188 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8189 Compiler macro removed; beginning-of-line is no longer always
8190 equivalent to forward-line, in the presence of fields.
8191
8192 * comint.el (comint-output-filter): Remove ad-hoc saving of
8193 restriction, and just use save-restriction, now that it works
8194 correctly. Don't adjust comint-last-input-start to account for
8195 our insertion; it shouldn't have moved because we don't use
8196 insert-before-markers anymore. Comment out call to
8197 `force-mode-line-update'; why is it here?
8198
8199 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8200 while checking for prompt to delete. Use `forward-line 0'
8201 instead of beginning-of-line.
8202 (gud-filter): Temporarily widen gud comint buffer while
8203 examining output.
8204
8205 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8206
8207 * progmodes/sh-script.el: Big bag of typos.
8208
8209 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8210 check since ispell-process is not bound when ispell is not yet loaded.
8211
8212 2000-08-18 Dave Love <fx@gnu.org>
8213
8214 * image.el (find-image): Copy `spec' before using plist-put.
8215
8216 2000-08-18 Gerd Moellmann <gerd@gnu.org>
8217
8218 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8219 `portugues'.
8220
8221 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8222 backward-kill-sexp, analogous to kill-sexp.
8223
8224 * progmodes/icon.el (icon-indent-line)
8225 (icon-is-continuation-line): Handle comments specially.
8226
8227 2000-08-17 Ken Stevens <k.stevens@ieee.org>
8228
8229 * ispell.el: Set to standard author/maintainer/keyword fields.
8230 Fine tuning to menu map appearance and operation, and added help.
8231 Remove `start' and `end' error messages when compiling.
8232 (ispell-choices-win-default-height): Fixed comment string.
8233 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8234 castellano8 dictionaries.
8235 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8236 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8237 dictionary, added italiano dictionary.
8238 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8239 word character
8240 (ispell-tex-skip-alists): Added psfig support.
8241 (ispell-skip-html): Renamed from ispell-skip-sgml.
8242 (ispell-begin-skip-region-regexp, ispell-skip-region)
8243 (ispell-minor-check): Improved html skipping support to skip across
8244 code, and recognize `&' commands without propper `;' syntax;
8245 (ispell-process-line): Fix alignment error when manually
8246 correcting spelling.
8247 (ispell): Fix comment string.
8248 (ispell-add-per-file-word-list): Always put word list on new line.
8249
8250 2000-08-17 Gerd Moellmann <gerd@gnu.org>
8251
8252 * format.el (format-encode-run-method): Fix error message to say
8253 `encode' instead of `decode'. Use save-window-excursion around
8254 shell-command-on-region as in format-decode-run-method because
8255 shell-command-on-region can display a buffer with error output.
8256 (format-decode): Don't record undo information for the decoding.
8257 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8258 that number part of the temporary buffer name so that more than
8259 one decoding using a temporary buffer can happen safely.
8260
8261 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8262 of `A-z' in the regexp.
8263
8264 * hilit-chg.el: Fix typos in commentary.
8265
8266 * help.el (view-emacs-news): Rewritten for new naming scheme
8267 for old NEWS files.
8268
8269 * startup.el (command-line): Pop to *Messages* in case an error
8270 is signaled while loading user-init-file.
8271
8272 2000-08-17 Andreas Schwab <schwab@suse.de>
8273
8274 * files.el (insert-directory): Don't lose original file name,
8275 undoing an undocumented change.
8276
8277 2000-08-17 Alex Schroeder <alex@gnu.org>
8278
8279 * sql.el (sql-magic-go): Use comint-bol.
8280 (sql-copy-column): Use comint-line-beginning-position.
8281 (comint-line-beginning-position): Define a replacement for
8282 comint-line-beginning-position if it is not fboundp.
8283
8284 2000-08-17 Alex Schroeder <alex@gnu.org>
8285
8286 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8287 it didn't have any effect anyway.
8288
8289 2000-08-17 Alex Schroeder <alex@gnu.org>
8290
8291 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8292 --pset and pager=off instead of sending \\o|cat at the beginning
8293 of the session.
8294
8295 2000-08-17 Miles Bader <miles@gnu.org>
8296
8297 * progmodes/octave-inf.el: Add compatibility definition of
8298 comint-line-beginning-position.
8299
8300 2000-08-17 Kenichi Handa <handa@etl.go.jp>
8301
8302 * startup.el (normal-top-level): Look in each dir in load-path for
8303 a leim-list.el file too. This assures of loading leim-list.el
8304 that is created at Emacs installation time even if a user have his
8305 own leim-list.el.
8306
8307 2000-08-17 Miles Bader <miles@gnu.org>
8308
8309 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8310 foreground color to black if the background is dark.
8311
8312 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8313
8314 * loadhist.el (unload-feature): Typo.
8315
8316 * finder.el (finder-compile-keywords):
8317 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8318 to the generated file.
8319
8320 * mail/mh-e.el (mh-make-local-vars):
8321 Replace make-variable-buffer-local with make-local-variable.
8322
8323 * play/landmark.el:
8324 * options.el (Edit-options-{set,toggle,t,nil}):
8325 * mail/mailabbrev.el (mail-abbrevs-mode):
8326 * textmodes/tex-mode.el (tex-expand-files):
8327 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8328
8329 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8330
8331 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8332 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8333 Allow going past the last element.
8334 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8335 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8336 (cvs-mouse-toggle-mark): Don't move point.
8337 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8338
8339 * progmodes/compile.el (grep): Provide a default set of files.
8340 (next-error): Docstring fix.
8341 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8342
8343 * emacs-lisp/easy-mmode.el (define-minor-mode):
8344 Use `symbol-value' to keep the byte-compiler quiet.
8345
8346 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8347 (diff-find-source-location): New fun, extracted from diff-goto-source.
8348 (diff-goto-source): Use it.
8349 (diff-next-complex-hunk, diff-filter-lines): New function.
8350 (diff-apply-hunk): New command.
8351
8352 * smerge-mode.el (smerge-mode-menu): Doc fix.
8353
8354 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8355
8356 2000-08-16 Dave Love <fx@gnu.org>
8357
8358 * windmove.el (windmove) <defgroup>: Add :version.
8359
8360 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8361 (goto-address-fontify-p, goto-address-highlight-p)
8362 (goto-address-url-face, goto-address-url-mouse-face)
8363 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8364 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8365 (goto-address-fontify, goto-address-at-mouse): Simplify,
8366 (goto-address-at-point): browse-url-url-at-point,
8367 goto-address-find-address-at-point can return nil.
8368 (goto-address-find-address-at-point): Return nil on failure.
8369
8370 * align.el (align) <defgroup>: Add :version.
8371
8372 * calculator.el (calculator): Add :version.
8373 (calculator): Use two lines for calculator window if `modeline'
8374 face is boxed.
8375
8376 * play/5x5.el: Doc fixes.
8377 (5x5) <defgroup>: Add :version.
8378
8379 * play/fortune.el (fortune) <defgroup>: Add :version.
8380 (fortune-append): Fix error message.
8381 (fortune-from-region): Doc fix.
8382
8383 * play/pong.el (pong): Doc fix.
8384
8385 * play/morse.el: Keywords, commentary, autoloads.
8386
8387 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8388
8389 * desktop.el (desktop-save): Don't look at symbol-value of a
8390 member of minor-mode-alist, unless it is boundp.
8391
8392 2000-08-16 Sam Steingold <sds@gnu.org>
8393
8394 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8395 `while'; use `with-current-buffer' instead of `save-excursion'.
8396 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8397
8398 2000-08-16 Kenichi Handa <handa@etl.go.jp>
8399
8400 * international/ccl.el (declare-ccl-program): Docstring modified.
8401 (ccl-execute-with-args): Likewise.
8402
8403 2000-08-16 Miles Bader <miles@gnu.org>
8404
8405 * progmodes/sql.el: Add compatibility definition of
8406 comint-line-beginning-position.
8407
8408 2000-08-15 Gerd Moellmann <gerd@gnu.org>
8409
8410 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8411 'buffer-menu' property.
8412 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8413 fails.
8414 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8415 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8416 wasn't killed.
8417
8418 * buff-menu.el (list-buffers-noselect): Don't display the
8419 *Buffer List* buffer.
8420
8421 * font-lock.el: Require jit-lock to prevent a very late
8422 `Loading jit-lock' message.
8423
8424 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8425 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8426 mail address.
8427
8428 2000-08-15 Miles Bader <miles@gnu.org>
8429
8430 * textmodes/ispell.el (ispell-graphic-p): New constant.
8431 (ispell-choices-win-default-height, ispell-help): Use
8432 `ispell-graphic-p' instead of `xemacsp'.
8433
8434 2000-08-15 Dave Love <fx@gnu.org>
8435
8436 * simple.el: Autoload widget-convert when compiling.
8437 (mail-user-agent): Doc fix.
8438
8439 * help.el (function-called-at-point, variable-at-point): Use
8440 with-syntax-table.
8441 (help-manyarg-func-alist): Add insert-and-inherit.
8442
8443 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8444
8445 * delsel.el (delsel-unload-hook): New function.
8446
8447 * find-file.el: Doc fixes. Move provide to end.
8448 (ff) <defgroup>: Add :link.
8449 (ff-goto-click): Deleted.
8450 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8451 Use mouse-set-point.
8452
8453 * textmodes/tildify.el: Doc fixes.
8454 (tildify) <defgroup>: Add:version.
8455
8456 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8457 (glasses-custom-set): Use set-default, not set.
8458 (minor-mode-alist): Propertize the lighter.
8459 (glasses-mode): Provide optional arg.
8460
8461 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8462 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8463 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8464 option. Provide :type.
8465 (cwarn-configuration): Provide :type.
8466 (cwarn-mode): Doc fix.
8467
8468 * add-log.el (change-log-merge): Doc fix.
8469 (change-log-redate): New command.
8470
8471 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8472 Doze and Dog.
8473 (browse-url): Use dolist, not mapcar.
8474 (browse-url-at-point): Check for null url.
8475 (browse-url-event-buffer, browse-url-event-point): Functions
8476 deleted.
8477 (browse-url-at-mouse, browse-url-netscape): Simplify.
8478
8479 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8480 modes.
8481 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8482 Fix previous change to mapcan.
8483 (msb--init-file-alist, msb--add-separators)
8484 (msb--make-keymap-menu): Simplify.
8485 (msb--choose-file-menu): Use copy-sequence.
8486 (msb-mode-map): Add title to keymap.
8487 (msb-unload-hook): New function.
8488
8489 * bs.el: Fix indentation.
8490 (bs) <defgroup>: Add :links.
8491 (bs-show): Doc fix.
8492 (bs-apply-sort-faces): Don't use window-system.
8493 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8494
8495 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8496
8497 * calendar/timeclock.el (timeclock-file): Run .timelog through
8498 convert-standard-filename.
8499
8500 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8501
8502 * emacs-lisp/authors.el: New file.
8503
8504 * paren.el (show-paren-priority): New user option.
8505 (show-paren-function): Set overlay priorities to
8506 show-paren-priority.
8507
8508 2000-08-14 Miles Bader <miles@gnu.org>
8509
8510 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8511 beginning-of-line with inhibit-field-text-motion bound.
8512
8513 2000-08-14 Gerd Moellmann <gerd@gnu.org>
8514
8515 * calendar/timeclock.el: New file.
8516
8517 2000-08-14 David Ponce <david@dponce.com>
8518
8519 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8520 `widget-button-click'. so that one can use left mouse button to
8521 click on dialog buttons.
8522
8523 2000-08-14 Emmanuel Briot <briot@gnat.com>
8524
8525 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8526 identifiers, since XML is case sensitive
8527
8528 2000-08-12 Miles Bader <miles@gnu.org>
8529
8530 * comint.el (comint-output-filter): Don't bother frobbing
8531 window-start, it doesn't seem to be necessary.
8532
8533 * comint.el (comint-send-string, comint-send-region): Make into
8534 real functions. Snapshot the prompt before sending.
8535
8536 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8537
8538 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8539 technique similar to Info-index, instead of relying on specific
8540 names of relevant Index nodes.
8541 (Info-goto-emacs-command-node): Bind Info-history to nil when
8542 going to the first node found by Info-find-emacs-command-nodes.
8543
8544 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8545
8546 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8547
8548 2000-08-10 Miles Bader <miles@gnu.org>
8549
8550 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8551
8552 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * info.el (Info-file-list-for-emacs): More elements for the
8555 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8556 and woman manuals.
8557
8558 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8559
8560 * comint.el (comint-send-input): Make the newline boundary overlay
8561 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8562 (comint-output-filter): Use `insert' instead of
8563 `insert-before-markers'. Extend comint-last-output-overlay when
8564 necessary since we can't rely on insert-before-markers to do it.
8565 * gud.el (gud-filter): Use `with-current-buffer' instead of
8566 save-excursion when inserting the output, so that point gets
8567 updated correctly; the old method relied on a rather dodgy
8568 side-effect of comint-output-filter to avoid the effect of
8569 save-excursion.
8570
8571 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8572
8573 * files.el (recover-file): Call insert-directory instead of
8574 invoking `ls' directly.
8575
8576 2000-08-10 Miles Bader <miles@gnu.org>
8577
8578 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8579 (comint-last-prompt-overlay): New variables.
8580 (comint-output-filter): Implement prompt highlighting.
8581 (comint-snapshot-last-prompt): New function.
8582 (comint-send-input): Snapshot the last prompt.
8583 Use comint-highlight-input-face.
8584 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8585 Use defface instead of defcustom.
8586 (send-invisible, comint-send-eof): Snapshot the last prompt.
8587 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8588 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8589
8590 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8591
8592 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8593 (regexp-opt-group): Use a list of chars for `letters'.
8594 (regexp-opt-charset): `chars' is now a list of chars.
8595 Use a char-table rather than a vector so it works for multibyte chars.
8596
8597 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8598 Set cvs-minor-current-files to the selected fileinfo.
8599 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8600 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8601
8602 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * files.el (insert-directory): Don't call access-file on
8605 directories on DOS and Windows.
8606
8607 2000-08-09 Kenichi Handa <handa@etl.go.jp>
8608
8609 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8610 longer if necessary.
8611 (ccl-embed-code): Call ccl-embed-data to store CODE in
8612 ccl-program-vector.
8613
8614 2000-08-09 Miles Bader <miles@gnu.org>
8615
8616 * comint.el (comint-output-filter): Properly handle the case where
8617 the text surrounded by comint-last-output-overlay was deleted.
8618
8619 2000-08-08 Gerd Moellmann <gerd@gnu.org>
8620
8621 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8622 non-nil.
8623 (Info-file-list-for-emacs): Remove "info" from the list because
8624 that leads to trying to use the documentation from file `info'
8625 in various situations where it isn't appropriate, for instance
8626 C-h C-k C-h i.
8627
8628 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8629 DIR and/or STRING are nil.
8630
8631 * progmodes/compile.el (compilation-setup): Make variable
8632 compilation-error-screen-columns buffer-local, as some comment
8633 in the code suggests it should be.
8634
8635 * files.el (auto-mode-interpreter-regexp): New variable.
8636 (set-auto-mode): Use it.
8637
8638 * indent.el (indent-for-tab-command): Doc fix.
8639
8640 * mouse-sel.el (mouse-sel-mode): Doc fix.
8641
8642 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8643 labels.
8644
8645 * help.el (print-help-return-message): When
8646 display-buffer-reuse-frames is set, let the help window been quit,
8647 instead of deleting it, which might delete a reused frame.
8648
8649 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8650
8651 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8652 rename a directory to a name that differs only by its letter case.
8653
8654 2000-08-08 Kenichi Handa <handa@etl.go.jp>
8655
8656 * international/quail.el (quail-define-rules): Handle Quail decode
8657 map correctly. Add code for supporting annotations.
8658 (quail-install-decode-map): New function.
8659 (quail-defrule-internal): New optional arguments decode-map and
8660 props.
8661 (quail-advice): New function.
8662
8663 2000-08-07 Sam Steingold <sds@gnu.org>
8664
8665 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8666 `defconst', `define-condition', `with-slots'.
8667 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8668
8669 2000-08-03 Miles Bader <miles@gnu.org>
8670
8671 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8672 New variable.
8673 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8674 comint-use-prompt-regexp-instead-of-fields.
8675 (comint-send-input): Add `input' field property to stuff we send to
8676 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8677 (comint-output-filter): Add `output' field property to process
8678 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8679 (comint-replace-by-expanded-history)
8680 (comint-get-old-input-default, comint-show-output)
8681 (comint-backward-matching-input, comint-forward-matching-input)
8682 (comint-next-prompt, comint-previous-prompt): Use field
8683 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8684 (comint-line-beginning-position): New function.
8685 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8686 (comint-replace-by-expanded-history-before-point): Use
8687 comint-line-beginning-position and line-end-position.
8688 (comint-last-output-overlay): New variable.
8689 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8690
8691 * shell.el (shell-prompt-pattern): Doc change.
8692 (shell-backward-command): Use line-beginning-position.
8693
8694 * gud.el (gud-gdb-complete-command): Use
8695 comint-line-beginning-position.
8696
8697 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8698 comint-bol doesn't actually go to the beginning of the line.
8699
8700 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8701 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8702 (try-expand-line-all-buffers): Likewise.
8703
8704 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8705 explicitly matching comint-prompt-regexp.
8706 (sql-copy-column): Use comint-line-beginning-position instead of
8707 explicitly matching comint-prompt-regexp.
8708
8709 * progmodes/octave-inf.el (inferior-octave-complete): Use
8710 comint-line-beginning-position.
8711
8712 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8713
8714 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8715 looking for a prompt, use `forward-line 0' instead of
8716 `beginning-of-line', to avoid getting caught by an input field.
8717
8718 2000-08-07 Gerd Moellmann <gerd@gnu.org>
8719
8720 * files.el (shell-quote-wildcard-pattern): Make sure to return
8721 PATTERN, in the Unix case.
8722
8723 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8724
8725 * play/zone.el (zone): Discard any pending input before running
8726 the randomly-chosen pgm.
8727
8728 2000-08-07 Kenichi Handa <handa@etl.go.jp>
8729
8730 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8731 checking the existence of any multibyte characters.
8732
8733 2000-08-06 Gerd Moellmann <gerd@gnu.org>
8734
8735 * help.el (describe-mode): Test minor-mode symbol for being
8736 bound before testing its value for being nil.
8737
8738 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8739 `first', `second', and `third'.
8740
8741 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8742 (second): Make it an alias for `cadr'.
8743
8744 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8745
8746 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8747 types of display support faces now.
8748
8749 2000-08-05 Gerd Moellmann <gerd@gnu.org>
8750
8751 * pcvs.el (require): Require `cl' during compilation, only.
8752
8753 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8754 (toplevel): Remove `remq' and `remove' from autoloads.
8755 (cl-fake-autoloads): New variable. If set, arrange for an error
8756 when CL functions etc. are autoloaded.
8757
8758 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8759
8760 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8761
8762 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8763 popped up, but the user clicks outside the menu, return an empty
8764 regexp (that causes unhighlight-regexp to have no effect).
8765
8766 * menu-bar.el (menu-bar-games-menu): Add Zone.
8767
8768 * hi-lock.el (toplevel): Require font-lock.
8769
8770 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8771
8772 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
8773 (ebnf-8-bit-chars): New var for bug fix.
8774 (ebnf-string): Bug fix.
8775
8776 2000-08-03 Sam Steingold <sds@gnu.org>
8777
8778 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8779 instead of `buffer-string'.
8780 (require 'cl): Always, not just when compiling.
8781 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8782 necessary.
8783
8784 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8785
8786 * international/mule-cmds.el (select-safe-coding-system): Make
8787 the message text about selecting a safe coding system more clear.
8788
8789 2000-08-02 Gerd Moellmann <gerd@gnu.org>
8790
8791 * hi-lock.el: New file.
8792
8793 * play/zone.el: New file.
8794
8795 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8796 value of tab-width in the original buffer. Choose a line number
8797 format that's a multiple of the original buffer's tab width, so
8798 that lines appear right.
8799
8800 * textmodes/ispell.el (ispell): New function, replacing an alias.
8801 Spell-check active region if in transient-mark-mode and mark
8802 is active; otherwise spell-check buffer.
8803
8804 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8805
8806 * ps-mule.el: Fix a customization problem on
8807 ps-mule-font-info-database-default.
8808
8809 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8810
8811 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8812 display-mouse-p instead of window-system.
8813 (ebrowse-member-mode-map): Ditto.
8814
8815 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8816
8817 * progmodes/ebnf2ps.el: Update ps-print functions call.
8818 Indentation fix. Doc fix.
8819 (ebnf-version): New version number (3.2).
8820 (ebnf-format-color, ebnf-begin-job): Code fix.
8821
8822 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8823
8824 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8825 font lock support on window-system.
8826 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8827
8828 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8829 display-color-p, if fboundp, instead of window-system.
8830
8831 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8832
8833 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8834 instead of window-system.
8835
8836 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8837 window-system.
8838 (widget-choice-mouse-down-action): Use display-popup-menus-p
8839 instead of window-system.
8840
8841 * strokes.el (strokes-file): Run the file name through
8842 convert-standard-filename.
8843 (strokes-mode): Call display-mouse-p instead of looking at
8844 window-system. Change the error message accordingly.
8845
8846 * progmodes/cpp.el (toplevel): Support faces on tty's.
8847
8848 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8849 (lm-plot-square, lm-init-display): Don't use window-system.
8850
8851 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8852 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8853
8854 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8855 instead of looking at window-system.
8856
8857 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8858
8859 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8860 of testing if iswitchb-prepost-hooks is bound, because the
8861 latter will always be true when invoking a recursive minibuffer
8862 from an active Iswitchb buffer.
8863
8864 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8865
8866 * files.el (shell-quote-wildcard-pattern): New function.
8867 (insert-directory): Call it. Only prepend "\" to command on Unix
8868 and GNU/Linux systems.
8869
8870 2000-07-30 Gerd Moellmann <gerd@gnu.org>
8871
8872 * eshell/esh-groups.el: Change custom :link file names
8873 from `eshell.info' to `eshell'.
8874
8875 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8876
8877 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8878 correctly in recursive ange-ftp listings.
8879
8880 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8881
8882 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8883 ps-header-font-size-internal and
8884 ps-header-title-font-size-internal variables are not set,
8885 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8886 face text property is (foreground-color . COLOR) or
8887 `(background-color . COLOR)', ps-print crashes. Doc fix.
8888 (ps-print-version): New version number (5.2.4).
8889 (ps-plot-region): Code fix.
8890 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8891 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8892 Bug fix 2.
8893
8894 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
8895
8896 * glasses.el (glasses-make-readable): Fix uncapitalization of
8897 identifiers like `myXMLDocument'.
8898
8899 2000-07-28 Karl Fogel <kfogel@red-bean.com>
8900
8901 * mail/mail-hist.el (mail-hist-previous-input)
8902 (mail-hist-next-input): Do the obvious code factorization.
8903 (mail-hist-retrieve-and-insert): New func, contains common
8904 code of above two.
8905 If inserting a message body, leave point at top.
8906
8907 2000-07-28 Sam Steingold <sds@gnu.org>
8908
8909 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
8910 Use `<=', not `<' to compare times!
8911 (ange-ftp-ls): Remove.
8912
8913 2000-07-27 Gerd Moellmann <gerd@gnu.org>
8914
8915 * play/cookie1.el: Add explanation of how to make cookie.el
8916 compatible with strfile(1) to comment.
8917
8918 * subr.el (remove, remq): New functions.
8919
8920 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8921 escape `*' in regexps.
8922 (midnight-find): Reverse order of arguments in the funcall of
8923 TEST.
8924
8925 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8926 and `.class'.
8927
8928 * play/meese.el: Add Commentary section.
8929
8930 2000-07-27 Alex Schroeder <alex@gnu.org>
8931
8932 * sql.el (sql-ms): Added autoload cookie.
8933 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8934 (sql-oracle): Ditto.
8935 (sql-help): Doc change.
8936
8937 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8938 types and exceptions.
8939
8940 2000-07-27 Alex Schroeder <alex@gnu.org>
8941
8942 * sql.el (sql-placeholder-history): New variable.
8943 (sql-query-placeholders-and-send): New function that will query
8944 the user and replace placeholders with user input.
8945 (sql-oracle): If running on NT, set comint-input-sender to
8946 sql-query-placeholders-and-send.
8947
8948 (sql-stop): If in the SQLi buffer, insert stop notification, else
8949 present it as a message.
8950
8951 2000-07-27 Alex Schroeder <alex@gnu.org>
8952
8953 * sql.el (sql-input-ring-separator): Doc change.
8954 (sql-input-ring-file-name): Doc change.
8955 (sql-interactive-mode): Use `sql-input-ring-separator' and
8956 `sql-input-ring-file-name' to set the comint-mode equivalents
8957 without making them local variables.
8958 (sql-stop): Don't bind `sql-input-ring-separator' and
8959 `sql-input-ring-file-name' dynamically to their comint-mode
8960 equivalents.
8961
8962 2000-07-27 Kenichi Handa <handa@etl.go.jp>
8963
8964 * international/mule.el (register-char-codings): New function.
8965 (make-coding-system): Handle `safe-chars' specification in the arg
8966 PROPERTY.
8967
8968 * international/mule-cmds.el
8969 (find-coding-systems-region-subset-p): This function deleted.
8970 (sort-coding-systems-predicate): New variable.
8971 (sort-coding-systems): New function.
8972 (find-coding-systems-region): Use
8973 find-coding-systems-region-internal.
8974 (find-coding-systems-string): Use find-coding-systems-region.
8975 (find-coding-systems-for-charsets): Check
8976 char-coding-system-table.
8977 (select-safe-coding-system-accept-default-p): New variable.
8978 (select-safe-coding-system): Mostly rewritten. New argument
8979 ACCEPT-DEFAULT-P.
8980 (select-message-coding-system): Call select-safe-coding-system
8981 with ACCEPT-DEFAULT-P arg.
8982 (reset-language-environment): Reset default-sendmail-coding-system
8983 to the default value iso-latin-1.
8984 (set-language-environment): Don't set the obsolete variable
8985 charset-origin-alist.
8986
8987 * international/codepage.el (cp-coding-system-for-codepage-1):
8988 Give `safe-chars' property to make-coding-system.
8989
8990 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
8991 calling select-message-coding-system twice.
8992
8993 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
8994 instead of `safe-charsets'.
8995 (cyrillic-alternativnyj): Likewise.
8996 (ccl-encode-alternativnyj): Don't check the charset
8997 cyrillic-iso8859-5.
8998
8999 2000-07-27 Kenichi Handa <handa@etl.go.jp>
9000
9001 * composite.el (compose-chars-after): Preserve match data.
9002
9003 2000-07-26 Sam Steingold <sds@gnu.org>
9004
9005 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9006 (ange-ftp-real-file-newer-than-file-p): New function.
9007 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9008 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9009
9010 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9011 * midnight.el (midnight-float-time): Ditto.
9012
9013 2000-07-26 Andreas Schwab <schwab@suse.de>
9014
9015 * files.el (normal-backup-enable-predicate): Correct
9016 interpretation of the return value of compare-strings.
9017
9018 2000-07-26 Gerd Moellmann <gerd@gnu.org>
9019
9020 * isearch.el (isearch-resume): New function.
9021 (isearch-done): Add something to command-history to resume
9022 the search.
9023 (isearch-yank-line, isearch-yank-word): Use
9024 buffer-substring-no-properties instead of buffer-substring.
9025
9026 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9027 of flyspell-mouse-map.
9028
9029 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9030 duplicate definition.
9031 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9032
9033 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9034 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9035
9036 2000-07-25 Sam Steingold <sds@gnu.org>
9037
9038 * net/ange-ftp.el: Get modtime over the net.
9039 (ange-ftp-file-modtime): New function.
9040 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9041 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9042 Use it.
9043 (ange-ftp-dot-to-slash): New function.
9044 (ange-ftp-fix-name-for-vms): Use it.
9045
9046 * midnight.el (midnight-buffer-display-time): Use
9047 `with-current-buffer'.
9048
9049 2000-07-25 Gerd Moellmann <gerd@gnu.org>
9050
9051 * find-dired.el: Update copyright notice.
9052 (find-dired): Offer to kill a running `find'.
9053
9054 * enriched.el (enriched-face-ans): For a `foreground-color'
9055 property, return '(("x-color" COLOR))' so that COLOR will be
9056 output as a parameter of the x-color annotation. Likewise for the
9057 `background-color' property. In the case of normal face
9058 properties, don't return annotations for unspecified foreground
9059 and background face attributes.
9060
9061 2000-07-25 Kenichi Handa <handa@etl.go.jp>
9062
9063 * language/japan-util.el (japanese-katakana-region): Fix handling
9064 HANKAKU argument.
9065
9066 2000-07-25 Miles Bader <miles@gnu.org>
9067
9068 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9069 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9070 constrain-to-field.
9071
9072 2000-07-24 Andrew Innes <andrewi@gnu.org>
9073
9074 * timer.el (timer-activate-when-idle): Add optional parameter
9075 DONT-WAIT. Update docstring.
9076 (run-with-idle-timer): Specify extra parameter to
9077 timer-activate-when-idle, so that timer will be activated
9078 immediately if Emacs is already idle.
9079
9080 * w32-fns.el (w32-using-nt): Fix docstring.
9081
9082 2000-07-24 Dave Love <fx@gnu.org>
9083
9084 * mouse.el (popup-menu): Set last-command-event.
9085 (mouse-major-mode-menu-prefix): Declare.
9086
9087 2000-07-24 Gerd Moellmann <gerd@gnu.org>
9088
9089 * textmodes/flyspell.el: Update to author's version 1.5d.
9090
9091 * progmodes/hideshow.el: Update copyright notice.
9092
9093 * vcursor.el: Set maintainer to FSF, since author cannot
9094 be reached.
9095
9096 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9097
9098 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9099 the prompt.
9100
9101 * mouse.el (popup-menu): Run the keymap through indirect-function,
9102 in case it was defined with define-prefix-key. If the menu is a
9103 list of keymaps, look up the binding of user's choice in each one
9104 of the keymaps.
9105 (mouse-popup-menubar): If the global and local menu-bar keymaps
9106 don't have a prompt string, create one and insert it into the
9107 keymap. Don't barf if current-local-map returns nil.
9108
9109 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9110
9111 * dired.el (dired-sort-R-check): Added to allow recursive listing
9112 to be undone.
9113 (dired-sort-other): Use it.
9114
9115 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9116
9117 * Release of cc-mode 5.27
9118
9119 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9120
9121 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9122 c-beginning-of-statement-1 that caused a bad case of recursion
9123 which could consume a lot of CPU in large classes in languages
9124 that have in-expression classes (i.e. Java and Pike).
9125
9126 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9127 statements before top level constructs (i.e. case 6 is moved
9128 before case 5 and is now case 4) to catch in-expression
9129 classes in top level expressions correctly.
9130
9131 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9132
9133 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9134 objc-method-intro. Case 4 removed and case 5I added.
9135
9136 * cc-langs.el (c-append-paragraph-start): New variable used by
9137 c-common-init to get paragraph-start correct.
9138 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9139 initialize paragraph-start to make it correct both with and
9140 without the javadoc special case.
9141
9142 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9143 initialize paragraph-start for javadoc markup.
9144
9145 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9146 change by defaulting this to t. It's motivated by the
9147 confusing behavior that otherwise arise from the style system
9148 when editing both java and non-java files at the same time
9149 (see the comments about style setting in c-common-init).
9150
9151 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9152
9153 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9154 similar to the one in c-fill-paragraph to check the fill
9155 prefix from the adaptive fill function for sanity.
9156
9157 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9158
9159 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9160 defun block.
9161
9162 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9163
9164 * cc-mode.texi Documented the change of cpp-macro.
9165
9166 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9167
9168 * cc-align.el (c-lineup-multi-inher): Handle lines with
9169 leading comma nicely. Extended to handle member initializers
9170 too.
9171
9172 * cc-engine.el: (c-beginning-of-inheritance-list,
9173 c-guess-basic-syntax): Fixed recognition of inheritance lists
9174 when the lines begins with a comma.
9175
9176 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9177
9178 * cc-vars.el (c-offsets-alist): Changed default for
9179 member-init-cont to c-lineup-multi-inher since it now handles
9180 member initializers and indents better for leading commas.
9181
9182 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9183
9184 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9185 handling that caused class open lines to be recognized as
9186 statement-conts in some cases.
9187
9188 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9189 guessed by the adaptive fill function unless point is on the
9190 first line of a block comment.
9191
9192 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9193 when the buffer ends with a macro continuation char.
9194
9195 * cc-engine.el (c-guess-basic-syntax): Added support for
9196 function definitions as statements in Pike. The first
9197 statement in a lambda block is now labeled defun-block-intro
9198 instead of statement-block-intro.
9199
9200 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9201 so that the class surrounding point is selected, not the one
9202 innermost in the state.
9203
9204 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9205 recognition of switch labels having hanging multiline
9206 statements.
9207
9208 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9209 some code in c-guess-basic-syntax to a separate function.
9210 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9211 recognition of member inits with multiple line arglists.
9212 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9213 member-init-cont when the commas are in funny places.
9214
9215 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9216
9217 * cc-defs.el (c-auto-newline): Removed this macro since it's
9218 not used anymore.
9219
9220 * cc-engine.el (c-looking-at-bos): New helper function.
9221 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9222 inexpr and toplevel classes apart in Pike.
9223
9224 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9225 of case 9A.
9226
9227 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9228 constant, since "class" can introduce an in-expression class
9229 in Pike nowadays.
9230
9231 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9232
9233 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9234 indentation on cpp-macro lines.
9235
9236 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9237 a syntax modifier like comment-intro, to make it possible to
9238 get syntactic indentation for preprocessor directives. It's
9239 incompatible wrt to lineup functions on cpp-macro, but it has
9240 no observable effect in the 99.9% common case where cpp-macro
9241 is set to -1000.
9242
9243 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9244
9245 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9246 member-init-cont when the preceding arglist is several lines.
9247
9248 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9249
9250 * cc-styles.el (c-style-alist): The basic offset for the BSD
9251 style corrected to 8.
9252
9253 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9254
9255 * cc-styles.el (c-style-alist): Adjusted the indentation of
9256 brace list openers in the gnu style.
9257
9258 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9259
9260 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9261
9262 * cc-cmds.el (c-electric-brace, c-electric-slash,
9263 c-electric-star, c-electric-semi&comma, c-electric-colon,
9264 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9265 when c-syntactic-indentation is nil.
9266
9267 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9268 we were left at comments preceding the first statement when
9269 reaching the beginning of the buffer.
9270
9271 * cc-vars.el (c-syntactic-indentation): New variable to turn
9272 off all syntactic indentation.
9273
9274 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9275
9276 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9277 between the text and the block comment ender when it hangs,
9278 depending on how many there are before the fill.
9279
9280 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9281
9282 * cc-engine.el (c-beginning-of-closest-statement): New helper
9283 function to go back to the closest preceding statement start,
9284 which could be inside a conditional statement.
9285 * cc-engine.el (c-guess-basic-syntax): Use
9286 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9287
9288 * cc-engine.el (c-guess-basic-syntax): Better handling of
9289 arglist-intro, arglist-cont-nonempty and arglist-close when
9290 the arglist is nested inside parens. Cases 7A, 7C and 7F
9291 changed.
9292
9293 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9294 up-to-date with javadoc 1.2.
9295
9296 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9297
9298 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9299 multiline Pike type decls.
9300
9301 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9302
9303 * cc-cmds.el (c-indent-new-comment-line): Always break
9304 multiline comments in multiline mode, regardless of
9305 comment-multi-line.
9306
9307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9308
9309 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9310 fully::qualified::names in C++ member init lists. Preamble in
9311 case 5D changed.
9312
9313 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9314
9315 * cc-langs.el (c-common-init): Handling of obsolete variables
9316 moved to c-initialize-cc-mode. More compatible style override
9317 when using global style variables.
9318 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9319 variables moved here.
9320
9321 * cc-mode.texi: Documented the special behavior of
9322 c-special-indent-hook as a style variable. Don't talk about
9323 doing (c-make-styles-buffer-local t) in a mode hook, since
9324 that's already too late to work right.
9325
9326 * cc-styles.el (c-make-styles-buffer-local): Flag style
9327 variable localness in c-style-variables-are-local-p to make
9328 the compatibility measure in c-common-init work well.
9329
9330 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9331 longer contain set-from-style.
9332 * cc-styles.el (c-initialize-builtin-style): Don't check for
9333 set-from-style on c-special-indent-hook.
9334 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9335 copy-alist is sufficient now.
9336
9337 * cc-styles.el (c-set-style, c-set-style-1,
9338 c-get-style-variables): Fixes to variable initialization so
9339 that duplicate entries in styles have the same effect
9340 regardless of DONT-OVERRIDE.
9341
9342 * cc-styles.el (c-set-style-2): Fixed bug where the
9343 initialization of inheriting styles failed when the
9344 dont-override flag is set.
9345
9346 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9347 on this.
9348
9349 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9350
9351 * cc-defs.el (c-forward-comment): Removed the workaround
9352 introduced in 5.38 since it had worse side-effects. If a line
9353 contains the string "//\"", it regarded the // as a comment
9354 start since the \ temporarily doesn't have escape syntax.
9355
9356 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
9357
9358 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9359 ada-xref.el before ada-prj.el, so that the Project menu is created
9360 when ada-prj tries to add to it.
9361 (ada-activate-keys-for-case): Suppress the characters that are not
9362 part of the Ada syntax. Better compatibility with else-mode
9363 (ada-adjust-case-interactive): When auto-casing is not active,
9364 correctly insert newlines (used to insert only ^M). Prevent the
9365 syntax table from being changed in case of an error
9366 (or '_' becomes part of a word and some commands are confused).
9367 Do nothing if ada-auto-case is nil.
9368 (ada-after-keyword-p): Ignore keywords that are also attributes
9369 (ada-batch-reformat): Update usage comment
9370 (ada-call-from-contextual-menu): New function
9371 (ada-case-read-exceptions): Reinitialize the casing exception list
9372 first to nil first, so that the casing exception file can be
9373 shared.
9374 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9375 files.
9376 (ada-compile-goto-error): Fix regexp used to detect a file:line
9377 anywhere in the error message
9378 (ada-contextual-menu-last-point): New variable
9379 (ada-create-keymap): If the variable delete-key-deletes-forward is
9380 t on XEmacs, it means that DEL should delete one character
9381 forward.
9382 (ada-create-menu): Use :included instead of :visible for XEmacs.
9383 New submenu "Options".
9384 (ada-end-stmt-re): Correctly indent "select ... then abort"
9385 statements.
9386 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9387 even if they don't match ada-fill-comment-prefix Fix handling of
9388 paragraphs on the first or last line of a file.
9389 (ada-format-paramlist): Fix handling of default parameter values.
9390 (ada-get-body-name): New function.
9391 (ada-get-current-indent): Optimized by searchling directly for an
9392 existing generic part or a statement outside of it. Handle
9393 ada-indent-align-comments when indenting comments Replaced some
9394 regexps by testing directly the next character. This results in a
9395 huge speedup on some files. New indentation scheme for renames
9396 statements. Stop looking for the 'while' or 'for' associated with
9397 a 'loop' at the first semicolon encountered. A "return" can also
9398 match an anonymous access subprogram declaration.
9399 (ada-get-indent-noindent): Ignore strings and comments when
9400 looking for the keywords "record" and "private".
9401 (ada-goto-matching-decl-start): When matching "if", make sure we
9402 are not in fact seeing "end if". Ignore "when" statements except
9403 when initial keyword was "begin". Fix handling of nested
9404 procedures. Add a recursive call to this function to skip over
9405 other 'end' statmts. Fix indentation for "when .. => begin"
9406 (ada-in-open-paren-p): Fix indentation for complex boolean
9407 expressions, where 'and then', 'or else' and parenthesis
9408 statements are mixed up.
9409 (ada-in-paramlist-p): Skip comments while searching for the
9410 beginning Fix handling of operator declarations.
9411 (ada-indent-align-comments): New variable
9412 (ada-indent-current): Change the syntax table only in the
9413 protected section, so that we are sure it is restored correctly.
9414 (ada-indent-on-previous-lines): Use ada-use-indent and
9415 ada-with-indent Correctly indent "select ... then"
9416 (ada-indent-region): Slight speedup.
9417 (ada-indent-renames): New variable.
9418 (ada-last-which-function-subprog, ada-last-which-function-line):
9419 New variables
9420 (ada-looking-at-semi-private): Correctly indent the 'private'
9421 keyword when it is the first word in a package declaration.
9422 (ada-loose-case-word): Stop searching if at the end of the buffer.
9423 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9424 even if point is not initially at the end of the word.
9425 (ada-matching-decl-start-re): Add "when".
9426 (ada-mode): Add support for abbrev-mode, outline-mode and
9427 which-func-mode Override the old find-file.el entry in
9428 ff-special-constructs since it is using the obsolete
9429 ada-spec-suffix variable
9430 (ada-no-auto-case): New function
9431 (ada-scan-paramlist): When parsing the argument type, accept
9432 spaces (as in "X 'Class", generated by Rational Rose).
9433 (ada-other-file-name): No longer loads the other file.
9434 (ada-popup-menu): Save and restore the current buffer and cursor
9435 position before and after displaying the menu.
9436 (ada-search-ignore-complex-boolean): New function.
9437 (ada-uncomment-region): Emacs21 already knows how to delete
9438 comments not starting in the first column.
9439 (ada-use-indent): New variable
9440 (ada-which-function): New function.
9441 (ada-with-indent): New variable
9442 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9443 can be batch-compiled from the command line.
9444
9445 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9446 Add to the menu when the file is loaded, not in ada-mode-hook.
9447 Add -toolbar to the default ddd command Switches moved from
9448 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9449 ada-prj-default-comp-opt
9450 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9451 Reference Manual to the menu
9452 (ada-check-current): rewritten as a call to ada-compile-current
9453 (ada-compile): Removed.
9454 (ada-compile-application, ada-compile-current, ada-check-current):
9455 Set the compilation-search-path so that compile.el automatically
9456 finds the sources in src_dir. Automatic scrollong of the
9457 compilation buffer. C-uC-cC-c asks for confirmation before
9458 compiling
9459 (ada-compile-current): New parameter, prj-field
9460 (ada-complete-identifier): Load the .ali file before doing
9461 processing
9462 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9463 conform to gnatmake's behavior.
9464 (ada-find-file-in-dir): New function
9465 (ada-find-references): Set the environment variables for gnatfind
9466 (ada-find-src-file-in-dir): New function.
9467 (ada-first-non-nil): Removed
9468 (ada-gdb-application): Add support for jdb, the java debugger.
9469 (ada-get-ada-file-name): Load the original-file first if not done
9470 yet.
9471 (ada-get-all-references): Handles the new ali syntax (parent types
9472 are found between <>).
9473 (ada-initialize-runtime-library): New function
9474 (ada-mode-hook): Always load a project file when a file is opened,
9475 so that the casing exceptions are correctly read.
9476 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9477 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9478 to open the project file, since the latter does not work with
9479 speedbar Get default values before loading the prj file, or the
9480 default executable file name is wrong. Use the absolute value of
9481 src_dir to initialize ada-search-directories and
9482 compilation-search-path,... Add the standard runtime library to
9483 the search path for find-file.
9484 (ada-prj-default-debugger): Was missing an opening '{'
9485 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9486 variables.
9487 (ada-prj-default-gnatmake-opt): New variable
9488 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9489 buffers, the project file is the default one Save the windows
9490 configuration before displaying the menu.
9491 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9492 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9493 ...) regexp-quote identifiers names to support operators +,
9494 -,... in regexps.
9495 (ada-remote): New function.
9496 (ada-run-application): Erase the output buffer before starting the
9497 run Support remote execution of the application. Use
9498 call-process, or the arguments are incorrectly parsed
9499 (ada-set-default-project-file): Reread the content of the active
9500 project file, not the one from the current buffer When a project
9501 file is set as the default project, all directories are
9502 automatically associated with it.
9503 (ada-set-environment): New function
9504 (ada-treat-cmd-string): New special variable ${current}
9505 (ada-treat-cmd-string): Revised. The substitution is now done for
9506 any ${...} substring
9507 (ada-xref-current): If no body was found, compiles the spec
9508 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9509 compiler to get rid of command line length limitations.
9510 (ada-xref-get-project-field): New function
9511 (ada-xref-project-files): New variable
9512 (ada-xref-runtime-library-specs-path)
9513 (ada-xref-runtime-library-ali-path): New variables
9514 (ada-xref-set-default-prj-values): Default run command now does a
9515 cd to the build directory. New field: main_unit Provide a default
9516 file name even if the current buffer has no prj file.
9517
9518 * ada-prj.el:
9519 Rewritten to show a tabbed-dialog.
9520 (ada-prj-add-ada-menu): Remove the map and name parameters.
9521 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9522 New function
9523 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9524 (ada-prj-load-from-file): New function
9525 (ada-prj-save): Always save fields that depend on the current buffer
9526 (ada-prj-show-value): New function
9527
9528 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9529 Ada mode. This will allow us to display the Ada menu in any buffer
9530 we want (for project items).
9531 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9532 number of spaces in the header.
9533
9534 2000-07-24 Dave Love <fx@gnu.org>
9535
9536 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9537
9538 2000-07-23 Noah Friedman <friedman@splode.com>
9539
9540 * type-break.el (type-break): perform autosave.
9541 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9542 (type-break-do-query): Cancel query schedule while performing
9543 actual query, to avoid possibility of a second query being made
9544 while first one is already in progress.
9545 (type-break-time-stamp-format): New variable.
9546 (type-break-time-stamp): New function.
9547 (type-break-time-warning): Use it.
9548 (type-break-keystroke-warning): Use it.
9549 (type-break-noninteractive-query): Use it.
9550
9551 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9552 cookie.
9553 Use add-minor-mode to set minor-mode-alist, if available.
9554 (eldoc-echo-area-use-multiline-p): New user option.
9555 (eldoc-echo-area-multiline-supported-p): New variable.
9556 (eldoc-docstring-format-sym-doc): Use them.
9557 (eldoc-mode): If not using idle timers, append to local post and
9558 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9559 (eldoc-display-message-no-interference-p): Don't interfere with
9560 edebug.
9561 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9562 (eldoc-function-arglist): New function.
9563 (eldoc-function-argstring): Use it.
9564
9565 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9566 auto save directory exists before calling directory-files.
9567
9568 2000-07-23 Dave Love <fx@gnu.org>
9569
9570 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9571 ^o, ^u.
9572
9573 2000-07-21 Dave Love <fx@gnu.org>
9574
9575 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9576 now passed to the function. It now works properly.
9577
9578 * smerge-mode.el (smerge-mode-menu): Fill it out.
9579
9580 2000-07-20 Gerd Moellmann <gerd@gnu.org>
9581
9582 * info-look.el (info-lookup): If *info* is shown in another frame
9583 on the same display, select that frame, instead of switching to
9584 the Info buffer in another window of the selected frame.
9585
9586 * simple.el (universal-argument-map): Bind numeric keypad keys
9587 kp-0 to kp-9 and kp-subtract.
9588 (digit-argument): Handle these keys.
9589
9590 2000-07-20 Dave Love <fx@gnu.org>
9591
9592 * net/goto-addr.el (goto-address-fontify): Don't bother with
9593 buffer-modified and read-only stuff -- irrelevant with overlays.
9594 Put an extra property on the overlays and use it to clean up in
9595 case goto-address is re-run.
9596
9597 2000-07-19 Richard M. Stallman <rms@gnu.org>
9598
9599 * timer.el (run-with-idle-timer): Doc fix.
9600
9601 * mail/mail-utils.el (mail-strip-quoted-names):
9602 Handle case where <...> appears inside "...".
9603 Use replace-match to edit the string more simply.
9604 (rmail-dont-reply-to): Cope with an unmatched ".
9605
9606 2000-07-19 Dave Love <fx@gnu.org>
9607
9608 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9609 implementation.
9610
9611 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9612 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9613 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9614
9615 2000-07-19 Gerd Moellmann <gerd@gnu.org>
9616
9617 * textmodes/refer.el: Correct maintainer's email address.
9618
9619 * progmodes/hideif.el: Correct author's email address.
9620 Fix typo in comment.
9621
9622 * xml.el: New file.
9623
9624 * mail/mailheader.el: Correct author's mail address.
9625
9626 * gnus/parse-time.el: Correct author's mail address.
9627
9628 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
9629
9630 * comint.el (comint-highlight-input, comint-highlight-face):
9631 New user options.
9632 (comint-input-ring-file-name): Change custom type.
9633 (comint-mode-map): Bind mouse-2.
9634 (comint-insert-clicked-input): New function.
9635 (comint-send-input): Handle input highlighting.
9636
9637 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * mouse.el (popup-menu): New function.
9640 (mouse-major-mode-menu): Use it.
9641
9642 2000-07-18 Dave Love <fx@gnu.org>
9643
9644 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9645 improvements.
9646
9647 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9648
9649 * faces.el (face-font-selection-order)
9650 (face-font-family-alternatives): Add custom type.
9651
9652 2000-07-18 Dave Love <fx@gnu.org>
9653
9654 * cus-edit.el (custom-variable-reset-saved)
9655 (custom-variable-reset-standard): Remove unused bindings.
9656
9657 * rect.el (open-rectangle-line): Remove unused let.
9658
9659 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9660
9661 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9662
9663 * cdl.el: Fix `Maintainer' keyword.
9664
9665 * play/pong.el: Add author's email address.
9666
9667 2000-07-17 Sam Steingold <sds@gnu.org>
9668
9669 * files.el (insert-directory): Call `split-string' instead of
9670 re-implementing it.
9671
9672 2000-07-18 Gerd Moellmann <gerd@gnu.org>
9673
9674 * mail/vms-pmail.el: Change maintainer to FSF.
9675
9676 * net/goto-addr.el: Change maintainer to FSF.
9677
9678 * info.el (Info-title-face-alist): Removed.
9679
9680 2000-07-18 David Ponce <david@dponce.com>
9681
9682 * recentf.el (recentf-open-files): New command that works like
9683 `recentf-open-more-files', but shows the whole list of files (not just
9684 those omitted from the menu). Useful if you don't use a menu-bar!
9685 (recentf-open-more-files) Modified to use `recentf-open-files'.
9686
9687 (recentf-open-files, recentf-open-more-files)
9688 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
9689
9690 (recentf-dialog-mode): New mode for dialogs. You can now just type
9691 "q" to cancel the dialogs.
9692
9693 2000-07-18 David Ponce <david@dponce.com>
9694
9695 * recentf.el: This is a major update of recentf.el. It adds new
9696 features to better organize the recentf menu and "More..." buffer.
9697
9698 Using new provided menu filtering functions you can now organize the
9699 recent files list:
9700
9701 - by major modes
9702 - by directories
9703 - by user defined rules
9704
9705 Finally, with the new `recentf-filter-changer' customizable filter you
9706 can define a ring of filters and dynamically (via the menu) cycle on
9707 each menu organization in the ring (a la msb).
9708
9709 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9710
9711 * eshell/eshell.el (eshell): Replace links to eshell.info with
9712 links to eshell, to avoid problems on systems where the manual is
9713 installed as `eshell'.
9714 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9715 * eshell/em-smart.el (eshell-smart): Ditto.
9716 * eshell/em-banner.el (eshell-banner): Ditto.
9717 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
9718
9719 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9720 same-file check in the MS-DOS version (it does support inodes).
9721
9722 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9723
9724 * eshell/eshell.el (eshell-directory-name):
9725 Run default directory name through convert-standard-filename.
9726
9727 2000-07-18 Kenichi Handa <handa@etl.go.jp>
9728
9729 * international/mule-cmds.el (select-safe-coding-system):
9730 Fix typo in the comment.
9731
9732 * language/european.el (compound-text):
9733 Force katakana-jisx0201 to be designated to G1.
9734
9735 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9736 Don't translate some national variant characters of latin-jisx0201.
9737 (x-ctext): Force katakana-jisx0201 to be designated to G1.
9738
9739 * international/kkc.el (kkc-after-update-conversion-functions):
9740 New variable.
9741 (kkc-update-conversion): Run functions in it at the tail.
9742
9743 2000-07-16 John Wiegley <johnw@gnu.org>
9744
9745 * lisp/align.el (align-newline-and-indent):
9746 Adding new function. for auto-aligning blocks of code on RET.
9747 (align-region): Fixed badly formatted minibuffer message.
9748
9749 2000-07-17 Kenichi Handa <handa@etl.go.jp>
9750
9751 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
9752 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9753 the conversion list at first if appropriate.
9754 (kkc-next): Don't update kkc-next-count here.
9755 (kkc-prev): Don't update kkc-prev-count here.
9756 (kkc-show-conversion-list-update): Fix setting up of conversion
9757 list message.
9758
9759 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9760
9761 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
9762
9763 2000-07-16 Dave Love <fx@gnu.org>
9764
9765 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9766 function to be more specific.
9767
9768 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9769 non-string help-echo.
9770 (widget-types-convert-widget): Defsubst it.
9771 (widget-echo-help): Try to cope with a help-echo function of two
9772 possible sorts.
9773
9774 2000-07-15 Jason Rumney <jasonr@gnu.org>
9775
9776 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9777 Declare as obsolete.
9778
9779 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9780
9781 2000-07-14 Gerd Moellmann <gerd@gnu.org>
9782
9783 * hilit-chg.el: Fix typo.
9784
9785 2000-07-14 Dave Love <fx@gnu.org>
9786
9787 * info.el (Info-mode-menu): Fix use of :help, :enable.
9788
9789 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9790
9791 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9792
9793 2000-07-13 Dave Love <fx@gnu.org>
9794
9795 * emacs-lisp/easymenu.el: Doc fixes.
9796 (easy-menu-remove): Defalias to ignore.
9797
9798 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9799 Call throw correctly.
9800
9801 2000-07-13 Gerd Moellmann <gerd@gnu.org>
9802
9803 * faces.el (frame-background-mode): Doc fix.
9804
9805 * simple.el (eval-expression-print-length): Change custom type to
9806 allow entering nil as value.
9807
9808 2000-07-13 Dave Love <fx@gnu.org>
9809
9810 * progmodes/fortran.el (fortran-imenu-generic-expression):
9811 Change definition layout.
9812 (fortran-mode-menu): Reinstate customize entries.
9813
9814 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9815 Use :filter, per old XEmacs code.
9816
9817 2000-07-12 Gerd Moellmann <gerd@gnu.org>
9818
9819 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9820 event when deciding what to send to the terminal.
9821
9822 2000-07-12 Dave Love <fx@gnu.org>
9823
9824 * cus-start.el: Add optional version as 4th element of specs and
9825 use it for several things new in v21. Remove load-path. Fix type
9826 of line-number-display-limit.
9827
9828 2000-07-11 Dave Love <fx@gnu.org>
9829
9830 * progmodes/fortran.el: Don't require easymenu.
9831 Use repeat counts in various regexps.
9832 (fortran-mode-syntax-table): Defvar directly.
9833 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
9834 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9835 Use defvar, not defconst.
9836 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
9837 (fortran-mode): Set fortran-comment-line-start-skip,
9838 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9839 (fortran-comment-indent): Use defsubst.
9840 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9841 Use fortran-comment-indent, not fortran-comment-indent-function.
9842 (fortran-comment-region, fortran-electric-line-number): Simplify.
9843 (fortran-auto-fill): New function.
9844 (fortran-do-auto-fill): Deleted.
9845 (fortran-find-comment-start-skip):
9846 Check for non-null comment-start-skip.
9847 (fortran-auto-fill-mode, fortran-fill-statement):
9848 Use fortran-auto-fill.
9849 (fortran-fill): Use fortran-auto-fill. Check for null
9850 comment-start-skip. Simplify final clause and use end-of-line finally.
9851
9852 * widget.el (widget-plist-member): New alias.
9853
9854 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9855
9856 * eshell/esh-module.el (toplevel): Reference
9857 byte-compile-current-file only if it is bound.
9858
9859 2000-07-10 Gerd Moellmann <gerd@gnu.org>
9860
9861 * dired.el: Don't require `dired-aux'.
9862
9863 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9864
9865 * dired-aux.el (dired-show-file-type): New function.
9866 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9867 (dired-show-file-type): Add autoload.
9868
9869 2000-07-10 Kenichi Handa <handa@etl.go.jp>
9870
9871 * international/mule-diag.el (describe-font): Adjusted for the
9872 change of fontset-info.
9873 (print-fontset): Likewise.
9874
9875 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9876
9877 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9878
9879 2000-07-07 Gerd Moellmann <gerd@gnu.org>
9880
9881 * bindings.el: Bind `[delete]' to delete-char.
9882
9883 * dired.el (dired-find-alternate-file): New function.
9884 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9885 (toplevel): Require dired-aux when compiling.
9886 (dired-buffers): Move defvar within file to avoid compiler warning.
9887
9888 * info.el (Info-last-search): Variable removed.
9889 (Info-search-history): New variable.
9890 (Info-search): New Info-search-history.
9891
9892 * battery.el, info-look.el: Change author's mail address.
9893
9894 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
9895
9896 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9897 if rmail-ignored-headers is nil.
9898 (rmail-retry-failure): Bind rmail-ignored-headers and
9899 rmail-displayed-headers to nil.
9900
9901 2000-07-06 Gerd Moellmann <gerd@gnu.org>
9902
9903 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9904 (print-region-1): Don't hard code `-h' here.
9905
9906 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9907
9908 2000-07-01 Francesco Potorti` <pot@gnu.org>
9909
9910 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9911 exim can use "your message" instead of "the message".
9912
9913 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9914
9915 * facemenu.el: Docstrings fixes.
9916 (facemenu-get-face): Don't use internal-find-face.
9917 (facemenu-iterate): Rename arg to match the docstring.
9918
9919 * newcomment.el (uncomment-region): Be more careful when skipping
9920 backwards over `=' not to bump into BOBP.
9921
9922 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
9923
9924 * ediff-diff.el (ediff-wordify): Use syntax table.
9925 * ediff-init.el (ediff-has-face-support-p): Use
9926 ediff-color-display-p.
9927 (ediff-color-display-p): Use display-color-p, changed to defun
9928 from defsubst.
9929 Got rid of special cases for NeXT and OS/2.
9930 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
9931 face.
9932
9933 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9934
9935 * emacs-lisp/lucid.el: Require CL.
9936 (copy-tree, remprop): Remove, it's provided by CL.
9937 (map-keymap): Define in terms of cl-map-keymap.
9938 (extent-property, set-extent-end-glyph): New functions.
9939
9940 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9941
9942 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9943
9944 * Makefile.in (DONTCOMPILE): Add comment that the name may
9945 not be changed without changing the make-dist script.
9946
9947 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
9948 (cl-mapc): Use mapc instead of cl-old-mapc.
9949
9950 2000-07-05 Andrew Innes <andrewi@gnu.org>
9951
9952 * makefile.nt: Add support for `bootstrap' and related targets.
9953
9954 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9955
9956 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9957 (easy-menu-do-define): Use `menu-item' format.
9958 Handle case where easy-menu-create-menu returns a symbol.
9959 Manually call the potential top-level filter in the function binding.
9960 (easy-menu-filter-return): New arg NAME.
9961 Convert to a keymap if MENU is an XEmacs menu.
9962 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9963 (easy-menu-converted-items-table, easy-menu-convert-item):
9964 New var and fun to memoize easy-menu-convert-item-1.
9965 (easy-menu-do-add-item): Use it.
9966 (easy-menu-create-menu): Use easy-menu-convert-item.
9967 Wrap easy-menu-filter-return around any :filter specification.
9968 Don't convert the menu if a filter was specified.
9969 Tell easy-menu-make-symbol not to check for MENU being an expression.
9970 (easy-menu-make-symbol): New arg NOEXP.
9971
9972 2000-07-05 Gerd Moellmann <gerd@gnu.org>
9973
9974 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
9975 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
9976 (eval-defun): If called with prefix arg, instrument code for
9977 Edebug.
9978
9979 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
9980 similar to that of eval-defun.
9981
9982 2000-07-04 Dave Love <fx@gnu.org>
9983
9984 * hl-line.el (hl-line-overlay): Make it permanent-local.
9985
9986 * calendar/todo-mode.el: Replaced with a working version, based on
9987 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
9988
9989 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
9990
9991 * paths.el (prune-directory-list): New function.
9992 (Info-default-directory-list): Rewritten to more methodically
9993 enumerate a big list of possible info directories (based on the
9994 list used by the standalone info reader).
9995
9996 * info.el (info-initialize): Use prune-directory-list to remove
9997 non-existent directories from Info-directory-list.
9998
9999 * paths.el (Info-default-directory-list): Try a list of possible
10000 info-directories instead of a single one. Add the possible
10001 info directory "/usr/share/info".
10002
10003 * woman.el (woman-man.conf-path): Explicitly include the debian
10004 man-db config file "/etc/manpath.config".
10005 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10006 are present in `manpath.config'.
10007 (woman-manpath): Include "/usr/share/man".
10008
10009 2000-07-03 Gerd Moellmann <gerd@gnu.org>
10010
10011 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10012
10013 * startup.el (command-line): Initialize blink-cursor based
10014 on window-system.
10015
10016 * frame.el (blink-cursor): Default to nil if not running under
10017 a window-system.
10018
10019 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10020 (face-x-resources): Remove duplicate entry for :font.
10021
10022 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10023 instead of cycling through windows with next-window.
10024
10025 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10026 of cycling through windows with next-window.
10027
10028 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10029 of cycling through windows with next-window.
10030
10031 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10032 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10033 instead of cycling through windows with next-window.
10034
10035 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10036 instead of cycling through windows with next-window.
10037
10038 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10039 of cycling through windows with next-window.
10040
10041 * terminal.el (te-process-output): Use walk-windows instead of
10042 cycling through windows with next-window.
10043
10044 * server.el (server-switch-buffer): Use some-window instead of
10045 cycling through windows with next-window.
10046
10047 * window.el (some-window): New function.
10048 (walk-windows): Remove reference to walk-windows-start.
10049
10050 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10051
10052 2000-07-03 Richard Stallman <rms@gnu.org>
10053
10054 * window.el (walk-windows): Guarantee termination by keeping a list
10055 of all the windows already handled.
10056
10057 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10058
10059 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10060 window-system.
10061
10062 * man.el (Man-notify-when-ready): Don't use window-system. If
10063 Man-notify-method is newframe, and the display is not
10064 multi-frame, select the frame created for the man page.
10065 (Man-init-defvars): Doc fix.
10066
10067 2000-06-28 Gerd Moellmann <gerd@gnu.org>
10068
10069 * faces.el (region): Change background color for light background.
10070
10071 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10072 attribute from mode-line face of Ediff control frame.
10073
10074 * replace.el (query-replace-map): Bind `e' like `E'.
10075
10076 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10077
10078 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10079 Change name to "Select All".
10080
10081 * dos-fns.el (convert-standard-filename): Fix last change.
10082
10083 2000-06-27 Gerd Moellmann <gerd@gnu.org>
10084
10085 * help.el (describe-variable): Don't insert a second `'s' in front
10086 of the string `value is shown below'. Since the syntax-table is
10087 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10088 an existing `'s', so that this won't be deleted.
10089
10090 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10091 * pcmpl-unix.el: New files.
10092
10093 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * wid-edit.el (widget-member): Use the new plist-member.
10096
10097 2000-06-26 Gerd Moellmann <gerd@gnu.org>
10098
10099 * replace.el (perform-replace): Undo change of 2000-04-04.
10100 Instead, move backward 1 character at the end of the loop when
10101 necessary.
10102
10103 * faces.el (fringe): Change face for different backgrounds.
10104
10105 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10106 patch from John.
10107
10108 * eshell/*.el: Change spelling of the Free Software Foundation.
10109
10110 * eshell/esh-toggle.el: Removed.
10111
10112 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10113
10114 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10115 interactively.
10116
10117 2000-06-26 Alex Schroeder <alex@gnu.org>
10118
10119 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10120 `define-key'; instead of checking `(emacs-version)' check for
10121 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10122 for `;' and `o' which might be electric.
10123
10124 (sql-electric-stuff): New user option.
10125 (sql-magic-go): New function which uses `sql-electric-stuff'.
10126 (sql-magic-semicolon): New function which uses
10127 `sql-electric-stuff'.
10128
10129 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10130 is not fboundp.
10131
10132 (sql-oracle-options): New variable.
10133 (sql-oracle): Use it.
10134
10135 (sql-imenu-generic-expression): Doc change.
10136 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10137 is used.
10138
10139 (sql-informix): Added command line parameter "-" to force
10140 sql-informix-program to use stdout.
10141
10142 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10143
10144 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10145 (cp864-decode-table): Doc fix.
10146 (cp720-decode-table): New variable, supports the Arabic OEM
10147 codepage used by Windows.
10148 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10149
10150 2000-06-23 Dave Love <fx@gnu.org>
10151
10152 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10153 (font-lock-fontify-anchored-keywords): Use
10154 line-beginning-position.
10155 (global-font-lock-mode): Use mapc.
10156
10157 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10158
10159 * eshell/esh-module.el: Require CL when compiling.
10160
10161 2000-06-23 Gerd Moellmann <gerd@gnu.org>
10162
10163 * comint.el (comint-substitute-in-file-name): Call replace-match
10164 with second and third arg t.
10165
10166 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10167 Specify foreground color.
10168
10169 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10170 color.
10171
10172 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10173
10174 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10175 cddr instead of cdddr.
10176
10177 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10178 instead of copy-list.
10179
10180 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10181 of copy-list.
10182
10183 * subdirs.el: Add eshell subdirectory.
10184
10185 * eshell: New subdirectory containing the Eshell package.
10186
10187 * pcomplete.el: New file.
10188
10189 2000-06-23 Paul Eggert <eggert@twinsun.com>
10190
10191 * mail/mailpost.el (post-mail-send-it): Make sure file has
10192 proper permissions from birth.
10193
10194 * files.el (basic-save-buffer-2): When temporarily setting
10195 file modes, set them to current modes plus 0200, not to 0777.
10196
10197 * emerge.el (emerge-make-temp-file): Make sure file has proper
10198 permissions from birth.
10199
10200 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10201
10202 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10203 backup file name through convert-standard-filename.
10204
10205 * dos-fns.el (convert-standard-filename): Convert leading
10206 directories as well. When long file names are supported, convert
10207 characters that are invalid in Windows file names.
10208
10209 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10210
10211 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10212 ps-print crashes. New feature: page selection for printing. Create
10213 raw-text-unix coding system for XEmacs. Doc fix.
10214 (ps-print-version): New version number (5.2.3).
10215 (ps-plot-region): Bug fix.
10216 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10217 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10218 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10219 funs.
10220 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10221 (ps-last-page): New vars.
10222
10223 2000-06-21 Gerd Moellmann <gerd@gnu.org>
10224
10225 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10226 empty option string.
10227
10228 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10229
10230 * man.el (man): Doc fix.
10231
10232 2000-06-21 Kenichi Handa <handa@etl.go.jp>
10233
10234 * international/mule-cmds.el (set-language-info-alist): Docstring
10235 fixed.
10236
10237 2000-06-20 Gerd Moellmann <gerd@gnu.org>
10238
10239 * version.el (emacs-version): Use ISO date format.
10240
10241 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10242 instead of `M-backspace'.
10243
10244 * simple.el (turn-off-auto-fill): New function.
10245
10246 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10247
10248 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10249 Renamed from with-buffer-prepared-for-font-lock and use
10250 inhibit-modification-hooks rather than setting *-change-functions.
10251 Update all functions to use the new name.
10252 (jit-lock-first-unfontify-pos): New semantics (and doc).
10253 (jit-lock-mode): Make non-interactive.
10254 Don't automatically turn on font-lock.
10255 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10256 Always use jit-lock-after-change.
10257 Remove and restore font-lock-after-change-function.
10258 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10259 (jit-lock-after-unfontify-buffer): Remove.
10260 (jit-lock-stealth-fontify):
10261 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10262 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10263
10264 2000-06-20 Sam Steingold <sds@gnu.org>
10265
10266 * emacs-lisp/cl-indent.el (toplevel): Indent
10267 `print-unreadable-object' properly. Untabify.
10268
10269 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10270
10271 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10272 Support for bibentry.
10273 (reftex-compile-variables): Fixed problem with end of section-re.
10274
10275 * texmodes/reftex-dcr.el (reftex-view-crossref,
10276 reftex-view-crossref-from-bibtex):
10277 Deal with changed `reftex-find-citation-regexp-format'.
10278 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10279 Replaced `remprop' with `put'.
10280 (reftex-view-crossref, reftex-view-crossref-when-idle):
10281 Support for bibentry.
10282
10283 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10284 New entry for bibentry package.
10285
10286 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10287 Regexp also matches "\nobibliography".
10288
10289 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10290 Call `reftex-ensure-write-access' before doing anything.
10291 (reftex-ensure-write-access): New function.
10292
10293 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10294
10295 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10296
10297 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10298
10299 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10300
10301 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10302
10303
10304 2000-06-20 Dave Love <fx@gnu.org>
10305
10306 * faces.el (frame-background-mode): Use set-default, not set, in
10307 setter.
10308 (frame-update-faces, frame-update-face-colors): Define with
10309 defalias.
10310
10311 * enriched.el (enriched-decode-foreground)
10312 (enriched-decode-background): Don't use internal-find-face.
10313
10314 * apropos.el: Doc fixes.
10315
10316 * cus-edit.el (customize-changed-options): Check arg.
10317 (customize-version-lessp): Don't require decimal point.
10318
10319 * custom.el (defcustom, defgroup): Doc fix.
10320
10321 * newcomment.el (comment) <defgroup>: Add :version.
10322 (comment-multi-line): Doc fix.
10323
10324 * emulation/mlsupport.el (define-hooked-local-abbrev,
10325 define-hooked-global-abbrev): Fix, using define-abbrev.
10326
10327 2000-06-19 Gerd Moellmann <gerd@gnu.org>
10328
10329 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10330 the whole buffer.
10331
10332 2000-06-19 Dave Love <fx@gnu.org>
10333
10334 * menu-bar.el (menu-bar-options-save): New function.
10335 (menu-bar-options-menu): Use it.
10336 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10337 Simplify.
10338
10339 2000-06-19 Andreas Schwab <schwab@suse.de>
10340
10341 * progmodes/etags.el (tags-query-replace): Put new parameters
10342 START and END at the end, for backward compatibility.
10343
10344 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10345
10346 * international/codepage.el:
10347 (cp-coding-system-for-codepage-1): Delete special codes for
10348 generating xxx-dos coding system because now a CCL based coding
10349 system can handle EOL conversion by default.
10350
10351 * international/mule.el (make-coding-system): Generate subsidiary
10352 coding systems for EOL handling variants even for a CCL based
10353 coding system.
10354
10355 2000-06-19 Kenichi Handa <handa@etl.go.jp>
10356
10357 * international/isearch-x.el (isearch-minibuffer-input-method)
10358 (isearch-minibuffer-input-method-function): These variables
10359 deleted.
10360 (isearch-with-input-method): Don't use the above variables.
10361 (isearch-process-search-multibyte-characters): Likewise. Call
10362 read-string with the arg INHERIT-INPUT-METHOD t.
10363
10364 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10365
10366 * font-lock.el (font-lock-after-fontify-buffer)
10367 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10368
10369 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10370 Use consistent make-local-variable style for font-lock-fontified.
10371 (jit-lock-fontify-buffer):
10372 Don't bother checking for font-lock-mode and jit-lock-mode.
10373
10374 * time.el: Remove trailing ^M that prevent CVS-merging.
10375
10376 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10377
10378 * Makefile.in (distclean): New target.
10379
10380 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10381
10382 * Makefile.in (srcdir): Define for update-subdirs.
10383
10384 2000-06-16 Gerd Moellmann <gerd@gnu.org>
10385
10386 * find-lisp.el: New file.
10387
10388 2000-06-16 Andrew Innes <andrewi@gnu.org>
10389
10390 * time.el (display-time-mail-function): New variable, to allow
10391 external packages to indicate when new mail is available.
10392 (display-time-update): Use it.
10393
10394 2000-06-16 Kenichi Handa <handa@etl.go.jp>
10395
10396 * international/mule.el (mule-version): Change version name to
10397 SAKAKI. AOI has already been used by Meadow.
10398
10399 * international/quail.el (quail-show-guidance-buf): To find the
10400 bottom window (but minibuffer), pay attention to the height of
10401 minibuffer.
10402
10403 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10404
10405 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10406 menu-bar menus. Add help strings. Don't remove the Edit menu
10407 from the menu bar, as the menu bar has enough space now.
10408
10409 * Makefile.in (SHELL): Make sure /bin/sh is used.
10410
10411 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10412 characters, which use series of two ^H characters instead of one.
10413
10414 2000-06-15 Gerd Moellmann <gerd@gnu.org>
10415
10416 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10417 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10418 functions.
10419 (Info-find-node-2): Try a case-sensitive search first, then
10420 do a case-insensitive search.
10421
10422 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10423 tutorials.
10424
10425 * complete.el (PC-env-vars-alist): New variable.
10426 (PC-complete-as-file-name): New function.
10427 (partial-completion-mode): Initialize PC-env-vars-alist from
10428 process-environment.
10429 (PC-do-completion): Handle completion of env vars.
10430
10431 * info.el (Info-set-mode-line): Show file name in mode line,
10432 use `*Info*' instead of `Info:'.
10433
10434 * startup.el (command-line-1): Change copyright messages to year
10435 2000.
10436
10437 2000-06-15 Dave Love <fx@gnu.org>
10438
10439 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10440 not local-map.
10441
10442 2000-06-15 Kenichi Handa <handa@etl.go.jp>
10443
10444 * international/mule.el (set-buffer-file-coding-system): Almost
10445 rewritten to handle `undecided' as no-op.
10446
10447 2000-06-14 Gerd Moellmann <gerd@gnu.org>
10448
10449 * Makefile.in: New file.
10450
10451 * Makefile: Removed.
10452
10453 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10454 (goto-address-highlight-keymap): Bind C-c RET.
10455
10456 2000-06-14 Kenichi Handa <handa@etl.go.jp>
10457
10458 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10459 inherits buffer-file-coding-system of the current buffer.
10460
10461 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10462 0. Give correct argument to set-auto-coding-function.
10463 (tar-expunge): For goto-char, use (point-min), not 0.
10464 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10465 (tar-subfile-save-buffer): Likewize.
10466
10467 * international/mule.el
10468 (after-insert-file-set-buffer-file-coding-system): Call
10469 set-buffer-file-coding-system with the arg FORCE t.
10470
10471 2000-06-13 Gerd Moellmann <gerd@gnu.org>
10472
10473 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10474 nil. Contemporary sendmails issue an X-Authentication-Warning if
10475 the sender is set with `-f'.
10476
10477 2000-06-13 Dave Love <fx@gnu.org>
10478
10479 * help.el (describe-function-1): Kluge around cases of functions
10480 fset to subrs whose doc doesn't match their symbol-name.
10481
10482 * image.el (insert-image): Default STRING to a space.
10483
10484 * info.el Doc fixes.
10485 (Info-build-node-completions): Match Ref tags.
10486
10487 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10488
10489 * frame.el (display-multi-frame-p, display-multi-font-p): New
10490 defaliases for display-graphic-p.
10491
10492 * hl-line.el: Fixed a typo in commentary.
10493
10494 2000-06-13 Kenichi Handa <handa@etl.go.jp>
10495
10496 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10497 fixed.
10498
10499 2000-06-12 Dave Love <fx@gnu.org>
10500
10501 * image.el (insert-image): Save a little consing.
10502
10503 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10504
10505 * language/tibet-util.el: Convert all tibetan-1-column characters
10506 to the corresponding tibetan characters.
10507 (tibetan-add-components): Delete code for the special treatment of
10508 'a chung.
10509
10510 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10511 change.
10512 (tibetan-vowel-transcription-alist): More rules added.
10513 (tibetan-composite-vowel-alist): New variable.
10514 (tibetan-precomposition-rule-alist): More rules added.
10515
10516 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10517
10518 * startup.el (command-line): Only call menu-bar-mode if interactive.
10519
10520 * thingatpt.el (toplevel symbol-properties):
10521 * textmodes/makeinfo.el (makeinfo-compile):
10522 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10523 * progmodes/hideif.el (hif-compress-define-list)
10524 (hide-ifdef-use-define-alist):
10525 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10526 (ange-ftp-vms-add-file-entry):
10527 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10528 * man.el (Man-build-man-command):
10529 * mail/rnewspost.el (news-reply-header-hook):
10530 * info.el (Info-insert-dir):
10531 * emulation/mlconvert.el (backward-word, forward-word, setq):
10532 * emacs-lisp/gulp.el (gulp-send-requests):
10533 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10534 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10535 (byte-optimize-apply, end of file):
10536 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10537 (ad-make-freeze-definition):
10538 * startup.el (command-line, command-line-1): Don't quote lambdas.
10539
10540 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10541 (cvs-cleanup-removed): New function.
10542 (cvs-cleanup-functions): New var.
10543 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10544 some flexibility in specifying additional entries to auto-cleanup.
10545 (cvs-quickdir): New function.
10546 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10547 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10548 (cvs-mode-find-file): Check that we are on a filename or dirname
10549 when invoked through a mouse-click.
10550 (cvs-full-path): Remove.
10551 (cvs-dired-action): Re-introduced.
10552 (cvs-dired-noselect): Use it.
10553 (vc-post-command-functions): use this new hook if available.
10554
10555 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10556 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10557 (cvs-filename-map, cvs-dirname-map): Remove.
10558 (cvs-default-action): Remove.
10559 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10560 if the arg is really a keymap.
10561 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10562 Don't hardcode the mapping from state (aka type) to face, but check
10563 the var cvs-fi-<type>-face instead.
10564 (cvs-fileinfo-from-entries): New function.
10565
10566 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10567 Docstring fix.
10568 (cvs-find-file-and-jump): Change default to be safer.
10569 (cvs-mode-diff-map): Define it as a function as well.
10570 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10571 Bind mouse-2 in this global map rather than with text-properties.
10572
10573 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10574 file to resolve the ambiguity between C(conflict) and C(need-merge).
10575
10576 2000-06-12 Kenichi Handa <handa@etl.go.jp>
10577
10578 * international/mule.el (set-buffer-file-coding-system): If
10579 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10580 unconditionally.
10581
10582 2000-06-12 Dave Love <fx@gnu.org>
10583
10584 * wid-edit.el (widget-specify-button): Really suppress the face if
10585 required.
10586
10587 2000-06-11 Gerd Moellmann <gerd@gnu.org>
10588
10589 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10590
10591 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10592
10593 * imenu.el (imenu-generic-expression): Docstring fix.
10594
10595 * composite.el (composition-function-table): Move the `put'
10596 below the autoload cookie so we can load the file before loaddefs.
10597
10598 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10599
10600 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10601 Handle easy-mmode-define-global-mode.
10602 For complex macros like define-minor-mode that can generate
10603 several autoload entries, try to autoload entries in the
10604 macroexpanded code.
10605
10606 * emacs-lisp/easy-mmode.el (define-minor-mode):
10607 If KEYMAP is a symbol, just use it.
10608 Use byte-compile-current-file and load-file-name to infer the
10609 proper :require to pass to defcustom.
10610 Wrap the hook var into `progn' so as not to autoload it.
10611 Add a :autoload-end cookie.
10612 Be more careful about the evaluation of KEYMAP.
10613 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10614 (define-derived-mode): Move define-abbrev-table outside of defvar.
10615
10616 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10617
10618 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10619 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10620 (backup-compiled-files): Ignore errors during `tar'.
10621 (bootstrap): Make autoloads before elc files.
10622
10623 2000-06-10 Kenichi Handa <handa@etl.go.jp>
10624
10625 * international/mule.el (set-buffer-file-coding-system): If one of
10626 undecided-XXX is specified, change only EOL conversion.
10627
10628 * international/mule-conf.el (unix): New alias for the coding
10629 system undecided-unix.
10630
10631 2000-06-09 Dave Love <fx@gnu.org>
10632
10633 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10634
10635 * progmodes/executable.el: Byte compile dynamic.
10636 (executable-insert): Change custom type.
10637 (executable-find): Add autoload cookie.
10638 (executable-make-buffer-file-executable-if-script-p): New
10639 function. After Noah Friedman.
10640
10641 * files.el (after-save-hook): Customize, with
10642 executable-make-buffer-file-executable-if-script-p as an option.
10643
10644 2000-06-09 Kenichi Handa <handa@etl.go.jp>
10645
10646 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10647 "tib24p-mule.bdf" for Tibetan.
10648
10649 * composite.el (decompose-composite-char): Declare it as obsolete.
10650
10651 * man.el (Man-fontify-manpage): Pay attention to underline and
10652 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
10653
10654 2000-06-08 Gerd Moellmann <gerd@gnu.org>
10655
10656 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10657 Set maintainer to FSF since author isn't reachable.
10658
10659 2000-06-08 Dave Love <fx@gnu.org>
10660
10661 * international/mule-cmds.el (select-safe-coding-system): If
10662 DEFAULT-CODING-SYSTEM is not specified, also check the most
10663 preferred coding-system if buffer-file-coding-system is
10664 `undecided'. From Handa.
10665
10666 2000-06-08 Kenichi Handa <handa@etl.go.jp>
10667
10668 * international/mule.el
10669 (after-insert-file-set-buffer-file-coding-system): If the buffer
10670 size is greater than INSERTED, judget that we are not visiting.
10671
10672 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10673
10674 * whitespace.el (defgroup whitespace): Comment out `:version'.
10675 XEmacs 20.4 has problems defining the group with this present.
10676 We'll have this commented out till get resolve the problem.
10677
10678 2000-06-07 John Wiegley <johnw@gnu.org>
10679
10680 * align.el (align-dq-string-modes, align-sq-string-modes)
10681 (align-open-comment-modes): Add pyhton-mode.
10682 (align-rules-list): Use get-text-property instead of
10683 text-properties-at.
10684 (align-rules-list): Add python-assignment.
10685 (align-rules-list): Change perl-comma-delimiter to
10686 basic-comma-delimiter. Use if for Perl modes and python-mode.
10687 (align-rules-list): Add python-chain-logic and
10688 basic-line-continuation.
10689
10690 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10691
10692 * apropos.el (apropos-mode-hook): New user variable.
10693 (apropos-mode): Run apropos-mode-hook.
10694
10695 2000-06-07 David Ponce <david@dponce.com>
10696
10697 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10698 commands. Require `wid-edit' at run-time.
10699
10700 2000-06-07 David Ponce <david@dponce.com>
10701
10702 * recentf.el: Added some "Commentary".
10703 (recentf-open-more-files, recentf-edit-list): Minor changes to
10704 move the point at the top of the file list. This behaviour is
10705 consistent with the menu one when the list contains a lot of
10706 files.
10707 (recentf-cleanup): Now displays the number of items removed from
10708 the list.
10709 (recentf-relative-filter) New menu filter to show filenames
10710 relative to `default-directory'.
10711
10712 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10713
10714 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10715 with/without giving an error if PostScript printer doesn't have this
10716 kind of page size. Zebra Stripe continues or restarts on next page.
10717 Manual/automatic paper feeding. Switch or not the header.
10718 (ps-print-version): New version number (5.2.2).
10719 (ps-windows-system): Include emx as a Windows system.
10720 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10721 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10722 (ps-background-text): Code fix.
10723 (ps-error-handler-message, ps-user-defined-prologue)
10724 (ps-print-prologue-header, ps-printer-name)
10725 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10726 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10727 (ps-use-face-background): Customization fix.
10728 (ps-n-up-database): Data fix.
10729 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10730 (ps-switch-header): New vars.
10731 (ps-xemacs-color-name, ps-face-foreground-name)
10732 (ps-face-background-name, ps-boolean-constant): New funs.
10733
10734 2000-06-07 Dave Love <fx@gnu.org>
10735
10736 * allout.el: New version from Manheimer.
10737
10738 2000-06-07 Kenichi Handa <handa@etl.go.jp>
10739
10740 * textmodes/fill.el (fill-find-break-point): Check the validity of
10741 charset.
10742
10743 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10744
10745 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10746 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10747 Call display-color-p and display-mouse-p instead of looking at
10748 window-system.
10749
10750 2000-06-06 Dave Love <fx@gnu.org>
10751
10752 * image.el (find-image): Doc fix. Return nil if image not found.
10753 (put-image, insert-image): Make STRING arg optional.
10754
10755 2000-06-06 Kenichi Handa <handa@etl.go.jp>
10756
10757 * language/vietnamese.el: Remove eval-when-compile.
10758 (viet-viscii-nonascii-translation-table): Define it as a
10759 translation table made from viet-viscii-decode-table.
10760 (viet-viscii-encode-table): Define it as a translation table made
10761 from the reverse map of above.
10762 (viet-vscii-nonascii-translation-table): Define it as a
10763 translation table made from viet-vscii-decode-table.
10764 (viet-vscii-encode-table): Define it as a translation table made
10765 from the reverse map of above.
10766 (ccl-decode-viscii): Use translate-character.
10767 (ccl-encode-viscii, ccl-encode-viscii-font)
10768 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10769 Likewize.
10770
10771 * language/cyrillic.el: Remove eval-when-compile.
10772 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10773 translation table made from cyrillic-koi8-r-decode-table.
10774 (cyrillic-koi8-r-encode-table): Define it as a translation table
10775 made from the reverse map of above.
10776 (ccl-decode-koi8): Use translate-character.
10777 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10778 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10779 a translation table made from cyrillic-alternativnyj-decode-table.
10780 (cyrillic-alternativnyj-encode-table): Define it as a translation
10781 table made from the reverse map of above.
10782 (ccl-decode-alternativnyj): Use translate-character.
10783 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10784 Likewize
10785
10786 * international/mule-diag.el (non-iso-charset-alist): Specify
10787 translation table symbol instead of translation table itself.
10788 (list-block-of-chars): CHARSET may be a translation table symbol.
10789
10790 * international/mule.el (make-coding-system): If CODING-SYSTEM
10791 already exists, override it.
10792
10793 * international/fontset.el: Use family `proportional' for Tibetan
10794 fonts.
10795
10796 * international/ccl.el (ccl-compile-translate-character): Don't
10797 check if Rrr has property translation-table.
10798 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10799
10800 2000-06-05 Gerd Moellmann <gerd@gnu.org>
10801
10802 * info.el: Bind case-fold-search to t when searching in case
10803 a user sets it to nil in a hook.
10804
10805 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10806
10807 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10808 * hl-line.el (hl-line-mode): Use the new :global key argument.
10809
10810 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10811 (tar-clip-time-string): Prepend a space.
10812 (tar-grind-file-mode): Construct a string rather than modifying one.
10813 (tar-header-block-summarize): Fix docstring.
10814 Use `format' rather than an error-prone set of copy-loops.
10815
10816 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10817 (diff-goto-source, diff-unified->context, diff-context->unified)
10818 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10819 understand the format output by the `-p' argument to diff.
10820
10821 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
10822 (sh-re-done): Use defconst.
10823 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10824 (sh-help-string-for-variable, sh-guess-basic-offset):
10825 Don't quote lambdas.
10826 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10827 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10828
10829 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10830 (mh-letter-mode): Derive from text-mode.
10831 This implicitly means that it now calls kill-all-local-variables.
10832 Also remove the Emacs-18 compatibility code.
10833
10834 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10835 Make use of symbol-property doc-string-elt.
10836 Use memq rather than a sequence of eq.
10837 (doc-string-elt): Fix the wrong or missing previously unused values.
10838 (autoload-print-form): New function extracted from
10839 generate-file-autoloads to allow recursion when handling progn
10840 so that defvar's and defun's docstrings are properly printed.
10841 (generate-file-autoloads): Use it.
10842
10843 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10844 Use find-file-hooks in the minor-mode function.
10845 Be careful not to loop indefinitely in the post-command-hook function.
10846
10847 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
10848
10849 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
10850 tty's.
10851 * ediff-diff.el (ediff-exec-process): Use --binary for fine
10852 differences whenever appropriate.
10853 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10854 * viper.el (find-file, find-file-other-window): Get viper to do
10855 wildcards.
10856
10857 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10858
10859 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10860 (jit-lock-fontify-buffer): New function for JIT refontification.
10861 (jit-lock-mode): Fix docstring.
10862 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10863 Remove jit-lock-after-change from the _local_ hook.
10864 (jit-lock-function-1): Fix docstring.
10865
10866 * info.el (Info-on-current-buffer): Initialize info.
10867
10868 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10869
10870 * progmodes/tcl.el (tcl-indent-for-comment):
10871 Ignore comment-indent-hook.
10872
10873 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10874 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
10875 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10876 and improve to use the lighter to guess the capitalization.
10877 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10878 Add keyword arguments to specify global-ness or the custom group.
10879 Add local-map and help-echo properties to the lighter.
10880 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
10881 (easy-mmode-define-global-mode): New macro.
10882
10883 2000-06-02 Dave Love <fx@gnu.org>
10884
10885 * wid-edit.el: byte-compile-dynamic since we typically don't use
10886 all the widgets. Don't require cl or widget. Remove
10887 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10888 (widget-read-event): Removed. Callers changed to use read-event.
10889 (widget-button-release-event-p): Renamed from
10890 button-release-event-p.
10891 (widget-field-add-space, widget-field-use-before-change):
10892 Uncustomize.
10893 (widget-specify-field): Use keymap property, not local-map.
10894 (widget-specify-button): Obey :suppress-face.
10895 (widget-specify-insert): Use modern backquote syntax.
10896 (widget-image-directory): Renamed from widget-glyph-directory.
10897 (widget-image-enable): Renamed from widget-glyph-enable.
10898 (widget-image-find): Replaces widget-glyph-find.
10899 (widget-button-pressed-face): Move defvar.
10900 (widget-image-insert): Replaces widget-glyph-insert.
10901 (widget-convert): Use keywordp.
10902 (widget-leave-text, widget-children-value-delete): Use mapc.
10903 (widget-keymap): Remove XEmacs stuff.
10904 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
10905 (widget-button-click): Don't set point at the click, but re-centre
10906 if we scroll out of window. Rewritten for images v. glyphs &c.
10907 (widget-tabable-at): Use POS arg, not point.
10908 (widget-beginning-of-line, widget-end-of-line)
10909 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10910 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10911 (widget-default-create): Use widget-image-insert; some rewriting.
10912 (widget-visibility-value-create)
10913 (widget-push-button-value-create, widget-toggle-value-create): Use
10914 widget-image-insert.
10915 (checkbox): Create on and off images dynamically.
10916 (documentation-link): Change :help-echo.
10917 (widget-documentation-link-echo-help): Remove.
10918
10919 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10920
10921 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10922
10923 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10924 (easy-mmode-define-toggle, define-minor-mode): Use it.
10925 (easy-mmode-define-keymap): Docstring fix.
10926 (define-derived-mode): Default PARENT to fundamental-mode.
10927 Add the derived-mode-parent symbol-property.
10928 (easy-mmode-derived-mode-p): New function.
10929
10930 2000-06-02 Dave Love <fx@gnu.org>
10931
10932 * files.el (convert-standard-filename): Doc fix.
10933 (normal-backup-enable-predicate): New function.
10934 (backup-enable-predicate): Use it to replace the lambda form.
10935
10936 * calendar/todo-mode.el: [This needs more work on the outline
10937 stuff.] Doc fixes.
10938 (todo) <defgroup>: Add :version.
10939 (todo-add-category): Don't use pushnew.
10940 (todo-cmd-raise): Fix typo.
10941 (todo-top-priorities): Change temp buffer name.
10942 (todo-category-alist): Avoid redundant lambda.
10943 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10944 Use outline-next-heading.
10945
10946 * autoarg.el: Rewritten to use define-minor-mode.
10947 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10948 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10949
10950 2000-06-02 Kenichi Handa <handa@etl.go.jp>
10951
10952 * isearch.el (isearch-other-meta-char): Fix previous change.
10953
10954 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10955
10956 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10957 (log-edit-done): Only add the comment to the ring if it's different
10958 from the last comment entered.
10959
10960 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10961
10962 2000-06-01 Dave Love <fx@gnu.org>
10963
10964 * hl-line.el: Rewritten using define-minor-mode.
10965
10966 * help.el (describe-function-1): Distinguish special form from
10967 builtin function. Sanity-check presence of arglist for builtins.
10968
10969 2000-06-01 Kenichi Handa <handa@etl.go.jp>
10970
10971 * international/characters.el: Fix syntax/category setting of
10972 Tibetan characters.
10973
10974 * language/tibet-util.el (tibetan-add-components): Fixes for new
10975 encoding of Tibetan characters.
10976 (tibetan-decompose-precomposition-alist): New variable.
10977 (tibetan-decompose-region): Convert precomposed characters to
10978 non-precomposed characters.
10979 (tibetan-decompose-string): Likewise.
10980 (tibetan-composition-function): Fix args to
10981 thibetan-compose-string.
10982
10983 * language/tibetan.el (tibetan-composable-pattern): More
10984 characters included.
10985 (tibetan-consonant-transcription-alist): Rule for "R" added.
10986 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
10987 "+R" added.
10988 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
10989
10990 * language/lao-util.el (lao-composition-function): Fix args to
10991 compose-string.
10992
10993 * language/thai-util.el (thai-composition-function): Fix args to
10994 compose-string.
10995
10996 * isearch.el (isearch-update): Set disable-point-adjustment to t
10997 to prevent the point moving to the end of a composition when a
10998 part of a composition is searched.
10999 (isearch-other-meta-char): If the key invoking this command can be
11000 mapped by function-key-map to a printing char, call
11001 isearch-process-search-char directly.
11002
11003 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * emacs-lisp/bytecomp.el:
11006 * frame.el:
11007 * international/mule-cmds.el:
11008 * international/mule-util.el:
11009 * international/mule.el:
11010 * mouse.el:
11011 * subr.el:
11012 * faces.el: Update calls to make-obsolete with a WHEN argument.
11013
11014 * byte-run.el (make-obsolete, make-obsolete-variable):
11015 Add an optional WHEN argument and change the format of the
11016 symbol-property information.
11017 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11018 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11019 new obsolete-symbol-property format and print WHEN if it is provided.
11020
11021 2000-05-31 Dave Love <fx@gnu.org>
11022
11023 * loadhist.el (loadhist-hook-functions): Remove
11024 before-change-function, after-change-function.
11025 (unload-feature): Deal with symbols which are both bound and
11026 fbound.
11027
11028 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11029 before-change-function, after-change-function.
11030
11031 * simple.el (newline): Don't bind before-change-function,
11032 after-change-function.
11033
11034 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11035
11036 * whitespace.el (whitespace-rescan-timer-time): Update interval
11037 set to 600 seconds (10 minutes) instead of 60 seconds since
11038 a large number of whitespace buffers causes emacs to `freeze'
11039 for a considerable amount of time.
11040
11041 * whitespace.el: Updated email address
11042
11043 2000-05-31 Dave Love <fx@gnu.org>
11044
11045 * add-log.el (change-log-font-lock-keywords) <function>: Add
11046 pattern for function of change.
11047 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11048 acknowledgements patterns.
11049
11050 2000-05-31 Kenichi Handa <handa@etl.go.jp>
11051
11052 * isearch.el (isearch-printing-char): If keyboard coding system is
11053 being used, call isearch-process-search-multibyte-characters.
11054
11055 * international/isearch-x.el: Mostly rewritten.
11056
11057 * international/quail.el (quail-start-conversion): Don't include
11058 unhandled events in the returned events, but set them in
11059 unread-command-events. Exit if all inputs are deleted.
11060
11061 2000-05-30 Jason Rumney <jasonr@gnu.org>
11062
11063 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11064
11065 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11066 Reenable code to create initial fontsets.
11067 Use set-fontset-font in place of put-charset-property.
11068
11069 2000-05-30 Gerd Moellmann <gerd@gnu.org>
11070
11071 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11072 label, ensure that the first colon isn't followed by another.
11073
11074 * paths.el (Info-default-directory-list): Doc fix.
11075
11076 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11077 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11078 send a query containing USER only, not USER@HOST.
11079
11080 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11081 and rmail-msgend to compute the restriction at the end, instead of
11082 computing it.
11083
11084 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11085
11086 * dabbrev.el (dabbrev-expand): Don't display messages in the
11087 echo area if the minibuffer window is active.
11088
11089 * jit-lock.el (jit-lock-mode): Add after change function to
11090 local hook.
11091
11092 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11093
11094 * antlr-mode.el: New commands: hide/unhide actions,
11095 upcase/downcase literals.
11096 (antlr-tiny-action-length): New user option.
11097 (antlr-hide-actions): New command. Suggested by
11098 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11099 (antlr-mode-map): New binding [C-c C-v].
11100 (antlr-mode-menu): New entries.
11101 (antlr-downcase-literals): New command.
11102 (antlr-upcase-literals): Ditto.
11103
11104 * antlr-mode.el: Minor changes: indendation, mode-name.
11105 (antlr-indent-line): Indent cpp directive at column 0.
11106 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11107
11108 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11109 (antlr-font-lock-additional-keywords): Workaround for intentional
11110 bug in XEmacs version of font-lock.
11111 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11112 be used by a smarter version of `buffers-menu-grouping-function'.
11113
11114 2000-05-29 Gerd Moellmann <gerd@gnu.org>
11115
11116 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11117 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11118
11119 2000-05-29 Kenichi Handa <handa@etl.go.jp>
11120
11121 * international/encoded-kb.el
11122 (encoded-kbd-iso2022-designation-map): Pay attention to that
11123 charset-iso-final-char return -1 for eight-bit-control and
11124 eight-bit-graphic.
11125
11126 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11127
11128 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11129 (speedbar-easymenu-definition-base): Use display-graphic-p where
11130 available, instead of window-system.
11131
11132 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11133
11134 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11135 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11136 coding systems.
11137
11138 2000-05-26 Dave Love <fx@gnu.org>
11139
11140 * disp-table.el (standard-display-underline): Don't use
11141 internal-find-face.
11142
11143 * mail/reporter.el: Maintainer change. Doc fixes.
11144 (reporter-version): Deleted.
11145
11146 * emacs-lisp/elp.el: Maintainer change.
11147 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11148
11149 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11150
11151 * add-log.el (add-change-log-entry): Merge the current entry with the
11152 previous one if the previous one is empty.
11153
11154 2000-05-26 Dave Love <fx@gnu.org>
11155
11156 * loadhist.el (unload-feature): Fix interactive spec [from
11157 lijnzaad@ebi.ac.uk].
11158
11159 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11160 subr-arity to check primitives.
11161 (byte-compile-flush-pending, byte-compile-file-form-progn)
11162 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11163 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11164 mapcar.
11165
11166 2000-05-26 Kenichi Handa <handa@etl.go.jp>
11167
11168 * international/fontset.el: Set family names of non-latin charsets
11169 in default fontset to "*".
11170
11171 * international/mule-diag.el (print-fontset): Combine family part
11172 and registry part of the fontname by "-*-" instead of "-".
11173
11174 * international/mule-cmds.el (encode-coding-char): Make strings
11175 multibyte before calling encode-coding-string.
11176
11177 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11178
11179 * derived.el: Fix keywords.
11180 (define-derived-mode): Only define if needed.
11181
11182 * simple.el (fill-comment, comment-column, comment-start)
11183 (comment-start-skip, comment-end, comment-indent-function)
11184 (block-comment-start, block-comment-end, indent-for-comment)
11185 (set-comment-column, kill-comment, comment-padding, comment-region)
11186 (comment-multi-line, indent-new-comment-line): Remove.
11187
11188 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11189 function names for comment operations.
11190
11191 * newcomment.el: Add abundant autoload cookies.
11192 (comment-style): Don't depend on runtime data at compile-time.
11193 (comment-indent-hook): Remove.
11194 (comment-indent): Check if comment-indent-hook is bound.
11195 (comment-region): Docstring fix.
11196
11197 2000-05-25 Dave Love <fx@gnu.org>
11198
11199 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11200 byte-code-function-p.
11201
11202 * mail/rmailsum.el: Add provide.
11203
11204 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11205
11206 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11207 defcustom.
11208
11209 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11210
11211 * ediff-diff.el (ediff-exec-process): delete --binary option from
11212 non-buffer ediff jobs.
11213
11214 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11215
11216 * hilit-chg.el (highlight-changes-mode): Ask about color or
11217 grayscale support, not about window-system.
11218
11219 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11220 window-system.
11221 (ffap-highlight): Always default to t.
11222
11223 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11224 display-popup-menus-p instead of looking at window-system.
11225
11226 * disp-table.el (standard-display-g1, standard-display-graphic):
11227 Only refuse to use string glyphs on X and MS-Windows.
11228
11229 * avoid.el: Remove window-system from commentary, suggest to use
11230 display-*-p instead.
11231
11232 * apropos.el (apropos-print): Use display-mouse-p instead of
11233 window-system.
11234
11235 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11236
11237 * international/codepage.el (cp-decoding-vector-for-codepage):
11238 Fill up unsupported characters with their own codes. From Kenichi
11239 Handa.
11240
11241 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11242
11243 * international/mule-diag.el (describe-char-after): Use
11244 display-graphic-p instead of window-system, so that this function
11245 works on MS-DOS.
11246
11247 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11248
11249 * international/codepage.el (cp-make-coding-systems-for-codepage):
11250 Remove the eight-bit-graphic and eight-bit-control charsets from
11251 the list of charsets which we convert into `?'.
11252
11253 2000-05-25 Kenichi Handa <handa@etl.go.jp>
11254
11255 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11256 private charsets.
11257 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11258 japanese-jisx0213-2): New charsets.
11259
11260 * international/fontset.el: Setup default fontset for new charsets.
11261
11262 2000-05-24 Dave Love <fx@gnu.org>
11263
11264 * info.el (Info-find-node-2): Restructure [following "Vadim
11265 S. Solomin" <sovs@uic.nnov.ru>].
11266
11267 * icomplete.el: Fix header for Finder.
11268
11269 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11270
11271 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11272 STAY.
11273
11274 * rmail.el (rmail-automatic-folder-directives): New user variable.
11275 (rmail-show-message): Add call to `rmail-auto-file' during
11276 display.
11277 (rmail-auto-file): New function.
11278
11279 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11280
11281 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11282 account.
11283 (ediff-test-utility,ediff-diff-mandatory-option)
11284 (ediff-reset-diff-options): Utilities for proper initialization of
11285 ediff-diff-options and ediff-diff3-options on Windows.
11286
11287 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11288 variable.
11289
11290 * ediff-mult.el (ediff-filegroup-action): Use
11291 ediff-merge-filename-prefix.
11292
11293 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11294
11295 * viper-ex.el (ex-write): Set selective display to nil.
11296
11297 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11298
11299 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11300 aliases for hebrew-iso-8bit.
11301
11302 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11303
11304 * woman.el: New version from Francis J. Wright
11305 <F.J.Wright@Maths.QMW.ac.uk>.
11306 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11307 names in environment variables regardless of the path separator.
11308 (woman-topic-all-completions-1): Don't call file-name-directory-p
11309 on all files, since woman-file-regexp already filters out any
11310 directories.
11311
11312 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11313
11314 * international/quail.el (quail-start-translation): Don't change
11315 modified-p of the current buffer.
11316 (quail-start-conversion): Likewise.
11317
11318 * international/kkc.el (kkc-region): Don't change modified-p of
11319 the current buffer.
11320
11321 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11322 conform to RFC1468.
11323 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11324
11325 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11326
11327 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11328 (speedbar-insert-button): Invisible text property fix.
11329 (speedbar-directory-plus): Renamed from speedbar-directory-+
11330 (speedbar-directory-minus): Renamed from speedbar-directory--
11331 (speedbar-page-plus): Renamed from speedbar-file-+
11332 (speedbar-page-minus): Renamed from speedbar-file--
11333 (speedbar-page): Renamed from speedbar-file-
11334 (speedbar-tag): Renamed from speedbar-tag-
11335 (speedbar-tag-plus): Renamed from speedbar-tag-+
11336 (speedbar-tag-minus): Renamed from speedbar-tag--
11337 (speedbar-expand-image-button-alist): Use above renames.
11338
11339 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11340 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11341 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11342 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11343 * sb-pg.xpm: Renamed from sb-file.xpm
11344 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11345 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11346
11347 2000-05-24 Kenichi Handa <handa@etl.go.jp>
11348
11349 * international/quail.el (quail-show-guidance-buf): Set
11350 current-input-method of the guidance buffer to the name of the
11351 curren input method.
11352
11353 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11354
11355 * progmodes/compile.el (compile-internal): Style typo.
11356
11357 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11358 quote vars and functions in the docstring.
11359
11360 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11361
11362 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11363 Don't quote lambdas.
11364
11365 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11366
11367 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11368
11369 * startup.el (command-line): Determine source file of compiled
11370 user init file differently. Warn if compiled user init file
11371 is older than its source file.
11372
11373 * ffap.el (ffap-url-regexp): Add `https'.
11374
11375 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11376
11377 * files.el (make-backup-file-name-1): Replace slashes with `!'
11378 rather than `|' (which is not allowed on Windows). Replace the
11379 drive letters with a string "drive_X".
11380
11381 2000-05-23 Gerd Moellmann <gerd@gnu.org>
11382
11383 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11384
11385 * files.el (interpreter-mode-alist): Add `bash2'.
11386
11387 2000-05-22 Dave Love <fx@gnu.org>
11388
11389 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11390 mapc.
11391 (feature-file): Avoid calling symbol-name. Doc fix.
11392 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11393 (loadhist-hook-functions): Add mouse-position-function.
11394 (unload-feature): Change uses of mapcar.
11395
11396 * files.el (parse-colon-path): Doc fix.
11397 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11398 (set-auto-mode): Use mapc.
11399
11400 * complete.el (PC-look-for-include-file): Use :alnum: character
11401 class.
11402 (partial-completion-mode): Add autoload cookie.
11403
11404 2000-05-22 Sam Steingold <sds@gnu.org>
11405
11406 * info.el (Info-fontify-node): Fixed the call to
11407 `add-text-properties' (bug introduced on 2000-05-18).
11408
11409 2000-05-22 Dave Love <fx@gnu.org>
11410
11411 * bindings.el: Remove debug-ignored-errors set in other files.
11412
11413 * progmodes/etags.el: Add to debug-ignored-errors.
11414 (visit-tags-table-buffer): Clear out buffers holding old tables
11415 when making a new list.
11416 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11417 mapc.
11418
11419 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11420 quote keywords.
11421 (cmpl-string-case-type): Use character classes.
11422
11423 * comint.el:
11424 * textmodes/ispell.el:
11425 * imenu.el:
11426 * mail/mh-e.el:
11427 * progmodes/compile.el: Add to debug-ignored-errors.
11428
11429 * dabbrev.el: Add to debug-ignored-errors.
11430 (dabbrev-completion): Use mapc.
11431
11432 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11433
11434 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11435 (woman-mapcan, woman-parse-man.conf)
11436 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11437 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11438 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11439 path syntax better.
11440 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11441 (woman-manpath): Call woman-parse-man.conf.
11442 (woman-emulation): New defcustom, defaults to nroff.
11443 (woman-font-support): New defconst.
11444 (woman-use-symbol-font): New defcustom.
11445 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11446 "Emulation".
11447 Many functions: Doc fix.
11448
11449 2000-05-22 Kenichi Handa <handa@etl.go.jp>
11450
11451 * international/quail.el (quail-simple-translation-keymap): Map
11452 128..255 to quail-self-insert-command.
11453 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11454
11455 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11456
11457 * help.el (help-manyarg-func-alist): Typo.
11458
11459 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11460 intervals which makes it heaps simpler.
11461
11462 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11463 the nested comment markers.
11464
11465 * subr.el (remove-hook): Don't turn the hook's value into a list.
11466
11467 2000-05-21 Dave Love <fx@gnu.org>
11468
11469 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11470 are invalid characters.
11471
11472 * international/mule-util.el (detect-coding-with-priority): Use
11473 mapc. Remove redundant lambda.
11474
11475 * international/mule-diag.el (list-non-iso-charset-chars)
11476 (describe-fontset): Remove redundant lambda.
11477
11478 * emulation/crisp.el (brief-mode): New alias.
11479
11480 * emacs-lisp/ring.el (ring-elements): New function.
11481
11482 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11483 (easy-menu-do-add-item): Use keywordp.
11484
11485 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11486
11487 * replace.el: Doc and error message fixes.
11488 (replace-highlight): Use facep, not internal-find-face.
11489
11490 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11491
11492 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11493
11494 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11495 (log-edit-insert-changelog): Drop `:' as well.
11496
11497 * log-view.el: Fix file description.
11498 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11499 available.
11500 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11501 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11502
11503 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11504 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11505 Print a status message if the toggle is called interactively.
11506 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11507 for global minor modes and use `defcustom' for them.
11508 Use add-minor-mode.
11509 (easy-mmode-define-derived-mode): Remove.
11510 (define-derived-mode): Fancier default docstring.
11511 (easy-mmode-define-navigation): Signal an error rather than (ding).
11512
11513 * newcomment.el (comment-styles): New `box-multi'.
11514 (comment-normalize-vars): Better default for comment-continue to
11515 avoid whitespace-only continuations.
11516 (comment-search-forward): Always move even in the no-syntax case.
11517 (comment-padright): Only obey N if it's only obeyed for padleft.
11518 (comment-make-extra-lines): Better handling of empty continuations.
11519 Use `=' for the filler if comment-start has only one character.
11520 (uncomment-region): Try handling the special `=' filler.
11521 (comment-region): Allow LINES even if MULTI is nil.
11522 (comment-box): Choose box style based on comment-style.
11523
11524 2000-05-20 Kenichi Handa <handa@etl.go.jp>
11525
11526 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11527 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11528
11529 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
11530
11531 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11532 and insert, not subst-char-in-region.
11533
11534 * international/mule-diag.el (list-character-sets-1): Handle
11535 charsets eight-bit-control and eight-bit-graphic.
11536 (list-iso-charset-chars): Likewise.
11537 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11538 charactes as is. Use indent-to to align characters.
11539
11540 * international/mule-cmds.el (find-multibyte-characters): Never
11541 exclude charsets eight-bit-control and eight-bit-graphic.
11542
11543 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11544
11545 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11546 Don't quote lambdas.
11547
11548 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11549
11550 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11551
11552 * gud.el (gud-jdb-directories): Doc fix.
11553
11554 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11555
11556 * newcomment.el: New file.
11557
11558 2000-05-19 Gerd Moellmann <gerd@gnu.org>
11559
11560 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11561
11562 2000-05-18 Andreas Schwab <schwab@suse.de>
11563
11564 * dired.el (dired-between-files): Also skip lines beginning with
11565 `used'.
11566
11567 2000-05-18 Gerd Moellmann <gerd@gnu.org>
11568
11569 * msb.el (msb-menu-cond): Add choice `user'.
11570
11571 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11572
11573 * ps-print.el: Compatibility, customization and doc fix.
11574 (ps-printer-name-option): Replace defconst by defvar.
11575 (ps-postscript-code-directory): XEmacs compatibility.
11576 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11577 fix.
11578 (ps-user-defined-prologue, ps-print-prologue-header)
11579 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11580 compatibility and code fix.
11581 (ps-print-background-image, ps-print-background-text):
11582 Customization fix.
11583 (ps-line-number-start, ps-n-up-on): New vars.
11584
11585 2000-05-18 Espen Skoglund <esk@ira.uka.de>
11586
11587 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11588 the indent-comment function to just return the appropriate indent.
11589
11590 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11591
11592 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11593 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11594 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11595
11596 2000-05-18 Dave Love <fx@gnu.org>
11597
11598 * info.el (Info-fontify-node): Add intangible property as well as
11599 invisible.
11600
11601 * calendar/appt.el (appt-make-list): Match all lines of entry.
11602 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11603
11604 2000-05-18 Kenichi Handa <handa@etl.go.jp>
11605
11606 * international/mule-diag.el (describe-char-after): Call
11607 internal-char-font, not char-font. If internal-char-font returns
11608 nil, display "-- none --".
11609
11610 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11611
11612 * image.el (image-type-available-p): Don't reference image-types
11613 if it isn't bound.
11614
11615 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11616
11617 * autoarg.el (autoarg-mode): Typo in the :set argument.
11618
11619 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * startup.el (command-line-1): Don't signal an error if the
11622 directory for auto-save-list files does not yet exist.
11623
11624 2000-05-17 Kenichi Handa <handa@etl.go.jp>
11625
11626 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11627
11628 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11629
11630 * subr.el (remove-hook): `setq' hook-value, not `set'.
11631
11632 2000-05-16 Sam Steingold <sds@gnu.org>
11633
11634 * info.el (debug-ignored-errors): More errors to ignore.
11635
11636 2000-05-16 Dave Love <fx@gnu.org>
11637
11638 * cus-edit.el: Don't require cl or easymenu.
11639 (custom-variable-prompt): Test standard-value property, not
11640 user-variable-p.
11641
11642 2000-05-16 Sam Steingold <sds@gnu.org>
11643
11644 * subr.el (add-hook): `setq' hook-value, not `set'.
11645
11646 2000-05-16 Gerd Moellmann <gerd@gnu.org>
11647
11648 * startup.el (command-line-1): Mention the FAQ in the startup
11649 message.
11650
11651 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11652
11653 * progmodes/compile.el (compilation-parse-errors): Collect
11654 `nomessage' regexps last.
11655
11656 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11657
11658 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11659 to the function name.
11660
11661 2000-05-15 Dave Love <fx@gnu.org>
11662
11663 * speedbar.el (speedbar-recenter): Typo.
11664 (speedbar-expand-line): Make arg optional.
11665 (speedbar-mode): Avoid a compiler warning.
11666
11667 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11668
11669 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11670 user-specified option string is empty.
11671
11672 * mouse.el (mouse-yank-at-click): Doc fix.
11673
11674 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11675
11676 * term/internal.el (IT-character-translations): More updates of
11677 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11678 documents.
11679
11680 2000-05-15 Gerd Moellmann <gerd@gnu.org>
11681
11682 * env.el (getenv): New function, interactively callable.
11683 (setenv, getenv): Remove autoload cookies.
11684
11685 * loadup.el: Load `env'.
11686
11687 * progmodes/f90.el: Change author's mail address.
11688
11689 2000-05-14 Dave Love <fx@gnu.org>
11690
11691 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11692 goto-addr as an option.
11693
11694 * help.el (help-xref-stack): Doc fix.
11695 (help-xref-following): New variable.
11696 (help-make-xrefs): Use it.
11697 (help-xref-go-back): Use position information from stack element.
11698 (help-follow): Make position in stack element a pair. Use
11699 help-xref-following.
11700
11701 * autoarg.el: New file.
11702
11703 * faces.el: Declare more functions obsolete.
11704
11705 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11706 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11707 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11708 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11709 Remove all the setup-...-environment functions.
11710
11711 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11712
11713 * speedbar.el: Updated the commentary section. xemacs20p now uses
11714 >= when detecting. Require `defimage' safely.
11715 (speedbar-easymenu-definition-base): Add toggle for images.
11716 (speedbar-easymenu-definition-special): Add flush cache & expand.
11717 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11718 (speedbar-reconfigure-keymaps-hook): New variable.
11719 (speedbar-frame-parameters): Updated documentation.
11720 (speedbar-use-imenu-flag): Updated custom tag
11721 (speedbar-dynamic-tags-function-list): New variable.
11722 (speedbar-tag-hierarchy-method): Updated doc & custom.
11723 (speedbar-indentation-width, speedbar-indentation-width) New
11724 variables.
11725 (speedbar-hide-button-brackets-flag): Customizable.
11726 (speedbar-vc-indicator): Doc update.
11727 (speedbar-ignored-path-expressions): Updated default value.
11728 (speedbar-supported-extension-expressions): Updated default value.
11729 (speedbar-syntax-table): Remove {} paren status.
11730 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11731 as "+". Added overlay aliases.
11732 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11733 `force-mode-line-update'.
11734 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11735 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11736 `mouse-set-point'
11737 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
11738 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11739 of arbitrary text, and new helper functions.
11740 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11741 filename finder.
11742 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11743 (speedbar-directory-buttons): Update path search/expansion.
11744 (speedbar-make-tag-line): Pay attention to
11745 `speedbar-indentation-width'. Use more care w/ invisible
11746 properties.
11747 (speedbar-change-expand-button-char): Call
11748 `speedbar-insert-image-button-maybe'.
11749 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
11750 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11751 (speedbar-trim-words-tag-hierarchy)
11752 (speedbar-simple-group-tag-hierarchy): New functions
11753 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
11754 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11755 functions.
11756 (speedbar-mouse-set-point): New function
11757 (speedbar-power-click): Updated documentation.
11758 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11759 of tag prefix text.
11760 (speedbar-expand-line, speedbar-contract-line): Make more robust
11761 to strange text.
11762 (speedbar-expand-line): Takes universal argument to flush the
11763 cache.
11764 (speedbar-flush-expand-line): New function.
11765 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11766 Use new generator insertion method.
11767 (speedbar-fetch-dynamic-tags): New function.
11768 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11769 `speedbar-fetch-dynamic-imenu'.
11770 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11771 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11772 "Revert Buffer" menu items.
11773 (speedbar-buffer-buttons-engine): Be smarter when creating a
11774 filename tag (for expansion purposes.).
11775 (speedbar-highlight-one-tag-line,
11776 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11777 (speedbar-recenter): New functions.
11778 (defimage-speedbar): Image loading abstraction.
11779 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11780 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11781 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11782 (speedbar-tag-type, speedbar-tag-mail): New images.
11783 (speedbar-expand-image-button-alist): New variable.
11784 (speedbar-insert-image-button-maybe): Insert an image over some
11785 buttons.
11786
11787 2000-05-13 Kenichi Handa <handa@etl.go.jp>
11788
11789 * international/mule-cmds.el (encode-coding-char): An ASCII
11790 character is always encodable.
11791
11792 * international/mule-conf.el: Add more information in descriptions
11793 of character sets.
11794
11795 * international/mule-diag.el (describe-char-after): New function.
11796 (describe-font-internal): Adjusted for the change of font-info.
11797 (describe-font): Likewise.
11798 (print-fontset): Rewritten for the new fontset implementation.
11799 (describe-fontset): Include fontset alias names in completion.
11800 (list-fontsets): Adjusted for the change of print-fontset.
11801
11802 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11803 describe-char-after instead of displaying the detail in the echo
11804 area.
11805 (syntax-code-table): Format changed.
11806 (string-to-syntax): Adjusted for the above change.
11807
11808 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11809
11810 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11811
11812 2000-05-12 Dave Love <fx@gnu.org>
11813
11814 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11815 dependence. Use line-{beginning,end}-position, not
11816 point-at{b,e}ol. Some doc fixes.
11817 (todo-position): New function. Fix callers of position to use it.
11818 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11819
11820 2000-05-12 Gerd Moellmann <gerd@gnu.org>
11821
11822 * time.el (display-time-mail-icon): Use `:ascent center'.
11823
11824 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11825 handling FTP security extensions.
11826
11827 2000-05-11 Dave Love <fx@gnu.org>
11828
11829 * calendar/todo-mode.el: New file.
11830
11831 2000-05-11 Gerd Moellmann <gerd@gnu.org>
11832
11833 * comint.el (comint-read-input-ring): Move reference to
11834 comint-input-ring-size outside of the save-excursion. It was
11835 causing the default value to be the only one ever seen.
11836
11837 * font-lock.el: Update copyright. Remove Simon Marshall's email
11838 address on request from him.
11839
11840 * subr.el (substitute-key-definition): Add comment describing
11841 the meaning of PREFIX.
11842
11843 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11844
11845 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11846
11847 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11848 (add-minor-mode): Don't make the variable buffer-local and add a
11849 reference to define-minor-mode in the docstring.
11850
11851 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11852 HEADER/FOOTER and fix bug with trailing empty directory.
11853 (cvs-append-to-ignore): Use vc-editable-p if available.
11854 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11855 (vc-do-command): Tweak advice to handle the new VC.
11856
11857 * log-view.el (log-view-goto-rev): New function for the new VC.
11858 (log-view-minor-wrap): Use mark-active.
11859
11860 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11861 (log-edit-changelog-full-paragraphs): New var.
11862 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11863 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11864 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11865 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11866 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11867 Replace the `cvs' prefix with `log-edit'.
11868
11869 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11870
11871 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11872 (diff-font-lock-defaults): Explicitly turn off multiline.
11873 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11874 (diff-ediff-patch): Fix call to ediff-patch-file.
11875 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11876 Handle comments.
11877
11878 * frame.el (automatic-hscrolling): Typo.
11879
11880 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11881
11882 2000-05-09 Sam Steingold <sds@goems.com>
11883
11884 * apropos.el (apropos-print): use `describe-face' instead of
11885 `customize-face-other-window'.
11886
11887 2000-05-09 Dave Love <fx@gnu.org>
11888
11889 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11890
11891 * help.el (describe-variable): Have customize button pop the
11892 help-xref stack when invoked.
11893 (help-xref-symbol-regexp): Add `face'.
11894 (help-make-xrefs): Check for quoted face names and adapt regexp
11895 submatch numbers to cope.
11896 (help-xref-interned): Maybe insert face doc too. Separate
11897 sections with a line of hyphens.
11898
11899 * faces.el: Some doc fixes. Declare some functions obsolete.
11900 (describe-face): Add customize button. Return the help
11901 text. Fix prompt.
11902
11903 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11904
11905 * term/internal.el (IT-character-translations): Fix last change.
11906
11907 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11908
11909 * woman.el: New file
11910 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11911
11912 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11913
11914 * term/internal.el (IT-character-translations): Update ASCII
11915 simulations for greek-iso8859-7, add latin-iso8859-14 and
11916 latin-iso8859-15.
11917
11918 * international/mule-cmds.el (set-language-info-alist): Call
11919 define-prefix-command with 3 arguments, to make the map suitable
11920 for a menu.
11921
11922 2000-05-07 Dave Love <fx@gnu.org>
11923
11924 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
11925
11926 2000-05-05 Dave Love <fx@gnu.org>
11927
11928 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11929 list in doc string. Don't quote keyword symbols.
11930 * emacs-lisp/cl.el: Likewise
11931 * emacs-lisp/cl-seq.el: Likewise
11932
11933 2000-05-05 Gerd Moellmann <gerd@gnu.org>
11934
11935 * abbrev.el (abbrev-mode): Make ARG optional.
11936
11937 2000-05-04 Gerd Moellmann <gerd@gnu.org>
11938
11939 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11940
11941 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11942
11943 * subr.el (substitute-key-definition): Clarify documentation.
11944
11945 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
11946
11947 * glasses.el (glasses-convert-to-unreadable): Use
11948 `glasses-separator' instead of the hard-wired "_".
11949 (glasses-mode): Call `glasses-make-unreadable' only in a single
11950 place.
11951
11952 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11953
11954 * term/internal.el (cjk-codepages-alist): Add associations for
11955 Chinese and Korean codepages. Remove FIXME comment.
11956
11957 2000-05-03 Dave Love <fx@gnu.org>
11958
11959 * time.el (display-time-mail-face, display-time-use-mail-icon):
11960 New option.
11961 (display-time-mail-icon): New variable.
11962 (display-time-string-forms): Use the above. Fix the local-map.
11963
11964 2000-05-03 Gerd Moellmann <gerd@gnu.org>
11965
11966 * replace.el (query-replace-map): Add binding for `E'.
11967 (query-replace-help): Extend help text.
11968 (perform-replace): Allow editing the replacement string.
11969
11970 * make-mode.el (makefile-mode-abbrev-table): New variable.
11971 (makefile-mode): Set local abbrev table to
11972 makefile-mode-abbrev-table.
11973 (makefile-font-lock-keywords): Fontify includes and conditionals.
11974
11975 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
11976 set TOGGLE's value.
11977
11978 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
11979 mail-interactive-insert-alias.
11980 (mail-abbrev-complete-alias): New command.
11981 (mail-mode-map): Bind it to `M-TAB'.
11982
11983 2000-05-03 Kenichi Handa <handa@etl.go.jp>
11984
11985 * language/lao-util.el (lao-compose-region): New function.
11986
11987 2000-05-02 Gerd Moellmann <gerd@gnu.org>
11988
11989 * files.el (recover-session): Make directories as necessary
11990 if they don't exist yet.
11991
11992 * calendar/cal-french.el
11993 (french-calendar-multibyte-special-days-array)
11994 (french-calendar-special-days-array): Change French text.
11995 (calendar-french-date-string): Change output.
11996 (calendar-goto-french-date): Likewise.
11997
11998 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
11999
12000 * wid-edit.el (widget-default-active): Obey `:always-active'.
12001 (widget-documentation-string-value-create): Set `:always-active'.
12002
12003 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12004
12005 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12006 default prefix to `~/_emacs.d/auto-save.list/_s'.
12007 (normal-top-level): Create the directory for auto-save files, if
12008 it doesn't already exist (in the ms-dos case only).
12009
12010 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12011
12012 * international/mule-cmds.el (set-language-environment): Don't
12013 concat an integer (dos-codepage), use format instead.
12014
12015 2000-05-02 Dave Love <fx@gnu.org>
12016
12017 * help.el (help-xref-on-pp): Check for constant symbols.
12018
12019 2000-04-29 Gerd Moellmann <gerd@gnu.org>
12020
12021 * startup.el (normal-top-level): Put a condition-case around
12022 the code loading subdirs.el.
12023
12024 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12025
12026 * ps-print.el: Upside-down and face background color printing,
12027 line number step, doc fix.
12028 (ps-print-version): New version number (5.2).
12029 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12030 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12031 (ps-spool-config): Var fix.
12032 (ps-printer-name-option): Const fix.
12033 (ps-print-upside-down, ps-use-face-background)
12034 (ps-line-number-step): New vars.
12035 (ps-window-system, ps-lp-system): New consts.
12036 (ps-face-background): New fun.
12037
12038 2000-04-28 Richard Stallman <rms@gnu.org>
12039
12040 * files.el (make-auto-save-file-name):
12041 Apply auto-save-file-name-transforms to visited file name
12042 before generating auto save file name.
12043 (auto-save-file-name-transforms): New variable.
12044
12045 * files.el (backup-enable-predicate):
12046 Correctly test for a file under a temporary directory.
12047
12048 2000-04-28 Gerd Moellmann <gerd@gnu.org>
12049
12050 * subr.el (add-minor-mode): Rewritten.
12051
12052 2000-04-28 Kenichi Handa <handa@etl.go.jp>
12053
12054 * mail/sendmail.el (sendmail-send-it): Set
12055 buffer-file-coding-system to the selected coding system for MIME
12056 header.
12057
12058 2000-04-27 Gerd Moellmann <gerd@gnu.org>
12059
12060 * dired.el (dired-move-to-filename-regexp): Allow format where
12061 YYYY is followed by two spaces.
12062
12063 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12064 in the second character class of the regexp.
12065
12066 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12067 mh-etc, too.
12068
12069 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12070 nil.
12071
12072 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12073
12074 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12075 argument.
12076
12077 2000-04-27 Sen Nagata <sen@eccosys.com>
12078
12079 * emacs-lisp/crm.el (crm-completion-table): New variable.
12080 (crm-collection-fn, crm-test-completion)
12081 (completing-read-multiple): Use it.
12082
12083 2000-04-27 Dave Love <fx@gnu.org>
12084
12085 * help.el (locate-library): Use mapc.
12086 (help-manyarg-func-alist): Add call-process-region.
12087
12088 2000-04-26 Gerd Moellmann <gerd@gnu.org>
12089
12090 * subr.el (add-minor-mode): Make argument MAP optional.
12091
12092 * desktop.el (desktop-save): Save list of minor modes.
12093 (desktop-create-buffer): Restore minor modes.
12094 (desktop-minor-mode-table): New user-option.
12095
12096 * subr.el (add-minor-mode): New function.
12097
12098 * image.el (find-image): New function.
12099 (defimage): Rewritten to find image at load time.
12100
12101 * startup.el (normal-top-level-add-to-load-path): Handle
12102 case that the default directory is not in load-path.
12103
12104 * help.el: Old patch from Stefan Monnier.
12105 (help-xref-on-pp): New function.
12106 (describe-variable): Use it to display xrefs in a symbol's value.
12107
12108 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12109
12110 * cus-edit.el (custom-face): Fix parenthesis.
12111
12112 2000-04-26 Kenichi Handa <handa@etl.go.jp>
12113
12114 * mail/rmail.el (rmail-expunge): When there are no deleted
12115 messages, do nothing.
12116
12117 2000-04-26 Dave Love <fx@gnu.org>
12118
12119 * international/mule-cmds.el (locale-translation-file-name):
12120 Defvar to nil.
12121 (set-locale-environment): Set it here (at runtime).
12122
12123 2000-04-25 Gerd Moellmann <gerd@gnu.org>
12124
12125 * replace.el (perform-replace): Add parameters START and END. Use
12126 them instead of the check for a region in Transient Mark mode.
12127 (query-replace-read-args): Return two more list elements for the
12128 start and end of the region in Transient Mark mode.
12129 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12130 (map-query-replace-regexp, replace-string, replace-regexp): Add
12131 optional last arguments START and END and pass them to
12132 perform-replace.
12133
12134 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12135 form with additional arguments for perform-replace.
12136
12137 * progmodes/etags.el (tags-query-replace): Add parameters START
12138 and END. Construct a form with additional arguments for
12139 perform-replace.
12140
12141 * simple.el (shell-command): Set default directory for "*Shell
12142 Command Output" buffer.
12143
12144 * language/european.el (iso-latin-4): Fix typo.
12145
12146 * emacs-lisp/crm.el: New file.
12147
12148 2000-04-24 Dave Love <fx@gnu.org>
12149
12150 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12151 (Custom-reset-saved, Custom-reset-standard)
12152 (custom-group-value-create, custom-group-set, custom-group-save)
12153 (custom-group-reset-current, custom-group-reset-saved)
12154 (custom-group-reset-standard): Use mapc.
12155 (custom-buffer-create-internal): Disable undo when creating items.
12156 Use mapc.
12157 (custom-face): Avoid redundant lambda.
12158
12159 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12160
12161 * startup.el (auto-save-list-file-prefix): Set default to
12162 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12163
12164 2000-04-24 Sam Steingold <sds@gnu.org>
12165
12166 * time-stamp.el (time-stamp-string-preprocess): Always convert
12167 `field-result' to a string.
12168
12169 2000-04-24 Gerd Moellmann <gerd@gnu.org>
12170
12171 * frame.el (scrolling): New group.
12172 (automatic-hscrolling): New user-option.
12173
12174 * startup.el (command-line-x-option-alist): Add `-lsp' and
12175 `--line-spacing'.
12176
12177 2000-04-19 Dave Love <fx@gnu.org>
12178
12179 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12180 (cl-mapc): Rename from mapc. Fix the funcall.
12181
12182 2000-04-19 Gerd Moellmann <gerd@gnu.org>
12183
12184 * simple.el (clone-indirect-buffer-other-window): New command.
12185 (clone-indirect-buffer): Add optional arg NORECROD.
12186 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12187
12188 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12189
12190 * window.el (count-screen-lines): New function.
12191 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12192 instead of window-buffer-height.
12193
12194 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12195 non-existing variable comint-input-sentinel.
12196 (inferior-lisp-args-to-list): Removed.
12197 (inferior-lisp): Use split-string instead of
12198 inferior-lisp-args-to-list.
12199
12200 * hexl.el (hexl-insert-hex-string): New command.
12201
12202 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12203 instead of concat.
12204
12205 2000-04-18 Gerd Moellmann <gerd@gnu.org>
12206
12207 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12208 at the start of an existing but empty folder.
12209
12210 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12211
12212 * ps-mule.el: Customization fix, doc fix.
12213 (ps-multibyte-buffer): Customization fix.
12214
12215 2000-04-17 Richard M. Stallman <rms@gnu.org>
12216
12217 * subr.el (read-passwd): Use read-char-exclusive.
12218
12219 2000-04-17 Gerd Moellmann <gerd@gnu.org>
12220
12221 * textmodes/texinfo.el (texinfo-insert-@email)
12222 (texinfo-insert-@emph, texinfo-insert-@quotation)
12223 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12224 (texinfo-mode-map): Add key bindings for them.
12225
12226 * files.el (basic-save-buffer-2): Use a template with `$'
12227 instead of `#' for VMS.
12228
12229 * simple.el (clone-indirect-buffer): New function.
12230
12231 2000-04-16 Stephen Eglen <stephen@gnu.org>
12232
12233 * iswitchb.el (iswitchb-case): New function. If the user input
12234 contains any upper-case characters, the search is made
12235 case-sensitive.
12236
12237 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12238
12239 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12240 comment-end.
12241 (texinfo-font-lock-syntactic-keywords): New var.
12242 (texinfo-font-lock-keywords): Remove comment regexp.
12243 (texinfo-insert-block): New function.
12244 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12245 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12246 and font-lock-defaults. Use regexp-opt for outline-regexp.
12247 (texinfo-environments): New var.
12248 (texinfo-environment-regexp): Use regexp-opt and
12249 texinfo-environments.
12250
12251 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12252 ispell-process is bound since this might be eval'd before ispell
12253 is loaded.
12254 (ispell-message): Use a tiny bit less magic and a bit more hard
12255 data to figure out what kind of sc-cite-regexp to use.
12256
12257 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12258
12259 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12260 (insert-cyclic-diary-entry): Unquote the lambda.
12261
12262 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12263
12264 * files.el (backup-enable-predicate): Unquote the lambda.
12265
12266 * cus-edit.el (custom-face, face): Unquote the lambda.
12267
12268 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12269
12270 * ps-print.el: Check for line-beginning-position definition.
12271
12272 * ps-print.el: Fix counting lines in a region.
12273 (ps-print-version): New version number (5.1.5).
12274 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12275 (ps-printing-region): Fun code fix.
12276
12277 2000-04-15 Gerd Moellmann <gerd@gnu.org>
12278
12279 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12280 to file-directory-p.
12281
12282 2000-04-14 Gerd Moellmann <gerd@gnu.org>
12283
12284 * gud.el (gud-jdb-build-source-files-list): Check that directory
12285 exists before calling directory-files.
12286
12287 2000-04-13 Dave Love <fx@gnu.org>
12288
12289 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12290 syntax.
12291
12292 * emacs-lisp/cl-specs.el: Remove when, unless.
12293
12294 * emacs-lisp/cl-extra.el: Don't quote keywords.
12295 (cl-old-mapc): New variable.
12296 (mapc): Use it.
12297 (cl-map-intervals): Use with-current-buffer. Don't check for
12298 next-property-change.
12299 (cl-map-overlays): Use with-current-buffer.
12300 (cl-expt): Remove.
12301 (copy-tree, remprop): Define unconditionally.
12302
12303 * emacs-lisp/cl-compat.el (keywordp): Remove.
12304
12305 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12306 to use keywordp.
12307 (edebug-spec): Enable keywordp.
12308
12309 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12310 string-lessp.
12311
12312 * cus-start.el: Use keywordp.
12313
12314 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12315
12316 * diary-lib.el (include-other-diary-files): Fix the fix of
12317 2000-02-18 by doing a save-excursion.
12318
12319 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12320
12321 * ps-print.el: Customization fix, doc fix.
12322 (ps-print-version): New version number (5.1.4).
12323 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12324 (ps-print-preprint): Adjust code.
12325 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12326 (ps-print-prologue-header, ps-print-control-characters)
12327 (ps-spool-config): Customization fix.
12328
12329 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12330
12331 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12332 converted to the new menu-item format, names silightly changed,
12333 help strings added.
12334
12335 Support for spelling without async subprocesses:
12336
12337 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12338 (ispell-session-buffer): New variables.
12339 (ispell-start-process, ispell-process-status,
12340 ispell-accept-output, ispell-send-string): New functions, for
12341 Ispell invocation when async subprocesses aren't supported.
12342 (ispell-word, ispell-pdict-save, ispell-command-loop,
12343 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12344 to process-send-string with calls to ispell-send-string, and
12345 accept-process-output with ispell-accept-output.
12346 (ispell-init-process): Call ispell-process-status instead of
12347 process-status with.
12348 (ispell-init-process): Call ispell-start-process. Call
12349 ispell-accept-output and ispell-send-string. Don't call
12350 process-kill-without-query and kill-process if they are unbound.
12351 (ispell-async-processp): New function.
12352
12353 2000-04-12 Dave Love <fx@gnu.org>
12354
12355 * info.el: Add debug-ignored-errors.
12356 (Info-mode-menu): Add some items.
12357 (Info-directory): Add autoload cookie.
12358
12359 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12360 Modify `truncate-lines'. Make `describe-language-environment'
12361 always visible and add help. Modify `describe-key' help. Invoke
12362 Info-directory from `info'. New entry `emacs-manual'.
12363
12364 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12365
12366 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12367 propertized-buffer-identification.
12368 (ebrowse-update-member-buffer-mode-line): Likewise.
12369 (ebrowse--mode-strings): Removed.
12370 (ebrowse--mode-line-props): Removed.
12371
12372 * files.el (auto-mode-alist): Add `EBROWSE'.
12373
12374 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12375 space before testing for end of buffer.
12376 (ebrowse-load): Removed.
12377 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12378 (ebrowse-create-tree-buffer): Rewritten.
12379 (ebrowse-tree-mode): Read tree from buffer.
12380
12381 * progmodes/ebrowse-ffh.el: Removed.
12382
12383 2000-04-10 Kenichi Handa <handa@etl.go.jp>
12384
12385 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12386
12387 2000-04-10 Gerd Moellmann <gerd@gnu.org>
12388
12389 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12390 at the wrong place.
12391
12392 2000-04-09 Dave Love <fx@gnu.org>
12393
12394 * files.el (backup-enable-predicate): Use
12395 temporary-file-directory, small-temporary-file-directory.
12396 (make-backup-file-name-function, backup-directory-alist): New
12397 variables.
12398 (make-backup-file-name-1): New function.
12399 (make-backup-file-name): Use it.
12400 (find-backup-file-name): Likewise. Use format for clarity, not
12401 concat.
12402 (file-newest-backup): Use make-backup-file-name.
12403
12404 2000-04-09 Gerd Moellmann <gerd@gnu.org>
12405
12406 * progmodes/ebrowse-ffh.el: New file.
12407
12408 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12409 to ebrowse-ffh.el.
12410 (ebrowse-load): Add autoload.
12411
12412 * finder.el (finder-commentary): Add autoload cookie.
12413
12414 * mail/rfc2368.el: Correct author's email address.
12415
12416 * progmodes/ebrowse.el: New file.
12417
12418 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12419 item help string.
12420 (easy-menu-do-add-item): Ditto.
12421 (easy-menu-define): Extend doc string.
12422
12423 * jit-lock.el (with-buffer-unmodified): Use
12424 restore-buffer-modified-p.
12425 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12426 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12427 with-buffer-unmodified.
12428
12429 2000-04-08 Dave Love <fx@gnu.org>
12430
12431 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12432 unless, when.
12433
12434 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12435
12436 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12437 (viper-flash-search-pattern): No operation when using Emacs
12438 doesn't support face.
12439 Use `viper-put-on-search-overlay'.
12440
12441 2000-04-04 Gerd Moellmann <gerd@gnu.org>
12442
12443 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12444 like C-r.
12445
12446 * progmodes/make-mode.el: Some doc fixes.
12447 (makefile-mode-abbrev-table): New variable.
12448 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12449 (makefile-font-lock-keywords): Fontify includes and conditionals.
12450 (toplevel): Require `dabbrev' and `add-log' when compiling.
12451
12452 * replace.el (perform-replace): Don't move forward one char
12453 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12454 to do that because it leaves point 1 position after the last
12455 replacement, after everything has been replaced.
12456
12457 * jit-lock.el (with-buffer-unmodified): New macro.
12458 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12459 modified state.
12460 (jit-lock-function-1): Extracted from jit-lock-function; not
12461 preserving buffer's modified state.
12462 (jit-lock-function, jit-lock-stealth-fontify): Call
12463 jit-lock-function-1.
12464
12465 * mail/rfc2368.el: Remove supernumerary copyright line.
12466
12467 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
12468
12469 * glasses.el: Provide facilities for inserting space before left
12470 parentheses and uncapitalization of identifiers.
12471 (glasses-mode): Try to remove old overlays in all cases.
12472
12473 2000-04-03 Gerd Moellmann <gerd@gnu.org>
12474
12475 * progmodes/compile.el (compile-internal): Display the compilation
12476 buffer in a different frame, if it's already displayed there.
12477
12478 * mail/rfc2368.el: New file.
12479
12480 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12481 header and insert its value as mail body.
12482
12483 * subr.el (member-ignore-case): New function.
12484
12485 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12486 (dabbrev--find-expansion): Ignore buffers matching a regexp
12487 from dabbrev-ignored-regexps.
12488
12489 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12490 to extensions handled by gzip.
12491
12492 2000-04-03 Richard M. Stallman <rms@gnu.org>
12493
12494 * files.el (insert-directory): List the total free space
12495 along with the used space.
12496
12497 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12498 line is followed by one that matches CITATION-REGEXP, end the
12499 paragraph.
12500
12501 2000-04-03 Markus Rost <rost@delysid.gnu.org>
12502
12503 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12504 (rmail-make-basic-summary-line): Use that option.
12505
12506 2000-04-03 Kenichi Handa <handa@etl.go.jp>
12507
12508 * international/mule-cmds.el (encoded-string-description):
12509 Rewritten. Try pretty description for ISO 2022 escape sequences
12510 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12511 for hexadecimal format.
12512
12513 2000-04-01 Dave Love <fx@gnu.org>
12514
12515 * cpp.el: Change customization group to `c' from `C'.
12516
12517 * vcursor.el (vcursor-move): Use display-color-p.
12518
12519 * international/mule-util.el: Provide mule-utils.
12520 (string-to-sequence): Simplify and speed up.
12521
12522 * international/mule.el (make-coding-system): Purecopy doc-string.
12523
12524 * international/mule-cmds.el: Various menu changes.
12525 (describe-specified-language-support): Handle `Default'.
12526 (set-language-info): Purecopy `info'.
12527
12528 2000-03-31 Andrew Innes <andrewi@gnu.org>
12529
12530 * vc.el (vc-backend-diff): Return the correct status if we had to
12531 retry the rcsdiff command without the --brief option.
12532
12533 2000-03-31 Dave Love <fx@gnu.org>
12534
12535 * help.el (help-manyarg-func-alist): Correct several omissions.
12536
12537 * add-log.el: Don't require cl, fortran.
12538 (add-log-current-defun-function): Doc fix.
12539 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12540 fix.
12541 (change-log-version-rcs): Function deleted.
12542 (change-log-version-number-search): Doc fix. Use
12543 vc-workfile-version. Avoid CL dolist.
12544 (add-change-log-entry): Just call add-log-current-defun to get
12545 defun. Simplify somewhat.
12546 (change-log-get-method-definition-1): Likewise.
12547 (add-log-current-defun): Return nil if calling
12548 add-log-current-defun-function does so. Move Fortran stuff to
12549 fortran.el. Return string without properties.
12550
12551 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12552 and :alpha: char classes.
12553
12554 * mail/supercite.el: Defvar curline when compiling.
12555 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12556 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12557 rather than a-zA-Z0-9 to allow non-ASCII characters.
12558
12559 2000-03-31 Gerd Moellmann <gerd@gnu.org>
12560
12561 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12562
12563 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12564 Re-enable new code.
12565
12566 * lpr.el (print-region-1): Use -d to specify printer name for
12567 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12568
12569 2000-03-31 Dave Love <fx@gnu.org>
12570
12571 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12572 for function definition in symbol's function value slot first
12573 instead of first consulting byte-compile-function-environment.
12574
12575 2000-03-31 Kenichi Handa <handa@etl.go.jp>
12576
12577 * language/european.el ("Polish"): New language environment.
12578 (setup-polish-environment): New function.
12579
12580 2000-03-30 Gerd Moellmann <gerd@gnu.org>
12581
12582 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12583 Disable new code.
12584
12585 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12586 trying to `load' the symbol of an autoload instead of the file
12587 recorded in the autoload. Fix error messages.
12588
12589 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12590
12591 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12592 (ps-print-version): New version number (5.1.3).
12593 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12594 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12595 (ps-generate-postscript-with-faces): Code fix.
12596 (ps-color-values): XEmacs compatibility.
12597 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12598 (ps-default-fg, ps-default-bg): Adjust customization.
12599 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12600 (ps-color-scale): Renaming old ps-color-value fun.
12601 (ps-print-headers): Replace ps-print-header group to avoid conflict
12602 with ps-print-header variable.
12603 (ps-print-miscellany): New group.
12604 (ps-format-color, ps-rgb-color): New funs.
12605 (ps-default-foreground): New var.
12606 (ps-printer-name-option): New const.
12607
12608 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12609
12610 * net/net-utils.el:
12611 (network-connection-host, network-connection-service): New variables
12612 (network-connection-mode): New mode, derived from comint-mode
12613 (network-connection-mode-setup): New function, saves host and
12614 service information in local variables.
12615
12616 * lisp/locate.el:
12617 (locate-word-at-point): Added this function
12618 (locate): Default to using locate-word-at-point as input
12619 Run dired-mode-hook
12620
12621 2000-03-29 Dave Love <fx@gnu.org>
12622
12623 * calendar/appt.el: Doc fixes.
12624 (appt-check): Convert min-to-app to a string before passing to
12625 appt-disp-window-function or concat.
12626 (appt-delete-window): Remove test for frame-root-window.
12627 (appt-select-lowest-window, appt-convert-time): Simplify.
12628
12629 * emacs-lisp/bytecomp.el: Doc fixes.
12630 (byte-compile-file-form-autoload): Update
12631 byte-compile-function-environment.
12632
12633 2000-03-29 Andreas Schwab <schwab@suse.de>
12634
12635 * emacs-lisp/autoload.el: Also print defsubst doc string
12636 specially.
12637
12638 * dired.el (dired-insert-directory): If dired-free-space-program
12639 failed just delete its output.
12640
12641 2000-03-29 Dave Love <fx@gnu.org>
12642
12643 * international/iso-cvt.el: Move provide to end. Doc fixes.
12644 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12645 (iso-iso2sgml, iso-sgml2iso): New functions.
12646 (iso-cvt-define-menu): Fix some entries and use backquote for
12647 clarity.
12648
12649 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12650
12651 2000-03-28 Gerd Moellmann <gerd@gnu.org>
12652
12653 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12654 ISO-DATE. If non-nil, return date in ISO 8601 format.
12655
12656 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12657
12658 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12659 if it ever becomes used.
12660 (log-edit-mode-hook): Default to vc-log-mode-hook.
12661 (log-edit-mode): Fix the docstring.
12662
12663 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12664 the code.
12665
12666 2000-03-26 Dave Love <fx@gnu.org>
12667
12668 * net/browse-url.el (browse-url): Re-fix case of
12669 browse-url-browser-function being an alist.
12670 (browse-url): Add :link to defgroup.
12671
12672 * files.el: Doc fixes.
12673 (file-truename): Include `[' in wildcard characters.
12674 (automount-dir-prefix): Customize.
12675 (find-file-wildcards): Add :version.
12676 (find-file-noselect): Simplify a mapcar call.
12677
12678 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12679 compatible with inf-lisp version.
12680 (eval-defun-1): Fix custom-declare-variable case.
12681
12682 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12683
12684 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12685
12686 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12687
12688 * Makefile (COMPILE_FIRST): New macro.
12689 (compile-files): Compile files from COMPILE_FIRST first.
12690
12691 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12692 code.
12693
12694 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12695 matching open parenthesis in column 0 to defun-prompt-regexp
12696 only if open-paren-in-column-0-is-defun-start is set.
12697
12698 * sun-curs.el: Require CL at compile-time only.
12699
12700 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12701 instead of copy-list which is a function from CL.
12702 (msb--choose-menu, msb--mode-menu-cond)
12703 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12704 (msb--init-file-alist): Use mapcar instead of mapcan.
12705 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12706 `(' in column 0 in doc string.
12707 (msb--add-separators): Use mapcar instead of mapcan.
12708
12709 * cus-dep.el: Require CL at compile-time only.
12710
12711 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12712
12713 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12714 (byte-compile-warnings): New warning `noruntime'.
12715 (byte-compile-constants, byte-compile-variables): Fix docstring.
12716 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12717 execute `eval-whenc-compile's body.
12718 (byte-compile-unresolved-functions): Fix docstring.
12719 (byte-compile-eval): New function.
12720 (byte-compile-callargs-warn): Check if the function will be available
12721 at runtime (via property `byte-compile-noruntime').
12722 (byte-compile-print-syms): New function.
12723 (byte-compile-warn-about-unresolved-functions): Also warn about
12724 `noruntime' functions (and use `byte-compile-print-syms').
12725 (byte-compile-file): Capitalize the message.
12726
12727 2000-03-24 Gerd Moellmann <gerd@gnu.org>
12728
12729 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12730 (rmail-expunge): Ask for confirmation depending on the setting
12731 of rmail-confirm-expunge.
12732
12733 2000-03-23 Gerd Moellmann <gerd@gnu.org>
12734
12735 * Makefile (bootstrap-clean): If $(emacs) exists, build
12736 loaddefs.el first. A loaddefs.el that's not up-to-date might
12737 cause a bootstrap failure because things don't autoload as
12738 expected.
12739
12740 2000-03-23 Dave Love <fx@gnu.org>
12741
12742 * net/browse-url.el: Restore previous use of
12743 browse-url-maybe-new-window.
12744
12745 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12746
12747 * ps-print.el: Skip banner page fix.
12748 (ps-print-version): New version number (5.1.2).
12749 (ps-begin-file, ps-end-file, ps-generate): Code fix.
12750
12751 2000-03-23 Dave Pearson <davep@davep.org>
12752
12753 * net/quickurl.el Changed the type of parameter passed to the
12754 function defined by `quickurl-format-function'. Before only the
12755 text of the URL was passed. Now the whole URL structure is passed
12756 and the function is responsible for extracting the parts it
12757 requires. Changed the default of `quickurl-format-function'
12758 accordingly.
12759 (quickurl-insert): Changed the `funcall' of
12760 `quickurl-format-function' to match the above change.
12761 (quickurl-list-insert): Changed the `url' case so that it makes
12762 use of `quickurl-format-function', previous to this the format was
12763 hard wired.
12764
12765 2000-03-22 Gerd Moellmann <gerd@gnu.org>
12766
12767 * startup.el: Change some spellings for the X Window System.
12768
12769 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12770
12771 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12772 up the code and the regexp and make sure the cursor is temporarily
12773 moved to the suspicious line while querying the user.
12774
12775 2000-03-22 Jason Rumney <jasonr@gnu.org>
12776
12777 * w32-fns.el (w32-charset-info-alist): Initialize.
12778
12779 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12780
12781 * ps-print.el: N-up last page fix.
12782 (ps-print-version): New version number (5.1.1).
12783 (ps-end-file, ps-end-job, ps-generate): Code fix.
12784
12785 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12786
12787 * files.el (find-file-run-dired): Update docstring.
12788 (find-directory-functions): New hook.
12789 (find-file-noselect): Run find-directory-functions rather than
12790 calling dired directly.
12791
12792 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12793
12794 * pcvs.el: Add a minimal leading commentary.
12795 (cvs-make-cvs-buffer): Change the header part by removing the startup
12796 message and adding a `Module' entry. Also replace the FOOTER and
12797 HEADER special fileinfos with the new support in ewoc for updating
12798 its own footer and header.
12799 (cvs-update-header): Update to use the header/footer of the ewoc.
12800 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12801 (cvs-is-within-p): New function.
12802 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12803 to only examine some subset of the buffers.
12804
12805 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12806 `format' instead of our own ad-hoc functions.
12807 Remove HEADER and FOOTER cases, now handled in the EWOC.
12808 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12809
12810 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12811 output to avoid scaring the user.
12812 (cvs-parse-table): Catch message for non-up-to-date commits.
12813
12814 * pcvs-defs.el (cvs-startup-message): Remove.
12815 (cvs-global-menu): New autoloaded menu.
12816
12817 * pcvs-util.el (cvs-string-fill): Remove.
12818
12819 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12820 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12821 PP part of it and also make it work for footers and headers.
12822 (ewoc-create): Drop POS and BUFFER arguments.
12823 Use the DLL's dummy node to store the end-of-footer position.
12824 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12825 (ewoc-refresh): Remove unused `header' variable.
12826 (ewoc-(get|set)-hf): New functions.
12827
12828 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12829 log-view-*-(message|file) and use easy-mmode-define-navigation.
12830 (log-view-message-re): Match SCCS format as well.
12831 And match the revision line rather than the dashed separator line.
12832 (log-view-mode): Use the new define-derived-mode.
12833 (log-view-current-tag): Fill in with an actual implementation.
12834
12835 * cvs-status.el (cvs-status-(prev|next)): Rename from
12836 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12837 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12838 to let the output "breathe" a little more (more readable).
12839 (cvs-status-mode): Use the new define-derived-mode.
12840
12841 * smerge-mode.el (smerge-auto-leave): New function and variable.
12842 (smerge-basic-map): Rename from smerge-basic-keymap.
12843 Change the bindings for smerge-diff-*.
12844 (smerge-*-map): Use easy-mmode-defmap.
12845 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12846 (smerge-keep-*): Use smerge-auto-leave.
12847
12848 2000-03-21 Jason Rumney <jasonr@gnu.org>
12849
12850 * cus-edit.el (custom-button-face): Use 3D look for w32.
12851 (custom-button-pressed-face): Likewise.
12852
12853 2000-03-21 Gerd Moellmann <gerd@gnu.org>
12854
12855 * progmodes/etags.el (tags-case-fold-search): New user-option.
12856 (tags-loop-eval): New function. Bind case-fold-search around eval
12857 depending on the value of tags-case-fold-search.
12858 (tags-loop-continue): Use tags-loop-eval.
12859 (find-tag-in-order): Bind case-fold-search depending on the value
12860 of tags-case-fold-search.
12861
12862 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12863
12864 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12865 (diff-end-of-hunk): Return the end position for use in
12866 `easy-mmode-define-navigation'.
12867 (diff-recenter): Remove.
12868 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12869 of `easy-mmode-define-navigation'.
12870 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12871 previous renaming) and fix to use new names.
12872 (diff-merge-strings): Use \n as separator: simpler, faster.
12873 (diff-mode): Use `define-derived-mode'.
12874
12875 * derived.el (define-derived-mode): Don't autoload anymore.
12876 Prefer the macro-only version provided by easy-mmode.el.
12877
12878 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12879 `easy-mmode-define-derived-mode'.
12880 Use `combine-run-hooks'.
12881 (easy-mmode-define-navigation): New macro.
12882
12883 * subr.el (combine-run-hooks): New function.
12884
12885 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
12886
12887 * term/x-win.el: Fontsets related initialization is simplified.
12888
12889 * international/mule-diag.el (describe-font): Don't refer to
12890 global-fontset-alist, instead call font-list.
12891 (describe-fontset, list-fontsets, mule-diag): Likewise.
12892 (print-fontset): Adjusted for the change of fontset
12893 implementation.
12894
12895 * international/fontset.el (x-charset-registries): Variable
12896 removed, instead the corresponding data is stored in the default
12897 fontset.
12898 (register-alternate-fontnames): Function removed.
12899 (resolved-ascii-font): Variable removed.
12900 (x-compose-font-name): Ignore the second argument REDOCE.
12901 (x-complement-fontset-spec): Complement only an ASCII font and
12902 element for those charsets than can use that ASCII font.
12903 (generate-fontset-menu): Don't refer to global-fontset-alist,
12904 instead call fontset-list.
12905 (uninstantiated-fontset-alist): Variable removed.
12906 (x-style-funcs-alist): Likewise.
12907 (fontset-default-styles): Likewise.
12908 (x-modify-font-name): Function removed.
12909 (create-fontset-from-fontset-spec): Ignore the argument
12910 STYLE-VARIANT.
12911 (create-fontset-from-ascii-font): Docsting adjusted for the above
12912 change.
12913 (instantiate-fontset, resolve-fontset-name): Functions removed.
12914 (fontset-list): Now implemented by C code.
12915
12916 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12917 (describe-face): Include `font' attribute in the description.
12918
12919 2000-03-21 Kenichi Handa <handa@etl.go.jp>
12920
12921 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12922
12923 2000-03-20 Gerd Moellmann <gerd@gnu.org>
12924
12925 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12926 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12927 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
12928
12929 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12930 about behavior of set-buffer-modified-p wrt redisplay.
12931
12932 2000-03-19 Richard M. Stallman <rms@gnu.org>
12933
12934 * view.el (view-mode-disable): Kill local binding of view-read-only.
12935
12936 2000-03-18 Gerd Moellmann <gerd@gnu.org>
12937
12938 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12939 is a string, convert it to a syntax cell using string-to-syntax.
12940
12941 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12942 (string-to-syntax): New function.
12943
12944 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12945 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
12946 try to use passive ftp mode.
12947
12948 2000-03-17 Gerd Moellmann <gerd@gnu.org>
12949
12950 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
12951
12952 * simple.el (append-to-buffer): Update point of windows after
12953 insertion.
12954
12955 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12956 forward then moving backward. Reindent.
12957
12958 * frame.el (other-frame): Call x-focus-frame only if
12959 focus-follows-mouse is off.
12960
12961 2000-03-17 Dave Love <fx@gnu.org>
12962
12963 * pcvs-util.el (cvs-strings->string): Rename
12964 replace-regexps-in-string.
12965
12966 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12967
12968 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12969 regexp for labels cannot span several lines.
12970
12971 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
12972 `(setq :<key> ':<key>)' to the macro expansion.
12973
12974 2000-03-16 Dave Love <fx@gnu.org>
12975
12976 * progmodes/f90.el (f90): Put custom group under `languages', not
12977 `fortran'.
12978 (f90-mode-hook): Customize.
12979 (f90-mode): Set add-log-current-defun-function.
12980 (f90-current-defun): New function.
12981
12982 2000-03-16 Gerd Moellmann <gerd@gnu.org>
12983
12984 * cus-edit.el (custom-variable-tag-face): Handle case that
12985 default face's height is not a number.
12986 (custom-face-tag-face, custom-group-tag-face-1)
12987 (custom-group-tag-face): Ditto.
12988 (custom-group-tag-face-1): Add :group.
12989
12990 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
12991
12992 2000-03-15 Gerd Moellmann <gerd@gnu.org>
12993
12994 * pcvs-defs.el (toplevel): Remove autoload cookie for form
12995 requiring easymenu.
12996
12997 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12998
12999 * ps-print.el: PostScript user-defined prologue, PostScript error
13000 handler, doc fix.
13001 (ps-print-version): New version number (5.1).
13002 (ps-user-defined-prologue, ps-error-handler-message)
13003 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13004 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13005 (ps-insert-string): New function.
13006
13007 2000-03-15 Kenichi Handa <handa@etl.go.jp>
13008
13009 * international/ccl.el (ccl-compile-expression): Don't generate
13010 invalid self-assignment code.
13011
13012 2000-03-14 Dave Love <fx@gnu.org>
13013
13014 * subr.el (replace-regexp-in-string): Renamed from
13015 replace-regexps-in-string. Doc fix.
13016
13017 2000-03-12 Dave Love <fx@gnu.org>
13018
13019 * cus-edit.el: Doc fixes.
13020 (customize-set-variable, customize-save-variable): Rename args for
13021 doc.
13022 (custom-variable-tag-face, custom-face-tag-face)
13023 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13024 style which user identify as hyperlink.
13025 (hook): Don't add undefined functions to the hook.
13026 (debug-ignored-errors): Transfer message from bindings.el.
13027
13028 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13029
13030 * recentf.el (recentf-keep-non-readable-files-p): Remove
13031 double/nested definition.
13032
13033 2000-03-12 Dave Love <fx@gnu.org>
13034
13035 * facemenu.el (facemenu-get-face): Use display-color-p.
13036 * enriched.el (enriched-decode-foreground): Likewise.
13037 (enriched-decode-background): Likewise.
13038 * isearch.el (isearch-highlight): Likewise.
13039 * info-look.el (info-lookup): Likewise.
13040 * simple.el (completion-setup-function): Likewise.
13041
13042 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13043 :options.
13044
13045 * bindings.el (mode-line-format): Fix line-number and
13046 column-number items. Add help-echo for the background.
13047 (mode-line-mule-info): Modify help-echo.
13048
13049 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13050
13051 * files.el (load-file): Allow completion to .elc.
13052
13053 * man.el: Doc fixes.
13054 (Man-init-defvars): Use display-color-p to set fontification.
13055
13056 * play/hanoi.el (hanoi-internal): Don't use oddp.
13057
13058 2000-03-12 Gerd Moellmann <gerd@gnu.org>
13059
13060 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13061
13062 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13063
13064 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13065
13066 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13067 Fix comment.
13068
13069 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13070
13071 * font-lock.el (font-lock-keywords): Fix the doc now that
13072 regexp-opt-depth is unnecessary.
13073 (save-buffer-state): Set an edebug spec.
13074 (font-lock-fontify-anchored-keywords): Properly handle the case when
13075 the matcher goes past the limit.
13076
13077 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13078 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13079
13080 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13081 dll.el and cookie.el (from Elib) with heavy renaming and other
13082 massaging.
13083
13084 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13085 Autoload the functions used.
13086 (easy-mmode-define-syntax): Fix CL typo.
13087 (easy-mmode-define-derived-mode): Improve the docstring generation.
13088
13089 2000-03-10 Gerd Moellmann <gerd@gnu.org>
13090
13091 * textmodes/texinfo.el (texinfo-version): Variable and function
13092 removed.
13093
13094 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13095
13096 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13097 allow more flexibility.
13098 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13099 fns.
13100 (easy-mmode-defmap, easy-mmode-defsyntax)
13101 (easy-mmode-define-derived-mode): New macros.
13102
13103 2000-03-09 Didier Verna <didier@xemacs.org>
13104
13105 * rect.el (replace-rectangle): New function.
13106
13107 2000-03-09 Dave Love <fx@gnu.org>
13108
13109 * progmodes/fortran.el (fortran-comment-line-start): Define as
13110 "C".
13111 (fortran-comment-line-start-skip): Don't match cpp stuff.
13112 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13113 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13114 (fortran-mode): Don't set fortran-comment-line-start-skip,
13115 fortran-comment-line-start here. Set comment-start,
13116 add-log-current-defun.
13117 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13118 (fortran-current-defun): New function.
13119
13120 2000-03-09 Gerd Moellmann <gerd@gnu.org>
13121
13122 * emacs-lisp/re-builder.el: New file.
13123
13124 * mouse.el (mouse-drag-region): Don't run up-event handler
13125 if hscroll has changed.
13126
13127 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13128 builtin operators, use `font-lock-builtin-face' for Emacs and
13129 `font-lock-preprocessor-face' otherwise.
13130
13131 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13132 `(defun (setf foo)' differently.
13133
13134 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13135
13136 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13137 (regexp-opt): Update comment and adapt the code the new meaning of
13138 the `paren' argument of regex-opt-group for shy-groups.
13139 (regexp-opt-depth): Handle shy groups as well as backslashed
13140 backslashes.
13141 (regexp-opt-group): Turn the leading comment into a docstring.
13142 Allow `paren' to be a string (the string to use to open a group).
13143 Remove open-presuf and close-presuf. Instead of checking for `all
13144 one-char' and then later on check for `several one-char', handle
13145 both cases close together. Also apply a more generic algorithm
13146 for suffixes (the mirror image of the algorithm used for
13147 prefixes). Use shy-groups. Use nreverse rather than reverse.
13148 (regexp-opt-try-suffix): Removed.
13149
13150 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13151 from comint-mode-map, so we can just inherit from it. Also, move
13152 the initialization into the `defvar' since there's no docstring
13153 anyway and it's fairly short.
13154 (inferior-scheme-mode): Define it as derived-mode: the code is
13155 shorter and this way we inherit from comint-mode-map rather than
13156 copying it.
13157
13158 * subr.el (replace-regexps-in-string): Properly handle the case
13159 where we match an empty string.
13160
13161 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13162 when the command has a directory component (such as "./testml").
13163 Also fix a typo in the comment.
13164
13165 2000-03-08 Gerd Moellmann <gerd@gnu.org>
13166
13167 * Makefile (compile-files): Compile files one by one because
13168 that's the only way to ensure a clean compilation environment for
13169 each individual file.
13170
13171 * frame.el (other-frame): Call x-focus-frame.
13172
13173 2000-03-07 Dave Love <fx@gnu.org>
13174
13175 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13176 :require to defcustom.
13177
13178 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13179 lists.
13180
13181 * files.el (auto-mode-alist): Add configure.in.
13182
13183 * progmodes/autoconf.el: New file.
13184
13185 2000-03-07 Gerd Moellmann <gerd@gnu.org>
13186
13187 * mail/mh-e.el: Change maintainer to `none'.
13188
13189 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13190 to remove-hook and add-hook.
13191
13192 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13193
13194 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13195 it as the default.
13196 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13197 (sendmail-send-it): Conditionally add MIME headers specifying the
13198 used character set.
13199
13200 2000-03-07 Dave Love <fx@gnu.org>
13201
13202 * winner.el: Fix keywords, autoload cookies. Split
13203 eval-when-compile form to avoid compilation failure.
13204
13205 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13206
13207 * international/mule.el: Modify comment about coding system
13208 property `coding-category'.
13209 (make-coding-system): New argument EOL-TYPE. Pay attention to
13210 coding-category property of PROPERTIES.
13211
13212 * international/mule-conf.el (coding-category-utf-8,
13213 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13214 categories. Include them in the argument for set-coding-priority.
13215
13216 * international/mule-cmds.el (reset-language-environment): Include
13217 coding-category-utf-8, coding-category-utf-16-be, and
13218 coding-category-utf-16-le in the argument for set-coding-priority.
13219 (reset-language-environment): Initialize coding-category-utf-8,
13220 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13221
13222 2000-03-06 Karl Fogel <kfogel@red-bean.com>
13223
13224 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13225 code abstracted out of `bookmark-jump-noselect'. Now tries info
13226 extensions as well as compression extensions.
13227 (bookmark-jump-noselect): Use above new func.
13228
13229 2000-03-03 Gerd Moellmann <gerd@gnu.org>
13230
13231 * strokes.el: Change maintainer's mail address.
13232
13233 2000-03-03 Kenichi Handa <handa@etl.go.jp>
13234
13235 * international/mule-diag.el (list-character-sets): Make help-echo
13236 string by substitute-command-keys.
13237 (list-character-sets): Likewise.
13238 (sort-listed-character-sets): Call help-setup-xref.
13239
13240 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13241
13242 * time.el (display-time-mail-file): Add `none' to the list of
13243 choices.
13244
13245 2000-03-01 Dave Love <fx@gnu.org>
13246
13247 * help.el (help-xref-go-back): Don't try to set position.
13248
13249 * international/mule-diag.el (list-character-sets): Call
13250 help-setup-xref. Add help-echo to xrefs.
13251 (list-character-sets-1): Add help-echo to xrefs.
13252
13253 2000-03-02 Gerd Moellmann <gerd@gnu.org>
13254
13255 * frame.el (blink-cursor-mode): Switch cursor on when turning
13256 the mode off.
13257
13258 * add-log.el (add-log-current-defun): Add support for
13259 Autoconf mode.
13260
13261 * mail/rmail.el (rmail-quit-hook): New variable.
13262
13263 2000-03-01 Dave Love <fx@gnu.org>
13264
13265 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13266
13267 * help.el (help-xref-button): Add help-echo arg.
13268 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13269
13270 * faces.el (list-faces-display): Supply help-echo with
13271 help-make-xrefs.
13272
13273 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13274 nil.
13275
13276 2000-03-01 Gerd Moellmann <gerd@gnu.org>
13277
13278 * image.el (defimage): Look for image files in load-path.
13279
13280 * frame.el (busy-cursor-delay-seconds): Change type to
13281 `number'.
13282
13283 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13284
13285 * recentf.el (recentf): Added version tag to the defgroup of
13286 recentf.
13287
13288 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13289
13290 * recentf.el (recentf-cleanup): Changed to remove excluded file
13291 too.
13292 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13293 action to select/unselect a file.
13294 (recentf-edit-list): Code cleanup and improvement.
13295 (recentf-open-more-files-action): `recentf-open-more-files' button
13296 widget action to open a file.
13297 (recentf-open-more-files): No more use standard completion but
13298 widgets.
13299 (recentf-more-collection): Deleted.
13300 (recentf-more-history): Deleted.
13301 (recentf-setup-more-completion): Deleted.
13302
13303 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
13304
13305 * recentf.el (recentf-mode): No more needs that Emacs is running
13306 under a window-system.
13307
13308 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13309
13310 * recentf.el (recentf-edit-list): New command to edit the recent
13311 list which allow the user to remove files.
13312 (recentf-edit-selected-items): New global variable, used by
13313 `recentf-edit-list' to hold the list of files to be removed from
13314 the recent list.
13315 (recentf-make-menu-items): Updated to display a "Edit list..."
13316 menu item. Minor code cleanup.
13317
13318 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13319
13320 * recentf.el (recentf-open-more-files): New command to open files
13321 that are not displayed in the menu.
13322 (recentf-more-collection): New global variable holding the set of
13323 permissible completions used by `recentf-open-more-files'.
13324 (recentf-more-history): New global variable holding the history list
13325 used by `recentf-open-more-files' completion.
13326 (recentf-setup-more-completion): New function to setup completion for
13327 `recentf-open-more-files'.
13328 (recentf-make-menu-items): Updated to display a "More..." menu item.
13329
13330 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13331
13332 * recentf.el (recentf-menu-action): Doc fixed.
13333
13334 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
13335
13336 * recentf.el (recentf-menu-filter): Doc updated.
13337 (recentf-update-menu-hook): Allow menu filters to force menu update.
13338 (recentf-make-menu-items): New menu filter handling.
13339 (recentf-make-menu-item): New helper function.
13340 (recentf-menu-elements): New menu handling function.
13341 (recentf-sort-ascending): Updated to new menu filter handling.
13342 (recentf-sort-descending): Updated to new menu filter handling.
13343 (recentf-sort-basenames-ascending): New menu filter function.
13344 (recentf-sort-basenames-descending): New menu filter function.
13345 (recentf-show-basenames): New menu filter function.
13346 (recentf-show-basenames-ascending): New menu filter function.
13347 (recentf-show-basenames-descending): New menu filter function.
13348
13349 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13350
13351 * diary-lib.el (list-diary-entries): Don't try to go forward at
13352 the end of the buffer.
13353
13354 2000-02-29 Kenichi Handa <handa@etl.go.jp>
13355
13356 * international/mule-diag.el (list-character-sets): Completely
13357 rewritten.
13358 (sort-listed-character-sets): New function.
13359 (list-character-sets-1): Completely rewritten.
13360 (list-character-sets-2): New function.
13361 (non-iso-charset-alist): New variable.
13362 (decode-codepage-char): New function.
13363 (charset-history): New variable.
13364 (read-charset) (list-block-of-chars)
13365 (list-iso-charset-chars)
13366 (list-non-iso-charset-chars)
13367 (list-charset-chars): New functions.
13368 (mule-diag): Call list-character-sets-2, not
13369 list-character-sets-2.
13370 (dump-charsets): Likewise.
13371
13372 2000-02-29 Gerd Moellmann <gerd@gnu.org>
13373
13374 * dired-x.el (dired-filename-at-point): Add `@' to valid
13375 file name characters.
13376 (dired-filename-at-point): Handle ange-ftp file names.
13377
13378 * frame.el (frame-notice-user-settings): Use assq-delete-all
13379 instead of assoc-delete-all.
13380 (frame-notice-user-settings): Ditto.
13381
13382 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13383 Don't copy alist.
13384
13385 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13386
13387 * calculator.el (calculator-use-menu): New option.
13388 (calculator-initial-bindings): Changed some bindings to work as
13389 macros.
13390 (calculator-forced-input): Removed.
13391 (calculator-restart-other-mode): New variable.
13392 (calculator-mode-map): Set up menu.
13393
13394 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13395
13396 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13397 tags.
13398
13399 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13400
13401 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13402 translate all ESC key sequences.
13403 (viper-goto-mark-subr): restore markers for files for which
13404 they were saved.
13405 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13406 * viper-util.el (viper-set-replace-overlay-glyphs,
13407 viper-set-replace-overlay): always check if the replacement
13408 overlay is live.
13409 * viper.el (viper-vi-state-mode-list): added major modes.
13410 * ediff-wind.el: minor comment changes.
13411 * ediff.el: copyright notice date fix.
13412
13413 2000-02-27 Jason Rumney <jasonr@gnu.org>
13414
13415 * faces.el (face-font-family-alternatives): Add arial to helv.
13416 (mode-line, header-line, tool-bar): Same default as x for w32.
13417 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13418 face-font-family-alternatives from working.
13419 * term/w32-win.el (mouse-set-font): Do not build fontset from
13420 chosen font.
13421
13422 2000-02-25 Sam Steingold <sds@goems.com>
13423
13424 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13425 properly.
13426
13427 2000-02-25 Richard M. Stallman <rms@gnu.org>
13428
13429 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13430
13431 2000-02-25 Gerd Moellmann <gerd@gnu.org>
13432
13433 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13434 writable.
13435
13436 * frame.el (busy-cursor-delay-seconds): New option.
13437
13438 2000-02-24 Gerd Moellmann <gerd@gnu.org>
13439
13440 * frame.el (show-cursor-in-non-selected-windows): New option.
13441
13442 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13443
13444 * diary-lib.el (include-other-diary-files): Undo the selective
13445 display in any included file and don't kill it.
13446
13447 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13448
13449 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13450 bar. Menu items converted to (menu-item format, help strings
13451 added.
13452 [downcase, upcase]: Don't enable on MS-DOS.
13453 [symlink, symlinks]: Don't show if make-symbolic-link is not
13454 bound.
13455 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13456
13457 2000-02-23 Dave Love <fx@gnu.org>
13458
13459 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13460 (backward-kill-word): Revert addition of * to interactive spec --
13461 it's a feature.
13462
13463 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13464 (backward-kill-sentence, kill-sentence): Likewise.
13465
13466 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13467 scratch buffer name.
13468 (gud-format-command): Use int-to-string in ?l case. Simplify
13469 slightly.
13470
13471 * term/w32-win.el (internal-face-interactive): Update prompt for
13472 new read-face-name.
13473
13474 * mail/footnote.el (footnote): Add :version to defgroup.
13475 (footnote-section-tag-regexp): Customize.
13476 (footnote-start-tag, footnote-end-tag): New option.
13477 (footnote-latin-regexp): New variable.
13478 (Footnote-latin): New function.
13479 (footnote-style-alist): Add element for latin style.
13480 (footnote-style): Moved.
13481 (Footnote-goto-footnote): Use eq to test arg.
13482
13483 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13484
13485 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13486 (byte-compile-trueconstp): Include keywords.
13487 (byte-optimize-quote, byte-optimize-lapcode): Use
13488 byte-compile-const-symbol-p.
13489 (byte-optimize-char-before): New optimization.
13490
13491 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13492 (byte-compile-const-symbol-p): New function.
13493 (byte-compile-constp, byte-compile-out-toplevel)
13494 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13495 Use it.
13496
13497 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13498
13499 2000-02-23 Kenichi Handa <handa@etl.go.jp>
13500
13501 * international/encoded-kb.el: Be sure to update minor-mode-alist
13502 and minor-mode-map-alist.
13503 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13504 codes SS2 and SS3 correctly.
13505 (encoded-kbd-self-insert-ccl): New function.
13506 (encoded-kbd-setup-keymap): New function.
13507 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13508 by calling encoded-kbd-setup-keymap.
13509
13510 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13511 characters.
13512 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13513 locally.
13514
13515 2000-02-22 Dave Love <fx@gnu.org>
13516
13517 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13518 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13519 defvar.
13520 (lisp-mode-syntax-table): Set up for #|...|# comments.
13521 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13522 classes. Match `defface'.
13523 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13524 (eval-defun-1): Fix for defcustom.
13525 (lisp-indent-region): Doc fix.
13526
13527 * subr.el (when, unless, split-string): Doc fix.
13528 (read-passwd): Move call of clear-this-command-keys to the right
13529 place.
13530 (replace-regexps-in-string): New function.
13531
13532 2000-02-22 Gerd Moellmann <gerd@gnu.org>
13533
13534 * help.el (describe-variable): Set syntax table to
13535 emacs-lisp-mode-syntax-table when moving forward over the
13536 symbol's name.
13537
13538 2000-02-22 Dave Love <fx@gnu.org>
13539
13540 * xt-mouse.el: Doc fixes.
13541 (xterm-mouse-position-function): New function, replacing advice of
13542 mouse-position.
13543 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13544
13545 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13546
13547 2000-02-21 Gerd Moellmann <gerd@gnu.org>
13548
13549 * format.el (format-annotate-single-property-change): Handle
13550 properties.with dotted-list values.
13551 (format-proper-list-p): New function.
13552
13553 * enriched.el (enriched-face-ans): Handle '(foreground-color
13554 . COLOR) and (background-color . COLOR).
13555
13556 2000-02-20 Dave Love <fx@gnu.org>
13557
13558 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13559 and assignments to it.
13560 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13561 current local map.
13562 (make-flyspell-overlay): Use it.
13563 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13564
13565 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13566 (lm-get-header-re): Defun, not defsubst.
13567 (lm-get-package-name): Defun, not defsubst. Simplify.
13568 (lm-version): Doc fix. Simplify.
13569 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13570 (lm-crack-address, lm-last-modified-date, lm-commentary)
13571 (lm-verify, lm-synopsis): Simplify.
13572 (lm-report-bug): Require emacsbug. Use compose-mail.
13573
13574 2000-02-20 Gerd Moellmann <gerd@gnu.org>
13575
13576 * dired.el (dired-mode): Call propertized-buffer-identification
13577 to set mode-line-buffer-identification to something having
13578 the right text properties.
13579
13580 * bindings.el (propertized-buffer-identification): New function.
13581
13582 2000-02-20 Dave Love <fx@gnu.org>
13583
13584 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13585 check for t-mouse too.
13586
13587 * cus-start.el: Make echo-keystrokes `number'.
13588
13589 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13590
13591 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13592 Don't call ring-empty-p unless tags-location-ring is bound.
13593 From Noah Friedman <friedman@splode.com>.
13594
13595 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13596
13597 * progmodes/hideshow.el (hs-flag-region): No longer use
13598 `intangible' overlay property.
13599
13600 (hs-toggle-hiding): New command.
13601 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13602
13603 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13604 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13605 and deactivation.
13606
13607 2000-02-18 Gerd Moellmann <gerd@gnu.org>
13608
13609 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13610
13611 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13612
13613 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13614
13615 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13616 of `*' to handle `(* ... *)' comments.
13617
13618 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13619
13620 * faces.el (list-faces-display): Use display-mouse-p instead of
13621 window-system.
13622
13623 * menu-bar.el (global-map): Menu-bar items converted to the new
13624 format (menu-item..., rearranged for better CUA compliance, and
13625 their names changed for better clarity. Help strings added.
13626
13627 * international/mule-cmds.el (mule-menu-keymap)
13628 (describe-language-environment-map, set-coding-system-map)
13629 (setup-language-environment-map): Convert to new (menu-item...
13630 form, add help strings. Change names of menu items for better
13631 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13632 submenu).
13633
13634 2000-02-17 Gerd Moellmann <gerd@gnu.org>
13635
13636 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
13637 within the code.
13638
13639 2000-02-16 Dave Love <fx@gnu.org>
13640
13641 * faces.el: Don't require custom. Add more specific :groups to
13642 various deffaces.
13643 (set-face-attribute): Purecopy args.
13644 (read-face-name): Default to name at point and use it in prompt.
13645 Remove colon from arg in all callers.
13646 (list-faces-display): Hyperlink to face descriptions and customize
13647 buffers.
13648
13649 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13650
13651 * wid-edit.el (widget-match-inline): An atom never matches a
13652 list.
13653
13654 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13655
13656 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13657 at ':' characters by call to split-string.
13658
13659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13660
13661 * textmodes/bibtex.el: Added RCS version identification.
13662
13663 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13664
13665 * textmodes/bibtex.el: Some temporary comments removed.
13666 (bibtex-field-name, bibtex-entry-type): Made the relationship
13667 explicit.
13668 (bibtex-field-const): Allow capital letters.
13669 (bibtex-start-of-string): Deleted because unused.
13670
13671 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13672 use the term 'reference' to describe a bibtex entry as a whole.
13673 Further, reference keys are no longer called 'labels'.
13674 (bibtex-keys): Renamed to bibtex-reference-keys.
13675 (bibtex-reformat-previous-labels): Renamed to
13676 bibtex-reformat-previous-reference-keys.
13677 (bibtex-reference-type): Renamed to bibtex-entry-type.
13678 (bibtex-reference-head): Renamed to bibtex-entry-head.
13679 (bibtex-reference-maybe-empty-head): Renamed to
13680 bibtex-entry-maybe-empty-head.
13681 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13682 (bibtex-search-reference): Renamed to bibtex-search-entry.
13683 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13684 bibtex-enclosing-entry-maybe-empty-head.
13685 (bibtex-entry-field-alist, bibtex-entry-head,
13686 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13687 bibtex-map-entries, bibtex-search-entry,
13688 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13689 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13690 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13691 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13692 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13693 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13694 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13695
13696 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13697
13698 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13699 comment.
13700 (bibtex-format-field-delimiters): New function, functionality
13701 extracted from bibtex-format-entry.
13702 (bibtex-autokey-get-yearfield-digits): New function, functionality
13703 extracted from bibtex-autokey-get-yearfield.
13704
13705 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13706 entries in order to avoid stack overflow in the regexp matcher if
13707 field contents become large.
13708 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13709 bibtex-field-string-part-not-braced,
13710 bibtex-field-string-part-no-inner-braces,
13711 bibtex-field-string-part-1-inner-brace,
13712 bibtex-field-string-part-2-inner-braces,
13713 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13714 bibtex-field-string-quoted, bibtex-field-string,
13715 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13716 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13717 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13718 as parsing is now performed by the following functions.
13719 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13720 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13721 bibtex-parse-field-string, bibtex-search-forward-field-string,
13722 bibtex-parse-association, bibtex-field-name-for-parsing,
13723 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13724 bibtex-search-forward-field, bibtex-search-backward-field,
13725 bibtex-start-of-field, bibtex-end-of-field,
13726 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13727 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13728 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13729 bibtex-parse-string, bibtex-search-forward-string,
13730 bibtex-search-backward-string, bibtex-start-of-string,
13731 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13732 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13733 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13734 entries. Instead of reporting the results of the parsing by
13735 match-beginning or match-end, these functions return data structures
13736 that hold the corresponding positions.
13737 (bibtex-enclosing-field): Changed to also report field boundaries by
13738 return values rather than by match-beginning or match-end. The
13739 following functions have been adapted to use the new parsing
13740 functions.
13741 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13742 bibtex-enclosing-field, bibtex-format-entry,
13743 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13744 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13745 bibtex-print-help-message, bibtex-end-of-entry,
13746 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13747 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13748 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13749 method for parsing.
13750 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13751 bibtex-map-entries, bibtex-flash-head,
13752 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13753 bibtex-autokey-change, bibtex-autokey-get-namefield,
13754 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13755 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13756 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13757 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13758 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13759 order to make the new binding of case-fold-search immediately
13760 visible.
13761
13762 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13763
13764 * textmodes/bibtex.el: Copyright notice is up to date.
13765 Added constant 'bibtex-maintainer-salutation.
13766
13767 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13768 than make-temp-name, use match-string-no-properties and eliminate
13769 a quadratic behavior when building bibtex-strings.
13770
13771 * bibtex.el (bibtex-reference-key): Accept string entries whose
13772 reference key contains upper case letters.
13773
13774 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13775
13776 * bibtex.el (bibtex-reference-head): Allow entries to start with
13777 a new line.
13778
13779 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13780
13781 * bibtex.el: Hiding of entry bodies is not longer provided by
13782 bibtex.el directly. Instead the hideshow package can be used.
13783 Added a special bibtex entry to hs-special-modes-alist.
13784 (bibtex-hs-forward-sexp): Added for hideshow.el.
13785
13786 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13787
13788 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13789 at ':' characters by call to split-string.
13790
13791 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13792
13793 * textmodes/bibtex.el: Added RCS version identification.
13794
13795 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13796
13797 * textmodes/bibtex.el: Some temporary comments removed.
13798 (bibtex-field-name, bibtex-entry-type): Made the relationship
13799 explicit.
13800 (bibtex-field-const): Allow capital letters.
13801 (bibtex-start-of-string): Deleted because unused.
13802
13803 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13804 use the term 'reference' to describe a bibtex entry as a whole.
13805 Further, reference keys are no longer called 'labels'.
13806 (bibtex-keys): Renamed to bibtex-reference-keys.
13807 (bibtex-reformat-previous-labels): Renamed to
13808 bibtex-reformat-previous-reference-keys.
13809 (bibtex-reference-type): Renamed to bibtex-entry-type.
13810 (bibtex-reference-head): Renamed to bibtex-entry-head.
13811 (bibtex-reference-maybe-empty-head): Renamed to
13812 bibtex-entry-maybe-empty-head.
13813 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13814 (bibtex-search-reference): Renamed to bibtex-search-entry.
13815 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13816 bibtex-enclosing-entry-maybe-empty-head.
13817 (bibtex-entry-field-alist, bibtex-entry-head,
13818 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13819 bibtex-map-entries, bibtex-search-entry,
13820 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13821 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13822 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13823 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13824 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13825 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13826 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
13827
13828 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13829
13830 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13831 comment.
13832 (bibtex-format-field-delimiters): New function, functionality
13833 extracted from bibtex-format-entry.
13834 (bibtex-autokey-get-yearfield-digits): New function, functionality
13835 extracted from bibtex-autokey-get-yearfield.
13836
13837 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13838 entries in order to avoid stack overflow in the regexp matcher if
13839 field contents become large.
13840 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13841 bibtex-field-string-part-not-braced,
13842 bibtex-field-string-part-no-inner-braces,
13843 bibtex-field-string-part-1-inner-brace,
13844 bibtex-field-string-part-2-inner-braces,
13845 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13846 bibtex-field-string-quoted, bibtex-field-string,
13847 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13848 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13849 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13850 as parsing is now performed by the following functions.
13851 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13852 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13853 bibtex-parse-field-string, bibtex-search-forward-field-string,
13854 bibtex-parse-association, bibtex-field-name-for-parsing,
13855 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13856 bibtex-search-forward-field, bibtex-search-backward-field,
13857 bibtex-start-of-field, bibtex-end-of-field,
13858 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13859 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13860 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13861 bibtex-parse-string, bibtex-search-forward-string,
13862 bibtex-search-backward-string, bibtex-start-of-string,
13863 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13864 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13865 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13866 entries. Instead of reporting the results of the parsing by
13867 match-beginning or match-end, these functions return data structures
13868 that hold the corresponding positions.
13869 (bibtex-enclosing-field): Changed to also report field boundaries by
13870 return values rather than by match-beginning or match-end. The
13871 following functions have been adapted to use the new parsing
13872 functions.
13873 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13874 bibtex-enclosing-field, bibtex-format-entry,
13875 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13876 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13877 bibtex-print-help-message, bibtex-end-of-entry,
13878 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13879 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13880 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13881 method for parsing.
13882 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13883 bibtex-map-entries, bibtex-flash-head,
13884 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13885 bibtex-autokey-change, bibtex-autokey-get-namefield,
13886 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13887 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13888 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13889 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13890 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13891 order to make the new binding of case-fold-search immediately
13892 visible.
13893
13894 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13895
13896 * textmodes/bibtex.el: Copyright notice is up to date.
13897 Added constant 'bibtex-maintainer-salutation.
13898
13899 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13900 than make-temp-name, use match-string-no-properties and eliminate
13901 a quadratic behavior when building bibtex-strings.
13902
13903 * bibtex.el (bibtex-reference-key): Accept string entries whose
13904 reference key contains upper case letters.
13905
13906 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13907
13908 * bibtex.el (bibtex-reference-head): Allow entries to start with
13909 a new line.
13910
13911 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13912
13913 * bibtex.el: Hiding of entry bodies is not longer provided by
13914 bibtex.el directly. Instead the hideshow package can be used.
13915 Added a special bibtex entry to hs-special-modes-alist.
13916 (bibtex-hs-forward-sexp): Added for hideshow.el.
13917
13918 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13919
13920 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
13921 proceedings entry type (for cross referencing). Thanks to Wagner
13922 Toledo Correa for the suggestion.
13923
13924 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
13925
13926 2000-02-14 Kenichi Handa <handa@etl.go.jp>
13927
13928 * international/characters.el: Setup case table for Vietnamese.
13929
13930 2000-02-12 Gerd Moellmann <gerd@gnu.org>
13931
13932 * uniquify.el (toplevel): Require CL at compile time.
13933 (uniquify-push): Removed.
13934
13935 * shadowfile.el (shadow-when): Removed.
13936
13937 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13938 (tempo-process-and-insert-string): Use dolist instead of
13939 tempo-dolist.
13940
13941 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13942 regexp for paragraph-start.
13943
13944 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13945 commas as well.
13946
13947 2000-02-10 Dave Love <fx@gnu.org>
13948
13949 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13950 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13951 Deleted.
13952 (widget-specify-field, widget-specify-button): Don't use
13953 widget-mouse-help as help-echo property.
13954 (default): Use #'ignore for :validate and :mouse-down-action.
13955 (checkbox): Add help-echo.
13956 (widget-sexp-validate): Rewritten to clarify error messages.
13957 (character): Use char-valid-p in :match function.
13958 (widget-color-complete): Use facemenu-color-alist.
13959 (widget-color-action): Use facemenu-read-color.
13960
13961 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13962 set up `caar' &c that we now have.
13963
13964 2000-02-09 Ray Blaak <blaak@gnu.org>
13965
13966 * delphi.el: Make resourcestring a declaration region, like const
13967 and var.
13968
13969 2000-02-09 Dave Love <fx@gnu.org>
13970
13971 * bindings.el (mode-line-input-method-map): New variable.
13972 (mode-line-mule-info): Use it; fix last change.
13973 (mode-line-mode-menu): Move definition.
13974 (mode-line-mouse-sensitive-p): Deleted.
13975 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
13976 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
13977 level.
13978
13979 * startup.el (command-line-1): Don't call
13980 make-mode-line-mouse-sensitive.
13981
13982 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13983
13984 * mail/rmail.el (rmail-retry-failure): Use
13985 rmail-beginning-of-message before rmail-toggle-header, because the
13986 former toggles headers.
13987
13988 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
13989
13990 * diff-mode.el (diff-kill-junk): New interactive function.
13991 (diff-reverse-direction): Use delete-and-extract-region.
13992 (diff-post-command-hook): Restrict the area so that the hook also works
13993 outside of any diff hunk. This is necessary for the minor-mode.
13994 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
13995 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
13996
13997 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
13998 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
13999 so that it can be used more easily in <foo>-mode-hook. Also make sure
14000 to avoid duplicate entries.
14001 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14002 (font-lock-remove-keywords): Just as was done for `add', allow it to
14003 work even if font-lock-mode is nil. Also make sure we don't modify
14004 any pre-existing list by forcing a copy-sequence. Finally rename
14005 `major-mode' to `mode'.
14006 (font-lock-fontify-syntactic-anchored-keywords)
14007 (font-lock-fontify-anchored-keywords)
14008 (font-lock-fontify-keywords-region): Use line-end-position.
14009 Don't make `font-lock-multiline' local (it's now done in
14010 font-lock-set-defaults).
14011 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14012 move the `font-lock-fontified' creation to inside the `unless'.
14013
14014 2000-02-06 Andrew Innes <andrewi@gnu.org>
14015
14016 * term/w32-win.el (x-handle-args): Comment out call to message,
14017 which occurs before window system is initialized.
14018
14019 * makefile.nt: Add support for recompiling lisp code.
14020
14021 2000-02-04 Dave Love <fx@gnu.org>
14022
14023 * bindings.el (mode-line-mule-info): Fix/extend last change.
14024
14025 * completion.el: Replace completion-dolist with dolist.
14026
14027 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14028 dotimes.
14029
14030 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14031
14032 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14033 environment names before they go into the section regexp.
14034
14035 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14036 char class in regexp.
14037
14038 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14039 `case-fold-search' to nil.
14040
14041 * progmodes/idlwave.el (idlwave-template): Respect
14042 `idlwave-abbrev-change-case'.
14043 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14044 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14045 idlwave-while): respect `idlwave-reserved-word-upcase'.
14046 (idlwave-rw-case): New function.
14047 (idlwave-statement-match): Fixed problem with assignment regexp.
14048 (idlwave-font-lock-keywords): Improved regexp for keyword
14049 parameters.
14050 (idlwave-surround): New argument LENGTH to support padding of
14051 operators longer than 1 char.
14052
14053 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14054 idlwave-shell-expression-overlay. Implemented printing of
14055 expressions on higher levels of the calling stack.
14056 (idlwave-shell-display-level-in-calling-stack): Restore stack
14057 level.
14058 (idlwave-retrieve-expression-from-level): New function.
14059 (idlwave-shell-last-calling-stack): Variable removed.
14060 (idlwave-shell-reset): Argument action reversed (`visible' to
14061 `hidden'). Also remove stop-line overlay.
14062 (idlwave-shell-calling-stack-routine): New variable.
14063 (idlwave-shell-parse-stack-and-display): Messages now display
14064 negative level numbers.
14065 (idlwave-shell-mode): Set `modeline-format'.
14066 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14067 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14068 21.
14069 (idlwave-shell-print-expression-function): New option.
14070
14071 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14072 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14073 `tool-bar' instead of `toolbar'.
14074
14075 2000-02-02 Dave Love <fx@gnu.org>
14076
14077 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14078 emacs-lisp-mode-hook. Don't check for defalias being defined.
14079
14080 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14081 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14082 the new builtins directly.
14083
14084 * whitespace.el (whitespace): Add :version to defgroup.
14085
14086 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14087 Doc fix.
14088
14089 * thingatpt.el (sexp-at-point, symbol-at-point)
14090 (number-at-point, list-at-point): Add autoload cookie.
14091
14092 * recentf.el (recentf): Add :version to defgroup.
14093
14094 * quickurl.el (quickurl): Add :version to defgroup.
14095
14096 * elide-head.el (elide-head): Use point-marker more.
14097
14098 * bs.el (bs): Add :version to defgroup.
14099
14100 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14101
14102 * progmodes/delphi.el (delphi): Add :version to defgroup.
14103
14104 2000-02-02 Gerd Moellmann <gerd@gnu.org>
14105
14106 * ange-ftp.el (ange-ftp-write-region): Handle case that
14107 succeeding process operation sets a different coding system.
14108
14109 * calculator.el: New file.
14110
14111 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14112
14113 * frame.el (frames-on-display-list, framep-on-display): New
14114 functions.
14115 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14116 (display-selections-p, display-screens, display-pixel-width)
14117 (display-pixel-height, display-mm-width, display-mm-height)
14118 (display-backing-store, display-save-under, display-planes)
14119 (display-color-cells, display-visual-class): New functions.
14120
14121 * term/tty-colors.el (tty-color-gray-shades): New function.
14122
14123 * faces.el (display-color-p): Use framep-on-display.
14124 (display-grayscale-p): New function.
14125
14126 2000-01-31 Dave Love <fx@gnu.org>
14127
14128 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14129 (create-fontset-from-x-resource): Don't concat integers.
14130
14131 2000-01-31 Inge Frick <inge@nada.kth.se>
14132
14133 * view.el: Some changes in documentation. Removed some trailing
14134 whitespace. Changed some parameter names to agree with
14135 documentation.
14136 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14137 window is not deleted. Modifies change 1998-04-26.
14138
14139 2000-01-31 Gerd Moellmann <gerd@gnu.org>
14140
14141 * windmove.el: New file.
14142
14143 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14144 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14145 progmodes/ebnf-yac.el: Update copyright and license info.
14146
14147 * jit-lock.el (jit-lock-function): Widen before calculating end
14148 position.
14149 (jit-lock-stealth-chunk-start): Rewritten.
14150
14151 * info.el (Info-title-face-alist): Removed.
14152 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14153 faces.
14154 (Info-fontify-node): Use these faces.
14155
14156 2000-01-30 Gerd Moellmann <gerd@gnu.org>
14157
14158 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14159 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14160 `&allow-other-keywords'.
14161
14162 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14163 the list of directories scanned heuristically.
14164
14165 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14166 exist.
14167
14168 2000-01-30 Jason Rumney <jasonr@gnu.org>
14169
14170 * w32-fns.el: Define w32-tty-standard-colors.
14171
14172 * startup.el (command-line): Use w32-tty-standard-colors when in
14173 w32 console mode.
14174
14175 2000-01-30 Dave Love <fx@gnu.org>
14176
14177 * jka-compr.el (jka-compr-load): Fix up load-history.
14178
14179 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14180
14181 * emacs-lisp/cl-macs.el: Revert previous change.
14182
14183 2000-01-29 Dave Love <fx@gnu.org>
14184
14185 * facemenu.el: Purecopy various strings.
14186
14187 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14188 years. Deal with three-digit years.
14189
14190 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14191 defconst, purecopy.
14192 (help-back-label): Purecopy it.
14193
14194 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14195
14196 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14197 variable. If non-nil, order the buffer list according to the
14198 currently selected frame.
14199 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14200 non-nil, pass the selected frame to function buffer-list.
14201
14202 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14203
14204 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14205
14206 2000-01-28 Dave Love <fx@gnu.org>
14207
14208 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14209
14210 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14211 Don't use lisp-indent-hook property.
14212 (cl-abs): Remove.
14213
14214 * subr.el: Move out indent and edebug specs for when and unless.
14215
14216 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14217 when, unless.
14218
14219 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14220 unless, when.
14221
14222 2000-01-28 Gerd Moellmann <gerd@gnu.org>
14223
14224 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14225 `collecting' as synonym for `collect'.
14226
14227 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14228 for the case it contains spaces.
14229
14230 * simple.el (what-cursor-position): Change formatting of
14231 messages.
14232
14233 * frame.el (delete-other-frames): New function.
14234 (toplevel): Bind it to C-x 5 1.
14235
14236 * sort.el (sort-numeric-base): New option.
14237 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14238 interpret it as octal or hexadecimal. Use sort-numeric-base
14239 as default base.
14240
14241 * progmodes/glasses.el: New file.
14242
14243 2000-01-27 Gerd Moellmann <gerd@gnu.org>
14244
14245 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14246 userids differently.
14247
14248 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14249 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14250 progmodes/ebnf-yac.el: New files.
14251
14252 2000-01-26 Dave Love <fx@gnu.org>
14253
14254 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14255 on a function with an empty body. [From Eric Ludlam.]
14256
14257 2000-01-25 Andre Spiegel <spiegel@gnu.org>
14258
14259 * vc.el (vc-version-diff): Make sure file name is expanded.
14260
14261 2000-01-25 Gerd Moellmann <gerd@gnu.org>
14262
14263 * scroll-bar.el (scroll-bar-timer): Variable removed.
14264 (scroll-bar-toolkit-scroll): Don't use a timer.
14265
14266 2000-01-25 Kenichi Handa <handa@etl.go.jp>
14267
14268 * language/thai-util.el (thai-composition-function): Delete
14269 superfluous `a'.
14270
14271 2000-01-24 Dave Love <fx@gnu.org>
14272
14273 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14274 end-of-defun-function.
14275
14276 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14277 &c.
14278
14279 2000-01-22 Jason Rumney <jasonr@gnu.org>
14280
14281 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14282 conflicts with new face support.
14283
14284 2000-01-22 Richard M. Stallman <rms@gnu.org>
14285
14286 * replace.el (query-replace): Rename last arg to DELIMITED.
14287 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14288 (query-replace-regexp): Likewise.
14289
14290 2000-01-20 Richard M. Stallman <rms@gnu.org>
14291
14292 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14293
14294 * emacs-lisp/lisp.el (beginning-of-defun-function):
14295 Variable renamed from beginning-of-defun.
14296 Do not call make-variable-buffer-local.
14297 (beginning-of-defun-raw): Use new variable name; doc fix.
14298 (beginning-of-defun): Doc fix.
14299 (end-of-defun-function): Variable renamed from end-of-defun.
14300 Do not call make-variable-buffer-local.
14301 (end-of-defun): Use new variable name; doc fix.
14302
14303 * subr.el (dolist, dotimes): Copied from cl-macs.el
14304 and made to work.
14305
14306 * mail/undigest.el (rmail-digest-end-regexps):
14307 Variable replaces rmail-digest-end-regexp.
14308 Allows multiple regexps for detecting the end line.
14309 (undigestify-rmail-message): Corresponding changes.
14310
14311 2000-01-19 Dave Love <fx@gnu.org>
14312
14313 * files.el (user-init-file): Don't declare here -- is primitive.
14314
14315 * startup.el (command-line): Check for compiled user-init-file and
14316 set to uncompiled version if necessary.
14317
14318 2000-01-18 Gerd Moellmann <gerd@gnu.org>
14319
14320 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14321 (undigestify-rmail-message): Use it.
14322
14323 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14324
14325 2000-01-17 Gerd Moellmann <gerd@gnu.org>
14326
14327 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14328 of mini-buffer.
14329
14330 2000-01-14 Gerd Moellmann <gerd@gnu.org>
14331
14332 * emacs-lisp/copyright.el (copyright-update): Removed the
14333 requirement for a trailing space from `copyright-regexp', to
14334 support copyrights with owner specified on a separate line..
14335
14336 * align.el: New file.
14337
14338 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14339
14340 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14341
14342 2000-01-13 Dave Love <fx@gnu.org>
14343
14344 * ph.el: Removed. (Obsoleted by EUDC.)
14345
14346 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14347
14348 * net/eudc.el (toplevel): Remove autoloaded code installing
14349 menu with easymenu, because that causes build problems.
14350
14351 * frame.el (frame-notice-user-settings): New variable.
14352 (frame-notice-user-settings): Don't modify frame parameters
14353 if called a second time.
14354
14355 2000-01-13 Richard M. Stallman <rms@gnu.org>
14356
14357 * frame.el (frame-notice-user-settings):
14358 Notice default-frame-parameters even for non-window frames.
14359
14360 2000-01-13 Gerd Moellmann <gerd@gnu.org>
14361
14362 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14363 for Emacs.
14364 (eudc-bob-can-display-inline-images): Extend for Emacs.
14365 (eudc-bob-toggle-inline-display): Ditto.
14366 (eudc-bob-display-jpeg): Ditto.
14367
14368 2000-01-12 Gerd Moellmann <gerd@gnu.org>
14369
14370 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14371 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14372 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14373
14374 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14375 nil)'.
14376
14377 * subdirs.el: Add `net' directory.
14378
14379 * net: New directory.
14380
14381 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14382 eval-last-sexp. Don't bind debug-on-error here.
14383 (eval-last-sexp): New function. Bind debug-on-error if
14384 eval-expression-debug-on-error is non-nil.
14385 (eval-defun-2, eval-defun): Likewise.
14386
14387 * simple.el (eval-expression): Don't bind debug-on-error if
14388 eval-expression-debug-on-error is nil. Detect changed
14389 debug-on-error, and propagate new value to global binding, if
14390 eval-expression-debug-on-error is non-nil,
14391 (eval-expression-debug-on-error): Change doc string.
14392
14393 2000-01-11 Richard M. Stallman <rms@gnu.org>
14394
14395 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14396
14397 * emacs-lisp/lisp-mode.el (with-syntax-table):
14398 Set up lisp-indent-function property.
14399
14400 * subr.el (with-syntax-table): Moved from simple.el.
14401
14402 * simple.el (with-syntax-table): Moved to subr.el.
14403
14404 2000-01-11 Gerd Moellmann <gerd@gnu.org>
14405
14406 * tmm.el (tmm-shortcut): Delete region after prompt instead
14407 of erasing buffer.
14408
14409 * textmodes/fill.el (fill-common-string-prefix): New function.
14410 (fill-context-prefix): Use the longest common prefix of first
14411 and second line fill prefix, if there is one.
14412
14413 2000-01-11 Richard M. Stallman <rms@gnu.org>
14414
14415 * array.el (array-mode): Don't use make-variable-buffer-local.
14416 Use make-local-variable for `truncate-lines'.
14417
14418 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14419
14420 * add-log.el (add-log-current-defun): Handle user-defined
14421 add-log-current-function returning nil,
14422
14423 * add-log.el (add-change-log-entry): Insert version number
14424 if having found a current function
14425
14426 * add-log.el (add-log-current-defun): Call
14427 `add-log-current-defun-function'. Try matches at level 0 and
14428 level 1. Strip whitespace from defun found.
14429
14430 2000-01-10 John Wiegley <johnw@gnu.org>
14431
14432 * allout.el (isearch-done/outline-provisions): Added `edit'
14433 argument to correspond with the current definition of
14434 `isearch-done'.
14435
14436 2000-01-10 Dave Love <fx@gnu.org>
14437
14438 * elide-head.el (elide-head): Use point-marker, not point.
14439
14440 2000-01-10 Gerd Moellmann <gerd@gnu.org>
14441
14442 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14443 before and after the year 2000.
14444
14445 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14446 Add ispell- prefix.
14447
14448 2000-01-10 Ken Stevens <k.stevens@ieee.org>
14449
14450 * ispell.el: Only define dictionaries in menus when they exist.
14451 (version18p): New variable.
14452 (version20p): New variable.
14453 (xemacsp): New variable.
14454 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14455 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14456 (ispell-dictionary-alist6): Russian command lines no longer accept
14457 run-together words.
14458 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14459 (ispell-dictionary-alist): Add koi8-r to customize definition.
14460 (check-ispell-version): Added documentation string. Returns
14461 library path when called non-interactively.
14462 (ispell-menu-map-needed): Uses new variables.
14463 (ispell-library-path): New variable.
14464 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14465 (ispell-word): Improved documentation string. Test for valid
14466 character mappings. Correctly check typed in word changes that can
14467 result in single words split into multiple words. Returns
14468 replacement word.
14469 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14470 replace in recursive query replace mode. Help message for
14471 recursive edit mode.
14472 (ispell-show-choices): Protect against bad framepop bindings.
14473 (ispell-help): Fix to work with XEmacs.
14474 (ispell-highlight-spelling-error): Use new variables.
14475 (ispell-overlay-window): Fix to work with XEmacs.
14476 (ispell-parse-output): Passed and returns location information
14477 tracking spelling corrections. Doesn't recheck same word on
14478 current line.
14479 (ispell-init-process): Protect against bogus XEmacs variable binding.
14480 Fix call to single argument in sleep-for. Use new variables.
14481 (ispell-region): Passed and returns location information tracking
14482 spelling corrections. Doesn't check same word on current line.
14483 Improved documentation string. Doesn't resend a line already
14484 checked to the ispell process - fixes bug in LaTeX parsing.
14485 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14486 (ispell-skip-region): No longer skips <TT> in SGML.
14487 (ispell-process-line): Tracks location information with spelling
14488 corrections. Added documentation string. Accounts for words
14489 already accepted on this line. Don't allow query-replace on line
14490 starting with math characters. Doesn't resend a line already sent
14491 to ispell process. Fixes alignment error bug.
14492
14493 2000-01-10 Richard M. Stallman <rms@gnu.org>
14494
14495 * dired-x.el (dired-guess-shell-alist-default):
14496 Suggest xloadimage, which is free, not xv, which isn't.
14497
14498 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14499 Don't ever include the host name or user name in the value.
14500
14501 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14502
14503 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14504 of a real newline.
14505
14506 2000-01-09 Stephen Eglen <stephen@gnu.org>
14507
14508 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14509 for .png files.
14510
14511 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14512
14513 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14514
14515 2000-01-09 Gerd Moellmann <gerd@gnu.org>
14516
14517 * progmodes/cperl-mode.el: Replace ^F with ^L.
14518
14519 * sendmail.el (toplevel): Provide `sendmail' when compiling
14520 before `require'ing rmail and mailalias to prevent infinite
14521 recursion.
14522
14523 2000-01-08 Dave Love <fx@gnu.org>
14524
14525 * emacs-lisp/backquote.el: Remove inappropriate customization
14526 (allowing custom.el to use backquote).
14527
14528 2000-01-07 Dave Love <fx@gnu.org>
14529
14530 * add-log.el (add-log-debugging): Deleted.
14531 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14532 file. Remove debugging code.
14533 (change-log-get-method-definition, change-log-name): Add doc.
14534 (change-log-sortable-date-at): New function.
14535 (change-log-merge): New command.
14536
14537 * time.el (display-time-string-forms): Make the Mail string active.
14538 (display-time-update): Provide help-echo for load average.
14539
14540 * bindings.el (make-mode-line-mouse2-map): New function.
14541 (mode-line-modified): Use it and simplify.
14542 (mode-line-mule-info): Provide help-echo info.
14543 (minor-mode-alist): Activate the strings.
14544 (make-mode-line-mouse-sensitive): Simplify for
14545 mode-line-buffer-identification.
14546
14547 2000-01-07 Gerd Moellmann <gerd@gnu.org>
14548
14549 * play/pong.el: New file.
14550
14551 2000-01-06 Dave Love <fx@gnu.org>
14552
14553 * array.el: Assorted cleanups for compiler warnings, doc strings,
14554 `array-' prefix for symbols.
14555
14556 2000-01-05 Dave Love <fx@gnu.org>
14557
14558 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14559 outline-headers-as-kill.
14560 (outline-mode): Define imenu-generic-expression.
14561 (outline-headers-as-kill): New command.
14562
14563 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14564 from paragraph-start.
14565 (paragraph-indent-minor-mode): New command.
14566
14567 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14568 M-C-e, M-C-h, C-j, C-xnd, TAB.
14569 (fortran-mode): Set beginning-of-defun, end-of-defun.
14570 (fortran-column-ruler): Simplify.
14571 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14572 (fortran-with-subprogram-narrowing): Likewise.
14573 (fortran-indent-subprogram): Call mark-defun.
14574 (fortran-check-for-matching-do): Change narrowing.
14575
14576 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14577 (cl-lucid-hash-tag): Delete.
14578 (cl-hash-table-p): Correct test for native table.
14579 (cl-hash-table-count): Use hash-table-count.
14580
14581 * browse-url.el (browse-url): Fix case of
14582 browse-url-browser-function being an alist.
14583
14584 2000-01-05 Carsten Dominik <cd@gnu.org>
14585
14586 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14587 (reftex-index-phrase-file-extension): New options.
14588
14589 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
14590 Use new option `reftex-index-phrase-file-extension'.
14591
14592 * textmodes/reftex.el (reftex-access-parse-file): Use new option
14593 `reftex-parse-file-extension'.
14594
14595 2000-01-05 Dave Love <fx@gnu.org>
14596
14597 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
14598 (beginning-of-defun-raw): Use it.
14599 (end-of-defun): New variable.
14600 (end-of-defun): Use it.
14601 (check-parens): New command.
14602
14603 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14604
14605 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14606 (hs-show-block): Don't use `mapcar' when not accumulating.
14607
14608 Fix buglet in local variables initialization.
14609
14610 2000-01-05 Andreas Schwab <schwab@suse.de>
14611
14612 * hscroll.el (hscroll): Doc fix.
14613
14614 2000-01-05 Carsten Dominik <cd@gnu.org>
14615
14616 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14617 idlw-toolbar.
14618
14619 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14620 file idlw-rinfo.el.
14621 (idlwave-customize): load must read file idlw-shell.el.
14622 (idlwave-create-customize-menu): load must read file idlw-shell.el.
14623
14624 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14625
14626 * progmodes/idlw-shell.el: Also provide idlwave-shell
14627 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14628 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14629
14630 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14631 both reftex-dcr and reftex-vcr.
14632
14633 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14634
14635 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14636
14637 * ps-print.el: PostScript code now is in separate files, doc fix.
14638 (ps-print-version): New version number (5.0.3).
14639 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14640 local.
14641 (ps-spool-config): Initialization fix.
14642 (ps-print-prologue-1, ps-print-prologue-2)
14643 (ps-print-duplex-feature): PostScript code moved to separated file.
14644 (ps-background-image): Little code reformating.
14645 (ps-begin-file, ps-begin-job): Fix code.
14646 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
14647 (ps-prologue-file): New fun.
14648
14649 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14650
14651 * ps-vars.el: Eliminated.
14652
14653 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14654 `;;;###autoload'.
14655
14656 * ps-print.el: ps-vars eliminated, doc fix.
14657 (ps-print-version): New version number (5.0.2).
14658 (ps-spool-config): Initialization fix.
14659 (ps-print-customize): New fun.
14660
14661 2000-01-04 Gerd Moellmann <gerd@gnu.org>
14662
14663 * autorevert.el (auto-revert-mode): Return value of
14664 auto-revert-mode.
14665
14666 2000-01-04 Dave Love <fx@gnu.org>
14667
14668 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14669 menu items.
14670
14671 2000-01-03 Dave Love <fx@gnu.org>
14672
14673 * elide-head.el (elide-head) [defgroup]: Add :version.
14674
14675 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
14676 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14677 `cl-hash-table-p', not `hash-table-p'.
14678 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14679
14680 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14681
14682 * faces.el (face-read-integer, read-face-attribute)
14683 (color-defined-p, color-values): unspecified-{f,b}g are now
14684 strings.
14685
14686 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14687
14688 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14689 at comment end, and re-insert them after filling.
14690
14691 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14692
14693 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
14694 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14695 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
14696
14697 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14698
14699 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14700 the new name of face-color-supported-p.
14701
14702 * term/w32-win.el (xw-defined-colors): Likewise.
14703
14704 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14705
14706 * simple.el (completion-setup-function): Count completion-size
14707 from minibuffer-prompt-end, not from point-min.
14708
14709 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14710
14711 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14712 Pass the frame to tty-color-* functions.
14713 (display-color-p, frame-set-background-mode): Pass the frame to
14714 tty-display-color-p.
14715
14716 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14717 tty-color-alist.
14718 (tty-color-alist, tty-modify-color-alist): New functions.
14719 (tty-color-define, tty-color-clear, tty-color-approximate)
14720 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14721 an optional parameter FRAME.
14722
14723 2000-01-01 Gerd Moellmann <gerd@gnu.org>
14724
14725 * image.el (create-image, defimage): Don't assume image data is a
14726 string.
14727
14728 * image.el (defimage): Handle specifications containing :data
14729 instead of :file.
14730 (image-type-from-data): New function.
14731 (image-type-from-file-header): Use it.
14732 (create-image): Add parameter DATA-P.
14733
14734 See ChangeLog.8 for earlier changes.
14735
14736 ;; Local Variables:
14737 ;; coding: iso-2022-7bit
14738 ;; End: