(make-coding-system): Fix typo.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
99858627
DL
12001-01-23 Dave Love <fx@gnu.org>
2
3 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
4 backward-paragraph as font-lock-beginning-of-syntax-function.
5
5a43decf
EZ
62001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * font-lock.el (font-lock-mode): Doc fix.
9
b0e98867
KH
102001-01-23 Kenichi Handa <handa@etl.go.jp>
11
12 * international/mule.el (make-translation-table): Fix docstring.
13
9c8acefd
EZ
142001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
15
fd4976b8
EZ
16 * mail/rmail.el (rmail-redecode-body): New function.
17
9c8acefd
EZ
18 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
19
871e0439
GM
202001-01-22 Gerd Moellmann <gerd@gnu.org>
21
21c2bbe0
GM
22 * isearch.el (isearch-lazy-highlight-case-fold-search)
23 (isearch-lazy-highlight-regexp): New variables.
24 (isearch-lazy-highlight-cleanup): Update lazy highlight if
25 case-fold search or regexp search has been toggled.
26
5710730c
GM
27 * wid-edit.el (widget-button-click): Avoid a save-excursion
28 around running a global binding.
29
871e0439
GM
30 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
31 to 0.25.
32
d0554957
MB
332001-01-20 Miles Bader <miles@gnu.org>
34
35 * cus-edit.el (custom-face-save): Do post-processing on the face's
36 new value like `custom-face-set' does.
37
1519f618
EZ
382001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
39
ccd87890
EZ
40 * mail/emacsbug.el (report-emacs-bug): Report the value of
41 LC_CTYPE, not LC_TYPE.
42
1519f618
EZ
43 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
44 isearch-toggle-regexp and isearch-edit-string to doc string.
45
9724173b
GM
462001-01-19 Gerd Moellmann <gerd@gnu.org>
47
48bb9196
GM
48 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
49 as font-lock-beginning-of-syntax-function in font-lock-defaults.
50
9724173b
GM
51 * jit-lock.el (jit-lock-fontify-now): Don't bind
52 font-lock-beginning-of-syntax-function to nil.
53
dc81f8a2
EZ
542001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
55
56 * mail/emacsbug.el (report-emacs-bug): Report values of
57 locale-coding-system, default-enable-multibyte-characters, and the
58 environment variables LC_ALL, LC_TYPE, and LANG.
59
99327974
GM
602001-01-19 Gerd Moellmann <gerd@gnu.org>
61
111c181e
GM
62 * font-lock.el (font-lock-default-fontify-region): Fix last
63 change.
64
2be6ecc6
GM
65 * font-lock.el (font-lock-multiline): Default to nil.
66 (font-lock-default-fontify-region): If font-lock-multiline is
67 nil, don't check the property `font-lock-multiline'.
68
99327974
GM
69 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
70 is nil, don't check the `font-lock-multiline' text property.
71
2550055a
MK
722001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
73
0a949811 74 * viper.el: Call initial-major-mode on startup.
2550055a 75
0a949811 76 * ediff.el (ediff-patch-file): Use better defaults.
2550055a 77
8501998a 78 * ediff-vers.el: Fix for 8+3 DOS file systems.
2550055a
MK
79
802001-01-19 Colin Walters <walters@cis.ohio-state.edu>
81
0a949811 82 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a
MK
83 diff mode, if available.
84
0a949811 852001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2550055a 86
8501998a 87 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2550055a 88
2550055a
MK
89 * ediff-init.el (subst-char-in-string): Define and use it, unless
90 it's already defined.
91
8962e303
GM
922001-01-18 Gerd Moellmann <gerd@gnu.org>
93
94 * tooltip.el (tooltip-hide-delay): New user-option.
95 (tooltip-show): Use tooltip-hide-delay instead of the default.
96
6b453381
KH
972001-01-18 Kenichi Handa <handa@etl.go.jp>
98
99 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
100 kill-local-variable doesn't work for enable-multibyte-characters.
101
9eaf396b
DL
1022001-01-17 Dave Love <fx@gnu.org>
103
cebd37ce
DL
104 * ediff-init.el (ediff-before-setup-hook)
105 (ediff-merge-filename-prefix): Add :version.
106
9eaf396b
DL
107 * international/latin1-disp.el: Require disp-table.
108 (latin1-display): Fix :set.
109
110 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
111
f864120f
GM
1122001-01-17 Gerd Moellmann <gerd@gnu.org>
113
114 * isearch.el (isearch-lazy-highlight-initial-delay)
115 (isearch-lazy-highlight-interval): Default to 0.
116
1172001-01-17 Bob Glickstein <bobg@zanshin.com>
118
119 * isearch.el (isearch-highlight): Set isearch-overlay priority to
120 1 here rather than each time through
121 isearch-lazy-highlight-new-loop.
122 (isearch-lazy-highlight-max): Variable deleted.
123 (isearch-lazy-highlight-max-at-a-time): New user variable, like
124 isearch-lazy-highlight-max but controls a single invocation of
125 isearch-lazy-highlight-update.
126 (isearch-lazy-highlight-wrapped): Variable recreated.
127 (isearch-lazy-highlight-window-start): New variable.
128 (isearch-lazy-highlight-cleanup): Restored to behavior of
129 before 2-Jan.
130 (isearch-lazy-highlight-remove-overlays): Function deleted;
131 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
132 behavior removed.
133 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
134 isearch-lazy-highlight-update in a loop rather than just once.
135 Test isearch-invalid-regexp here and decide not to start a new
136 loop, rather than testing it each time through
137 isearch-lazy-highlight-update.
138 (isearch-lazy-highlight-search): Function restored.
139 (isearch-lazy-highlight-update): Get called in a timer loop again,
140 but this time highlight more than one match each time through.
141 Only highlight matches in the visible part of the window. Start
142 at point, move in the direction of the search, and wrap around at
143 the edge of the window. Use sit-for to force redisplay and ensure
144 window-start is credible. "Face suppressing" behavior removed;
145 overlay priorities should make it unnecessary, right?
146 (isearch-highlight): Face suppressing behavior removed.
147 (isearch-dehighlight): Face suppressing behavior removed.
148 (isearch-set-lazy-highlight-faces-at): Removed.
149
076ec540
KH
1502001-01-17 Kenichi Handa <handa@etl.go.jp>
151
152 * language/european.el ("Latin-1"): Make the format of description
153 about additional language environments same as that of Latin-2.
154
92328ec5
DL
1552001-01-16 Dave Love <fx@gnu.org>
156
39f2174e
DL
157 * isearch.el (isearch-lazy-highlight): Add :version.
158
92328ec5
DL
159 * simple.el (backward-delete-char-untabify-method)
160 (next-line-add-newlines): Add :version.
161
f251459d
GM
1622001-01-16 Gerd Moellmann <gerd@gnu.org>
163
9d4850e5
GM
164 * bindings.el: Bind <backspace> and <delete> via function-key-map.
165 Don't bind <delete> otherwise.
166
167 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
168 and <delete> via function-key-map.
169
f251459d
GM
170 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
171 Subject line only if point is after the `Subject:'.
172
771ffcf7
KH
1732001-01-16 Kenichi Handa <handa@etl.go.jp>
174
bda6b481
KH
175 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
176 japanese-jisx0213-2 in `charset' property of this lang. env.
177
35793af7
KH
178 * language/european.el ("Latin-1"): Add description for Dutch and
179 Spanish lang. env.
180
771ffcf7
KH
181 * international/mule.el (decode-char): Fix conditions.
182 (encode-char): Handle eight-bit-control too.
1c8102ff 183 (transform-make-coding-system-args): New function.
50c29104
KH
184 (make-coding-system): Accept XEmacs style arguments for CCL base
185 coding system.
771ffcf7 186
e1cf67b6
GM
1872001-01-15 Gerd Moellmann <gerd@gnu.org>
188
189 * progmodes/etags.el (find-tag-noselect): Save the value of
190 tags-file-name before switching buffers, for the case it has a
191 buffer-local value.
192
b3287acf
GM
1932001-01-15 Alex Schroeder <alex@gnu.org>
194
9eaf396b
DL
195 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
196 From Dave Love <fx@gnu.org>.
b3287acf
GM
197 (ansi-color-for-comint-mode): Fix :version.
198
1992001-01-15 Alex Schroeder <alex@gnu.org>
200
201 * ansi-color.el (ansi-color-unfontify-region): Doc change.
202
8d7ff9c8
EZ
2032001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
204
205 * dired.el (dired-insert-directory): If file-system-info fails,
206 remove the " free " part, but don't signal an error.
207
dbe99ae9
SS
2082001-01-12 Sam Steingold <sds@gnu.org>
209
210 * bookmark.el (bookmark-maybe-historicize-string):
211 Use new backquote syntax.
212
420198cb
RS
2132001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
214
215 * subr.el (last): Handle a list that doesn't end in nil.
216
ca2ddd8e
SS
2172001-01-12 Sam Steingold <sds@gnu.org>
218
219 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
220 to `backward-delete-char-untabify'.
221
1751c874
DL
2222001-01-12 Dave Love <fx@gnu.org>
223
224 * cus-edit.el (customize-menu-create): Fix the :filter following
225 easymenu change.
226
227 * wid-edit.el (function): Add :match-alternatives.
228 (widget-color-action): Doc fix.
229
3cccce8d
GM
2302001-01-12 Gerd Moellmann <gerd@gnu.org>
231
232 * calendar/calendar.el (calendar-basic-setup): Doc fix.
233
18bfd6b5
KH
2342001-01-12 Kenichi Handa <handa@etl.go.jp>
235
60a62fdc
KH
236 * international/mule-cmds.el (prefer-coding-system): Fix
237 docstring.
238
18bfd6b5
KH
239 * international/ccl.el (define-ccl-program): Fix docstring.
240
562e00da
DL
2412001-01-11 Dave Love <fx@gnu.org>
242
14fd0da3
DL
243 * international/mule-cmds.el (standard-display-european-internal):
244 Set display table for 2208 as for 160.
245
246 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
247
562e00da
DL
248 * progmodes/fortran.el (fortran-mode-map): Modify Customization
249 entry for custom-menu-create change.
250 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
251 don't cons it in the search loop.
252
253 * imenu.el (imenu--truncate-items): Revert last change.
254
6e961dcd
EZ
2552001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * info.el (Info-setup-header-line): If the node header includes
258 either Next: or Prev: links, don't show the File: and Node: parts
259 in the header line.
260
2c2ff7f2
GM
2612001-01-11 Gerd Moellmann <gerd@gnu.org>
262
a7ee2d2e
GM
263 * comint.el (comint-goto-process-mark): Don't print a message
264 when running in batch mode.
265
c5348233
GM
266 * isearch.el (isearch-search): In the condition-case handler for
267 `error', set isearch-invalid-regexp to the whole error message.
268
422717d1
GM
269 * subr.el (eval-after-load): Call load-symbol-file-load-history to
270 ensure that eval-after-load works for files dumped with Emacs.
271
272 * help.el (load-symbol-file-load-history): New function extracted
273 from function symbol-file.
274 (symbol-file): Use it.
275
2c2ff7f2
GM
276 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
277 exit.xpm.
278
926861fb
EZ
2792001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
282 behave as if there were no prefix argument.
283 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
284 argument were nil.
285
afa1f52c
RS
2862001-01-11 Richard M. Stallman <rms@gnu.org>
287
ca2ddd8e 288 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
289 Don't look for more potential matches once maximum is exceeded.
290 Use overlays-in to check correctly for overlap with current match.
291 Ignore empty matches.
292
47a9f362
MB
2932001-01-11 Miles Bader <miles@gnu.org>
294
295 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
296 (ispell-overlay-window, ispell-help, ispell-show-choices)
297 (ispell-command-loop): Use it instead of `window-height'.
298
d196f58d
GM
2992001-01-10 Gerd Moellmann <gerd@gnu.org>
300
cf523f0e
GM
301 * files.el (confirm-kill-emacs): New user-option.
302 (save-buffers-kill-emacs): Ask for final confirmation before
303 killing Emacs.
304
d196f58d
GM
305 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
306 to nil.
307
7c6c3d8e
GM
3082001-01-10 Dave Love <fx@gnu.org>
309
1f8be15d
DL
310 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
311
312 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
313 :type.
314
315 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
316
317 * calculator.el (calculator-number-digits): Fix :type.
318
0d5184de
DL
319 * vc-cvs.el (vc-cvs-header): Fix :type.
320 * vc-rcs.el (vc-rcs-header): Fix :type.
321 * vc-sccs.el (vc-sccs-header): Fix :type.
322
323 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
324
7c6c3d8e
GM
325 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
326
8c9f73a2
GM
327 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
328
457b792c
GM
3292001-01-10 Gerd Moellmann <gerd@gnu.org>
330
331 * simple.el (set-variable): Force a thorough redisplay for the
332 case that the variable has an effect on the display, like
333 `tab-width' has.
334
d2622d08
AS
3352001-01-10 Andre Spiegel <spiegel@gnu.org>
336
337 * vc.el: Add documentation for backend interface.
338
ae4b5f4f
KH
3392001-01-10 Kenichi Handa <handa@etl.go.jp>
340
e0844717
KH
341 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
342
ae4b5f4f
KH
343 * international/mule-conf.el (latin-extra-code-table): Set to t
344 for \223 and \224.
345
3184082b
KH
3462001-01-09 Kenichi Handa <handa@etl.go.jp>
347
348 * international/mule-cmds.el (locale-language-names): Map "es" to
349 "Spanish" and "nl" to "Dutch".
350
732b9cdd
GM
3512001-01-09 Gerd Moellmann <gerd@gnu.org>
352
1dfca644
GM
353 * bindings.el (global-map): Bind <home> to beginning-of-line,
354 <end> to end-of-line, C-<home> to beginning-of-buffer, and
355 C-<end> to end-of-buffer.
356
732b9cdd
GM
357 * language/european.el: Add Dutch and Spanish language info
358 to be able to use the appropriate tutorials.
359
3602001-01-09 Alex Schroeder <alex@gnu.org>
361
362 * ansi-color.el (ansi-color-process-output): Use markers instead
363 of positions for start and end of region.
364 (ansi-color-apply-on-region): Rewrote code to make it more robust.
365 Previously, occasional mistakes happend when fontifying many
366 chunks of output (eg. ls --color=yes /dev). This happened
367 whenever an overlay was created up to the end of the region, which
368 coincided with the process-mark. New text would then be added
369 within that overlay instead of after it.
370 (ansi-color-make-extent): Overlays are created with the property
371 `modification-hooks' set to '(ansi-color-freeze-overlay).
372 (ansi-color-freeze-overlay): New function. When inserting text at
373 the end of the overlay, the overlay will resize.
374
3752000-01-09 Alex Schroeder <alex@gnu.org>
376
377 * ansi-color.el (ansi-color-process-output): Doc change.
378 (ansi-color-unfontify-region): Doc change. No longer installed
379 automatically in font-lock-unfontify-region-function.
380 (ansi-color-apply): Doc change.
381 (ansi-color-apply-on-region): Use extents or overlays instead of
382 text-properties.
383 (ansi-color-make-extent): New function.
384 (ansi-color-set-extent-face): New function.
385
3862000-01-09 Alex Schroeder <alex@gnu.org>
387
388 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
389 both use ansi-color-process-output, now.
390 (ansi-color-process-output): Doesn't return string anymore. It is
391 installed in comint-output-filter-functions for both Emacs and
392 XEmacs, now.
393 (ansi-color-unfontify-region): Simplified code removing variables
394 pos and start-ansi.
395 (ansi-color-apply): Put text-property ansi-color before putting
396 text-property face because ansi-color-unfontify-region is called
397 immediately after the call to put-text-property.
398 (ansi-color-context-region): Doc change.
399 (ansi-color-filter-region): Simplified code.
400 (ansi-color-apply-on-region): Changed start to start-marker, using
401 a marker explicitly. Put text-property ansi-color before putting
402 text-property face because ansi-color-unfontify-region is called
403 immediately after the call to put-text-property.
404
4052000-01-09 Alex Schroeder <alex@gnu.org>
406
407 * ansi-color.el (ansi-color-faces-vector): Doc change.
408 (ansi-color-for-comint-mode): Changed :type property to choice.
409 (ansi-color-last-context): Removed.
410 (ansi-color-process-output): Don't use ansi-color-last-context, as
411 the main functions will store their context now.
412 (ansi-color-context): Doc change.
413 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
414 Uses ansi-color-context such that repeated calls will strip
415 partial escape sequences, too.
416 (ansi-color-apply): Simplified code. Colorize end of string if
417 face is not null. Store context in new (FACE STRING) format, such
418 that repeated calls will strip partial escape sequences, too.
419 Append faces to face property using ansi-color-apply-sequence such
420 that cumulative mode actually works.
421 (ansi-color-context-region): New variable.
422 (ansi-color-filter-region): Rewrote it based on
423 ansi-color-apply-on-region. Uses ansi-color-context-region such
424 that repeated calls will strip partial escape sequences, too.
425 (ansi-color-apply-on-region): Simplified code. Colorize end of
426 region if face is not null. Store context in new (FACE POS)
427 format, such that repeated calls will strip partial escape
428 sequences, too. Append faces to face property using
429 ansi-color-apply-sequence such that cumulative mode actually
430 works.
431 (ansi-color-apply-sequence): New function.
432 (ansi-color-get-face): When the default face is added to the list
433 of faces, all previous settings are discarded and the list of
434 faces is set to '(default).
435
4362000-01-09 Alex Schroeder <alex@gnu.org>
437
438 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
439 face, such that ansi-color-apply and ansi-color-apply-on-region
440 will do the right thing.
441 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
442 returns nil, set the list of faces back to nil instead of
443 appending the result of ansi-color-get-face to the front of the
444 list.
445
4462000-01-09 Alex Schroeder <alex@gnu.org>
447
448 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
449 (ansi-color-process): Doc change.
450 (ansi-color-last-context): New buffer-local variable.
451 (ansi-color-process-output): New function. It is automatically
452 added to comint-output-filter-functions if this is XEmacs.
453 (ansi-color-unfontify-region): New optional parameter for XEmacs
454 compatibility. Check wether font-lock-syntactic-keywords is
455 boundp before removing the syntax table text property, as XEmacs
456 doesn't have it.
457 (ansi-color-filter-region): Doc change.
458 (ansi-color-apply-on-region): Doc change.
459 (ansi-color-make-face): New function. Compatibility layer for
460 XEmacs. Return temporary faces instead of cons cells for XEmacs.
461 (ansi-color-make-color-map): Use ansi-color-make-face.
462 (ansi-color-get-face): Avoid face text property '(nil) as results
463 in an errow for XEmacs.
464
4652000-01-09 Alex Schroeder <alex@gnu.org>
466
467 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
468 text-property ansi-color in order to preserve fontification by
469 ansi-color. When the package is loaded, a lambda expression is
470 put onto font-lock-mode-hook. This lambda expression will check
471 font-lock-unfontify-region-function and replace
472 font-lock-default-unfontify-region with
473 ansi-color-unfontify-region.
474 (ansi-color-apply): Add text-property ansi-color in addition to
475 text-property face.
476 (ansi-color-apply-on-region): Add text-property ansi-color in
477 addition to text-property face.
478 (save-buffer-state): Copy of the macro that is also used by
479 lazy-lock and font-lock.
480
481 (ansi-color-for-comint-mode): New option.
482 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
483 (ansi-color-for-comint-mode-off): Ditto.
484 (ansi-color-for-comint-mode-filter): Ditto.
485 (ansi-color-process): New function. Uses
486 ansi-color-for-comint-mode to decide what to do. This function is
487 added to comint-preoutput-filter-functions when the package is
488 loaded.
489
490 (ansi-color-for-shell-mode-set): Removed.
491 (ansi-color-for-shell-mode): Removed.
492
4932000-01-09 Alex Schroeder <alex@gnu.org>
494
495 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
496 the lambda expression from the ansi-color-for-shell-mode :set
497 property. Additionally, modify shell-mode-hook to enable or
498 disable font-lock-mode for future shell buffers.
499 (ansi-color-for-shell-mode): The :set property calls
500 ansi-color-for-shell-mode-set instead of a lambda expression.
501
5022000-01-09 Alex Schroeder <alex@gnu.org>
503
504 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
505 (ansi-color-context): New variable.
506 (ansi-color-apply): Save context between calls.
507
fb55ff10
EZ
5082001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
509
29910493
EZ
510 * isearch.el (isearch, isearch-lazy-highlight-face): New
511 definitions for face colors and attributes.
512
fb55ff10
EZ
513 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
514 of display-mouse-p.
515
134d6265
KH
5162001-01-09 Kenichi Handa <handa@etl.go.jp>
517
518 * international/mule.el (make-coding-system): If the coding system
519 accepts extra latin codes, register such codes as safe for the
520 coding system.
521
78b8eee8
RS
5222001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
523
984c9f75
RS
524 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
525 don't mention the file name or the date here, because they are
526 logged at the start of the file.
527
5282001-01-08 Richard M. Stallman <rms@gnu.org>
529
78b8eee8
RS
530 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
531 Change screen-width to frame-width.
532
1460e5d4
EZ
5332001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
534
535 * info.el (Info-search): Print the default as part of the prompt.
536
56f24bc1
AS
5372001-01-08 Andre Spiegel <spiegel@gnu.org>
538
ca2ddd8e 539 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
540 constant implementations in backends.
541
542 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
543 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
544
545 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
546 WRITABLE to EDITABLE.
547
548 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
549 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
550 to EDITABLE.
551
b7812d30
EZ
5522001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
555 (copyright, copyright-update): Compute the current year at run
556 time.
557
7e56ea04
GM
5582001-01-08 Gerd Moellmann <gerd@gnu.org>
559
560 * isearch.el (isearch-old-signal-hook): Removed.
561 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
562 instead of setting signal-hook-function.
563 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
564
a758f97d
GM
5652001-01-08 Kevin Gallagher <kevingal@onramp.net>
566
567 * emulation/edt.el: Update to version 4.0. Provide support for
568 EDT scroll margins at top and bottom of the window. Provide an
569 emulation of the EDT SUBS command (bound to GOLD-Enter, by
570 default). Enhance edt-quit, bound to GOLD-q by default, to warn
571 user when file-related buffer modifications exist. Provide
572 support for running EDT Emulation in XEmacs. Provide customize
573 access to some user updatable variables. Add Commentary section
574 to file header. Fixed a few minor bugs and cleaned up some code.
575
576 * emulation/edt-mapper.el: Update to version 4.0. Provide support
577 for detecting a keypress that generates an ASCII key sequence.
578 (Previously, only a keypress that generates a vector was
579 recognized.) Embed Window Manager name into name of the generated
580 EDT Emulation initialization file since the initialization file is
581 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 582
30db89f9
EZ
5832001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
584
4deb3ba9
EZ
585 * mail/sendmail.el (mail-mode): Doc fix.
586
30db89f9
EZ
587 * info.el (Info-goto-emacs-command-node): Doc fix.
588 (Info-goto-emacs-key-command-node): Doc fix.
589
c3f2772b
EZ
5902001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
591
8726e79b 592 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
593 systems without long file-name support.
594
0dac6924
AI
5952001-01-06 Andrew Innes <andrewi@gnu.org>
596
597 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
598
4e6ef391
EZ
5992001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
600
380866a2
EZ
601 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
602 (isearch-lazy-highlight-update): Doc fix.
603
148b5960
EZ
604 * ffap.el (ffap-bindings): Doc fix.
605
4e6ef391
EZ
606 * dired-x.el (dired-virtual-guess-dir): Doc fix.
607
4cb1bcc2
DL
6082001-01-05 Dave Love <fx@gnu.org>
609
610 * emacs-lisp/cl-seq.el (remove, remq): Remove.
611
3828218c
GM
6122001-01-05 Gerd Moellmann <gerd@gnu.org>
613
f1ade7d3
GM
614 * mouse-drag.el (mouse-drag-safe-scroll): Bind
615 scroll-preserve-screen-position to nil.
616
1f4139d5
GM
617 * isearch.el (isearch-old-signal-hook): New variable.
618 (isearch-mode): Set signal-hook-function to isearch-done.
619 (isearch-done): Restore old signal-hook-function.
620
3828218c
GM
621 * info.el (Info-fontify-node): Mark one more char as intangible.
622
3970013f
KH
6232000-01-05 Kenichi Handa <handa@etl.go.jp>
624
3828218c 625 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
626 it is non-nil, compose preceding characters by compose-region with
627 COMPONENTS.
628
629 * international/quail.el (quail-input-string-to-events): New function.
630 (quail-input-method): Convert input string to events here.
631 (quail-start-translation): Return input string, not event list.
632 (quail-start-conversion): Likewise.
633
f3b05e99
GM
6342001-01-04 Gerd Moellmann <gerd@gnu.org>
635
ca2ddd8e 636 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
637 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
638 and tooltip-add-timeout.
639 (tooltip-show): Set border color from faces's foreground.
640 (tooltip-show-help-function): If called with the same help string
641 as last time, do nothing.
642 (tooltip-help-tips): Don't set tooltip-help-message to nil.
643
0f2ac578
GM
644 * startup.el (fancy-splash-screens): Don't bind show-help-function
645 to nil.
646
f3b05e99
GM
647 * tooltip.el (tooltip-frame-parameters): Remove colors.
648 (tooltip): New face
649 (tooltip-set-param): New function.
650 (tooltip-show): Set up color frame parameters from face `tooltip'.
651 Display the tooltip text in face `tooltip'.
652
8416e94a
DL
6532001-01-04 Dave Love <fx@gnu.org>
654
655 * whitespace.el (whitespace-global-mode): Fix typo.
656
657 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
658
30db89f9
EZ
6592001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
660
661 * help.el (help-for-help): Fix a typo in a doc string. From
662 kwzh@gnu.org (Karl Heuer).
663
b847eb8c
DL
6642001-01-03 Dave Love <fx@gnu.org>
665
666 * dired-x.el: Doc fixes. Maintainer change.
667 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
668 :type.
669 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
670 (dired-guess-shell-alist-user): Customize.
671 (dired-x-help-address): Set to bug-gnu-emacs.
672 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
673 (dired-default-directory): Renamed from default-directory.
674
675 * hl-line.el (hl-line): Doc fix.
676
43c4b570
KF
6772001-01-03 Karl Fogel <kfogel@red-bean.com>
678
1bf6b1bf 679 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 680
984c9f75 6812001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
682
683 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
684 to remove all the current alternative-match highlighting.
685 If nil, remove only what's outside the current window.
686 (isearch-lazy-highlight-remove-overlays): Take optional
687 region within which NOT to remove them.
688 (isearch-lazy-highlight-new-loop): Greatly simplified.
689 (isearch-lazy-highlight-update): Find all the other occurrences
690 visible in the window, in just one call.
691 (isearch-lazy-highlight-start): Now holds start of region to scan.
692 (isearch-lazy-highlight-end): Now holds end of region to scan.
693 (isearch-lazy-highlight-wrapped): Variable deleted.
694 (isearch-lazy-highlight-search): Function deleted.
695
13d6a61c
AI
6962000-01-02 Andrew Innes <andrewi@gnu.org>
697
698 * w32-fns.el (convert-standard-filename): Do length check on name
699 before aref.
700
064866e7
DL
7012001-01-02 Dave Love <fx@gnu.org>
702
b33e041b
DL
703 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
704 value.
705 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
706
707 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
708
8166ffd5
DL
709 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
710 read syntax.
711
064866e7
DL
712 * calendar/todo-mode.el (todo): Add :link, :version.
713 (todo-save-top-priorities): Remove autoload cookie.
714 (todo-add-category, todo-add-item-non-interactively)
715 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
716 cookie.
717
6dde6abc
GM
7182001-01-02 Gerd Moellmann <gerd@gnu.org>
719
720 * comint.el (comint-input-history-ignore): New variable.
721 (comint-read-input-ring): Ignore entries matching
722 comint-input-history-ignore.
723
1a8a9daf
GM
7242001-01-02 Eric M. Ludlam <zappo@gnu.org>
725
726 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
727 (lm-copyright-mark): New function.
728 (lm-crack-copyright): New function.
729 (lm-verify): Check that the file has a copyright.
730 Check that the file is copyright Free Software Foundation.
731
9c92eb53
KH
7322000-12-30 Kenichi Handa <handa@etl.go.jp>
733
734 * international/mule-diag.el (print-fontset): Indent font name by
735 24 columns, not 25.
736
49172314
GM
7372000-12-29 Gerd Moellmann <gerd@gnu.org>
738
762a68ec
GM
739 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
740 in Subject line.
741
49172314
GM
742 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
743 Use mail-mode-hook instead of mail-setup-hook. Otherwise
744 continuing an interrupted message with C-u C-x m for instence,
745 winds up in Mail mode without abbrevs.
746
bd7a2e26
GM
7472000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
748
749 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
750 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 751 fix.
bd7a2e26
GM
752 (ps-print-version): New version number (6.3.3).
753 (ps-end-with-control-d): Initialization fix.
754 (ps-lines-printed): New var.
755 (ps-skip-newline): New fun.
756 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
757 (ps-next-line, ps-continue-line, ps-plot-region)
758 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 759
2b3f28a4
KH
7602000-12-29 Kenichi Handa <handa@etl.go.jp>
761
762 * international/fontset.el (x-complement-fontset-spec): Resolve
763 ASCII font name so that the same family name is used for fonts
764 registered in x-font-name-charset-alist.
765 (create-fontset-from-fontset-spec): Adjusted for the above change.
766 The name of fontset alias should be a unresolved ASCII font name.
767
2ece9174
GM
7682000-12-28 Gerd Moellmann <gerd@gnu.org>
769
770 * simple.el (delete-key-deletes-forward-mode): Bind backspace
771 and delete in isearch-mode-map.
772
cbe3ad7a
RS
7732000-12-28 Richard M. Stallman <rms@gnu.org>
774
ca2ddd8e 775 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
776 Use xpdf instead of acroread.
777
a816f1c5
KH
7782000-12-28 Kenichi Handa <handa@etl.go.jp>
779
f086e73c
KH
780 * textmodes/artist.el (artist-butlast): Deleted.
781 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 782 artist-butlast.
f086e73c 783
a816f1c5
KH
784 * subr.el (butlast, nbutlast): Moved from cl.el to here.
785
786 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
787
b202115b
EZ
7882000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
789
790 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
791
792 * ls-lisp.el: Better support for the Mac and MS-Windows.
793 (ls-lisp): New defgroup.
794 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 795 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
796 (ls-lisp-support-shell-wildcards): New defcustoms.
797 (ls-lisp-parse-symlink): New function.
798 (insert-directory): Code to convert switches to a list and set up
799 the wildcard argument copied from ls-lisp-insert-directory.
800 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
801 for -C and -R switches.
802 (ls-lisp-column-format): New function.
ca2ddd8e 803 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
804 (ls-lisp-format-time): Add doc strings.
805 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
806 Support ls-lisp-dirs-first.
807 (ls-lisp-classify, ls-lisp-extension): New functions.
808 (ls-lisp-format): Optionally support emulation of symlinks.
809 Support -i, -s, and -G switches.
810
6061fbf0
GM
8112000-12-27 Gerd Moellmann <gerd@gnu.org>
812
5e25feee
GM
813 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
814
6061fbf0
GM
815 * version.el (emacs-version): Print X scroll bar information.
816
817 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
818 instead of x-toolkit-scroll-bars-p.
819
820 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
821 of x-toolkit-scroll-bars-p.
822
25050dab
EZ
8232000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
824
825 * ffap.el (ffap-bindings): Make interactive and add an autoload
826 cookie.
827 (ffap-bindings): Doc fix, to reflect the above change.
828
c1786874
KH
8292000-12-27 Kenichi Handa <handa@etl.go.jp>
830
831 * term.el (term-char-mode): Define all non-ascii self-inserting
832 characters to 'term-send-raw in term-raw-map.
833
7261ece3 8342000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 835
6061fbf0 836 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 837 guard.
ca2ddd8e 838
6061fbf0 839 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 840 initialization; use add-hook.
6061fbf0 841 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 842
6061fbf0 843 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 844
6061fbf0
GM
845 * ediff.el (ediff-patch-buffer): Bug fix.
846 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 847
83f40583
SM
8482000-12-23 Stefan Monnier <monnier@cs.yale.edu>
849
850 * subr.el (combine-run-hooks): Remove.
851
852 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
853 and remove the rogue second spec.
854
bdd6d4e8
GM
8552000-12-23 Gerd Moellmann <gerd@gnu.org>
856
857 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
858
26736ce3
SM
8592000-12-22 Stefan Monnier <monnier@cs.yale.edu>
860
0e86b6b0
SM
861 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
862 Use minibuffer menu prompt for the `=' prefix.
863 (smerge-command-prefix): Change default to C-^.
6eabfb26 864 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 865
26736ce3
SM
866 * skeleton.el (skeleton-internal-1): Make sure the first line of
867 the region is also re-indented.
d21584d6
SM
868 (skeleton-end-newline): New var.
869 (skeleton-end-hook): Use it.
26736ce3 870
95fa4fd7
MB
8712000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
872
873 * comint.el (comint-password-prompt-regexp): Support CVS.
874
f060b834
GM
8752000-12-22 Gerd Moellmann <gerd@gnu.org>
876
856ff7a7
GM
877 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
878 backspace key combinations, depending on
879 delete-key-deletes-forward.
880
881 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
882
f060b834
GM
883 * simple.el (delete-key-deletes-forward): Doc fix.
884
653558a1
GM
8852000-08-22 Emmanuel Briot <briot@gnat.com>
886
887 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 888 white spaces are relevant in the XML file.
653558a1
GM
889 (xml-parse-file): Do not kill an existing Emacs buffer if the file
890 to parse was already edited. This allows for on-the-fly analysis
26736ce3 891 of XML files.
653558a1
GM
892 (xml-parse-tag): Check that the casing is the same in the start
893 tag and end tag, since XML is case-sensitive. Allows for spaces
894 in the end tag, after the name of the tag.
895 (xml-parse-attlist): Allow for the character '-' in the name of
896 attributes, as in the standard http-equiv attribute Do not save
26736ce3 897 the properties in the XML tree, since they are not relevant.
653558a1 898
3ad93d8d
SM
8992000-12-21 Stefan Monnier <monnier@cs.yale.edu>
900
901 * generic.el (generic-read-type): Undo last change, inline into
902 `generic-mode' and then remove.
903 (generic-mode): Inline generic-read-type.
904 (define-generic-mode): Push the symbol name rather than the symbol
905 onto generic-mode-list.
906
177f4e88
GM
9072000-12-21 Gerd Moellmann <gerd@gnu.org>
908
8e15274f
GM
909 * generic.el (generic-read-type): Build an alist for
910 completing-read as in 20.7.
911
912 * play/landmark.el (lm): Use interactive spec `P'.
913 (toplevel): Don't set debug-on-error.
914
177f4e88
GM
915 * server.el (server-switch-buffer): Choose a window on a visible
916 frame.
917
6ba384dc
GM
9182000-12-21 Dave Pearson <davep@davep.org>
919
920 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 921
647a066c
GM
9222000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
923
924 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
925 ranges like \177-\237, but accepts the character sequence from \177 to
926 \237. Doc fix.
927 (ebnf-version): New version (3.4).
928 (ebnf-setup): Code fix.
929 (ebnf-range-regexp): New fun.
930 (ebnf-8-bit-chars): Const fix.
931
932 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
933 entry. Doc fix.
934 (ebnf-bnf-lex): Code fix.
935 (ebnf-bnf-comment-chars): Const fix.
936
937 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
938 entry. Doc fix.
939 (ebnf-iso-comment-chars): Const fix.
940
941 * ebnf-otz.el: Doc fix.
942
943 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
944 entry. Doc fix.
945 (ebnf-yac-skip-code): Code fix.
946 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 947
bc22fd18
EZ
9482000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
949
950 * files.el (insert-directory-safely): New function.
834d23b2 951 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 952 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 953
587fc3f9
KH
9542000-12-21 Kenichi Handa <handa@etl.go.jp>
955
eeefcfde 956 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 957 coding-category-list more rigidly. Improve help message.
eeefcfde 958
587fc3f9
KH
959 * dired.el (dired-move-to-filename-regexp): Fix previous change.
960
01860fb9
MB
9612000-12-21 Miles Bader <miles@gnu.org>
962
587fc3f9
KH
963 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
964 prefix.
01860fb9 965
3f9d67a6
KH
9662000-12-21 Kenichi Handa <handa@etl.go.jp>
967
9fd1c1f7
KH
968 * international/mule-diag.el (describe-char-after): Make *Help*
969 buffer inherit multibyteness of the current buffer.
970
3f9d67a6
KH
971 * international/mule.el (make-char): Docstring adjusted for the
972 change of make-char-internal.
973
c9669fac
SM
9742000-12-20 Stefan Monnier <monnier@cs.yale.edu>
975
976 * international/iso-cvt.el: Docstrings fix.
977
19594307
DL
9782000-12-20 Dave Love <fx@gnu.org>
979
980 * subr.el (eval-after-load): Doc fix.
981
b1a447b3
KH
9822000-12-20 Kenichi Handa <handa@etl.go.jp>
983
984 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
985 for numbers.
986
09877d5d
MB
9872000-12-20 Miles Bader <miles@gnu.org>
988
989 * international/quail.el (quail-help): Resize the help window
990 again after it has all its contents. Remove unneeded progn.
991
71d4497a
GM
9922000-12-19 Gerd Moellmann <gerd@gnu.org>
993
994 * pcmpl-linux.el: Fix copy/paste error.
995
741e56a0
AI
9962000-12-19 Andrew Innes <andrewi@gnu.org>
997
998 * simple.el (delete-key-deletes-forward-mode): Fix typo in
999 docstring.
1000
cc24d91c
CD
10012000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1002
ba4c05aa
CD
1003 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1004
1005 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1006
1007 * progmodes/idlw-shell.el: Fixed copyright notice.
1008
1009 * progmodes/idlwave.el: Fixed copyright notice.
1010
71d4497a 1011 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1012 TAB as key separators.
1013
524c8caf
GM
10142000-12-19 Alex Schroeder <alex@gnu.org>
1015
1016 * sql.el (sql-sybase-options): New option.
1017 (sql-sybase): Use it. Add sql-database to the list of parameters
1018 provided for login. The options -w 2048 -n are not used any more.
1019 (sql-postgres-options): Changed default from "--pset" to "-P".
1020 (sql-mysql-options): Doc change.
1021 (sql-stop): Doc change.
1022
b5fa513d
KH
10232000-12-19 Kenichi Handa <handa@etl.go.jp>
1024
1025 * international/quail.el (quail-input-method): Always hide
1026 the guidance buffer on exiting.
1027
91c9e6ce
GM
10282000-12-18 Gerd Moellmann <gerd@gnu.org>
1029
c6da4eb4
GM
1030 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1031 isn't fboundp.
1032
3d2a0e0b
GM
1033 * server.el (server-buffer-done): Bury the buffer before
1034 killing it.
1035
91c9e6ce
GM
1036 * faces.el (face-spec-set): Interpret a nil in specs for
1037 foreground and background colors as `unspecified', for
1038 compatibility with 20.x.
1039
40fa0008
DL
10402000-12-18 Dave Love <fx@gnu.org>
1041
22adbe54
DL
1042 * simple.el (mail-user-agent): Doc fix.
1043 (input-mode-8-bit): Removed.
1044
1045 * international/mule.el (set-keyboard-coding-system): Doc fix.
1046 (keyboard-coding-system): New option.
1047
40fa0008
DL
1048 * mail/sendmail.el (send-mail-function): Customize.
1049
6f4745e2
EZ
10502000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * international/codepage.el (cp866-decode-table): New table.
1053
82b90229
GM
10542000-12-18 Gerd Moellmann <gerd@gnu.org>
1055
1056 * version.el (emacs-version): Remove `%a' from the time format
1057 because the weekday doesn't fit well into each locale.
1058
5a047002
MB
10592000-12-18 Miles Bader <miles@gnu.org>
1060
7f49aa07
MB
1061 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1062
ca2ddd8e 1063 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1064 Check that emacs-major-version is `=' to 20, not `>='.
1065 (artist-replace-chars): Use `make-string' instead of a loop.
1066
22ea2607
EZ
10672000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1068
1069 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1070 (cvs-execute-single-file): Don't change directory.
1071 Patch from Per Cederqvist.
1072
6c825f8e
EZ
10732000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1074
1075 * textmodes/ispell.el (check-ispell-version): If
1076 `ispell-program-name' is "aspell", pass it the -v switch instead
1077 of -vv.
1078
8ff06845
KH
10792000-12-16 Kenichi Handa <handa@etl.go.jp>
1080
af4bb4c8
KH
1081 * international/mule-diag.el (mule-diag): Insert information about
1082 configure options, multibyte awareness, language env.
1083
8ff06845
KH
1084 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1085 regexp to search for candidates.
1086
b24e84ab
EZ
10872000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1088
1089 * info.el (Info-forward-node): If the node has an
1090 Info-header-line, widen the buffer before searching for "next:"
1091 and "up:" pointers, and set the search limit to stay in the
1092 current node.
1093
7981d89f
MB
10942000-12-16 Miles Bader <miles@gnu.org>
1095
1096 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1097
88ee7917
MB
10982000-12-15 Miles Bader <miles@gnu.org>
1099
1100 * comint.el (comint-send-string, comint-send-region): Also accept
1101 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1102 process-send-string/region.
1103
0c28d842
GM
11042000-12-15 Gerd Moellmann <gerd@gnu.org>
1105
4ea7fdca
GM
1106 * isearch.el (isearch-lazy-highlight-max): New user-option.
1107 (isearch-lazy-highlight-update): Don't highlight more than
1108 isearch-lazy-highlight-max matches.
1109
0c28d842
GM
1110 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1111
984c9f75 11122000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1113
8062e53a
GM
1114 * sort.el (sort-columns): Fix error message.
1115
3ffa545b
GM
1116 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1117 `upcase' or `downcase' or nil.
1118 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1119 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1120 (dabbrev--substitute-expansion): New arg record-case-pattern.
1121 If it is non-nil, set dabbrev--last-case-pattern.
1122 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1123
1124 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1125
c2d7f289
MB
11262000-12-15 Miles Bader <miles@gnu.org>
1127
b6348438
MB
1128 * paths.el (Info-default-directory-list): Don't delete
1129 configure-info-directory from the list of standard info
1130 directories when appending it to the end -- their order is
1131 important.
1132
f9056dd9
MB
1133 * faces.el (read-face-attribute): If there's no entry for the
1134 user's input in VALID, just use it as-is (this will often result
1135 in an error, but it may be OK for e.g. colors using hexadecimal
1136 notation, and at least will yield a better error message).
1137
c2d7f289 1138 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1139 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1140 Variables removed.
1141 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1142 window is really the right size. Use vertical-motion
1143 rather than forward-line.
1144 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1145 (ispell-command-loop, ispell-show-choices): Use the variable
1146 ispell-choices-win-default-height, rather than the function.
1147 (ispell-choices-win-default-height): Function removed.
1148 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1149
8f530b95
SM
11502000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1151
1152 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1153
6d435deb
EZ
11542000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1155
4dddb0b7
EZ
1156 * paths.el (Info-default-directory-list): If
1157 configure-info-directory is not one of the standard directories,
1158 put it first in the list; otherwise put it last. Doc string
1159 changed accordingly.
1160
1161 * info.el (Info-directory-list): Change doc string to reflect the
1162 change in Info-default-directory-list.
1163
6d435deb
EZ
1164 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1165 windows-nt as windowed environments, even under -nw.
1166
1167 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1168 if not fboundp. Switch delete-forward mode for the <delete> key
1169 on all PC platforms, even under -nw.
1170
1171 * term/internal.el ([M-delete]): Remap to M-d.
1172
9d7d9263
GM
11732000-12-14 Gerd Moellmann <gerd@gnu.org>
1174
1175 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1176
7cf0153a
EZ
11772000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1178
1179 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1180
5e5b3d41
GM
11812000-12-14 Gerd Moellmann <gerd@gnu.org>
1182
5f368d29
GM
1183 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1184 if appropriate.
1185
1186 * simple.el (delete-key-deletes-forward): New user-option.
1187 (delete-key-deletes-forward-mode): New function.
1188
9d7d9263 1189 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1190
5e5b3d41
GM
1191 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1192 if symbol is bound before getting its value.
1193
1194 * tooltip.el (tooltip-show): If an error is signaled in
1195 x-show-tip, display that error, and display the help in the
1196 echo area.
ca2ddd8e 1197
191b83b6
KH
11982000-12-14 Kenichi Handa <handa@etl.go.jp>
1199
1200 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1201 "... entries" messages for every 10000 entries, not 10.
1202
6192b604
KF
12032000-12-13 Karl Fogel <kfogel@red-bean.com>
1204
1205 * bookmark.el: Provide a generic exit hook, as suggested by
1206 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1207 (bookmark-exit-hook): New var.
1208 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1209 old raw lambda form in `kill-emacs-hook', and runs new
1210 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1211 as logically that feature must have been provided if this function
1212 is running.
1213 Removed ;;;###autoload before the `add-hook' call.
1214
5edf6b55
SM
12152000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1216
1217 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1218 (easy-menu-current-active-maps): New function.
1219 (easy-menu-get-map): Use it.
1220 Make a proper menu entry when creating a new keymap.
1221
16b5e8e6
KH
12222000-12-13 Kenichi Handa <handa@etl.go.jp>
1223
d49fc4eb
KH
1224 * international/characters.el: Fix cases and syntaxes for
1225 mule-unicode-0100-24ff.
1226
3b53d876
KH
1227 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1228 that a Japanese character is not appended after day and year.
1229
16b5e8e6
KH
1230 * info.el (Info-suffix-list): Change format for a command that
1231 requires arguments.
1232 (info-insert-file-contents): Adjusted for the above change.
1233
1df1c518
AS
12342000-12-12 Andreas Schwab <schwab@suse.de>
1235
1236 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1237 on the name of the tar buffer. Verify that the existing buffer is
1238 visiting the same subfile.
1239
a7a07b98
DL
12402000-12-12 Dave Love <fx@gnu.org>
1241
1242 * subdirs.el: Add obsolete.
1243
4fdbd809
GM
12442000-12-12 Gerd Moellmann <gerd@gnu.org>
1245
bfdb75ee
GM
1246 * mail/rmailsum.el (rmail-summary-expunge)
1247 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1248 instead of rmail-confirm-expunge.
1249
4fdbd809
GM
1250 * replace.el (perform-replace): Don't use an empty match adjacent
1251 to a non-empty match when computing the next match before the
1252 replacement is performed.
1253
e9a59cad
GM
12542000-12-12 Milan Zamazal <pdm@freesoft.cz>
1255
1256 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1257 definition (patch by Stefan Monnier).
1258 (glasses-mode): Use jit-lock instead of `after-change-functions'
1259 (patch by Stefan Monnier).
1260
c2def7a0
MB
12612000-12-12 Miles Bader <miles@gnu.org>
1262
1263 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1264 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1265
591b63b4
AC
12662000-12-12 Andrew Choi <akochoi@i-cable.com>
1267
1268 * term/mac-win.el: Remove load for ls-lisp.
1269
a924cf63 1270 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1271
5ff4ba3d
MB
12722000-12-12 Miles Bader <miles@gnu.org>
1273
1274 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1275 Respect field end too.
1276 (just-one-space): Respect fields as `delete-horizontal-space'.
1277 (newline-and-indent, reindent-then-newline-and-indent): Use
1278 `delete-horizontal-space'.
1279
d0c679bc
SM
12802000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1281
adf9c994
SM
1282 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1283 (so as to obey the field property in the minibuffer).
1284
4b0cd42d
SM
1285 * obsolete/c-mode.el: Moved from lisp/progmodes.
1286 * obsolete/auto-show.el: Moved from lisp.
1287 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1288
89f85863
CD
12892000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1290
1291 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1292 changes to list them here.
1293
1294 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1295 many changes to list them here.
1296
1297 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1298 many changes to list them here.
1299
1300 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1301
3e0d35ce
GM
13022000-12-11 Gerd Moellmann <gerd@gnu.org>
1303
d990421f
GM
1304 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1305 nil.
1306
ca2ddd8e 1307 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1308 Comment fix.
1309
3e0d35ce
GM
1310 * hscroll.el: Moved to `obsolete' subdir.
1311
ff904dd6
MB
13122000-12-11 Miles Bader <miles@gnu.org>
1313
1314 * window.el (window-text-height): Function removed (now in C).
1315
fb97d87f
SM
13162000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * log-edit.el (log-edit-parent-buffer): New var.
1319 (log-edit): Set it. Add BUFFER argument.
1320 (log-edit-done): Use char-before.
1321 Don't bother checking validity of vc-comment-ring.
1322 Only bury the buffer if log-edit popped it up.
1323
1324 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1325 (cvs-mode-diff-help): Remove.
1326 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1327 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1328
1329 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1330 Remove binding for ? now made unnecessary.
1331
7de77417
CD
13322000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1333
1334 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1335 function
1336 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1337
1338 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1339 when master file is not open.
1340
4efa209f
SM
13412000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1342
1343 * progmodes/ada-stmt.el: Update `maintainer'.
1344
0a8052bd
GM
13452000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1346
1347 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1348 choices to match documentation string.
1349
a12167c5
MB
13502000-12-09 Miles Bader <miles@gnu.org>
1351
2161605d
MB
1352 * minibuf-eldef.el: New file.
1353
a12167c5
MB
1354 * window.el (fit-window-to-buffer): Don't pass last argument to
1355 pos-visible-in-window-p, now that its meaning is inverted.
1356
9ea8de1b
EZ
13572000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1358
1359 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1360 <ceder@lysator.liu.se>.
1361
5002ddbb
SM
13622000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1363
b6114d80
SM
1364 * autoinsert.el (auto-insert-alist): Add missing final \n.
1365
ee8d23ee
SM
1366 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1367 (cvs-menu-map): Remove.
1368 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1369 (cvs-mode-quit): Turn it back into a plain function.
1370
5002ddbb 1371 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1372 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1373
1374 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1375 file where it's more visible.
1376 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1377 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1378 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1379 (texinfo-inside-macro-p): Only catch `scan-error's.
1380 (texinfo-inside-env-p): Make better use of the match info.
1381 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1382 (texinfo-insert-@end): Slight re-organization.
1383 Also remove useless `looking-at' call.
1384
30cd075d
AI
13852000-12-08 Andrew Innes <andrewi@gnu.org>
1386
1387 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1388 accessible in -nw mode.
1389
1390 * term/w32-win.el: Remove stuff about selection timeout, which is
1391 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1392 it is accessible in -nw mode.
1393
01b91009
DL
13942000-12-08 Dave Love <fx@gnu.org>
1395
1396 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1397 font-lock-keywords-case-fold-search.
1398
842b2a94
GM
13992000-12-08 Gerd Moellmann <gerd@gnu.org>
1400
1401 * textmodes/ispell.el (ispell): Doc fix.
1402
f9d5f611
KH
14032000-12-08 Kenichi Handa <handa@etl.go.jp>
1404
1405 * international/quail.el (quail-insert-decode-map): Check the
1406 frame width of a window displaying the current buffer, not that of
1407 the selected frame.
1408 (quail-help): Make sure that the help buffer has window before
1409 inserting text in it.
1410
e04d21aa
SS
14112000-12-07 Sam Steingold <sds@gnu.org>
1412
1413 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1414 Backquote is used in isearch.el, so autoloading saves nothing.
1415
fc3e23a4
EZ
14162000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1417
137cad7c
EZ
1418 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1419 the CVS and RCS subdirectories case-insensitively.
1420
fc3e23a4
EZ
1421 * dired.el (dired-insert-directory): If file-system-info is
1422 fboundp, call it instead of invoking dired-free-space-program.
1423
796ecd10
GM
14242000-12-07 Gerd Moellmann <gerd@gnu.org>
1425
0f5f7c3e
GM
1426 * server.el (server-visit-files): Push files on file-name-history.
1427
3764ba49
GM
1428 * progmodes/cc-langs.el: Update copyright.
1429
8e7931da
GM
1430 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1431
ae0d7485 1432 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1433
796ecd10
GM
1434 * bindings.el (mode-line-mode-menu): Reverse the order
1435 of define-keys so that the menu appears in alphabetical order.
1436
ae0d7485
GM
14372000-12-07 Milan Zamazal <pdm@freesoft.cz>
1438
1439 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1440 of the function.
1441
e2849090
DL
14422000-12-07 Dave Love <fx@gnu.org>
1443
1444 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1445
1446 * facemenu.el (facemenu-unlisted-faces): Fix value.
1447
5c7f629c
SM
14482000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1449
1450 * font-lock.el (font-lock-default-fontify-region):
1451 Include the terminating \n (off-by-one error).
1452 (font-lock-set-defaults): Use dolist.
1453
1454 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1455
73481ae3
KH
14562000-12-07 Kenichi Handa <handa@etl.go.jp>
1457
ffbaa122
KH
1458 * international/mule-cmds.el (describe-language-environment): Fix
1459 for the case that an input method title is not string but a list.
1460
73481ae3
KH
1461 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1462 of wrong SIZE record.
1463
e2896b22
DL
14642000-12-06 Dave Love <fx@gnu.org>
1465
67292061
DL
1466 * newcomment.el (comment-region, comment-dwim): Doc fix.
1467
1468 * textmodes/texinfo.el: Require tex-mode when compiling.
1469 (texinfo-update-node): Doc fix.
1470 (texinfo-imenu-generic-expression): Add @anchor.
1471 (texinfo-font-lock-keywords): Add @uref.
1472 (texinfo-inside-macro-p): Don't use ignore-errors.
1473 (texinfo-insert-quote): Match more contexts.
1474
e76938e7
DL
1475 * international/mule.el (decode-char, encode-char): Doc fix.
1476 (auto-coding-alist): Customize.
1477
1478 * files.el (load-file): Fix change of 2000-03-12.
1479
e2896b22
DL
1480 * wid-edit.el (widget-text-keymap): Doc fix.
1481
6610f4b2
AI
14822000-12-06 Andrew Innes <andrewi@gnu.org>
1483
1484 * makefile.w32-in (lisp): Set to an absolute directory, namely
1485 $(CURDIR).
1486
9e3366e4
EZ
14872000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1488
1489 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1490 read generated-autoload-file, and set buffer-file-coding-system to
1491 raw-text-unix after reading the file.
1492
1493 * international/mule-conf.el (file-coding-system-alist): Use
1494 raw-text for reading loaddefs.el and raw-text-unix for writing
1495 it.
1496
d94d636f
GM
14972000-12-06 Gerd Moellmann <gerd@gnu.org>
1498
384333ee
GM
1499 * replace.el (occur): Make line-number-width 1 smaller for the
1500 colon following the line number.
1501
347d0813
GM
1502 * startup.el (fancy-splash-text, command-line-1): Use
1503 `File' for the menu name instead of `Files'.
e04d21aa 1504
d4b72d58
GM
1505 * tmm.el: Update copyright.
1506
d94d636f
GM
1507 * cus-start.el: Add entry for even-window-heights.
1508
6e424019
MB
15092000-12-06 Miles Bader <miles@gnu.org>
1510
1511 * faces.el (frame-set-background-mode): Avoid stomping on
1512 locally modified faces.
1513
e6477b58
KH
15142000-12-06 Kenichi Handa <handa@etl.go.jp>
1515
1516 * international/fontset.el: Correct the font registries for
1517 japanese-jisx0213-1 and japanese-jisx0213-2.
1518
21999ab9
GM
15192000-12-05 Gerd Moellmann <gerd@gnu.org>
1520
57d6e381
GM
1521 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1522
21999ab9
GM
1523 * iswitchb.el: Update customization commentary.
1524
7422819c
GM
15252000-12-05 Rob Riepel <riepel@Stanford.EDU>
1526
1527 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1528 (tpu-search-highlight): Fixed comparison of overlay end positions.
1529 (tpu-trim-line-ends): Implemented trimming logic locally.
1530
1531 * emulation/tpu-extras.el (tpu-write-file-hook)
1532 (tpu-set-cursor-bound): Replaced picture-clean with
1533 tpu-trim-line-ends.
1534
73daff18
KH
15352000-12-05 Kenichi Handa <handa@etl.go.jp>
1536
1537 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1538 to cn-gb.
1539 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1540
6a4cd002
DL
15412000-12-04 Dave Love <fx@gnu.org>
1542
1543 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1544
6452929e
GM
15452000-12-04 Gerd Moellmann <gerd@gnu.org>
1546
e04d21aa 1547 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1548 (rmail-summary-expunge-and-save): Ask for confirmation with
1549 rmail-expunge-confirmed.
1550
1551 * mail/rmail.el (rmail-expunge-confirmed): New function.
1552 (rmail-expunge): Use it.
1553
0c68ce6f
GM
1554 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1555 (etags-recognize-tags-table, find-tag-in-order): New
1556 functionality: interpret file names as tags.
e04d21aa 1557
7a53d8c8
EZ
15582000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1559
1560 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1561 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1562 visit the first subnode until the bottom of the current node is
1563 visible.
1564
caa15ef7
GM
15652000-12-04 Gerd Moellmann <gerd@gnu.org>
1566
1567 * format.el (format-decode): Don't change buffer's undo list.
1568
e225faa7
KH
15692000-12-04 Kenichi Handa <handa@etl.go.jp>
1570
1571 * faces.el (face-font-registry-alternatives): Add entries for CJK
1572 fonts. Doc-string adjusted for the actual usage of this data.
1573
1574 * international/fontset.el: Change the font registries for CJK
1575 fonts in the default fontset. Don't append '*' to registries.
1576
8b262a65
SM
15772000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1578
e04d21aa 1579 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1580 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1581
1582 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1583 (derived-mode-p): New function.
1584 (derived-mode-make-docstring): Add `docstring' argument.
1585 Use it if available and complete it if necessary.
1586
33c4460b
AS
15872000-12-03 Andreas Schwab <schwab@suse.de>
1588
1589 * type-break.el (type-break): Don't make parent of itself.
1590
5c9b3fac
MB
15912000-12-03 Miles Bader <miles@gnu.org>
1592
1593 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1594
27ce741e
SM
15952000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1596
07c16ec4
SM
1597 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1598 (tex-main-file, tex-file): Simplify.
1599 (tex-generate-zap-file-name): Use subst-char-in-string.
1600 (tex-strip-dots): Remove.
1601
c19cc275
SM
1602 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1603
27ce741e
SM
1604 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1605 to check if the match succeeded.
1606
285991dc
GM
16072000-12-02 Gerd Moellmann <gerd@gnu.org>
1608
1609 * startup.el (use-fancy-splash-screens-p): New function.
1610 (command-line-1): Use it to determine whether or not to use
1611 a fancy splash screen.
1612
52dca1b2
AS
16132000-12-02 Andreas Schwab <schwab@suse.de>
1614
1615 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1616
d3e7e7cf
EZ
16172000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1618
2dce2360
EZ
1619 * international/mule.el (make-char): Fix last change.
1620
9768eaa7
EZ
1621 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1622 New defcustoms.
1623 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1624 autoloading tex-mode; instead, do the same manually. Use
1625 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1626 with numeric argument. Docstring fix.
1627 (toplevel): Require cl when compiling.
e04d21aa 1628
285991dc 1629 * international/mule.el (make-char): Doc fix.
d3e7e7cf 1630
0dd5e255
JR
16312000-12-02 Jason Rumney <jasonr@gnu.org>
1632
1633 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1634 the Emacs Lisp manual)
1635
fbb87147
EZ
16362000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1637
5cbb3e93
EZ
1638 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1639
fbb87147
EZ
1640 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1641 the Emacs Lisp manual).
1642
1636ca09
GM
16432000-12-02 Gerd Moellmann <gerd@gnu.org>
1644
1645 * simple.el (next-line-add-newlines): Change default to nil.
1646
68875f0e
EZ
16472000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1648
1649 * files.el (revert-buffer, recover-file): Bind
1650 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1651
fd9ac94c
GM
16522000-12-01 Gerd Moellmann <gerd@gnu.org>
1653
1654 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1655
45450dd5
MB
16562000-12-01 Miles Bader <miles@gnu.org>
1657
1658 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1659
09df8881
KH
16602000-12-01 Kenichi Handa <handa@etl.go.jp>
1661
1662 * international/mule-diag.el (describe-char-after): Fix typo.
1663 (describe-character-set, non-iso-charset-alist): Fix typo.
1664
dea0a87d
MB
16652000-12-01 Miles Bader <miles@gnu.org>
1666
b170205b
MB
1667 * image-file.el (image-file-name-regexp): Automatically add
1668 upper-case variants of each filename extension in
1669 `image-file-name-extensions', since they seem to be common.
1670
e04d21aa 1671 * simple.el (minibuffer-contents)
dea0a87d
MB
1672 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1673 New functions.
1674 * filecache.el (file-cache-directory-name)
1675 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1676
2b69bc11 16772000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 1678
dea0a87d
MB
1679 * filecache.el (file-cache-minibuffer-complete): Don't try to
1680 delete the minibuffer prompt.
1681
a8a1b05d
DL
16822000-11-30 Dave Love <fx@gnu.org>
1683
1684 * cus-start.el: Fix read-buffer-function type.
1685
693c4692
GM
16862000-11-30 Gerd Moellmann <gerd@gnu.org>
1687
1688 * md5.el: Removed. There's a built-in function, now.
1689
2c0b1898
GM
16902000-11-30 Markus Rost <rost@math.ohio-state.edu>
1691
1692 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1693 as dummy 0-th char of rmail-deleted-vector.
1694
63dfcf4b
EZ
16952000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1696
1697 * ps-print.el (ps-end-job): Bind case-fold-search only after
1698 switching to ps-spool-buffer.
1699
17002000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1701
1702 * ps-print.el: Line number font customization. PostScript: Lines and
1703 PageCount are initialized on each page. Doc Fix.
1704 (ps-print-version): New version number (6.3.2).
1705 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1706 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1707 (ps-right-header): Customization fix.
1708 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1709 Fix code.
1710 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1711 New vars.
1712
df3aedcf
GM
17132000-11-30 Gerd Moellmann <gerd@gnu.org>
1714
edfb795e
GM
1715 * bs.el: Fix typos and spelling errors.
1716 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1717 (bs-configuration): Doc fix.
e04d21aa 1718
df3aedcf
GM
1719 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1720
8b8a7f01
GM
17212000-11-30 Rob Riepel <riepel@Stanford.EDU>
1722
1723 * emulation/tpu-edt.el (tpu-version): New version.
1724 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1725 (tpu-original-mode-line): Variable deleted.
1726 (tpu-mark-flag): New initial value.
1727 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1728 tpu-mark-flag to minor-mode-alist.
1729 (tpu-update-mode-line): New mark flag logic.
1730 (tpu-get): Use find-file-wildcards.
1731 (tpu-search-highlight): Move overlay less, reset overlay properly.
1732 (tpu-unselect): Deactivate mark.
1733 (tpu-lm-replace): Reset overlay properly.
1734 (tpu-forward-line): Use forward-visible-line.
1735 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1736
1737 * emulation/tpu-extras.el (tpu-forward-line): Use
1738 forward-visible-line.
e04d21aa 1739
c069a9d3
GM
17402000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1741
1742 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1743
b02cd40b
GM
17442000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1745
1746 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1747 and skip whitespace and newlines.
e04d21aa 1748
b7a90344
SM
17492000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1750
1751 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1752
be6bbb55
GM
17532000-11-29 Gerd Moellmann <gerd@gnu.org>
1754
0383ed60
GM
1755 * help.el (describe-function-1): Regexp-quote function name
1756 when used as part of a regexp.
1757
c7957947
GM
1758 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1759 face-attribute instead of face-foreground and face-background.
1760 (tool-bar-add-item): Likewise, and handle unspecified colors.
1761
1762 * enriched.el (enriched-face-ans): Use face-attribute instead
1763 of face-foreground and face-background.
1764
1765 * faces.el (face-foreground, face-background, face-stipple):
1766 Return nil if attribute is unspecified, for backward
1767 compatibility.
1768
7423978d
GM
1769 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1770
ef128c78
GM
1771 * play/5x5.el: Remove version info.
1772
a81fc510
GM
1773 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1774
be6bbb55
GM
1775 * frame.el (blink-cursor-mode): Doc fix.
1776
f9396e03
GM
17772000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1778
1779 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1780 to create Makefile rules.
1781 (antlr-tool-command): New user option.
1782 (antlr-ask-about-save): New user option.
1783 (antlr-makefile-specification): New user option.
1784 (antlr-file-formats-alist): New variable.
1785 (antlr-special-file-formats): New variable.
1786 (antlr-unknown-file-formats): New user option.
1787 (antlr-help-unknown-file-text): New variable.
1788 (antlr-help-rules-intro): New variable.
1789 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1790 (antlr-mode-menu): Add entries.
1791 (antlr-file-dependencies): New function.
1792 (antlr-directory-dependencies): New function.
1793 (antlr-superclasses-glibs): New function.
1794 (antlr-run-tool): New command.
1795 (antlr-makefile-insert-variable): New function.
1796 (antlr-insert-makefile-rules): New function.
1797 (antlr-show-makefile-rules): New command.
1798
1799 * antlr-mode.el: More Emacs/XEmacs stuff.
1800 (antlr-no-action-keywords): New constant with value nil.
1801 (antlr-font-lock-keywords-alist): Use it. Old value would break
1802 syntax highlighting in Emacs-21.0.
1803 (antlr-default-directory): Emacs/XEmacs dependend function.
1804 (antlr-read-shell-command): Ditto.
1805 (antlr-with-displaying-help-buffer): Ditto.
1806
18072000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1808
1809 * antlr-mode.el: imenu, parsing and highlighting changes.
1810 (antlr-imenu-create-index-function): Don't create extra submenus
1811 for definitions in different grammar classes. It is not necessary
1812 for the menu and would make command `imenu' awkward to use.
1813 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1814 header actions and more than one.
1815 (antlr-font-lock-tokendef-face): Changed color.
1816 (antlr-font-lock-tokenref-face): Changed color.
1817 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1818 (antlr-mode-syntax-table): New variable.
1819 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1820 (antlr-with-syntax-table): Don't copy syntax table.
1821
18222000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1823
1824 * antlr-mode.el: Minor changes: language setting.
1825 (antlr-language-alist): The value for file option "language" can
1826 be both an identifier and a string.
1827 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1828 (antlr-language-limit-n-regexp): Change accordingly.
1829
18302000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1831
1832 * antlr-mode.el: Minor changes: tabs, hiding.
1833 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1834 (antlr-action-visibility): Also allow value nil to also hide the
1835 braces. Renamed from `antlr-tiny-action-length'.
1836 Suggested by Jay@aol.com.
1837 (antlr-hide-actions): Change accordingly. Hide line if completely
1838 hidden action is on a line of its own.
e04d21aa 1839
6ad948eb
SM
18402000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1841
1842 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1843
1844 * sort.el (sort-columns): Don't concat strings with numbers.
1845
9c6a4107
DL
18462000-11-29 Dave Love <fx@gnu.org>
1847
1848 * cus-edit.el (face): Fix :format.
1849
1850 * mail/feedmail.el: Require smtpmail when compiling.
1851 (mail-do-fcc): Autoload.
1852 (feedmail) <defgroup>: Fix :link.
1853 (feedmail-nuke-body-in-fcc): Fix :type.
1854 (feedmail-send-it): Add autoload cookie.
1855
053b8d35
SM
18562000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1857
1858 * newcomment.el (comment-indent): Save excursion around call to
1859 comment-indent-function.
1860
242c13e8
MB
18612000-11-29 Miles Bader <miles@gnu.org>
1862
1863 * subr.el (member-ignore-case): Return the tail of the list who's
1864 car matches, like `member', not the matching element itself.
1865
8f4b5f28
KH
18662000-11-29 Kenichi Handa <handa@etl.go.jp>
1867
1868 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1869 should not contain `\n'.
1870
bebe4a2c
GM
18712000-11-28 Gerd Moellmann <gerd@gnu.org>
1872
fd9ac94c 1873 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1874
ba7e40eb
GM
1875 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1876
75ab0c79
GM
1877 * dired-aux.el (dired-do-create-files): Construct default file
1878 name for dired-mark-read-file-name so that when the user enters
1879 just RET, the target file will end up in the target directory.
1880
bebe4a2c
GM
1881 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1882 local-abbrev-table before changing buffers because it might
1883 have a buffer-local binding.
1884
fa6d1ca8
MB
18852000-11-28 Miles Bader <miles@gnu.org>
1886
1887 * simple.el (delete-horizontal-space): Handle fields more generally.
1888
8d2c2642
GM
18892000-11-28 Gerd Moellmann <gerd@gnu.org>
1890
1891 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1892
8b31236d
DL
18932000-11-28 Dave Love <fx@gnu.org>
1894
3cbd02d2
DL
1895 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1896 comment-start-skip locally.
1897
8b31236d
DL
1898 * progmodes/fortran.el (fortran-mode): Don't set
1899 fortran-comment-line-start-skip. Set comment-start to
1900 fortran-comment-line-start.
1901 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1902 (fortran-comment-line-start-skip): Simplify slightly.
1903
ae4bf56d
GM
19042000-11-28 Gerd Moellmann <gerd@gnu.org>
1905
17ef7534
GM
1906 * play/5x5.el: Remove RCS keyword.
1907
fd9ac94c 1908 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1909
665b27a6
GM
19102000-11-28 Milan Zamazal <pdm@freesoft.cz>
1911
1912 * textmodes/tildify.el (tildify-string-alist): Add
1913 `plain-tex-mode' here.
1914
fe3c2ae3
GM
19152000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1916
1917 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1918 reference.
1919
d970106b
MB
19202000-11-28 Miles Bader <miles@gnu.org>
1921
36b80a0d
MB
1922 * cus-face.el (custom-face-attributes): Add post-filter function
1923 for :box. Make pre-filter function for :box handle all cases.
1924
d970106b
MB
1925 * wid-edit.el (widget-choose): Make sure pop-up window is large
1926 enough to display all the choices, as there's no way to scroll it.
1927
5a2bae6c
KH
19282000-11-28 Kenichi Handa <handa@etl.go.jp>
1929
1930 * international/mule-conf.el: Make the coding system no-conversion
1931 safe for all characters.
1932
9e836e23
DL
19332000-11-27 Dave Love <fx@gnu.org>
1934
8b31236d
DL
1935 * net/ldap.el (ldap) <defgroup>: Add :version.
1936
9e836e23
DL
1937 * tooltip.el (tooltip-use-echo-area): Doc fix.
1938
1939 * cus-start.el <minibuffer-prompt-properties>: Add version.
1940 <read-buffer-function>: Add.
1941
1942 * apropos.el (apropos-print): Add help-echo to active text.
1943
1944 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1945
4a74d071
GM
19462000-11-27 Gerd Moellmann <gerd@gnu.org>
1947
1948 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1949 type, group and version.
1950
76058c27
EZ
19512000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1952
4a74d071 1953 * select.el (x-get-selection): Docstring fix.
76058c27 1954
fd9ac94c 19552000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1956
fd9ac94c 1957 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1958
49060c51
AI
19592000-11-27 Andrew Innes <andrewi@gnu.org>
1960
1961 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1962
1963 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1964
b2a8e429
MB
19652000-11-27 Miles Bader <miles@gnu.org>
1966
1967 * dired.el (dired-get-filename): Return filename verbatim if
1968 LOCALP is `verbatim'.
1969 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
1970 `verbatim' so that we don't inadvertently delete a non-existant
1971 directory name.
1972
5ac0366d
KH
19732000-11-27 Kenichi Handa <handa@etl.go.jp>
1974
1975 * international/characters.el: Specify cases and syntaxes for
1976 mule-unicode-0100-24ff.
1977
67f1cf4c
GM
19782000-11-27 Gerd Moellmann <gerd@gnu.org>
1979
1980 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
1981 that foreground and/or background colors of the face `tool-bar'
1982 are unspecified.
1983
46c56972
MB
19842000-11-27 Miles Bader <miles@gnu.org>
1985
e04d21aa 1986 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
1987 (widget-field-end): Handle widget field `pseudo-overlays'.
1988 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
1989 if it's there instead of in `widget-field-list'.
1990
46c56972 1991 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
1992 (help-make-xrefs): Delete extraneous newlines at the end of the
1993 docstring.
46c56972 1994
640a9cdd
JR
19952000-11-25 Jason Rumney <jasonr@gnu.org>
1996
1997 * startup.el (command-line): Call set-locale-environment after
1998 Window System init file is read, as it can result in a call to
1999 redraw-frame.
2000
0b3f96d4
EZ
20012000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * simple.el (shell-command): Mention the effect of the prefix
2004 argument in the doc string.
2005
8da6e2a1
MB
20062000-11-25 Miles Bader <miles@gnu.org>
2007
a658d039
MB
2008 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2009
8da6e2a1 2010 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2011 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2012
d3416cca
JR
20132000-11-24 Jason Rumney <jasonr@gnu.org>
2014
2015 * international/mule-cmds.el (locale-language-names): Add "jp" as
2016 a non-standard alternative for Japanese.
2017
17e37f53
AS
20182000-11-24 Andre Spiegel <spiegel@gnu.org>
2019
2020 * vc-hooks.el: Require 'cl during compilation.
2021
9aa5f148
GM
20222000-11-24 Gerd Moellmann <gerd@gnu.org>
2023
ba193890
GM
2024 * faces.el (face-set-after-frame-default): Let face attributes
2025 specified for new frames override frame parameters.
2026
9aa5f148
GM
2027 * startup.el (command-line): Fix computation of the source file
2028 for user-init-file when user-init-file is a compiled file.
2029
51a1edab
MB
20302000-11-24 Miles Bader <miles@gnu.org>
2031
e04d21aa 2032 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2033 (custom-post-filter-face-spec): New functions.
2034 (custom-face-set, custom-face-value-create): Filter the face spec
2035 before and after customization.
2036 (custom-face-set): If VALUE specifies a null face, pass a
2037 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2038 * cus-face.el (custom-face-attributes): Remove SET and GET
2039 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2040 cases they're needed.
2041
1ed74431
MB
2042 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2043 that it's distinguishable from the :off-glyph on dark-background
2044 displays. Set its background color too.
2045
67ee1125
MB
2046 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2047 so that people can easily turn it off.
2048
7d027816 20492000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2050
7d027816 2051 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2052
9aa5f148 2053 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2054
9aa5f148 2055 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2056
9aa5f148 2057 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2058 redundant skip-small-frames test.
e04d21aa 2059
9aa5f148 2060 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2061 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2062
9aa5f148
GM
2063 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2064 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2065 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2066 functions.
e04d21aa 2067
9aa5f148 2068 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2069
9aa5f148 2070 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2071
f07fa1b8
KH
20722000-11-24 Kenichi Handa <handa@etl.go.jp>
2073
2074 * international/mule-diag.el (list-iso-charset-chars): For
2075 two-byte charset, fix the `while' condition.
2076 (list-non-iso-charset-chars): Fix the `while' condition.
2077
ba8299ff
SM
20782000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2079
79372165
SM
2080 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2081 if the variable is make-variable-buffer-local.
2082
ba8299ff
SM
2083 * progmodes/ada-stmt.el (ada-template-map): Initialize
2084 and bind it to C-c t in ada-mode-map.
2085 (ada-stmt-mode-hook): New function extracted from old code.
2086 Only change the buffer-local side of skeleton-*.
2087 (ada-mode-hook): Use it.
2088
68a887fa
EZ
20892000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2092 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2093 we expect to be returned by minibuffer-depth once we prompt the
2094 user in the minibuffer.
2095 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2096 as recorded in iswitchb-minibuf-depth, return non-nil.
2097
3b345582
EZ
20982000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2099
2100 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2101 (hscroll-window-maybe): Docstring fix.
2102
595dead2
DL
21032000-11-23 Dave Love <fx@gnu.org>
2104
2105 * rect.el (string-rectangle): Don't test delete-selection-mode.
2106
1e66b27a
GM
21072000-11-23 Gerd Moellmann <gerd@gnu.org>
2108
02790ce2
GM
2109 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2110 is in the tool bar.
2111
1e66b27a
GM
2112 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2113 with `no-dir'; we want the directory part to be able to remove
2114 it.
2115
a4caa65d
SM
21162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2117
2118 * textmodes/outline.el (outline-flag-region):
2119 Don't bind inhibit-read-only since we don't modify the buffer.
2120 (outline-isearch-open-invisible): Don't jump to overlay-start
2121 since we're trying to unhide text around point.
2122 (outline-discard-overlays): Use dolist.
2123
2124 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2125
03e757c1
GM
21262000-11-22 Gerd Moellmann <gerd@gnu.org>
2127
e04d21aa 2128 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2129 y-or-n-p.
e04d21aa 2130
1598a961
SM
21312000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2132
2133 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2134 Fix ARG regexp to skip quoted braces.
2135 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2136 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2137 are (correctly) handled separately).
2138 Remove `caption' and `footnote' from `citations': they contain text.
2139 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2140 (latex-skeleton-end-hook): New function.
2141 (latex-mode): Use it.
2142 (tex-start-tex-marker): Remove.
2143 (tex-send-tex-command): Don't set tex-start-tex-marker.
2144 (tex-error-parse-syntax-table): New var.
2145 (tex-compilation-parse-errors): Use it.
2146 Ignore tex-start-tex-marker. Don't bother with marker-position.
2147 (tex-validate-buffer): Don't bother with marker-position.
2148
2149 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2150 (flyspell-generic-progmode-verify): Use it.
1598a961 2151
eaae8106
SS
21522000-11-22 Sam Steingold <sds@gnu.org>
2153
03e757c1
GM
2154 * simple.el (delete-trailing-whitespace): New interactive
2155 function.
e04d21aa 2156
eaae8106 2157 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2158 `ada-remove-trailing-spaces'.
eaae8106 2159 (ada-remove-trailing-spaces): Removed.
e04d21aa 2160
eaae8106 2161 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2162
1598a961
SM
2163 * textmodes/picture.el (picture-clean): Removed.
2164 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2165
a41d49e9
GM
21662000-11-22 Gerd Moellmann <gerd@gnu.org>
2167
e053c60f
GM
2168 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2169
a41d49e9
GM
2170 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2171 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2172 do anything special when jit-lock is active.
a41d49e9
GM
2173 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2174
197615f3
DL
21752000-11-22 Dave Love <fx@gnu.org>
2176
ddbfaa9f
DL
2177 * calendar/todo-mode.el (todo-top-priorities): Use
2178 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2179
ddc3c695
DL
2180 * language/chinese.el, language/cyrillic.el:
2181 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2182 * language/hebrew.el, language/indian.el, language/japanese.el:
2183 * language/korean.el, language/lao.el, language/misc-lang.el:
2184 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2185 Use provide.
2186
fb9fa98d
DL
2187 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2188 (custom-variable-set): Improve validation error mesage.
2189
197615f3
DL
2190 * rect.el (string-rectangle): Revert last change.
2191 (string-rectangle-line): New arg DELETE.
2192 (string-rectangle): Check delete-selection-mode.
2193
2194 * emacs-lisp/edebug.el (edebug-version)
2195 (edebug-maintainer-address): Deleted.
2196 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2197 (edebug-read-function): Account for other `'#' read forms.
2198 (edebug-mode-menus): Make some items toggles.
2199 (edebug-outside-unread-command-event, unread-command-event):
2200 Remove these to avoid warnings.
2201
f4117c4d
GM
22022000-11-22 David Ponce <david@dponce.com>
2203
2204 * recentf.el (recentf-menu-items-for-commands)
2205 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2206 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2207
f4117c4d
GM
2208 (recentf-build-dir-rules, recentf-dump-variable)
2209 (recentf-edit-list, recentf-open-files-item)
2210 (recentf-open-files): Replaced unnecessary `mapcar' with new
2211 built-in `mapc'.
eaae8106 2212
f8e2f3f2
MB
22132000-11-23 Miles Bader <miles@gnu.org>
2214
2215 * faces.el (menu): Make inverse-video on ttys too.
2216
4c4a541d
SM
22172000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2218
2219 * simple.el (comment-line-break-function): Use the new name
2220 indent-new-comment-line -> comment-indent-new-line.
2221 (clone-indirect-buffer): Don't ignore NORECORD.
2222 (next-completion): Properly handle the case where items are adjacent.
2223
2224 * mouse.el (popup-menu): Stupid typo.
2225
980d836e
GM
22262000-11-22 Gerd Moellmann <gerd@gnu.org>
2227
60e8e0a5
GM
2228 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2229 maintainer, keywords tags.
2230
980d836e
GM
2231 * rect.el (replace-rectangle): Don't call string-rectangle-line
2232 with too many arguments.
2233
e08b2069
AS
22342000-11-22 Andre Spiegel <spiegel@gnu.org>
2235
60e8e0a5 2236 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2237 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2238 vc-locking-user, which no longer exists.
2239
2240 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2241
c6779d8d
DL
22422000-11-22 Dave Love <fx@gnu.org>
2243
2244 * md5.el (md5): Provide.
2245 (md5): Fix error call.
2246
e672fdce
MB
22472000-11-22 Miles Bader <miles@gnu.org>
2248
eaae8106 2249 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2250 (refill-fill-paragraph-at): Remove debugging code.
2251
80e24c04
MB
2252 * calendar/calendar.el (generate-calendar-window): When we don't
2253 call `fit-window-to-buffer', make sure the top line is fully visible.
2254
3a17d6cc
MB
2255 * image-file.el (insert-image-file): Don't make `read-only'
2256 property rear-nonsticky.
2257
ae1a21c6
MB
2258 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2259 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2260 stashing away its original value.
2261 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2262 in the recursive edit.
2263 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2264 (isearch-done): Restore `minibuffer-message-timeout'.
2265
e672fdce
MB
2266 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2267
3ea79df8
SM
22682000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2269
2270 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2271
2272 * find-lisp.el (find-lisp-find-files-internal):
2273 Use dolist, when and file-name-as-directory.
2274
980d836e 2275 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2276 (define-derived-mode, define-minor-mode): Add specs.
2277
2278 * window.el: General comment and spacing fixes.
2279 (save-selected-window): Use backquotes.
2280 (window-safely-shrinkable-p): New function.
2281 (shrink-window-if-larger-than-buffer): Use it.
2282
2283 * subr.el (make-local-hook): Docstring fix.
2284
2285 * shell.el (shell-mode): Use define-derived-mode.
2286
2287 * newcomment.el (comment-indent): Insert comment before calling
2288 comment-indent-function. Don't insert in column 0.
2289 (comment-dwim): Indent before inserting comment.
2290
2291 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2292 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2293 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2294 Use mapc rather than map.
2295
2296 * files.el (find-buffer-visiting): Compare all attributes before
2297 declaring two files identical (rather than just their inode-no).
2298 (auto-mode-alist): Use \' rather than $.
2299
2300 * which-func.el: Update maintainer line.
2301
2302 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2303 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2304 (uniquify-buffer-file-name): Use it.
2305
8f62f2b8
MB
23062000-11-22 Miles Bader <miles@gnu.org>
2307
2308 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2309 * simple.el (minibuffer-avoid-prompt): New function.
2310
fb279a6d
GM
23112000-11-21 Gerd Moellmann <gerd@gnu.org>
2312
2313 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2314
867092e9
MB
23152000-11-21 Miles Bader <miles@gnu.org>
2316
ef860850
MB
2317 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2318 inclusion of `track-mouse'.
2319
867092e9
MB
2320 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2321 (refill-adjust-ignorable-overlay): New function.
2322 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2323 only the paragraph's tail if possible.
2324 Update `refill-ignorable-overlay'.
2325 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2326
2327 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2328 point inside the fill-prefix.
2329
2330 * textmodes/refill.el (refill-post-command-function): Don't reset
2331 refill-doit in the case where a self-insertion command doesn't
2332 case a refill. Use `refill-fill-paragraph-at', getting position
2333 from `refill-doit'.
2334 (refill-after-change-function): Set `refill-doit' to END.
2335 (refill-fill-paragraph-at): New function, mostly from old
2336 refill-fill-paragraph.
2337 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2338 (refill-pre-command-function): New function.
2339 (refill-mode): Add it to `pre-command-hook'.
2340
ff9ab414
GM
23412000-11-20 Gerd Moellmann <gerd@gnu.org>
2342
29a01b72
GM
2343 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2344
ff9ab414
GM
2345 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2346 javadoc tags.
eaae8106 2347
885b211b
AS
23482000-11-20 Andre Spiegel <spiegel@gnu.org>
2349
2350 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2351 vc.el).
2352
eaae8106 2353 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2354 require vc.
eaae8106
SS
2355
2356 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2357 checkouts.
eaae8106 2358
d1838556
DL
23592000-11-20 Dave Love <fx@gnu.org>
2360
2361 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2362
2b69bc11 23632000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2364
2b69bc11
GM
2365 * calculator.el (calculator-paste): Use `if' instead of `and'
2366 and `or'.
2367 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2368
b95b34e5
GM
23692000-11-19 Gerd Moellmann <gerd@gnu.org>
2370
030de92f
GM
2371 * info.el (info-menu-5): Doc fix.
2372
b95b34e5
GM
2373 * textmodes/artist.el: New file.
2374
54970452
AS
23752000-11-19 Andre Spiegel <spiegel@gnu.org>
2376
eaae8106 2377 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2378 and differentiate according to checkout model.
2379 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2380 since this function is only concerned with master state.
2381
eaae8106 2382 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2383 vc-default-workfile-unchanged-p): Moved here from vc.el.
2384
eaae8106 2385 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2386 vc-default-workfile-unchanged-p): See above.
2387
e5a9dabf
MB
23882000-11-19 Miles Bader <miles@gnu.org>
2389
2390 * image-file.el (insert-image-file): Make `intangible' and
2391 `read-only' properties rear-nonsticky too.
2392
24127af0
GM
23932000-11-18 Gerd Moellmann <gerd@gnu.org>
2394
d392e9c5 2395 * ps-print.el: Update copyright notice.
eaae8106 2396
d392e9c5
GM
2397 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2398 (tooltip-show): Use the offsets.
2399
24127af0 2400 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2401 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2402 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2403
2b69bc11 24042000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2405
2b69bc11
GM
2406 * ps-print.el (toplevel): Test for find-coding-system being
2407 fboundp before calling ps-x-find-coding-system.
08ea6f17 2408
66321b2f
SM
24092000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2410
2411 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2412 (vc-version-backup-file): Docstring fix.
2413
046110c6
GM
24142000-11-16 Gerd Moellmann <gerd@gnu.org>
2415
4104194e
GM
2416 * files.el (basic-save-buffer): Don't add a newline if
2417 find-file-literally is non-nil.
2418 (find-file-literally): Extend doc string.
2419
046110c6
GM
2420 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2421 sort(1) with the `-f' argument.
2422
6505c16e
AS
24232000-11-16 Andre Spiegel <spiegel@gnu.org>
2424
fd063975
AS
2425 * vc.el: Updated backend documentation.
2426 (vc-default-check-headers): New function.
2427
3d02dd81 2428 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2429
2430 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2431 up-to-date.
eaae8106 2432 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2433 the minibuffer is not active.
fd063975 2434
eaae8106 2435 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2436 `vc-cvs-use-edit' is on.
eaae8106
SS
2437 (vc-cvs-checkout): When this is used for reverting the workfile,
2438 make a backup of the original contents and revert to that in case
8791d617 2439 of error.
eaae8106 2440 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2441 remote repositories.
eaae8106 2442
6505c16e
AS
2443 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2444 for both version and ratio in the minibuffer.
fd063975 2445
eaae8106 2446 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 2447 Use vc-do-command to perform the annotation, not call-process.
6505c16e 2448
a13f0660
KH
24492000-11-16 Kenichi Handa <handa@etl.go.jp>
2450
2451 * international/quail.el (quail-start-translation): Don't call
2452 `message' before reading key sequence.
2453
1389a414
MB
24542000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2455
2456 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2457
9256a532
KH
24582000-11-16 Kenichi Handa <handa@etl.go.jp>
2459
2460 * window.el (fit-window-to-buffer): Be sure to acquire at least
2461 one text line even if the buffer is empty.
2462
0e14fe9f
GM
24632000-11-16 Gerd Moellmann <gerd@gnu.org>
2464
eaae8106 2465 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
2466 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2467 ange-ftp-process-verbose to nil.
2468
da645c53
DL
24692000-11-15 Dave Love <fx@gnu.org>
2470
233d5cde
DL
2471 * wid-edit.el (widget-specify-field, widget-specify-button): If
2472 :help-echo is a function, set help-echo of overlay to
2473 widget-mouse-help.
2474 (widget-mouse-help): New function.
2475 (widget-echo-help): Rewritten for :help-echo functions only taking
2476 a widget arg.
2477
b12057b9
DL
2478 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2479 display-graphic-p.
2480 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2481 and that JPEG is available.
2482 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2483
da645c53
DL
2484 * international/mule-cmds.el (locale-charset-language-names):
2485 Match @euro.
2486
6d133d1f
GM
24872000-11-15 Gerd Moellmann <gerd@gnu.org>
2488
2489 * faces.el (face-set-after-frame-default): If
0e14fe9f 2490 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
2491 default face from X resources.
2492
49ac2ac5
EZ
24932000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2494
2495 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2496 Don't set EMACSLOADPATH.
2497
4fb0a34c
EZ
24982000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2501 texinfo-insert-@url.
2502 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2503 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2504
bb304a7a
SM
25052000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2506
82bc80bf
SM
2507 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2508 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2509 (checkdoc-minor-keymap): Backward compatibility.
2510 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2511 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2512 (checkdoc-this-string-valid-engine): Be a bit more strict
2513 to avoid matching substrings of `...' quoted vars/funs.
2514 (checkdoc-defun-info): Only look for `interactive' if alone.
2515 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2516
e8c87124
SM
2517 * progmodes/compile.el (grep): `tag-default' can be nil.
2518
bb304a7a
SM
2519 * newcomment.el (comment-indent): Paren typo.
2520
8628686a
DL
25212000-11-14 Dave Love <fx@gnu.org>
2522
25c269ef
DL
2523 * calculator.el: New maintainer version.
2524
66321b2f 2525 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 2526
8628686a
DL
2527 * cmuscheme.el: Doc fixes.
2528 (cmuscheme) <defgroup>: Use `scheme' as parent.
2529 (cmuscheme-program-name): Remove. Change uses to
2530 scheme-program-name.
2531
2532 * xscheme.el (scheme-program-name): Don't define here.
2533
2534 * progmodes/scheme.el (scheme-program-name): New variable
2535 (originally in cmuscheme).
2536
88f0a1eb
MB
25372000-11-14 Miles Bader <miles@gnu.org>
2538
2539 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2540 Handle header-lines. Don't loop forever if we can't enlarge the
2541 window anymore. Simplify a bit.
2542
cd9a000c
KH
25432000-11-14 Kenichi Handa <handa@etl.go.jp>
2544
2545 * window.el (fit-window-to-buffer): Don't check
2546 window-text-height. Assure that the last line is fully visible.
2547
2548 * international/quail.el (quail-show-guidance-buf): Call
2549 fit-window-to-buffer to assure the enough height of the guidance
2550 buffer.
2551 (quail-update-guidance): Avoid making the guidance buffer shorter.
2552
d3fcda22
SM
25532000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2554
bdbd9606
SM
2555 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2556 rather than `prepend' and add an interesting comment.
2557 (tex-math-face, tex-font-lock-syntactic-face-function):
2558 New face and function to use it.
2559 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2560 than `menu-enable' symbol property.
2561 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2562 (tex-mode): Add some latex-mode commands for auto-selection.
2563 Use tex-font-lock-syntactic-face-function.
2564 (tex-insert-quote): Simplify.
2565 (tex-shell): New mode.
2566 (tex-start-shell): Use it.
2567 (tex-shell-proc, tex-shell-buf): New functions.
2568 (tex-send-command): Use it.
2569 (tex-main-file): Fix the meaning of the new arg REALFILE.
2570 (tex-send-tex-command): New function split from `tex-start-tex'.
2571 Set compilation-last-buffer and compilation-parsing-end.
2572
d3fcda22
SM
2573 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2574 when it follows non-comment text on the line.
2575
2576 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2577 Set font-lock-defaults.
2578 (lisp-mode-shared-map): Init inside the defvar.
2579 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2580 Use define-derived-mode.
2581
bdab1d43
MB
25822000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2583
2584 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2585
936ae731
GM
25862000-11-14 Gerd Moellmann <gerd@gnu.org>
2587
2588 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2589 recursively optimize body because that can lead to infinite
2590 recursion; see comment there.
2591
1695ca2b
EZ
25922000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2593
2594 * faces.el (face-spec-set-match-display): Revert the change from
2595 2000-10-24. Add a FIXME for after v21.1.
2596
9d348294
MB
25972000-11-13 Miles Bader <miles@gnu.org>
2598
2599 * textmodes/fill.el (skip-line-prefix): New function.
2600 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2601 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2602 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2603 point inside the fill-prefix.
9d348294 2604
b85fa13c
MB
26052000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2606
2607 * calendar/calendar.el (generate-calendar-window): Use
2608 `fit-window-to-buffer'.
2609
a0b47716
SM
26102000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2611
2612 * gud.el (gud-minor-mode): New var.
2613 (gud-symbol, gud-val): New functions.
2614 (gud-find-file): Copy gud-minor-mode to the new buffer.
2615 (gud-menu-map): Include entries for commands that are not always
2616 available, using :enable to (de)activate them.
2617 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2618 (gud-mode-map): New map.
eaae8106 2619 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
2620 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2621 Don't set up gud's menu (it's done by the minor-mode).
2622 (gud-minibuffer-local-map): New.
2623 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2624 (gud-query-cmdline): New function.
2625 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2626 (gud-mode): Use define-derived-mode.
2627 Don't set up gud's menu (it's done by the minor-mode).
2628 (gud-chop-words): Remove.
2629 (gud-common-init): Use split-string instead.
2630 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2631
2632 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2633 Add keyword arg :name.
2634
2635 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2636 (diff-count-matches, diff-split-hunk): New functions.
2637 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2638
2639 * pcvs-info.el (cvs-fi-conflict-face): New var.
2640
2641 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2642 Make it into a simple syntax-table, shared among all submodes.
2643 (sh-heredoc-face): Re-introduce.
2644 (sh-font-lock-syntactic-face-function): New function.
2645 (sh-mode): Use it. Also use define-derived-mode.
2646 Remove old bogus setting of indent-region-function.
2647 (sh-set-shell): Don't set the syntax-table any more.
2648 (sh-mode-syntax-table) <defun>: Remove.
2649
f5ed37df
MB
26502000-11-12 Miles Bader <miles@gnu.org>
2651
2652 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2653 message if interactive.
2654
0b074c2f
DL
26552000-11-12 Dave Love <fx@gnu.org>
2656
2657 * mail/feedmail.el: Fix header,
2658 (feedmail) <defgroup>: Add :link.
2659
2660 * view.el: Use local-map property, not keymap on mode-line string.
2661
2662 * scroll-all.el (scroll-all-mode): Customize variable. Add
2663 autoload cookie to function.
2664
2665 * lazy-lock.el: Remove compatibility code.
2666
2667 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2668 (finder-help-echo): New variable.
2669 (finder-mouse-face-on-line): Add help-echo stuff.
2670 (finder-list-keywords, finder-list-matches): Use mapc.
2671
2672 * faces.el (face-font-registry-alternatives): Add :version.
2673
2674 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2675 tags-table-list.
2676
a0b47716 2677 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 2678
a0b47716 2679 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
2680 (mail-mode): Use [:alnum:] in some regexps.
2681
6d502396
DL
26822000-11-10 Dave Love <fx@gnu.org>
2683
2684 * ediff.el (ediff-regions-internal, ediff-documentation):
2685 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2686 fundamental mode.
2687
2688 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2689 buffer into fundamental mode.
2690 (ediff-set-difference): Use copy-sequence if available.
2691
2692 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2693 ediff-patch-map non-nil.
2694 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2695 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2696 buffer into fundamental mode.
2697
2698 * ediff-merg.el (state-or-merge): Defvar when compiling.
2699
a82fe213
JR
27002000-11-10 Jason Rumney <jasonr@gnu.org>
2701
2702 * w32-fns.el (w32-add-charset-info): New function.
2703 (w32-charset-info-alist): Use it.
2704
52d89894
GM
27052000-11-10 Gerd Moellmann <gerd@gnu.org>
2706
2707 * faces.el (face-font-registry-alternatives): New user-option.
2708
178932de
SM
27092000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2710
d7fa3319
SM
2711 * textmodes/texinfo.el (texinfo-block-default): New var.
2712 (texinfo-insert-block): Use it. Insert a newline if needed.
2713
178932de
SM
2714 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2715 (fill-region-as-paragraph): Use it.
2716
2717 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2718 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2719 Tweak paragraph regexps to allow a leading [ \t]*.
2720 (tex-latex-block): Insert a newline if necessary.
2721 (latex-insert-item): Only insert a newline if necessary.
2722 (tex-guess-main-file): New function.
2723 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2724 Set tex-main-file if TeX-master is provided.
2725 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2726
bd02b8e0
GM
27272000-11-10 Gerd Moellmann <gerd@gnu.org>
2728
2729 * startup.el (command-line): Set the default tooltip-mode
2730 to t for graphical displays which implement x-show-tip.
2731
2732 * tooltip.el (tooltip-mode): Add a comment about startup.el
2733 setting the default value of this user-option.
2734
b29b03eb
SM
27352000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2736
2737 * font-lock.el (font-lock-*-face) <defvar>: Move.
2738 (font-lock-defaults-alist): Mark obsolete.
2739 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2740 (font-lock-mode): Use define-minor-mode.
2741 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2742 (font-lock-turn-off-thing-lock): Be more explicit.
2743 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2744 (font-lock-syntactic-face-function): New var.
2745 (font-lock-fontify-syntactically-region): Use it.
2746 (font-lock-doc-face): New.
2747
2748 * pcvs.el (cvs-enabledp): Ignore errors.
2749 (cvs-commit-filelist): Never query.
2750 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2751 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2752 (cvs-do-removal): Use cvs-partition rather than delete-if.
2753 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2754 cvs-bury-buffer.
2755
2756 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2757 Allow `next' to jump to after the end of the last match.
2758
778fbc46
GM
27592000-11-09 Gerd Moellmann <gerd@gnu.org>
2760
730c746c
GM
2761 * simple.el (byte-compiling-files-p): New function.
2762
2763 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2764 if it is there.
2765
2766 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2767 nil again.
2768
778fbc46
GM
2769 * textmodes/ispell.el (ispell-library-path): Don't call
2770 check-ispell-version when byte-compiling because that starts
2771 an ispell process, and ispell might not be installed.
2772 (toplevel): Don't set up a menu when byte-compiling.
2773
2774 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2775 it, so that a boundp test can be used to determine if we're
2776 currently byte-compiling.
2777
5912c5bb
DL
27782000-11-09 Dave Love <fx@gnu.org>
2779
2780 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2781 eval-after-load.
2782
7bb054a5
GM
27832000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2784
2785 * ps-print.el: Patch for variable initialization when spooling. Doc
2786 fix.
2787 (ps-output-list): Fun eliminated.
2788 (ps-begin-file, ps-begin-job): Code fix.
2789
9db2706e
DL
27902000-11-08 Dave Love <fx@gnu.org>
2791
2792 * ediff-wind.el (ediff-control-frame-parameters): Zero
2793 tool-bar-lines.
2794
f7eb32aa
GM
27952000-11-08 Gerd Moellmann <gerd@gnu.org>
2796
2797 * simple.el (shell-command, display-message-or-buffer)
2798 (shell-command-on-region): Mention resize-mini-windows in the doc
2799 string.
2800 (display-message-or-buffer): Take the value of resize-mini-windows
2801 into account.
2802
7b01b08c
GM
28032000-11-07 Gerd Moellmann <gerd@gnu.org>
2804
acad3c0b
GM
2805 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2806
7b01b08c
GM
2807 * dired.el (dired-between-files): Add `^. find' as an alternative
2808 to the regular expression, for find-dired.
2809
6f602bd0
SM
28102000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * textmodes/texnfo-upd.el: Require texinfo.
2813 (defmacro, defgroup): Remove.
2814 (texinfo-section-to-generic-alist): Remove.
2815 Use texinfo-section-list instead (i.e. level is changed string->int).
2816 (texinfo-filter): New function.
2817 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2818 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2819 Use it. And use regexp-opt.
2820 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2821 (texinfo-update-menu-region-beginning)
2822 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2823 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2824 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2825 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2826 (texinfo-sequential-node-update): Remove autoload cookie.
2827
2828 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2829 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2830 (texinfo-chapter-level-regexp): Remove.
2831 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2832
bb216218
DL
28332000-11-06 Dave Love <fx@gnu.org>
2834
6f602bd0 2835 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2836
6f602bd0
SM
2837 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2838 Match defun*.
bb216218 2839
ff8dd5d5
KH
28402000-11-06 Kenichi Handa <handa@etl.go.jp>
2841
2842 * composite.el (composition-function-table): Variable declaration
2843 moved to src/composite.c.
2844 (compose-chars-after): New optional arg object.
2845
e9da51a1
GM
28462000-11-06 Gerd Moellmann <gerd@gnu.org>
2847
e0c12c68
GM
2848 * bindings.el (mode-line-toggle-read-only)
2849 (mode-line-toggle-modified, mode-line-widen)
2850 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2851 (make-mode-line-mouse2-map): Rewritten.
2852 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2853 functions so that C-h k can show something with a doc string.
eaae8106 2854
e9da51a1
GM
2855 * startup.el (fancy-splash-delay): Set to 10 seconds.
2856 (fancy-splash-max-time): New user-option.
2857 (fancy-splash-stop-time): New variable.
2858 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2859 (fancy-splash-screens-1): Throw `stop-splashing' when current
2860 time is greater than fancy-splash-stop-time.
2861
611dbdf0
SM
28622000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2863
4d2806e2
SM
2864 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2865
611dbdf0
SM
2866 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2867 Prompt user for a file rather than raising an error.
2868 (cvs-enabledp): Fix call to cvs-mode-marked.
2869 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2870 (cvs-mode-insert): Use it. Change the init prompt' value.
2871 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2872
2873 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2874 Don't pass default arg to ewoc-locate.
2875 (ewoc-collect): Return result in the right order.
2876
2877 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2878
2879 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2880 (cvs-status-get-tags): Fix regexp.
2881 (cvs-status-trees, cvs-status-cvstrees):
2882 Combine after change hooks and don't sit-for.
4d2806e2
SM
2883 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2884 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2885 Use make-char rather than hard-coded cryptic data.
2886 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2887
2888 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2889
2890 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2891 (cvs-insert-strings): New function.
2892
937b2877
MB
28932000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2894
2895 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2896 `mwheel-scroll-amount'.
2897 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2898 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2899 string-matching against the version string.
2900
c6c97763
KH
29012000-11-06 Kenichi Handa <handa@etl.go.jp>
2902
6eaec747
KH
2903 * language/thai.el ("Thai"): Set a lisp form that produces
2904 composed string in `sample-text' language info.
2905
2906 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2907 composed string in `sample-text' language info.
2908
2909 * international/mule-cmds.el (describe-language-environment): Eval
2910 `sample-text' data and insert the result.
2911
c6c97763
KH
2912 * international/mule-conf.el (compound-text): Define this coding
2913 system here. Make x-ctext and ctext aliases of it.
2914
2915 * language/european.el (compound-text, ctext): Moved to
2916 international/mule-conf.el.
2917
d1145f85
AI
29182000-11-05 Andrew Innes <andrewi@gnu.org>
2919
2920 * w32-fns.el (w32-version): New function.
2921
178a6a45
SM
29222000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2923
2924 * progmodes/awk-mode.el: Update copyright.
2925 (awk-mode-abbrev-table): Remove.
2926 (awk-font-lock-keywords): Use regexp-opt.
2927 (awk-mode): Use define-derived-mode.
2928
2929 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2930 when extracting a suffix.
2931
1ba90166
AS
29322000-11-04 Andre Spiegel <spiegel@gnu.org>
2933
2934 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2935 auto-save-mode.
2936
546790cb
JR
29372000-11-04 Jason Rumney <jasonr@gnu.org>
2938
2939 * language/european.el (decode-mac-roman): Test against r1 not r0.
2940
d247e32d
SM
29412000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2942
fbf44f44
SM
2943 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2944 (icon-mode): Define indent-line-function.
2945 (icon-comment-indent): Simplify.
2946 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2947
2948 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2949
2950 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2951 Bind change-log-default-mode to defeat the caching done on it.
2952 Don't bother saving excursion any more.
2953
2954 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2955
2956 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2957 (set-frame-font): Use the new name (and the old for compatibility).
2958
eaae8106
SS
2959 * toolbar/tool-bar.el (tool-bar-mode):
2960 * time.el (display-time-mode):
2961 * recentf.el (recentf-mode):
2962 * paren.el (show-paren-mode):
2963 * mwheel.el (mouse-wheel-mode):
2964 * msb.el (msb-mode):
2965 * jka-compr.el (auto-compression-mode):
2966 * image-file.el (auto-image-file-mode):
2967 * hl-line.el (hl-line-mode):
2968 * delsel.el (delete-selection-mode):
2969 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
2970 * complete.el (partial-completion-mode): Drop unneeded positional args.
2971
eaae8106 2972 * info.el (Info-mode):
79372165 2973 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 2974
d247e32d
SM
2975 * log-edit.el (log-edit-menu): New menu.
2976
4921558e
MB
29772000-11-03 Miles Bader <miles@gnu.org>
2978
2979 * wid-edit.el (widget-end-of-line): Reinstate, with a new
2980 definition, so that trailing spaces are handled properly.
2981 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
2982
1fc02b3c
GM
29832000-11-03 Gerd Moellmann <gerd@gnu.org>
2984
2985 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
2986 tab character.
2987 (fancy-splash-screens): Set tab-width to 20.
2988
51d001f7
DL
29892000-11-03 Dave Love <fx@gnu.org>
2990
2991 * comint.el (comint-completion-addsuffix): Fix custom type.
2992
ba22aeff
SM
29932000-11-02 Stefan Monnier <monnier@cs.yale.edu>
2994
2995 * font-lock.el (font-lock-buffers): Remove.
2996 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
2997 (font-lock-change-major-mode): Remove.
2998 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
2999 (font-lock-default-fontify-region): Extend the multiline
3000 fontification to whole lines.
3001 (font-lock-fontify-anchored-keywords)
3002 (font-lock-fontify-keywords-region): If matching just one
3003 line (with \n) only mark the \n as multiline.
3004
3005 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3006 Correctly handle the case where several :group args are supplied.
3007 Allow :extra-args.
3008 (easy-mmode-define-global-mode): Allow :extra-args.
3009 Correctly handle the case where several :group args are supplied.
3010
9c887ada
MB
30112000-11-02 Miles Bader <miles@gnu.org>
3012
eaae8106 3013 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3014 (holiday-face): Remove dependency on `window-system'.
3015
7f25090d
KR
30162000-11-02 Ken Raeburn <raeburn@gnu.org>
3017
3018 * Makefile.in (emacs): Set EMACSLOADPATH always.
3019 (update-authors, .el.elc, compile-files): Don't do it explicitly
3020 here.
9b911107 3021 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3022
7dd6009c
DL
30232000-11-02 Dave Love <fx@gnu.org>
3024
3025 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3026
94821e4f
EZ
30272000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3028
3029 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3030 punctuation in the warning inserted into the *mail* buffer.
3031
1ac3fc42
GM
30322000-11-02 Gerd Moellmann <gerd@gnu.org>
3033
57731876
GM
3034 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3035 (authors-public-domain-p): New function.
3036 (authors-print): Use it.
3037
975f82c9
GM
3038 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3039
1ac3fc42
GM
3040 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3041
4b3eb10f
GM
30422000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3043
975f82c9 3044 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3045 (ps-print-version): New version number (6.3.1).
3046 (ps-even-or-odd-pages): Customization fix.
3047 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3048 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3049 (ps-page-count): Var replaced by `ps-page-column'.
3050 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3051 (ps-print-sheet-p): New fun.
3052
7da794df
MB
30532000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3054
3055 * tooltip.el (tooltip-gud-tips-setup): New function.
3056 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3057 (tooltip-mode): Call tooltip-gud-tips-setup.
3058 (tooltip-gud-tips): Use `gud-basic-call' instead of
3059 process-send-string, so the prompt gets frobbed appropriately.
3060 Handle nil return value from `tooltip-gud-print-command'.
3061
0e40b809
EL
30622000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3063
3064 * comint.el (comint-add-to-input-history): New function.
3065 (comint-send-input): Use `comint-add-to-input-history'.
3066
50ada0db
MB
30672000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3068
973a3104
MB
3069 * info.el (info-menu-header): New face.
3070 (Info-fontify-menu-headers): New function.
3071 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3072
50ada0db
MB
3073 * info.el (Info-insert-dir): Don't include blank lines at
3074 beginning of additional dir files (one is added automatically).
3075
bff53411
SM
30762000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3077
3078 * emacs-lisp/easy-mmode.el (define-minor-mode):
3079 Revert the latest changes.
3080 Allow the three positional arguments to be skipped and replaced
3081 by keyword arguments.
3082 Add a :toggle argument to determine whether a nil arg means toggle
3083 or means turn-on. The default is unchanged.
3084 Add a call to force-mode-line-update.
3085
6b8a0b2d
DL
30862000-11-01 Dave Love <fx@gnu.org>
3087
3088 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3089 cookie.
3090
5bf99100
MB
30912000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3092
3093 * calendar/calendar.el (diary-face, holiday-face): Add
3094 dark-background variants.
3095
a4032611
SS
30962000-10-31 Sam Steingold <sds@gnu.org>
3097
3098 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3099 `tex-main-file' does not have directory in it.
3100
c286608e
SM
31012000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3102
3103 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3104
4836835a
TTN
31052000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3106
3107 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3108 functional change.
3109
26dcb81b
GM
31102000-10-31 Gerd Moellmann <gerd@gnu.org>
3111
3112 * files.el (find-file-noselect): When we expand a wildcard, return
3113 a list of buffers, as we should do according to the doc string.
3114
49fc4500
KR
31152000-10-31 Ken Raeburn <raeburn@gnu.org>
3116
3117 * loadup.el (top level): Adjust load path if program name is
3118 "../src/bootstrap-emacs", in case it's not dumped and thus the
3119 load path adjustment hasn't already been done.
3120
ea0c615d
GM
31212000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3122
3123 * ps-print.el: Fix bug on selected pages for printing. Use
3124 `color-values' for Emacs 21. Ensure fontification when jit-lock
3125 is on. Try to avoid warning messages when compiling. Doc Fix.
3126 (ps-print-version): New version number (6.3).
3127 (ps-color-device): Use `color-values' to determine if device
3128 supports color.
3129 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3130 (ps-print-page-p): Changed from defsubst to defun.
3131 (ps-page-number): Changed from defmacro to defun.
3132 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3133 printing.
c286608e 3134 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3135 (ps-end-file, ps-dummy-page): Funs eliminated.
3136 (ps-print-color-scale): Changed default value.
3137 (ps-page-n-up, ps-print-page-p): New internal vars.
3138 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3139 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3140
9e20722f
GM
3141 * delim-col.el: Little programming improvement.
3142 (delimit-columns-str): New macro.
3143 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3144
d7a0fd00
KH
31452000-10-31 Kenichi Handa <handa@etl.go.jp>
3146
c286608e
SM
3147 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3148 Moved to european.el.
d7a0fd00
KH
3149 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3150 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3151 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3152 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3153
234be340
DL
31542000-10-30 Dave Love <fx@gnu.org>
3155
3156 * progmodes/cc-menus.el (imenu-generic-expression)
3157 (imenu-progress-message): Only defvar when compiling.
3158
4edc4a39
DL
3159 * emacs-lisp/elp.el (elp-unload-hook): New function.
3160
3161 * loadhist.el (unload-feature): Call elp-restore-function,
3162 checking for symbols; don't use elp-restore-all.
3163 (loadhist-hook-functions): Doc fix.
3164
70c825df
SM
31652000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3166
3167 * log-edit.el (log-edit-confirm): Fix the default.
3168
1d3baf74
GM
31692000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3170
3171 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3172 delimit-columns-format.
3173 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3174
1ec321a7
MB
31752000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3176
3177 * comint.el (comint-replace-by-expanded-history): Don't use
3178 comint-get-old-input (we're not looking at *old* input).
3179 (comint-get-old-input-default): If using fields, signal an error
3180 when the point is not in an input field.
3181
70737ea9
KH
31822000-10-30 Kenichi Handa <handa@etl.go.jp>
3183
3184 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3185 and mule-unicode-e000-ffff.
3186
fa0cb51d 3187 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3188 (make-coding-system): Accept a symbol of translation table as a
3189 value of property `safe-chars'.
3190
3191 * international/mule-cmds.el (encode-coding-char): Check property
3192 safe-chars instead of safe-charsets.
3193
3194 * international/fontset.el (fontset-default): Modified for
3195 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3196 (x-font-name-charset-alist): Likewise.
3197 (ccl-encode-unicode-font): New CCL program. Record it in
3198 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3199
70c825df
SM
3200 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3201 New translation tables.
70737ea9
KH
3202 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3203 programs are modified and moved from mac-win.el.
3204 (mac-roman): Definition of this coding system is modified and
3205 moved from mac-win.el.
4836835a 3206
fda2ce24 32072000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3208
1d3baf74 3209 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3210 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3211
dd4d3cb6
MB
32122000-10-29 Miles Bader <miles@gnu.org>
3213
3214 * custom.el (custom-add-to-group): Allow multiple entries for a
3215 given value OPTION, as long as their widget types are different.
3216 * cus-edit.el (custom-face-value-create): If face name doesn't end
3217 with "face", add such here (similar to custom group widgets).
3218
3219 * comint.el (comint-highlight-prompt): Add :type.
3220
dace60cf
JW
32212000-10-28 John Wiegley <johnw@gnu.org>
3222
3223 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3224 Changed this function to operate on a temporary buffer instead of
3225 the main buffer. This not only keeps flyspell from marking a
3226 buffer as changed that wasn't, but it solves the jumpy cursor
3227 problem when attempts are made to edit incorrect words.
3228 (flyspell-maybe-correct-doubling): Same change as for
3229 `flyspell-maybe-correct-transposition'.
3230
3231 * calendar/timeclock.el (timeclock-log): Doc fix.
3232 (timeclock-last-event): Doc fix.
3233 (timeclock-log): Kill the timelog buffer after appending a new
3234 event.
3235 (timeclock-find-discrep): Use a temp buffer to read in the
3236 timelog, instead of visiting the file.
3237 (timeclock-log-data): A new function, along with a host of helper
3238 functions, for the purpose of making timelog data accessible to
3239 programmers.
3240
3241 * eshell/esh-mode.el (window-height test): Make certain that
3242 `eshell-stringify-t' is non-nil.
3243 (eshell-password-prompt-regexp): Changed to a much simpler
3244 password regexp.
3245 (eshell-send-input): If `eshell-invoke-directly' returns t,
3246 directly invoke the parsed command using `eval'. This improves
3247 turn-around time on simple commands by a factor of three or
3248 greater, such as cd, ls, pwd, etc. -- which get used very often.
3249 It also conserves thousands of cons cells per call (since
3250 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3251 in the Pacific Cookie Company).
3252
3253 * eshell/esh-test.el (eshell-test): Whitespace fix.
3254
3255 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3256 `eshell-ls-initial-args' nil when inserting directory contents.
3257
3258 * eshell/em-script.el (eshell-script-initialize): Add names to
3259 `eshell-complex-commands, since `source' and `.' are complex.
3260
0467b076
EZ
3261 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3262 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3263 `eshell-copy-handles'.
3264 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3265 bodies.
3266 (eshell-separate-commands): Whitespace fix.
3267 (eshell-complex-commands): Added a new list of names, for
3268 determining whether a given command is as simple as it looks.
3269 (eshell-invoke-directly): New function. Returns t if a command
3270 should be invoked directly (using `eval'), rather than indirectly
3271 using `eshell-do-eval'.
3272 (eshell-do-eval): Whitespace fix.
3273
3274 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3275 which provides an emulation of the DOS shell behavior of assuming
3276 that cp/mv/ln should copy/move/link to the current directory.
3277 (eshell-remove-entries): Added a doc string.
3278 (eshell-shuffle-files): Removed the check for `target' being null.
3279 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3280 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3281 it to do a smarter check of whether a destination was provided.
3282 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3283 (eshell/ln): Enable `:preserve-args', and use
3284 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3285 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3286 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3287 list after flattening it. This makes it possible to cat files
3288 with numerical names.
3289 (eshell-unix-initialize): Added several names to
3290 `eshell-complex-commands.
3291 (eshell-unix-command-complex-p): Return t if a given command name
3292 may result in external processes being invoked.
3293
3294 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3295 variable nil by default, since it slows down glob processing by a
3296 factor of two or more, and increases memory consumption.
3297
3298 * eshell/em-smart.el: Added a note about how memory consumptive
3299 smart display mode can be (at least this is true in Emacs 21).
3300 (eshell-smart-initialize): Whitespace fix.
3301 (eshell-refresh-windows): Use `if' instead of `when'.
3302 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3303 not necessary.
3304 (eshell-currently-handling-window): Added a missing global
3305 variable.
3306
3307 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3308 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3309 Whitespace fix.
3310 (eshell-ls-exclude-hidden): Added this variable in addition to
3311 `eshell-ls-exclude-regexp'. This one prevents files beginning
3312 with . from even being read, which can improve memory consumption
3313 quite a bit.
3314 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3315 read file entries beginning with a dot. In home directories with
3316 lots of hidden files, fully two-thirds of the time spent in ls is
3317 used to read directory entries that are immediately thrown away.
3318 (eshell-ls-initial-args): Added back this configuration variable,
3319 for specifying default initial arguments to every call to ls.
3320 Much faster than using an alias to do the same thing.
3321 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3322 (eshell-ls-dir): Whitespace change.
3323
3324 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3325
3326 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3327 available.
3328 (eshell-stringify-t): Added a customization variable, to indicate
3329 whether `t' should be rendered as a string at all. If not, one
3330 can still determine if the result of an expression is true using
3331 "file-exists-p FILE && echo true".
3332 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3333 stringify t!
3334
3335 * eshell/esh-module.el: Whitespace fix.
3336
3337 * eshell/em-alias.el (eshell-alias-initialize): Added
3338 `eshell-command-aliased-p' to `eshell-complex-commands'.
3339 (eshell-command-aliased-p): New function that returns t if a
3340 command name names an aliased.
3341
657f9cb8 33422000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3343
0467b076 3344 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3345 redrawing the screen when changing cursor color.
0467b076
EZ
3346 (viper-insert-state-pre-command-sentinel)
3347 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3348 (viper-replace-state-post-command-sentinel):
3349 Use viper-preserve-cursor-color.
657f9cb8
MK
3350 Many functions changed to use viper= instead of = when comparing
3351 characters.
0467b076 3352 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3353 working with characters.
0467b076 3354 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3355 Many functions changed to use viper= instead of = when comparing
3356 characters.
0467b076 3357 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3358
0467b076 3359 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3360 Several typos fixed in various docstrings.
0467b076
EZ
3361 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3362 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3363 hook.
0467b076
EZ
3364 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3365 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3366 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3367 (ediff-get-selected-buffers): New function.
3368 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3369 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3370 save-window-excursion.
0467b076 3371 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3372 termination check in while loop.
0467b076 3373 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3374 dired buffer.
0467b076
EZ
3375 (ediff-files,ediff-merge-files,ediff-files3)
3376 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3377
4f490d99
DL
33782000-10-28 Dave Love <fx@gnu.org>
3379
3380 * info.el (Info-fontify-node): Add help-echo for menu items.
3381
45b84006
EZ
33822000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3383
5ebc02b3
EZ
3384 * startup.el (normal-top-level): If the value of $TERM indicates
3385 we are running from xterm or one of its work-alikes, default to a
3386 light background mode.
3387
45b84006
EZ
3388 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3389 * faces.el (tty-handle-reverse-video): New function.
3390 (tty-create-frame-with-faces): Call it.
3391
3392 * frame.el (frame-notice-user-settings): Don't apply
3393 default-frame-alist and initial-frame-alist to MS-DOS frames.
3394 Call tty-handle-reverse-video, frame-set-background-mode, and
3395 face-set-after-frame-default for non-MS-DOS frames.
3396
3397 * startup.el (tty-long-option-alist): New variable.
3398 (tty-handle-args): New function.
3399 (command-line): Call tty-handle-args.
3400
3401 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3402 startup.el now does that for all character-terminal frames.
3403
eab6e8b9
MB
34042000-10-28 Miles Bader <miles@gnu.org>
3405
3406 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3407 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3408 global. If :global is followed by a non-nil but non-t value,
3409 make the mode buffer-local, but also generate a `global-MODE'
3410 version using `easy-mmode-define-global-mode'. Add
3411 :conditional-turn-on keyword argument.
3412
51a29efc
DL
34132000-10-28 Dave Love <fx@gnu.org>
3414
3415 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3416 use window-system.
3417
d71d7114
EZ
34182000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3419
3420 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3421 Don't call find-buffer-file-type-coding-system. Instead, just
3422 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3423 if the file is on an untranslated filesystem.
3424 (add-untranslated-filesystem): Use "D" instead of "f" inside
3425 interactive.
3426
1f9cab4b
DL
34272000-10-27 Dave Love <fx@gnu.org>
3428
70c825df 3429 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3430 (refill-mode): Use it.
3431
70c825df
SM
34322000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3433
3434 * international/quail.el (quail-activate): Don't make-local-hook.
3435
7432cf10
AS
34362000-10-27 Andre Spiegel <spiegel@gnu.org>
3437
4836835a 3438 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3439 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3440 (vc-make-version-backup): Don't do it on MS-DOS without long file
3441 names.
4836835a 3442
7432cf10
AS
3443 * vc.el (vc-version-other-window): If an automatic backup of the
3444 desired version exists, rename it instead of copying it.
3445
4836835a
TTN
3446 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3447 after command. If there's an unexpected error, signal it instead
7432cf10 3448 of being silent.
e1483c38 3449 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 3450
05ea7ef2
MB
34512000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3452
fd1035aa
MB
3453 * shell.el (shell): Add BUFFER argument.
3454 * comint.el (make-comint-in-buffer): New function.
3455 (make-comint): Use it.
3456
05ea7ef2
MB
3457 * faces.el (face-spec-choose): Change syntax so that the list of
3458 attribute-value pairs is now the cdr of each clause, not the cadr.
3459 Detect old-style entries, and handle them. Use pop.
3460
835a55fe
SM
34612000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3462
f5ab1cdd
SM
3463 * cus-edit.el (custom-mode-map): Use a sparse map.
3464 (custom-mode): Don't bother with make-local-hook.
3465
3466 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3467
835a55fe
SM
3468 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3469
c13b0ec8
GM
34702000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3471
3472 * ps-print.el: Avoid compilation gripes.
3473 (ps-print-version): New version number (6.2.1).
4836835a 3474
e9f63196
DL
34752000-10-26 Dave Love <fx@gnu.org>
3476
0b95284b
DL
3477 * menu-bar.el: Modify some menu item help strings.
3478 (menu-bar-help-menu): Add link to MORE.STUFF.
3479
e9f63196
DL
3480 * cus-edit.el (custom-mode): Add `special' mode-class property.
3481
3482 * wid-browse.el (widget-browse-mode): Likewise.
3483
3484 * wid-edit.el (widget-specify-field): Revert to using local-map
3485 property, not keymap.
3486
e276a14a
MB
34872000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3488
c1545d88
MB
3489 * wid-edit.el (widget-field-end): When checking for a `boundary'
3490 field, do so in the correct buffer.
3491
3c1b77ca
MB
3492 * simple.el (undo): Correctly distinguish between numeric and
3493 non-numeric prefix args in non-transient-mark-mode, as per the doc
3494 string. When in transient-mark-mode, treat all prefix-args as
3495 numeric.
3496
f5ab1cdd
SM
3497 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3498 Position point on match. Handle N == 0 correctly.
22626d9d
MB
3499
3500 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3501 (comint-mode-map): Reverse order of `comint-write-output' and
3502 `comint-append-output-to-file'.
3503 (comint-append-output-to-file): Reinstate this function, for the
3504 benefit of the menu.
3505
d97151cb
SM
35062000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3507
3508 * vc.el (vc-version-other-window): Bind `file'.
3509
ea7d6f5b
GM
35102000-10-25 Gerd Moellmann <gerd@gnu.org>
3511
f5ab1cdd 3512 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
3513
3514 * emacs-lisp/authors.el (batch-update-authors): New function.
3515 (authors-fixed-entries): New defconst.
3516 (authors-add-fixed-entries): New function.
3517 (authors): Call it.: Don't process lispref/.
3518
17c25cea
JR
35192000-10-25 Jason Rumney <jasonr@gnu.org>
3520
3521 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3522 Merge x w32 and mac definitions.
3523
4ecda532
GM
35242000-10-25 Gerd Moellmann <gerd@gnu.org>
3525
3526 * menu-bar.el (menu-bar-options-menu): Add a help string for
3527 `uniquify'.
3528
b6735035
GM
35292000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3530
f5ab1cdd
SM
3531 * time-stamp.el (time-stamp-string-preprocess):
3532 Fix a wrong type argument error.
b6735035 3533
f4cbc7a0
MB
35342000-10-25 Miles Bader <miles@gnu.org>
3535
3536 * recentf.el (recentf-mode): Variable removed.
3537 (recentf-mode): Use `define-minor-mode'.
3538
3539 * mwheel.el (mouse-wheel-mode): New global minor mode.
3540 (mwheel-install): Use `mouse-wheel-mode'.
3541
f4b020f6
DL
35422000-10-25 Dave Love <fx@gnu.org>
3543
f5ab1cdd
SM
3544 * progmodes/cperl-mode.el (cperl-mode):
3545 Set normal-auto-fill-function correctly.
072cb6f9 3546
f4b020f6
DL
3547 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3548 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3549 bindings.
f4b020f6 3550
ebe2a441
MB
35512000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3552
ff4dcd4b
MB
3553 * wid-edit.el (widget-field-at): New function.
3554 (widget-at, widget-field-activate): Use it.
3555 (widget-tabable-at): Use `widget-at'.
3556 (widget-specify-field): If the terminating character of the widget
3557 field (which is read-only) is a newline, put it into a special
3558 `boundary' field so that C-n/C-p act more naturally.
3559 (widget-field-end): Also don't subtract one if a special
3560 `boundary' field has been added after the widget field.
3561
ebe2a441
MB
3562 * comint.el (comint-output-filter, comint-send-input): Don't
3563 bother adding stickiness fields to overlays to fool the field
3564 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3565
ebe2a441
MB
3566 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3567 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3568 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3569
fe50b6ab
GM
35702000-10-24 Gerd Moellmann <gerd@gnu.org>
3571
53df4dda
GM
3572 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3573 (authors): Set file coding system to iso-2022-7bit. Add
3574 file-local variables to output buffer.
3575
4836835a 3576 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3577 WARN is nil.
3578
53df4dda
GM
35792000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3580
3581 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3582
3583 * delim-col.el: Now there is a column formatting mechanism.
3584 Modified to customization mechanisms convention. Doc fix.
3585 (columns): New group for delim-col.
3586 (delimit-columns-before, delimit-columns-after)
3587 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3588 (delimit-columns-end): New vars.
3589 (delimit-columns-customize, delimit-columns-format): New funs.
3590 (delimit-columns-region, delimit-columns-rectangle)
3591 (delimit-columns-rectangle-line): Modified to support column
3592 formatting.
4836835a 3593
a9839779
DL
35942000-10-24 Dave Love <fx@gnu.org>
3595
3596 * log-edit.el (log-edit): Add :version and a :group for vc.
3597
df0267b8
GM
35982000-10-24 Gerd Moellmann <gerd@gnu.org>
3599
9acc3873
GM
3600 * files.el (after-find-file): Don't print a message ``New file''
3601 if WARN is nil.
3602
63e1b552
GM
3603 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3604 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3605 get duplicate tool-bar entries because we'll see the global ones
3606 on more than one path through keymaps.
3607
1946f901
GM
3608 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3609
df0267b8
GM
3610 * progmodes/cmacexp.el: Change Francesco's email address.
3611
ae3b264b
KH
36122000-10-24 Kenichi Handa <handa@etl.go.jp>
3613
3614 * window.el (fit-window-to-buffer): Adjust point of the window
3615 buffer, not that of the current buffer.
3616
23afac01
EZ
36172000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3618
3619 * progmodes/cmacexp.el: Update the euthor's email address.
3620
22d1a4ed
MB
36212000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3622
3623 * faces.el (face-spec-set-match-display): Add `graphic' display
3624 type (the inverse of `tty'). Use `display-graphic-p' instead of
3625 the window-system variable.
3626
f408aa48
KH
36272000-10-24 Kenichi Handa <handa@etl.go.jp>
3628
3629 * international/isearch-x.el (isearch-with-input-method): Call
3630 input-method-function with the first event in
3631 unread-command-events.
3632
94fe8a31
MB
36332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3634
3635 * faces.el (face-default-spec, face-user-default-spec): Make
3636 defsubsts.
3637
8f47302e
AC
36382000-10-24 Andrew Choi <akochoi@i-cable.com>
3639
3640 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3641 New charsets.
3642
3643 * term/mac-win.el: Remove definitions of mac-roman-lower and
3644 mac-roman-upper, require dired, and define instead of set
3645 mac-ready-for-drag-n-drop to avoid compilation error.
3646
446c097e
AI
36472000-10-23 Andrew Innes <andrewi@gnu.org>
3648
3649 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3650 superfluous calls to subst-char-in-string; instead apply
3651 expand-file-name after convert-standard-filename to ensure
3652 expected directory separators are used.
3653
379b70e7
EZ
36542000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3655
3656 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3657
85c766e9
DL
36582000-10-23 Dave Love <fx@gnu.org>
3659
b7e03a67
DL
3660 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3661 (tool-bar-add-item): Set foreground and background for XBM icons.
3662
3663 * international/latin1-disp.el (latin1-char-displayable-p): New
3664 function (from Handa).
3665 (latin1-display-check-font): Use it.
3666
0dcf8835
DL
3667 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3668 using :key-sequence, making it much more usable. Use nconc, not
3669 append.
3670 (imenu--create-keymap-1): Avoid append.
3671
85c766e9 3672 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 3673
cb3069bb
MB
36742000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3675
3676 [the following changes fix a bug where `define-minor-mode' didn't
3677 correctly generate :require clauses for defcustoms in compiled files]
3678 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3679 (byte-compile-log-file, byte-compile-log-1): Don't set
3680 `byte-compile-current-file' to nil. Instead set
3681 `byte-compile-last-logged-file' to it. Test whether
3682 byte-compile-current-file equals byte-compile-last-logged-file
3683 instead of whether its nil.
3b6542ba 3684 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3685
6db6243b
SM
36862000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3687
3688 * textmodes/refill.el: Fix var names in doc.
3689 (refill-mode): Don't bother with make-local-hook anymore.
3690
98490598
MB
36912000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3692
e01cd227
MB
3693 * faces.el (face-user-default-spec, face-default-spec): New functions.
3694 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3695 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3696 Use `face-user-default-spec'. Simplify code slightly.
3697
4836835a 3698 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3699 (woman-unknown-face): Add dark-background variants.
3700 (woman-default-faces): Renamed from `woman-colour-faces'.
3701 Set using the stored defaults, rather than using hard-wired colors.
3702 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3703 Just make the foreground `unspecified' rather than "black".
3704 (woman-menu): Rename menu entries accordingly.
3705
98490598
MB
3706 * faces.el (header-line): Make more reasonable on mono/grayscale
3707 displays.
3708
1a578e9b
AC
37092000-10-23 Andrew Choi <akochoi@i-cable.com>
3710
3711 * cus-edit.el (custom-button-face): Use 3D look for mac.
3712 (custom-button-pressed-face): Likewise.
3713
3714 * faces.el (set-face-attributes-from-resources): Handle mac frames
3715 in the same way as x and w32 frames.
3716 (face-valid-attribute-values): Likewise.
3717 (read-face-attribute): Likewise.
3718 (defined-colors): Likewise.
3719 (color-defined-p): Likewise.
3720 (color-values): Likewise.
3721 (display-grayscale-p): Likewise.
3722 (face-set-after-frame-default): Likewise.
3723 (mode-line): Same default face as for x and w32.
3724 (tool-bar): Likewise.
3725
3726 * frame.el: Remove call to frame-notice-user-settings at end of
3727 the file.
3728
3729 * info.el (Info-fontify-node): make underlines invisible for mac
3730 as for x, pc, and w32 frame types.
3731
3732 * term/mac-win.el: New file.
3733
aaaf7be7
DL
37342000-10-22 Dave Love <fx@gnu.org>
3735
3736 * textmodes/refill.el: New file.
3737
5392d654
AS
37382000-10-22 Andre Spiegel <spiegel@gnu.org>
3739
4836835a 3740 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3741 MANUAL and REGEXP.
4836835a 3742 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3743 New functions.
3744 (vc-before-save): Use the latter.
3745 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3746 confusion.
3747
4836835a 3748 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3749 expected by vc[-hooks].el.
3750
3751 * vc.el (vc-checkout): Added `-p' suffix in call to
3752 vc-make-version-backups-p; use vc-make-version-backup to actually
3753 make the backup.
3754 (vc-version-other-window, vc-version-backup-file): Handle both
3755 automatic and manual backups.
3756 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3757 of all of them.
3758
1e221c16
MB
37592000-10-22 Miles Bader <miles@gnu.org>
3760
7ff4fda5
MB
3761 * comint.el (comint-highlight-input, comint-highlight-prompt):
3762 Renamed, `-face' at end removed.
3763 (comint-send-input, comint-output-filter): Use renamed faces.
3764
3511cde8
MB
3765 * window.el (fit-window-to-buffer): Change defaulting of
3766 MAX-HEIGHT slightly.
3767
1e221c16
MB
3768 * faces.el (color-values, color-defined-p): Use `member', not
3769 `memq', because it works correctly for strings.
3770 (frame-set-background-mode): Actually, "unspecified-fg" and
3771 "unspecified-bg" *are* strings. Use `member', not `memq', and
3772 `equal', not `eq', when a string value is possible.
3773
b6ef4898
EZ
37742000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3775
3776 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3777
34939e2c
SM
37782000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3779
3780 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3781 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3782 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3783 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3784 (sh-font-lock-syntactic-keywords): Use them.
3785 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3786 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3787 (sh-mode): Don't override font-lock-unfontify-region-function.
3788 Use a copy of sh-font-lock-syntactic-keywords.
3789 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3790 Don't call sh-scan-buffer since font-lock does it on the fly.
3791 (sh-get-indent-info): Use `face' rather than `syntax-table'
3792 text-property to detect here-documents.
3793 Replace sh-special-syntax with sh-st-punc.
3794 (sh-prev-line): Use `face' rather than `syntax-table'
3795 text-property to skip over here-documents.
3796 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3797 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3798 (sh-electric-less, sh-set-here-doc-region)
4836835a 3799 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3800 (sh-scan-buffer, sh-rescan-buffer): Remove.
3801
f3d3c491
AI
38022000-10-21 Andrew Innes <andrewi@gnu.org>
3803
3804 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3805 remote (ange-ftp) file names.
3806
b86c791c
MB
38072000-10-21 Miles Bader <miles@gnu.org>
3808
d9c30bdf
MB
3809 * window.el (fit-window-to-buffer): New function.
3810 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3811 (window-text-height): Don't expect minibuffers to have mode-lines.
3812
d9c30bdf 3813 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3814 * international/quail.el (quail-update-guidance): Use
3815 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3816
617fee5a
MB
3817 * international/quail.el (quail-show-guidance-buf): Make sure
3818 guidance window really has enough room.
3819 (quail-update-guidance): If quail-guidance-win is already shown,
3820 make sure its height is OK.
3821
b86c791c
MB
3822 * window.el (window-text-height, set-window-text-height):
3823 New functions.
3824 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3825 instead of `window-height' & `mode-line-window-height-fudge'.
3826 (mode-line-window-height-fudge): Add FACE parameter.
3827 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3828 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3829
e34850d1
MB
38302000-10-20 Miles Bader <miles@gnu.org>
3831
3832 * window.el (height-affecting-face-attributes): Use `defconst'.
3833
3834 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3835 New function, conditionally aliased to `mode-line-window-height-fudge'.
3836 (ispell-help): Use it.
3837 (ispell-choices-win-default-height): Don't include mode-line fudge.
3838 (ispell-choices-win-default-height): New function.
3839 (ispell-show-choices, ispell-command-loop): Use function
3840 `ispell-choices-win-default-height' instead of variable.
3841
a8b883c2
MB
38422000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3843
8c6e4a58
MB
3844 * window.el (mode-line-window-height-fudge): New variable.
3845 (height-affecting-face-attributes): New variable.
3846 (mode-line-window-height-fudge): New function.
3847 (shrink-window-if-larger-than-buffer): Use it.
3848 * help.el (resize-temp-buffer-window): Likewise.
3849
a8b883c2
MB
3850 * info.el (Info-fontify-node): Add support for @subsubsection
3851 titles, which use `Info-title-4-face'.
3852 (Info-title-4-face): New face.
3853 (Info-title-3-face): Inherit from Info-title-4-face instead of
3854 variable-pitch.
3855
e64c3a75
JR
38562000-10-19 Jason Rumney <jasonr@gnu.org>
3857
3858 * dired.el (dired-insert-directory): Do not let errors signalled by
3859 attempt to run dired-free-space-program prevent dired from working.
3860
c70fe852
SM
38612000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3862
3863 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3864
877cf6b4
GM
38652000-10-19 Gerd Moellmann <gerd@gnu.org>
3866
5de037e0
GM
3867 * dirtrack.el (dirtrack): Fix call to run-hooks.
3868
6deb9af9
GM
3869 * cmuscheme.el (cmuscheme-program-name): Renamed from
3870 scheme-program-name because xscheme.el contains a defcustom with
3871 the same name. As a consequence, customizing group `cmuscheme'
3872 loaded `xscheme' which redefined run-scheme.
3873 (run-scheme): Use cmuscheme-program-name.
3874
877cf6b4
GM
3875 * ps-print.el (ps-print-emacs-type): Move into the
3876 eval-and-compile.
3877
e597d8fb 3878 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3879 anonymous address, and add a website for Befrienders International.
4836835a 3880
3e9cb08f
GM
38812000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3882
c70fe852
SM
3883 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3884 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3885 (ps-print-version): New version number (6.2).
3886 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3887 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3888 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3889 (ps-x-extent-priority, ps-x-extent-start-position)
3890 (ps-x-face-font-instance, ps-x-find-coding-system)
3891 (ps-x-font-instance-properties, ps-x-make-color-instance)
3892 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3893 avoid compilation gripes without defining functions.
3894 (ps-e-find-composition): Alias for function find-composition, to have a
3895 suitable function depending on Emacs version.
3896 (ps-color-device, ps-color-values, ps-face-foreground-name)
3897 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3898 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3899 (ps-print-ensure-fontified): Function definitions surrounded by
3900 `eval-and-compile' to avoid compilation gripes.
3901 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3902 by symbol-value to avoid compilation gripes.
3903 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3904 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3905
d8abcd91
MB
39062000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3907
13ab33c4
MB
3908 * startup.el (normal-top-level): Call `frame-set-background-mode'
3909 after `frame-notice-user-settings' because the latter doesn't call
3910 the former on a tty.
3911
d8abcd91
MB
3912 * faces.el (frame-set-background-mode): `unspecified' &c are
3913 symbols, not strings.
3914
e8bce0a9
EZ
39152000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3916
c70fe852
SM
3917 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3918 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3919
c70fe852
SM
3920 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3921 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3922
773272d8
KH
39232000-10-19 Kenichi Handa <handa@etl.go.jp>
3924
c70fe852 3925 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3926 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3927 for ISO10646-1 fonts.
3928 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3929
772139c0
EZ
39302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3931
3932 * faces.el (frame-set-background-mode): If a tty frame defines a
3933 background color, use that to compute the background mode, instead
3934 of always defaulting to "dark".
3935
d134a19f
MB
39362000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3937
8bb84cb2
MB
3938 * comint.el (comint-write-output): New function.
3939 (comint-mode-map): Add it to the menu.
e40a778f 3940 Bind `C-c C-s' to comint-write-output.
d134a19f 3941
dada41e1
GM
39422000-10-18 Gerd Moellmann <gerd@gnu.org>
3943
3944 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3945 Use fancy-splash-delay.
3946
9b5360aa
GM
39472000-10-18 Alex Schroeder <alex@gnu.org>
3948
3949 * progmodes/sql.el (sql-sybase-options): New option.
3950 (sql-sybase): Use it. Add sql-database to the list of parameters
3951 provided for login. The options -w 2048 -n are not used any more.
3952
9035a35a
GM
3953 * comint.el (comint-read-input-ring): Bugfix such that the first
3954 and the last entry of the input ring file are not lost.
3955
3556c6dd
GM
39562000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3957
3958 * ps-print.el: Internal variable changes to defcustom,
3959 make-local-hook changes to defvar. Doc fix.
3960 (ps-print-version): New version number (6.1).
3961 (ps-setup, ps-do-despool): Code fix.
3962 (ps-printer-name): Customization fix.
3963 (ps-printer-name-option): Now is a defcustom instead of an
3964 internal variable.
3965 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
3966 (ps-print-begin-column-hook): Now are defvar instead of
3967 make-local-hook.
4836835a 3968
4e217e50
MB
39692000-10-18 Miles Bader <miles@gnu.org>
3970
3971 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
3972 (comint-kill-output): Changed into an alias for `comint-delete-output',
3973 and made obsolete.
3974 (comint-mode-map): Rename references to comint-kill-output.
3975
34460354
EZ
39762000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
3977
3978 * diff-mode.el (diff-header-face, diff-file-header-face)
3979 (diff-changed-face): Add bold and italic attributes to tty faces.
3980 (diff-function-face): New face.
3981 (diff-font-lock-keywords): Use it.
3982
17ea3cdb
MB
39832000-10-18 Miles Bader <miles@lsi.nec.co.jp>
3984
3985 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
3986 Remove commented-out call to force-mode-line-update.
3987 (comint-kill-output): Use `forward-line 0' instead of
3988 beginning-of-line to make sure we get past the prompt.
3989
9244f2c7
SM
39902000-10-17 Stefan Monnier <monnier@cs.yale.edu>
3991
3992 * diff-mode.el (diff-header-face, diff-file-header-face):
3993 Add specific setting for dark background.
3994 (diff-context-face): Renamed from diff-comment-face.
3995 Set explicitly rather than inheriting from font-lock-comment-face.
3996
1592c1ef
EZ
39972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
3998
3999 * startup.el (command-line): Move the code which sets the default
4000 TTY colors to before before-init-hook.
4001
f86292a9
GM
40022000-10-17 Gerd Moellmann <gerd@gnu.org>
4003
4004 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4005
f7f2e883
EZ
40062000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4007
e854cc22
EZ
4008 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4009 extensions, for MS-DOS.
4010
f7f2e883
EZ
4011 * diff-mode.el (diff-header-face, diff-file-header-face)
4012 (diff-changed-face): Define tty-specific colors.
4013
c7b4f0f9
GM
40142000-10-17 Gerd Moellmann <gerd@gnu.org>
4015
4016 * startup.el (fancy-splash-text): Realign the text.
4017
12a72271
EZ
40182000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4019
4020 * font-lock.el (font-lock-comment-face): Define a separate default
4021 for dark-background tty's.
4022
61dfccfd
MB
40232000-10-17 Miles Bader <miles@gnu.org>
4024
4025 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4026 being obscured by whizzy mode-lines on graphics displays.
4027
333cd59e
EZ
40282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * info.el (Info-title-1-face, Info-title-2-face)
4031 (Info-title-3-face): Define colors for tty's.
dada41e1 4032 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4033
dbf1fcc1
EZ
40342000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4035
4036 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4037 reverse from the frame parameters, and don't invert foreground and
4038 background colors.
4039
ac629823
MB
40402000-10-16 Miles Bader <miles@gnu.org>
4041
4042 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4043 string "*Info*". Call propertized-buffer-identification to spruce
4044 up the result.
4045
76eebffc
GM
40462000-10-16 Gerd Moellmann <gerd@gnu.org>
4047
3a6b59d9
GM
4048 * help.el: Provide `help' for the sake of define-minor-mode
4049 which generates defcustoms with requires.
4050
6569c3d3
GM
4051 * jit-lock.el (jit-lock-after-change): If we're in text that
4052 matches a multi-line font-lock pattern, make sure the whole text
4053 will be redisplayed.
4054
c2e0a611
GM
4055 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4056 author's name is unknown.
4057
76eebffc
GM
4058 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4059 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4060 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4061 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4062 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4063 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4064 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4065 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4066 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4067 Add author information.
4068
cf1e7b12
MB
40692000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4070
4071 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4072 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4073 full-color version (using the Gimp) to eliminate dithering artifacts.
4074
5586f3eb
SM
40752000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4076
4077 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4078
4079 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4080
ad64a888
DL
40812000-10-15 Dave Love <fx@gnu.org>
4082
4083 * progmodes/sh-script.el: Require skeleton and comint when
4084 compiling.
4085
4086 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4087
4088 * whitespace.el: Doc fixes.
4089 (top-level): Don't add hooks here.
4090 (whitespace-running-emacs): Deleted.
4091 (timer): Don't require.
4092 (whitespace): Add back :version conditional on xemacs test.
4093 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4094 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4095 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4096 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4097 Avoid specific xemacs test.
4098 (whitespace-global-mode): New option.
4099 (whitespace-global-mode): New command.
4100 (whitespace-unload-hook): New function.
4101
4102 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4103 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4104 (Info-fontify-node): `Goto' goes to `Go to'.
4105 (Info-fontify-node): Add help-echo to xref links.
4106
1ef49fc6
EZ
41072000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4108
4109 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4110
8b7707e1
SM
41112000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4112
b3b7f42f
SM
4113 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4114 Use plist-get and allow :inherit.
4115
4116 * emacs-lisp/cl-macs.el (cl-do-arglist):
4117 Use plist-get and plist-member instead of memq.
4118
3c7fafc7
SM
4119 * emacs-lisp/ewoc.el (ewoc-location): New function.
4120 (ewoc-enter-after, ewoc-enter-before): Document return value.
4121 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4122 Don't need make-local-hook any more.
4123 (cvs-addto-collection): Return the new tin.
4124 (cvs-mode-insert): Jump to the new line.
4125
8b7707e1
SM
4126 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4127
4128 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4129
4130 * font-lock.el (font-lock-syntactically-fontified): New var.
4131 (font-lock-fontify-syntactic-keywords-region): Use it.
4132 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4133
4134 * diff-mode.el (diff-find-file-name): Fix regexp.
4135
4136 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4137 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4138
4139 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4140 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4141 (sh-mode): Don't make all vars local here.
4142 (sh-kw): Reformat.
4143 (sh-set-shell): Use dolist. Don't set indent-region-function.
4144 (sh-mode-syntax-table): Use pop.
4145 (sh-remember-variable): Use push.
4146 (sh-help-string-for-variable): Use memq.
4147 (sh-safe-backward-sexp): Remove.
4148 (sh-safe-forward-sexp): Add ARG.
4149 (sh-get-indent-info, sh-prev-stmt): Use it.
4150 (sh-prev-line): Simplify by using forward-comment.
4151 (sh-this-is-a-continuation): Simplify.
4152 (sh-learn-buffer-indent): Use dolist.
4153 (sh-do-nothing): Remove.
4154 (sh-set-char-syntax, sh-set-here-doc-region):
4155 Use inhibit-modification-hooks.
4156 (sh-name-style): Use mapcar and push.
4157 (sh-load-style): Use dolist.
4158 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4159 (sh-case, sh-while-getopts): Use propertize directly rather
4160 than sh-electric-rparen.
4161
41622000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4163
4164 * textmodes/tex-mode.el: Require CL when compiling.
4165 (tex-mode-syntax-table): Init immediately.
4166 (tex-mode-map): Bind M-RET to latex-insert-item.
4167 (latex-mode): Set indent-line-function to latex-indent.
4168 (tex-common-initialization): Don't setup the syntax-table any more.
4169 (latex-insert-item): New skeleton.
4170 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4171 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4172 (latex-indent, latex-find-indent): New functions.
4836835a 4173 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4174 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4175 (tex-compilation-parse-errors): Use with-syntax-table.
4176
86b7fcbb
MB
41772000-10-15 Miles Bader <miles@gnu.org>
4178
4179 * font-lock.el (font-lock-comment-face): Change dark-background,
4180 color, non-tty, default to `chocolate1'.
4181
57a24508
JW
41822000-10-13 John Wiegley <johnw@gnu.org>
4183
4184 * eshell/esh-util.el (require): Added a missing `require' form,
4185 needed when compiling (for an ange-ftp macro definition).
4186
40ad3db4
DL
41872000-10-13 Dave Love <fx@gnu.org>
4188
4189 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4190
db460189
GM
41912000-10-13 Gerd Moellmann <gerd@gnu.org>
4192
b41c9501
GM
4193 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4194 fix.
4195
4836835a 4196 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4197 transparent -colors 8).
4198
3b5e21df
GM
41992000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4200
4201 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4202 that breaks with old list format timestamps.
4203 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4204 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4205 strings.
4206
16908a3f
JW
42072000-10-13 John Wiegley <johnw@gnu.org>
4208
d7103dda
JW
4209 * align.el, pcomplete.el, calendar/timeclock.el,
4210 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4211
dace60cf 4212 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4213 faulty math, where holiday hours were being computing as seconds.
4214
b6b70cda
JW
42152000-10-13 John Wiegley <johnw@gnu.org>
4216
4217 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4218 specifying what "other" kinds of buffers should be saved. This
4219 used to be hard-coded.
4220 (desktop-buffer-misc-functions): A global for specifying how
4221 auxiliary data should be determined for special buffer types.
4222 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4223 instead of hard-coding the special buffer types.
4224 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4225 auxiliary data, instead of hard-coding for Info buffers and dired.
4226 (desktop-buffer-info-misc-data): Aux function for determining Info
4227 buffer auxiliary info.
4228 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4229 (desktop-buffer-info): Changed this function to use the info
4230 gathered above.
4231 (desktop-create-buffer): Be a little more careful about what
4232 `minor-mode' means before calling it. This is important for some
4233 buffer types.
4234
8c6b1d83
JW
42352000-10-13 John Wiegley <johnw@gnu.org>
4236
4237 * eshell/esh-util.el: Added a global form which declares an
4238 autoload for `parse-time-string', if that function is not already
4239 defined, and if parse-time.el is available on the user's system.
4240
4241 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4242 to be aware of ange-ftp user info.
4243 (eshell-do-ls): Bind `ange-cache'. Also, use
4244 `eshell-file-attributes'.
4245 (eshell-ls-annotate): Use `eshell-file-attributes'.
4246 (eshell-ls-file): Made the user-id printing code a bit smarter.
4247
4248 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4249 allow identification of alias user ids in remote directories.
4250 It's manual, but there's no other way to know when the current
4251 user on the local machine, is also the owning user on the remote
4252 machine.
4253 (fboundp): Bind `ange-cache'.
4254 (eshell-directory-files-and-attributes): Re-organized the logic a
4255 bit to use `eshell-file-attributes' instead of `file-attributes'.
4256 The former is more sensitive to directories that are read via FTP,
4257 and knows how to use ange-ftp to determine full attribute
4258 information, instead of just the name and last modtime.
4259 (eshell-current-ange-uids): Return the current user id when in a
4260 remote directory.
4261 (eshell-parse-ange-ls): Parse a full directory listing that has
4262 been returned by ange-ftp.
4263 (eshell-file-attributes): This beefed up version of
4264 `file-attributes' is only special if the user is currently in a
4265 remote directory, in which case it does a lot of work to find out
4266 what the real attributes of a file are, as they appear on the
4267 remote machine. This makes usage of remote directories (i.e.,
4268 ange-ftp pathnames) much more useful. You can now use Eshell as a
4269 full-fledged FTP client, with much more manipulation ability than
4270 most other clients.
4271
4272 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4273 variable, which means that Eshell's du should always be preferred
4274 in remote directories.
4275 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4276 just `file-attributes'.
4277 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4278 when reading remote directories. This is an Eshell-specific
4279 variable (not part of ange-ftp).
4280 (eshell/ln): Bind `ange-cache'.
4281 (eshell/du): Added some extra logic for determining when to use
4282 Eshell's du (which is slow), and when to use the external version
4283 (which may or may not exist).
4284
4285 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4286 `eshell-interactive-process', rather than using
4287 `get-buffer-process', since backgrounded processes don't count in
4288 the context of this function's logic.
4289
4290 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4291 `forward-char', so that null strings are parsed correctly.
4292
87730e84 42932000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4294
4295 * eshell/em-pred.el (eshell-pred-file-type,
4296 eshell-pred-file-links, eshell-pred-file-size): Use
4297 `eshell-file-attributes'. This is more correct over ange-ftp.
4298
4299 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4300 that remote file globbing is more efficient.
4301
4302 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4303 gathering the files and attributes within a directory.
4304
4305 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4306 the command line is a special file (not a regular file, directory
4307 or symlink), always attempt to call the external version of cat.
4308
87730e84 43092000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4310
4311 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4312 Eshell-friendly version of find-tag.
4313
1c7e37a9
MB
43142000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4315
4836835a 4316 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4317 (image-file-name-regexps): Add autoload cookies.
4318
11a7f341
KH
43192000-10-13 Kenichi Handa <handa@etl.go.jp>
4320
4321 * international/mule-cmds.el (select-safe-coding-system): If FROM
4322 is string, show it in *Warning* buffer.
4323
8ddddcb0
EZ
43242000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4325
4326 * startup.el (normal-top-level): Use display-popup-menus-p instead
4327 of window-system.
4328 (command-line): Use display-graphic-p instead of window-system.
4329 (command-line-1): Use display-popup-menus-p and display-mouse-p
4330 instead of window-system.
4331
72200f89
SS
43322000-10-12 Sam Steingold <sds@gnu.org>
4333
4334 * tooltip.el (tooltip-use-echo-area): New user variable.
4335 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4336
8661c643
DL
43372000-10-12 Dave Love <fx@gnu.org>
4338
d0b40dc1
DL
4339 * recentf.el: Maintainer's checkdoc fixes.
4340
a622451f
DL
4341 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4342 character class, not ASCII when matching file names.
4343 (fancy-splash-head): Add trailing slash to URL.
4344 (command-line): Don't require XPM support for toolbar.
4345
8661c643
DL
4346 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4347 (cperl-invalid-face): Revert last change.
4348 (cperl-init-faces): Quote cperl-invalid-face.
4349
ef2ed8ab
KH
43502000-10-12 Kenichi Handa <handa@etl.go.jp>
4351
4352 * startup.el (fancy-splash-text): Remove superfluous quote.
4353
b0da379e
GM
43542000-10-12 Gerd Moellmann <gerd@gnu.org>
4355
dbeb499b
GM
4356 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4357 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4358 (command-line-1): Don't use fancy-splash-pending-command.
4359 (fancy-splash-screens-1): Goto point-min after inserting text.
4360
d861718a
GM
4361 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4362
b0da379e
GM
4363 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4364 instead of shared-lisp-mode-map.
4365
4fb2ad98
MB
43662000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4367
1cb4393e
MB
4368 * faces.el (header-line): Change tty-variant to use underlining.
4369
4fb2ad98
MB
4370 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4371 (isearch-highlight): Restore lazy-isearch face properties at old
4372 position, and suppress them at new position.
4373 (isearch-dehighlight): Restore lazy-isearch face properties.
4374 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4375 over the real isearch overlay, but in that case, don't give it a
4376 face property. Use `push'.
4377
eb991b25
KH
43782000-10-12 Kenichi Handa <handa@etl.go.jp>
4379
4380 * man.el (Man-getpage-in-background): Fix previous change.
4381 Decode the process output only when we are in multibyte mode.
4382
a818c1c0
DL
43832000-10-11 Dave Love <fx@gnu.org>
4384
c990f53a
DL
4385 * info.el (Info-mode-menu): Fix some help.
4386 (info-tool-bar-map): Add entry for Info-last.
4387
a818c1c0
DL
4388 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4389 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4390 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4391 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4392 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4393 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4394 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4395 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4396 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4397 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4398 Reduce colour requirements to 25 overall. (Probably wants
4399 revisiting from the originals to reduce further.)
4400
c1b096cb
EZ
44012000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4402
4403 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4404 buffer-file-coding-system, instead of raw-text.
4405 (dehexlify-buffer): Bind coding-system-for-read to
4406 buffer-file-coding-system, instead of raw-text.
4407
5c8b7eaf
SS
44082000-10-11 Sam Steingold <sds@gnu.org>
4409
4410 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4411 `underline' - fixes the bug introduced on 2000-09-21.
4412
2cfbdb7a
DL
44132000-10-11 Dave Love <fx@gnu.org>
4414
4415 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4416 compiler warnings.
4417 (scheme-mode): Doc fix.
4418 (scheme-font-lock-keywords-1): Match `define-syntax'.
4419
44202000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4421
4422 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4423 face specs as well as default ones. Only do anything if the
4424 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4425 (region): Make dark-background `region' face less in-your-face.
4b33f290 4426
690ec649
SS
44272000-10-10 Sam Steingold <sds@gnu.org>
4428
4429 * chistory.el, ielm.el, ledit.el:
4430 * progmodes/inf-lisp.el, progmodes/scheme.el:
4431 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4432
3b95d6bb
SM
44332000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4434
4435 * textmodes/texinfo.el: Update copyright and fix typo.
4436
4437 * desktop.el (desktop-modes-not-to-save): New var.
4438 (desktop-save-buffer-p): Use it.
4439 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4440 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4441
d646c828
DL
44422000-10-10 Dave Love <fx@gnu.org>
4443
4444 * toolbar/tool-bar.el (tool-bar-add-item)
4445 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4446 display.
4447
d646c828
DL
4448 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4449 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4450 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4451 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4452 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4453 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4454 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4455 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4456 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4457 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4458 the .xpms; probably need retouching.
4459
862a7e28
MB
44602000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4461
4462 * subr.el (add-to-list): Add optional argument APPEND.
4463 * battery.el (display-battery): Use `add-to-list'.
4464
46e33aee
TTN
44652000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4466
930baf47
TTN
4467 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4468 these vars as symbol properties.
2cfbdb7a
DL
4469 (zone, zone-when-idle, zone-leave-me-alone)
4470 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 4471
5a430f9c
TTN
4472 * battery.el (display-battery): Doc spelling fix.
4473
46e33aee
TTN
4474 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4475 property.
4476
adf7d3a8
DL
44772000-10-09 Dave Love <fx@gnu.org>
4478
4479 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4480 has been initialized before calling tool-bar-setup.
c2156508 4481 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 4482
06a8c9f8
EZ
44832000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4484
e4ca8f8c
EZ
4485 * menu-bar.el (send-mail-item-name): New function.
4486 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4487 of mail-user-agent in the menu. Don't display the "Send Mail"
4488 item if mail-user-agent is nil or its value is ignore.
4489 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4490 if read-mail-command is nil or its value is ignore.
4491
06a8c9f8
EZ
4492 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4493
7dbc9c8a
MB
44942000-10-09 Miles Bader <miles@gnu.org>
4495
29e0814b
MB
4496 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4497 Correct image size.
4498 * toolbar/left_arrow.xpm: Correct image size.
4499
7dbc9c8a
MB
4500 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4501 will be done by the definition of `auto-compression-mode' if
4502 necessary. Move code to uninstall existing file-name handler
4503 before definition of `auto-compression-mode'.
4504
4505 * image-file.el (auto-image-file-mode): Move to the end of the
4506 file, because `define-minor-mode' actually calls the mode-function
4507 if the associated variable is non-nil, which requires that all
4508 needed functions be already defined.
4509
65b61266
MB
4510 * mouse.el (popup-menu): Balance parens.
4511
d6b8c85b
SM
45122000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4513
4514 * mouse.el (popup-menu): Move the command call outside the loop
4515 so that popup-menu returns whatever the command returns.
4516
4517 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4518 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4519 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4520 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4521
4522 * vc.el (vc-version-diff): diff-switches can be a list.
4523 Use relative filenames for prettier output.
4524
46e33aee 4525 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
4526 (vc-post-command-functions): Remove old-VC compatibility code.
4527
4528 * newcomment.el (comment-indent-default): Autoload.
4529
4530 * font-lock.el (font-lock-defaults): Make buffer-local.
4531 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4532 (font-lock-choose-keywords):
4533 Ignore LEVEL unless KEYWORDS is a list of syms.
4534 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4535 Don't wrap regexp-opt things in \(...\) unnecessarily.
4536
4537 * jit-lock.el: Don't require font-lock any more.
4538 (jit-lock-functions): Make buffer-local.
4539 (jit-lock-saved-fontify-buffer-function): Remove.
4540 (jit-lock-mode): Remove autoload cookie.
4541 Remove font-lock specific code.
4542 (jit-lock-unregister): Don't bother handling complex hooks any more.
4543 (jit-lock-refontify): New function.
4544 (jit-lock-fontify-buffer): Use it.
4545 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4546 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4547 Add optional args START and END.
4548 Never call font-lock-fontify-region directly.
4549 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4550
4551 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4552
a30ed6ac
DL
45532000-10-08 Dave Love <fx@gnu.org>
4554
4e7c7ca9
DL
4555 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4556
4557 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4558
4559 * play/studly.el (studlify-region, studlify-word): Add autoload
4560 cookie.
4561
4562 * play/morse.el (morse-region, unmorse-region): Add autoload
4563 cookie.
4564
4565 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4566 concat.
4567
4568 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4569 insist on symbols starting with word syntax.
4570 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4571 (eval-defun-1): Doc fix.
4572 (indent-sexp): Use nconc to build up indent-stack.
4573
4574 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4575 Gnus with little use.
4576 (mail-setup-hook): Add mail-abbrevs-setup to options.
4577
968f7c4a
DL
4578 * recentf.el: Doc fixes.
4579
4580 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4581 Clean up remainder.
4582
4583 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4584 without timezone and (8) with timezone to enforce some whitespace.
4585 Simplify code somewhat.
4586
4587 * options.el (list-options): Doc that you should use customize.
4588
4589 * iswitchb.el (iswitchb-mode): Add :require.
4590
a30ed6ac
DL
4591 * info.el (Info-goto-node, Info-menu): Doc fix.
4592 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4593 (info-tool-bar-map): New variable.
4594 (Info-mode): Use it.
4595 (Info-edit-map): Define all in defvar.
4596 (speedbar-attached-frame): Avoid compiler warning.
4597
4598 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4599 (global-map): Bind [tool-bar] to a filtered map.
4600 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4601 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4602 Allow PBM icons.
4603 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4604
4605 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4606 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4607 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4608 icons, except up_arrow, which is left-arrow rotated.
4609
4610 * imenu.el (imenu-add-to-menubar): Fix last change.
4611
4e953aff
PB
46122000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4613
4614 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4615 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4616
739e92a7
EZ
46172000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4618
d20faceb
EZ
4619 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4620 typos in doc strings.
4621
a640322e
EZ
4622 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4623 the doc strings how to customize Font Lock faces.
4624
739e92a7
EZ
4625 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4626 computing growth when dragging the header line.
4627
8be7408c
EZ
46282000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * simple.el (kill-line): Doc fix.
4631
6fee86a3
MB
46322000-10-08 Miles Bader <miles@gnu.org>
4633
445a653e
MB
4634 * faces.el (secondary-selection): Make foreground visible on tty.
4635
6fee86a3
MB
4636 * jka-compr.el (auto-compression-mode): Move to the end of the
4637 file, because `define-minor-mode' actually calls the mode-function
4638 if the associated variable is non-nil, which requires that all
4639 needed functions be already defined.
4640 (with-auto-compression-mode): Add autoload cookie.
4641
a115794c
EZ
46422000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4643
4644 * files.el (find-backup-file-name) [ms-dos]: If support for long
4645 file names is not available, behave as if version-control were set
4646 to never.
4647
b12e6de3
DL
46482000-10-07 Dave Love <fx@gnu.org>
4649
4650 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4651 (browse-url-gnome-moz): New function.
4652 (browse-url-browser-function): Use it.
4653 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4654
20b1d079
SM
46552000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * indent.el (tab-always-indent): New var.
4658 (indent-for-tab-command): Use it.
39250ec3 4659
9ee45b2c 4660 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 4661 raise an error. This way it can still default to a sane value.
9ee45b2c 4662
8c6b1d83
JW
46632000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4664
39250ec3
SM
4665 * startup.el (fancy-splash-screens): Use local rather than global map.
4666 Don't use `update-menu-bindings' any more.
4667 Get rid of assumptions about keymap representation.
4668
a23ccdf2
DL
46692000-10-06 Dave Love <fx@gnu.org>
4670
814299a7 4671 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
4672 (sentence-end-without-period): Doc fix.
4673 (adaptive-fill-regexp): Purecopy.
4674 (unjustify-current-line): Use line-end-position.
4675 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4676
4677 * net/eudc-vars.el (eudc): Add :version, :link.
4678
39250ec3 4679 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
4680
4681 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4682 Fix for define-minor-mode.
4683 (function-at-point): Alias to function-called-at-point.
4684
4685 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4686
4687 * simple.el (backward-word): Doc fix.
4688
a23ccdf2
DL
4689 * image-file.el (image-file-name-regexp): image-file-regexps ->
4690 image-file-name-regexps.
742c1822 4691 (image-file-name-extensions): Add pbm.
a23ccdf2 4692
39250ec3
SM
46932000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4694
4695 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4696 and add filename to the names so that diff-mode can jump to source.
4697
4698 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4699 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4700 (tex-font-lock-keywords-1): Remove.
4701 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4702 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4703 (font-lock-default-fontify-region):
4704 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4705 (font-lock-fontify-anchored-keywords):
4706 Include the anchor text as part of the multiline.
4707
8d5dfacd
GM
47082000-10-06 Gerd Moellmann <gerd@gnu.org>
4709
4710 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4711 latter needs the autoloaded define-minor-mode macro during the
4712 bootstrap.
4713
4714 * startup.el (command-line): For now, activate tool-bar-mode only
4715 if XPM images are supported.
4716
4717 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4718 window by dragging a header-line at the top of the frame; that's
4c19fbce 4719 confusing because the header-line doesn't move.
8d5dfacd
GM
4720 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4721 of treating the event as a list. Some cleanup.
4722
f69aad2b 47232000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4724
f69aad2b
MB
4725 * simple.el (display-message-or-buffer): New function.
4726 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4727
09cb7646
MB
4728 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4729 docstring parts.
4730
814299a7 4731 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4732 (smbclient-prompt-regexp): Add usage note to doc string.
4733 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4734 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4735 Use add-hook for adding the comint filter function, and only do so
4736 if it's not already in the global hook list.
4737 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4738 to `make-local-variable'.
4739 (nslookup-font-lock-keywords): Remove prompt entry.
4740 (nslookup): Don't set the process-filter.
4741 (finger): Exit the loop correctly when the regexps list runs out.
4742 (ftp, smbclient, smbclient-list-shares):
4743 Set the real major mode immediately, not after execing.
4744 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4745
4746 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4747
4c19fbce
SM
47482000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4749
4750 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4751
4752 * which-func.el (which-func-format): Remove spurious space.
4753 (which-func-mode): Don't make it permanent-local.
4754 (which-func-ff-hook): Allow which-func-maxout to be nil.
4755 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4756 (which-func-mode): Simplify.
4757 Use post-command-idle-hook rather than post-command-hook.
4758 Go through all buffers and update their state.
4759 (which-function): Also try add-log-current-defun-function.
4760
4761 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4762 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4763 Update call to with-vc-properties accordingly.
4764 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4765 (vc-revert-buffer): More careful about window selection and deletion.
4766 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4767
4768 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4769 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4770 (cvs-dired-action): Change the default to quickdir.
4771
4772 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4773 if comment-indent-function returns nil.
4774 (comment-indent-default): New function.
4775 (comment-indent-function): Use it and document the new semantics.
4776
4777 * image-file.el: Docstring fixes.
4778
4779 * help.el (help-xref-on-pp): Use match-string.
4780 (describe-variable): New arg BUFFER.
4781 Store the current buffer in the help-xref-stack.
4782 (temp-buffer-resize-mode): Use define-minor-mode.
4783
4784 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4785 consistently with its docstring.
4786 Set jit-lock-first-unfontify-pos in an idempotent way.
4787 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4788
542c6552
GM
47892000-10-05 Alex Schroeder <alex@gnu.org>
4790
4791 * sql.el (sql-mysql-options): New variable.
4792 (sql-mysql): Use it.
4793
a3489ece
MB
47942000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4795
77f6105c
MB
4796 * image.el (image): New group.
4797
814299a7 4798 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4799 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4800
3478046b
PB
48012000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4802
4803 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4804 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4805 Ignore the value of wqindow-system; always define keywords
4806
22aca186
KH
48072000-10-05 Kenichi Handa <handa@etl.go.jp>
4808
4809 * startup.el (fancy-splash-screens): Remove the code for
4810 debugging; `(trace-to-stderr "EXITTT\n")'.
4811
55d5d717
MB
48122000-10-05 Miles Bader <miles@gnu.org>
4813
4814 * diff-mode.el (diff-goto-source): Update call to
4815 `diff-hunk-status-msg' to reflect new REV variable.
4816
41fa7178
SM
48172000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4818
4819 * progmodes/icon.el (icon-mode):
4820 Don't gratuitously override the default for comment-column.
4821
4822 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4823
4824 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4825 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4826 (jit-lock-functions): New var.
4827 (jit-lock-function-1): Use it if non-nil.
4828 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4829 Set the `fontified' property before doing the fontification to avoid
4830 repeatedly going through the same error.
4831 Don't turn errors into messages.
4832 (jit-lock-register, jit-lock-unregister): New functions.
4833
4834 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4835 Use with-current-buffer.
4836
4837 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4838 Turn comment into docstring.
4839
4840 * apropos.el (apropos-mode): Use define-derived-mode.
4841
3dc78168
GM
48422000-10-04 Gerd Moellmann <gerd@gnu.org>
4843
4844 * startup.el (fancy-splash-pending-command): New variable.
4845 (fancy-splash-pre-command): New function.
4846 (fancy-splash-screens): Rewritten.
4847 (command-line-1): If fancy-splash-pending-command is set, call it
4848 interactively.
4849
dae9dc56
DL
48502000-10-04 Dave Love <fx@gnu.org>
4851
4852 * toolbar/tool-bar.el (tool-bar-setup): New function.
4853 (tool-bar-mode): Use it.
4854
4855 * subr.el (substitute-key-definition): Doc fix.
4856 (play-sound-file): New command.
4857
3388f0a5
AS
48582000-10-04 Andre Spiegel <spiegel@gnu.org>
4859
814299a7 4860 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4861 vc-version-backup-file-name): New functions.
4862
4863 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4864
4865 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4866 vc-cvs-stay-local-p.
4867
4868 * vc.el (vc-revert-buffer): Handle empty diff properly.
4869 (vc-version-backup-file): New function.
4870 (vc-checkout): Create a version backup if necessary.
4871 (vc-checkin): If a version backup file exists, delete it.
4872 (vc-version-diff): Diff locally using version backups, if available.
4873 (vc-revert-file): If there's a version backup, revert locally.
4874 (vc-transfer-file): Use version backup for base version, if
4875 available. If not, ask for confirmation whether to get it from the
4876 server. Update mode line before check-in.
4877
ebd4825d
DL
48782000-10-04 Dave Love <fx@gnu.org>
4879
4880 * toolbar/tool-bar.el (tool-bar-setup): New function.
4881 (tool-bar-mode): Use it.
4882
1b24f4b7
PB
48832000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4884
3dc78168 4885 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4886 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4887 Only set if window-system is non-nil
4888 (net-utils-run-program): Returns buffer.
4889 (network-connection-reconnect): Added this function.
4890
814299a7
MB
4891 * generic.el:
4892 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4893 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4894 Uses cl compile-time macros.
3dc78168
GM
4895 (generic-mode-name, generic-comment-list)
4896 (generic-keywords-list, generic-font-lock-expressions)
4897 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4898 Removed variables.
4899 (generic-mode-alist): Renamed to generic-mode-list.
4900 (generic-find-file-regexp): Default changed to "^#".
4901 (generic-read-type): Uses completing read on generic-mode-list.
4902 (generic-mode-sanity-check): removed this function.
4903 (generic-add-to-auto-mode): Removed this function
3dc78168 4904 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4905 into function instead of putting them in alist.
4906 (generic-mode-set-comments): Reworked extensively.
4907 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4908 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4909
814299a7 4910 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4911 Make sure directory name ends with "/".
4912
814299a7 4913 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4914 Regexp now allows leading whitespace.
4915 (rc-generic-mode): Added eval-when-compile
4916 around generic-make-keywords-list.
4917 Deleted duplicate regexp
4918 (rul-generic-mode): Added eval-when-compile
4919 around generic-make-keywords-list.
4920 (etc-fstab-generic-mode): New generic mode.
4921 (rul-generic-mode): Removed one eval-when-compile
814299a7 4922 which caused a max-specpdl-size exceeded error.
1b24f4b7 4923
a7bf5cf3
MB
49242000-10-04 Miles Bader <miles@gnu.org>
4925
4926 * simple.el (minibuffer-temporary-goal-position): New variable.
4927 (next-history-element): Try to keep the position of point in the
4928 input string constant.
4929
4930 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4931 (dired-do-create-files): If there's only one file, pass it in as
4932 the DEFAULT arg to dired-mark-read-file-name.
4933
ce1087a9
SM
49342000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4935
4936 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4937 (diff-goto-source): Be smarter when choosing REVERSE or not.
4938
4939 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4940 (texinfo-mode-menu): Add an explicit shortcut for update all.
4941
0e41e1d6
AS
49422000-10-03 Andre Spiegel <spiegel@gnu.org>
4943
814299a7 4944 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4945 factorize backend-specific code cleanly (this was essentially
4946 conceived by Stefan Monnier).
4947 (vc-unregister): Function removed.
814299a7 4948 (vc-revert-file): New function.
858f7cb4
AS
4949 (vc-revert-buffer): Delegate some of the work to it.
4950
0e41e1d6
AS
4951 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4952 default branch unconditionally.
4953 (vc-rcs-set-default-branch): New function.
4954 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4955 (vc-rcs-checkin): If an appropriate default branch has been set,
4956 force creation of that branch.
858f7cb4
AS
4957 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4958 code (as suggested by Stefan Monnier).
0e41e1d6 4959
01c86c56
GM
49602000-10-02 Gerd Moellmann <gerd@gnu.org>
4961
45c477b4
GM
4962 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4963 highlighting overlay with a different face over the overlay
4964 isearch uses to highlight the current match because that can lead
4965 to bad face combinations.
4966
01c86c56
GM
4967 * loadup.el (toplevel): Load faces before isearch.
4968
4969 * isearch.el (isearch-faces): New custom group.
4970 (isearch): New defface; was already tested for in the code.
4971 (isearch-lazy-highlight-face): Changed to defface from defcustom.
4972 (isearch-highlight): Always use face `isearch'.
4973
944425c0
DL
49742000-10-02 Dave Love <fx@gnu.org>
4975
4976 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
4977 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
4978 comparison of opcode with operand.
4979
2a099bcc
MB
49802000-10-03 Miles Bader <miles@gnu.org>
4981
4982 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
4983 buffer, since the echo area will now grow to accommodate them.
4984
4300ecb8
AS
49852000-10-02 Andre Spiegel <spiegel@gnu.org>
4986
4987 * vc-hooks.el (vc-registered): If FILE used to be registered under
4988 a certain backend, try that one first.
4989
814299a7 4990 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
4991 argument list. Handle multiple backends correctly.
4992 (vc-find-new-backend): Function removed.
4993 (vc-register): Use vc-responsible-backend, as before.
4994 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
4995
64e6cc18
GM
49962000-10-02 Gerd Moellmann <gerd@gnu.org>
4997
4998 * startup.el (fancy-splash-head): Change message below the
4999 logo.
5000
00df919e
MB
50012000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5002
5003 * diff-mode.el (diff-goto-source): Emit a status message.
5004 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 5005 (diff-test-hunk): Fix doc string.
00df919e
MB
5006 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5007 (diff-advance-after-apply-hunk): New variable.
4eaa6852 5008 (diff-apply-hunk): Don't return a value.
00df919e 5009
ceec5a0c
SM
50102000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5011
5012 * vc.el (vc-editable-p): Minor optimization.
5013 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5014 (vc-find-new-backend): New function split from vc-responsible-backend.
5015 (vc-register): Use it.
5016 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5017 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5018 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5019 (vc-clear-headers): Don't use find-file.
5020 (vc-revert-buffer): Use `and' again (must have been a braino).
5021 (vc-switch-backend): Only prompt if requested.
5022 Short circuit if nothing is to be done.
5023 Don't use vc-resynch-buffer which could lose unsaved editing.
5024 (vc-default-receive-file): Update call to vc-unregister.
5025 (with-vc-file, vc-next-action-on-file):
5026 Use vc-backend rather than vc-registered.
5027 (vc-next-action-on-file): Use intern-soft.
5028 Deal with read-only *vc-diff* buffer.
5029 (vc-transfer-file): Docstring fix.
5030
5031 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5032 (vc-rcs-receive-file): Avoid with-vc-properties.
5033 Update call to vc-unregister.
5034 Use constant `RCS' rather than (dynamically bound) var `backend'.
5035
4ad5da8f
AS
50362000-10-01 Andre Spiegel <spiegel@gnu.org>
5037
814299a7 5038 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
5039 is visited.
5040 (vc-start-entry): New argument initial-contents. Don't visit the file
5041 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
5042 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5043 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
5044 vc-start-entry.
5045 (vc-finish-logentry): Make sure to bury log buffer only if there
5046 really is one. Call `vc-resynch-buffer' on log-file, not
5047 buffer-file-name.
5048 (vc-default-comment-history, vc-default-wash-log): New functions.
5049 (vc-index-of): Removed.
5050 (vc-transfer-file): Make do without the above.
5051 (vc-default-receive-file): Call comment-history unconditionally. Pass
5052 the resulting string to vc-checkin, instead of inserting it into the
5053 comment ring.
5054
5055 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5056 unconditionally. Use the comments as initial contents of the log
814299a7 5057 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
5058 changes.
5059
aa0c3dca
MB
50602000-10-01 Miles Bader <miles@gnu.org>
5061
5062 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5063 `recenter' with an arg to prevent redrawing the display.
5064
d5f5a2c5
SM
50652000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5066
5067 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5068
5069 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5070
814299a7 5071 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
5072 Don't gratuitously override the default for comment-column.
5073
5074 * textmodes/tex-mode.el (latex-metasection-list): New var.
5075 (latex-imenu-create-index): Use it.
5076 Move the regexp construction outside loops (and use push).
814299a7 5077 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
5078 (tex-font-lock-keywords): Moved from font-lock.el.
5079 (tex-comment-indent): Remove.
5080 (tex-common-initialization): Don't set comment-indent-function.
5081 (latex-block-default): New var.
5082 (tex-latex-block): Use it to provide a default choice.
5083 Add any unknown choice to latex-block-names.
5084 Insert [...] after {...}.
5085 (tex-last-unended-begin): Simplify regexp.
5086 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5087 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5088 (latex-mode): Set forward-sexp-function.
5089
5090 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5091 Add regexp for @ignore ... @end ignore.
5092 (texinfo-heading-face): New face.
5093 (texinfo-font-lock-keywords): Use it.
5094 (texinfo-mode-menu): New menu.
5095 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5096 New functions.
5097 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 5098 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
5099 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5100 Remove declaration.
5101 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5102
5103 * delsel.el (delete-selection-mode): Use define-minor-mode.
5104
5105 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5106
51072000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5110
8a5506f2
GM
51112000-09-30 Gerd Moellmann <gerd@gnu.org>
5112
068127d6
GM
5113 * replace.el (keep-lines-read-args): New function.
5114 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5115 read arguments interactively. Add parameters RSTART and REND.
5116 Operate on the active region in Transient Mark mode.
5117
d777bb8f
GM
5118 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5119
8a5506f2
GM
5120 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5121 (authors-obsolete-files-regexps): New variable.
5122 (authors-add): Don't record changes in obsolete files.
5123
3fa87bfc
SM
51242000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5125
5126 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5127
5128 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5129 (comment-indent): Make sure there's a space between code and comment.
5130 Shift comments left to avoid going past fill-column.
5131
f02149ce
GM
51322000-09-29 Gerd Moellmann <gerd@gnu.org>
5133
5134 * startup.el (startup-echo-area-message): New function.
5135 (display-startup-echo-area-message): Use it.
5136 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5137 (fancy-splash-default-action): New function.
5138 (fancy-splash-screens-1): New function.
5139 (fancy-splash-head): Put a help-echo and a keymap under the image.
5140
a3ef6569
SM
51412000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5142
5143 * diff-mode.el (diff-add-log-file-name): Remove.
5144 (diff-mode): Use add-log-buffer-file-name-function.
5145
5146 * add-log.el (find-change-log): New arg BUFFER-FILE.
5147 (add-log-file-name): Obey add-log-file-name-function.
5148 (add-log-buffer-file-name-function): New var.
5149 (add-change-log-entry): Use it.
5150
75e5b373
MB
51512000-09-29 Miles Bader <miles@gnu.org>
5152
5153 * image-file.el (image-file-name-extensions): New variable.
5154 (image-file-name-regexps): Renamed from `image-file-regexps'.
5155 New default value is nil. Call `auto-image-file-mode'.
5156 (image-file-name-regexp): New function.
5157 (auto-image-file-mode): New minor mode.
5158 (insert-image-file): Don't make conditional on the image-file
5159 handler being enabled.
5160 (image-file-handler): Make the call here conditional instead.
5161 (set-image-file-handler-enabled, enable-image-file-handler)
5162 (disable-image-file-handler): Functions removed.
5163
5164 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5165 string.
5166
de6e1f7c
GM
51672000-09-29 Gerd Moellmann <gerd@gnu.org>
5168
5169 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5170 it's a function from CL.
5171 (latex-imenu-create-index): Replace eval-when-compile with progn
5172 because latex-section-alist is not bound while compiling.
5173
d8c201f5
SM
51742000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5175
5176 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5177 (outline-mode): Use define-derived-mode.
5178
814299a7 5179 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
5180 * progmodes/awk-mode.el (awk-mode):
5181 * progmodes/asm-mode.el (asm-mode):
5182 Don't gratuitously override the default for comment-column.
5183
5184 * emacs-lisp/lisp.el (lisp-complete-symbol):
5185 Distinguish the let-binding case from the funcall case.
5186 (forward-sexp-function): New variable.
5187 (forward-sexp): Use it.
5188
5189 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5190 (easy-mmode-defmap): Remove the now useless autoload.
5191
5192 * time.el (display-time-mode): Use define-minor-mode.
5193
5194 * subr.el (add-minor-mode): Don't eval NAME.
5195 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5196 Use if rather than cond.
5197
5198 * simple.el (read-expression-map): Define more properly.
5199 (comment-indent-hook): Remove.
5200 (string-to-syntax): Bug fix.
5201
5202 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5203 (cvs-ediff-diff): Fix typo.
5204 (cvs-revert-if-needed): Don't bother preserving read-only.
5205
5206 * paren.el (show-paren-mode): Use define-minor-mode.
5207
5208 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5209 (toggle-auto-compression): Remove.
5210 (jka-compr-build-file-regexp): Remove useless grouping.
5211
5212 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5213 Avoid user-reserved bindings.
5214 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5215 (diff-header-face): Revert to grey85.
5216
5217 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5218
5219 * complete.el (partial-completion-mode) <defcustom>: Remove.
5220 (partial-completion-mode): Use define-minor-mode.
5221 (PC-do-completion): Understand `completion-auto-help = delay'
5222 to mean to popup the completion buffer only the second time.
814299a7 5223 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
5224 (PC-include-file-all-completions): Don't quote lambda.
5225
5226 * comint.el (comint-mode-hook): Docstring fix.
5227 (comint-mode): Use define-derived-mode.
5228 (comint-mode-map): Remove obsolete comment.
5229 (make-comint): Minor stylistic change.
5230 (comint-insert-clicked-input): Be more careful to find the overlay.
5231 Use this-command-keys rather than hardcoding mouse-2.
5232
5233 * font-lock.el: Replace confusing (,@ with ,
5234 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5235 Don't use regexp-opt-depth. Spice up the regexp for args.
5236 Don't distinguish between cmds that can take an opt arg or not.
5237 Use `append' and `prepend' rather than `keep'.
5238
5239 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5240 (latex-outline-regexp): New var.
5241 (latex-outline-level): New fun.
5242 (latex-section-alist): New var.
5243 (latex-imenu-create-index): Use it. Use `push' as well.
5244 (tex-shell-map): Initialize it properly.
5245 (tex-mode): Minor stylistic change.
5246 (plain-tex-mode): Use define-derived-mode.
5247 (latex-mode): Use define-derived-mode.
5248 Construct the paragraph regexps in a more readable way.
5249 Set the buffer-local outline-{level,regexp} vars.
5250 (slitex-mode): Derive from latex-mode.
5251 (tex-common-initialization): Don't kill-all-vars anymore.
5252 Add setting for comment-add and font-lock-defaults.
5253 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5254 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5255 (tex-start-tex): New arg DIR (and send a chdir command for it).
5256 Also display the shell buffer and save it in tex-last-buffer-texed.
5257 (tex-region): Use expand-file-name rather than concat.
5258 Remove code made useless by changes in tex-start-tex.
5259 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5260
5261 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5262
ff398532
DL
52632000-09-28 Dave Love <fx@gnu.org>
5264
5265 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5266
f9415d5b
GM
52672000-09-28 Gerd Moellmann <gerd@gnu.org>
5268
5269 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5270 `append'.
5271
fa003899
SM
52722000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5273
5274 * info.el (Info-extract-pointer): Undo last change.
5275 Instead, fix the position of the `bound' arg to re-search-backward.
5276
52772000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5278
5279 * info.el (Info-extract-pointer):
5280 Widen more carefully, to avoid finding pointers in other nodes.
5281 (Info-index): Use push.
5282
f9415d5b 52832000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
5284
5285 * frame.el (set-frame-font): Remove call to obsolete function
5286 frame-update-faces.
5287 (set-foreground-color, set-background-color): Likewise for
5288 frame-update-face-colors.
5289
5538b8ba
MB
52902000-09-27 Miles Bader <miles@gnu.org>
5291
5292 * image-file.el: New file.
5293
60536eea
GM
52942000-09-27 Gerd Moellmann <gerd@gnu.org>
5295
5b551d58
GM
5296 * frame.el (frame-notice-user-settings): Don't call
5297 frame-update-faces, which is a no-op now.
814299a7 5298
60536eea
GM
5299 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5300 tool-bar-lines.
5301
36f1966f
DL
53022000-09-27 Dave Love <fx@gnu.org>
5303
5304 * mouse.el: Fix last change.
5305
c5785b73
MB
53062000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5307
5308 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5309
672172d9
KH
53102000-09-22 Kenichi Handa <handa@etl.go.jp>
5311
5312 * international/quail.el (quail-help): The output message is
5313 improved.
5314
4653b4ea
DL
53152000-09-26 Dave Love <fx@gnu.org>
5316
5317 * mouse.el (popup-menu): If POSITION is nil, set it using
5318 mouse-position.
5319
63900fcf
SS
53202000-09-25 Sam Steingold <sds@gnu.org>
5321
5322 * net/browse-url.el (browse-url-file-url): Check for null maps.
5323
cd3b81be
GM
53242000-09-26 Gerd Moellmann <gerd@gnu.org>
5325
876512ab 5326 * frame.el (frame-notice-user-settings): Don't add a
fa003899 5327 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 5328
fa003899
SM
5329 * frame.el (frame-notice-user-settings):
5330 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 5331
cd3b81be
GM
5332 * toolbar/tool-bar.el (tool-bar-help): New function.
5333
d8b4516f
GM
53342000-09-25 Gerd Moellmann <gerd@gnu.org>
5335
6567e9b5
GM
5336 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5337 current-load-list in top-level forms. Else this leaks a cons cell
5338 every time a defun is called.
63900fcf 5339
d8b4516f 5340 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 5341
a461758e
DL
53422000-09-25 Dave Love <fx@gnu.org>
5343
7df6adc3
DL
5344 * startup.el (fancy-splash-head): Check XPM is available.
5345
a461758e
DL
5346 * autoinsert.el (auto-insert): Doc fix.
5347 (auto-insert-alist): Following GNU notices, don't say `copyright
5348 _by_'. Use line-beginning-position.
5349 (auto-insert): Check buffer-file-name is non-nil before use.
5350
b11af2dd
GM
53512000-09-25 Gerd Moellmann <gerd@gnu.org>
5352
5353 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5354 starting with `@def' or `@multitable', in addition to ones
5355 specified by the user in auto-fill-inhibit-regexp.
5356
5f9f981b
GM
53572000-09-25 Markus Rost <rost@math.ohio-state.edu>
5358
5359 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5360 rmail-dont-reply-to-names matches the empty string.
63900fcf 5361
8ff16b4e
GM
53622000-09-25 Gerd Moellmann <gerd@gnu.org>
5363
63900fcf 5364 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
5365 text to sound more friendly.
5366
9b4a7800
TTN
53672000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5368
5369 * progmodes/hideshow.el: Update author email address.
5370 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
5371 (hs-hide-all-non-comment-function): New var.
5372 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5373 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5374 (hs-show-region): Delete this command.
5375 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5376
4c7c1f3f
DL
53772000-09-22 Dave Love <fx@gnu.org>
5378
5379 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5380 (hl-line-highlight): Specify buffer when moving overlay.
5381
5382 * progmodes/fortran.el (fortran-mode): Locally set
5383 normal-auto-fill-function.
5384 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5385 (fortran-mode-map): Adjust auto-fill menu entry.
5386
13f93dee
GM
53872000-09-22 Gerd Moellmann <gerd@gnu.org>
5388
36eb0a91
GM
5389 * vc-rcs.el (toplevel): Require `vc' when compiling.
5390
fa003899 5391 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 5392
36a03bf9
AS
53932000-09-22 Andre Spiegel <spiegel@gnu.org>
5394
9b4a7800 5395 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
5396 registered under the new backend.
5397
9b4a7800 5398 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
5399 without explicit revision number.
5400
6e4e8a3b
SM
54012000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5402
5403 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5404 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5405 (diff-xor): New function.
5406 (diff-find-source-location): Use it. Fix a stupid name clash.
5407 (diff-hunk-status-msg): New function.
5408 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5409 (diff-test-hunk): Use diff-find-source-location.
5410 (diff-goto-source): Favor the `reverse'.
5411 (diff-hunk-text): Properly handle one-sided context diffs.
5412 (diff-apply-hunk): When done, advance to the next hunk.
5413
1b24b888
GM
54142000-09-21 Gerd Moellmann <gerd@gnu.org>
5415
623a0aae
GM
5416 * startup.el (command-line): If frame was created with a non-zero
5417 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 5418
1b24b888
GM
5419 * add-log.el (change-log-date-face, change-log-name-face)
5420 (change-log-email-face, change-log-file-face)
5421 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
5422 (change-log-function-face, change-log-acknowledgement-face):
5423 New faces, inheriting from font-lock faces.
1b24b888 5424 (change-log-font-lock-keywords): Use them.
9b4a7800 5425
93b3a1c8
DL
54262000-09-21 Dave Love <fx@gnu.org>
5427
80585273
DL
5428 * progmodes/cperl-mode.el (top-level): Clean up
5429 `eval-when-compile's and assorted defvars.
5430 (cperl-invalid-face): Don't double-quote value. Change custom
5431 type.
5432 (cperl-mode): Set normal-auto-fill-function and don't zap
5433 auto-fill-function.
5434 (cperl-imenu--function-name-regexp-perl): Renamed from
5435 imenu-example--function-name-regexp-perl.
5436 (cperl-imenu--create-perl-index): Renamed from
5437 imenu-example--create-perl-index.
5438 (cperl-xsub-scan): Don't require cl.
5439
93b3a1c8
DL
5440 * msb.el (msb-mode-map): Use substitute-key-definition.
5441 (msb-mode): Use msb-mode-map.
5442
43ccb598
AS
54432000-09-21 Andre Spiegel <spiegel@gnu.org>
5444
5445 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5446 New functions.
fa003899 5447 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
5448 (vc-switch-backend): New function.
5449 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5450 (vc-register): Fix prompt.
5451 (vc-unregister, vc-default-unregister): New functions.
5452 (vc-version-diff): Handle empty buffer in sentinel.
5453
5454 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5455 (vc-rcs-state-heuristic): Use it to guess the state of files with
5456 non-strict locking.
5457 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5458 been set with -b, but not created yet.
5459 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5460 contents in order to find the state.
5461 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
5462 (vc-rcs-unregister, vc-rcs-receive-file)
5463 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 5464
9b4a7800 5465 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 5466 in case it is missing.
9b4a7800 5467
95fadcca
GM
54682000-09-21 Gerd Moellmann <gerd@gnu.org>
5469
5470 * startup.el (fancy-splash-tail): Use a different foreground
5471 color on a dark frame background.
5472
470f23e1
MB
54732000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5474
5475 * info.el: Use the correct capitalization when making Info-mode
5476 and Info-edit-mode `special' modes.
5477
281096ed
SM
54782000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5479
5480 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5481 (diff-mode): Add support for add-log.el.
5482 (diff-hunk-text): Use char offsets rather than line offsets.
5483 (diff-find-source-location): Replace LINE with line-offset (nil
5484 if not found) and always set POS to a meaningful position.
5485 Adapt to the new char-offsets.
5486 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5487 Adapt to the new diff-find-source-location.
5488 (diff-goto-source): Adapt to the new diff-find-source-location.
5489
5490 * add-log.el (add-log-file-name): New function (split out of
5491 add-change-log-entry).
5492 (add-change-log-entry): Use it.
5493 Call add-log-file-name-function with the changelog file name if
5494 the current buffer is not associated with any file.
5495 Avoid find-file if the selected window is dedicated.
5496
5497 * diff-mode.el (diff-find-source-location):
5498 Move code from diff-apply-hunk. Return buffer rather than file.
5499 (diff-apply-hunk): Use the new result from diff-find-source-location.
5500 (diff-goto-source): Use the new diff-find-source-location.
5501
c29d77c4
DL
55022000-09-20 Dave Love <fx@gnu.org>
5503
5504 * iswitchb.el: Some doc fixes.
5505 (iswitchb-mode-map): Define completely initially. Inherit
5506 minibuffer-local-map.
5507 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5508 fundamental-mode.
5509 (iswitchb-global-map): New variable.
5510 (iswitchb-summaries-to-end): Amalgamate regexps.
5511 (iswitchb-mode): New.
5512 (iswitchb-mode-hook): New variable.
5513 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5514 `extensions'.
5515
49939379
GM
55162000-09-20 Gerd Moellmann <gerd@gnu.org>
5517
d05c87ac
GM
5518 * ehelp.el (electric-help): New defgroup.
5519 (electric-help-shrink-window): New user-option.
5520 (with-electric-help): Use it.
5521
1ec082d4
GM
5522 * window.el (shrink-window-if-larger-than-buffer): If face
5523 `mode-line' has a :box, and we're on a graphical frame, add 1
5524 to the needed window height.
5525
f46c275e
GM
5526 * frame.el (frame-notice-user-settings): Add a last parameter nil
5527 to a call to `append', because the last list passed to `append' is
5528 not copied, and so subsequent calls to assq-delete-all will modify
5529 default-frame-alist.
5530
b7e11c5b
GM
5531 * startup.el (fancy-splash-image): Change :type.
5532 (fancy-splash-head): Use an XBM image if appropriate.
5533 (command-line-1): Show splash screens in more cases.
5534
26ff68aa
GM
5535 * startup.el (fancy-splash-text): Don't quote faces.
5536
8320414c
GM
5537 * dired.el (dired-font-lock-keywords): Undo last change.
5538 (dired-readin): Bind indent-tabs-mode to nil.
5539
49939379
GM
5540 * startup.el (fancy-splash-head): If frame's background mode
5541 is `dark', change the black background of the image to gray.
5542 (fancy-splash-screens): Display startup echo area message.
5543 (display-startup-echo-area-message): New function.
5544
c3b27206
MB
55452000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5546
55a3d2a1
MB
5547 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5548
5549 * info.el (info-header-node): Tweak for color ttys.
5550
37a99821
MB
5551 * faces.el (face-valid-attribute-values): Make sure directories we
5552 search for stipples both exist and are readable before trying to
5553 search them.
5554
0415d0d0
MB
5555 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5556 in the dry-run case.
5557
523b128c
MB
5558 * jka-compr.el (with-auto-compression-mode): New macro.
5559
c3b27206
MB
5560 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5561 (custom-group-tag-face, custom-variable-tag-face): Use relative
5562 :height and inherit from `variable-pitch' face instead of
5563 hardwiring :family.
5564 * hi-lock.el (hi-black-hb): Likewise.
5565
ddba99ad
MB
5566 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5567 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5568 toolbar-add-item, if image doesn't have a mask add a `:mask
5569 heuristic'.
5570
7e99fbde
SM
55712000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5572
5573 * diff-mode.el: Docstring fixes.
5574 (diff-header-face, diff-comment-face): New faces.
5575 (diff-font-lock-keywords): Highlight a bit differently.
5576 (diff-find-source-location): Don't return SPAN any more.
5577 (diff-hunk-text): Don't bother erasing the temp buffer.
5578 (diff-find-text): Drop argument LINE.
5579 (diff-apply-hunk): Update calls to diff-find-text.
5580 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5581
5582 * calendar/calendar.el: Docstring fixes.
5583 (calendar-make-alist): Don't quote lambda.
5584 (calendar-star-date): Use make-local-variable.
5585
fb275c02
DL
55862000-09-19 Dave Love <fx@gnu.org>
5587
7e99fbde
SM
5588 * toolbar/tool-bar.el: Renamed from toolbar.el.
5589 Change `toolbar' to `tool-bar' generally in symbols.
5590 Make some items invisible in `special' major modes.
5591 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5592 Add arg PROPS.
532cb34d 5593
7e99fbde
SM
5594 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5595 Add :version here.
fb275c02
DL
5596 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5597
8f4ca9a5
GM
55982000-09-19 Gerd Moellmann <gerd@gnu.org>
5599
8b7707e1 5600 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 5601
8b7707e1 5602 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
5603 (find-file-noselect): Use it.
5604
8b7707e1 5605 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
5606 (fancy-splash-screen): Defgroup.
5607
8f4ca9a5
GM
5608 * add-log.el (change-log-font-lock-keywords): Match names
5609 more exactly for the case that font-lock-constant-face is
5610 underlined.
5611
ba9eeda1 56122000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 5613
8b7707e1 5614 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 5615
289eaef9
AS
56162000-09-19 Andre Spiegel <spiegel@gnu.org>
5617
5618 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5619
ce9ded5d
GM
56202000-09-19 Gerd Moellmann <gerd@gnu.org>
5621
c113de23
GM
5622 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5623 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5624 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5625 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5626 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5627 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5628 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5629 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5630 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5631 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5632 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 5633 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 5634
ce9ded5d
GM
5635 * startup.el (fancy-splash-text): New variable.
5636 (fancy-splash-delay, fancy-splash-image): New user-options.
5637 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5638 (fancy-splash-screens): New functions.
5639 (command-line-1): If display has a `display' frame parameter, has
5640 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 5641
b9b1c3a9
DL
56422000-09-19 Dave Love <fx@gnu.org>
5643
5644 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5645 with null `help'. Use modern backquote syntax.
5646
1af25534
GM
56472000-09-19 Gerd Moellmann <gerd@gnu.org>
5648
afd3c8cd
GM
5649 * font-lock.el (font-lock-mode): Change message telling the user
5650 that ``the buffer is too big''.
5651
1af25534
GM
5652 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5653 for instance for the case that tab-width is 2.
5654
05b1f851
GM
56552000-09-18 Gerd Moellmann <gerd@gnu.org>
5656
5657 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5658 toolbar-add-item, if image doesn't have a mask add a `:mask
5659 heuristic'.
5660
8ec8f673
MB
56612000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5662
2b612b1f
MB
5663 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5664 and return a cons if it's non-nil.
5665 (diff-apply-hunk): Try to jump to the line in the source text
5666 corresponding to the position of point in the in the hunk.
5667
9b4a7800 5668 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
5669 (Info-title-1-face): Use face inheritance and relative sizes
5670 instead of hard-wiring things.
5671
5672 * faces.el (secondary-selection): Make dark-background variant sane.
5673
5eedab4d
AI
56742000-09-16 Andrew Innes <andrewi@gnu.org>
5675
5eedab4d
AI
5676 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5677 read-only, since they aren't under VC now.
5678
6a142f26
DL
56792000-09-17 Dave Love <fx@gnu.org>
5680
e07436e1
DL
5681 * tmm.el: Replace mapcar with mapc in several places.
5682
5683 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5684 ad-unadvise.
5685
7d354dd5
DL
5686 * international/latin1-disp.el: New file.
5687
6a142f26
DL
5688 * calendar/cal-move.el (scroll-calendar-left)
5689 (scroll-calendar-right): Make arg optional (for active mode line).
5690
5691 * calendar/calendar.el (calendar-mode-line-format): Make fields
5692 mouse-sensitive.
5693 (calendar-read-date, calendar-read-date, calendar-window-list):
5694 Unquote lambda.
5695 (calendar-month-name): Use aref, not sref.
5696
5697 * view.el (minor-mode-alist): Propertize the string.
5698
5699 * international/characters.el (standard-case-table): Add entries
5700 for Greek.
5701
50ac70af
MB
57022000-09-18 Miles Bader <miles@gnu.org>
5703
53c9ab4f
MB
5704 * info.el (info-node, info-xref): Add dark-background variants.
5705
a114b1ca
MB
5706 * faces.el (header-line): Change defaults to be less confusing
5707 when mixed with mode-lines.
5708
50ac70af
MB
5709 * info.el (Info-fontify-node): Make a few cleanups.
5710 Add extra `help-echo' and `local-map' props to node xrefs.
5711 Use header-specific faces for node-names & xrefs.
5712 (Info-use-header-line): New variable.
53c9ab4f 5713 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5714 (Info-setup-header-line): New function.
5715 (Info-select-node): Call Info-setup-header-line when enabled.
5716 (Info-extract-pointer): Work even if the header line is hidden.
5717 (Info-header-line): New variable.
5718
729927ff
SM
57192000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5720
5721 * vms-patch.el (print-region-function): Don't quote lambda.
5722
5723 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5724
5725 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5726 (lm-get-header-re): Allow spaces between the header and the colon.
5727 (lm-header): Allow $ in non-RCS headers.
5728 (lm-header-multiline): Put the strings back into order.
5729 Stop at an empty line. Don't require two space chars if the
5730 line is clearly not another header line.
5731
5732 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5733 (popup-menu-popup): Remove.
5734
7a98d821
GM
57352000-09-15 Gerd Moellmann <gerd@gnu.org>
5736
7f8f1edc
GM
5737 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5738 specification if or if not tool-bar item contains an `:enabled'
5739 property.
5740
7a98d821
GM
5741 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5742 current buffer has no file name.
5743
a7bc704b
DL
57442000-09-15 Dave Love <fx@gnu.org>
5745
5746 * strokes.el: Sync with maintainer's current version with changes
5747 for Emacs, but avoid runtime cl and levents.
5748 (toplevel): Change autoloads and compilation requires.
5749 (strokes-version, strokes-bug-address, strokes-lift): Values
5750 changed.
5751 (strokes-xpm-header, strokes-insinuated): New variable.
5752 (strokes): Add :link.
5753 (strokes-mode): Customized.
5754 (strokes-while-inhibiting-garbage-collector): New macro.
5755 (strokes-remassoc): Avoid remove-if.
5756 (strokes-fix-button2-command): Don't use ad-do-it.
5757 (strokes-insinuate): New function.
5758 (strokes-button-press-event-p, strokes-button-release-event-p):
5759 New functions, used instead of non-`strokes-' versions..
5760 (strokes-mouse-event-p): Rewritten.
5761 (strokes-event-closest-point): Avoid event-point.
5762 (strokes-get-grid-position): Avoid cdadr, caadr
5763 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5764 functions.
5765 (strokes-help): Use with-output-to-temp-buffer.
5766 (strokes-window-configuration-changed-p): New function.
5767 (strokes-update-window-configuration): Use buffer-live-p,
5768 strokes-window-configuration-changed-p.
5769 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5770 (strokes-char-face): New face.
5771 (strokes-char-table, strokes-base64-chars): New variable.
5772 (strokes-xpm-for-stroke, strokes-list-strokes)
5773 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5774 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5775 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5776 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5777 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5778 functions.
5779
47e351a3
GM
57802000-09-15 Gerd Moellmann <gerd@gnu.org>
5781
ebb8f116
GM
5782 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5783
47e351a3
GM
5784 * image.el (create-image): Doc fix.
5785
5786 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5787 instead of `:heuristic-mask t'.
5788
fe83b953
AI
57892000-09-14 Andrew Innes <andrewi@gnu.org>
5790
5791 * makefile.w32-in: Revert to Unix line endings.
5792
52481729
AI
57932000-09-14 Andrew Innes <andrewi@gnu.org>
5794
3021e816
AI
5795 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5796 when installing.
5797
52481729
AI
5798 * makefile.nt (DONTCOMPILE): Fix typo.
5799
5800 * shell.el (shell-write-history-on-exit): New function.
5801 (shell-dumb-shell-regexp): New custom variable.
5802 (shell-mode): Make shell-write-history-on-exit the process
5803 sentinel if shell name matches shell-dumb-shell-regexp.
5804
5805 * w32-fns.el: Comment out before-init-hook function which resets
5806 source-directory based; this breaks bootstrap.
5807
f8034e41
DL
58082000-09-14 Dave Love <fx@gnu.org>
5809
5810 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5811 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5812 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5813 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5814 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5815 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5816 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5817 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5818 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5819
5820 * toolbar/toolbar.el: New.
5821
5822 * subdirs.el: Add toolbar.
5823
b9ce5694
GM
58242000-09-14 Gerd Moellmann <gerd@gnu.org>
5825
5826 * indent.el (indent-for-tab-command): Doc fix.
5827
986b7dee
GM
58282000-09-14 Alex Schroeder <alex@gnu.org>
5829
5830 * ansi-color.el (ansi-colors): Doc change.
5831 (ansi-color-get-face): Simplified regexp.
5832 (ansi-color-faces-vector): Added more faces, doc change.
5833 (ansi-color-names-vector): Doc change.
5834 (ansi-color-regexp): Simplified regexp.
5835 (ansi-color-parameter-regexp): New regexp.
5836 (ansi-color-filter-apply): Doc change.
5837 (ansi-color-filter-region): Doc change.
5838 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5839 deal with zero length parameters.
5840 (ansi-color-apply-on-region): Doc change.
5841 (ansi-color-map): Doc change.
5842 (ansi-color-map-update): Removed debugging message.
5843 (ansi-color-get-face-1): Added condition-case to trap
5844 args-out-of-range errors.
5845 (ansi-color-get-face): Doc change.
5846 (ansi-color-make-face): Removed.
5847 (ansi-color-for-shell-mode): New option.
9b4a7800 5848
076ff911
KH
58492000-09-13 Kenichi Handa <handa@etl.go.jp>
5850
5851 * international/quail.el (quail-start-translation): Translate KEY
5852 if necessary even if it doesn't have any mapping in the current
5853 input method.
5854 (quail-start-conversion): Likewise.
5855 (quail-help): The output message is improved.
5856
bdf08678
MB
58572000-09-13 Miles Bader <miles@gnu.org>
5858
5859 * comint.el (comint-output-filter): Revert to using
5860 `insert-before-markers'. Add bletcherous hack to undo damage
5861 caused by `insert-before-markers'. Put `front-sticky' property on
5862 overlays created here so that the field code understands how the
5863 overlay works. Use a let when making comint-last-prompt-overlay,
5864 so that the code is easier to read.
5865
ffb8db8d
DL
58662000-09-13 Dave Love <fx@gnu.org>
5867
5868 * wid-edit.el (widget-default-format-handler): DTRT when
5869 doc-property is a function.
5870
5dd05f61
GM
58712000-09-12 Francesco Potorti` <pot@gnu.org>
5872
5873 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5874 filed name if it's not there.
5875
35177617
DL
58762000-09-12 Dave Love <fx@gnu.org>
5877
9023837e
DL
5878 * simple.el (read-mail-command): Doc fix.
5879 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5880
35177617
DL
5881 * vc.el (vc-dired-listing-switches): Fix :version.
5882
5883 * vc-hooks.el: Doc fixes.
5884
5885 * subr.el (add-minor-mode): Use toggle-fun arg.
5886
5887 * speedbar.el: Add :version to several defcustoms.
5888
5889 * imenu.el (imenu--truncate-items, imenu--cleanup)
5890 (imenu--generic-function): Avoid mapcar.
5891 (imenu--replace-spaces): Function removed.
5892 (imenu--completion-buffer): Use subst-char-in-string.
5893 (imenu-add-to-menubar): Use keymap inheritance.
5894
1afaae94
MB
58952000-09-12 Miles Bader <miles@gnu.org>
5896
5897 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5898 (diff-mode-map): Bind `diff-test-hunk'.
5899 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5900
59012000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5902
5903 * bytecomp.el (byte-compile-defvar): Undo last change
5904 because it breaks '(make-variable-buffer-local (defvar ...)'
5905 which is used at least in dired.
5906
63c36c3c
KH
59072000-09-12 Kenichi Handa <handa@etl.go.jp>
5908
5909 * international/quail.el (quail-define-package): Docstring
5910 modified.
5911
1ad24be1
KH
59122000-09-12 Kenichi Handa <handa@etl.go.jp>
5913
362a8065
KH
5914 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5915 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5916 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5917 docstring of "chinese-py".
5918
1ad24be1
KH
5919 * international/quail.el (quail-translation-docstring): New
5920 variable.
5921 (quail-show-keyboard-layout): Docstring modified.
5922 (quail-select-current): Likewise.
5923 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5924 infinite recursive call.
5925 (quail-help): Check quail-translation-docstring. Format of the
5926 output changed.
5927 (quail-help-insert-keymap-description): Adjusted for the above
5928 change.
5929
cc0f95a4
GM
59302000-09-11 Gerd Moellmann <gerd@gnu.org>
5931
5932 * bytecomp.el (byte-compile-defvar): Only cons onto
5933 current-load-list in top-level forms. Else this leaks a cons cell
5934 every time a defun is called.
5935
7530b6da
MB
59362000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5937
5938 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5939 Now understands non-unified diffs. Some functionality moved into
5940 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5941 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5942 modify anything. Only reposition point in the patched file if the
5943 patch succeeds. Only pop up another window if POPUP is true.
5944 Emit a message describing what happened if successful, and at what
5945 line-offset. Automatically detect reversed hunks and do something
5946 appropriate.
5947 (diff-hunk-text, diff-find-text): New functions.
5948 (diff-filter-lines): Function removed.
5949 (diff-test-hunk): New function.
5950 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5951
6b124390
DL
59522000-09-10 Dave Love <fx@gnu.org>
5953
5954 * textmodes/tildify.el: Minor doc/commentary fixes.
5955 (tildify) <defgroup>: Add :version.
5956
5957 * faces.el (face-x-resources): Make custom type more specific.
5958 (frame-background-mode): Use mapc.
5959 (region) <defcustom>: Add :version.
5960
7f8b6551
SM
59612000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5962
9b4a7800
TTN
5963 * vc-sccs.el (vc-sccs-register):
5964 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
5965 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
5966 * vc.el (vc-register): Clear file's properties.
5967
c454aac1
GM
59682000-09-08 Gerd Moellmann <gerd@gnu.org>
5969
5970 * faces.el (face-spec-set): Only face-spec-reset-face when
5971 ATTRS is non-nil.
5972
bb934822
EZ
59732000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
5974
5975 * help.el (help-insert-xref-button): Fix a typo in doc string.
5976
03419440
EZ
59772000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5978
7f8b6551
SM
5979 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
5980 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
5981 methods.
5982
03419440
EZ
5983 * menu-bar.el (read-mail-item-name): New function.
5984 (menu-bar-tools-menu): Use it to compute and display the package
5985 used to read email.
5986 (menu-bar-tools-menu): Fix typo in GUD's help string.
5987
dbcee71a
DL
59882000-09-07 Dave Love <fx@gnu.org>
5989
19e713d8
DL
5990 * diff-mode.el (diff-mouse-goto-source): New function.
5991
a7cafade 5992 * vc-sccs.el: Doc fixes.
7f8b6551 5993 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
5994
5995 * vc-rcs.el: Doc fixes.
7f8b6551
SM
5996 (vc-rcs-register-switches, vc-rcs-checkin-switches)
5997 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
5998 (vc-rcs-master-templates): Add or change :version.
5999
7f8b6551 6000 * vc-cvs.el: Doc fixes.
a7cafade
DL
6001 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6002 (vc-cvs-stay-local): Add :version.
6003
dbcee71a
DL
6004 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6005
ed254191
KH
60062000-09-07 Kenichi Handa <handa@etl.go.jp>
6007
6008 * international/quail.el (quail-help): Fix previous change.
6009
ab0ee409
GM
60102000-09-07 Gerd Moellmann <gerd@gnu.org>
6011
f46f845b 6012 * faces.el (color-values): Doc fix.
9b4a7800 6013
ab0ee409
GM
6014 * faces.el (frame-set-background-mode): Use frame-parameter
6015 instead of frame-parameters.
6016
6017 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 6018 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 6019 frame-parameters.
9b4a7800 6020
f7246ac7
KH
60212000-09-07 Kenichi Handa <handa@etl.go.jp>
6022
6023 * language/devan-util.el (devanagari-to-indian-region): In the
6024 loop, change the following char, not preceding char.
6025
96889af2
GM
60262000-09-07 Gerd Moellmann <gerd@gnu.org>
6027
1091dd67
GM
6028 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6029 instead of frame-parameters.
6030
9b4a7800 6031 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
6032 internal-set-lisp-face-attribute with FRAME being 0.
6033
6034 * vc.el: Remove `Id' version control keyword.
96889af2 6035
0fddd0dc
KH
60362000-09-07 Kenichi Handa <handa@etl.go.jp>
6037
6038 * help.el (help-make-xrefs): Adjusted for the change of
6039 help-xref-mule-regexp.
6040 (help-insert-xref-button): New function.
6041
6042 * international/mule-cmds.el (help-xref-mule-regexp-template):
6043 Include the pattern for character set.
6044 (leim): New group.
6045
6046 * international/quail.el: Don't require face.
6047 (quail): New group.
7f8b6551 6048 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
6049 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6050 (quail-keyboard-layout-substitution): New variable.
6051 (quail-update-keyboard-layout): New function.
6052 (quail-keyboard-layout-type): New customizable variable.
6053 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6054 (quail-keyboard-translate): Pay attention to
6055 quail-keyboard-layout-substitution.
6056 (quail-insert-kbd-layout): New function.
6057 (quail-show-keyboard-layout): New function.
6058 (quail-get-translation): If the definition is a vector of length
7f8b6551 6059 1, and the element is a string of length 1, return the character
0fddd0dc
KH
6060 in that string.
6061 (quail-update-current-translations): Fix the case of
6062 relative-index out of range.
6063 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6064 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 6065 Show key sequences for all available characters.
0fddd0dc
KH
6066 (quail-help-insert-keymap-description): Don't show such verbose
6067 key bindings as quail-self-insert-command.
6068
6069 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6070 Format changed, and each element now have extra documentations.
6071 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6072 Adjusted for the change of quail-cxterm-package-ext-info.
6073
8ddceaf1
GM
60742000-09-06 Gerd Moellmann <gerd@gnu.org>
6075
6076 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6077 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6078 during bootstrap.
6079
099bd78a
SM
60802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6081
6082 * vc.el: (toplevel): Don't require `dired' at run-time.
6083 (vc-dired-resynch-file): Remove autoload cookie.
6084
60852000-09-05 Andre Spiegel <spiegel@gnu.org>
6086
6087 * vc.el: Made several backend functions optional.
6088 (vc-default-responsible-p): New function.
6089 (vc-merge): Use RET for first version to trigger merge-news, not
6090 prefix arg.
6091 (vc-annotate): Handle backends that do not support annotation.
6092 (vc-default-merge-news): Removed. The existence of a merge-news
6093 implementation is now checked on caller sites.
6094
9b4a7800 6095 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
6096 case.
6097
9b4a7800 6098 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
6099 special case that has been removed from the default in vc-hooks.el.
6100
61012000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6102
6103 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6104
61052000-09-05 Andre Spiegel <spiegel@gnu.org>
6106
6107 * vc-hooks.el: Require vc during compilation.
6108 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6109 macro `with-vc-properties' in vc.el.
6110 (vc-file-getprop): Doc fix.
6111 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 6112
099bd78a
SM
6113 * vc.el: Require dired-aux during compilation.
6114 (vc-name-assoc-file): Moved to vc-sccs.el.
6115 (with-vc-properties): New macro.
9b4a7800 6116 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
6117 vc-finish-steal): Use it.
6118 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6119 to the backend-specific function is now supposed to do the checkout,
6120 too.
6121 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6122
9b4a7800 6123 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
6124 set file properties; that gets done in the generic code now.
6125
6126 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6127 Changed parameter list, added code from vc.el that does the
6128 checkout, possibly with a double-take.
6129
6130 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6131 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6132 the above under the new name.
6133 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6134 parameter list, added checkout command.
6135 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6136 properties; that gets done in the generic code now.
6137
61382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6139
6140 * vc.el: Docstring fixes (courtesy of checkdoc).
6141
61422000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6143
6144 * vc.el (vc-checkout-writable-buffer-hook)
6145 (vc-checkout-writable-buffer): Remove.
6146 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6147 (vc-log-mode): Make it into a clean derived major mode.
6148 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6149 vc-log-mode if log-edit is not available.
6150 (vc-dired-mode-map): Don't set-keymap-parent yet.
6151 (vc-dired-mode): Do set-keymap-parent here.
6152 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6153
08ba3862
GM
61542000-09-05 Gerd Moellmann <gerd@gnu.org>
6155
6156 * faces.el (set-face-attribute, face-spec-reset-face)
6157 (face-spec-set): Avoid consing by removing calls to `apply'.
6158
6159 * frame.el (frame-parameter): Move to C code.
6160
3b4429b4
DL
61612000-09-05 Dave Love <fx@gnu.org>
6162
6163 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6164 insert-before-markers-and-inherit. Now checked systematically!
6165
877055f6
GM
61662000-09-05 Alex Schroeder <alex@gnu.org>
6167
6168 * sql.el (sql-postgres): Use sql-postgres-options.
6169 (sql-postgres-options): New variable.
6170
61712000-09-05 Alex Schroeder <alex@gnu.org>
6172
6173 * sql.el (sql-mode-menu): Work around missing variable mark-active
6174 in XEmacs.
6175 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6176 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6177 compatibility.
6178
7a004b71
GM
61792000-09-04 Gerd Moellmann <gerd@gnu.org>
6180
54baed30 6181 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 6182
7a004b71
GM
6183 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6184
6185 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6186
61872000-09-04 Andre Spiegel <spiegel@gnu.org>
6188
6189 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6190 don't support anything else under SCCS yet.
6191
6192 * vc-hooks.el: Minor doc fixes.
6193
61942000-09-04 Andre Spiegel <spiegel@gnu.org>
6195
6196 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6197 not necessary. If verbose in state `needs-patch', do the same as
6198 under `up-to-date'. When NOT verbose and `needs-patch', check out
6199 latest version instead of `merge-news'.
6200 (vc-next-action-dired): Don't mess with default-directory here; it
6201 breaks other parts of dired. It is the job of the
099bd78a 6202 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
6203 (vc-next-action): Remove a special CVS case.
6204 (vc-clear-headers): New optional arg FILE.
6205 (vc-checkin, vc-checkout): Set properties vc-state and
6206 vc-checkout-time properly.
099bd78a 6207 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
6208 (vc-print-log): Use new backend function `show-log-entry'.
6209 (vc-cancel-version): Do the checks in a different order. Added a
6210 FIXME concerning RCS-only code.
6211
6212 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6213 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6214
6215 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6216
9b4a7800 6217 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
6218 `needs-patch' as a `-' too.
6219
62202000-09-04 Andre Spiegel <spiegel@gnu.org>
6221
6222 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6223 (vc-default-could-register): New function.
6224 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6225 (vc-resynch-buffer): Call vc-dired-resynch-file.
6226 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6227 vc-resynch-buffer instead of vc-resynch-window.
6228 (vc-next-action-dired): Don't redisplay here, that gets done as a
6229 result of the individual file operations.
6230 (vc-retrieve-snapshot): Corrected prompt order.
6231
6232 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 6233
7a004b71
GM
6234 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6235 as well.
6236 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6237 hostname regexps. Updated all callers.
6238 (vc-cvs-responsible-p): Handle directories as well.
6239 (vc-cvs-could-register): New function.
6240 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6241 properties up-to-date.
9b4a7800 6242
7a004b71
GM
6243 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6244 user whether to create one.
6245
62462000-09-04 Andre Spiegel <spiegel@gnu.org>
6247
6248 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6249 check out a non-existing file.
6250
6251 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6252 workfile does not exist.
6253
6254 * vc.el (vc-version-diff): Use `require' to check for existence of
6255 diff-mode.
6256
62572000-09-04 Andre Spiegel <spiegel@gnu.org>
6258
6259 * vc-cvs.el (vc-cvs-registered): Use new function
6260 vc-cvs-parse-entry to do the actual work.
6261
62622000-09-04 Andre Spiegel <spiegel@gnu.org>
6263
6264 * vc-hooks.el (vc-find-backend-function): If function doesn't
6265 exist, return nil instead of error.
6266 (vc-call-backend): Doc fix.
6267
6268 * vc.el (vc-do-command): Doc fix.
6269 (vc-finish-logentry): When checking in from vc-dired, choose the
6270 right backend for logentry check.
6271 (vc-dired-mode-map): Inherit from dired-mode-map.
6272 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6273 simplified.
6274 (vc-dired-state-info): Removed, updated caller.
6275 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6276 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6277 (vc-dired-listing-switches): New variable.
6278 (vc-directory): Use it, instead of dired-listing-switches.
6279
6280 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6281 (vc-cvs-dir-state): New function.
7f8b6551 6282 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
6283 (vc-cvs-parse-entry): New function, also to be used in
6284 vc-cvs-registered.
9b4a7800 6285
7a004b71
GM
62862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6287
6288 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6289 *or* single-window-frames.
6290
62912000-09-04 Andre Spiegel <spiegel@gnu.org>
6292
6293 * vc.el (vc-update-changelog): Split into generic part and default
6294 implementation. Doc string adapted.
6295 (vc-default-update-changelog): New function. Call the `rcs2log'
6296 script in exec-directory, to fix a long-standing nuisance.
6297
6298 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6299 simply signals an error.
9b4a7800 6300
7a004b71
GM
63012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6302
6303 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6304 control-flow more clear and to avoid running `cvs' twice.
6305
6306 * vc.el (vc-next-action-on-file): Doc fix.
6307 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6308 (vc-print-log): Eval `file' before constructing the continuation.
6309
63102000-09-04 Andre Spiegel <spiegel@gnu.org>
6311
6312 * vc.el (vc-next-action-on-file): Corrected several messages.
6313 (vc-merge): Add prefix arg `merge-news'; handle it.
6314
6315 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6316 is not reached. It is.
6317 (vc-cvs-merge): Set state to 'edited after merge.
6318 (vc-cvs-merge-news): Set workfile version to nil if not known.
6319 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6320
6321 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6322 via stdout. (Merge from main line.)
9b4a7800 6323
7a004b71
GM
63242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6325
6326 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6327 detection.
6328
63292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6330
6331 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6332 against kill-all-local-variables.
6333 (vc-log-edit): Don't save vc-parent-buffer any more.
6334 (vc-last-comment-match): Initialize to an empty string.
6335 (vc-post-command-functions): New hook.
6336 (vc-do-command): Run it.
6337 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6338 (vc-finish-logentry): Only add the comment to the ring if it's
6339 different from the last comment entered.
6340 (vc-new-comment-index): New function.
6341 (vc-previous-comment): Use it. Make the minibuffer message
6342 slightly less terse.
6343 (vc-comment-search-reverse): Make it work forward as well. Don't
6344 set vc-comment-ring-index if no match is found. Use
6345 vc-new-comment-index.
6346 (vc-comment-search-forward): Use vc-comment-search-reverse.
6347 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6348 define-derived-mode will do it for us. Bind `v' to a keymap that
6349 inherits from vc-prefix-map so that we can bind `vt' without
6350 binding C-x v t.
6351 (vc-retrieve-snapshot): Parenthesis typo.
6352
6353 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6354 to 1. Make sure to switch to *vc* before looking for an error
6355 message. Use vc-parse-buffer.
6356
63572000-09-04 Andre Spiegel <spiegel@gnu.org>
6358
6359 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6360 and NAME.
6361 (vc-retrieve-snapshot): Split into two parts.
6362 (vc-default-retrieve-snapshot): New function.
6363
6364 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6365 (vc-cvs-retrieve-snapshot): New function (untested).
6366 (vc-cvs-stay-local): Default to t.
6367 (vc-cvs-remote-p): New function and property.
6368 (vc-cvs-state): Stay local only if the above is t.
6369 (vc-handle-cvs): Removed.
6370 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6371 done via vc-handled-backends now.
6372 (vc-cvs-header): Escape Id.
6373
63742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6375
6376 * vc.el (vc-do-command): Remove unused commands.
6377 (vc-version-diff): Make sure default-directory ends with a slash.
6378 Move the window commands into a vc-exec-after.
6379 (vc-print-log): Move more of the code into the `vc-exec-after'.
6380
63812000-09-04 Andre Spiegel <spiegel@gnu.org>
6382
6383 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6384 (vc-print-log): Search current revision from beginning of buffer.
6385 (vc-revert-buffer): Clear echo area after the diff is finished.
6386 (vc-prefix-map): Removed definition of "t" for terse display in vc
6387 dired.
6388 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6389 definition of "vt" for terse display.
6390 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6391
63922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6393
6394 * vc.el (vc-exec-after): Avoid caddr.
6395
63962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6397
6398 * vc.el (vc-exec-after): New function.
6399 (vc-do-command): Use it to add a termination message for async
6400 procs.
6401 (vc-checkout): Try to handle a missing-backend situation.
6402 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6403 of a directory with a backend using async diffs.
6404 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6405 present.
6406
6407 * vc-sccs.el (vc-sccs-state-heuristic): Use
6408 file-ownership-preserved-p.
6409
6410 * vc-rcs.el (vc-rcs-state-heuristic): Use
6411 file-ownership-preserved-p.
6412 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6413
64142000-09-04 Andre Spiegel <spiegel@gnu.org>
6415
6416 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6417 vc-do-command.
6418
6419 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6420 when there are no changes.
6421
64222000-09-04 Andre Spiegel <spiegel@gnu.org>
6423
6424 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6425
6426 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6427
64282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6429
6430 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6431
6432 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6433 the `fset' outside of the defvar so that it works even if
6434 vc-prefix-map was already defined.
6435 (vc-setup-buffer): New function, split out of vc-do-command.
6436 (vc-do-command): Allow BUFFER to be t to mean `just use the
6437 current buffer without any fuss'.
6438 (vc-version-diff): Change the `diff' backend operation to just put
6439 the diff in the current buffer without erasing it. Always use
6440 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6441 shrink-window-if-larger-than-buffer.
6442 (vc-print-log): Change the `print-log' backend operation to just
6443 put the log in the current buffer without erasing it. Protect
6444 shrink-window-if-larger-than-buffer.
6445 (vc-update-change-log): Fix setd typo.
6446
6447 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6448 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6449
6450 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6451 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6452 CMP.
6453
6454 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6455 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6456 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6457
64582000-09-04 Andre Spiegel <spiegel@gnu.org>
6459
6460 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6461 not possible, use vc-BACKEND-workfile-unchanged-p.
6462 (vc-default-workfile-unchanged-p): New function. Delegates to a
6463 full vc-BACKEND-diff.
6464
6465 * vc-hooks.el (vc-simple-command): Removed.
6466
6467 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6468 instead of vc-simple-command.
6469 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6470 avoid doing a diff when opening a file.
6471 (vc-rcs-state): Added check for unlocked-changes.
6472 (vc-rcs-header): Escape Id.
6473 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6474 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6475 version.
6476
6477 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6478 (vc-sccs-diff): Remove optional arg CMP.
6479 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6480 SCCS-specific function.
6481
6482 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6483 vc-simple-command.
6484
64852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6486
6487 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6488 (with-vc-file, vc-merge): Use vc-editable-p.
6489 (vc-do-command): Remove unused var vc-file and fix the
6490 doubly-defined `status' var. Add a user message when starting an
6491 async command.
6492 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6493 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6494 Use with-current-buffer.
6495 (vc-buffer-sync): Use unless.
6496 (vc-next-action-on-file): If the file is 'edited by read-only,
6497 make it read-write instead of trying to commit.
6498 (vc-version-diff, vc-update-change-log): Use `setq
6499 default-directory' rather than `cd'.
6500 (vc-log-edit): Don't forget to set default-directory in the
6501 buffer.
6502
6503 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6504 (vc-sccs-state-heuristic): Use file-writable-p instead of
6505 comparing userids.
6506 (vc-sccs-checkout): Use `unless'.
6507
6508 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6509 of comparing userids.
6510 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6511 Simplify the logic by eliminating unreachable code.
6512 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6513 just do a recursive call if we need to retry.
6514 (vc-rcs-checkout): Handle the case where rcs is missing by making
6515 the buffer read-write if requested and re-signalling the error.
6516
6517 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6518
65192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6520
6521 * vc-hooks.el (vc-handled-backends): Docstring change.
6522 (vc-ignore-vc-files): Mark obsolete.
6523 (vc-registered): Check vc-ignore-vc-files.
6524 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6525 vc-ignore-vc-files.
6526
6527 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6528
65292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6530
6531 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6532 files since ange-ftp already has vc-registered return nil.
6533
6534 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6535 (vc-sccs-workfile-version): Use with-temp-buffer and new
6536 vc-parse-buffer and don't bother setting the property.
6537 (vc-sccs-add-triple): Use with-current-buffer and
6538 find-file-noselect.
6539 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6540
6541 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6542 derives from the old vc-parse-buffer but uses the revision number
6543 rather than the date (much easier to compare robustly).
6544 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6545 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6546 locking-user more directly. Check strict locking and set
6547 checkout-model appropriately.
6548 (vc-rcs-parse-locks): Remove.
6549 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6550 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6551 (vc-rcs-system-release): Use with-current-buffer and
6552 vc-parse-buffer.
6553 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6554
6555 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6556 (vc-simple-command): Docstring fix.
6557 (vc-registered): Align the way the file-handler is called with the
6558 way the function itself works.
6559 (vc-file-owner): Remove.
6560
6561 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6562 extraction of fields and call to file-attributes because of a
6563 temporary bug in rcp.el.
6564 (vc-cvs-fetch-status): Use with-current-buffer.
6565
65662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6567
6568 * vc.el (vc-do-command): Use file-relative-name.
6569 (vc-responsible-backend): Use vc-backend if possible.
6570 (vc-create-snapshot): Improve the `interactive' spec. Add support
6571 for branches and dispatch to backend-specific `create-snapshot'.
6572 (vc-default-create-snapshot): New function, containing the bulk of
6573 the old vc-create-snapshot.
6574 (vc-retrieve-snapshot): Improve the interactive spec.
6575
6576 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6577 (vc-backend-hook-functions): Remove.
6578 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6579 (vc-backend): Reintroduce the test for `file = nil' now that I
6580 know why it was there (and added a comment to better remember).
6581
6582 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6583 code from vc-sccs-hooks.el.
6584 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6585 'vc anymore.
6586 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6587 and file-directory-p instead of file-exists-p.
6588 (vc-sccs-check-headers): Simplify the regexp.
6589
6590 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6591 from vc-rcs-hooks.el. Don't require 'vc anymore.
6592 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6593 file-directory-p instead of file-exists-p.
6594
6595 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6596 from vc-cvs-hooks.el.
6597 (proto vc-cvs-registered): Require 'vc-cvs instead of
6598 'vc-cvs-hooks. Don't require 'vc anymore.
6599 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6600 file-directory-p instead of file-exists-p.
6601 (vc-cvs-create-snapshot): New function, replacing
6602 vc-cvs-assign-name.
6603 (vc-cvs-assign-name): Remove.
6604
66052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6606
6607 * vc-cvs.el (vc-cvs-header): New var.
6608
6609 * vc-rcs.el (vc-rcs-exists): Remove.
6610 (vc-rcs-header): New var.
6611
6612 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6613 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6614 (vc-sccs-header): New var.
6615
6616 * vc.el (vc-do-command): Get rid of the `last' argument.
6617 (vc-header-alist): Remove, replaced by vc-X-header.
6618 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6619 (vc-dired-hook): Use expand-file-name instead of concat.
6620 (vc-directory): Use file-name-as-directory.
6621 (vc-snapshot-precondition, vc-create-snapshot)
6622 (vc-retrieve-snapshot): Allow the command to operate on any
6623 directory.
6624
6625 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6626 just removing the 'WORKFILE argument or by removing the 'MASTER
6627 argument and replacing `file' with (vc-name file).
6628
66292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6630
6631 * vc.el: Update Copyright and add a crude list of backend funs.
6632 (vc-writable-p): New function.
6633 (with-vc-file): Use vc-writable-p.
7f8b6551 6634 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
6635 (vc-register): Avoid vc-name.
6636 (vc-locking-user): Remove.
6637 (vc-steal-lock): Make the `owner' arg non-optional.
6638 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6639 vc-checkout-model.
6640 (vc-default-dired-state-info): Use vc-state instead of
6641 vc-locking-user and return special strings for special states.
6642 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6643 and get rid of one of the special CVS cases.
6644 (vc-cancel-version): prettify error message with \\[...].
6645 (vc-rename-master): New function.
6646 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6647 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6648 the CVS special case generic.
6649 (vc-default-record-rename): Remove.
6650 (vc-file-tree-walk-internal): Only call FUNC for files that are
6651 under control of some VC backend and replace `concat' with
6652 expand-file-name.
6653 (vc-file-tree-walk): Update docstring.
6654 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6655 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6656
6657 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6658 vc-sccs-record-rename. Use `find-file-noselect' rather than
6659 `find-file' and call `vc-rename-master' to do the actual move.
6660 (vc-sccs-diff): Remove unused `backend' variable.
6661
6662 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6663 to delay loading of vc-sccs until it is really used.
6664 (vc-sccs-master-templates): Preload.
6665 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6666 (vc-sccs-project-dir): Remove (merged into
6667 vc-sccs-search-project-dir).
6668 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6669 rather than `concat', make sure it is preloaded and don't bother
6670 to check that the file actually exists.
6671 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6672 `locks' argument (use buffer's content instead) and eliminate n^2
6673 behavior.
6674
6675 * vc-rcs.el: Update Copyright.
6676 (vc-rcs-rename-file): New function.
6677 (vc-rcs-diff): Remove unused `backend' variable.
6678
6679 * vc-hooks.el: Update Copyright.
6680 (vc-backend): Don't accept a nil argument any more.
6681 (vc-up-to-date-p): Turn into a defsubst.
6682 (vc-possible-master): New function.
6683 (vc-check-master-templates): Use `vc-possible-master' and allow
6684 funs in vc-X-master-templates to return a non-existent file.
6685
6686 * vc-cvs.el: Update Copyright.
6687 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6688 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6689
6690 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6691
66922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6693
6694 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6695 since it can be called from vc-rcs.el.
6696 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6697
66982000-09-04 Andre Spiegel <spiegel@gnu.org>
6699
6700 * vc.el (vc-version-diff): Expand file name read from the
6701 minibuffer. Handle the case when a previous version number can't
6702 be guessed. Give suitable messages when there were no differences
6703 found.
6704 (vc-clear-headers): Call backend-specific implementation, if one
6705 exists.
6706 (vc-cancel-version): Made error checks generic. When done, clear
6707 headers generically, too.
6708
6709 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6710 from vc-clear-headers in vc.el.
6711
6712 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6713 correctly.
6714 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6715 optional. Handle the case when it's not there.
6716
67172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6718
6719 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6720
67212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6722
6723 * vc-hooks.el (vc-loadup): Remove.
6724 (vc-find-backend-function): Use `require'. Also, handle the case
6725 where vc-BACKEND-hooks.el doesn't exist.
6726 (vc-call-backend): Cleanup.
6727
67282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6729
6730 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6731 vc-rcs-grab-templates)
6732 (vc-rcs-registered): Remove. The default function works as well.
6733 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6734 vc-sccs-grab-templates)
6735 (vc-sccs-registered): Remove. The default function works as well.
6736
6737 * vc.el (vc-version-diff): Left out a vc- in call to
6738 vc-call-backend.
6739 (vc-default-dired-state-info, vc-default-record-rename)
6740 (vc-default-merge-news): Update for the new backend argument.
6741
6742 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6743 using the default function.
6744 (vc-call-backend): If calling the default function, pass it the
6745 backend as first argument. Update the docstring accordingly.
6746 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6747 for the new backend argument.
6748 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6749 (vc-find-backend-function): Use the new name.
6750 (vc-default-registered): New function.
6751
67522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6753
6754 * vc.el (vc-merge): Use vc-find-backend-function.
6755
6756 * vc-hooks.el (vc-backend-functions): Remove.
6757 (vc-loadup): Don't setup 'vc-functions.
6758 (vc-find-backend-function): New function.
6759 (vc-call-backend): Use above fun and populate 'vc-functions
6760 lazily.
6761 (vc-backend-defines): Remove.
6762
67632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6764
6765 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6766 Call vc-call-backend without the leading vc-.
6767 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6768 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6769 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6770 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6771 Call vc-call-backend without the leading vc-.
6772
6773 * vc-cvs.el (tail): Provide vc-cvs.
6774 * vc-sccs.el (tail): Provide vc-sccs.
6775 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6776
6777 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6778 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6779 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6780 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6781 (vc-call-backend): Always try to load vc-X-hooks.
6782 (vc-registered): Remove vc- in call to vc-call-backend.
6783
67842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6785
6786 * vc.el (vc-process-filter): New function.
6787 (vc-do-command): Setup `vc-process-filter' for the async process.
6788 (vc-maybe-resolve-conflicts): New function to reduce
6789 code-duplication. Additionally, it puts the buffer in
6790 `smerge-mode' if applicable.
6791 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6792 calling `merge-news'.
7f8b6551 6793 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6794 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6795 interfacing to log-edit.el.
6796 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6797 log-edit is available.
6798 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6799
68002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6801
6802 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6803 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6804 defvar and the initialization.
6805 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6806
6807 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6808 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6809
7f8b6551 6810 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6811
68122000-09-04 Andre Spiegel <spiegel@gnu.org>
6813
6814 * vc.el (vc-file-clear-masterprops): Removed.
6815 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6816 (vc-version-diff): Use buffer-size without argument.
6817 (vc-register): Heed vc-initial-comment.
6818
6819 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6820 default branch.
6821
6822 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6823 file name and workfile version.
6824 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6825
6826 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6827 vc-file-clear-masterprops.
6828
6829 * vc-sccs.el (vc-sccs-checkout): Removed call to
6830 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6831 rather than user login name.
6832
6833
68342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6835
6836 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6837 `want-differences-if-changed' and simplify.
6838 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6839 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6840 output (which is invalid for async vc-diff) to decide whether to
6841 do the revert silently or not.
6842
68432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6844
6845 * vc-hooks.el (vc-loadup): Load files quietly.
6846 (vc-call-backend): Oops, brain fart.
6847
68482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6849
6850 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6851 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6852
68532000-09-04 Andre Spiegel <spiegel@gnu.org>
6854
6855 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6856 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6857 vc-state or vc-up-to-date-p.
6858 (vc-merge): Use vc-backend-defines to check whether merging is
6859 possible. Set state to 'edited after successful merge.
6860
6861 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6862 return that name. Redocumented.
6863
68642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6865
6866 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6867 new `vc-state' semantics.
6868 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6869 'vc-locking-user to the current user.
6870 (vc-merge): Inline vc-backend-merge. Comment out code that I
6871 don't understand and hence can't adapt to the new `vc-state' and
6872 `vc-locking-user' semantics.
6873 (vc-backend-merge): Remove.
6874
6875 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6876 rather than 'vc-locking-user.
6877
6878 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6879
6880 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6881 (vc-state): Don't use 'reserved any more. Just use the same
6882 convention as the one used for vc-<backend>-state where the
6883 locking user (as a string) is returned.
6884 (vc-locking-user): Update, based on the above convention. The
6885 'vc-locking-user property has disappeared.
7f8b6551 6886 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6887
6888 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6889 with a heuristic one.
6890 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6891 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6892 error. That allows us to get to 'needs-merge even in the
6893 stay-local case. There's still no way to detect 'needs-patch in
6894 such a setup (or to force an update for that matter).
6895 (vc-cvs-logentry-check): Remove, the default works as well.
6896
68972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6898
7f8b6551 6899 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6900
6901 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6902 major-mode in which the buffer might have been put earlier. Use
6903 `remove' and `when'. Allow `okstatus' to be `async' and use
6904 `start-process' in this case.
6905 (vc-version-diff): Handle the case where the diff looks empty
6906 because of the use of an async process.
6907
69082000-09-04 Andre Spiegel <spiegel@gnu.org>
6909
6910 * vc.el (vc-next-action-on-file): Removed optional parameter
6911 `simple'. Recompute state unconditionally.
6912 (vc-default-toggle-read-only): Removed.
6913
6914 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6915 (vc-toggle-read-only): Undid prev change.
6916
6917 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6918 vc-cvs-simple-toggle. Redocumented.
6919 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6920 (vc-cvs-toggle-read-only): Removed.
6921
69222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6923
7f8b6551 6924 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6925 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6926 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6927 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6928 still is. So maybe it should be removed.
6929 (vc-head-version, vc-find-binary): Remove.
6930 (vc-recompute-state): Move from vc-hooks.el.
6931 (vc-next-action-on-file): Add a `simple' argument to allow
6932 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6933 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6934 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6935 (vc-dired-mode-map): Properly defvar it.
6936 (vc-print-log): Call log-view-mode if available.
6937 (small-temporary-file-directory): defvar instead of use boundp.
6938 (vc-merge-news): Moved to vc-cvs.el.
6939 (vc-default-merge-news): New function.
6940
6941 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6942 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6943 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6944 unknown `vc-latest-version' function. It should probably refer to
6945 vc-workfile-version or somesuch, but it's very unclear to me and I
6946 don't have SCCS to test things.
6947
6948 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6949 (vc-sccs-state-heuristic): Fix typo.
6950 (vc-sccs-workfile-unchanged-p): Add missing argument.
6951
6952 * vc-rcs.el: Require vc and vc-rcs-hooks.
6953 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6954 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6955 (vc-release-greater-or-equal-p): Move from vc.
6956 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6957 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6958 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6959 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6960
6961 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6962 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6963 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6964 than the apparently unbound `workfile-version'.
6965
6966 * vc-hooks.el (vc-master-templates): Def the obsolete var.
6967 (vc-file-prop-obarray): Use `make-vector'.
6968 (vc-backend-functions): Add new hookable functions
6969 vc-toggle-read-only, vc-record-rename and vc-merge-news.
6970 (vc-loadup): If neither backend nor default functions exist, use
6971 the backend function rather than nil.
6972 (vc-call-backend): If the function if not bound yet, try to load
6973 the non-hook file to see if it provides it.
6974 (vc-call): New macro plus use it wherever possible.
6975 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
6976 nor `vc-find-binary' since it's only called from
7f8b6551 6977 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
6978 (vc-checkout-model): Fix parenthesis.
6979 (vc-recompute-state, vc-prefix-map): Move to vc.el.
6980
7f8b6551 6981 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
6982 (vc-cvs-release, vc-cvs-system-release): Remove.
6983 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
6984 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
6985 status symbols.
6986 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
6987 (vc-cvs-toggle-read-only): First cut at a function to allow a
6988 cvs-status-free vc-toggle-read-only.
6989 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
6990 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
6991 vc-cvs-status. Also set vc-state rather than vc-locking-user.
6992 (vc-cvs-checkout): Modify access rights directly if the user
6993 requested not to use `cvs edit'. And refresh the mode line.
6994
6995 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
6996 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
6997
69982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6999
7000 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7001 workfile' that got lost when the code was extracted from vc.el.
7002 And merged the tail with the rest of the code (not possible in the
7003 old vc.el where the tail was shared among all backends). And
7004 explicitly set the state to 'edited if `writable' is set.
7005
7006 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7007 (vc-cvs-state): Be careful to return the value from
7008 vc-cvs-parse-state.
7009 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7010 property but return it instead. Also be careful to handle a nil
7011 or "" `rev' when workfile is non-nil (it was handled properly when
7012 workfile was nil).
7013
7014 * vc.el: Removed those pesky unnecessary `(function' quotes.
7015 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7016 directly in the defvar.
7017 (vc-do-command): Bind inhibit-read-only so as to properly handle
7018 the case where the destination buffer has been made read-only.
7019 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 7020 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
7021 (vc-annotate-mode-variables): Removed (code moved partly to
7022 defvars and partly to vc-annotate-add-menu).
7023 (vc-annotate-mode): Turned into a derived-mode.
7024 (vc-annotate-add-menu): Moved in code in
7025 vc-annotate-mode-variables.
7026 (vc-update-change-log): Use make-temp-file if available.
7027
70282000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7029
7030 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7031 `vc-checkout-model' updated to `vc-cvs-update-model'.
7032
70332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7034
7035 * vc.el (vc-next-action-on-file): Added handling of state
7036 `unlocked-changes'.
7037 (vc-checkout-carefully): Is now practically obsolete, unless the
7038 above is too slow to be enabled unconditionally.
7039 (vc-update-change-log): Fixed typo.
7040
7041 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7042
7f8b6551
SM
7043 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7044 Now handles state `unlocked-changes'.
7045 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
7046
7047 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7048
7049 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7050 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7051 `unlocked-changes'.
7052 (vc-rcs-workfile-unchanged-p): Renamed from
7053 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7054 function yet, but supposed to become one soon.
7055
7056 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7057 `vc-steal-lock'.
7058 (vc-call-backend): Changed error message.
7059 (vc-state): Added description of state `unlocked-changes'.
7060
70612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7062
7063 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7064 always return t in CVS-controlled directories.
7065
7066 * vc.el (vc-responsible-backend): New function.
7067 (vc-register): Largely rewritten.
7068 (vc-admin): Removed (implementation moved into vc-register).
7069 (vc-checkin): Redocumented.
7070 (vc-finish-logentry): If no backend defined yet (because we are in
7071 the process of registering), use the responsible backend.
7072
7073 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7074 Updated function lists.
7075 (vc-call-backend): Fixed typo.
7076
7f8b6551
SM
7077 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7078 New functions.
7079 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7080 Removed query option. Redocumented.
7a004b71
GM
7081
70822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7083
7084 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7085
7086 * vc.el: Updated callers of `vc-checkout-required' to use
7087 `vc-checkout-model'.
7088
70892000-09-04 Martin Lorentzson <martinl@gnu.org>
7090
7091 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7092 stuff updated to reference this function instead of the old
7093 `vc-backend-release-p'.
7094
70952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7096
7097 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7098 vc-checkout-model. Return appropriate values. Updated callers.
7099
71002000-09-04 Martin Lorentzson <martinl@gnu.org>
7101
7f8b6551 7102 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
7103 (vc-backend-revert): Function moved into `vc-revert';
7104 `vc-next-action' must be updated to accomodate this change.
7105 (vc-backend-steal): Function moved into `vc-finish-steal'.
7106 (vc-backend-logentry-check): Function moved into
7107 `vc-finish-logentry'.
7108 (vc-backend-printlog): Function moved into `vc-print-log'.
7109 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7110 (vc-backend-assign-name): Function moved into
7111 `vc-create-snapshot'.
7112
71132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7114
7115 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
7116 Rename to vc-checkout-model. Return appropriate values.
7117 Update callers.
7a004b71 7118
7f8b6551 7119 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 7120 to vc-checkout-model.
7f8b6551
SM
7121 (vc-checkout-required): Rename to vc-checkout-model.
7122 Re-implement and re-comment.
7a004b71
GM
7123 (vc-after-save): Use vc-checkout-model.
7124
71252000-09-04 Martin Lorentzson <martinl@gnu.org>
7126
7f8b6551
SM
7127 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7128 Update to use the vc-BACKEND-diff functions instead.
7129 `vc-diff' is now working.
7a004b71 7130
7f8b6551 7131 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 7132
7f8b6551 7133 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
7134
7135 * vc-sccs.el (vc-sccs-diff): Function changed name from
7136 `vc-backend-diff'. This makes `vc-diff' work.
7137
7f8b6551 7138 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 7139 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 7140 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
7141 signaled during `vc-after-save'.
7142
7f8b6551
SM
7143 * vc.el: Fix typo.
7144 This checkin is made with our new VC code base for the very first time.
7145 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
7146
7147 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7148 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7149
7150 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7151 updated to `vc-uses-locking'.
7f8b6551 7152 (vc-checkout-required): Call to backend function.
7a004b71
GM
7153 `vc-checkout-required' updated to `vc-uses-locking' instead.
7154
7155 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7156 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7157
7f8b6551 7158 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 7159 to match the split into various backends.
7f8b6551 7160 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
7161 (vc-retrieve-snapshot): Bug fix.
7162
71632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7164
7165 * vc-sccs.el (vc-sccs-release): Doc fix.
7166
71672000-09-04 Martin Lorentzson <martinl@gnu.org>
7168
7169 * vc.el (vc-next-action-on-file): Bug found and fixed.
7170 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7171 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7172
7173 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7174 (vc-rcs-checkout): Name space cleaned up. No more revision number
7175 crunching function names that are not prefixed with vc-rcs.
7176 (vc-rcs-checkout-model): Function added. References to
7177 `vc-checkout-model' replaced.
7178
71792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7180
7181 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7182 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7183 still need to be split, and implemented for RCS).
7184
71852000-09-04 Martin Lorentzson <martinl@gnu.org>
7186
7187 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7188
7189 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7190 required by the vc.el file.
7191
7192 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7193 required by the vc.el file.
7194 (vc-rcs-exists): Function added.
7195
7196 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7197 required by the vc.el file.
7198
7199 * vc.el (vc-admin): Updated to handle selection of appropriate
7200 backend. Current implementation is crufty and need re-thinking.
7201
7202 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7203
72042000-09-04 Martin Lorentzson <martinl@gnu.org>
7205
7206 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7207 beginning of annotate buffers correctly.
7208
7209 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7210 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7211 functionality updated quite a lot to support multiple backends.
7212 Variables `vc-annotate-mode', `vc-annotate-buffers',
7213 `vc-annotate-backend' added.
7214
7215 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7216 `vc-annotate-difference' added to supported backend functions.
7217
72182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7219
7220 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7221 Use with-temp-file instead of /bin/sh. Merged from mainline
7222
72232000-09-04 Martin Lorentzson <martinl@gnu.org>
7224
7225 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7226
7227 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7228
7229 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7230
72312000-09-04 Martin Lorentzson <martinl@gnu.org>
7232
7233 * vc-hooks.el: vc-state-heuristic added to
7234 vc-backend-hook-functions.
7235
7236 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7237
7238 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7239
7f8b6551
SM
7240 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7241 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
7242 state to `reserved'.
7243
7244 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7245 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7246
72472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7248
7f8b6551 7249 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
7250 untouched.
7251
7f8b6551 7252 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 7253
7f8b6551 7254 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
7255 if defined. (Merged from main line, slightly adapted.)
7256
7257 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7258 millenium problem (merged from mainline).
7259
72602000-09-04 Martin Lorentzson <martinl@gnu.org>
7261
7262 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7263 part and moved the non-BACKEND stuff to vc.el.
7264
7265 * vc.el: Split the annotate feature into a BACKEND specific part
7266 and moved it from the vc-cvs.el file to this one.
7267
72682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7269
7f8b6551
SM
7270 * vc-hooks.el: Implement new state model.
7271 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7272 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 7273 locked by somebody else.
7f8b6551 7274 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
7275 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7276 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 7277 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 7278
7f8b6551
SM
7279 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7280 Various simplifications and adaptations all over the place.
7a004b71 7281
7f8b6551
SM
7282 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7283 Simplify and adapt the rest.
7a004b71 7284
7f8b6551 7285 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 7286 interaction with view mode according to recent RCS change.
7f8b6551 7287 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
7288
72892000-09-04 Martin Lorentzson <martinl@gnu.org>
7290
7f8b6551 7291 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
7292
72932000-09-04 Martin Lorentzson <martinl@gnu.org>
7294
7295 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7296 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7297 (vc-minor-part, vc-previous-version): Functions that operate and
7298 compare revision numbers got proper documentation. Comments added
7299 about their possible removal.
7300
73012000-09-04 Martin Lorentzson <martinl@gnu.org>
7302
7303 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7304 the vc-backend.el files.
7305
7306 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7307
7308 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7309 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7310 (vc-rcs-previous-version): Functions added.
7311
7312 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7313
7314 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7315
73162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7317
7318 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 7319 Comment out the definition for now. What is the right procedure
7a004b71
GM
7320 to get rid of it?
7321 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7322 rewritten.
7f8b6551 7323 (vc-default-registered): Remove.
7a004b71
GM
7324 (vc-check-master-templates): New function; does mostly what the
7325 above did before.
7326 (vc-locking-user): Don't rely on the backend to set the property.
7327
7328 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 7329 Rewrite documentation.
7a004b71
GM
7330 (vc-rcs-templates-grabbed): New variable.
7331 (vc-rcs-grab-templates): New function.
7f8b6551 7332 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
7333
7334 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 7335 Rewrite documentation.
7a004b71
GM
7336 (vc-sccs-templates-grabbed): New variable.
7337 (vc-sccs-grab-templates): New function.
7f8b6551
SM
7338 (vc-sccs-registered): Rewrite to use above mechanism.
7339 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7340 Don't throw the result, simply return it.
7a004b71 7341
7f8b6551
SM
7342 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7343 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7344 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 7345
7f8b6551 7346 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
7347 from main line.
7348
73492000-09-04 Martin Lorentzson <martinl@gnu.org>
7350
7f8b6551 7351 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 7352
7f8b6551 7353 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 7354
7f8b6551
SM
7355 * vc-rcs.el (vc-rcs-diff): New function.
7356 (vc-rcs-checkout): Bug (typo) found and fixed.
7357 (vc-rcs-register-switches): New variable.
7a004b71
GM
7358
7359 * vc.el (vc-backend-diff): Function removed and placed in the
7360 backend files.
7361
73622000-09-04 Martin Lorentzson <martinl@gnu.org>
7363
7364 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7365
7366 * vc.el (vc-backend-checkout): Function removed and replaced in
7367 the vc-backend.el files.
7368
7369 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7370
7371 * vc.el (vc-backend-admin): Removed and replaced in the
7372 vc-backend.el files.
7373
7374 * vc.el (Martin): Removed all the annotate functionality since it
7375 is CVS backend specific.
7376
73772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7378
7379 * spec.txt: Added specification of vc-state.
7380
7381 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 7382 Remove handling of vc-latest-version and
7a004b71
GM
7383 vc-your-latest-version. What used to be vc-latest-version, is now
7384 returned as vc-workfile-version.
7f8b6551 7385 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
7386
73872000-09-04 Dave Love <fx@gnu.org>
7388
7389 * vc.el: [Merged from mainline.]
7390 (vc-dired-mode): Make the dired-move-to-filename-regexp
7391 regexp match the date, to avoid treating date as file size.
7392 Add YYYY S option to WESTERN/
7393
73942000-09-04 Dave Love <fx@gnu.org>
7395
7396 * vc.el: Require `compile' when compiling.
7397 (vc-logentry-check-hook): New option.
7398 (vc-steal-lock): Use compose-mail.
7399 (vc-dired-mode-map): Defvar when compiling.
7400 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7401 vc-sccs.el and renamed. Callers changed.
7402 (vc-backend-checkout, vc-backend-logentry-check)
7403 (vc-backend-merge-news): Doc fix.
7404 (vc-default-logentry-check): New function.
7405 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7406 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7407 (vc-backend-merge): Doc fix. Use backend functions.
7408 (vc-check-headers): Use backend functions.
7409
7410 * vc-cvs.el: Require vc when compiling.
7411 (vc-cvs-register-switches): Doc fix.
7412 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7413 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7414 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7415 New functions (code from vc.el).
7416 (vc-annotate-display-default): Fix interactive spec.
7417 (vc-annotate-time-span): Doc fix.
7418
7419 * vc-rcs.el: Require vc when compiling.
7420 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7421 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7422 (vc-rcs-checkin): New functions (code from vc.el).
7423 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7424 Doc fix.
7425 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7426
7427 * vc-sccs.el: Require vc when compiling.
7428 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7429 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7430 (vc-sccs-revert)
7431 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7432 from vc.el).
7433 (vc-sccs-add-triple, vc-sccs-record-rename)
7434 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7435 (vc-sccs-admin): Doc fix.
7436
74372000-09-04 Martin Lorentzson <martinl@gnu.org>
7438
7439 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7440 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7441 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7442 from vc.el.
7443
7444 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7445
7446 * vc-cvs.el: Moved the annotate functionality from vc.el.
7447 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7448
74492000-09-04 Dave Love <fx@gnu.org>
7450
7451 * vc.el (vc-backend-release): Call vc-system-release.
7452
7453 * vc-sccs.el (vc-sccs-system-release):
7454 Renamed from vc-sccs-backend-release.
7455
7456 * vc-rcs.el (vc-rcs-system-release):
7457 Renamed from vc-rcs-backend-release.
7458
7459 * vc-cvs.el (vc-cvs-system-release):
7460 Renamed from vc-cvs-backend-release.
7461
74622000-09-04 Dave Love <fx@gnu.org>
7463
7464 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7465 backend files.
7466 (vc-backend-release): Dispatch to backend functions.
7467 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7468 probably needs attention.]
7469
7470 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7471 (vc-sccs-backend-release): New function.
7472
7473 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7474 (vc-cvs-backend-release): New function.
7475
7476 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7477 Doc fix.
7478 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7479 (vc-default-dired-state-info): New function.
7480 (vc-dired-state-info): Dispatch to backends.
7481 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7482
7483 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7484 from vc.el and renamed.
7485
74862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7487
7488 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7489 (vc-version-other-window, vc-backend-assign-name): Removed
7490 references to vc-latest-version; sometimes changed into
7491 vc-workfile-version.
7492
7493 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7494 vc-rcs-master-workfile-version.
7495 (vc-rcs-workfile-version): Use the above. Don't call
7496 vc-latest-version (that was unreachable code, anyway).
7497 (vc-rcs-fetch-master-properties): Doc fix.
7498
7499 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7500 (vc-backend-hook-functions): Removed them from this list, too.
7501 (vc-fetch-properties): Removed.
7502 (vc-workfile-version): Doc fix.
7503
7504 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7505 (vc-rcs-workfile-version, vc-rcs-locking-user)
7506 (vc-rcs-uses-locking): Use it.
7507
7508 * vc-hooks.el (vc-consult-rcs-headers):
7509 Moved into vc-rcs-hooks.el, under the name
7510 vc-rcs-consult-headers.
7511
7512 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7513 headers.
7514 (vc-cvs-find-master): Use this name only; correct different
7515 versions of the name.
7516
7517 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7518 New functions.
7519 (vc-sccs-locking-user): Use the latter.
7520
7521 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7522 New functions.
7523
7524 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7525 Moved into both
7526 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7527 functions are implementation details of those two backends.
7528
75292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7530
7531 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7532 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7533
7534 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7535 (vc-sccs-parse-locks): SCCS-specific code moved here from
7536 vc-hooks.
7537
7538 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7539 code moved here from vc-hooks.
7540
7541 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7542 into back-end specific parts and removed. Callers not updated
7543 yet; because I guess these callers will disappear into back-end
7544 specific files anyway.
7545
75462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7547
7548 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7549 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7550 `vc-uses-locking'.
7551
7552 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7553 Store yes/no in the property, and return t/nil. Updated all
7554 callers.
7555
7556 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7557 vc-sccs-uses-locking. Don't set property.
7558 (vc-sccs-locking-user): Don't set property.
7559
7560 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7561 vc-cvs-uses-locking. Don't set property here; leave that to
7562 vc-hooks.
7563 (vc-cvs-locking-user): Reflect above change. Streamlined.
7564
7565 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7566 vc-rcs-uses-locking.
7567 (vc-rcs-locking-user): Reflect above change.
7568
75692000-09-04 Dave Love <fx@gnu.org>
7570
7571 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7572
7573 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7574
7575 * vc-hooks.el (vc-checkout-model): Punt to backends.
7576
7577 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7578
7579 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7580
7581 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7582 New functions.
7583
7584 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7585 New functions.
7586
7587 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7588 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7589
7590 * vc-hooks.el (vc-default-locking-user): New function.
7591 (vc-locking-user, vc-workfile-version): Punt to backends.
7592
75932000-09-04 Dave Love <fx@gnu.org>
7594
7595 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7596 (vc-master-workfile-version): Moved from vc-hooks.
7597
7598 * vc-rcs-hooks.el: Fix duplicate code in last change.
7599
7600 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7601 (vc-rcs-master-templates): Improve :type.
7602 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7603 vc-master-workfile-version): Moved from vc-hooks.
7604
7605 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7606 (vc-sccs-master-templates): Improve :type.
7607 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7608
7609 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7610
7611 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7612 (vc-cvs-master-templates): Improve :type. Use
7613 vc-cvs-find-cvs-master.
7614 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7615 from vc-hooks.
7616 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7617
7618 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7619 Moved to vc-cvs-hooks.
7620
7621 * vc-hooks.el: Add doc strings in various places. Simplify the
7622 minor mode setup.
7623 (vc-handled-backends): New user variable.
7624 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7625 simplification.
7626
76272000-09-04 Dave Love <fx@gnu.org>
7628
7629 * vc.el: Some doc fixes for autoloaded and interactive functions.
7630 Fix compilation warnings from ediff stuff.
7631 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7632
7633 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7634
7635 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7636
7637 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7638
76392000-09-04 Dave Love <fx@gnu.org>
7640
7641 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7642 New variable.
7643 (vc-make-backend-function, vc-loadup, vc-call-backend)
7644 (vc-backend-defines): New functions.
7645
7646 * vc-hooks.el: Various doc fixes.
7647 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7648 (vc-match-substring): Function removed. Callers changed to use
7649 match-string.
7650 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7651 Simplify.
7652
76532000-09-04 Dave Love <fx@gnu.org>
7654
7655 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7656 type.
7657 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7658 (vc-sccs-registered): Doc fix.
7659
7660 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7661 (vc-cvs-registered): Doc fix.
7662
7663 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7664 (vc-rcs-registered): Doc fix.
7665
76662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7667
7668 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7669
7670 * vc-hooks.el: vc-registered has been renamed
7671 vc-default-registered. Some functions have been moved to the
7672 backend specific files. they all support the
7673 vc-BACKEND-registered functions.
7674
76752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7676
7677 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7678
7679 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7680
a033ea13
DL
76812000-09-04 Dave Love <fx@gnu.org>
7682
179fc9ef
DL
7683 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7684 menu-bar-update-hook.
7685
7686 * help.el (help-manyarg-func-alist): Add
7687 find-operation-coding-system.
7688
a033ea13
DL
7689 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7690
7691 * custom.el (custom-set-variables): Print message about errors in
7692 setting.
7693
f8803e97
AI
76942000-09-03 Andrew Innes <andrewi@gnu.org>
7695
7696 * makefile.w32-in: Change to DOS line endings.
7697
59836110
EZ
76982000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7699
7700 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7701 minor-mode keymaps, if they don't have one.
7702
5514ba5c
EZ
77032000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7704
7705 * eshell/esh-module.el (eval-when-compile): Don't lose if
7706 esh-module.el's file name is truncated to DOS 8+3 limits.
7707
79cf8e80
JW
77082000-09-01 John Wiegley <johnw@gnu.org>
7709
7710 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7711 predicate, which caused entries in the completion list to be
7712 doubled.
7713
77142000-08-30 John Wiegley <johnw@gnu.org>
7715
7716 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7717 sending to subprocesses. Also, hook pre-command-hook if
7718 `eshell-send-direct-to-subprocesses' is non-nil.
7719 (eshell-send-direct-to-subprocesses): New config variable. If t,
7720 subprocess input is send immediately.
7721 (eshell-toggle-direct-send): New function.
7722 (eshell-self-insert-command): New function.
7723 (eshell-intercept-commands): New function.
7724 (eshell-send-input): If direct subprocess sending is enabled,
7725 don't echo any input to the Eshell buffer. Let the subprocess
7726 handle that. This requires "stty echo" in bash, for example.
7727
77282000-08-28 John Wiegley <johnw@gnu.org>
7729
7730 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7731 completion function for Eshell's implementation of `unset'.
7732
778911b9
EZ
77332000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * info.el (Info-directory-list): Doc fix.
7736
05d07b49
PB
77372000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7738
9b4a7800 7739 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7740 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7741
9941d4c7
KH
77422000-08-31 Kenichi Handa <handa@etl.go.jp>
7743
7744 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7745 coding systems.
7746
af9ba8ad
AI
77472000-08-30 Andrew Innes <andrewi@gnu.org>
7748
7749 * timer.el (run-with-idle-timer): Undo last change, so that timer
7750 is not activated immediately if Emacs is already idle. Some
7751 existing code relies on this behaviour.
7752
caccd8f2
MB
77532000-08-30 Miles Bader <miles@gnu.org>
7754
7755 * frame.el (set-frame-font): Do completion of font-name for
7756 interactive use.
7757
b64c0a1c
KH
77582000-08-30 Kenichi Handa <handa@etl.go.jp>
7759
7760 * international/quail.el (quail-start-translation): Bind locally
7761 last-command-event, last-command, and this-command.
7762 (quail-start-conversion): Likewise.
75cf0095 7763 (quail-self-insert-command): Fix docstring.
b64c0a1c 7764
fd5f61d3
GM
77652000-08-29 Gerd Moellmann <gerd@gnu.org>
7766
7767 * progmodes/executable.el
7768 (executable-make-buffer-file-executable-if-script-p): Check that
7769 buffer contains at least 2 characters.
7770
5b671d04
EZ
77712000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7772
7773 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7774
485d9513
DL
77752000-08-29 Dave Love <fx@gnu.org>
7776
a39fb83d
DL
7777 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7778 (diff-mode-shared-map): Bind mouse-2.
7779 (diff-imenu-generic-expression): New variable.
7780 (diff-mode): Use it.
7781
485d9513
DL
7782 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7783 (mouse-popup-menubar): Add minor mode menus.
7784 (popup-menu): Check for lookup-key returning number.
7785
ba3478d9
MB
77862000-08-29 Miles Bader <miles@gnu.org>
7787
7788 * comint.el (comint-send-input): Create overlays using the proper
7789 front/read-advance arguments.
9b4a7800 7790
c3d6d211
GM
77912000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7792
7793 * ps-print.el: Even/odd pages printing. Doc fix.
7794 (ps-print-version): New version number (6.0).
7795 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7796 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7797 (ps-print-duplex-feature): Variable eliminated.
7798 (ps-even-or-odd-pages): New variable.
7799
ba087cd7 7800 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7801 (ebnf-version): New version (3.3).
7802 (ebnf-user-arrow): Change variable customization to sexp.
7803 (ebnf-user-arrow): Function eliminated.
7804 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7805
d313265f
KH
78062000-08-29 Kenichi Handa <handa@etl.go.jp>
7807
cba62b78 7808 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7809 (help-make-xrefs): Handle help-xref-mule-regexp.
7810
7811 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7812 variable.
7813 (describe-input-method): Temporarily activate the specfied input
7814 method to display the information.
7815 (describe-language-environment): Hyperlinks to mule related items.
7816
7817 * international/mule-diag.el (charset-multibyte-form-string): New
7818 function.
7819 (list-character-sets-1): Use charset-multibyte-form-string.
7820 (describe-character-set): New function.
7821 (describe-coding-system): Hyperlinks to safe character sets.
7822
7823 * international/quail.el (quail-help): New arg PACKAGE.
7824 Hyperlinks to mule related items.
7825 (quail-help-insert-keymap-description): Use
7826 substitute-command-keys instead of describe-bindings.
7827 (quail-translation-help): Hyperlinks to mule related items.
7828
b4bd214e
JW
78292000-08-28 John Wiegley <johnw@gnu.org>
7830
ca7aae91
JW
7831 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7832 have a defsubst call itself. Made `eshell-flatten-list' back into
7833 a function again.
7834
b4bd214e
JW
7835 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7836 catch, in case re-centering point at bottom messes up the display.
7837 This happens frequently in Emacs 21, due I believe to variable
7838 line heights.
7839
7840 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7841 to call `find-tag-interactive'.
7842
7843 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7844 the list of remember directories.
7845
d44e146b
JW
78462000-08-28 John Wiegley <johnw@gnu.org>
7847
7848 * align.el: Test align-region-separate to see if it's a symbol.
7849
546c0888 78502000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7851
7852 * eshell/esh-util.el (eshell-flatten-list): Made this function
7853 into a defsubst form. It gets used very frequently, although
7854 calls don't occur all that often.
7855
7856 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7857 examining it.
7858
7859 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7860 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7861 `eshell-protect'.
7862 (eshell-copy-handles): Created a new macro for duplicating the
7863 current set of open handles. This is needed by the looping
7864 functions.
7865 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7866 is not incorrectly stomped on.
7867
7868 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7869 declaration for pcomplete-use-paring.
7870 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7871 value of eshell-cmpl-use-paring.
7872 * pcomplete.el (pcomplete-use-paring): New config variable, to
7873 indicate whether paring should be used.
7874 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7875 completion alternatives that have already been used.
7876
7877 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7878 bound to C-c C-y, which will repeat the previous N arguments
7879 (based on prefix argument).
7880 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7881
7882 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7883 if there is no *Help* buffer. This is for XEmacs, which renames
7884 its help buffers uniquely. TODO: Find out what the current buffer
7885 name to delete is.
7886
7887 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7888 first entry that correlates to a passwd/group number. Later
7889 entries (used for group/user name aliasing to multiple IDs) are
7890 ignored.
7891
9b4a7800
TTN
7892 * eshell/em-xtra.el (eshell/expr):
7893 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7894 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7895 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7896 argument list, before passing it to the system command.
7897
7898 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7899 `find-tag' for use at final position in Eshell buffers (which
7900 otherwise triggers an error on Emacs 21).
7901 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7902 buffer, if it is currently bound to `find-tag'.
7903
7904 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7905 in the list of matched Makefile names.
7906 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7907 directory, prefer its contents to Makefile.
7908
7909 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7910 directory parts (like "cd old new", or "cd =regexp"), are now case
7911 sensitive on non-Windows/DOS platforms.
7912
7913 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7914 types RET after an open delimiter (like "), display a message
7915 indicating that Eshell is waiting for the closing delimiter.
7916
7917 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7918 environment variables.
7919
7920 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7921 gracefully if the user enters incorrect arguments.
7922
7923 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7924 Eshell buffers.
7925
9b4a7800
TTN
7926 * eshell/esh-var.el (eshell-interpolate-variable):
7927 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7928 * eshell/em-unix.el (eshell-du-sum-directory):
7929 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7930 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7931 (not (= ...)).
7932
7933 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7934 to ensure the `preserve' flag gets propagated when doing recursive
7935 directory copies.
7936
546c0888 79372000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7938
7939 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7940 Don't convert \n into \0177 in memory.
7941 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7942 and back again, when reading and writing.
9b4a7800 7943
546c0888 79442000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7945
7946 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7947 testing of `fboundp' on `processp'.
7948
7949 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7950 (eshell/jobs): Don't call process-list if it is not bound.
7951 (eshell-gather-process-output): Support systems where async
7952 subprocesses aren't supported.
7953 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7954 variables.
7955
7956 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7957 eshell-do-eval returns t.
7958 (eshell-do-pipelines-synchronously): New defmacro.
7959 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7960 when async subprocesses aren't supported.
7961 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7962 if async subprocesses aren't supported.
7963 (eshell-resume-command): Don't assume STATUS is a string.
7964
7965 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
7966
7967 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
7968 (eshell-close-target, eshell-get-target): Use eshell-processp.
7969 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
7970 fix.
7971 (eshell-get-target, eshell-create-handles): Doc fix.
7972
546c0888 79732000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 7974
546c0888 7975 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
7976 criterion to include commands that output something, as long as it
7977 leaves both the command and the end-of-buffer visible when the
7978 command has exited.
7979 (eshell-review-quick-commands): Adjust the help doc string
7980 accordingly.
7981
2a371c3b
PB
79822000-08-28 Peter Breton <pbreton@ne.mediaone.net>
7983
8348e1f9 7984 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 7985 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 7986
9b4a7800 7987 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
7988 (file-cache-assoc-function): New variable
7989 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
7990 Use file-cache-case-fold-search variable
7991 (file-cache-add-file): Use file-cache-assoc-function
7992 (file-cache-delete-file): likewise
7993 (file-cache-directory-name): likewise
7994 (file-cache-debug-read-from-minibuffer): likewise
7995
95931eb1
GM
79962000-08-28 Gerd Moellmann <gerd@gnu.org>
7997
7998 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
7999 (abbrev-table-name): New function.
8000 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8001 If non-nil list local abbrev, only.
8002
bb17930d
GM
80032000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8004
546c0888
EZ
8005 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8006 from Gnus support code, and use special article copy buffer
bb17930d
GM
8007 `(gnus-original-article-buffer)' instead. This allows to get rid
8008 of article-hide-headers usage (which breaks in the latest Gnus
8009 version). Thanks to Detlev Zundel.
8010
41a68aef
KH
80112000-08-28 Kenichi Handa <handa@etl.go.jp>
8012
8013 * international/quail.el (quail-use-package): Hide "... loaded"
8014 message.
8015 (quail-start-translation, quail-start-conversion): Likewise.
8016
8017 * international/kkc.el (kkc-region): Hide "... loaded" message.
8018
28bb2cef
DL
80192000-08-27 Dave Love <fx@gnu.org>
8020
8021 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8022
11a1118d
MB
80232000-08-27 Miles Bader <miles@gnu.org>
8024
8025 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8026
0f85d477
KH
80272000-08-27 Kenichi Handa <handa@etl.go.jp>
8028
8029 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8030 'ja-dic-cnv), not (require 'skkdic-cnv).
8031
2d73e8d3
MB
80322000-08-26 Miles Bader <miles@gnu.org>
8033
a0e5a5a4
MB
8034 * faces.el (face-x-resources): Add entry for :inherit.
8035 * cus-face.el (custom-face-attributes): Add support for :inherit
8036 attribute. Add support for relative face heights.
8037 (custom-face-attributes-get): Treat `nil' as being a default value
8038 for :inherit (as well as `unspecified').
8039
19feb949
MB
8040 * faces.el (set-face-attribute): Update doc string.
8041 (face-attribute-name-alist): Add :inherit.
8042 (face-valid-attribute-values): Handle :inherit.
8043 (face-read-string): Rephrase prompt to be less confusing.
8044 Assume that DEFAULT is a string, since we must return a string.
8045 (face-read-integer): Use `format' to turn DEFAULT into an
8046 acceptable default for face-read-string. Match NEW-VALUE against
8047 the string "unspecified", not the symbol `unspecified', since
8048 that's what face-read-string returns.
8049 (read-face-attribute): Lookup a name for old-value in valid, and
8050 use it as a default if we find one. Treat all values from
8051 face-read-string as strings. If the default is used, don't do any
8052 more processing on the value, just use the old value directly.
8053 (read-face-and-attribute, modify-face): Tweak prompt.
8054 (read-face-name): Don't assume prompt ends with a space.
8055
2d73e8d3
MB
8056 * faces.el (describe-face): Add support for :inherit attribute.
8057
a1a2e38f
KH
80582000-08-25 Kenichi Handa <handa@etl.go.jp>
8059
e84fa7c5
KH
8060 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8061 concat doesn't accept interger.
8062
a1a2e38f
KH
8063 * international/kkc.el: Remove SKK from Keywords. Require
8064 ja-dic-utl instead of skkdic-utl.
8065
8066 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8067 Provide ja-dic-cnv instead of skkdic-cnv.
8068 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8069 (iso-2022-7bit-short): Add safe-charsets property.
8070 (skkdic-convert-postfix): Search Japanese chou-on character in
8071 addition to Hiragana character.
8072 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8073 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8074 (batch-skkdic-convert): Likewise.
8075
8076 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8077 Provide ja-dic-utl instead of skkdic-utl.
8078 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8079
f6499c03
DL
80802000-08-24 Dave Love <fx@gnu.org>
8081
1c2c3f16
DL
8082 * disp-table.el (standard-display-default): Make the test of `l'
8083 useful.
8084
f6499c03
DL
8085 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8086 mod sample text.
8087
8088 * international/iso-ascii.el: Make pilcrow convenient string
8089 consistent with section.
8090 (iso-ascii-display): Set up multibyte characters as well as
8091 unibyte.
8092
c543db81
KH
80932000-08-24 Kenichi Handa <handa@etl.go.jp>
8094
8095 * international/mule-cmds.el (reset-language-environment): Set
8096 default-process-coding-system to '(undecided . iso-latin-1), which
8097 makes process I/O almost consistent with file I/O. Call this
8098 function when mule-cmds.el[c] is loaded.
8099
746d9caf
AI
81002000-08-22 Andrew Innes <andrewi@gnu.org>
8101
8102 * makefile.w32-in: New file.
8103
5484005d
MB
81042000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8105
8106 * comint.el (comint-output-filter): Compare end of
8107 comint-last-output-overlay with the start of the newly inserted
8108 text, not the end, when deciding whether to extend it.
9b4a7800 8109 Set saved-point's insertion type to advance after insertion.
5484005d
MB
8110
8111 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8112 since this is now done independently of font-lock mode.
8113
7a912f63
GM
81142000-08-21 Gerd Moellmann <gerd@gnu.org>
8115
8116 * server.el (server-kill-new-buffers): New user option.
8117 (server-existing-buffer): New buffer-local variable.
8118 (server-visit-files): When using an existing buffer, set
8119 server-existing-buffer to t.
8120 (server-buffer-done): If server-kill-new-buffers is t, kill the
8121 buffer, unless it was already present before visiting it with
8122 Emacs server.
9b4a7800 8123
240301df
EZ
81242000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8127 even if the display doesn't support colors: some displays will
8128 support bold/underline faces.
8129
cbcef616
GM
81302000-08-21 Gerd Moellmann <gerd@gnu.org>
8131
6917e6bb
GM
8132 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8133
cbcef616
GM
8134 * startup.el (command-line): If user's init file had an error,
8135 add explanatory text to *Messages*.
8136
6922b018
KH
81372000-08-21 Kenichi Handa <handa@etl.go.jp>
8138
8139 * man.el (Man-getpage-in-background): Decode the process output by
8140 the system locale coding system.
8141
e50c4203
DL
81422000-08-20 Dave Love <fx@gnu.org>
8143
96ab6351
DL
8144 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8145 Don't test x-popup-menu.
8146 (function) <complete-function>: Complete only fbound symbols.
8147 <validate, value>: New.
8148 (variable) <complete-function>: Complete only bound symbols.
8149 (coding-system): Add :base-only, :complete-function, :validate,
8150 :value, :prompt-match.
8151 (widget-coding-system-prompt-value): Use read-coding-system and
8152 act on :base-only.
8153 (editable-field): Add :help-echo.
8154 (widget-push-button-gui, widget-push-button-cache)
8155 (widget-gui-action, widget-editable-list-gui): COmment out, along
8156 with uses.
8157 (widget-at): Make arg optional.
8158 (widget-echo-help): Adjust for current help-echo calling sequence.
8159 (widget-specify-field, widget-specify-button)
8160 (widget-specify-insert, widget-get-sibling, widget-image-find)
8161 (widget-convert, widget-insert, widget-leave-text)
8162 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8163 (widget-setup, widget-field-find, widget-before-change)
8164 (widget-after-change, widget-default-complete)
8165 (widget-default-create, widget-default-delete)
8166 (widget-push-button-value-create, editable-field)
8167 (widget-field-prompt-value, widget-field-validate)
8168 (widget-choice-value-create, widget-choice-action)
8169 (widget-choice-validate, widget-checklist-add-item)
8170 (widget-radio-add-item, widget-radio-chosen)
8171 (widget-radio-value-inline, widget-editable-list-value-create)
8172 (widget-editable-list-entry-create)
8173 (widget-documentation-link-add)
8174 (widget-documentation-string-value-create)
8175 (widget-regexp-validate, widget-file-complete)
8176 (widget-sexp-validate, widget-plist-convert-widget)
8177 (widget-plist-convert-widget, widget-alist-convert-widget)
8178 (widget-alist-convert-widget, widget-color-complete): Simplify,
8179 particularly to avoid bindings which aren't optimized out.
8180
e50c4203
DL
8181 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8182 Doc fix.
8183 (down-list, backward-up-list, up-list, kill-sexp)
8184 (backward-kill-sexp, mark-sexp): Make arg optional.
8185 (lisp-complete-symbol): Add optional arg PREDICATE.
8186
8187 * cus-start.el: Add display-buffer-reuse-frames,
8188 file-coding-system-alist.
8189
511bd4eb
GM
81902000-08-20 Gerd Moellmann <gerd@gnu.org>
8191
8192 * startup.el (command-line): Clear realized faces after
8193 modifying TTY color mappings.
8194
a9de7d29
MB
81952000-08-20 Miles Bader <miles@gnu.org>
8196
8197 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8198 merely a subset of FACE's attributes.
8199
8a8023d9
MB
82002000-08-19 Miles Bader <miles@gnu.org>
8201
8202 * comint.el (comint-output-filter): Save the point with a marker,
8203 not just a buffer position.
8204
8205 * international/mule.el (set-buffer-process-coding-system): Make
8206 interactive prompt less confusing.
8207
1433385f
GM
82082000-08-19 Gerd Moellmann <gerd@gnu.org>
8209
8210 * hilit-chg.el: General cleanup of doc strings, comments and
8211 code formatting.
8212
136b4eda
MB
82132000-08-19 Miles Bader <miles@gnu.org>
8214
8215 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8216 Compiler macro removed; beginning-of-line is no longer always
8217 equivalent to forward-line, in the presence of fields.
8218
8219 * comint.el (comint-output-filter): Remove ad-hoc saving of
8220 restriction, and just use save-restriction, now that it works
8221 correctly. Don't adjust comint-last-input-start to account for
8222 our insertion; it shouldn't have moved because we don't use
8223 insert-before-markers anymore. Comment out call to
8224 `force-mode-line-update'; why is it here?
8225
8226 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8227 while checking for prompt to delete. Use `forward-line 0'
8228 instead of beginning-of-line.
8229 (gud-filter): Temporarily widen gud comint buffer while
8230 examining output.
8231
cdd0f857
SM
82322000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8233
ebf96bfa
SM
8234 * progmodes/sh-script.el: Big bag of typos.
8235
cdd0f857
SM
8236 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8237 check since ispell-process is not bound when ispell is not yet loaded.
8238
9bb7a286
DL
82392000-08-18 Dave Love <fx@gnu.org>
8240
8241 * image.el (find-image): Copy `spec' before using plist-put.
8242
74ec6045
GM
82432000-08-18 Gerd Moellmann <gerd@gnu.org>
8244
8245 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8246 `portugues'.
8247
8248 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8249 backward-kill-sexp, analogous to kill-sexp.
8250
8251 * progmodes/icon.el (icon-indent-line)
8252 (icon-is-continuation-line): Handle comments specially.
8253
82542000-08-17 Ken Stevens <k.stevens@ieee.org>
8255
8256 * ispell.el: Set to standard author/maintainer/keyword fields.
8257 Fine tuning to menu map appearance and operation, and added help.
8258 Remove `start' and `end' error messages when compiling.
8259 (ispell-choices-win-default-height): Fixed comment string.
8260 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8261 castellano8 dictionaries.
8262 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8263 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8264 dictionary, added italiano dictionary.
8265 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8266 word character
8267 (ispell-tex-skip-alists): Added psfig support.
8268 (ispell-skip-html): Renamed from ispell-skip-sgml.
8269 (ispell-begin-skip-region-regexp, ispell-skip-region)
8270 (ispell-minor-check): Improved html skipping support to skip across
8271 code, and recognize `&' commands without propper `;' syntax;
8272 (ispell-process-line): Fix alignment error when manually
8273 correcting spelling.
8274 (ispell): Fix comment string.
8275 (ispell-add-per-file-word-list): Always put word list on new line.
8276
3787e12e
GM
82772000-08-17 Gerd Moellmann <gerd@gnu.org>
8278
a7b28523
GM
8279 * format.el (format-encode-run-method): Fix error message to say
8280 `encode' instead of `decode'. Use save-window-excursion around
8281 shell-command-on-region as in format-decode-run-method because
8282 shell-command-on-region can display a buffer with error output.
8283 (format-decode): Don't record undo information for the decoding.
8284 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8285 that number part of the temporary buffer name so that more than
8286 one decoding using a temporary buffer can happen safely.
8287
8288 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8289 of `A-z' in the regexp.
8290
8291 * hilit-chg.el: Fix typos in commentary.
8292
3787e12e
GM
8293 * help.el (view-emacs-news): Rewritten for new naming scheme
8294 for old NEWS files.
8295
8296 * startup.el (command-line): Pop to *Messages* in case an error
8297 is signaled while loading user-init-file.
8298
d2473540
AS
82992000-08-17 Andreas Schwab <schwab@suse.de>
8300
8301 * files.el (insert-directory): Don't lose original file name,
8302 undoing an undocumented change.
8303
c0bbaf57
GM
83042000-08-17 Alex Schroeder <alex@gnu.org>
8305
8306 * sql.el (sql-magic-go): Use comint-bol.
8307 (sql-copy-column): Use comint-line-beginning-position.
8308 (comint-line-beginning-position): Define a replacement for
8309 comint-line-beginning-position if it is not fboundp.
8310
83112000-08-17 Alex Schroeder <alex@gnu.org>
8312
8313 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8314 it didn't have any effect anyway.
8315
83162000-08-17 Alex Schroeder <alex@gnu.org>
8317
8318 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8319 --pset and pager=off instead of sending \\o|cat at the beginning
8320 of the session.
8321
9d245da5
MB
83222000-08-17 Miles Bader <miles@gnu.org>
8323
8324 * progmodes/octave-inf.el: Add compatibility definition of
8325 comint-line-beginning-position.
8326
abfdbd2e
KH
83272000-08-17 Kenichi Handa <handa@etl.go.jp>
8328
8329 * startup.el (normal-top-level): Look in each dir in load-path for
8330 a leim-list.el file too. This assures of loading leim-list.el
8331 that is created at Emacs installation time even if a user have his
8332 own leim-list.el.
8333
a0b8c939
MB
83342000-08-17 Miles Bader <miles@gnu.org>
8335
8336 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8337 foreground color to black if the background is dark.
8338
7382bcae
SM
83392000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8340
8341 * loadhist.el (unload-feature): Typo.
8342
9b4a7800 8343 * finder.el (finder-compile-keywords):
7382bcae
SM
8344 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8345 to the generated file.
8346
8347 * mail/mh-e.el (mh-make-local-vars):
8348 Replace make-variable-buffer-local with make-local-variable.
8349
cdd0f857 8350 * play/landmark.el:
7382bcae 8351 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
8352 * mail/mailabbrev.el (mail-abbrevs-mode):
8353 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
8354 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8355
8356 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8357
8358 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8359 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8360 Allow going past the last element.
9b4a7800 8361 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
8362 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8363 (cvs-mouse-toggle-mark): Don't move point.
8364 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8365
8366 * progmodes/compile.el (grep): Provide a default set of files.
8367 (next-error): Docstring fix.
8368 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8369
8370 * emacs-lisp/easy-mmode.el (define-minor-mode):
8371 Use `symbol-value' to keep the byte-compiler quiet.
8372
8373 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8374 (diff-find-source-location): New fun, extracted from diff-goto-source.
8375 (diff-goto-source): Use it.
8376 (diff-next-complex-hunk, diff-filter-lines): New function.
8377 (diff-apply-hunk): New command.
8378
8379 * smerge-mode.el (smerge-mode-menu): Doc fix.
8380
8381 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8382
4f00b8c1
DL
83832000-08-16 Dave Love <fx@gnu.org>
8384
2b5198bb
DL
8385 * windmove.el (windmove) <defgroup>: Add :version.
8386
8387 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8388 (goto-address-fontify-p, goto-address-highlight-p)
8389 (goto-address-url-face, goto-address-url-mouse-face)
8390 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8391 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8392 (goto-address-fontify, goto-address-at-mouse): Simplify,
8393 (goto-address-at-point): browse-url-url-at-point,
8394 goto-address-find-address-at-point can return nil.
8395 (goto-address-find-address-at-point): Return nil on failure.
8396
8397 * align.el (align) <defgroup>: Add :version.
8398
8399 * calculator.el (calculator): Add :version.
8400 (calculator): Use two lines for calculator window if `modeline'
8401 face is boxed.
8402
4f00b8c1
DL
8403 * play/5x5.el: Doc fixes.
8404 (5x5) <defgroup>: Add :version.
8405
8406 * play/fortune.el (fortune) <defgroup>: Add :version.
8407 (fortune-append): Fix error message.
8408 (fortune-from-region): Doc fix.
8409
8410 * play/pong.el (pong): Doc fix.
8411
8412 * play/morse.el: Keywords, commentary, autoloads.
8413
69db7ee7
EZ
84142000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8415
8416 * desktop.el (desktop-save): Don't look at symbol-value of a
8417 member of minor-mode-alist, unless it is boundp.
8418
10e1dad9
SS
84192000-08-16 Sam Steingold <sds@gnu.org>
8420
a0b8c939 8421 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
8422 `while'; use `with-current-buffer' instead of `save-excursion'.
8423 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8424
9d7bcb2e
KH
84252000-08-16 Kenichi Handa <handa@etl.go.jp>
8426
8427 * international/ccl.el (declare-ccl-program): Docstring modified.
8428 (ccl-execute-with-args): Likewise.
8429
04231ab8
MB
84302000-08-16 Miles Bader <miles@gnu.org>
8431
9d245da5 8432 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
8433 comint-line-beginning-position.
8434
f68446ef
GM
84352000-08-15 Gerd Moellmann <gerd@gnu.org>
8436
dc28878c
GM
8437 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8438 'buffer-menu' property.
8439 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8440 fails.
8441 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8442 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8443 wasn't killed.
10e1dad9 8444
58ed0d3b
GM
8445 * buff-menu.el (list-buffers-noselect): Don't display the
8446 *Buffer List* buffer.
8447
32dc52f7
GM
8448 * font-lock.el: Require jit-lock to prevent a very late
8449 `Loading jit-lock' message.
8450
f68446ef 8451 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 8452 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
8453 mail address.
8454
90ac90a2
MB
84552000-08-15 Miles Bader <miles@gnu.org>
8456
8457 * textmodes/ispell.el (ispell-graphic-p): New constant.
8458 (ispell-choices-win-default-height, ispell-help): Use
8459 `ispell-graphic-p' instead of `xemacsp'.
8460
b0a0e263
DL
84612000-08-15 Dave Love <fx@gnu.org>
8462
c1e757e3
DL
8463 * simple.el: Autoload widget-convert when compiling.
8464 (mail-user-agent): Doc fix.
8465
8466 * help.el (function-called-at-point, variable-at-point): Use
8467 with-syntax-table.
8468 (help-manyarg-func-alist): Add insert-and-inherit.
8469
8470 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8471
8472 * delsel.el (delsel-unload-hook): New function.
8473
8474 * find-file.el: Doc fixes. Move provide to end.
8475 (ff) <defgroup>: Add :link.
8476 (ff-goto-click): Deleted.
8477 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8478 Use mouse-set-point.
8479
8480 * textmodes/tildify.el: Doc fixes.
8481 (tildify) <defgroup>: Add:version.
8482
8483 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8484 (glasses-custom-set): Use set-default, not set.
8485 (minor-mode-alist): Propertize the lighter.
8486 (glasses-mode): Provide optional arg.
8487
5f847612
DL
8488 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8489 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8490 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8491 option. Provide :type.
8492 (cwarn-configuration): Provide :type.
8493 (cwarn-mode): Doc fix.
8494
8495 * add-log.el (change-log-merge): Doc fix.
8496 (change-log-redate): New command.
8497
b0a0e263
DL
8498 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8499 Doze and Dog.
8500 (browse-url): Use dolist, not mapcar.
8501 (browse-url-at-point): Check for null url.
8502 (browse-url-event-buffer, browse-url-event-point): Functions
8503 deleted.
8504 (browse-url-at-mouse, browse-url-netscape): Simplify.
8505
8506 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8507 modes.
8508 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8509 Fix previous change to mapcan.
8510 (msb--init-file-alist, msb--add-separators)
8511 (msb--make-keymap-menu): Simplify.
8512 (msb--choose-file-menu): Use copy-sequence.
8513 (msb-mode-map): Add title to keymap.
8514 (msb-unload-hook): New function.
8515
8516 * bs.el: Fix indentation.
8517 (bs) <defgroup>: Add :links.
2b5198bb
DL
8518 (bs-show): Doc fix.
8519 (bs-apply-sort-faces): Don't use window-system.
8520 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 8521
70f1b78e
EZ
85222000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8523
8524 * calendar/timeclock.el (timeclock-file): Run .timelog through
8525 convert-standard-filename.
8526
956777b3
GM
85272000-08-14 Gerd Moellmann <gerd@gnu.org>
8528
3215096c
GM
8529 * emacs-lisp/authors.el: New file.
8530
956777b3
GM
8531 * paren.el (show-paren-priority): New user option.
8532 (show-paren-function): Set overlay priorities to
8533 show-paren-priority.
10e1dad9 8534
0cde1424
MB
85352000-08-14 Miles Bader <miles@gnu.org>
8536
8537 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8538 beginning-of-line with inhibit-field-text-motion bound.
8539
90cbf47e
GM
85402000-08-14 Gerd Moellmann <gerd@gnu.org>
8541
8542 * calendar/timeclock.el: New file.
8543
85442000-08-14 David Ponce <david@dponce.com>
8545
8546 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8547 `widget-button-click'. so that one can use left mouse button to
8548 click on dialog buttons.
8549
85502000-08-14 Emmanuel Briot <briot@gnat.com>
8551
8552 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 8553 identifiers, since XML is case sensitive
10e1dad9 8554
79e8dca7 85552000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 8556
660394d1
MB
8557 * comint.el (comint-output-filter): Don't bother frobbing
8558 window-start, it doesn't seem to be necessary.
79e8dca7
MB
8559
8560 * comint.el (comint-send-string, comint-send-region): Make into
8561 real functions. Snapshot the prompt before sending.
8562
218c2cc7
EZ
85632000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8564
8565 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8566 technique similar to Info-index, instead of relying on specific
8567 names of relevant Index nodes.
8568 (Info-goto-emacs-command-node): Bind Info-history to nil when
8569 going to the first node found by Info-find-emacs-command-nodes.
8570
51e066d2 85712000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
8572
8573 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8574
867102f2
MB
85752000-08-10 Miles Bader <miles@gnu.org>
8576
8577 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8578
af718538
EZ
85792000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8580
8581 * info.el (Info-file-list-for-emacs): More elements for the
8582 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8583 and woman manuals.
8584
c51bacd6
MB
85852000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8586
8587 * comint.el (comint-send-input): Make the newline boundary overlay
8588 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8589 (comint-output-filter): Use `insert' instead of
8590 `insert-before-markers'. Extend comint-last-output-overlay when
8591 necessary since we can't rely on insert-before-markers to do it.
8592 * gud.el (gud-filter): Use `with-current-buffer' instead of
8593 save-excursion when inserting the output, so that point gets
8594 updated correctly; the old method relied on a rather dodgy
8595 side-effect of comint-output-filter to avoid the effect of
8596 save-excursion.
8597
98532b12
EZ
85982000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * files.el (recover-file): Call insert-directory instead of
8601 invoking `ls' directly.
8602
3db4b719
MB
86032000-08-10 Miles Bader <miles@gnu.org>
8604
8605 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8606 (comint-last-prompt-overlay): New variables.
8607 (comint-output-filter): Implement prompt highlighting.
8608 (comint-snapshot-last-prompt): New function.
8609 (comint-send-input): Snapshot the last prompt.
8610 Use comint-highlight-input-face.
8611 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8612 Use defface instead of defcustom.
8613 (send-invisible, comint-send-eof): Snapshot the last prompt.
8614 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8615 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8616
96190aa1
SM
86172000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8618
5cda4b07
SM
8619 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8620 (regexp-opt-group): Use a list of chars for `letters'.
8621 (regexp-opt-charset): `chars' is now a list of chars.
8622 Use a char-table rather than a vector so it works for multibyte chars.
8623
96190aa1
SM
8624 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8625 Set cvs-minor-current-files to the selected fileinfo.
8626 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8627 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8628
7d093d56
EZ
86292000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8630
8631 * files.el (insert-directory): Don't call access-file on
8632 directories on DOS and Windows.
8633
b24c5811
KH
86342000-08-09 Kenichi Handa <handa@etl.go.jp>
8635
8636 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8637 longer if necessary.
8638 (ccl-embed-code): Call ccl-embed-data to store CODE in
8639 ccl-program-vector.
8640
0a6fd67e
MB
86412000-08-09 Miles Bader <miles@gnu.org>
8642
8643 * comint.el (comint-output-filter): Properly handle the case where
8644 the text surrounded by comint-last-output-overlay was deleted.
8645
9f6d1a6c
GM
86462000-08-08 Gerd Moellmann <gerd@gnu.org>
8647
25ad1371
GM
8648 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8649 non-nil.
8650 (Info-file-list-for-emacs): Remove "info" from the list because
8651 that leads to trying to use the documentation from file `info'
8652 in various situations where it isn't appropriate, for instance
8653 C-h C-k C-h i.
8654
8655 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8656 DIR and/or STRING are nil.
8657
8658 * progmodes/compile.el (compilation-setup): Make variable
8659 compilation-error-screen-columns buffer-local, as some comment
8660 in the code suggests it should be.
8661
8662 * files.el (auto-mode-interpreter-regexp): New variable.
8663 (set-auto-mode): Use it.
8664
8665 * indent.el (indent-for-tab-command): Doc fix.
8666
8667 * mouse-sel.el (mouse-sel-mode): Doc fix.
8668
9f6d1a6c
GM
8669 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8670 labels.
8671
8672 * help.el (print-help-return-message): When
8673 display-buffer-reuse-frames is set, let the help window been quit,
8674 instead of deleting it, which might delete a reused frame.
8675
3d819a75
EZ
86762000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8677
8678 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8679 rename a directory to a name that differs only by its letter case.
8680
c5a52529
KH
86812000-08-08 Kenichi Handa <handa@etl.go.jp>
8682
8683 * international/quail.el (quail-define-rules): Handle Quail decode
8684 map correctly. Add code for supporting annotations.
8685 (quail-install-decode-map): New function.
8686 (quail-defrule-internal): New optional arguments decode-map and
8687 props.
8688 (quail-advice): New function.
8689
5e9e032a
SS
86902000-08-07 Sam Steingold <sds@gnu.org>
8691
8692 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8693 `defconst', `define-condition', `with-slots'.
8694 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8695
46645f4b
MB
86962000-08-03 Miles Bader <miles@gnu.org>
8697
8698 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8699 New variable.
8700 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8701 comint-use-prompt-regexp-instead-of-fields.
8702 (comint-send-input): Add `input' field property to stuff we send to
8703 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8704 (comint-output-filter): Add `output' field property to process
8705 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8706 (comint-replace-by-expanded-history)
8707 (comint-get-old-input-default, comint-show-output)
8708 (comint-backward-matching-input, comint-forward-matching-input)
8709 (comint-next-prompt, comint-previous-prompt): Use field
8710 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8711 (comint-line-beginning-position): New function.
8712 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8713 (comint-replace-by-expanded-history-before-point): Use
8714 comint-line-beginning-position and line-end-position.
8715 (comint-last-output-overlay): New variable.
8716 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8717
8718 * shell.el (shell-prompt-pattern): Doc change.
8719 (shell-backward-command): Use line-beginning-position.
8720
8721 * gud.el (gud-gdb-complete-command): Use
8722 comint-line-beginning-position.
8723
8724 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8725 comint-bol doesn't actually go to the beginning of the line.
8726
8727 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8728 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8729 (try-expand-line-all-buffers): Likewise.
8730
8731 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8732 explicitly matching comint-prompt-regexp.
8733 (sql-copy-column): Use comint-line-beginning-position instead of
8734 explicitly matching comint-prompt-regexp.
8735
8736 * progmodes/octave-inf.el (inferior-octave-complete): Use
8737 comint-line-beginning-position.
8738
8739 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8740
8741 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8742 looking for a prompt, use `forward-line 0' instead of
8743 `beginning-of-line', to avoid getting caught by an input field.
8744
ff3d9573
GM
87452000-08-07 Gerd Moellmann <gerd@gnu.org>
8746
8747 * files.el (shell-quote-wildcard-pattern): Make sure to return
8748 PATTERN, in the Unix case.
8749
e0d8827b
EZ
87502000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8751
8752 * play/zone.el (zone): Discard any pending input before running
8753 the randomly-chosen pgm.
8754
24d55b8f
KH
87552000-08-07 Kenichi Handa <handa@etl.go.jp>
8756
8757 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8758 checking the existence of any multibyte characters.
8759
3d05e1ee
GM
87602000-08-06 Gerd Moellmann <gerd@gnu.org>
8761
6c4a4368
GM
8762 * help.el (describe-mode): Test minor-mode symbol for being
8763 bound before testing its value for being nil.
8764
3d05e1ee
GM
8765 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8766 `first', `second', and `third'.
8767
8768 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8769 (second): Make it an alias for `cadr'.
8770
6968a481
EZ
87712000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8772
8773 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8774 types of display support faces now.
8775
e49aa397
GM
87762000-08-05 Gerd Moellmann <gerd@gnu.org>
8777
8778 * pcvs.el (require): Require `cl' during compilation, only.
8779
8780 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8781 (toplevel): Remove `remq' and `remove' from autoloads.
8782 (cl-fake-autoloads): New variable. If set, arrange for an error
8783 when CL functions etc. are autoloaded.
8784
588aca27
EZ
87852000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8786
2e78d4ab
EZ
8787 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8788
85628348
EZ
8789 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8790 popped up, but the user clicks outside the menu, return an empty
8791 regexp (that causes unhighlight-regexp to have no effect).
8792
74f0e552
EZ
8793 * menu-bar.el (menu-bar-games-menu): Add Zone.
8794
588aca27
EZ
8795 * hi-lock.el (toplevel): Require font-lock.
8796
f4988be7
GM
87972000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8798
ba087cd7 8799 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8800 (ebnf-8-bit-chars): New var for bug fix.
8801 (ebnf-string): Bug fix.
8802
027b73ac
SS
88032000-08-03 Sam Steingold <sds@gnu.org>
8804
8805 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8806 instead of `buffer-string'.
8807 (require 'cl): Always, not just when compiling.
8808 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8809 necessary.
8810
2f1fa038
EZ
88112000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8812
8813 * international/mule-cmds.el (select-safe-coding-system): Make
8814 the message text about selecting a safe coding system more clear.
8815
ead53494
GM
88162000-08-02 Gerd Moellmann <gerd@gnu.org>
8817
abb2db1c
GM
8818 * hi-lock.el: New file.
8819
8820 * play/zone.el: New file.
8821
ead53494
GM
8822 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8823 value of tab-width in the original buffer. Choose a line number
8824 format that's a multiple of the original buffer's tab width, so
8825 that lines appear right.
8826
8827 * textmodes/ispell.el (ispell): New function, replacing an alias.
8828 Spell-check active region if in transient-mark-mode and mark
8829 is active; otherwise spell-check buffer.
8830
88312000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8832
8833 * ps-mule.el: Fix a customization problem on
8834 ps-mule-font-info-database-default.
8835
f4a2b0a4
EZ
88362000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8837
8838 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8839 display-mouse-p instead of window-system.
8840 (ebrowse-member-mode-map): Ditto.
8841
b685181e
GM
88422000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8843
ba087cd7
EZ
8844 * progmodes/ebnf2ps.el: Update ps-print functions call.
8845 Indentation fix. Doc fix.
b685181e
GM
8846 (ebnf-version): New version number (3.2).
8847 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8848
3b5fab87
EZ
88492000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8850
032ebb29
EZ
8851 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8852 font lock support on window-system.
8853 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8854
3b5fab87
EZ
8855 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8856 display-color-p, if fboundp, instead of window-system.
8857
7e2605e7
EZ
88582000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8859
8860 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8861 instead of window-system.
8862
8863 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8864 window-system.
8865 (widget-choice-mouse-down-action): Use display-popup-menus-p
8866 instead of window-system.
8867
8868 * strokes.el (strokes-file): Run the file name through
8869 convert-standard-filename.
8870 (strokes-mode): Call display-mouse-p instead of looking at
8871 window-system. Change the error message accordingly.
8872
8873 * progmodes/cpp.el (toplevel): Support faces on tty's.
8874
8875 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8876 (lm-plot-square, lm-init-display): Don't use window-system.
8877
8878 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8879 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8880
8881 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8882 instead of looking at window-system.
8883
26119624
GM
88842000-07-30 Gerd Moellmann <gerd@gnu.org>
8885
8886 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8887 of testing if iswitchb-prepost-hooks is bound, because the
8888 latter will always be true when invoking a recursive minibuffer
8889 from an active Iswitchb buffer.
8890
c90596f3
EZ
88912000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8892
8893 * files.el (shell-quote-wildcard-pattern): New function.
8894 (insert-directory): Call it. Only prepend "\" to command on Unix
8895 and GNU/Linux systems.
8896
18925e78
GM
88972000-07-30 Gerd Moellmann <gerd@gnu.org>
8898
8899 * eshell/esh-groups.el: Change custom :link file names
8900 from `eshell.info' to `eshell'.
8901
89022000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8903
8904 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8905 correctly in recursive ange-ftp listings.
8906
89072000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8908
8909 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8910 ps-header-font-size-internal and
8911 ps-header-title-font-size-internal variables are not set,
8912 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8913 face text property is (foreground-color . COLOR) or
8914 `(background-color . COLOR)', ps-print crashes. Doc fix.
8915 (ps-print-version): New version number (5.2.4).
8916 (ps-plot-region): Code fix.
8917 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8918 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8919 Bug fix 2.
8920
89212000-07-30 Milan Zamazal <pdm@freesoft.cz>
8922
8923 * glasses.el (glasses-make-readable): Fix uncapitalization of
8924 identifiers like `myXMLDocument'.
8925
aeb4c63e
KF
89262000-07-28 Karl Fogel <kfogel@red-bean.com>
8927
18925e78
GM
8928 * mail/mail-hist.el (mail-hist-previous-input)
8929 (mail-hist-next-input): Do the obvious code factorization.
8930 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8931 code of above two.
8932 If inserting a message body, leave point at top.
8933
9d453139
SS
89342000-07-28 Sam Steingold <sds@gnu.org>
8935
8936 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8937 Use `<=', not `<' to compare times!
8938 (ange-ftp-ls): Remove.
9d453139 8939
b548072f
GM
89402000-07-27 Gerd Moellmann <gerd@gnu.org>
8941
27848c01
GM
8942 * play/cookie1.el: Add explanation of how to make cookie.el
8943 compatible with strfile(1) to comment.
8944
8945 * subr.el (remove, remq): New functions.
8946
3ab82477
GM
8947 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8948 escape `*' in regexps.
8949 (midnight-find): Reverse order of arguments in the funcall of
8950 TEST.
8951
8952 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8953 and `.class'.
8954
b548072f
GM
8955 * play/meese.el: Add Commentary section.
8956
27848c01
GM
89572000-07-27 Alex Schroeder <alex@gnu.org>
8958
8959 * sql.el (sql-ms): Added autoload cookie.
8960 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8961 (sql-oracle): Ditto.
8962 (sql-help): Doc change.
8963
8964 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
8965 types and exceptions.
8966
89672000-07-27 Alex Schroeder <alex@gnu.org>
8968
8969 * sql.el (sql-placeholder-history): New variable.
8970 (sql-query-placeholders-and-send): New function that will query
8971 the user and replace placeholders with user input.
8972 (sql-oracle): If running on NT, set comint-input-sender to
8973 sql-query-placeholders-and-send.
8974
8975 (sql-stop): If in the SQLi buffer, insert stop notification, else
8976 present it as a message.
8977
89782000-07-27 Alex Schroeder <alex@gnu.org>
8979
8980 * sql.el (sql-input-ring-separator): Doc change.
8981 (sql-input-ring-file-name): Doc change.
8982 (sql-interactive-mode): Use `sql-input-ring-separator' and
8983 `sql-input-ring-file-name' to set the comint-mode equivalents
8984 without making them local variables.
8985 (sql-stop): Don't bind `sql-input-ring-separator' and
8986 `sql-input-ring-file-name' dynamically to their comint-mode
8987 equivalents.
8988
91ae8751
KH
89892000-07-27 Kenichi Handa <handa@etl.go.jp>
8990
8991 * international/mule.el (register-char-codings): New function.
8992 (make-coding-system): Handle `safe-chars' specification in the arg
8993 PROPERTY.
8994
8995 * international/mule-cmds.el
8996 (find-coding-systems-region-subset-p): This function deleted.
8997 (sort-coding-systems-predicate): New variable.
8998 (sort-coding-systems): New function.
8999 (find-coding-systems-region): Use
9000 find-coding-systems-region-internal.
9001 (find-coding-systems-string): Use find-coding-systems-region.
9002 (find-coding-systems-for-charsets): Check
9003 char-coding-system-table.
9004 (select-safe-coding-system-accept-default-p): New variable.
9005 (select-safe-coding-system): Mostly rewritten. New argument
9006 ACCEPT-DEFAULT-P.
9007 (select-message-coding-system): Call select-safe-coding-system
9008 with ACCEPT-DEFAULT-P arg.
9009 (reset-language-environment): Reset default-sendmail-coding-system
9010 to the default value iso-latin-1.
9011 (set-language-environment): Don't set the obsolete variable
9012 charset-origin-alist.
9013
9014 * international/codepage.el (cp-coding-system-for-codepage-1):
9015 Give `safe-chars' property to make-coding-system.
9016
9017 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9018 calling select-message-coding-system twice.
9019
9020 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9021 instead of `safe-charsets'.
9022 (cyrillic-alternativnyj): Likewise.
9023 (ccl-encode-alternativnyj): Don't check the charset
9024 cyrillic-iso8859-5.
9025
90cf4474
KH
90262000-07-27 Kenichi Handa <handa@etl.go.jp>
9027
9028 * composite.el (compose-chars-after): Preserve match data.
9029
a1f84f6d
SS
90302000-07-26 Sam Steingold <sds@gnu.org>
9031
9032 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9033 (ange-ftp-real-file-newer-than-file-p): New function.
9034 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9035 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9036
9037 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9038 * midnight.el (midnight-float-time): Ditto.
9039
e092928e
AS
90402000-07-26 Andreas Schwab <schwab@suse.de>
9041
9042 * files.el (normal-backup-enable-predicate): Correct
9043 interpretation of the return value of compare-strings.
9044
7465ebef
GM
90452000-07-26 Gerd Moellmann <gerd@gnu.org>
9046
3353ef5a
GM
9047 * isearch.el (isearch-resume): New function.
9048 (isearch-done): Add something to command-history to resume
9049 the search.
9050 (isearch-yank-line, isearch-yank-word): Use
9051 buffer-substring-no-properties instead of buffer-substring.
9052
7465ebef
GM
9053 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9054 of flyspell-mouse-map.
9055
9056 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9057 duplicate definition.
9058 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9059
9060 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9061 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9062
5044b74a
SS
90632000-07-25 Sam Steingold <sds@gnu.org>
9064
25759a92
SS
9065 * net/ange-ftp.el: Get modtime over the net.
9066 (ange-ftp-file-modtime): New function.
a95cb10a
GM
9067 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9068 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
9069 Use it.
9070 (ange-ftp-dot-to-slash): New function.
9071 (ange-ftp-fix-name-for-vms): Use it.
9072
5044b74a
SS
9073 * midnight.el (midnight-buffer-display-time): Use
9074 `with-current-buffer'.
9075
5dcfb3f4
GM
90762000-07-25 Gerd Moellmann <gerd@gnu.org>
9077
9078 * find-dired.el: Update copyright notice.
9079 (find-dired): Offer to kill a running `find'.
9080
9081 * enriched.el (enriched-face-ans): For a `foreground-color'
9082 property, return '(("x-color" COLOR))' so that COLOR will be
9083 output as a parameter of the x-color annotation. Likewise for the
9084 `background-color' property. In the case of normal face
9085 properties, don't return annotations for unspecified foreground
9086 and background face attributes.
9087
8c662166
KH
90882000-07-25 Kenichi Handa <handa@etl.go.jp>
9089
9090 * language/japan-util.el (japanese-katakana-region): Fix handling
9091 HANKAKU argument.
9092
c28da489
MB
90932000-07-25 Miles Bader <miles@gnu.org>
9094
9095 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9096 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9097 constrain-to-field.
9098
ad349719
AI
90992000-07-24 Andrew Innes <andrewi@gnu.org>
9100
9101 * timer.el (timer-activate-when-idle): Add optional parameter
9102 DONT-WAIT. Update docstring.
9103 (run-with-idle-timer): Specify extra parameter to
9104 timer-activate-when-idle, so that timer will be activated
9105 immediately if Emacs is already idle.
9106
9107 * w32-fns.el (w32-using-nt): Fix docstring.
9108
c95162f5
DL
91092000-07-24 Dave Love <fx@gnu.org>
9110
9111 * mouse.el (popup-menu): Set last-command-event.
9112 (mouse-major-mode-menu-prefix): Declare.
9113
e3c31fd5
GM
91142000-07-24 Gerd Moellmann <gerd@gnu.org>
9115
9116 * textmodes/flyspell.el: Update to author's version 1.5d.
9117
9118 * progmodes/hideshow.el: Update copyright notice.
9119
9120 * vcursor.el: Set maintainer to FSF, since author cannot
9121 be reached.
9122
7636d2a3
EZ
91232000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9124
fbe0a958
EZ
9125 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9126 the prompt.
9127
7636d2a3
EZ
9128 * mouse.el (popup-menu): Run the keymap through indirect-function,
9129 in case it was defined with define-prefix-key. If the menu is a
9130 list of keymaps, look up the binding of user's choice in each one
9131 of the keymaps.
9132 (mouse-popup-menubar): If the global and local menu-bar keymaps
9133 don't have a prompt string, create one and insert it into the
9134 keymap. Don't barf if current-local-map returns nil.
9135
e024b101
GM
91362000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9137
9138 * dired.el (dired-sort-R-check): Added to allow recursive listing
9139 to be undone.
9140 (dired-sort-other): Use it.
9141
7972fcfc
GM
91422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9143
e024b101 9144 * Release of cc-mode 5.27
7972fcfc
GM
9145
91462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9147
9148 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9149 c-beginning-of-statement-1 that caused a bad case of recursion
9150 which could consume a lot of CPU in large classes in languages
9151 that have in-expression classes (i.e. Java and Pike).
9152
9153 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9154 statements before top level constructs (i.e. case 6 is moved
9155 before case 5 and is now case 4) to catch in-expression
9156 classes in top level expressions correctly.
9157
91582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9159
9160 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9161 objc-method-intro. Case 4 removed and case 5I added.
9162
9163 * cc-langs.el (c-append-paragraph-start): New variable used by
9164 c-common-init to get paragraph-start correct.
9165 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9166 initialize paragraph-start to make it correct both with and
9167 without the javadoc special case.
9168
9169 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9170 initialize paragraph-start for javadoc markup.
9171
9172 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9173 change by defaulting this to t. It's motivated by the
9174 confusing behavior that otherwise arise from the style system
9175 when editing both java and non-java files at the same time
9176 (see the comments about style setting in c-common-init).
9177
91782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9179
9180 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9181 similar to the one in c-fill-paragraph to check the fill
9182 prefix from the adaptive fill function for sanity.
9183
91842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9185
9186 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9187 defun block.
9188
91892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9190
5044b74a 9191 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
9192
91932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9194
9195 * cc-align.el (c-lineup-multi-inher): Handle lines with
9196 leading comma nicely. Extended to handle member initializers
9197 too.
9198
e024b101 9199 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
9200 c-guess-basic-syntax): Fixed recognition of inheritance lists
9201 when the lines begins with a comma.
9202
5044b74a 9203 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
9204
9205 * cc-vars.el (c-offsets-alist): Changed default for
9206 member-init-cont to c-lineup-multi-inher since it now handles
9207 member initializers and indents better for leading commas.
9208
92092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9210
9211 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9212 handling that caused class open lines to be recognized as
9213 statement-conts in some cases.
9214
9215 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9216 guessed by the adaptive fill function unless point is on the
9217 first line of a block comment.
9218
9219 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9220 when the buffer ends with a macro continuation char.
9221
9222 * cc-engine.el (c-guess-basic-syntax): Added support for
9223 function definitions as statements in Pike. The first
9224 statement in a lambda block is now labeled defun-block-intro
9225 instead of statement-block-intro.
9226
9227 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9228 so that the class surrounding point is selected, not the one
9229 innermost in the state.
9230
9231 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9232 recognition of switch labels having hanging multiline
9233 statements.
9234
9235 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9236 some code in c-guess-basic-syntax to a separate function.
9237 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9238 recognition of member inits with multiple line arglists.
9239 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9240 member-init-cont when the commas are in funny places.
9241
92422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9243
9244 * cc-defs.el (c-auto-newline): Removed this macro since it's
9245 not used anymore.
9246
9247 * cc-engine.el (c-looking-at-bos): New helper function.
9248 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9249 inexpr and toplevel classes apart in Pike.
9250
9251 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9252 of case 9A.
9253
9254 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9255 constant, since "class" can introduce an in-expression class
9256 in Pike nowadays.
9257
92582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9259
9260 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9261 indentation on cpp-macro lines.
9262
9263 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9264 a syntax modifier like comment-intro, to make it possible to
9265 get syntactic indentation for preprocessor directives. It's
9266 incompatible wrt to lineup functions on cpp-macro, but it has
9267 no observable effect in the 99.9% common case where cpp-macro
9268 is set to -1000.
9269
92702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9271
9272 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9273 member-init-cont when the preceding arglist is several lines.
9274
92752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9276
9277 * cc-styles.el (c-style-alist): The basic offset for the BSD
9278 style corrected to 8.
9279
92802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9281
9282 * cc-styles.el (c-style-alist): Adjusted the indentation of
9283 brace list openers in the gnu style.
9284
92852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9286
9287 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9288
9289 * cc-cmds.el (c-electric-brace, c-electric-slash,
9290 c-electric-star, c-electric-semi&comma, c-electric-colon,
9291 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9292 when c-syntactic-indentation is nil.
9293
9294 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9295 we were left at comments preceding the first statement when
9296 reaching the beginning of the buffer.
9297
9298 * cc-vars.el (c-syntactic-indentation): New variable to turn
9299 off all syntactic indentation.
9300
93012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9302
9303 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9304 between the text and the block comment ender when it hangs,
9305 depending on how many there are before the fill.
9306
93072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9308
9309 * cc-engine.el (c-beginning-of-closest-statement): New helper
9310 function to go back to the closest preceding statement start,
9311 which could be inside a conditional statement.
9312 * cc-engine.el (c-guess-basic-syntax): Use
9313 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9314
9315 * cc-engine.el (c-guess-basic-syntax): Better handling of
9316 arglist-intro, arglist-cont-nonempty and arglist-close when
9317 the arglist is nested inside parens. Cases 7A, 7C and 7F
9318 changed.
9319
9320 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9321 up-to-date with javadoc 1.2.
9322
93232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9324
9325 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9326 multiline Pike type decls.
9327
93282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9329
9330 * cc-cmds.el (c-indent-new-comment-line): Always break
9331 multiline comments in multiline mode, regardless of
9332 comment-multi-line.
9333
93342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9335
9336 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9337 fully::qualified::names in C++ member init lists. Preamble in
9338 case 5D changed.
9339
93402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9341
9342 * cc-langs.el (c-common-init): Handling of obsolete variables
9343 moved to c-initialize-cc-mode. More compatible style override
9344 when using global style variables.
9345 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9346 variables moved here.
9347
e024b101 9348 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
9349 c-special-indent-hook as a style variable. Don't talk about
9350 doing (c-make-styles-buffer-local t) in a mode hook, since
9351 that's already too late to work right.
5044b74a 9352
7972fcfc
GM
9353 * cc-styles.el (c-make-styles-buffer-local): Flag style
9354 variable localness in c-style-variables-are-local-p to make
9355 the compatibility measure in c-common-init work well.
9356
9357 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9358 longer contain set-from-style.
9359 * cc-styles.el (c-initialize-builtin-style): Don't check for
9360 set-from-style on c-special-indent-hook.
9361 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9362 copy-alist is sufficient now.
9363
9364 * cc-styles.el (c-set-style, c-set-style-1,
9365 c-get-style-variables): Fixes to variable initialization so
9366 that duplicate entries in styles have the same effect
9367 regardless of DONT-OVERRIDE.
9368
9369 * cc-styles.el (c-set-style-2): Fixed bug where the
9370 initialization of inheriting styles failed when the
9371 dont-override flag is set.
9372
9373 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9374 on this.
9375
93762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9377
9378 * cc-defs.el (c-forward-comment): Removed the workaround
9379 introduced in 5.38 since it had worse side-effects. If a line
9380 contains the string "//\"", it regarded the // as a comment
9381 start since the \ temporarily doesn't have escape syntax.
9382
93832000-07-17 Emmanuel Briot <briot@act-europe.fr>
9384
9385 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9386 ada-xref.el before ada-prj.el, so that the Project menu is created
9387 when ada-prj tries to add to it.
9388 (ada-activate-keys-for-case): Suppress the characters that are not
9389 part of the Ada syntax. Better compatibility with else-mode
9390 (ada-adjust-case-interactive): When auto-casing is not active,
9391 correctly insert newlines (used to insert only ^M). Prevent the
9392 syntax table from being changed in case of an error
814299a7 9393 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
9394 Do nothing if ada-auto-case is nil.
9395 (ada-after-keyword-p): Ignore keywords that are also attributes
9396 (ada-batch-reformat): Update usage comment
9397 (ada-call-from-contextual-menu): New function
9398 (ada-case-read-exceptions): Reinitialize the casing exception list
9399 first to nil first, so that the casing exception file can be
9400 shared.
9401 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9402 files.
9403 (ada-compile-goto-error): Fix regexp used to detect a file:line
9404 anywhere in the error message
9405 (ada-contextual-menu-last-point): New variable
9406 (ada-create-keymap): If the variable delete-key-deletes-forward is
9407 t on XEmacs, it means that DEL should delete one character
9408 forward.
9409 (ada-create-menu): Use :included instead of :visible for XEmacs.
9410 New submenu "Options".
9411 (ada-end-stmt-re): Correctly indent "select ... then abort"
9412 statements.
9413 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9414 even if they don't match ada-fill-comment-prefix Fix handling of
9415 paragraphs on the first or last line of a file.
9416 (ada-format-paramlist): Fix handling of default parameter values.
9417 (ada-get-body-name): New function.
9418 (ada-get-current-indent): Optimized by searchling directly for an
9419 existing generic part or a statement outside of it. Handle
9420 ada-indent-align-comments when indenting comments Replaced some
9421 regexps by testing directly the next character. This results in a
9422 huge speedup on some files. New indentation scheme for renames
9423 statements. Stop looking for the 'while' or 'for' associated with
9424 a 'loop' at the first semicolon encountered. A "return" can also
9425 match an anonymous access subprogram declaration.
9426 (ada-get-indent-noindent): Ignore strings and comments when
9427 looking for the keywords "record" and "private".
9428 (ada-goto-matching-decl-start): When matching "if", make sure we
9429 are not in fact seeing "end if". Ignore "when" statements except
9430 when initial keyword was "begin". Fix handling of nested
9431 procedures. Add a recursive call to this function to skip over
9432 other 'end' statmts. Fix indentation for "when .. => begin"
9433 (ada-in-open-paren-p): Fix indentation for complex boolean
9434 expressions, where 'and then', 'or else' and parenthesis
9435 statements are mixed up.
9436 (ada-in-paramlist-p): Skip comments while searching for the
9437 beginning Fix handling of operator declarations.
9438 (ada-indent-align-comments): New variable
9439 (ada-indent-current): Change the syntax table only in the
9440 protected section, so that we are sure it is restored correctly.
9441 (ada-indent-on-previous-lines): Use ada-use-indent and
9442 ada-with-indent Correctly indent "select ... then"
9443 (ada-indent-region): Slight speedup.
9444 (ada-indent-renames): New variable.
9445 (ada-last-which-function-subprog, ada-last-which-function-line):
9446 New variables
9447 (ada-looking-at-semi-private): Correctly indent the 'private'
9448 keyword when it is the first word in a package declaration.
9449 (ada-loose-case-word): Stop searching if at the end of the buffer.
9450 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9451 even if point is not initially at the end of the word.
9452 (ada-matching-decl-start-re): Add "when".
9453 (ada-mode): Add support for abbrev-mode, outline-mode and
9454 which-func-mode Override the old find-file.el entry in
9455 ff-special-constructs since it is using the obsolete
9456 ada-spec-suffix variable
9457 (ada-no-auto-case): New function
9458 (ada-scan-paramlist): When parsing the argument type, accept
9459 spaces (as in "X 'Class", generated by Rational Rose).
9460 (ada-other-file-name): No longer loads the other file.
9461 (ada-popup-menu): Save and restore the current buffer and cursor
9462 position before and after displaying the menu.
9463 (ada-search-ignore-complex-boolean): New function.
9464 (ada-uncomment-region): Emacs21 already knows how to delete
9465 comments not starting in the first column.
9466 (ada-use-indent): New variable
9467 (ada-which-function): New function.
9468 (ada-with-indent): New variable
9469 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9470 can be batch-compiled from the command line.
9471
9472 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9473 Add to the menu when the file is loaded, not in ada-mode-hook.
9474 Add -toolbar to the default ddd command Switches moved from
9475 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9476 ada-prj-default-comp-opt
9477 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9478 Reference Manual to the menu
9479 (ada-check-current): rewritten as a call to ada-compile-current
9480 (ada-compile): Removed.
9481 (ada-compile-application, ada-compile-current, ada-check-current):
9482 Set the compilation-search-path so that compile.el automatically
9483 finds the sources in src_dir. Automatic scrollong of the
9484 compilation buffer. C-uC-cC-c asks for confirmation before
9485 compiling
9486 (ada-compile-current): New parameter, prj-field
9487 (ada-complete-identifier): Load the .ali file before doing
9488 processing
9489 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9490 conform to gnatmake's behavior.
9491 (ada-find-file-in-dir): New function
9492 (ada-find-references): Set the environment variables for gnatfind
9493 (ada-find-src-file-in-dir): New function.
9494 (ada-first-non-nil): Removed
9495 (ada-gdb-application): Add support for jdb, the java debugger.
9496 (ada-get-ada-file-name): Load the original-file first if not done
9497 yet.
9498 (ada-get-all-references): Handles the new ali syntax (parent types
9499 are found between <>).
9500 (ada-initialize-runtime-library): New function
9501 (ada-mode-hook): Always load a project file when a file is opened,
9502 so that the casing exceptions are correctly read.
9503 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9504 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9505 to open the project file, since the latter does not work with
9506 speedbar Get default values before loading the prj file, or the
9507 default executable file name is wrong. Use the absolute value of
9508 src_dir to initialize ada-search-directories and
9509 compilation-search-path,... Add the standard runtime library to
9510 the search path for find-file.
9511 (ada-prj-default-debugger): Was missing an opening '{'
9512 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9513 variables.
9514 (ada-prj-default-gnatmake-opt): New variable
9515 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9516 buffers, the project file is the default one Save the windows
9517 configuration before displaying the menu.
9518 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9519 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9520 ...) regexp-quote identifiers names to support operators +,
9521 -,... in regexps.
9522 (ada-remote): New function.
9523 (ada-run-application): Erase the output buffer before starting the
9524 run Support remote execution of the application. Use
9525 call-process, or the arguments are incorrectly parsed
9526 (ada-set-default-project-file): Reread the content of the active
9527 project file, not the one from the current buffer When a project
9528 file is set as the default project, all directories are
9529 automatically associated with it.
9530 (ada-set-environment): New function
9531 (ada-treat-cmd-string): New special variable ${current}
9532 (ada-treat-cmd-string): Revised. The substitution is now done for
9533 any ${...} substring
9534 (ada-xref-current): If no body was found, compiles the spec
9535 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9536 compiler to get rid of command line length limitations.
9537 (ada-xref-get-project-field): New function
9538 (ada-xref-project-files): New variable
9539 (ada-xref-runtime-library-specs-path)
9540 (ada-xref-runtime-library-ali-path): New variables
9541 (ada-xref-set-default-prj-values): Default run command now does a
9542 cd to the build directory. New field: main_unit Provide a default
9543 file name even if the current buffer has no prj file.
9544
9545 * ada-prj.el:
9546 Rewritten to show a tabbed-dialog.
9547 (ada-prj-add-ada-menu): Remove the map and name parameters.
9548 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9549 New function
9550 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9551 (ada-prj-load-from-file): New function
9552 (ada-prj-save): Always save fields that depend on the current buffer
9553 (ada-prj-show-value): New function
5044b74a 9554
7972fcfc
GM
9555 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9556 Ada mode. This will allow us to display the Ada menu in any buffer
9557 we want (for project items).
9558 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9559 number of spaces in the header.
5044b74a 9560
8730a8da
DL
95612000-07-24 Dave Love <fx@gnu.org>
9562
9563 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9564
db3ca487
NF
95652000-07-23 Noah Friedman <friedman@splode.com>
9566
ad953485
NF
9567 * type-break.el (type-break): perform autosave.
9568 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9569 (type-break-do-query): Cancel query schedule while performing
9570 actual query, to avoid possibility of a second query being made
9571 while first one is already in progress.
9572 (type-break-time-stamp-format): New variable.
9573 (type-break-time-stamp): New function.
9574 (type-break-time-warning): Use it.
9575 (type-break-keystroke-warning): Use it.
9576 (type-break-noninteractive-query): Use it.
9577
03a9c6d0
NF
9578 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9579 cookie.
9580 Use add-minor-mode to set minor-mode-alist, if available.
9581 (eldoc-echo-area-use-multiline-p): New user option.
9582 (eldoc-echo-area-multiline-supported-p): New variable.
9583 (eldoc-docstring-format-sym-doc): Use them.
9584 (eldoc-mode): If not using idle timers, append to local post and
9585 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9586 (eldoc-display-message-no-interference-p): Don't interfere with
9587 edebug.
9588 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9589 (eldoc-function-arglist): New function.
9590 (eldoc-function-argstring): Use it.
9591
db3ca487
NF
9592 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9593 auto save directory exists before calling directory-files.
9594
f7ad1899
DL
95952000-07-23 Dave Love <fx@gnu.org>
9596
9597 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9598 ^o, ^u.
9599
43e764c9
DL
96002000-07-21 Dave Love <fx@gnu.org>
9601
475de6f4
DL
9602 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9603 now passed to the function. It now works properly.
9604
43e764c9
DL
9605 * smerge-mode.el (smerge-mode-menu): Fill it out.
9606
e8bea4c0
GM
96072000-07-20 Gerd Moellmann <gerd@gnu.org>
9608
9609 * info-look.el (info-lookup): If *info* is shown in another frame
9610 on the same display, select that frame, instead of switching to
9611 the Info buffer in another window of the selected frame.
9612
9613 * simple.el (universal-argument-map): Bind numeric keypad keys
9614 kp-0 to kp-9 and kp-subtract.
9615 (digit-argument): Handle these keys.
9616
bc75b4fd
DL
96172000-07-20 Dave Love <fx@gnu.org>
9618
9619 * net/goto-addr.el (goto-address-fontify): Don't bother with
9620 buffer-modified and read-only stuff -- irrelevant with overlays.
9621 Put an extra property on the overlays and use it to clean up in
9622 case goto-address is re-run.
9623
8b7bc628
RS
96242000-07-19 Richard M. Stallman <rms@gnu.org>
9625
18e21ce8
RS
9626 * timer.el (run-with-idle-timer): Doc fix.
9627
db3ca487 9628 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
9629 Handle case where <...> appears inside "...".
9630 Use replace-match to edit the string more simply.
9631 (rmail-dont-reply-to): Cope with an unmatched ".
9632
50575ec2
DL
96332000-07-19 Dave Love <fx@gnu.org>
9634
9635 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9636 implementation.
9637
9638 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9639 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9640 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9641
4279296d
GM
96422000-07-19 Gerd Moellmann <gerd@gnu.org>
9643
47db06aa
GM
9644 * textmodes/refer.el: Correct maintainer's email address.
9645
9646 * progmodes/hideif.el: Correct author's email address.
9647 Fix typo in comment.
9648
9649 * xml.el: New file.
9650
4279296d
GM
9651 * mail/mailheader.el: Correct author's mail address.
9652
9653 * gnus/parse-time.el: Correct author's mail address.
9654
47db06aa 96552000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
9656
9657 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
9658 New user options.
9659 (comint-input-ring-file-name): Change custom type.
9660 (comint-mode-map): Bind mouse-2.
9661 (comint-insert-clicked-input): New function.
9662 (comint-send-input): Handle input highlighting.
9663
21ad0f7b
SM
96642000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9665
9666 * mouse.el (popup-menu): New function.
9667 (mouse-major-mode-menu): Use it.
9668
3b33a005
DL
96692000-07-18 Dave Love <fx@gnu.org>
9670
9671 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9672 improvements.
9673
dc1cac59
GM
96742000-07-18 Gerd Moellmann <gerd@gnu.org>
9675
21ad0f7b 9676 * faces.el (face-font-selection-order)
dc1cac59 9677 (face-font-family-alternatives): Add custom type.
db3ca487 9678
f8276b77
DL
96792000-07-18 Dave Love <fx@gnu.org>
9680
9681 * cus-edit.el (custom-variable-reset-saved)
9682 (custom-variable-reset-standard): Remove unused bindings.
9683
9684 * rect.el (open-rectangle-line): Remove unused let.
9685
9686 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9687
3d6cd763
GM
96882000-07-18 Gerd Moellmann <gerd@gnu.org>
9689
9690 * cdl.el: Fix `Maintainer' keyword.
9691
9692 * play/pong.el: Add author's email address.
9693
34342a07
SS
96942000-07-17 Sam Steingold <sds@gnu.org>
9695
9696 * files.el (insert-directory): Call `split-string' instead of
9697 re-implementing it.
9698
088831a6
GM
96992000-07-18 Gerd Moellmann <gerd@gnu.org>
9700
9701 * mail/vms-pmail.el: Change maintainer to FSF.
9702
9703 * net/goto-addr.el: Change maintainer to FSF.
9704
088831a6 9705 * info.el (Info-title-face-alist): Removed.
db3ca487 9706
c152047f
GM
97072000-07-18 David Ponce <david@dponce.com>
9708
9709 * recentf.el (recentf-open-files): New command that works like
9710 `recentf-open-more-files', but shows the whole list of files (not just
9711 those omitted from the menu). Useful if you don't use a menu-bar!
9712 (recentf-open-more-files) Modified to use `recentf-open-files'.
9713
9714 (recentf-open-files, recentf-open-more-files)
9715 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9716
c152047f
GM
9717 (recentf-dialog-mode): New mode for dialogs. You can now just type
9718 "q" to cancel the dialogs.
9719
97202000-07-18 David Ponce <david@dponce.com>
9721
9722 * recentf.el: This is a major update of recentf.el. It adds new
9723 features to better organize the recentf menu and "More..." buffer.
9724
9725 Using new provided menu filtering functions you can now organize the
9726 recent files list:
9727
9728 - by major modes
9729 - by directories
9730 - by user defined rules
9731
9732 Finally, with the new `recentf-filter-changer' customizable filter you
9733 can define a ring of filters and dynamically (via the menu) cycle on
9734 each menu organization in the ring (a la msb).
9735
68be2869
EZ
97362000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9737
9738 * eshell/eshell.el (eshell): Replace links to eshell.info with
9739 links to eshell, to avoid problems on systems where the manual is
9740 installed as `eshell'.
9741 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9742 * eshell/em-smart.el (eshell-smart): Ditto.
9743 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9744 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9745
9746 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9747 same-file check in the MS-DOS version (it does support inodes).
9748
9749 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9750
21ad0f7b
SM
9751 * eshell/eshell.el (eshell-directory-name):
9752 Run default directory name through convert-standard-filename.
68be2869 9753
269b4dcb
KH
97542000-07-18 Kenichi Handa <handa@etl.go.jp>
9755
21ad0f7b
SM
9756 * international/mule-cmds.el (select-safe-coding-system):
9757 Fix typo in the comment.
240a16cf 9758
21ad0f7b
SM
9759 * language/european.el (compound-text):
9760 Force katakana-jisx0201 to be designated to G1.
aa96c820 9761
21ad0f7b
SM
9762 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9763 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9764 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9765
269b4dcb
KH
9766 * international/kkc.el (kkc-after-update-conversion-functions):
9767 New variable.
9768 (kkc-update-conversion): Run functions in it at the tail.
9769
68be2869 97702000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9771
21ad0f7b
SM
9772 * lisp/align.el (align-newline-and-indent):
9773 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9774 (align-region): Fixed badly formatted minibuffer message.
9775
7a3fd467
KH
97762000-07-17 Kenichi Handa <handa@etl.go.jp>
9777
21ad0f7b 9778 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9779 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9780 the conversion list at first if appropriate.
9781 (kkc-next): Don't update kkc-next-count here.
9782 (kkc-prev): Don't update kkc-prev-count here.
9783 (kkc-show-conversion-list-update): Fix setting up of conversion
9784 list message.
9785
a45423d8
SM
97862000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9787
088831a6 9788 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9789
91a38db1
DL
97902000-07-16 Dave Love <fx@gnu.org>
9791
9792 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9793 function to be more specific.
9794
9795 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9796 non-string help-echo.
9797 (widget-types-convert-widget): Defsubst it.
9798 (widget-echo-help): Try to cope with a help-echo function of two
9799 possible sorts.
9800
3fddcdc3
JR
98012000-07-15 Jason Rumney <jasonr@gnu.org>
9802
9803 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9804 Declare as obsolete.
9805
9806 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9807
bd23a692
GM
98082000-07-14 Gerd Moellmann <gerd@gnu.org>
9809
9810 * hilit-chg.el: Fix typo.
9811
d4af987a
DL
98122000-07-14 Dave Love <fx@gnu.org>
9813
9814 * info.el (Info-mode-menu): Fix use of :help, :enable.
9815
3a4f3f86
SM
98162000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9817
9818 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9819
cf6936a4
DL
98202000-07-13 Dave Love <fx@gnu.org>
9821
4d6d04b5
DL
9822 * emacs-lisp/easymenu.el: Doc fixes.
9823 (easy-menu-remove): Defalias to ignore.
9824
cf6936a4
DL
9825 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9826 Call throw correctly.
9827
56437999
GM
98282000-07-13 Gerd Moellmann <gerd@gnu.org>
9829
9830 * faces.el (frame-background-mode): Doc fix.
9831
9832 * simple.el (eval-expression-print-length): Change custom type to
9833 allow entering nil as value.
9834
d04a3972
DL
98352000-07-13 Dave Love <fx@gnu.org>
9836
3a4f3f86
SM
9837 * progmodes/fortran.el (fortran-imenu-generic-expression):
9838 Change definition layout.
a8189dfe
DL
9839 (fortran-mode-menu): Reinstate customize entries.
9840
d04a3972
DL
9841 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9842 Use :filter, per old XEmacs code.
9843
4bf4fb05
GM
98442000-07-12 Gerd Moellmann <gerd@gnu.org>
9845
9846 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9847 event when deciding what to send to the terminal.
9848
37328bcd
DL
98492000-07-12 Dave Love <fx@gnu.org>
9850
9851 * cus-start.el: Add optional version as 4th element of specs and
9852 use it for several things new in v21. Remove load-path. Fix type
9853 of line-number-display-limit.
9854
89492072
DL
98552000-07-11 Dave Love <fx@gnu.org>
9856
3a4f3f86
SM
9857 * progmodes/fortran.el: Don't require easymenu.
9858 Use repeat counts in various regexps.
315aa1de
DL
9859 (fortran-mode-syntax-table): Defvar directly.
9860 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9861 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9862 Use defvar, not defconst.
9863 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9864 (fortran-mode): Set fortran-comment-line-start-skip,
9865 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9866 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9867 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9868 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9869 (fortran-comment-region, fortran-electric-line-number): Simplify.
9870 (fortran-auto-fill): New function.
9871 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9872 (fortran-find-comment-start-skip):
9873 Check for non-null comment-start-skip.
9874 (fortran-auto-fill-mode, fortran-fill-statement):
9875 Use fortran-auto-fill.
315aa1de 9876 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9877 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9878
89492072
DL
9879 * widget.el (widget-plist-member): New alias.
9880
d55ead18
EZ
98812000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9882
9883 * eshell/esh-module.el (toplevel): Reference
9884 byte-compile-current-file only if it is bound.
9885
e82a2a05
GM
98862000-07-10 Gerd Moellmann <gerd@gnu.org>
9887
9888 * dired.el: Don't require `dired-aux'.
9889
1fc7fb2b
MB
98902000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9891
9892 * dired-aux.el (dired-show-file-type): New function.
9893 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9894 (dired-show-file-type): Add autoload.
9895
ab49ce15
KH
98962000-07-10 Kenichi Handa <handa@etl.go.jp>
9897
9898 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9899 change of fontset-info.
ab49ce15
KH
9900 (print-fontset): Likewise.
9901
f45aab65
SM
99022000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9903
9904 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9905
2f72fd2f
GM
99062000-07-07 Gerd Moellmann <gerd@gnu.org>
9907
e82a2a05 9908 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9909
2f72fd2f
GM
9910 * dired.el (dired-find-alternate-file): New function.
9911 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9912 (toplevel): Require dired-aux when compiling.
9913 (dired-buffers): Move defvar within file to avoid compiler warning.
9914
9915 * info.el (Info-last-search): Variable removed.
9916 (Info-search-history): New variable.
9917 (Info-search): New Info-search-history.
9918
9919 * battery.el, info-look.el: Change author's mail address.
9920
965522f5 99212000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9922
965522f5
GM
9923 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9924 if rmail-ignored-headers is nil.
9925 (rmail-retry-failure): Bind rmail-ignored-headers and
9926 rmail-displayed-headers to nil.
9927
dd8888a1
GM
99282000-07-06 Gerd Moellmann <gerd@gnu.org>
9929
e5c81191
GM
9930 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9931 (print-region-1): Don't hard code `-h' here.
9932
dd8888a1
GM
9933 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9934
e5c81191
GM
99352000-07-01 Francesco Potorti` <pot@gnu.org>
9936
9937 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9938 exim can use "your message" instead of "the message".
34342a07 9939
f45aab65
SM
99402000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * facemenu.el: Docstrings fixes.
9943 (facemenu-get-face): Don't use internal-find-face.
9944 (facemenu-iterate): Rename arg to match the docstring.
9945
9946 * newcomment.el (uncomment-region): Be more careful when skipping
9947 backwards over `=' not to bump into BOBP.
9948
d396e521 99492000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9950
dd8888a1
GM
9951 * ediff-diff.el (ediff-wordify): Use syntax table.
9952 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9953 ediff-color-display-p.
dd8888a1 9954 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9955 from defsubst.
9956 Got rid of special cases for NeXT and OS/2.
dd8888a1 9957 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9958 face.
34342a07 9959
5e2dfaa4
SM
99602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9961
9962 * emacs-lisp/lucid.el: Require CL.
9963 (copy-tree, remprop): Remove, it's provided by CL.
9964 (map-keymap): Define in terms of cl-map-keymap.
9965 (extent-property, set-extent-end-glyph): New functions.
9966
9967 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
9968
d5c5cddd
GM
99692000-07-05 Gerd Moellmann <gerd@gnu.org>
9970
485266d0
GM
9971 * Makefile.in (DONTCOMPILE): Add comment that the name may
9972 not be changed without changing the make-dist script.
9973
5e2dfaa4 9974 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 9975 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 9976
e2c46326
AI
99772000-07-05 Andrew Innes <andrewi@gnu.org>
9978
9979 * makefile.nt: Add support for `bootstrap' and related targets.
9980
a027a91b
SM
99812000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9982
9983 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
9984 (easy-menu-do-define): Use `menu-item' format.
9985 Handle case where easy-menu-create-menu returns a symbol.
9986 Manually call the potential top-level filter in the function binding.
9987 (easy-menu-filter-return): New arg NAME.
9988 Convert to a keymap if MENU is an XEmacs menu.
9989 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
9990 (easy-menu-converted-items-table, easy-menu-convert-item):
9991 New var and fun to memoize easy-menu-convert-item-1.
9992 (easy-menu-do-add-item): Use it.
9993 (easy-menu-create-menu): Use easy-menu-convert-item.
9994 Wrap easy-menu-filter-return around any :filter specification.
9995 Don't convert the menu if a filter was specified.
9996 Tell easy-menu-make-symbol not to check for MENU being an expression.
9997 (easy-menu-make-symbol): New arg NOEXP.
9998
5e03eb84
GM
99992000-07-05 Gerd Moellmann <gerd@gnu.org>
10000
10001 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10002 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10003 (eval-defun): If called with prefix arg, instrument code for
10004 Edebug.
10005
10006 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10007 similar to that of eval-defun.
10008
fca68a95
DL
100092000-07-04 Dave Love <fx@gnu.org>
10010
7ccbba4c
DL
10011 * hl-line.el (hl-line-overlay): Make it permanent-local.
10012
fca68a95
DL
10013 * calendar/todo-mode.el: Replaced with a working version, based on
10014 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10015
100162000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
10017
10018 * paths.el (prune-directory-list): New function.
10019 (Info-default-directory-list): Rewritten to more methodically
10020 enumerate a big list of possible info directories (based on the
10021 list used by the standalone info reader).
fca68a95 10022
78e7e8a0 10023 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 10024 non-existent directories from Info-directory-list.
78e7e8a0 10025
78e7e8a0
MB
10026 * paths.el (Info-default-directory-list): Try a list of possible
10027 info-directories instead of a single one. Add the possible
10028 info directory "/usr/share/info".
10029
10030 * woman.el (woman-man.conf-path): Explicitly include the debian
10031 man-db config file "/etc/manpath.config".
10032 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10033 are present in `manpath.config'.
10034 (woman-manpath): Include "/usr/share/man".
10035
67c9a1d2
GM
100362000-07-03 Gerd Moellmann <gerd@gnu.org>
10037
6753393b
GM
10038 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10039
10040 * startup.el (command-line): Initialize blink-cursor based
10041 on window-system.
10042
e4f98ad3
GM
10043 * frame.el (blink-cursor): Default to nil if not running under
10044 a window-system.
10045
2f516940
GM
10046 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10047 (face-x-resources): Remove duplicate entry for :font.
10048
67c9a1d2
GM
10049 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10050 instead of cycling through windows with next-window.
10051
10052 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10053 of cycling through windows with next-window.
10054
10055 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10056 of cycling through windows with next-window.
10057
10058 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10059 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10060 instead of cycling through windows with next-window.
10061
10062 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10063 instead of cycling through windows with next-window.
10064
10065 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10066 of cycling through windows with next-window.
10067
10068 * terminal.el (te-process-output): Use walk-windows instead of
10069 cycling through windows with next-window.
10070
10071 * server.el (server-switch-buffer): Use some-window instead of
10072 cycling through windows with next-window.
10073
10074 * window.el (some-window): New function.
10075 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 10076
3a4f3f86 10077 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 10078
8b7bc628 100792000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
10080
10081 * window.el (walk-windows): Guarantee termination by keeping a list
10082 of all the windows already handled.
10083
d0d57043
EZ
100842000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10085
10086 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10087 window-system.
10088
10089 * man.el (Man-notify-when-ready): Don't use window-system. If
10090 Man-notify-method is newframe, and the display is not
10091 multi-frame, select the frame created for the man page.
10092 (Man-init-defvars): Doc fix.
10093
d5483ab1
GM
100942000-06-28 Gerd Moellmann <gerd@gnu.org>
10095
af5c25e1
GM
10096 * faces.el (region): Change background color for light background.
10097
10098 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10099 attribute from mode-line face of Ediff control frame.
10100
d5483ab1
GM
10101 * replace.el (query-replace-map): Bind `e' like `E'.
10102
9d47450f
EZ
101032000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10104
3a4f3f86
SM
10105 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10106 Change name to "Select All".
496b7491 10107
9d47450f
EZ
10108 * dos-fns.el (convert-standard-filename): Fix last change.
10109
0b431deb
GM
101102000-06-27 Gerd Moellmann <gerd@gnu.org>
10111
4fa9f636
GM
10112 * help.el (describe-variable): Don't insert a second `'s' in front
10113 of the string `value is shown below'. Since the syntax-table is
10114 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10115 an existing `'s', so that this won't be deleted.
10116
0b431deb
GM
10117 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10118 * pcmpl-unix.el: New files.
10119
32cad0aa
SM
101202000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10121
10122 * wid-edit.el (widget-member): Use the new plist-member.
10123
2c69ced2
GM
101242000-06-26 Gerd Moellmann <gerd@gnu.org>
10125
44c0f771
GM
10126 * replace.el (perform-replace): Undo change of 2000-04-04.
10127 Instead, move backward 1 character at the end of the loop when
10128 necessary.
34342a07 10129
1d36487c
GM
10130 * faces.el (fringe): Change face for different backgrounds.
10131
10132 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10133 patch from John.
10134
2c69ced2
GM
10135 * eshell/*.el: Change spelling of the Free Software Foundation.
10136
10137 * eshell/esh-toggle.el: Removed.
10138
10139 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10140
10141 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10142 interactively.
10143
101442000-06-26 Alex Schroeder <alex@gnu.org>
10145
10146 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10147 `define-key'; instead of checking `(emacs-version)' check for
10148 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10149 for `;' and `o' which might be electric.
10150
10151 (sql-electric-stuff): New user option.
10152 (sql-magic-go): New function which uses `sql-electric-stuff'.
10153 (sql-magic-semicolon): New function which uses
10154 `sql-electric-stuff'.
10155
10156 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10157 is not fboundp.
10158
10159 (sql-oracle-options): New variable.
10160 (sql-oracle): Use it.
10161
10162 (sql-imenu-generic-expression): Doc change.
10163 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10164 is used.
10165
10166 (sql-informix): Added command line parameter "-" to force
10167 sql-informix-program to use stdout.
10168
db1306d8
EZ
101692000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10170
3a4f3f86 10171 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
10172 (cp864-decode-table): Doc fix.
10173 (cp720-decode-table): New variable, supports the Arabic OEM
10174 codepage used by Windows.
10175 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10176
c69e5fcd
DL
101772000-06-23 Dave Love <fx@gnu.org>
10178
10179 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10180 (font-lock-fontify-anchored-keywords): Use
10181 line-beginning-position.
10182 (global-font-lock-mode): Use mapc.
10183
30ad8f23
SM
101842000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10185
10186 * eshell/esh-module.el: Require CL when compiling.
10187
26b4dc84
GM
101882000-06-23 Gerd Moellmann <gerd@gnu.org>
10189
78c56e70
GM
10190 * comint.el (comint-substitute-in-file-name): Call replace-match
10191 with second and third arg t.
10192
34342a07 10193 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
10194 Specify foreground color.
10195
10196 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10197 color.
10198
affbf647
GM
10199 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10200
10201 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10202 cddr instead of cdddr.
10203
25fffb31
GM
10204 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10205 instead of copy-list.
10206
10207 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10208 of copy-list.
10209
26b4dc84
GM
10210 * subdirs.el: Add eshell subdirectory.
10211
10212 * eshell: New subdirectory containing the Eshell package.
10213
10214 * pcomplete.el: New file.
10215
78c56e70
GM
102162000-06-23 Paul Eggert <eggert@twinsun.com>
10217
ea055732
GM
10218 * mail/mailpost.el (post-mail-send-it): Make sure file has
10219 proper permissions from birth.
10220
10221 * files.el (basic-save-buffer-2): When temporarily setting
10222 file modes, set them to current modes plus 0200, not to 0777.
10223
78c56e70
GM
10224 * emerge.el (emerge-make-temp-file): Make sure file has proper
10225 permissions from birth.
10226
a3a7ff33
EZ
102272000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10228
10229 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10230 backup file name through convert-standard-filename.
10231
10232 * dos-fns.el (convert-standard-filename): Convert leading
10233 directories as well. When long file names are supported, convert
10234 characters that are invalid in Windows file names.
10235
1fd9b7fe
GM
102362000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10237
10238 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10239 ps-print crashes. New feature: page selection for printing. Create
10240 raw-text-unix coding system for XEmacs. Doc fix.
10241 (ps-print-version): New version number (5.2.3).
10242 (ps-plot-region): Bug fix.
10243 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10244 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10245 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10246 funs.
10247 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10248 (ps-last-page): New vars.
10249
16ed8416
GM
102502000-06-21 Gerd Moellmann <gerd@gnu.org>
10251
10252 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10253 empty option string.
10254
4fbee715
EZ
102552000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10256
10257 * man.el (man): Doc fix.
10258
eaecfc94
KH
102592000-06-21 Kenichi Handa <handa@etl.go.jp>
10260
10261 * international/mule-cmds.el (set-language-info-alist): Docstring
10262 fixed.
10263
4a27bdfb
GM
102642000-06-20 Gerd Moellmann <gerd@gnu.org>
10265
10266 * version.el (emacs-version): Use ISO date format.
10267
10268 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10269 instead of `M-backspace'.
10270
10271 * simple.el (turn-off-auto-fill): New function.
10272
8972fe79
SM
102732000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10274
10275 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10276 Renamed from with-buffer-prepared-for-font-lock and use
10277 inhibit-modification-hooks rather than setting *-change-functions.
10278 Update all functions to use the new name.
10279 (jit-lock-first-unfontify-pos): New semantics (and doc).
10280 (jit-lock-mode): Make non-interactive.
10281 Don't automatically turn on font-lock.
10282 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10283 Always use jit-lock-after-change.
10284 Remove and restore font-lock-after-change-function.
10285 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10286 (jit-lock-after-unfontify-buffer): Remove.
10287 (jit-lock-stealth-fontify):
10288 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10289 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10290
5d80cc9c
SS
102912000-06-20 Sam Steingold <sds@gnu.org>
10292
10293 * emacs-lisp/cl-indent.el (toplevel): Indent
10294 `print-unreadable-object' properly. Untabify.
10295
f54e4d13
CD
102962000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10297
10298 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10299 Support for bibentry.
10300 (reftex-compile-variables): Fixed problem with end of section-re.
10301
10302 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
10303 reftex-view-crossref-from-bibtex):
10304 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
10305 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10306 Replaced `remprop' with `put'.
8972fe79
SM
10307 (reftex-view-crossref, reftex-view-crossref-when-idle):
10308 Support for bibentry.
f54e4d13 10309
8972fe79
SM
10310 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10311 New entry for bibentry package.
f54e4d13 10312
8972fe79
SM
10313 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10314 Regexp also matches "\nobibliography".
f54e4d13 10315
8972fe79
SM
10316 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10317 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
10318 (reftex-ensure-write-access): New function.
10319
f54e4d13
CD
103202000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10321
10322 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10323
10324 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10325
10326 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10327
10328 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10329
10330
560c43f4
DL
103312000-06-20 Dave Love <fx@gnu.org>
10332
10333 * faces.el (frame-background-mode): Use set-default, not set, in
10334 setter.
10335 (frame-update-faces, frame-update-face-colors): Define with
10336 defalias.
10337
10338 * enriched.el (enriched-decode-foreground)
10339 (enriched-decode-background): Don't use internal-find-face.
10340
10341 * apropos.el: Doc fixes.
10342
10343 * cus-edit.el (customize-changed-options): Check arg.
10344 (customize-version-lessp): Don't require decimal point.
10345
10346 * custom.el (defcustom, defgroup): Doc fix.
10347
10348 * newcomment.el (comment) <defgroup>: Add :version.
10349 (comment-multi-line): Doc fix.
10350
10351 * emulation/mlsupport.el (define-hooked-local-abbrev,
10352 define-hooked-global-abbrev): Fix, using define-abbrev.
10353
cdf0357b
GM
103542000-06-19 Gerd Moellmann <gerd@gnu.org>
10355
10356 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10357 the whole buffer.
10358
10013d74
DL
103592000-06-19 Dave Love <fx@gnu.org>
10360
10361 * menu-bar.el (menu-bar-options-save): New function.
10362 (menu-bar-options-menu): Use it.
10363 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10364 Simplify.
10365
6922f208
AS
103662000-06-19 Andreas Schwab <schwab@suse.de>
10367
10368 * progmodes/etags.el (tags-query-replace): Put new parameters
10369 START and END at the end, for backward compatibility.
10370
10d7bf84
KH
103712000-06-19 Kenichi Handa <handa@etl.go.jp>
10372
10373 * international/codepage.el:
10374 (cp-coding-system-for-codepage-1): Delete special codes for
10375 generating xxx-dos coding system because now a CCL based coding
10376 system can handle EOL conversion by default.
10377
10378 * international/mule.el (make-coding-system): Generate subsidiary
10379 coding systems for EOL handling variants even for a CCL based
10380 coding system.
10381
8f3c9a3d
KH
103822000-06-19 Kenichi Handa <handa@etl.go.jp>
10383
10384 * international/isearch-x.el (isearch-minibuffer-input-method)
10385 (isearch-minibuffer-input-method-function): These variables
10386 deleted.
10387 (isearch-with-input-method): Don't use the above variables.
10388 (isearch-process-search-multibyte-characters): Likewise. Call
10389 read-string with the arg INHERIT-INPUT-METHOD t.
10390
c2acf685
SM
103912000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10392
13f0d185
SM
10393 * font-lock.el (font-lock-after-fontify-buffer)
10394 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10395
10396 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10397 Use consistent make-local-variable style for font-lock-fontified.
10398 (jit-lock-fontify-buffer):
10399 Don't bother checking for font-lock-mode and jit-lock-mode.
10400
c2acf685
SM
10401 * time.el: Remove trailing ^M that prevent CVS-merging.
10402
a9021acd
GM
104032000-06-16 Gerd Moellmann <gerd@gnu.org>
10404
10405 * Makefile.in (distclean): New target.
5d80cc9c 10406
0df68e9f
SM
104072000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10408
10409 * Makefile.in (srcdir): Define for update-subdirs.
10410
6344985d
GM
104112000-06-16 Gerd Moellmann <gerd@gnu.org>
10412
10413 * find-lisp.el: New file.
10414
63239267
AI
104152000-06-16 Andrew Innes <andrewi@gnu.org>
10416
10417 * time.el (display-time-mail-function): New variable, to allow
10418 external packages to indicate when new mail is available.
10419 (display-time-update): Use it.
10420
1699f991
KH
104212000-06-16 Kenichi Handa <handa@etl.go.jp>
10422
a3b37893
KH
10423 * international/mule.el (mule-version): Change version name to
10424 SAKAKI. AOI has already been used by Meadow.
10425
1699f991
KH
10426 * international/quail.el (quail-show-guidance-buf): To find the
10427 bottom window (but minibuffer), pay attention to the height of
10428 minibuffer.
10429
228b083e
EZ
104302000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10431
7d5c8691
EZ
10432 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10433 menu-bar menus. Add help strings. Don't remove the Edit menu
10434 from the menu bar, as the menu bar has enough space now.
10435
261f3289
EZ
10436 * Makefile.in (SHELL): Make sure /bin/sh is used.
10437
228b083e
EZ
10438 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10439 characters, which use series of two ^H characters instead of one.
10440
e27e8d71
GM
104412000-06-15 Gerd Moellmann <gerd@gnu.org>
10442
5d80cc9c 10443 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 10444 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 10445 functions.
451ec4e3
GM
10446 (Info-find-node-2): Try a case-sensitive search first, then
10447 do a case-insensitive search.
10448
10449 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10450 tutorials.
10451
b675095c
GM
10452 * complete.el (PC-env-vars-alist): New variable.
10453 (PC-complete-as-file-name): New function.
10454 (partial-completion-mode): Initialize PC-env-vars-alist from
10455 process-environment.
10456 (PC-do-completion): Handle completion of env vars.
10457
10458 * info.el (Info-set-mode-line): Show file name in mode line,
10459 use `*Info*' instead of `Info:'.
10460
e27e8d71
GM
10461 * startup.el (command-line-1): Change copyright messages to year
10462 2000.
10463
28223a7e
DL
104642000-06-15 Dave Love <fx@gnu.org>
10465
10466 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10467 not local-map.
10468
32684631
KH
104692000-06-15 Kenichi Handa <handa@etl.go.jp>
10470
10471 * international/mule.el (set-buffer-file-coding-system): Almost
10472 rewritten to handle `undecided' as no-op.
10473
9f817ea4
GM
104742000-06-14 Gerd Moellmann <gerd@gnu.org>
10475
e27e8d71 10476 * Makefile.in: New file.
dce6b995
GM
10477
10478 * Makefile: Removed.
10479
9f817ea4
GM
10480 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10481 (goto-address-highlight-keymap): Bind C-c RET.
10482
2de33f94
KH
104832000-06-14 Kenichi Handa <handa@etl.go.jp>
10484
bbf1e8a5
KH
10485 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10486 inherits buffer-file-coding-system of the current buffer.
725a6897 10487
02891cc3
KH
10488 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10489 0. Give correct argument to set-auto-coding-function.
10490 (tar-expunge): For goto-char, use (point-min), not 0.
10491 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10492 (tar-subfile-save-buffer): Likewize.
10493
2de33f94
KH
10494 * international/mule.el
10495 (after-insert-file-set-buffer-file-coding-system): Call
10496 set-buffer-file-coding-system with the arg FORCE t.
10497
1681ead6
GM
104982000-06-13 Gerd Moellmann <gerd@gnu.org>
10499
10500 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10501 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 10502 the sender is set with `-f'.
1681ead6 10503
fdf4b680
DL
105042000-06-13 Dave Love <fx@gnu.org>
10505
9c50afce
DL
10506 * help.el (describe-function-1): Kluge around cases of functions
10507 fset to subrs whose doc doesn't match their symbol-name.
10508
0ad550ba 10509 * image.el (insert-image): Default STRING to a space.
f290ca08 10510
fdf4b680 10511 * info.el Doc fixes.
5d80cc9c 10512 (Info-build-node-completions): Match Ref tags.
fdf4b680 10513
9b6610db
EZ
105142000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10515
a704139d
EZ
10516 * frame.el (display-multi-frame-p, display-multi-font-p): New
10517 defaliases for display-graphic-p.
10518
9b6610db
EZ
10519 * hl-line.el: Fixed a typo in commentary.
10520
7a5ea398
KH
105212000-06-13 Kenichi Handa <handa@etl.go.jp>
10522
10523 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10524 fixed.
10525
0dc91c57
DL
105262000-06-12 Dave Love <fx@gnu.org>
10527
10528 * image.el (insert-image): Save a little consing.
10529
0bd5914b
KH
105302000-06-12 Kenichi Handa <handa@etl.go.jp>
10531
10532 * language/tibet-util.el: Convert all tibetan-1-column characters
10533 to the corresponding tibetan characters.
10534 (tibetan-add-components): Delete code for the special treatment of
10535 'a chung.
10536
10537 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10538 change.
10539 (tibetan-vowel-transcription-alist): More rules added.
10540 (tibetan-composite-vowel-alist): New variable.
10541 (tibetan-precomposition-rule-alist): More rules added.
10542
6dc7d3d5
SM
105432000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10544
9c04c393
SM
10545 * startup.el (command-line): Only call menu-bar-mode if interactive.
10546
10547 * thingatpt.el (toplevel symbol-properties):
10548 * textmodes/makeinfo.el (makeinfo-compile):
10549 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 10550 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 10551 (hide-ifdef-use-define-alist):
5d80cc9c 10552 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
10553 (ange-ftp-vms-add-file-entry):
10554 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10555 * man.el (Man-build-man-command):
10556 * mail/rnewspost.el (news-reply-header-hook):
10557 * info.el (Info-insert-dir):
10558 * emulation/mlconvert.el (backward-word, forward-word, setq):
10559 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
10560 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10561 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
10562 (byte-optimize-apply, end of file):
10563 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10564 (ad-make-freeze-definition):
10565 * startup.el (command-line, command-line-1): Don't quote lambdas.
10566
6dc7d3d5
SM
10567 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10568 (cvs-cleanup-removed): New function.
10569 (cvs-cleanup-functions): New var.
10570 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10571 some flexibility in specifying additional entries to auto-cleanup.
10572 (cvs-quickdir): New function.
10573 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10574 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10575 (cvs-mode-find-file): Check that we are on a filename or dirname
10576 when invoked through a mouse-click.
10577 (cvs-full-path): Remove.
10578 (cvs-dired-action): Re-introduced.
10579 (cvs-dired-noselect): Use it.
10580 (vc-post-command-functions): use this new hook if available.
10581
10582 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10583 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10584 (cvs-filename-map, cvs-dirname-map): Remove.
10585 (cvs-default-action): Remove.
10586 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10587 if the arg is really a keymap.
10588 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10589 Don't hardcode the mapping from state (aka type) to face, but check
10590 the var cvs-fi-<type>-face instead.
10591 (cvs-fileinfo-from-entries): New function.
10592
10593 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10594 Docstring fix.
10595 (cvs-find-file-and-jump): Change default to be safer.
10596 (cvs-mode-diff-map): Define it as a function as well.
10597 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10598 Bind mouse-2 in this global map rather than with text-properties.
10599
10600 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10601 file to resolve the ambiguity between C(conflict) and C(need-merge).
10602
5050a2ef
KH
106032000-06-12 Kenichi Handa <handa@etl.go.jp>
10604
10605 * international/mule.el (set-buffer-file-coding-system): If
10606 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10607 unconditionally.
10608
35a7ac84
DL
106092000-06-12 Dave Love <fx@gnu.org>
10610
10611 * wid-edit.el (widget-specify-button): Really suppress the face if
10612 required.
10613
db8eeecd
GM
106142000-06-11 Gerd Moellmann <gerd@gnu.org>
10615
10616 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10617
70223ca4
SM
106182000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10619
10620 * imenu.el (imenu-generic-expression): Docstring fix.
10621
10622 * composite.el (composition-function-table): Move the `put'
10623 below the autoload cookie so we can load the file before loaddefs.
10624
10625 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10626
10627 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10628 Handle easy-mmode-define-global-mode.
10629 For complex macros like define-minor-mode that can generate
10630 several autoload entries, try to autoload entries in the
10631 macroexpanded code.
10632
10633 * emacs-lisp/easy-mmode.el (define-minor-mode):
10634 If KEYMAP is a symbol, just use it.
10635 Use byte-compile-current-file and load-file-name to infer the
10636 proper :require to pass to defcustom.
10637 Wrap the hook var into `progn' so as not to autoload it.
10638 Add a :autoload-end cookie.
10639 Be more careful about the evaluation of KEYMAP.
10640 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10641 (define-derived-mode): Move define-abbrev-table outside of defvar.
10642
106432000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10646 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10647 (backup-compiled-files): Ignore errors during `tar'.
10648 (bootstrap): Make autoloads before elc files.
10649
9c53b34e
KH
106502000-06-10 Kenichi Handa <handa@etl.go.jp>
10651
10652 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 10653 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
10654
10655 * international/mule-conf.el (unix): New alias for the coding
10656 system undecided-unix.
10657
22ddd299
DL
106582000-06-09 Dave Love <fx@gnu.org>
10659
5ee42746
DL
10660 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10661
70223ca4 10662 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
10663 (executable-insert): Change custom type.
10664 (executable-find): Add autoload cookie.
cc7e1d18
DL
10665 (executable-make-buffer-file-executable-if-script-p): New
10666 function. After Noah Friedman.
22ddd299
DL
10667
10668 * files.el (after-save-hook): Customize, with
cc7e1d18 10669 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 10670
41ea3794
KH
106712000-06-09 Kenichi Handa <handa@etl.go.jp>
10672
f89437e3
KH
10673 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10674 "tib24p-mule.bdf" for Tibetan.
10675
7a4ee259
KH
10676 * composite.el (decompose-composite-char): Declare it as obsolete.
10677
ff6a65c2
KH
10678 * man.el (Man-fontify-manpage): Pay attention to underline and
10679 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 10680
f83fe4b4
GM
106812000-06-08 Gerd Moellmann <gerd@gnu.org>
10682
10683 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10684 Set maintainer to FSF since author isn't reachable.
10685
e56d7900
DL
106862000-06-08 Dave Love <fx@gnu.org>
10687
10688 * international/mule-cmds.el (select-safe-coding-system): If
10689 DEFAULT-CODING-SYSTEM is not specified, also check the most
10690 preferred coding-system if buffer-file-coding-system is
10691 `undecided'. From Handa.
10692
d3981b49
KH
106932000-06-08 Kenichi Handa <handa@etl.go.jp>
10694
10695 * international/mule.el
10696 (after-insert-file-set-buffer-file-coding-system): If the buffer
10697 size is greater than INSERTED, judget that we are not visiting.
10698
bff71087
RV
106992000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10700
10701 * whitespace.el (defgroup whitespace): Comment out `:version'.
10702 XEmacs 20.4 has problems defining the group with this present.
10703 We'll have this commented out till get resolve the problem.
10704
fd9ac94c 107052000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10706
fd9ac94c
GM
10707 * align.el (align-dq-string-modes, align-sq-string-modes)
10708 (align-open-comment-modes): Add pyhton-mode.
10709 (align-rules-list): Use get-text-property instead of
10710 text-properties-at.
10711 (align-rules-list): Add python-assignment.
10712 (align-rules-list): Change perl-comma-delimiter to
10713 basic-comma-delimiter. Use if for Perl modes and python-mode.
10714 (align-rules-list): Add python-chain-logic and
10715 basic-line-continuation.
45f485a6
GM
10716
107172000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10718
10719 * apropos.el (apropos-mode-hook): New user variable.
10720 (apropos-mode): Run apropos-mode-hook.
bff71087 10721
45f485a6
GM
107222000-06-07 David Ponce <david@dponce.com>
10723
10724 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10725 commands. Require `wid-edit' at run-time.
10726
107272000-06-07 David Ponce <david@dponce.com>
10728
10729 * recentf.el: Added some "Commentary".
10730 (recentf-open-more-files, recentf-edit-list): Minor changes to
10731 move the point at the top of the file list. This behaviour is
10732 consistent with the menu one when the list contains a lot of
10733 files.
10734 (recentf-cleanup): Now displays the number of items removed from
10735 the list.
10736 (recentf-relative-filter) New menu filter to show filenames
10737 relative to `default-directory'.
bff71087 10738
45f485a6
GM
107392000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10740
10741 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10742 with/without giving an error if PostScript printer doesn't have this
10743 kind of page size. Zebra Stripe continues or restarts on next page.
10744 Manual/automatic paper feeding. Switch or not the header.
10745 (ps-print-version): New version number (5.2.2).
10746 (ps-windows-system): Include emx as a Windows system.
10747 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10748 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10749 (ps-background-text): Code fix.
10750 (ps-error-handler-message, ps-user-defined-prologue)
10751 (ps-print-prologue-header, ps-printer-name)
10752 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10753 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10754 (ps-use-face-background): Customization fix.
10755 (ps-n-up-database): Data fix.
10756 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10757 (ps-switch-header): New vars.
10758 (ps-xemacs-color-name, ps-face-foreground-name)
10759 (ps-face-background-name, ps-boolean-constant): New funs.
10760
c14dcd22
DL
107612000-06-07 Dave Love <fx@gnu.org>
10762
10763 * allout.el: New version from Manheimer.
10764
e4044bb0
KH
107652000-06-07 Kenichi Handa <handa@etl.go.jp>
10766
10767 * textmodes/fill.el (fill-find-break-point): Check the validity of
10768 charset.
10769
59cfe8b9
KF
107702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10771
10772 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10773 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10774 Call display-color-p and display-mouse-p instead of looking at
10775 window-system.
10776
bb2337f5
DL
107772000-06-06 Dave Love <fx@gnu.org>
10778
10779 * image.el (find-image): Doc fix. Return nil if image not found.
10780 (put-image, insert-image): Make STRING arg optional.
10781
8e624fa2
KH
107822000-06-06 Kenichi Handa <handa@etl.go.jp>
10783
10784 * language/vietnamese.el: Remove eval-when-compile.
10785 (viet-viscii-nonascii-translation-table): Define it as a
10786 translation table made from viet-viscii-decode-table.
10787 (viet-viscii-encode-table): Define it as a translation table made
10788 from the reverse map of above.
10789 (viet-vscii-nonascii-translation-table): Define it as a
10790 translation table made from viet-vscii-decode-table.
10791 (viet-vscii-encode-table): Define it as a translation table made
10792 from the reverse map of above.
10793 (ccl-decode-viscii): Use translate-character.
10794 (ccl-encode-viscii, ccl-encode-viscii-font)
10795 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10796 Likewize.
bff71087 10797
8e624fa2
KH
10798 * language/cyrillic.el: Remove eval-when-compile.
10799 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10800 translation table made from cyrillic-koi8-r-decode-table.
10801 (cyrillic-koi8-r-encode-table): Define it as a translation table
10802 made from the reverse map of above.
10803 (ccl-decode-koi8): Use translate-character.
10804 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10805 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10806 a translation table made from cyrillic-alternativnyj-decode-table.
10807 (cyrillic-alternativnyj-encode-table): Define it as a translation
10808 table made from the reverse map of above.
10809 (ccl-decode-alternativnyj): Use translate-character.
10810 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10811 Likewize
10812
10813 * international/mule-diag.el (non-iso-charset-alist): Specify
10814 translation table symbol instead of translation table itself.
10815 (list-block-of-chars): CHARSET may be a translation table symbol.
10816
10817 * international/mule.el (make-coding-system): If CODING-SYSTEM
10818 already exists, override it.
10819
10820 * international/fontset.el: Use family `proportional' for Tibetan
10821 fonts.
10822
10823 * international/ccl.el (ccl-compile-translate-character): Don't
10824 check if Rrr has property translation-table.
10825 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10826
1969fae2
GM
108272000-06-05 Gerd Moellmann <gerd@gnu.org>
10828
10829 * info.el: Bind case-fold-search to t when searching in case
10830 a user sets it to nil in a hook.
10831
d5b037c5
SM
108322000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10833
d3d02e65
SM
10834 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10835 * hl-line.el (hl-line-mode): Use the new :global key argument.
10836
10837 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10838 (tar-clip-time-string): Prepend a space.
10839 (tar-grind-file-mode): Construct a string rather than modifying one.
10840 (tar-header-block-summarize): Fix docstring.
10841 Use `format' rather than an error-prone set of copy-loops.
10842
10843 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10844 (diff-goto-source, diff-unified->context, diff-context->unified)
10845 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10846 understand the format output by the `-p' argument to diff.
10847
bff71087 10848 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10849 (sh-re-done): Use defconst.
10850 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10851 (sh-help-string-for-variable, sh-guess-basic-offset):
10852 Don't quote lambdas.
10853 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10854 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10855
f7c4478f
SM
10856 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10857 (mh-letter-mode): Derive from text-mode.
10858 This implicitly means that it now calls kill-all-local-variables.
10859 Also remove the Emacs-18 compatibility code.
10860
a8add29d
SM
10861 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10862 Make use of symbol-property doc-string-elt.
10863 Use memq rather than a sequence of eq.
10864 (doc-string-elt): Fix the wrong or missing previously unused values.
10865 (autoload-print-form): New function extracted from
10866 generate-file-autoloads to allow recursion when handling progn
10867 so that defvar's and defun's docstrings are properly printed.
10868 (generate-file-autoloads): Use it.
10869
d5b037c5
SM
10870 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10871 Use find-file-hooks in the minor-mode function.
10872 Be careful not to loop indefinitely in the post-command-hook function.
10873
560ef11a 108742000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10875
1969fae2 10876 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10877 tty's.
1969fae2 10878 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10879 differences whenever appropriate.
1969fae2
GM
10880 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10881 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10882 wildcards.
10883
b5bbbb76
SM
108842000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10885
d5b037c5
SM
10886 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10887 (jit-lock-fontify-buffer): New function for JIT refontification.
10888 (jit-lock-mode): Fix docstring.
10889 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10890 Remove jit-lock-after-change from the _local_ hook.
10891 (jit-lock-function-1): Fix docstring.
10892
10893 * info.el (Info-on-current-buffer): Initialize info.
10894
10895 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10896
10897 * progmodes/tcl.el (tcl-indent-for-comment):
10898 Ignore comment-indent-hook.
10899
10900 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10901 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10902 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10903 and improve to use the lighter to guess the capitalization.
10904 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10905 Add keyword arguments to specify global-ness or the custom group.
10906 Add local-map and help-echo properties to the lighter.
10907 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10908 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10909
bfa6c260
DL
109102000-06-02 Dave Love <fx@gnu.org>
10911
10912 * wid-edit.el: byte-compile-dynamic since we typically don't use
10913 all the widgets. Don't require cl or widget. Remove
10914 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10915 (widget-read-event): Removed. Callers changed to use read-event.
10916 (widget-button-release-event-p): Renamed from
10917 button-release-event-p.
10918 (widget-field-add-space, widget-field-use-before-change):
10919 Uncustomize.
10920 (widget-specify-field): Use keymap property, not local-map.
10921 (widget-specify-button): Obey :suppress-face.
10922 (widget-specify-insert): Use modern backquote syntax.
10923 (widget-image-directory): Renamed from widget-glyph-directory.
10924 (widget-image-enable): Renamed from widget-glyph-enable.
10925 (widget-image-find): Replaces widget-glyph-find.
10926 (widget-button-pressed-face): Move defvar.
10927 (widget-image-insert): Replaces widget-glyph-insert.
10928 (widget-convert): Use keywordp.
10929 (widget-leave-text, widget-children-value-delete): Use mapc.
10930 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10931 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10932 (widget-button-click): Don't set point at the click, but re-centre
10933 if we scroll out of window. Rewritten for images v. glyphs &c.
10934 (widget-tabable-at): Use POS arg, not point.
10935 (widget-beginning-of-line, widget-end-of-line)
10936 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10937 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10938 (widget-default-create): Use widget-image-insert; some rewriting.
10939 (widget-visibility-value-create)
10940 (widget-push-button-value-create, widget-toggle-value-create): Use
10941 widget-image-insert.
10942 (checkbox): Create on and off images dynamically.
10943 (documentation-link): Change :help-echo.
10944 (widget-documentation-link-echo-help): Remove.
10945
3837de12
SM
109462000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10947
10948 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10949
10950 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10951 (easy-mmode-define-toggle, define-minor-mode): Use it.
10952 (easy-mmode-define-keymap): Docstring fix.
10953 (define-derived-mode): Default PARENT to fundamental-mode.
10954 Add the derived-mode-parent symbol-property.
10955 (easy-mmode-derived-mode-p): New function.
10956
90aa4ea8
DL
109572000-06-02 Dave Love <fx@gnu.org>
10958
37193ee6
DL
10959 * files.el (convert-standard-filename): Doc fix.
10960 (normal-backup-enable-predicate): New function.
10961 (backup-enable-predicate): Use it to replace the lambda form.
10962
10963 * calendar/todo-mode.el: [This needs more work on the outline
10964 stuff.] Doc fixes.
10965 (todo) <defgroup>: Add :version.
10966 (todo-add-category): Don't use pushnew.
10967 (todo-cmd-raise): Fix typo.
10968 (todo-top-priorities): Change temp buffer name.
10969 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
10970 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
10971 Use outline-next-heading.
37193ee6 10972
90aa4ea8
DL
10973 * autoarg.el: Rewritten to use define-minor-mode.
10974 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
10975 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
10976
2e54623a
KH
109772000-06-02 Kenichi Handa <handa@etl.go.jp>
10978
10979 * isearch.el (isearch-other-meta-char): Fix previous change.
10980
c5def0db
SM
109812000-06-01 Stefan Monnier <monnier@cs.yale.edu>
10982
3837de12
SM
10983 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
10984 (log-edit-done): Only add the comment to the ring if it's different
10985 from the last comment entered.
10986
c5def0db
SM
10987 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
10988
2330c9d4
DL
109892000-06-01 Dave Love <fx@gnu.org>
10990
10991 * hl-line.el: Rewritten using define-minor-mode.
10992
10993 * help.el (describe-function-1): Distinguish special form from
10994 builtin function. Sanity-check presence of arglist for builtins.
10995
6e5dfc31
KH
109962000-06-01 Kenichi Handa <handa@etl.go.jp>
10997
4dc1225b
KH
10998 * international/characters.el: Fix syntax/category setting of
10999 Tibetan characters.
11000
11001 * language/tibet-util.el (tibetan-add-components): Fixes for new
11002 encoding of Tibetan characters.
11003 (tibetan-decompose-precomposition-alist): New variable.
11004 (tibetan-decompose-region): Convert precomposed characters to
11005 non-precomposed characters.
11006 (tibetan-decompose-string): Likewise.
11007 (tibetan-composition-function): Fix args to
11008 thibetan-compose-string.
11009
11010 * language/tibetan.el (tibetan-composable-pattern): More
11011 characters included.
11012 (tibetan-consonant-transcription-alist): Rule for "R" added.
11013 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11014 "+R" added.
11015 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11016
eadef5e6
KH
11017 * language/lao-util.el (lao-composition-function): Fix args to
11018 compose-string.
11019
11020 * language/thai-util.el (thai-composition-function): Fix args to
11021 compose-string.
11022
6e5dfc31 11023 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
11024 to prevent the point moving to the end of a composition when a
11025 part of a composition is searched.
6e5dfc31
KH
11026 (isearch-other-meta-char): If the key invoking this command can be
11027 mapped by function-key-map to a printing char, call
11028 isearch-process-search-char directly.
11029
2598a293
SM
110302000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11031
11032 * emacs-lisp/bytecomp.el:
11033 * frame.el:
11034 * international/mule-cmds.el:
11035 * international/mule-util.el:
11036 * international/mule.el:
11037 * mouse.el:
11038 * subr.el:
11039 * faces.el: Update calls to make-obsolete with a WHEN argument.
11040
11041 * byte-run.el (make-obsolete, make-obsolete-variable):
11042 Add an optional WHEN argument and change the format of the
bff71087 11043 symbol-property information.
2598a293
SM
11044 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11045 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11046 new obsolete-symbol-property format and print WHEN if it is provided.
11047
28d8dff1
DL
110482000-05-31 Dave Love <fx@gnu.org>
11049
11050 * loadhist.el (loadhist-hook-functions): Remove
11051 before-change-function, after-change-function.
11052 (unload-feature): Deal with symbols which are both bound and
11053 fbound.
11054
11055 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11056 before-change-function, after-change-function.
11057
11058 * simple.el (newline): Don't bind before-change-function,
11059 after-change-function.
11060
7f565d87
RV
110612000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11062
11063 * whitespace.el (whitespace-rescan-timer-time): Update interval
11064 set to 600 seconds (10 minutes) instead of 60 seconds since
11065 a large number of whitespace buffers causes emacs to `freeze'
11066 for a considerable amount of time.
11067
bff71087 11068 * whitespace.el: Updated email address
7f565d87 11069
a8d693d8
DL
110702000-05-31 Dave Love <fx@gnu.org>
11071
11072 * add-log.el (change-log-font-lock-keywords) <function>: Add
11073 pattern for function of change.
11074 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11075 acknowledgements patterns.
11076
a50192e7
KH
110772000-05-31 Kenichi Handa <handa@etl.go.jp>
11078
11079 * isearch.el (isearch-printing-char): If keyboard coding system is
11080 being used, call isearch-process-search-multibyte-characters.
11081
11082 * international/isearch-x.el: Mostly rewritten.
11083
11084 * international/quail.el (quail-start-conversion): Don't include
11085 unhandled events in the returned events, but set them in
11086 unread-command-events. Exit if all inputs are deleted.
11087
7e492772
JR
110882000-05-30 Jason Rumney <jasonr@gnu.org>
11089
11090 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11091
11092 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11093 Reenable code to create initial fontsets.
11094 Use set-fontset-font in place of put-charset-property.
11095
10fc3187
GM
110962000-05-30 Gerd Moellmann <gerd@gnu.org>
11097
79148ea7
GM
11098 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11099 label, ensure that the first colon isn't followed by another.
11100
11101 * paths.el (Info-default-directory-list): Doc fix.
11102
086d5b87
GM
11103 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11104 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11105 send a query containing USER only, not USER@HOST.
11106
10fc3187
GM
11107 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11108 and rmail-msgend to compute the restriction at the end, instead of
11109 computing it.
11110
49e70dec
GM
111112000-05-29 Gerd Moellmann <gerd@gnu.org>
11112
66254a13
GM
11113 * dabbrev.el (dabbrev-expand): Don't display messages in the
11114 echo area if the minibuffer window is active.
11115
49e70dec
GM
11116 * jit-lock.el (jit-lock-mode): Add after change function to
11117 local hook.
11118
111192000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11120
11121 * antlr-mode.el: New commands: hide/unhide actions,
11122 upcase/downcase literals.
11123 (antlr-tiny-action-length): New user option.
11124 (antlr-hide-actions): New command. Suggested by
11125 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 11126 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
11127 (antlr-mode-menu): New entries.
11128 (antlr-downcase-literals): New command.
11129 (antlr-upcase-literals): Ditto.
11130
11131 * antlr-mode.el: Minor changes: indendation, mode-name.
11132 (antlr-indent-line): Indent cpp directive at column 0.
11133 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11134
11135 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11136 (antlr-font-lock-additional-keywords): Workaround for intentional
11137 bug in XEmacs version of font-lock.
11138 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11139 be used by a smarter version of `buffers-menu-grouping-function'.
11140
111412000-05-29 Gerd Moellmann <gerd@gnu.org>
11142
11143 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11144 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11145
49f93684
KH
111462000-05-29 Kenichi Handa <handa@etl.go.jp>
11147
11148 * international/encoded-kb.el
11149 (encoded-kbd-iso2022-designation-map): Pay attention to that
11150 charset-iso-final-char return -1 for eight-bit-control and
11151 eight-bit-graphic.
11152
5b1ae051
EZ
111532000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11154
11155 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11156 (speedbar-easymenu-definition-base): Use display-graphic-p where
11157 available, instead of window-system.
11158
a205e32a
EZ
111592000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11160
11161 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11162 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11163 coding systems.
11164
dd854dc2
DL
111652000-05-26 Dave Love <fx@gnu.org>
11166
c88a85d5
DL
11167 * disp-table.el (standard-display-underline): Don't use
11168 internal-find-face.
11169
dd854dc2
DL
11170 * mail/reporter.el: Maintainer change. Doc fixes.
11171 (reporter-version): Deleted.
11172
11173 * emacs-lisp/elp.el: Maintainer change.
11174 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11175
dc29aa6c
SM
111762000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11177
11178 * add-log.el (add-change-log-entry): Merge the current entry with the
11179 previous one if the previous one is empty.
11180
ed62683d
DL
111812000-05-26 Dave Love <fx@gnu.org>
11182
4370a375
DL
11183 * loadhist.el (unload-feature): Fix interactive spec [from
11184 lijnzaad@ebi.ac.uk].
11185
ed62683d
DL
11186 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11187 subr-arity to check primitives.
11188 (byte-compile-flush-pending, byte-compile-file-form-progn)
11189 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11190 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11191 mapcar.
11192
ba9f8f95
KH
111932000-05-26 Kenichi Handa <handa@etl.go.jp>
11194
0f3e0672
KH
11195 * international/fontset.el: Set family names of non-latin charsets
11196 in default fontset to "*".
11197
cebefb44
KH
11198 * international/mule-diag.el (print-fontset): Combine family part
11199 and registry part of the fontname by "-*-" instead of "-".
11200
ba9f8f95
KH
11201 * international/mule-cmds.el (encode-coding-char): Make strings
11202 multibyte before calling encode-coding-string.
11203
931d0724
SM
112042000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11205
11206 * derived.el: Fix keywords.
8ccce2b0 11207 (define-derived-mode): Only define if needed.
931d0724
SM
11208
11209 * simple.el (fill-comment, comment-column, comment-start)
11210 (comment-start-skip, comment-end, comment-indent-function)
11211 (block-comment-start, block-comment-end, indent-for-comment)
11212 (set-comment-column, kill-comment, comment-padding, comment-region)
11213 (comment-multi-line, indent-new-comment-line): Remove.
11214
11215 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11216 function names for comment operations.
11217
11218 * newcomment.el: Add abundant autoload cookies.
11219 (comment-style): Don't depend on runtime data at compile-time.
11220 (comment-indent-hook): Remove.
11221 (comment-indent): Check if comment-indent-hook is bound.
11222 (comment-region): Docstring fix.
11223
6fc596cf
DL
112242000-05-25 Dave Love <fx@gnu.org>
11225
11226 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11227 byte-code-function-p.
11228
11229 * mail/rmailsum.el: Add provide.
11230
11231 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11232
11233 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11234 defcustom.
11235
7997f1ca 112362000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11237
7997f1ca
MK
11238 * ediff-diff.el (ediff-exec-process): delete --binary option from
11239 non-buffer ediff jobs.
7f565d87 11240
e7a903e8
EZ
112412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11242
11243 * hilit-chg.el (highlight-changes-mode): Ask about color or
11244 grayscale support, not about window-system.
11245
11246 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11247 window-system.
11248 (ffap-highlight): Always default to t.
11249
11250 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11251 display-popup-menus-p instead of looking at window-system.
11252
11253 * disp-table.el (standard-display-g1, standard-display-graphic):
11254 Only refuse to use string glyphs on X and MS-Windows.
11255
11256 * avoid.el: Remove window-system from commentary, suggest to use
11257 display-*-p instead.
11258
11259 * apropos.el (apropos-print): Use display-mouse-p instead of
11260 window-system.
11261
14028d57
EZ
112622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11263
11264 * international/codepage.el (cp-decoding-vector-for-codepage):
11265 Fill up unsupported characters with their own codes. From Kenichi
11266 Handa.
11267
1a4f9cc1
EZ
112682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11269
11270 * international/mule-diag.el (describe-char-after): Use
11271 display-graphic-p instead of window-system, so that this function
11272 works on MS-DOS.
11273
89f6ca4e
EZ
112742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11275
11276 * international/codepage.el (cp-make-coding-systems-for-codepage):
11277 Remove the eight-bit-graphic and eight-bit-control charsets from
11278 the list of charsets which we convert into `?'.
11279
eacfd7fe
KH
112802000-05-25 Kenichi Handa <handa@etl.go.jp>
11281
11282 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11283 private charsets.
11284 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11285 japanese-jisx0213-2): New charsets.
11286
11287 * international/fontset.el: Setup default fontset for new charsets.
11288
deadf7e3
DL
112892000-05-24 Dave Love <fx@gnu.org>
11290
11291 * info.el (Info-find-node-2): Restructure [following "Vadim
11292 S. Solomin" <sovs@uic.nnov.ru>].
11293
11294 * icomplete.el: Fix header for Finder.
11295
112962000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11297
11298 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11299 STAY.
11300
11301 * rmail.el (rmail-automatic-folder-directives): New user variable.
11302 (rmail-show-message): Add call to `rmail-auto-file' during
11303 display.
11304 (rmail-auto-file): New function.
11305
6de3983f 113062000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11307
fc6a6a4e 11308 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 11309 account.
fc6a6a4e
GM
11310 (ediff-test-utility,ediff-diff-mandatory-option)
11311 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 11312 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 11313
fc6a6a4e 11314 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 11315 variable.
7f565d87 11316
fc6a6a4e 11317 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
11318 ediff-merge-filename-prefix.
11319
fc290d1d
MK
113202000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11321
fc6a6a4e 11322 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 11323
273182b8
EZ
113242000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11325
11326 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11327 aliases for hebrew-iso-8bit.
11328
f471ea57
EZ
113292000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11330
11331 * woman.el: New version from Francis J. Wright
11332 <F.J.Wright@Maths.QMW.ac.uk>.
11333 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11334 names in environment variables regardless of the path separator.
11335 (woman-topic-all-completions-1): Don't call file-name-directory-p
11336 on all files, since woman-file-regexp already filters out any
11337 directories.
11338
01162f24
KH
113392000-05-24 Kenichi Handa <handa@etl.go.jp>
11340
48e3df76
KH
11341 * international/quail.el (quail-start-translation): Don't change
11342 modified-p of the current buffer.
11343 (quail-start-conversion): Likewise.
11344
11345 * international/kkc.el (kkc-region): Don't change modified-p of
11346 the current buffer.
11347
747d90ea
KH
11348 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11349 conform to RFC1468.
11350 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 11351
17a223ff
EL
113522000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11353
11354 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11355 (speedbar-insert-button): Invisible text property fix.
11356 (speedbar-directory-plus): Renamed from speedbar-directory-+
11357 (speedbar-directory-minus): Renamed from speedbar-directory--
11358 (speedbar-page-plus): Renamed from speedbar-file-+
11359 (speedbar-page-minus): Renamed from speedbar-file--
11360 (speedbar-page): Renamed from speedbar-file-
11361 (speedbar-tag): Renamed from speedbar-tag-
11362 (speedbar-tag-plus): Renamed from speedbar-tag-+
11363 (speedbar-tag-minus): Renamed from speedbar-tag--
11364 (speedbar-expand-image-button-alist): Use above renames.
11365
11366 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11367 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11368 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11369 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11370 * sb-pg.xpm: Renamed from sb-file.xpm
11371 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11372 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 11373
e6b6fc18
KH
113742000-05-24 Kenichi Handa <handa@etl.go.jp>
11375
11376 * international/quail.el (quail-show-guidance-buf): Set
11377 current-input-method of the guidance buffer to the name of the
11378 curren input method.
11379
a1a336eb
SM
113802000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11381
11382 * progmodes/compile.el (compile-internal): Style typo.
11383
11384 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11385 quote vars and functions in the docstring.
11386
11387 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11388
11389 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11390 Don't quote lambdas.
11391
11392 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11393
9695b783
GM
113942000-05-23 Gerd Moellmann <gerd@gnu.org>
11395
716e3b88
GM
11396 * startup.el (command-line): Determine source file of compiled
11397 user init file differently. Warn if compiled user init file
11398 is older than its source file.
11399
9695b783 11400 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 11401
41ac433f
EZ
114022000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11403
11404 * files.el (make-backup-file-name-1): Replace slashes with `!'
11405 rather than `|' (which is not allowed on Windows). Replace the
11406 drive letters with a string "drive_X".
11407
46600ab1
GM
114082000-05-23 Gerd Moellmann <gerd@gnu.org>
11409
11410 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11411
11412 * files.el (interpreter-mode-alist): Add `bash2'.
11413
79a64d87
DL
114142000-05-22 Dave Love <fx@gnu.org>
11415
11416 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11417 mapc.
11418 (feature-file): Avoid calling symbol-name. Doc fix.
11419 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11420 (loadhist-hook-functions): Add mouse-position-function.
11421 (unload-feature): Change uses of mapcar.
11422
11423 * files.el (parse-colon-path): Doc fix.
11424 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11425 (set-auto-mode): Use mapc.
11426
11427 * complete.el (PC-look-for-include-file): Use :alnum: character
11428 class.
11429 (partial-completion-mode): Add autoload cookie.
11430
0e8c11d8
SS
114312000-05-22 Sam Steingold <sds@gnu.org>
11432
ce75fd23 11433 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
11434 `add-text-properties' (bug introduced on 2000-05-18).
11435
d8d0fa6c
DL
114362000-05-22 Dave Love <fx@gnu.org>
11437
11438 * bindings.el: Remove debug-ignored-errors set in other files.
11439
11440 * progmodes/etags.el: Add to debug-ignored-errors.
11441 (visit-tags-table-buffer): Clear out buffers holding old tables
11442 when making a new list.
11443 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11444 mapc.
11445
11446 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11447 quote keywords.
11448 (cmpl-string-case-type): Use character classes.
11449
0e8c11d8
SS
11450 * comint.el:
11451 * textmodes/ispell.el:
11452 * imenu.el:
d8d0fa6c
DL
11453 * mail/mh-e.el:
11454 * progmodes/compile.el: Add to debug-ignored-errors.
11455
11456 * dabbrev.el: Add to debug-ignored-errors.
11457 (dabbrev-completion): Use mapc.
11458
1edbbf8a
EZ
114592000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11460
11461 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11462 (woman-mapcan, woman-parse-man.conf)
11463 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11464 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11465 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11466 path syntax better.
11467 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11468 (woman-manpath): Call woman-parse-man.conf.
11469 (woman-emulation): New defcustom, defaults to nroff.
11470 (woman-font-support): New defconst.
11471 (woman-use-symbol-font): New defcustom.
11472 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11473 "Emulation".
11474 Many functions: Doc fix.
11475
5bd2148c
KH
114762000-05-22 Kenichi Handa <handa@etl.go.jp>
11477
11478 * international/quail.el (quail-simple-translation-keymap): Map
11479 128..255 to quail-self-insert-command.
11480 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11481
4125ec7e
SM
114822000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11483
a1a336eb
SM
11484 * help.el (help-manyarg-func-alist): Typo.
11485
40aeecad
SM
11486 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11487 intervals which makes it heaps simpler.
11488
4125ec7e
SM
11489 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11490 the nested comment markers.
e4da9c1c
SM
11491
11492 * subr.el (remove-hook): Don't turn the hook's value into a list.
11493
cb7216a7
DL
114942000-05-21 Dave Love <fx@gnu.org>
11495
ac266581
DL
11496 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11497 are invalid characters.
11498
cb7216a7
DL
11499 * international/mule-util.el (detect-coding-with-priority): Use
11500 mapc. Remove redundant lambda.
11501
11502 * international/mule-diag.el (list-non-iso-charset-chars)
11503 (describe-fontset): Remove redundant lambda.
11504
11505 * emulation/crisp.el (brief-mode): New alias.
11506
11507 * emacs-lisp/ring.el (ring-elements): New function.
11508
11509 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11510 (easy-menu-do-add-item): Use keywordp.
11511
11512 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11513
11514 * replace.el: Doc and error message fixes.
11515 (replace-highlight): Use facep, not internal-find-face.
11516
9b0d1d6e
SM
115172000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11518
b2d2cf58
SM
11519 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11520
ffe7dc64
SM
11521 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11522 (log-edit-insert-changelog): Drop `:' as well.
11523
11524 * log-view.el: Fix file description.
11525 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11526 available.
11527 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11528 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11529
c8c21615
SM
11530 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11531 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11532 Print a status message if the toggle is called interactively.
11533 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11534 for global minor modes and use `defcustom' for them.
11535 Use add-minor-mode.
11536 (easy-mmode-define-derived-mode): Remove.
11537 (define-derived-mode): Fancier default docstring.
11538 (easy-mmode-define-navigation): Signal an error rather than (ding).
11539
9b0d1d6e
SM
11540 * newcomment.el (comment-styles): New `box-multi'.
11541 (comment-normalize-vars): Better default for comment-continue to
11542 avoid whitespace-only continuations.
11543 (comment-search-forward): Always move even in the no-syntax case.
11544 (comment-padright): Only obey N if it's only obeyed for padleft.
11545 (comment-make-extra-lines): Better handling of empty continuations.
11546 Use `=' for the filler if comment-start has only one character.
11547 (uncomment-region): Try handling the special `=' filler.
11548 (comment-region): Allow LINES even if MULTI is nil.
11549 (comment-box): Choose box style based on comment-style.
11550
f5ee6d0f
KH
115512000-05-20 Kenichi Handa <handa@etl.go.jp>
11552
9b0d1d6e 11553 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
11554 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11555
c9671f81
KH
115562000-05-20 Kenichi HANDA <handa@etl.go.jp>
11557
11558 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11559 and insert, not subst-char-in-region.
11560
11561 * international/mule-diag.el (list-character-sets-1): Handle
11562 charsets eight-bit-control and eight-bit-graphic.
11563 (list-iso-charset-chars): Likewise.
11564 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11565 charactes as is. Use indent-to to align characters.
11566
11567 * international/mule-cmds.el (find-multibyte-characters): Never
11568 exclude charsets eight-bit-control and eight-bit-graphic.
11569
1426aa5c
SM
115702000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11571
11572 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11573 Don't quote lambdas.
11574
11575 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11576
2b63d473
GM
115772000-05-19 Gerd Moellmann <gerd@gnu.org>
11578
11579 * gud.el (gud-jdb-directories): Doc fix.
11580
f1355756
SM
115812000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11582
11583 * newcomment.el: New file.
11584
5f64c9e0
GM
115852000-05-19 Gerd Moellmann <gerd@gnu.org>
11586
2b63d473 11587 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 11588
db7314bd
AS
115892000-05-18 Andreas Schwab <schwab@suse.de>
11590
11591 * dired.el (dired-between-files): Also skip lines beginning with
11592 `used'.
11593
25bb0401
GM
115942000-05-18 Gerd Moellmann <gerd@gnu.org>
11595
11596 * msb.el (msb-menu-cond): Add choice `user'.
11597
a199a865 115982000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 11599
a199a865
GM
11600 * ps-print.el: Compatibility, customization and doc fix.
11601 (ps-printer-name-option): Replace defconst by defvar.
11602 (ps-postscript-code-directory): XEmacs compatibility.
11603 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11604 fix.
11605 (ps-user-defined-prologue, ps-print-prologue-header)
11606 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11607 compatibility and code fix.
11608 (ps-print-background-image, ps-print-background-text):
11609 Customization fix.
11610 (ps-line-number-start, ps-n-up-on): New vars.
11611
25bb0401
GM
116122000-05-18 Espen Skoglund <esk@ira.uka.de>
11613
11614 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11615 the indent-comment function to just return the appropriate indent.
11616
68e6c83a
EL
116172000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11618
11619 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11620 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11621 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11622
dae6cb9f
DL
116232000-05-18 Dave Love <fx@gnu.org>
11624
11625 * info.el (Info-fontify-node): Add intangible property as well as
11626 invisible.
11627
11628 * calendar/appt.el (appt-make-list): Match all lines of entry.
11629 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11630
813086ea
KH
116312000-05-18 Kenichi Handa <handa@etl.go.jp>
11632
11633 * international/mule-diag.el (describe-char-after): Call
11634 internal-char-font, not char-font. If internal-char-font returns
11635 nil, display "-- none --".
11636
24978190
EZ
116372000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11638
11639 * image.el (image-type-available-p): Don't reference image-types
11640 if it isn't bound.
11641
2fca2d5d
SM
116422000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11643
11644 * autoarg.el (autoarg-mode): Typo in the :set argument.
11645
cfc75d05
EZ
116462000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11647
11648 * startup.el (command-line-1): Don't signal an error if the
11649 directory for auto-save-list files does not yet exist.
11650
c4e30387
KH
116512000-05-17 Kenichi Handa <handa@etl.go.jp>
11652
11653 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11654
dd6b8ea7
SM
116552000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11656
11657 * subr.el (remove-hook): `setq' hook-value, not `set'.
11658
399c88ad
SS
116592000-05-16 Sam Steingold <sds@gnu.org>
11660
a199a865 11661 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 11662
01651f07
DL
116632000-05-16 Dave Love <fx@gnu.org>
11664
11665 * cus-edit.el: Don't require cl or easymenu.
11666 (custom-variable-prompt): Test standard-value property, not
11667 user-variable-p.
11668
2248c40d
SS
116692000-05-16 Sam Steingold <sds@gnu.org>
11670
11671 * subr.el (add-hook): `setq' hook-value, not `set'.
11672
b15f3b77
GM
116732000-05-16 Gerd Moellmann <gerd@gnu.org>
11674
11675 * startup.el (command-line-1): Mention the FAQ in the startup
11676 message.
11677
11678 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11679
11680 * progmodes/compile.el (compilation-parse-errors): Collect
11681 `nomessage' regexps last.
11682
11683 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11684
11685 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11686 to the function name.
11687
f9bbcfac
EL
116882000-05-15 Dave Love <fx@gnu.org>
11689
11690 * speedbar.el (speedbar-recenter): Typo.
11691 (speedbar-expand-line): Make arg optional.
11692 (speedbar-mode): Avoid a compiler warning.
11693
119b42eb
GM
116942000-05-15 Gerd Moellmann <gerd@gnu.org>
11695
11696 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11697 user-specified option string is empty.
11698
11699 * mouse.el (mouse-yank-at-click): Doc fix.
11700
f685bea9
EZ
117012000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11702
11703 * term/internal.el (IT-character-translations): More updates of
11704 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11705 documents.
11706
a1b8d58b
GM
117072000-05-15 Gerd Moellmann <gerd@gnu.org>
11708
11709 * env.el (getenv): New function, interactively callable.
11710 (setenv, getenv): Remove autoload cookies.
11711
11712 * loadup.el: Load `env'.
11713
11714 * progmodes/f90.el: Change author's mail address.
11715
c9bba7ed
DL
117162000-05-14 Dave Love <fx@gnu.org>
11717
e5c83697
DL
11718 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11719 goto-addr as an option.
11720
11721 * help.el (help-xref-stack): Doc fix.
11722 (help-xref-following): New variable.
11723 (help-make-xrefs): Use it.
11724 (help-xref-go-back): Use position information from stack element.
11725 (help-follow): Make position in stack element a pair. Use
11726 help-xref-following.
399c88ad 11727
e5c83697
DL
11728 * autoarg.el: New file.
11729
11730 * faces.el: Declare more functions obsolete.
11731
c9bba7ed
DL
11732 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11733 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11734 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11735 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11736 Remove all the setup-...-environment functions.
11737
b6389bfb
EL
117382000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11739
a1b8d58b
GM
11740 * speedbar.el: Updated the commentary section. xemacs20p now uses
11741 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11742 (speedbar-easymenu-definition-base): Add toggle for images.
11743 (speedbar-easymenu-definition-special): Add flush cache & expand.
11744 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11745 (speedbar-reconfigure-keymaps-hook): New variable.
11746 (speedbar-frame-parameters): Updated documentation.
11747 (speedbar-use-imenu-flag): Updated custom tag
11748 (speedbar-dynamic-tags-function-list): New variable.
11749 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11750 (speedbar-indentation-width, speedbar-indentation-width) New
11751 variables.
11752 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11753 (speedbar-vc-indicator): Doc update.
11754 (speedbar-ignored-path-expressions): Updated default value.
11755 (speedbar-supported-extension-expressions): Updated default value.
11756 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11757 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11758 as "+". Added overlay aliases.
11759 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11760 `force-mode-line-update'.
11761 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11762 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11763 `mouse-set-point'
b6389bfb 11764 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11765 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11766 of arbitrary text, and new helper functions.
11767 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11768 filename finder.
b6389bfb
EL
11769 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11770 (speedbar-directory-buttons): Update path search/expansion.
11771 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11772 `speedbar-indentation-width'. Use more care w/ invisible
11773 properties.
b6389bfb
EL
11774 (speedbar-change-expand-button-char): Call
11775 `speedbar-insert-image-button-maybe'.
11776 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11777 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11778 (speedbar-trim-words-tag-hierarchy)
11779 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11780 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11781 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11782 functions.
b6389bfb
EL
11783 (speedbar-mouse-set-point): New function
11784 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11785 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11786 of tag prefix text.
11787 (speedbar-expand-line, speedbar-contract-line): Make more robust
11788 to strange text.
11789 (speedbar-expand-line): Takes universal argument to flush the
11790 cache.
b6389bfb
EL
11791 (speedbar-flush-expand-line): New function.
11792 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11793 Use new generator insertion method.
11794 (speedbar-fetch-dynamic-tags): New function.
11795 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11796 `speedbar-fetch-dynamic-imenu'.
11797 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11798 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11799 "Revert Buffer" menu items.
11800 (speedbar-buffer-buttons-engine): Be smarter when creating a
11801 filename tag (for expansion purposes.).
a1b8d58b
GM
11802 (speedbar-highlight-one-tag-line,
11803 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11804 (speedbar-recenter): New functions.
b6389bfb 11805 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11806 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11807 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11808 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11809 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11810 (speedbar-expand-image-button-alist): New variable.
11811 (speedbar-insert-image-button-maybe): Insert an image over some
11812 buttons.
11813
43fe9244
KH
118142000-05-13 Kenichi Handa <handa@etl.go.jp>
11815
11816 * international/mule-cmds.el (encode-coding-char): An ASCII
11817 character is always encodable.
11818
11819 * international/mule-conf.el: Add more information in descriptions
11820 of character sets.
11821
813086ea 11822 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11823 (describe-font-internal): Adjusted for the change of font-info.
11824 (describe-font): Likewise.
11825 (print-fontset): Rewritten for the new fontset implementation.
11826 (describe-fontset): Include fontset alias names in completion.
11827 (list-fontsets): Adjusted for the change of print-fontset.
11828
11829 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11830 describe-char-after instead of displaying the detail in the echo
11831 area.
813086ea
KH
11832 (syntax-code-table): Format changed.
11833 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11834
e8564f57
SM
118352000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11836
11837 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11838
9278c60d
DL
118392000-05-12 Dave Love <fx@gnu.org>
11840
11841 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11842 dependence. Use line-{beginning,end}-position, not
11843 point-at{b,e}ol. Some doc fixes.
11844 (todo-position): New function. Fix callers of position to use it.
11845 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11846
be0505fe
GM
118472000-05-12 Gerd Moellmann <gerd@gnu.org>
11848
11849 * time.el (display-time-mail-icon): Use `:ascent center'.
11850
a8a3541c
GM
11851 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11852 handling FTP security extensions.
399c88ad 11853
44d5f148
DL
118542000-05-11 Dave Love <fx@gnu.org>
11855
33d0c179 11856 * calendar/todo-mode.el: New file.
44d5f148 11857
da4496b6
GM
118582000-05-11 Gerd Moellmann <gerd@gnu.org>
11859
cdc4401d
GM
11860 * comint.el (comint-read-input-ring): Move reference to
11861 comint-input-ring-size outside of the save-excursion. It was
11862 causing the default value to be the only one ever seen.
399c88ad 11863
0279f991
GM
11864 * font-lock.el: Update copyright. Remove Simon Marshall's email
11865 address on request from him.
11866
da4496b6
GM
11867 * subr.el (substitute-key-definition): Add comment describing
11868 the meaning of PREFIX.
11869
ac5cb26d
SM
118702000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11871
11872 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11873
11874 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11875 (add-minor-mode): Don't make the variable buffer-local and add a
11876 reference to define-minor-mode in the docstring.
11877
11878 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11879 HEADER/FOOTER and fix bug with trailing empty directory.
11880 (cvs-append-to-ignore): Use vc-editable-p if available.
11881 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11882 (vc-do-command): Tweak advice to handle the new VC.
11883
11884 * log-view.el (log-view-goto-rev): New function for the new VC.
11885 (log-view-minor-wrap): Use mark-active.
11886
11887 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11888 (log-edit-changelog-full-paragraphs): New var.
11889 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11890 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11891 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11892 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11893 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11894 Replace the `cvs' prefix with `log-edit'.
11895
11896 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11897
11898 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11899 (diff-font-lock-defaults): Explicitly turn off multiline.
11900 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11901 (diff-ediff-patch): Fix call to ediff-patch-file.
11902 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11903 Handle comments.
11904
11905 * frame.el (automatic-hscrolling): Typo.
11906
11907 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11908
21c34da3
DL
119092000-05-09 Sam Steingold <sds@goems.com>
11910
11911 * apropos.el (apropos-print): use `describe-face' instead of
11912 `customize-face-other-window'.
11913
950cf06f
DL
119142000-05-09 Dave Love <fx@gnu.org>
11915
11916 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11917
11918 * help.el (describe-variable): Have customize button pop the
11919 help-xref stack when invoked.
11920 (help-xref-symbol-regexp): Add `face'.
11921 (help-make-xrefs): Check for quoted face names and adapt regexp
11922 submatch numbers to cope.
11923 (help-xref-interned): Maybe insert face doc too. Separate
11924 sections with a line of hyphens.
11925
0623e40f 11926 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11927 (describe-face): Add customize button. Return the help
11928 text. Fix prompt.
11929
82e2ca9d
EZ
119302000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11931
11932 * term/internal.el (IT-character-translations): Fix last change.
11933
10c00b5c
EZ
119342000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11935
11936 * woman.el: New file
11937 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11938
9deed82f
EZ
119392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11940
001ad319
EZ
11941 * term/internal.el (IT-character-translations): Update ASCII
11942 simulations for greek-iso8859-7, add latin-iso8859-14 and
11943 latin-iso8859-15.
11944
9deed82f
EZ
11945 * international/mule-cmds.el (set-language-info-alist): Call
11946 define-prefix-command with 3 arguments, to make the map suitable
11947 for a menu.
11948
4f37b78a
DL
119492000-05-07 Dave Love <fx@gnu.org>
11950
1ec321a7 11951 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11952
64a4c526
DL
119532000-05-05 Dave Love <fx@gnu.org>
11954
11955 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11956 list in doc string. Don't quote keyword symbols.
11957 * emacs-lisp/cl.el: Likewise
11958 * emacs-lisp/cl-seq.el: Likewise
11959
056565f7
GM
119602000-05-05 Gerd Moellmann <gerd@gnu.org>
11961
11962 * abbrev.el (abbrev-mode): Make ARG optional.
11963
4656b314
GM
119642000-05-04 Gerd Moellmann <gerd@gnu.org>
11965
ec82fb2f
GM
11966 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
11967
11968 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
11969
4656b314
GM
11970 * subr.el (substitute-key-definition): Clarify documentation.
11971
119722000-05-04 Milan Zamazal <pdm@freesoft.cz>
11973
11974 * glasses.el (glasses-convert-to-unreadable): Use
11975 `glasses-separator' instead of the hard-wired "_".
11976 (glasses-mode): Call `glasses-make-unreadable' only in a single
11977 place.
11978
7b081c78
EZ
119792000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
11980
11981 * term/internal.el (cjk-codepages-alist): Add associations for
11982 Chinese and Korean codepages. Remove FIXME comment.
11983
baa5536e
DL
119842000-05-03 Dave Love <fx@gnu.org>
11985
11986 * time.el (display-time-mail-face, display-time-use-mail-icon):
11987 New option.
11988 (display-time-mail-icon): New variable.
11989 (display-time-string-forms): Use the above. Fix the local-map.
11990
cbf18892
GM
119912000-05-03 Gerd Moellmann <gerd@gnu.org>
11992
4ff40dd0
GM
11993 * replace.el (query-replace-map): Add binding for `E'.
11994 (query-replace-help): Extend help text.
11995 (perform-replace): Allow editing the replacement string.
11996
11997 * make-mode.el (makefile-mode-abbrev-table): New variable.
11998 (makefile-mode): Set local abbrev table to
11999 makefile-mode-abbrev-table.
12000 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 12001
cbf18892
GM
12002 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12003 set TOGGLE's value.
12004
4ff40dd0
GM
12005 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12006 mail-interactive-insert-alias.
12007 (mail-abbrev-complete-alias): New command.
12008 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 12009
ffec4d9f
KH
120102000-05-03 Kenichi Handa <handa@etl.go.jp>
12011
12012 * language/lao-util.el (lao-compose-region): New function.
12013
1b0672c3
GM
120142000-05-02 Gerd Moellmann <gerd@gnu.org>
12015
576da55d
GM
12016 * files.el (recover-session): Make directories as necessary
12017 if they don't exist yet.
12018
399c88ad
SS
12019 * calendar/cal-french.el
12020 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
12021 (french-calendar-special-days-array): Change French text.
12022 (calendar-french-date-string): Change output.
12023 (calendar-goto-french-date): Likewise.
12024
120252000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12026
12027 * wid-edit.el (widget-default-active): Obey `:always-active'.
12028 (widget-documentation-string-value-create): Set `:always-active'.
12029
4b33deaa
EZ
120302000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12031
12032 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12033 default prefix to `~/_emacs.d/auto-save.list/_s'.
12034 (normal-top-level): Create the directory for auto-save files, if
12035 it doesn't already exist (in the ms-dos case only).
12036
5c922ea7
EZ
120372000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * international/mule-cmds.el (set-language-environment): Don't
12040 concat an integer (dos-codepage), use format instead.
12041
820ad5e7
DL
120422000-05-02 Dave Love <fx@gnu.org>
12043
12044 * help.el (help-xref-on-pp): Check for constant symbols.
12045
57cb56f5
GM
120462000-04-29 Gerd Moellmann <gerd@gnu.org>
12047
12048 * startup.el (normal-top-level): Put a condition-case around
12049 the code loading subdirs.el.
12050
120512000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 12052
57cb56f5
GM
12053 * ps-print.el: Upside-down and face background color printing,
12054 line number step, doc fix.
12055 (ps-print-version): New version number (5.2).
12056 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12057 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12058 (ps-spool-config): Var fix.
12059 (ps-printer-name-option): Const fix.
12060 (ps-print-upside-down, ps-use-face-background)
12061 (ps-line-number-step): New vars.
12062 (ps-window-system, ps-lp-system): New consts.
12063 (ps-face-background): New fun.
12064
084cec2f
GM
120652000-04-28 Richard Stallman <rms@gnu.org>
12066
12067 * files.el (make-auto-save-file-name):
12068 Apply auto-save-file-name-transforms to visited file name
12069 before generating auto save file name.
12070 (auto-save-file-name-transforms): New variable.
12071
399c88ad 12072 * files.el (backup-enable-predicate):
084cec2f
GM
12073 Correctly test for a file under a temporary directory.
12074
c94f4677
GM
120752000-04-28 Gerd Moellmann <gerd@gnu.org>
12076
12077 * subr.el (add-minor-mode): Rewritten.
12078
7b211df5
KH
120792000-04-28 Kenichi Handa <handa@etl.go.jp>
12080
12081 * mail/sendmail.el (sendmail-send-it): Set
12082 buffer-file-coding-system to the selected coding system for MIME
12083 header.
12084
c76e04a8 120852000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 12086
c76e04a8
GM
12087 * dired.el (dired-move-to-filename-regexp): Allow format where
12088 YYYY is followed by two spaces.
e3e36d74 12089
c76e04a8
GM
12090 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12091 in the second character class of the regexp.
12092
12093 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12094 mh-etc, too.
353964e3 12095
c76e04a8
GM
12096 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12097 nil.
399c88ad 12098
353964e3
GM
12099 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12100
12101 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12102 argument.
12103
c76e04a8 121042000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 12105
c76e04a8
GM
12106 * emacs-lisp/crm.el (crm-completion-table): New variable.
12107 (crm-collection-fn, crm-test-completion)
12108 (completing-read-multiple): Use it.
12109
121102000-04-27 Dave Love <fx@gnu.org>
12111
12112 * help.el (locate-library): Use mapc.
12113 (help-manyarg-func-alist): Add call-process-region.
12114
7464346d
GM
121152000-04-26 Gerd Moellmann <gerd@gnu.org>
12116
b35bd33d
GM
12117 * subr.el (add-minor-mode): Make argument MAP optional.
12118
7464346d
GM
12119 * desktop.el (desktop-save): Save list of minor modes.
12120 (desktop-create-buffer): Restore minor modes.
12121 (desktop-minor-mode-table): New user-option.
12122
12123 * subr.el (add-minor-mode): New function.
12124
12125 * image.el (find-image): New function.
12126 (defimage): Rewritten to find image at load time.
12127
12128 * startup.el (normal-top-level-add-to-load-path): Handle
12129 case that the default directory is not in load-path.
12130
12131 * help.el: Old patch from Stefan Monnier.
12132 (help-xref-on-pp): New function.
12133 (describe-variable): Use it to display xrefs in a symbol's value.
12134
23c0fb21
SM
121352000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12136
12137 * cus-edit.el (custom-face): Fix parenthesis.
12138
fad95037
KH
121392000-04-26 Kenichi Handa <handa@etl.go.jp>
12140
f03392a1
KH
12141 * mail/rmail.el (rmail-expunge): When there are no deleted
12142 messages, do nothing.
fad95037 12143
0d7c5bb9
DL
121442000-04-26 Dave Love <fx@gnu.org>
12145
12146 * international/mule-cmds.el (locale-translation-file-name):
12147 Defvar to nil.
12148 (set-locale-environment): Set it here (at runtime).
12149
612839b6
GM
121502000-04-25 Gerd Moellmann <gerd@gnu.org>
12151
12152 * replace.el (perform-replace): Add parameters START and END. Use
12153 them instead of the check for a region in Transient Mark mode.
12154 (query-replace-read-args): Return two more list elements for the
12155 start and end of the region in Transient Mark mode.
12156 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12157 (map-query-replace-regexp, replace-string, replace-regexp): Add
12158 optional last arguments START and END and pass them to
12159 perform-replace.
12160
12161 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12162 form with additional arguments for perform-replace.
12163
12164 * progmodes/etags.el (tags-query-replace): Add parameters START
12165 and END. Construct a form with additional arguments for
12166 perform-replace.
12167
12168 * simple.el (shell-command): Set default directory for "*Shell
12169 Command Output" buffer.
12170
12171 * language/european.el (iso-latin-4): Fix typo.
12172
12173 * emacs-lisp/crm.el: New file.
12174
2917cc05
DL
121752000-04-24 Dave Love <fx@gnu.org>
12176
12177 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12178 (Custom-reset-saved, Custom-reset-standard)
12179 (custom-group-value-create, custom-group-set, custom-group-save)
12180 (custom-group-reset-current, custom-group-reset-saved)
12181 (custom-group-reset-standard): Use mapc.
12182 (custom-buffer-create-internal): Disable undo when creating items.
12183 Use mapc.
12184 (custom-face): Avoid redundant lambda.
12185
abfcc168
GM
121862000-04-24 Gerd Moellmann <gerd@gnu.org>
12187
12188 * startup.el (auto-save-list-file-prefix): Set default to
12189 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12190
fa78f71b
SS
121912000-04-24 Sam Steingold <sds@gnu.org>
12192
12193 * time-stamp.el (time-stamp-string-preprocess): Always convert
12194 `field-result' to a string.
12195
cc181e95
GM
121962000-04-24 Gerd Moellmann <gerd@gnu.org>
12197
12198 * frame.el (scrolling): New group.
12199 (automatic-hscrolling): New user-option.
12200
12201 * startup.el (command-line-x-option-alist): Add `-lsp' and
12202 `--line-spacing'.
12203
6142fdcb
DL
122042000-04-19 Dave Love <fx@gnu.org>
12205
12206 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12207 (cl-mapc): Rename from mapc. Fix the funcall.
12208
5e3dac3f
GM
122092000-04-19 Gerd Moellmann <gerd@gnu.org>
12210
1c459486
GM
12211 * simple.el (clone-indirect-buffer-other-window): New command.
12212 (clone-indirect-buffer): Add optional arg NORECROD.
12213 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12214
271b4185
GM
12215 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12216
12217 * window.el (count-screen-lines): New function.
12218 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12219 instead of window-buffer-height.
12220
12221 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12222 non-existing variable comint-input-sentinel.
12223 (inferior-lisp-args-to-list): Removed.
12224 (inferior-lisp): Use split-string instead of
12225 inferior-lisp-args-to-list.
12226
12227 * hexl.el (hexl-insert-hex-string): New command.
12228
5e3dac3f
GM
12229 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12230 instead of concat.
12231
f6d3257b
GM
122322000-04-18 Gerd Moellmann <gerd@gnu.org>
12233
12234 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12235 at the start of an existing but empty folder.
12236
122372000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12238
12239 * ps-mule.el: Customization fix, doc fix.
12240 (ps-multibyte-buffer): Customization fix.
12241
8b7bc628 122422000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
12243
12244 * subr.el (read-passwd): Use read-char-exclusive.
12245
0daee095
GM
122462000-04-17 Gerd Moellmann <gerd@gnu.org>
12247
12248 * textmodes/texinfo.el (texinfo-insert-@email)
12249 (texinfo-insert-@emph, texinfo-insert-@quotation)
12250 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12251 (texinfo-mode-map): Add key bindings for them.
12252
12253 * files.el (basic-save-buffer-2): Use a template with `$'
12254 instead of `#' for VMS.
12255
12256 * simple.el (clone-indirect-buffer): New function.
12257
e10f64e7
GM
122582000-04-16 Stephen Eglen <stephen@gnu.org>
12259
12260 * iswitchb.el (iswitchb-case): New function. If the user input
12261 contains any upper-case characters, the search is made
12262 case-sensitive.
12263
e3721db1
SM
122642000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12265
e10f64e7
GM
12266 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12267 comment-end.
e3721db1
SM
12268 (texinfo-font-lock-syntactic-keywords): New var.
12269 (texinfo-font-lock-keywords): Remove comment regexp.
12270 (texinfo-insert-block): New function.
12271 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
12272 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12273 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 12274 (texinfo-environments): New var.
e10f64e7
GM
12275 (texinfo-environment-regexp): Use regexp-opt and
12276 texinfo-environments.
e3721db1 12277
e10f64e7
GM
12278 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12279 ispell-process is bound since this might be eval'd before ispell
12280 is loaded.
12281 (ispell-message): Use a tiny bit less magic and a bit more hard
12282 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
12283
12284 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12285
12286 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12287 (insert-cyclic-diary-entry): Unquote the lambda.
12288
12289 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12290
12291 * files.el (backup-enable-predicate): Unquote the lambda.
12292
12293 * cus-edit.el (custom-face, face): Unquote the lambda.
12294
712dc9e0
GM
122952000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12296
12297 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 12298
712dc9e0
GM
12299 * ps-print.el: Fix counting lines in a region.
12300 (ps-print-version): New version number (5.1.5).
12301 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12302 (ps-printing-region): Fun code fix.
12303
ffc50f2a
GM
123042000-04-15 Gerd Moellmann <gerd@gnu.org>
12305
12306 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12307 to file-directory-p.
12308
a2522dca
GM
123092000-04-14 Gerd Moellmann <gerd@gnu.org>
12310
12311 * gud.el (gud-jdb-build-source-files-list): Check that directory
12312 exists before calling directory-files.
12313
6e883610
DL
123142000-04-13 Dave Love <fx@gnu.org>
12315
12316 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12317 syntax.
12318
12319 * emacs-lisp/cl-specs.el: Remove when, unless.
12320
12321 * emacs-lisp/cl-extra.el: Don't quote keywords.
12322 (cl-old-mapc): New variable.
12323 (mapc): Use it.
12324 (cl-map-intervals): Use with-current-buffer. Don't check for
12325 next-property-change.
12326 (cl-map-overlays): Use with-current-buffer.
12327 (cl-expt): Remove.
12328 (copy-tree, remprop): Define unconditionally.
12329
12330 * emacs-lisp/cl-compat.el (keywordp): Remove.
12331
12332 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12333 to use keywordp.
12334 (edebug-spec): Enable keywordp.
12335
12336 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12337 string-lessp.
12338
12339 * cus-start.el: Use keywordp.
12340
198e3c7a
GM
123412000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12342
12343 * diary-lib.el (include-other-diary-files): Fix the fix of
12344 2000-02-18 by doing a save-excursion.
12345
123462000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12347
12348 * ps-print.el: Customization fix, doc fix.
12349 (ps-print-version): New version number (5.1.4).
12350 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12351 (ps-print-preprint): Adjust code.
12352 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12353 (ps-print-prologue-header, ps-print-control-characters)
12354 (ps-spool-config): Customization fix.
fa78f71b 12355
8eba343c
EZ
123562000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12357
12358 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12359 converted to the new menu-item format, names silightly changed,
12360 help strings added.
12361
12362 Support for spelling without async subprocesses:
12363
12364 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12365 (ispell-session-buffer): New variables.
12366 (ispell-start-process, ispell-process-status,
12367 ispell-accept-output, ispell-send-string): New functions, for
12368 Ispell invocation when async subprocesses aren't supported.
12369 (ispell-word, ispell-pdict-save, ispell-command-loop,
12370 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12371 to process-send-string with calls to ispell-send-string, and
12372 accept-process-output with ispell-accept-output.
12373 (ispell-init-process): Call ispell-process-status instead of
12374 process-status with.
12375 (ispell-init-process): Call ispell-start-process. Call
12376 ispell-accept-output and ispell-send-string. Don't call
12377 process-kill-without-query and kill-process if they are unbound.
12378 (ispell-async-processp): New function.
12379
3d30065d
DL
123802000-04-12 Dave Love <fx@gnu.org>
12381
12382 * info.el: Add debug-ignored-errors.
12383 (Info-mode-menu): Add some items.
12384 (Info-directory): Add autoload cookie.
12385
12386 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12387 Modify `truncate-lines'. Make `describe-language-environment'
12388 always visible and add help. Modify `describe-key' help. Invoke
12389 Info-directory from `info'. New entry `emacs-manual'.
12390
1a1b1895
GM
123912000-04-10 Gerd Moellmann <gerd@gnu.org>
12392
8b2affc5
GM
12393 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12394 propertized-buffer-identification.
12395 (ebrowse-update-member-buffer-mode-line): Likewise.
12396 (ebrowse--mode-strings): Removed.
12397 (ebrowse--mode-line-props): Removed.
12398
1a1b1895
GM
12399 * files.el (auto-mode-alist): Add `EBROWSE'.
12400
12401 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12402 space before testing for end of buffer.
12403 (ebrowse-load): Removed.
12404 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12405 (ebrowse-create-tree-buffer): Rewritten.
12406 (ebrowse-tree-mode): Read tree from buffer.
12407
12408 * progmodes/ebrowse-ffh.el: Removed.
12409
223f3c91
KH
124102000-04-10 Kenichi Handa <handa@etl.go.jp>
12411
12412 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12413
25fbf2c4
GM
124142000-04-10 Gerd Moellmann <gerd@gnu.org>
12415
12416 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12417 at the wrong place.
12418
92c13173
DL
124192000-04-09 Dave Love <fx@gnu.org>
12420
12421 * files.el (backup-enable-predicate): Use
12422 temporary-file-directory, small-temporary-file-directory.
12423 (make-backup-file-name-function, backup-directory-alist): New
12424 variables.
12425 (make-backup-file-name-1): New function.
12426 (make-backup-file-name): Use it.
12427 (find-backup-file-name): Likewise. Use format for clarity, not
12428 concat.
12429 (file-newest-backup): Use make-backup-file-name.
12430
be0dbdab
GM
124312000-04-09 Gerd Moellmann <gerd@gnu.org>
12432
c45be9ac 12433 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 12434
c45be9ac
GM
12435 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12436 to ebrowse-ffh.el.
12437 (ebrowse-load): Add autoload.
12438
12439 * finder.el (finder-commentary): Add autoload cookie.
12440
be0dbdab
GM
12441 * mail/rfc2368.el: Correct author's email address.
12442
12443 * progmodes/ebrowse.el: New file.
12444
12445 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12446 item help string.
12447 (easy-menu-do-add-item): Ditto.
12448 (easy-menu-define): Extend doc string.
12449
12450 * jit-lock.el (with-buffer-unmodified): Use
12451 restore-buffer-modified-p.
12452 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12453 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12454 with-buffer-unmodified.
12455
3f923efe
DL
124562000-04-08 Dave Love <fx@gnu.org>
12457
12458 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12459 unless, when.
12460
d35bee0e
MK
124612000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12462
12463 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12464 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 12465 doesn't support face.
d35bee0e 12466 Use `viper-put-on-search-overlay'.
fa78f71b 12467
c407c570
GM
124682000-04-04 Gerd Moellmann <gerd@gnu.org>
12469
12470 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12471 like C-r.
12472
12473 * progmodes/make-mode.el: Some doc fixes.
12474 (makefile-mode-abbrev-table): New variable.
12475 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12476 (makefile-font-lock-keywords): Fontify includes and conditionals.
12477 (toplevel): Require `dabbrev' and `add-log' when compiling.
12478
12479 * replace.el (perform-replace): Don't move forward one char
12480 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12481 to do that because it leaves point 1 position after the last
12482 replacement, after everything has been replaced.
12483
12484 * jit-lock.el (with-buffer-unmodified): New macro.
12485 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12486 modified state.
12487 (jit-lock-function-1): Extracted from jit-lock-function; not
12488 preserving buffer's modified state.
12489 (jit-lock-function, jit-lock-stealth-fontify): Call
12490 jit-lock-function-1.
12491
12492 * mail/rfc2368.el: Remove supernumerary copyright line.
12493
685e5ed2
GM
124942000-04-04 Milan Zamazal <pdm@freesoft.cz>
12495
12496 * glasses.el: Provide facilities for inserting space before left
12497 parentheses and uncapitalization of identifiers.
12498 (glasses-mode): Try to remove old overlays in all cases.
12499
0166aed1
GM
125002000-04-03 Gerd Moellmann <gerd@gnu.org>
12501
62f20204
GM
12502 * progmodes/compile.el (compile-internal): Display the compilation
12503 buffer in a different frame, if it's already displayed there.
12504
6460c400
GM
12505 * mail/rfc2368.el: New file.
12506
c0510d27
GM
12507 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12508 header and insert its value as mail body.
12509
12510 * subr.el (member-ignore-case): New function.
12511
12512 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12513 (dabbrev--find-expansion): Ignore buffers matching a regexp
12514 from dabbrev-ignored-regexps.
12515
0166aed1
GM
12516 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12517 to extensions handled by gzip.
12518
c0510d27
GM
125192000-04-03 Richard M. Stallman <rms@gnu.org>
12520
12521 * files.el (insert-directory): List the total free space
12522 along with the used space.
fa78f71b 12523
c0510d27
GM
12524 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12525 line is followed by one that matches CITATION-REGEXP, end the
12526 paragraph.
12527
125282000-04-03 Markus Rost <rost@delysid.gnu.org>
12529
12530 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12531 (rmail-make-basic-summary-line): Use that option.
fa78f71b 12532
14c04384
KH
125332000-04-03 Kenichi Handa <handa@etl.go.jp>
12534
12535 * international/mule-cmds.el (encoded-string-description):
12536 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
12537 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12538 for hexadecimal format.
14c04384 12539
ccf5869a
DL
125402000-04-01 Dave Love <fx@gnu.org>
12541
12542 * cpp.el: Change customization group to `c' from `C'.
12543
12544 * vcursor.el (vcursor-move): Use display-color-p.
12545
12546 * international/mule-util.el: Provide mule-utils.
12547 (string-to-sequence): Simplify and speed up.
12548
12549 * international/mule.el (make-coding-system): Purecopy doc-string.
12550
12551 * international/mule-cmds.el: Various menu changes.
12552 (describe-specified-language-support): Handle `Default'.
12553 (set-language-info): Purecopy `info'.
12554
610d841e
GM
125552000-03-31 Andrew Innes <andrewi@gnu.org>
12556
12557 * vc.el (vc-backend-diff): Return the correct status if we had to
12558 retry the rcsdiff command without the --brief option.
fa78f71b 12559
7f9de034
DL
125602000-03-31 Dave Love <fx@gnu.org>
12561
2de47765
DL
12562 * help.el (help-manyarg-func-alist): Correct several omissions.
12563
72838819
DL
12564 * add-log.el: Don't require cl, fortran.
12565 (add-log-current-defun-function): Doc fix.
12566 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12567 fix.
12568 (change-log-version-rcs): Function deleted.
12569 (change-log-version-number-search): Doc fix. Use
12570 vc-workfile-version. Avoid CL dolist.
12571 (add-change-log-entry): Just call add-log-current-defun to get
12572 defun. Simplify somewhat.
12573 (change-log-get-method-definition-1): Likewise.
12574 (add-log-current-defun): Return nil if calling
12575 add-log-current-defun-function does so. Move Fortran stuff to
12576 fortran.el. Return string without properties.
12577
7f9de034
DL
12578 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12579 and :alpha: char classes.
12580
12581 * mail/supercite.el: Defvar curline when compiling.
12582 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12583 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12584 rather than a-zA-Z0-9 to allow non-ASCII characters.
12585
aa110c0c
GM
125862000-03-31 Gerd Moellmann <gerd@gnu.org>
12587
12588 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12589
12590 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12591 Re-enable new code.
12592
12593 * lpr.el (print-region-1): Use -d to specify printer name for
12594 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12595
125962000-03-31 Dave Love <fx@gnu.org>
fa78f71b 12597
aa110c0c
GM
12598 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12599 for function definition in symbol's function value slot first
12600 instead of first consulting byte-compile-function-environment.
fa78f71b 12601
6733d074
KH
126022000-03-31 Kenichi Handa <handa@etl.go.jp>
12603
12604 * language/european.el ("Polish"): New language environment.
12605 (setup-polish-environment): New function.
12606
63fcfa04
GM
126072000-03-30 Gerd Moellmann <gerd@gnu.org>
12608
12609 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12610 Disable new code.
12611
12612 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12613 trying to `load' the symbol of an autoload instead of the file
12614 recorded in the autoload. Fix error messages.
12615
7438c86b
GM
126162000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12617
12618 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12619 (ps-print-version): New version number (5.1.3).
12620 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12621 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12622 (ps-generate-postscript-with-faces): Code fix.
12623 (ps-color-values): XEmacs compatibility.
12624 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12625 (ps-default-fg, ps-default-bg): Adjust customization.
12626 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12627 (ps-color-scale): Renaming old ps-color-value fun.
12628 (ps-print-headers): Replace ps-print-header group to avoid conflict
12629 with ps-print-header variable.
12630 (ps-print-miscellany): New group.
12631 (ps-format-color, ps-rgb-color): New funs.
12632 (ps-default-foreground): New var.
12633 (ps-printer-name-option): New const.
fa78f71b 12634
326855a0
PB
126352000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12636
1f56ba73
PB
12637 * net/net-utils.el:
12638 (network-connection-host, network-connection-service): New variables
12639 (network-connection-mode): New mode, derived from comint-mode
12640 (network-connection-mode-setup): New function, saves host and
fa78f71b 12641 service information in local variables.
1f56ba73 12642
326855a0
PB
12643 * lisp/locate.el:
12644 (locate-word-at-point): Added this function
12645 (locate): Default to using locate-word-at-point as input
12646 Run dired-mode-hook
12647
141384bd
DL
126482000-03-29 Dave Love <fx@gnu.org>
12649
12650 * calendar/appt.el: Doc fixes.
12651 (appt-check): Convert min-to-app to a string before passing to
12652 appt-disp-window-function or concat.
12653 (appt-delete-window): Remove test for frame-root-window.
12654 (appt-select-lowest-window, appt-convert-time): Simplify.
12655
12656 * emacs-lisp/bytecomp.el: Doc fixes.
12657 (byte-compile-file-form-autoload): Update
12658 byte-compile-function-environment.
12659
c5aa0fc2
AS
126602000-03-29 Andreas Schwab <schwab@suse.de>
12661
12662 * emacs-lisp/autoload.el: Also print defsubst doc string
12663 specially.
12664
12665 * dired.el (dired-insert-directory): If dired-free-space-program
12666 failed just delete its output.
12667
f1d6fe69
DL
126682000-03-29 Dave Love <fx@gnu.org>
12669
12670 * international/iso-cvt.el: Move provide to end. Doc fixes.
12671 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12672 (iso-iso2sgml, iso-sgml2iso): New functions.
12673 (iso-cvt-define-menu): Fix some entries and use backquote for
12674 clarity.
12675
12676 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12677
b61f1215
GM
126782000-03-28 Gerd Moellmann <gerd@gnu.org>
12679
12680 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12681 ISO-DATE. If non-nil, return date in ISO 8601 format.
12682
ea4b0ca3
SM
126832000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12684
3831af62
SM
12685 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12686 if it ever becomes used.
12687 (log-edit-mode-hook): Default to vc-log-mode-hook.
12688 (log-edit-mode): Fix the docstring.
12689
ea4b0ca3
SM
12690 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12691 the code.
12692
08f8b1cc
DL
126932000-03-26 Dave Love <fx@gnu.org>
12694
082527fe
DL
12695 * net/browse-url.el (browse-url): Re-fix case of
12696 browse-url-browser-function being an alist.
12697 (browse-url): Add :link to defgroup.
12698
08f8b1cc
DL
12699 * files.el: Doc fixes.
12700 (file-truename): Include `[' in wildcard characters.
12701 (automount-dir-prefix): Customize.
12702 (find-file-wildcards): Add :version.
12703 (find-file-noselect): Simplify a mapcar call.
12704
12705 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12706 compatible with inf-lisp version.
12707 (eval-defun-1): Fix custom-declare-variable case.
12708
ea4b0ca3
SM
127092000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12710
12711 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12712
9a0dd3dc
GM
127132000-03-24 Gerd Moellmann <gerd@gnu.org>
12714
b68c375f
GM
12715 * Makefile (COMPILE_FIRST): New macro.
12716 (compile-files): Compile files from COMPILE_FIRST first.
12717
12718 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12719 code.
12720
9a0dd3dc
GM
12721 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12722 matching open parenthesis in column 0 to defun-prompt-regexp
12723 only if open-paren-in-column-0-is-defun-start is set.
12724
12725 * sun-curs.el: Require CL at compile-time only.
12726
12727 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12728 instead of copy-list which is a function from CL.
12729 (msb--choose-menu, msb--mode-menu-cond)
12730 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12731 (msb--init-file-alist): Use mapcar instead of mapcan.
12732 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12733 `(' in column 0 in doc string.
12734 (msb--add-separators): Use mapcar instead of mapcan.
12735
12736 * cus-dep.el: Require CL at compile-time only.
12737
c7dcadb5
SM
127382000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12739
12740 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12741 (byte-compile-warnings): New warning `noruntime'.
12742 (byte-compile-constants, byte-compile-variables): Fix docstring.
12743 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12744 execute `eval-whenc-compile's body.
12745 (byte-compile-unresolved-functions): Fix docstring.
12746 (byte-compile-eval): New function.
12747 (byte-compile-callargs-warn): Check if the function will be available
12748 at runtime (via property `byte-compile-noruntime').
12749 (byte-compile-print-syms): New function.
12750 (byte-compile-warn-about-unresolved-functions): Also warn about
12751 `noruntime' functions (and use `byte-compile-print-syms').
12752 (byte-compile-file): Capitalize the message.
12753
3b55acc9
GM
127542000-03-24 Gerd Moellmann <gerd@gnu.org>
12755
12756 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12757 (rmail-expunge): Ask for confirmation depending on the setting
12758 of rmail-confirm-expunge.
12759
127602000-03-23 Gerd Moellmann <gerd@gnu.org>
12761
12762 * Makefile (bootstrap-clean): If $(emacs) exists, build
12763 loaddefs.el first. A loaddefs.el that's not up-to-date might
12764 cause a bootstrap failure because things don't autoload as
12765 expected.
12766
02c76af4
DL
127672000-03-23 Dave Love <fx@gnu.org>
12768
12769 * net/browse-url.el: Restore previous use of
12770 browse-url-maybe-new-window.
12771
1a3199d9
GM
127722000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12773
12774 * ps-print.el: Skip banner page fix.
12775 (ps-print-version): New version number (5.1.2).
12776 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12777
1a3199d9
GM
127782000-03-23 Dave Pearson <davep@davep.org>
12779
12780 * net/quickurl.el Changed the type of parameter passed to the
12781 function defined by `quickurl-format-function'. Before only the
12782 text of the URL was passed. Now the whole URL structure is passed
12783 and the function is responsible for extracting the parts it
12784 requires. Changed the default of `quickurl-format-function'
12785 accordingly.
12786 (quickurl-insert): Changed the `funcall' of
12787 `quickurl-format-function' to match the above change.
12788 (quickurl-list-insert): Changed the `url' case so that it makes
12789 use of `quickurl-format-function', previous to this the format was
12790 hard wired.
fa78f71b 12791
72db3ab5
GM
127922000-03-22 Gerd Moellmann <gerd@gnu.org>
12793
12794 * startup.el: Change some spellings for the X Window System.
12795
68049bfa
SM
127962000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12797
12798 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12799 up the code and the regexp and make sure the cursor is temporarily
12800 moved to the suspicious line while querying the user.
12801
ff4df011
JR
128022000-03-22 Jason Rumney <jasonr@gnu.org>
12803
12804 * w32-fns.el (w32-charset-info-alist): Initialize.
12805
ee1c5b21
GM
128062000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12807
12808 * ps-print.el: N-up last page fix.
12809 (ps-print-version): New version number (5.1.1).
12810 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12811
d2cbfba0
SM
128122000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12813
bfb857d8
SM
12814 * files.el (find-file-run-dired): Update docstring.
12815 (find-directory-functions): New hook.
12816 (find-file-noselect): Run find-directory-functions rather than
12817 calling dired directly.
12818
12819 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12820
cb3430a1
SM
12821 * pcvs.el: Add a minimal leading commentary.
12822 (cvs-make-cvs-buffer): Change the header part by removing the startup
12823 message and adding a `Module' entry. Also replace the FOOTER and
12824 HEADER special fileinfos with the new support in ewoc for updating
12825 its own footer and header.
12826 (cvs-update-header): Update to use the header/footer of the ewoc.
12827 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12828 (cvs-is-within-p): New function.
12829 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12830 to only examine some subset of the buffers.
12831
12832 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12833 `format' instead of our own ad-hoc functions.
12834 Remove HEADER and FOOTER cases, now handled in the EWOC.
12835 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12836
12837 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12838 output to avoid scaring the user.
12839 (cvs-parse-table): Catch message for non-up-to-date commits.
12840
12841 * pcvs-defs.el (cvs-startup-message): Remove.
12842 (cvs-global-menu): New autoloaded menu.
12843
12844 * pcvs-util.el (cvs-string-fill): Remove.
12845
12846 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12847 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12848 PP part of it and also make it work for footers and headers.
12849 (ewoc-create): Drop POS and BUFFER arguments.
12850 Use the DLL's dummy node to store the end-of-footer position.
12851 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12852 (ewoc-refresh): Remove unused `header' variable.
12853 (ewoc-(get|set)-hf): New functions.
12854
d2cbfba0
SM
12855 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12856 log-view-*-(message|file) and use easy-mmode-define-navigation.
12857 (log-view-message-re): Match SCCS format as well.
12858 And match the revision line rather than the dashed separator line.
12859 (log-view-mode): Use the new define-derived-mode.
12860 (log-view-current-tag): Fill in with an actual implementation.
12861
12862 * cvs-status.el (cvs-status-(prev|next)): Rename from
12863 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12864 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12865 to let the output "breathe" a little more (more readable).
12866 (cvs-status-mode): Use the new define-derived-mode.
12867
12868 * smerge-mode.el (smerge-auto-leave): New function and variable.
12869 (smerge-basic-map): Rename from smerge-basic-keymap.
12870 Change the bindings for smerge-diff-*.
12871 (smerge-*-map): Use easy-mmode-defmap.
12872 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12873 (smerge-keep-*): Use smerge-auto-leave.
12874
51663132
JR
128752000-03-21 Jason Rumney <jasonr@gnu.org>
12876
12877 * cus-edit.el (custom-button-face): Use 3D look for w32.
12878 (custom-button-pressed-face): Likewise.
12879
3f6e4b8b
GM
128802000-03-21 Gerd Moellmann <gerd@gnu.org>
12881
12882 * progmodes/etags.el (tags-case-fold-search): New user-option.
12883 (tags-loop-eval): New function. Bind case-fold-search around eval
12884 depending on the value of tags-case-fold-search.
12885 (tags-loop-continue): Use tags-loop-eval.
12886 (find-tag-in-order): Bind case-fold-search depending on the value
12887 of tags-case-fold-search.
12888
c7ea3acc
SM
128892000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12890
0ae39f53
SM
12891 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12892 (diff-end-of-hunk): Return the end position for use in
12893 `easy-mmode-define-navigation'.
12894 (diff-recenter): Remove.
12895 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12896 of `easy-mmode-define-navigation'.
12897 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12898 previous renaming) and fix to use new names.
12899 (diff-merge-strings): Use \n as separator: simpler, faster.
12900 (diff-mode): Use `define-derived-mode'.
12901
c7ea3acc
SM
12902 * derived.el (define-derived-mode): Don't autoload anymore.
12903 Prefer the macro-only version provided by easy-mmode.el.
12904
12905 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12906 `easy-mmode-define-derived-mode'.
12907 Use `combine-run-hooks'.
12908 (easy-mmode-define-navigation): New macro.
12909
12910 * subr.el (combine-run-hooks): New function.
12911
6c4bfdc0
KH
129122000-03-21 Kenichi HANDA <handa@etl.go.jp>
12913
12914 * term/x-win.el: Fontsets related initialization is simplified.
12915
12916 * international/mule-diag.el (describe-font): Don't refer to
12917 global-fontset-alist, instead call font-list.
12918 (describe-fontset, list-fontsets, mule-diag): Likewise.
12919 (print-fontset): Adjusted for the change of fontset
12920 implementation.
12921
12922 * international/fontset.el (x-charset-registries): Variable
12923 removed, instead the corresponding data is stored in the default
12924 fontset.
12925 (register-alternate-fontnames): Function removed.
12926 (resolved-ascii-font): Variable removed.
12927 (x-compose-font-name): Ignore the second argument REDOCE.
12928 (x-complement-fontset-spec): Complement only an ASCII font and
12929 element for those charsets than can use that ASCII font.
12930 (generate-fontset-menu): Don't refer to global-fontset-alist,
12931 instead call fontset-list.
12932 (uninstantiated-fontset-alist): Variable removed.
12933 (x-style-funcs-alist): Likewise.
12934 (fontset-default-styles): Likewise.
12935 (x-modify-font-name): Function removed.
12936 (create-fontset-from-fontset-spec): Ignore the argument
12937 STYLE-VARIANT.
12938 (create-fontset-from-ascii-font): Docsting adjusted for the above
12939 change.
12940 (instantiate-fontset, resolve-fontset-name): Functions removed.
12941 (fontset-list): Now implemented by C code.
fa78f71b 12942
6c4bfdc0
KH
12943 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12944 (describe-face): Include `font' attribute in the description.
12945
9111d4b5
KH
129462000-03-21 Kenichi Handa <handa@etl.go.jp>
12947
12948 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12949
b33dd3b0
GM
129502000-03-20 Gerd Moellmann <gerd@gnu.org>
12951
a25bbe00
GM
12952 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12953 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12954 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12955
b33dd3b0
GM
12956 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12957 about behavior of set-buffer-modified-p wrt redisplay.
12958
8b7bc628 129592000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12960
12961 * view.el (view-mode-disable): Kill local binding of view-read-only.
12962
d7b511c4
GM
129632000-03-18 Gerd Moellmann <gerd@gnu.org>
12964
12965 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
12966 is a string, convert it to a syntax cell using string-to-syntax.
12967
12968 * simple.el (syntax-code-table, syntax-flag-table): New variables.
12969 (string-to-syntax): New function.
12970
12971 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
12972 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 12973 try to use passive ftp mode.
d7b511c4 12974
998ecc60
GM
129752000-03-17 Gerd Moellmann <gerd@gnu.org>
12976
b33dd3b0 12977 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
12978
12979 * simple.el (append-to-buffer): Update point of windows after
12980 insertion.
12981
12982 * abbrev.el (inverse-add-abbrev): Identify word by first moving
12983 forward then moving backward. Reindent.
12984
12985 * frame.el (other-frame): Call x-focus-frame only if
12986 focus-follows-mouse is off.
12987
235d6821
DL
129882000-03-17 Dave Love <fx@gnu.org>
12989
12990 * pcvs-util.el (cvs-strings->string): Rename
12991 replace-regexps-in-string.
12992
a29a2cd1
SM
129932000-03-17 Stefan Monnier <monnier@cs.yale.edu>
12994
af595444
SM
12995 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
12996 regexp for labels cannot span several lines.
12997
12998 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 12999 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 13000
a9be2843
DL
130012000-03-16 Dave Love <fx@gnu.org>
13002
13003 * progmodes/f90.el (f90): Put custom group under `languages', not
13004 `fortran'.
13005 (f90-mode-hook): Customize.
13006 (f90-mode): Set add-log-current-defun-function.
13007 (f90-current-defun): New function.
13008
d0ab3e9d
GM
130092000-03-16 Gerd Moellmann <gerd@gnu.org>
13010
16b20ed9
GM
13011 * cus-edit.el (custom-variable-tag-face): Handle case that
13012 default face's height is not a number.
13013 (custom-face-tag-face, custom-group-tag-face-1)
13014 (custom-group-tag-face): Ditto.
13015 (custom-group-tag-face-1): Add :group.
fa78f71b 13016
d0ab3e9d
GM
13017 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13018
ae8ab422
GM
130192000-03-15 Gerd Moellmann <gerd@gnu.org>
13020
13021 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13022 requiring easymenu.
13023
81c7ca69
GM
130242000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13025
13026 * ps-print.el: PostScript user-defined prologue, PostScript error
13027 handler, doc fix.
13028 (ps-print-version): New version number (5.1).
13029 (ps-user-defined-prologue, ps-error-handler-message)
13030 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13031 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13032 (ps-insert-string): New function.
fa78f71b 13033
dcf1003d
KH
130342000-03-15 Kenichi Handa <handa@etl.go.jp>
13035
13036 * international/ccl.el (ccl-compile-expression): Don't generate
13037 invalid self-assignment code.
13038
73825616
DL
130392000-03-14 Dave Love <fx@gnu.org>
13040
13041 * subr.el (replace-regexp-in-string): Renamed from
13042 replace-regexps-in-string. Doc fix.
13043
031020ac
DL
130442000-03-12 Dave Love <fx@gnu.org>
13045
13046 * cus-edit.el: Doc fixes.
13047 (customize-set-variable, customize-save-variable): Rename args for
13048 doc.
13049 (custom-variable-tag-face, custom-face-tag-face)
13050 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13051 style which user identify as hyperlink.
13052 (hook): Don't add undefined functions to the hook.
13053 (debug-ignored-errors): Transfer message from bindings.el.
13054
9b2f3c38
GM
130552000-03-12 Gerd Moellmann <gerd@gnu.org>
13056
13057 * recentf.el (recentf-keep-non-readable-files-p): Remove
13058 double/nested definition.
13059
0d6e23cf
DL
130602000-03-12 Dave Love <fx@gnu.org>
13061
13062 * facemenu.el (facemenu-get-face): Use display-color-p.
13063 * enriched.el (enriched-decode-foreground): Likewise.
13064 (enriched-decode-background): Likewise.
13065 * isearch.el (isearch-highlight): Likewise.
13066 * info-look.el (info-lookup): Likewise.
13067 * simple.el (completion-setup-function): Likewise.
13068
13069 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13070 :options.
13071
13072 * bindings.el (mode-line-format): Fix line-number and
13073 column-number items. Add help-echo for the background.
13074 (mode-line-mule-info): Modify help-echo.
13075
1598a961 13076 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
13077
13078 * files.el (load-file): Allow completion to .elc.
13079
13080 * man.el: Doc fixes.
13081 (Man-init-defvars): Use display-color-p to set fontification.
13082
13083 * play/hanoi.el (hanoi-internal): Don't use oddp.
13084
e1cff360
GM
130852000-03-12 Gerd Moellmann <gerd@gnu.org>
13086
13087 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13088
13089 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13090
5e5dff44
GM
130912000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13092
13093 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13094 Fix comment.
13095
5b467bf4
SM
130962000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13097
83fef604
SM
13098 * font-lock.el (font-lock-keywords): Fix the doc now that
13099 regexp-opt-depth is unnecessary.
13100 (save-buffer-state): Set an edebug spec.
13101 (font-lock-fontify-anchored-keywords): Properly handle the case when
13102 the matcher goes past the limit.
13103
5b467bf4
SM
13104 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13105 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13106
83fef604
SM
13107 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13108 dll.el and cookie.el (from Elib) with heavy renaming and other
13109 massaging.
5b467bf4
SM
13110
13111 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13112 Autoload the functions used.
13113 (easy-mmode-define-syntax): Fix CL typo.
13114 (easy-mmode-define-derived-mode): Improve the docstring generation.
13115
d407456c
GM
131162000-03-10 Gerd Moellmann <gerd@gnu.org>
13117
13118 * textmodes/texinfo.el (texinfo-version): Variable and function
13119 removed.
13120
5a7a545c
SM
131212000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13122
0d6e23cf
DL
13123 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13124 allow more flexibility.
13125 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13126 fns.
13127 (easy-mmode-defmap, easy-mmode-defsyntax)
13128 (easy-mmode-define-derived-mode): New macros.
5a7a545c 13129
d407456c 131302000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
13131
13132 * rect.el (replace-rectangle): New function.
13133
131342000-03-09 Dave Love <fx@gnu.org>
13135
13136 * progmodes/fortran.el (fortran-comment-line-start): Define as
13137 "C".
13138 (fortran-comment-line-start-skip): Don't match cpp stuff.
13139 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13140 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13141 (fortran-mode): Don't set fortran-comment-line-start-skip,
13142 fortran-comment-line-start here. Set comment-start,
13143 add-log-current-defun.
13144 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13145 (fortran-current-defun): New function.
13146
80460654
GM
131472000-03-09 Gerd Moellmann <gerd@gnu.org>
13148
d1221ea9
GM
13149 * emacs-lisp/re-builder.el: New file.
13150
1853aa6b
GM
13151 * mouse.el (mouse-drag-region): Don't run up-event handler
13152 if hscroll has changed.
13153
80460654
GM
13154 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13155 builtin operators, use `font-lock-builtin-face' for Emacs and
13156 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
13157
13158 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
13159 `(defun (setf foo)' differently.
13160
c0056275
SM
131612000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13162
13163 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
13164 (regexp-opt): Update comment and adapt the code the new meaning of
13165 the `paren' argument of regex-opt-group for shy-groups.
13166 (regexp-opt-depth): Handle shy groups as well as backslashed
13167 backslashes.
c0056275
SM
13168 (regexp-opt-group): Turn the leading comment into a docstring.
13169 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
13170 Remove open-presuf and close-presuf. Instead of checking for `all
13171 one-char' and then later on check for `several one-char', handle
13172 both cases close together. Also apply a more generic algorithm
13173 for suffixes (the mirror image of the algorithm used for
13174 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
13175 (regexp-opt-try-suffix): Removed.
13176
13177 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
13178 from comint-mode-map, so we can just inherit from it. Also, move
13179 the initialization into the `defvar' since there's no docstring
13180 anyway and it's fairly short.
13181 (inferior-scheme-mode): Define it as derived-mode: the code is
13182 shorter and this way we inherit from comint-mode-map rather than
13183 copying it.
c0056275 13184
80460654
GM
13185 * subr.el (replace-regexps-in-string): Properly handle the case
13186 where we match an empty string.
c0056275 13187
80460654
GM
13188 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13189 when the command has a directory component (such as "./testml").
c0056275
SM
13190 Also fix a typo in the comment.
13191
5e91ff9e
GM
131922000-03-08 Gerd Moellmann <gerd@gnu.org>
13193
feab4fba
GM
13194 * Makefile (compile-files): Compile files one by one because
13195 that's the only way to ensure a clean compilation environment for
13196 each individual file.
13197
5e91ff9e
GM
13198 * frame.el (other-frame): Call x-focus-frame.
13199
76162e12
DL
132002000-03-07 Dave Love <fx@gnu.org>
13201
f64ce788
DL
13202 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13203 :require to defcustom.
13204
76162e12
DL
13205 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13206 lists.
13207
13208 * files.el (auto-mode-alist): Add configure.in.
13209
13210 * progmodes/autoconf.el: New file.
13211
f7daf1e1
GM
132122000-03-07 Gerd Moellmann <gerd@gnu.org>
13213
13214 * mail/mh-e.el: Change maintainer to `none'.
13215
13216 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13217 to remove-hook and add-hook.
13218
132192000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13220
13221 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13222 it as the default.
13223 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13224 (sendmail-send-it): Conditionally add MIME headers specifying the
13225 used character set.
fa78f71b 13226
63f6b2c4
DL
132272000-03-07 Dave Love <fx@gnu.org>
13228
13229 * winner.el: Fix keywords, autoload cookies. Split
13230 eval-when-compile form to avoid compilation failure.
13231
8330e2f9
KH
132322000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13233
13234 * international/mule.el: Modify comment about coding system
13235 property `coding-category'.
13236 (make-coding-system): New argument EOL-TYPE. Pay attention to
13237 coding-category property of PROPERTIES.
13238
13239 * international/mule-conf.el (coding-category-utf-8,
13240 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13241 categories. Include them in the argument for set-coding-priority.
13242
13243 * international/mule-cmds.el (reset-language-environment): Include
13244 coding-category-utf-8, coding-category-utf-16-be, and
13245 coding-category-utf-16-le in the argument for set-coding-priority.
13246 (reset-language-environment): Initialize coding-category-utf-8,
13247 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13248
18bb0684
GM
132492000-03-06 Karl Fogel <kfogel@red-bean.com>
13250
13251 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13252 code abstracted out of `bookmark-jump-noselect'. Now tries info
13253 extensions as well as compression extensions.
13254 (bookmark-jump-noselect): Use above new func.
fa78f71b 13255
71a6ba55
GM
132562000-03-03 Gerd Moellmann <gerd@gnu.org>
13257
13258 * strokes.el: Change maintainer's mail address.
13259
0d56cdff
KH
132602000-03-03 Kenichi Handa <handa@etl.go.jp>
13261
13262 * international/mule-diag.el (list-character-sets): Make help-echo
13263 string by substitute-command-keys.
13264 (list-character-sets): Likewise.
13265 (sort-listed-character-sets): Call help-setup-xref.
13266
900fa1f1
GM
132672000-03-02 Gerd Moellmann <gerd@gnu.org>
13268
13269 * time.el (display-time-mail-file): Add `none' to the list of
13270 choices.
13271
54d04320
DL
132722000-03-01 Dave Love <fx@gnu.org>
13273
43f3fa09
DL
13274 * help.el (help-xref-go-back): Don't try to set position.
13275
54d04320
DL
13276 * international/mule-diag.el (list-character-sets): Call
13277 help-setup-xref. Add help-echo to xrefs.
13278 (list-character-sets-1): Add help-echo to xrefs.
13279
d054101f
GM
132802000-03-02 Gerd Moellmann <gerd@gnu.org>
13281
13282 * frame.el (blink-cursor-mode): Switch cursor on when turning
13283 the mode off.
13284
13285 * add-log.el (add-log-current-defun): Add support for
13286 Autoconf mode.
13287
13288 * mail/rmail.el (rmail-quit-hook): New variable.
13289
d77dae5c
DL
132902000-03-01 Dave Love <fx@gnu.org>
13291
e5f597f0
DL
13292 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13293
d77dae5c
DL
13294 * help.el (help-xref-button): Add help-echo arg.
13295 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13296
13297 * faces.el (list-faces-display): Supply help-echo with
13298 help-make-xrefs.
13299
13300 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13301 nil.
13302
72d19d75
GM
133032000-03-01 Gerd Moellmann <gerd@gnu.org>
13304
2df636f4
GM
13305 * image.el (defimage): Look for image files in load-path.
13306
fa78f71b 13307 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
13308 `number'.
13309
2df636f4
GM
133102000-03-01 David Ponce <david.ponce@wanadoo.fr>
13311
13312 * recentf.el (recentf): Added version tag to the defgroup of
13313 recentf.
13314
133152000-03-01 David Ponce <david.ponce@wanadoo.fr>
13316
13317 * recentf.el (recentf-cleanup): Changed to remove excluded file
13318 too.
13319 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13320 action to select/unselect a file.
13321 (recentf-edit-list): Code cleanup and improvement.
13322 (recentf-open-more-files-action): `recentf-open-more-files' button
13323 widget action to open a file.
13324 (recentf-open-more-files): No more use standard completion but
13325 widgets.
13326 (recentf-more-collection): Deleted.
13327 (recentf-more-history): Deleted.
13328 (recentf-setup-more-completion): Deleted.
13329
133302000-03-01 David Ponce <david.ponce@wanadoo.fr>
13331
13332 * recentf.el (recentf-mode): No more needs that Emacs is running
13333 under a window-system.
13334
133351999-03-01 David Ponce <david.ponce@wanadoo.fr>
13336
13337 * recentf.el (recentf-edit-list): New command to edit the recent
13338 list which allow the user to remove files.
13339 (recentf-edit-selected-items): New global variable, used by
13340 `recentf-edit-list' to hold the list of files to be removed from
13341 the recent list.
13342 (recentf-make-menu-items): Updated to display a "Edit list..."
13343 menu item. Minor code cleanup.
13344
133451999-03-01 David Ponce <david.ponce@wanadoo.fr>
13346
13347 * recentf.el (recentf-open-more-files): New command to open files
13348 that are not displayed in the menu.
13349 (recentf-more-collection): New global variable holding the set of
13350 permissible completions used by `recentf-open-more-files'.
13351 (recentf-more-history): New global variable holding the history list
13352 used by `recentf-open-more-files' completion.
13353 (recentf-setup-more-completion): New function to setup completion for
13354 `recentf-open-more-files'.
13355 (recentf-make-menu-items): Updated to display a "More..." menu item.
13356
133571999-03-01 David Ponce <david.ponce@wanadoo.fr>
13358
13359 * recentf.el (recentf-menu-action): Doc fixed.
13360
133611999-03-01 David Ponce <david.ponce@wanadoo.fr>
13362
13363 * recentf.el (recentf-menu-filter): Doc updated.
13364 (recentf-update-menu-hook): Allow menu filters to force menu update.
13365 (recentf-make-menu-items): New menu filter handling.
13366 (recentf-make-menu-item): New helper function.
13367 (recentf-menu-elements): New menu handling function.
13368 (recentf-sort-ascending): Updated to new menu filter handling.
13369 (recentf-sort-descending): Updated to new menu filter handling.
13370 (recentf-sort-basenames-ascending): New menu filter function.
13371 (recentf-sort-basenames-descending): New menu filter function.
13372 (recentf-show-basenames): New menu filter function.
13373 (recentf-show-basenames-ascending): New menu filter function.
13374 (recentf-show-basenames-descending): New menu filter function.
13375
72d19d75
GM
133762000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13377
13378 * diary-lib.el (list-diary-entries): Don't try to go forward at
13379 the end of the buffer.
13380
1ac1c836
KH
133812000-02-29 Kenichi Handa <handa@etl.go.jp>
13382
13383 * international/mule-diag.el (list-character-sets): Completely
13384 rewritten.
13385 (sort-listed-character-sets): New function.
13386 (list-character-sets-1): Completely rewritten.
13387 (list-character-sets-2): New function.
13388 (non-iso-charset-alist): New variable.
13389 (decode-codepage-char): New function.
13390 (charset-history): New variable.
13391 (read-charset) (list-block-of-chars)
13392 (list-iso-charset-chars)
13393 (list-non-iso-charset-chars)
13394 (list-charset-chars): New functions.
13395 (mule-diag): Call list-character-sets-2, not
13396 list-character-sets-2.
13397 (dump-charsets): Likewise.
13398
ed4d0512
GM
133992000-02-29 Gerd Moellmann <gerd@gnu.org>
13400
72d19d75
GM
13401 * dired-x.el (dired-filename-at-point): Add `@' to valid
13402 file name characters.
13403 (dired-filename-at-point): Handle ange-ftp file names.
13404
ed4d0512
GM
13405 * frame.el (frame-notice-user-settings): Use assq-delete-all
13406 instead of assoc-delete-all.
13407 (frame-notice-user-settings): Ditto.
13408
13409 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13410 Don't copy alist.
13411
32038c7a
GM
134122000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13413
13414 * calculator.el (calculator-use-menu): New option.
13415 (calculator-initial-bindings): Changed some bindings to work as
13416 macros.
13417 (calculator-forced-input): Removed.
13418 (calculator-restart-other-mode): New variable.
13419 (calculator-mode-map): Set up menu.
fa78f71b 13420
32038c7a
GM
134212000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13422
13423 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13424 tags.
fa78f71b 13425
55d7ff38 134262000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 13427
55d7ff38
MK
13428 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13429 translate all ESC key sequences.
13430 (viper-goto-mark-subr): restore markers for files for which
13431 they were saved.
13432 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13433 * viper-util.el (viper-set-replace-overlay-glyphs,
13434 viper-set-replace-overlay): always check if the replacement
13435 overlay is live.
13436 * viper.el (viper-vi-state-mode-list): added major modes.
13437 * ediff-wind.el: minor comment changes.
13438 * ediff.el: copyright notice date fix.
fa78f71b 13439
387023ee
JR
134402000-02-27 Jason Rumney <jasonr@gnu.org>
13441
13442 * faces.el (face-font-family-alternatives): Add arial to helv.
13443 (mode-line, header-line, tool-bar): Same default as x for w32.
13444 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13445 face-font-family-alternatives from working.
13446 * term/w32-win.el (mouse-set-font): Do not build fontset from
13447 chosen font.
13448
f43d79c1
GM
134492000-02-25 Sam Steingold <sds@goems.com>
13450
5d80cc9c 13451 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 13452 properly.
fa78f71b 13453
8b7bc628 134542000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
13455
13456 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13457
4eb8436f
GM
134582000-02-25 Gerd Moellmann <gerd@gnu.org>
13459
13460 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13461 writable.
13462
449c3c52 13463 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 13464
42088c12
GM
134652000-02-24 Gerd Moellmann <gerd@gnu.org>
13466
13467 * frame.el (show-cursor-in-non-selected-windows): New option.
13468
c60ea02e
GM
134692000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13470
13471 * diary-lib.el (include-other-diary-files): Undo the selective
13472 display in any included file and don't kill it.
13473
d066de8e
EZ
134742000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13475
13476 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13477 bar. Menu items converted to (menu-item format, help strings
13478 added.
13479 [downcase, upcase]: Don't enable on MS-DOS.
13480 [symlink, symlinks]: Don't show if make-symbolic-link is not
13481 bound.
13482 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13483
b6906b38
DL
134842000-02-23 Dave Love <fx@gnu.org>
13485
275cf1b2
DL
13486 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13487 (backward-kill-word): Revert addition of * to interactive spec --
13488 it's a feature.
13489
13490 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13491 (backward-kill-sentence, kill-sentence): Likewise.
13492
99d48056
DL
13493 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13494 scratch buffer name.
13495 (gud-format-command): Use int-to-string in ?l case. Simplify
13496 slightly.
13497
13498 * term/w32-win.el (internal-face-interactive): Update prompt for
13499 new read-face-name.
13500
13501 * mail/footnote.el (footnote): Add :version to defgroup.
13502 (footnote-section-tag-regexp): Customize.
13503 (footnote-start-tag, footnote-end-tag): New option.
13504 (footnote-latin-regexp): New variable.
13505 (Footnote-latin): New function.
13506 (footnote-style-alist): Add element for latin style.
13507 (footnote-style): Moved.
13508 (Footnote-goto-footnote): Use eq to test arg.
13509
13510 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13511
b6906b38
DL
13512 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13513 (byte-compile-trueconstp): Include keywords.
13514 (byte-optimize-quote, byte-optimize-lapcode): Use
13515 byte-compile-const-symbol-p.
13516 (byte-optimize-char-before): New optimization.
13517
13518 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13519 (byte-compile-const-symbol-p): New function.
13520 (byte-compile-constp, byte-compile-out-toplevel)
13521 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13522 Use it.
13523
13524 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13525
214f877f
KH
135262000-02-23 Kenichi Handa <handa@etl.go.jp>
13527
c709bcf1
KH
13528 * international/encoded-kb.el: Be sure to update minor-mode-alist
13529 and minor-mode-map-alist.
13530 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13531 codes SS2 and SS3 correctly.
13532 (encoded-kbd-self-insert-ccl): New function.
13533 (encoded-kbd-setup-keymap): New function.
13534 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13535 by calling encoded-kbd-setup-keymap.
13536
214f877f
KH
13537 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13538 characters.
13539 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13540 locally.
13541
b021ef18
DL
135422000-02-22 Dave Love <fx@gnu.org>
13543
13544 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13545 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13546 defvar.
13547 (lisp-mode-syntax-table): Set up for #|...|# comments.
13548 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13549 classes. Match `defface'.
13550 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13551 (eval-defun-1): Fix for defcustom.
13552 (lisp-indent-region): Doc fix.
13553
13554 * subr.el (when, unless, split-string): Doc fix.
13555 (read-passwd): Move call of clear-this-command-keys to the right
13556 place.
13557 (replace-regexps-in-string): New function.
13558
14cc00ad
GM
135592000-02-22 Gerd Moellmann <gerd@gnu.org>
13560
13561 * help.el (describe-variable): Set syntax table to
13562 emacs-lisp-mode-syntax-table when moving forward over the
13563 symbol's name.
13564
47da5efa
DL
135652000-02-22 Dave Love <fx@gnu.org>
13566
13567 * xt-mouse.el: Doc fixes.
13568 (xterm-mouse-position-function): New function, replacing advice of
13569 mouse-position.
13570 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13571
13572 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13573
f0a6c717
GM
135742000-02-21 Gerd Moellmann <gerd@gnu.org>
13575
13576 * format.el (format-annotate-single-property-change): Handle
13577 properties.with dotted-list values.
13578 (format-proper-list-p): New function.
13579
13580 * enriched.el (enriched-face-ans): Handle '(foreground-color
13581 . COLOR) and (background-color . COLOR).
13582
2be80b63
DL
135832000-02-20 Dave Love <fx@gnu.org>
13584
13585 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13586 and assignments to it.
13587 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13588 current local map.
13589 (make-flyspell-overlay): Use it.
13590 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13591
13592 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13593 (lm-get-header-re): Defun, not defsubst.
13594 (lm-get-package-name): Defun, not defsubst. Simplify.
13595 (lm-version): Doc fix. Simplify.
13596 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13597 (lm-crack-address, lm-last-modified-date, lm-commentary)
13598 (lm-verify, lm-synopsis): Simplify.
13599 (lm-report-bug): Require emacsbug. Use compose-mail.
13600
329eed9f
GM
136012000-02-20 Gerd Moellmann <gerd@gnu.org>
13602
13603 * dired.el (dired-mode): Call propertized-buffer-identification
13604 to set mode-line-buffer-identification to something having
13605 the right text properties.
13606
13607 * bindings.el (propertized-buffer-identification): New function.
13608
be5bb146
DL
136092000-02-20 Dave Love <fx@gnu.org>
13610
13611 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13612 check for t-mouse too.
13613
13614 * cus-start.el: Make echo-keystrokes `number'.
13615
1d4311c3
EZ
136162000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13617
13618 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13619 Don't call ring-empty-p unless tags-location-ring is bound.
13620 From Noah Friedman <friedman@splode.com>.
13621
a23c5037
TTN
136222000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13623
13624 * progmodes/hideshow.el (hs-flag-region): No longer use
13625 `intangible' overlay property.
13626
13627 (hs-toggle-hiding): New command.
13628 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13629
13630 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13631 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13632 and deactivation.
13633
b6a22bf8
GM
136342000-02-18 Gerd Moellmann <gerd@gnu.org>
13635
13636 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13637
d621caf7
GM
136382000-02-17 Gerd Moellmann <gerd@gnu.org>
13639
3c0ed7ce
GM
13640 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13641
d621caf7
GM
13642 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13643 of `*' to handle `(* ... *)' comments.
13644
538d88fb
EZ
136452000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13646
53c80cf6 13647 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 13648 window-system.
53c80cf6 13649
538d88fb
EZ
13650 * menu-bar.el (global-map): Menu-bar items converted to the new
13651 format (menu-item..., rearranged for better CUA compliance, and
13652 their names changed for better clarity. Help strings added.
13653
13654 * international/mule-cmds.el (mule-menu-keymap)
13655 (describe-language-environment-map, set-coding-system-map)
13656 (setup-language-environment-map): Convert to new (menu-item...
13657 form, add help strings. Change names of menu items for better
13658 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13659 submenu).
13660
8389e1e2 136612000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 13662
a23c5037 13663 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 13664 within the code.
a23c5037 13665
8389e1e2 136662000-02-16 Dave Love <fx@gnu.org>
a23c5037 13667
84fe35f0
DL
13668 * faces.el: Don't require custom. Add more specific :groups to
13669 various deffaces.
13670 (set-face-attribute): Purecopy args.
13671 (read-face-name): Default to name at point and use it in prompt.
13672 Remove colon from arg in all callers.
13673 (list-faces-display): Hyperlink to face descriptions and customize
13674 buffers.
13675
b2aeee30
DL
136762000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13677
13678 * wid-edit.el (widget-match-inline): An atom never matches a
13679 list.
13680
99e95407
GM
136812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13682
82d2c7c5
DL
13683 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13684 at ':' characters by call to split-string.
99e95407
GM
13685
136862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13687
82d2c7c5 13688 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13689
136902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13691
82d2c7c5
DL
13692 * textmodes/bibtex.el: Some temporary comments removed.
13693 (bibtex-field-name, bibtex-entry-type): Made the relationship
13694 explicit.
13695 (bibtex-field-const): Allow capital letters.
13696 (bibtex-start-of-string): Deleted because unused.
13697
13698 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13699 use the term 'reference' to describe a bibtex entry as a whole.
13700 Further, reference keys are no longer called 'labels'.
13701 (bibtex-keys): Renamed to bibtex-reference-keys.
13702 (bibtex-reformat-previous-labels): Renamed to
13703 bibtex-reformat-previous-reference-keys.
13704 (bibtex-reference-type): Renamed to bibtex-entry-type.
13705 (bibtex-reference-head): Renamed to bibtex-entry-head.
13706 (bibtex-reference-maybe-empty-head): Renamed to
13707 bibtex-entry-maybe-empty-head.
13708 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13709 (bibtex-search-reference): Renamed to bibtex-search-entry.
13710 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13711 bibtex-enclosing-entry-maybe-empty-head.
13712 (bibtex-entry-field-alist, bibtex-entry-head,
13713 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13714 bibtex-map-entries, bibtex-search-entry,
13715 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13716 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13717 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13718 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13719 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13720 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13721 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13722
137232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13724
82d2c7c5
DL
13725 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13726 comment.
13727 (bibtex-format-field-delimiters): New function, functionality
13728 extracted from bibtex-format-entry.
13729 (bibtex-autokey-get-yearfield-digits): New function, functionality
13730 extracted from bibtex-autokey-get-yearfield.
13731
13732 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13733 entries in order to avoid stack overflow in the regexp matcher if
13734 field contents become large.
13735 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13736 bibtex-field-string-part-not-braced,
13737 bibtex-field-string-part-no-inner-braces,
13738 bibtex-field-string-part-1-inner-brace,
13739 bibtex-field-string-part-2-inner-braces,
13740 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13741 bibtex-field-string-quoted, bibtex-field-string,
13742 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13743 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13744 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13745 as parsing is now performed by the following functions.
13746 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13747 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13748 bibtex-parse-field-string, bibtex-search-forward-field-string,
13749 bibtex-parse-association, bibtex-field-name-for-parsing,
13750 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13751 bibtex-search-forward-field, bibtex-search-backward-field,
13752 bibtex-start-of-field, bibtex-end-of-field,
13753 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13754 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13755 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13756 bibtex-parse-string, bibtex-search-forward-string,
13757 bibtex-search-backward-string, bibtex-start-of-string,
13758 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13759 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13760 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13761 entries. Instead of reporting the results of the parsing by
13762 match-beginning or match-end, these functions return data structures
13763 that hold the corresponding positions.
13764 (bibtex-enclosing-field): Changed to also report field boundaries by
13765 return values rather than by match-beginning or match-end. The
13766 following functions have been adapted to use the new parsing
13767 functions.
13768 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13769 bibtex-enclosing-field, bibtex-format-entry,
13770 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13771 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13772 bibtex-print-help-message, bibtex-end-of-entry,
13773 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13774 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13775 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13776 method for parsing.
13777 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13778 bibtex-map-entries, bibtex-flash-head,
13779 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13780 bibtex-autokey-change, bibtex-autokey-get-namefield,
13781 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13782 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13783 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13784 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13785 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13786 order to make the new binding of case-fold-search immediately
13787 visible.
99e95407
GM
13788
137892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13790
82d2c7c5
DL
13791 * textmodes/bibtex.el: Copyright notice is up to date.
13792 Added constant 'bibtex-maintainer-salutation.
99e95407 13793
82d2c7c5
DL
13794 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13795 than make-temp-name, use match-string-no-properties and eliminate
13796 a quadratic behavior when building bibtex-strings.
99e95407 13797
82d2c7c5
DL
13798 * bibtex.el (bibtex-reference-key): Accept string entries whose
13799 reference key contains upper case letters.
99e95407
GM
13800
138012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13802
82d2c7c5
DL
13803 * bibtex.el (bibtex-reference-head): Allow entries to start with
13804 a new line.
99e95407
GM
13805
138062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13807
82d2c7c5
DL
13808 * bibtex.el: Hiding of entry bodies is not longer provided by
13809 bibtex.el directly. Instead the hideshow package can be used.
13810 Added a special bibtex entry to hs-special-modes-alist.
13811 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13812
138132000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13814
f24fef2f
SM
13815 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13816 at ':' characters by call to split-string.
8389e1e2
GM
13817
138182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13819
f24fef2f 13820 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13821
138222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13823
f24fef2f
SM
13824 * textmodes/bibtex.el: Some temporary comments removed.
13825 (bibtex-field-name, bibtex-entry-type): Made the relationship
13826 explicit.
13827 (bibtex-field-const): Allow capital letters.
13828 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13829
f24fef2f
SM
13830 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13831 use the term 'reference' to describe a bibtex entry as a whole.
13832 Further, reference keys are no longer called 'labels'.
13833 (bibtex-keys): Renamed to bibtex-reference-keys.
13834 (bibtex-reformat-previous-labels): Renamed to
13835 bibtex-reformat-previous-reference-keys.
13836 (bibtex-reference-type): Renamed to bibtex-entry-type.
13837 (bibtex-reference-head): Renamed to bibtex-entry-head.
13838 (bibtex-reference-maybe-empty-head): Renamed to
13839 bibtex-entry-maybe-empty-head.
13840 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13841 (bibtex-search-reference): Renamed to bibtex-search-entry.
13842 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13843 bibtex-enclosing-entry-maybe-empty-head.
13844 (bibtex-entry-field-alist, bibtex-entry-head,
13845 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13846 bibtex-map-entries, bibtex-search-entry,
13847 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13848 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13849 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13850 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13851 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13852 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13853 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13854
138552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13856
f24fef2f
SM
13857 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13858 comment.
13859 (bibtex-format-field-delimiters): New function, functionality
13860 extracted from bibtex-format-entry.
13861 (bibtex-autokey-get-yearfield-digits): New function, functionality
13862 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13863
f24fef2f
SM
13864 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13865 entries in order to avoid stack overflow in the regexp matcher if
13866 field contents become large.
13867 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13868 bibtex-field-string-part-not-braced,
13869 bibtex-field-string-part-no-inner-braces,
13870 bibtex-field-string-part-1-inner-brace,
13871 bibtex-field-string-part-2-inner-braces,
13872 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13873 bibtex-field-string-quoted, bibtex-field-string,
13874 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13875 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13876 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13877 as parsing is now performed by the following functions.
13878 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13879 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13880 bibtex-parse-field-string, bibtex-search-forward-field-string,
13881 bibtex-parse-association, bibtex-field-name-for-parsing,
13882 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13883 bibtex-search-forward-field, bibtex-search-backward-field,
13884 bibtex-start-of-field, bibtex-end-of-field,
13885 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13886 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13887 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13888 bibtex-parse-string, bibtex-search-forward-string,
13889 bibtex-search-backward-string, bibtex-start-of-string,
13890 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13891 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13892 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13893 entries. Instead of reporting the results of the parsing by
13894 match-beginning or match-end, these functions return data structures
13895 that hold the corresponding positions.
13896 (bibtex-enclosing-field): Changed to also report field boundaries by
13897 return values rather than by match-beginning or match-end. The
13898 following functions have been adapted to use the new parsing
13899 functions.
13900 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13901 bibtex-enclosing-field, bibtex-format-entry,
13902 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13903 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13904 bibtex-print-help-message, bibtex-end-of-entry,
13905 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13906 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13907 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13908 method for parsing.
13909 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13910 bibtex-map-entries, bibtex-flash-head,
13911 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13912 bibtex-autokey-change, bibtex-autokey-get-namefield,
13913 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13914 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13915 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13916 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13917 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13918 order to make the new binding of case-fold-search immediately
13919 visible.
8389e1e2
GM
13920
139212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13922
f24fef2f
SM
13923 * textmodes/bibtex.el: Copyright notice is up to date.
13924 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13925
f24fef2f
SM
13926 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13927 than make-temp-name, use match-string-no-properties and eliminate
13928 a quadratic behavior when building bibtex-strings.
fa78f71b 13929
f24fef2f
SM
13930 * bibtex.el (bibtex-reference-key): Accept string entries whose
13931 reference key contains upper case letters.
8389e1e2
GM
13932
139332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13934
f24fef2f
SM
13935 * bibtex.el (bibtex-reference-head): Allow entries to start with
13936 a new line.
8389e1e2
GM
13937
139382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13939
f24fef2f
SM
13940 * bibtex.el: Hiding of entry bodies is not longer provided by
13941 bibtex.el directly. Instead the hideshow package can be used.
13942 Added a special bibtex entry to hs-special-modes-alist.
13943 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13944
139452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13946
82d2c7c5 13947 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13948 proceedings entry type (for cross referencing). Thanks to Wagner
13949 Toledo Correa for the suggestion.
13950
82d2c7c5 13951 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13952
eae61d8f
KH
139532000-02-14 Kenichi Handa <handa@etl.go.jp>
13954
13955 * international/characters.el: Setup case table for Vietnamese.
13956
fb07a302
GM
139572000-02-12 Gerd Moellmann <gerd@gnu.org>
13958
13959 * uniquify.el (toplevel): Require CL at compile time.
13960 (uniquify-push): Removed.
13961
13962 * shadowfile.el (shadow-when): Removed.
13963
13964 * tempo.el (tempo-dolist, tempo-mapc): Removed.
13965 (tempo-process-and-insert-string): Use dolist instead of
13966 tempo-dolist.
13967
13968 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
13969 regexp for paragraph-start.
13970
13971 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
13972 commas as well.
13973
a0eddf92
DL
139742000-02-10 Dave Love <fx@gnu.org>
13975
13976 * wid-edit.el: (widgets) [defgroup]: Remove url link.
13977 (widget-color-choice-list, widget-color-history, widget-mouse-help):
13978 Deleted.
13979 (widget-specify-field, widget-specify-button): Don't use
13980 widget-mouse-help as help-echo property.
13981 (default): Use #'ignore for :validate and :mouse-down-action.
13982 (checkbox): Add help-echo.
13983 (widget-sexp-validate): Rewritten to clarify error messages.
13984 (character): Use char-valid-p in :match function.
13985 (widget-color-complete): Use facemenu-color-alist.
13986 (widget-color-action): Use facemenu-read-color.
13987
13988 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
13989 set up `caar' &c that we now have.
13990
82d2c7c5
DL
139912000-02-09 Ray Blaak <blaak@gnu.org>
13992
13993 * delphi.el: Make resourcestring a declaration region, like const
13994 and var.
13995
6cbc1482
DL
139962000-02-09 Dave Love <fx@gnu.org>
13997
13998 * bindings.el (mode-line-input-method-map): New variable.
13999 (mode-line-mule-info): Use it; fix last change.
14000 (mode-line-mode-menu): Move definition.
14001 (mode-line-mouse-sensitive-p): Deleted.
14002 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14003 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14004 level.
14005
14006 * startup.el (command-line-1): Don't call
14007 make-mode-line-mouse-sensitive.
14008
f7136ee8
GM
140092000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14010
14011 * mail/rmail.el (rmail-retry-failure): Use
14012 rmail-beginning-of-message before rmail-toggle-header, because the
14013 former toggles headers.
14014
6e1d0d15
SM
140152000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14016
fef8c55b
SM
14017 * diff-mode.el (diff-kill-junk): New interactive function.
14018 (diff-reverse-direction): Use delete-and-extract-region.
14019 (diff-post-command-hook): Restrict the area so that the hook also works
14020 outside of any diff hunk. This is necessary for the minor-mode.
14021 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14022 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14023
6e1d0d15
SM
14024 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14025 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14026 so that it can be used more easily in <foo>-mode-hook. Also make sure
14027 to avoid duplicate entries.
14028 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14029 (font-lock-remove-keywords): Just as was done for `add', allow it to
14030 work even if font-lock-mode is nil. Also make sure we don't modify
14031 any pre-existing list by forcing a copy-sequence. Finally rename
14032 `major-mode' to `mode'.
14033 (font-lock-fontify-syntactic-anchored-keywords)
14034 (font-lock-fontify-anchored-keywords)
14035 (font-lock-fontify-keywords-region): Use line-end-position.
14036 Don't make `font-lock-multiline' local (it's now done in
14037 font-lock-set-defaults).
14038 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14039 move the `font-lock-fontified' creation to inside the `unless'.
14040
a75dfea0
AI
140412000-02-06 Andrew Innes <andrewi@gnu.org>
14042
14043 * term/w32-win.el (x-handle-args): Comment out call to message,
14044 which occurs before window system is initialized.
14045
14046 * makefile.nt: Add support for recompiling lisp code.
14047
b85e9462
DL
140482000-02-04 Dave Love <fx@gnu.org>
14049
9ff33afb
DL
14050 * bindings.el (mode-line-mule-info): Fix/extend last change.
14051
b85e9462
DL
14052 * completion.el: Replace completion-dolist with dolist.
14053
14054 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14055 dotimes.
14056
44dff075
CD
140572000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14058
14059 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14060 environment names before they go into the section regexp.
14061
14062 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14063 char class in regexp.
14064
14065 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14066 `case-fold-search' to nil.
14067
14068 * progmodes/idlwave.el (idlwave-template): Respect
14069 `idlwave-abbrev-change-case'.
14070 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14071 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14072 idlwave-while): respect `idlwave-reserved-word-upcase'.
14073 (idlwave-rw-case): New function.
14074 (idlwave-statement-match): Fixed problem with assignment regexp.
14075 (idlwave-font-lock-keywords): Improved regexp for keyword
14076 parameters.
a23c5037 14077 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
14078 operators longer than 1 char.
14079
14080 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14081 idlwave-shell-expression-overlay. Implemented printing of
14082 expressions on higher levels of the calling stack.
14083 (idlwave-shell-display-level-in-calling-stack): Restore stack
14084 level.
14085 (idlwave-retrieve-expression-from-level): New function.
14086 (idlwave-shell-last-calling-stack): Variable removed.
14087 (idlwave-shell-reset): Argument action reversed (`visible' to
14088 `hidden'). Also remove stop-line overlay.
14089 (idlwave-shell-calling-stack-routine): New variable.
14090 (idlwave-shell-parse-stack-and-display): Messages now display
14091 negative level numbers.
14092 (idlwave-shell-mode): Set `modeline-format'.
14093 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14094 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14095 21.
14096 (idlwave-shell-print-expression-function): New option.
a23c5037 14097
44dff075
CD
14098 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14099 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14100 `tool-bar' instead of `toolbar'.
14101
f26c34fd
DL
141022000-02-02 Dave Love <fx@gnu.org>
14103
14104 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14105 emacs-lisp-mode-hook. Don't check for defalias being defined.
14106
14107 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14108 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14109 the new builtins directly.
14110
14111 * whitespace.el (whitespace): Add :version to defgroup.
14112
14113 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14114 Doc fix.
14115
14116 * thingatpt.el (sexp-at-point, symbol-at-point)
14117 (number-at-point, list-at-point): Add autoload cookie.
14118
14119 * recentf.el (recentf): Add :version to defgroup.
14120
14121 * quickurl.el (quickurl): Add :version to defgroup.
14122
14123 * elide-head.el (elide-head): Use point-marker more.
14124
14125 * bs.el (bs): Add :version to defgroup.
14126
14127 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14128
14129 * progmodes/delphi.el (delphi): Add :version to defgroup.
14130
d240a249
GM
141312000-02-02 Gerd Moellmann <gerd@gnu.org>
14132
14133 * ange-ftp.el (ange-ftp-write-region): Handle case that
14134 succeeding process operation sets a different coding system.
14135
14136 * calculator.el: New file.
14137
d5179a01
EZ
141382000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14139
14140 * frame.el (frames-on-display-list, framep-on-display): New
14141 functions.
14142 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14143 (display-selections-p, display-screens, display-pixel-width)
14144 (display-pixel-height, display-mm-width, display-mm-height)
14145 (display-backing-store, display-save-under, display-planes)
14146 (display-color-cells, display-visual-class): New functions.
14147
14148 * term/tty-colors.el (tty-color-gray-shades): New function.
14149
14150 * faces.el (display-color-p): Use framep-on-display.
14151 (display-grayscale-p): New function.
14152
968e00f0
DL
141532000-01-31 Dave Love <fx@gnu.org>
14154
14155 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14156 (create-fontset-from-x-resource): Don't concat integers.
14157
2cb750ba
GM
141582000-01-31 Inge Frick <inge@nada.kth.se>
14159
14160 * view.el: Some changes in documentation. Removed some trailing
14161 whitespace. Changed some parameter names to agree with
14162 documentation.
14163 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14164 window is not deleted. Modifies change 1998-04-26.
a23c5037 14165
74e9213b
GM
141662000-01-31 Gerd Moellmann <gerd@gnu.org>
14167
47569935
GM
14168 * windmove.el: New file.
14169
74e9213b
GM
14170 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14171 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 14172 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 14173
74e9213b
GM
14174 * jit-lock.el (jit-lock-function): Widen before calculating end
14175 position.
14176 (jit-lock-stealth-chunk-start): Rewritten.
14177
14178 * info.el (Info-title-face-alist): Removed.
14179 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14180 faces.
14181 (Info-fontify-node): Use these faces.
14182
994c5afe
GM
141832000-01-30 Gerd Moellmann <gerd@gnu.org>
14184
14185 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14186 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14187 `&allow-other-keywords'.
14188
14189 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14190 the list of directories scanned heuristically.
14191
14192 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14193 exist.
14194
f00276e3
JR
141952000-01-30 Jason Rumney <jasonr@gnu.org>
14196
14197 * w32-fns.el: Define w32-tty-standard-colors.
14198
14199 * startup.el (command-line): Use w32-tty-standard-colors when in
14200 w32 console mode.
14201
cc4dfff0
DL
142022000-01-30 Dave Love <fx@gnu.org>
14203
e645e77b
DL
14204 * jka-compr.el (jka-compr-load): Fix up load-history.
14205
cc4dfff0
DL
14206 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14207
14208 * emacs-lisp/cl-macs.el: Revert previous change.
14209
16215eb0
DL
142102000-01-29 Dave Love <fx@gnu.org>
14211
14212 * facemenu.el: Purecopy various strings.
14213
14214 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14215 years. Deal with three-digit years.
14216
14217 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14218 defconst, purecopy.
14219 (help-back-label): Purecopy it.
14220
bbd9b566
GM
142212000-01-18 Gerd Moellmann <gerd@gnu.org>
14222
14223 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14224 variable. If non-nil, order the buffer list according to the
14225 currently selected frame.
14226 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14227 non-nil, pass the selected frame to function buffer-list.
a23c5037 14228
887448e1
GM
142292000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14230
14231 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14232
7df85084
DL
142332000-01-28 Dave Love <fx@gnu.org>
14234
142e109c
DL
14235 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14236
7df85084
DL
14237 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14238 Don't use lisp-indent-hook property.
14239 (cl-abs): Remove.
14240
14241 * subr.el: Move out indent and edebug specs for when and unless.
14242
14243 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14244 when, unless.
14245
14246 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14247 unless, when.
14248
3b43c01c
GM
142492000-01-28 Gerd Moellmann <gerd@gnu.org>
14250
d060bc9f
GM
14251 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14252 `collecting' as synonym for `collect'.
14253
14254 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14255 for the case it contains spaces.
14256
14257 * simple.el (what-cursor-position): Change formatting of
14258 messages.
14259
b02786f9
GM
14260 * frame.el (delete-other-frames): New function.
14261 (toplevel): Bind it to C-x 5 1.
14262
efd68b8a
GM
14263 * sort.el (sort-numeric-base): New option.
14264 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14265 interpret it as octal or hexadecimal. Use sort-numeric-base
14266 as default base.
14267
3b43c01c
GM
14268 * progmodes/glasses.el: New file.
14269
984ae001
GM
142702000-01-27 Gerd Moellmann <gerd@gnu.org>
14271
a0b796e3
GM
14272 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14273 userids differently.
14274
984ae001
GM
14275 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14276 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14277 progmodes/ebnf-yac.el: New files.
14278
6c67ddee
DL
142792000-01-26 Dave Love <fx@gnu.org>
14280
14281 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14282 on a function with an empty body. [From Eric Ludlam.]
14283
4e6473c8
GM
142842000-01-25 Andre Spiegel <spiegel@gnu.org>
14285
14286 * vc.el (vc-version-diff): Make sure file name is expanded.
14287
e12489f9
GM
142882000-01-25 Gerd Moellmann <gerd@gnu.org>
14289
14290 * scroll-bar.el (scroll-bar-timer): Variable removed.
14291 (scroll-bar-toolkit-scroll): Don't use a timer.
14292
8dbe2b07
KH
142932000-01-25 Kenichi Handa <handa@etl.go.jp>
14294
14295 * language/thai-util.el (thai-composition-function): Delete
14296 superfluous `a'.
14297
26ef1c87
DL
142982000-01-24 Dave Love <fx@gnu.org>
14299
14300 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14301 end-of-defun-function.
14302
14303 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14304 &c.
14305
7ed4e9a7
JR
143062000-01-22 Jason Rumney <jasonr@gnu.org>
14307
14308 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14309 conflicts with new face support.
14310
8b7bc628 143112000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
14312
14313 * replace.el (query-replace): Rename last arg to DELIMITED.
14314 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14315 (query-replace-regexp): Likewise.
14316
8b7bc628 143172000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 14318
02b14400
RS
14319 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14320
5bb6f079
RS
14321 * emacs-lisp/lisp.el (beginning-of-defun-function):
14322 Variable renamed from beginning-of-defun.
14323 Do not call make-variable-buffer-local.
14324 (beginning-of-defun-raw): Use new variable name; doc fix.
14325 (beginning-of-defun): Doc fix.
14326 (end-of-defun-function): Variable renamed from end-of-defun.
14327 Do not call make-variable-buffer-local.
14328 (end-of-defun): Use new variable name; doc fix.
14329
02b14400
RS
14330 * subr.el (dolist, dotimes): Copied from cl-macs.el
14331 and made to work.
2d5e9b54 14332
a23c5037 14333 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
14334 Variable replaces rmail-digest-end-regexp.
14335 Allows multiple regexps for detecting the end line.
14336 (undigestify-rmail-message): Corresponding changes.
14337
60af03f1
DL
143382000-01-19 Dave Love <fx@gnu.org>
14339
fe5d99e1
DL
14340 * files.el (user-init-file): Don't declare here -- is primitive.
14341
60af03f1
DL
14342 * startup.el (command-line): Check for compiled user-init-file and
14343 set to uncompiled version if necessary.
14344
72dbbc7d
GM
143452000-01-18 Gerd Moellmann <gerd@gnu.org>
14346
6a1950ec
GM
14347 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14348 (undigestify-rmail-message): Use it.
14349
72dbbc7d
GM
14350 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14351
fbe91bbd
GM
143522000-01-17 Gerd Moellmann <gerd@gnu.org>
14353
14354 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14355 of mini-buffer.
14356
33a6685b
GM
143572000-01-14 Gerd Moellmann <gerd@gnu.org>
14358
b3303df7
GM
14359 * emacs-lisp/copyright.el (copyright-update): Removed the
14360 requirement for a trailing space from `copyright-regexp', to
14361 support copyrights with owner specified on a separate line..
a23c5037 14362
3c4c8064
GM
14363 * align.el: New file.
14364
33a6685b
GM
14365 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14366
14367 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14368
044a4975
DL
143692000-01-13 Dave Love <fx@gnu.org>
14370
14371 * ph.el: Removed. (Obsoleted by EUDC.)
14372
0a352cd7
GM
143732000-01-13 Gerd Moellmann <gerd@gnu.org>
14374
14375 * net/eudc.el (toplevel): Remove autoloaded code installing
14376 menu with easymenu, because that causes build problems.
14377
14378 * frame.el (frame-notice-user-settings): New variable.
14379 (frame-notice-user-settings): Don't modify frame parameters
14380 if called a second time.
14381
8b7bc628 143822000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
14383
14384 * frame.el (frame-notice-user-settings):
14385 Notice default-frame-parameters even for non-window frames.
14386
feb450e0
GM
143872000-01-13 Gerd Moellmann <gerd@gnu.org>
14388
14389 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14390 for Emacs.
14391 (eudc-bob-can-display-inline-images): Extend for Emacs.
14392 (eudc-bob-toggle-inline-display): Ditto.
14393 (eudc-bob-display-jpeg): Ditto.
14394
99c6d63b
GM
143952000-01-12 Gerd Moellmann <gerd@gnu.org>
14396
7970b229
GM
14397 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14398 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14399 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 14400
e4936aa9
GM
14401 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14402 nil)'.
14403
14404 * subdirs.el: Add `net' directory.
14405
133c9e59
GM
14406 * net: New directory.
14407
99c6d63b
GM
14408 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14409 eval-last-sexp. Don't bind debug-on-error here.
14410 (eval-last-sexp): New function. Bind debug-on-error if
14411 eval-expression-debug-on-error is non-nil.
14412 (eval-defun-2, eval-defun): Likewise.
14413
14414 * simple.el (eval-expression): Don't bind debug-on-error if
14415 eval-expression-debug-on-error is nil. Detect changed
14416 debug-on-error, and propagate new value to global binding, if
14417 eval-expression-debug-on-error is non-nil,
14418 (eval-expression-debug-on-error): Change doc string.
a23c5037 14419
8b7bc628 144202000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
14421
14422 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14423
14424 * emacs-lisp/lisp-mode.el (with-syntax-table):
14425 Set up lisp-indent-function property.
14426
14427 * subr.el (with-syntax-table): Moved from simple.el.
14428
14429 * simple.el (with-syntax-table): Moved to subr.el.
14430
7e3c74fa
GM
144312000-01-11 Gerd Moellmann <gerd@gnu.org>
14432
1fab1775
GM
14433 * tmm.el (tmm-shortcut): Delete region after prompt instead
14434 of erasing buffer.
14435
7e3c74fa 14436 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
14437 (fill-context-prefix): Use the longest common prefix of first
14438 and second line fill prefix, if there is one.
7e3c74fa 14439
8b7bc628 144402000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
14441
14442 * array.el (array-mode): Don't use make-variable-buffer-local.
14443 Use make-local-variable for `truncate-lines'.
14444
aa705642 144452000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 14446
aa705642
GM
14447 * add-log.el (add-log-current-defun): Handle user-defined
14448 add-log-current-function returning nil,
a23c5037 14449
57df2446 14450 * add-log.el (add-change-log-entry): Insert version number
aa705642 14451 if having found a current function
c1356086
GM
14452
14453 * add-log.el (add-log-current-defun): Call
14454 `add-log-current-defun-function'. Try matches at level 0 and
14455 level 1. Strip whitespace from defun found.
a23c5037 14456
1d8c59e9
RS
144572000-01-10 John Wiegley <johnw@gnu.org>
14458
14459 * allout.el (isearch-done/outline-provisions): Added `edit'
14460 argument to correspond with the current definition of
14461 `isearch-done'.
14462
8cf87e9b
DL
144632000-01-10 Dave Love <fx@gnu.org>
14464
14465 * elide-head.el (elide-head): Use point-marker, not point.
14466
9050446c
GM
144672000-01-10 Gerd Moellmann <gerd@gnu.org>
14468
8321b22a
GM
14469 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14470 before and after the year 2000.
a23c5037 14471
9050446c
GM
14472 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14473 Add ispell- prefix.
14474
144752000-01-10 Ken Stevens <k.stevens@ieee.org>
14476
14477 * ispell.el: Only define dictionaries in menus when they exist.
14478 (version18p): New variable.
14479 (version20p): New variable.
14480 (xemacsp): New variable.
14481 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14482 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14483 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 14484 run-together words.
9050446c
GM
14485 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14486 (ispell-dictionary-alist): Add koi8-r to customize definition.
14487 (check-ispell-version): Added documentation string. Returns
f24fef2f 14488 library path when called non-interactively.
9050446c
GM
14489 (ispell-menu-map-needed): Uses new variables.
14490 (ispell-library-path): New variable.
14491 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14492 (ispell-word): Improved documentation string. Test for valid
14493 character mappings. Correctly check typed in word changes that can
14494 result in single words split into multiple words. Returns
14495 replacement word.
14496 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14497 replace in recursive query replace mode. Help message for
14498 recursive edit mode.
14499 (ispell-show-choices): Protect against bad framepop bindings.
14500 (ispell-help): Fix to work with XEmacs.
14501 (ispell-highlight-spelling-error): Use new variables.
14502 (ispell-overlay-window): Fix to work with XEmacs.
14503 (ispell-parse-output): Passed and returns location information
14504 tracking spelling corrections. Doesn't recheck same word on
14505 current line.
14506 (ispell-init-process): Protect against bogus XEmacs variable binding.
14507 Fix call to single argument in sleep-for. Use new variables.
14508 (ispell-region): Passed and returns location information tracking
14509 spelling corrections. Doesn't check same word on current line.
14510 Improved documentation string. Doesn't resend a line already
14511 checked to the ispell process - fixes bug in LaTeX parsing.
14512 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14513 (ispell-skip-region): No longer skips <TT> in SGML.
14514 (ispell-process-line): Tracks location information with spelling
14515 corrections. Added documentation string. Accounts for words
14516 already accepted on this line. Don't allow query-replace on line
14517 starting with math characters. Doesn't resend a line already sent
14518 to ispell process. Fixes alignment error bug.
a23c5037 14519
8b7bc628 145202000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 14521
a23c5037 14522 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
14523 Suggest xloadimage, which is free, not xv, which isn't.
14524
a23c5037 14525 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
14526 Don't ever include the host name or user name in the value.
14527
9ed79f5d
GM
145282000-01-09 Gerd Moellmann <gerd@gnu.org>
14529
14530 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14531 of a real newline.
14532
b950abb1
GM
145332000-01-09 Stephen Eglen <stephen@gnu.org>
14534
a23c5037 14535 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
14536 for .png files.
14537
3c708e98
GM
145382000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14539
14540 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14541
bf61662d
GM
145422000-01-09 Gerd Moellmann <gerd@gnu.org>
14543
f1d851ae
GM
14544 * progmodes/cperl-mode.el: Replace ^F with ^L.
14545
bf61662d 14546 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 14547 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
14548 recursion.
14549
c65d14ee
DL
145502000-01-08 Dave Love <fx@gnu.org>
14551
8cf87e9b
DL
14552 * emacs-lisp/backquote.el: Remove inappropriate customization
14553 (allowing custom.el to use backquote).
c65d14ee 14554
83de2ebc
DL
145552000-01-07 Dave Love <fx@gnu.org>
14556
14557 * add-log.el (add-log-debugging): Deleted.
14558 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14559 file. Remove debugging code.
14560 (change-log-get-method-definition, change-log-name): Add doc.
14561 (change-log-sortable-date-at): New function.
14562 (change-log-merge): New command.
14563
14564 * time.el (display-time-string-forms): Make the Mail string active.
14565 (display-time-update): Provide help-echo for load average.
14566
14567 * bindings.el (make-mode-line-mouse2-map): New function.
14568 (mode-line-modified): Use it and simplify.
14569 (mode-line-mule-info): Provide help-echo info.
14570 (minor-mode-alist): Activate the strings.
14571 (make-mode-line-mouse-sensitive): Simplify for
14572 mode-line-buffer-identification.
14573
c1475eae
GM
145742000-01-07 Gerd Moellmann <gerd@gnu.org>
14575
14576 * play/pong.el: New file.
14577
83de2ebc
DL
145782000-01-06 Dave Love <fx@gnu.org>
14579
14580 * array.el: Assorted cleanups for compiler warnings, doc strings,
14581 `array-' prefix for symbols.
14582
145832000-01-05 Dave Love <fx@gnu.org>
14584
14585 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14586 outline-headers-as-kill.
14587 (outline-mode): Define imenu-generic-expression.
14588 (outline-headers-as-kill): New command.
14589
14590 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14591 from paragraph-start.
14592 (paragraph-indent-minor-mode): New command.
14593
14594 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14595 M-C-e, M-C-h, C-j, C-xnd, TAB.
14596 (fortran-mode): Set beginning-of-defun, end-of-defun.
14597 (fortran-column-ruler): Simplify.
14598 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14599 (fortran-with-subprogram-narrowing): Likewise.
14600 (fortran-indent-subprogram): Call mark-defun.
14601 (fortran-check-for-matching-do): Change narrowing.
14602
14603 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14604 (cl-lucid-hash-tag): Delete.
14605 (cl-hash-table-p): Correct test for native table.
14606 (cl-hash-table-count): Use hash-table-count.
14607
14608 * browse-url.el (browse-url): Fix case of
14609 browse-url-browser-function being an alist.
14610
676ac023
CD
146112000-01-05 Carsten Dominik <cd@gnu.org>
14612
c1475eae
GM
14613 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14614 (reftex-index-phrase-file-extension): New options.
676ac023
CD
14615
14616 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 14617 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
14618
14619 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 14620 `reftex-parse-file-extension'.
eb483e17 14621
88807984
DL
146222000-01-05 Dave Love <fx@gnu.org>
14623
83de2ebc 14624 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
14625 (beginning-of-defun-raw): Use it.
14626 (end-of-defun): New variable.
14627 (end-of-defun): Use it.
14628 (check-parens): New command.
14629
1362aeb4
TTN
146302000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14631
c1475eae
GM
14632 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14633 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 14634
7ddafb95
TTN
14635 Fix buglet in local variables initialization.
14636
7334aa99
AS
146372000-01-05 Andreas Schwab <schwab@suse.de>
14638
14639 * hscroll.el (hscroll): Doc fix.
14640
b12e24cd
CD
146412000-01-05 Carsten Dominik <cd@gnu.org>
14642
14643 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14644 idlw-toolbar.
14645
14646 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14647 file idlw-rinfo.el.
1362aeb4
TTN
14648 (idlwave-customize): load must read file idlw-shell.el.
14649 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 14650
d6226972
CD
146512000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14652
14653 * progmodes/idlw-shell.el: Also provide idlwave-shell
14654 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14655 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14656
14657 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14658 both reftex-dcr and reftex-vcr.
1362aeb4 14659
d6226972
CD
14660 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14661
6ddb893f 146622000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
14663
14664 * ps-print.el: PostScript code now is in separate files, doc fix.
14665 (ps-print-version): New version number (5.0.3).
14666 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14667 local.
14668 (ps-spool-config): Initialization fix.
c1475eae
GM
14669 (ps-print-prologue-1, ps-print-prologue-2)
14670 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
14671 (ps-background-image): Little code reformating.
14672 (ps-begin-file, ps-begin-job): Fix code.
88807984 14673 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
14674 (ps-prologue-file): New fun.
14675
ae833aae
KH
146762000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14677
c1475eae 14678 * ps-vars.el: Eliminated.
ae833aae
KH
14679
14680 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14681 `;;;###autoload'.
14682
14683 * ps-print.el: ps-vars eliminated, doc fix.
14684 (ps-print-version): New version number (5.0.2).
14685 (ps-spool-config): Initialization fix.
14686 (ps-print-customize): New fun.
14687
560a7bd2
GM
146882000-01-04 Gerd Moellmann <gerd@gnu.org>
14689
14690 * autorevert.el (auto-revert-mode): Return value of
14691 auto-revert-mode.
14692
f45dd0f4
DL
146932000-01-04 Dave Love <fx@gnu.org>
14694
fae2ac05
DL
14695 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14696 menu items.
f45dd0f4 14697
61255981
DL
146982000-01-03 Dave Love <fx@gnu.org>
14699
88807984 14700 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14701
83de2ebc 14702 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14703 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14704 `cl-hash-table-p', not `hash-table-p'.
14705 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14706
c182a70f
EZ
147072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14708
14709 * faces.el (face-read-integer, read-face-attribute)
14710 (color-defined-p, color-values): unspecified-{f,b}g are now
14711 strings.
14712
047f434a
GM
147132000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14714
14715 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14716 at comment end, and re-insert them after filling.
14717
bab531e2
EZ
147182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14719
14720 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14721 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14722 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14723
d684c676
EZ
147242000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14725
14726 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14727 the new name of face-color-supported-p.
14728
14729 * term/w32-win.el (xw-defined-colors): Likewise.
14730
0aad4805
EZ
147312000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14732
14733 * simple.el (completion-setup-function): Count completion-size
14734 from minibuffer-prompt-end, not from point-min.
14735
5fe1d139
EZ
147362000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14737
14738 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14739 Pass the frame to tty-color-* functions.
14740 (display-color-p, frame-set-background-mode): Pass the frame to
14741 tty-display-color-p.
14742
14743 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14744 tty-color-alist.
14745 (tty-color-alist, tty-modify-color-alist): New functions.
14746 (tty-color-define, tty-color-clear, tty-color-approximate)
14747 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14748 an optional parameter FRAME.
14749
162dec01
GM
147502000-01-01 Gerd Moellmann <gerd@gnu.org>
14751
27189709
GM
14752 * image.el (create-image, defimage): Don't assume image data is a
14753 string.
14754
162dec01
GM
14755 * image.el (defimage): Handle specifications containing :data
14756 instead of :file.
14757 (image-type-from-data): New function.
14758 (image-type-from-file-header): Use it.
14759 (create-image): Add parameter DATA-P.
1362aeb4 14760
bea56df7 14761See ChangeLog.8 for earlier changes.
25a6fab1
KH
14762
14763;; Local Variables:
e64c3a75 14764;; coding: iso-2022-7bit
25a6fab1 14765;; End: