(Fwhere_is_internal): Don't nreverse the cached
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
c3902c3e
EZ
12001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4 bug report is mailed to an email list and posted to a news group.
5
b66b6aeb
GM
62001-01-24 Gerd Moellmann <gerd@gnu.org>
7
e7e41584
GM
8 * comint.el (comint-replace-by-expanded-history-before-point): Fix
9 change of 2000-08-03 to move point to the start of the line again.
10
b66b6aeb
GM
11 * startup.el (tool-bar-images-pixel-height): New variable.
12 (command-line): After loading the user's init file, when
13 tool-bar-mode is on, increase the frame's size by some lines for
14 the tool-bar.
15
16 * frame.el (frame-initialize): Create the initial frame invisible.
17
ff890e66
SZ
182001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
19
20 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
21 (chinese-big5): MIME:Big5.
22
04363179
GM
232001-01-24 Gerd Moellmann <gerd@gnu.org>
24
25 * international/mule-cmds.el (universal-coding-system-argument):
26 Handle commands with prefix args.
27
d56aaa64
GM
282001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
29
30 * calendar/diary-lib.el (diary-float): Fix case of MONTH
31 being a list of numbers.
32 (diary-mail-entries): Rewritten.
33
99858627
DL
342001-01-23 Dave Love <fx@gnu.org>
35
7aeb1fa9
DL
36 * international/mule.el (make-coding-system): Fix typo.
37
99858627
DL
38 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
39 backward-paragraph as font-lock-beginning-of-syntax-function.
40
5a43decf
EZ
412001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
42
43 * font-lock.el (font-lock-mode): Doc fix.
44
b0e98867
KH
452001-01-23 Kenichi Handa <handa@etl.go.jp>
46
47 * international/mule.el (make-translation-table): Fix docstring.
48
9c8acefd
EZ
492001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
50
fd4976b8
EZ
51 * mail/rmail.el (rmail-redecode-body): New function.
52
9c8acefd
EZ
53 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
54
871e0439
GM
552001-01-22 Gerd Moellmann <gerd@gnu.org>
56
21c2bbe0
GM
57 * isearch.el (isearch-lazy-highlight-case-fold-search)
58 (isearch-lazy-highlight-regexp): New variables.
59 (isearch-lazy-highlight-cleanup): Update lazy highlight if
60 case-fold search or regexp search has been toggled.
61
5710730c
GM
62 * wid-edit.el (widget-button-click): Avoid a save-excursion
63 around running a global binding.
64
871e0439
GM
65 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
66 to 0.25.
67
d0554957
MB
682001-01-20 Miles Bader <miles@gnu.org>
69
70 * cus-edit.el (custom-face-save): Do post-processing on the face's
71 new value like `custom-face-set' does.
72
1519f618
EZ
732001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
74
ccd87890
EZ
75 * mail/emacsbug.el (report-emacs-bug): Report the value of
76 LC_CTYPE, not LC_TYPE.
77
1519f618
EZ
78 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
79 isearch-toggle-regexp and isearch-edit-string to doc string.
80
9724173b
GM
812001-01-19 Gerd Moellmann <gerd@gnu.org>
82
48bb9196
GM
83 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
84 as font-lock-beginning-of-syntax-function in font-lock-defaults.
85
9724173b
GM
86 * jit-lock.el (jit-lock-fontify-now): Don't bind
87 font-lock-beginning-of-syntax-function to nil.
88
dc81f8a2
EZ
892001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
90
91 * mail/emacsbug.el (report-emacs-bug): Report values of
92 locale-coding-system, default-enable-multibyte-characters, and the
93 environment variables LC_ALL, LC_TYPE, and LANG.
94
99327974
GM
952001-01-19 Gerd Moellmann <gerd@gnu.org>
96
111c181e
GM
97 * font-lock.el (font-lock-default-fontify-region): Fix last
98 change.
99
2be6ecc6
GM
100 * font-lock.el (font-lock-multiline): Default to nil.
101 (font-lock-default-fontify-region): If font-lock-multiline is
102 nil, don't check the property `font-lock-multiline'.
103
99327974
GM
104 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
105 is nil, don't check the `font-lock-multiline' text property.
106
2550055a
MK
1072001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
108
0a949811 109 * viper.el: Call initial-major-mode on startup.
2550055a 110
0a949811 111 * ediff.el (ediff-patch-file): Use better defaults.
2550055a 112
8501998a 113 * ediff-vers.el: Fix for 8+3 DOS file systems.
2550055a
MK
114
1152001-01-19 Colin Walters <walters@cis.ohio-state.edu>
116
0a949811 117 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a
MK
118 diff mode, if available.
119
0a949811 1202001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
2550055a 121
8501998a 122 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
2550055a 123
2550055a
MK
124 * ediff-init.el (subst-char-in-string): Define and use it, unless
125 it's already defined.
126
8962e303
GM
1272001-01-18 Gerd Moellmann <gerd@gnu.org>
128
129 * tooltip.el (tooltip-hide-delay): New user-option.
130 (tooltip-show): Use tooltip-hide-delay instead of the default.
131
6b453381
KH
1322001-01-18 Kenichi Handa <handa@etl.go.jp>
133
134 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
135 kill-local-variable doesn't work for enable-multibyte-characters.
136
9eaf396b
DL
1372001-01-17 Dave Love <fx@gnu.org>
138
cebd37ce
DL
139 * ediff-init.el (ediff-before-setup-hook)
140 (ediff-merge-filename-prefix): Add :version.
141
9eaf396b
DL
142 * international/latin1-disp.el: Require disp-table.
143 (latin1-display): Fix :set.
144
145 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
146
f864120f
GM
1472001-01-17 Gerd Moellmann <gerd@gnu.org>
148
149 * isearch.el (isearch-lazy-highlight-initial-delay)
150 (isearch-lazy-highlight-interval): Default to 0.
151
1522001-01-17 Bob Glickstein <bobg@zanshin.com>
153
154 * isearch.el (isearch-highlight): Set isearch-overlay priority to
155 1 here rather than each time through
156 isearch-lazy-highlight-new-loop.
157 (isearch-lazy-highlight-max): Variable deleted.
158 (isearch-lazy-highlight-max-at-a-time): New user variable, like
159 isearch-lazy-highlight-max but controls a single invocation of
160 isearch-lazy-highlight-update.
161 (isearch-lazy-highlight-wrapped): Variable recreated.
162 (isearch-lazy-highlight-window-start): New variable.
163 (isearch-lazy-highlight-cleanup): Restored to behavior of
164 before 2-Jan.
165 (isearch-lazy-highlight-remove-overlays): Function deleted;
166 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
167 behavior removed.
168 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
169 isearch-lazy-highlight-update in a loop rather than just once.
170 Test isearch-invalid-regexp here and decide not to start a new
171 loop, rather than testing it each time through
172 isearch-lazy-highlight-update.
173 (isearch-lazy-highlight-search): Function restored.
174 (isearch-lazy-highlight-update): Get called in a timer loop again,
175 but this time highlight more than one match each time through.
176 Only highlight matches in the visible part of the window. Start
177 at point, move in the direction of the search, and wrap around at
178 the edge of the window. Use sit-for to force redisplay and ensure
179 window-start is credible. "Face suppressing" behavior removed;
180 overlay priorities should make it unnecessary, right?
181 (isearch-highlight): Face suppressing behavior removed.
182 (isearch-dehighlight): Face suppressing behavior removed.
183 (isearch-set-lazy-highlight-faces-at): Removed.
184
076ec540
KH
1852001-01-17 Kenichi Handa <handa@etl.go.jp>
186
187 * language/european.el ("Latin-1"): Make the format of description
188 about additional language environments same as that of Latin-2.
189
92328ec5
DL
1902001-01-16 Dave Love <fx@gnu.org>
191
39f2174e
DL
192 * isearch.el (isearch-lazy-highlight): Add :version.
193
92328ec5
DL
194 * simple.el (backward-delete-char-untabify-method)
195 (next-line-add-newlines): Add :version.
196
f251459d
GM
1972001-01-16 Gerd Moellmann <gerd@gnu.org>
198
9d4850e5
GM
199 * bindings.el: Bind <backspace> and <delete> via function-key-map.
200 Don't bind <delete> otherwise.
201
202 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
203 and <delete> via function-key-map.
204
f251459d
GM
205 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
206 Subject line only if point is after the `Subject:'.
207
771ffcf7
KH
2082001-01-16 Kenichi Handa <handa@etl.go.jp>
209
bda6b481
KH
210 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
211 japanese-jisx0213-2 in `charset' property of this lang. env.
212
35793af7
KH
213 * language/european.el ("Latin-1"): Add description for Dutch and
214 Spanish lang. env.
215
771ffcf7
KH
216 * international/mule.el (decode-char): Fix conditions.
217 (encode-char): Handle eight-bit-control too.
1c8102ff 218 (transform-make-coding-system-args): New function.
50c29104
KH
219 (make-coding-system): Accept XEmacs style arguments for CCL base
220 coding system.
771ffcf7 221
e1cf67b6
GM
2222001-01-15 Gerd Moellmann <gerd@gnu.org>
223
224 * progmodes/etags.el (find-tag-noselect): Save the value of
225 tags-file-name before switching buffers, for the case it has a
226 buffer-local value.
227
b3287acf
GM
2282001-01-15 Alex Schroeder <alex@gnu.org>
229
9eaf396b
DL
230 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
231 From Dave Love <fx@gnu.org>.
b3287acf
GM
232 (ansi-color-for-comint-mode): Fix :version.
233
2342001-01-15 Alex Schroeder <alex@gnu.org>
235
236 * ansi-color.el (ansi-color-unfontify-region): Doc change.
237
8d7ff9c8
EZ
2382001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * dired.el (dired-insert-directory): If file-system-info fails,
241 remove the " free " part, but don't signal an error.
242
dbe99ae9
SS
2432001-01-12 Sam Steingold <sds@gnu.org>
244
245 * bookmark.el (bookmark-maybe-historicize-string):
246 Use new backquote syntax.
247
420198cb
RS
2482001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
249
250 * subr.el (last): Handle a list that doesn't end in nil.
251
ca2ddd8e
SS
2522001-01-12 Sam Steingold <sds@gnu.org>
253
254 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
255 to `backward-delete-char-untabify'.
256
1751c874
DL
2572001-01-12 Dave Love <fx@gnu.org>
258
259 * cus-edit.el (customize-menu-create): Fix the :filter following
260 easymenu change.
261
262 * wid-edit.el (function): Add :match-alternatives.
263 (widget-color-action): Doc fix.
264
3cccce8d
GM
2652001-01-12 Gerd Moellmann <gerd@gnu.org>
266
267 * calendar/calendar.el (calendar-basic-setup): Doc fix.
268
18bfd6b5
KH
2692001-01-12 Kenichi Handa <handa@etl.go.jp>
270
60a62fdc
KH
271 * international/mule-cmds.el (prefer-coding-system): Fix
272 docstring.
273
18bfd6b5
KH
274 * international/ccl.el (define-ccl-program): Fix docstring.
275
562e00da
DL
2762001-01-11 Dave Love <fx@gnu.org>
277
14fd0da3
DL
278 * international/mule-cmds.el (standard-display-european-internal):
279 Set display table for 2208 as for 160.
280
281 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
282
562e00da
DL
283 * progmodes/fortran.el (fortran-mode-map): Modify Customization
284 entry for custom-menu-create change.
285 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
286 don't cons it in the search loop.
287
288 * imenu.el (imenu--truncate-items): Revert last change.
289
6e961dcd
EZ
2902001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
291
292 * info.el (Info-setup-header-line): If the node header includes
293 either Next: or Prev: links, don't show the File: and Node: parts
294 in the header line.
295
2c2ff7f2
GM
2962001-01-11 Gerd Moellmann <gerd@gnu.org>
297
a7ee2d2e
GM
298 * comint.el (comint-goto-process-mark): Don't print a message
299 when running in batch mode.
300
c5348233
GM
301 * isearch.el (isearch-search): In the condition-case handler for
302 `error', set isearch-invalid-regexp to the whole error message.
303
422717d1
GM
304 * subr.el (eval-after-load): Call load-symbol-file-load-history to
305 ensure that eval-after-load works for files dumped with Emacs.
306
307 * help.el (load-symbol-file-load-history): New function extracted
308 from function symbol-file.
309 (symbol-file): Use it.
310
2c2ff7f2
GM
311 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
312 exit.xpm.
313
926861fb
EZ
3142001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
317 behave as if there were no prefix argument.
318 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
319 argument were nil.
320
afa1f52c
RS
3212001-01-11 Richard M. Stallman <rms@gnu.org>
322
ca2ddd8e 323 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
324 Don't look for more potential matches once maximum is exceeded.
325 Use overlays-in to check correctly for overlap with current match.
326 Ignore empty matches.
327
47a9f362
MB
3282001-01-11 Miles Bader <miles@gnu.org>
329
330 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
331 (ispell-overlay-window, ispell-help, ispell-show-choices)
332 (ispell-command-loop): Use it instead of `window-height'.
333
d196f58d
GM
3342001-01-10 Gerd Moellmann <gerd@gnu.org>
335
cf523f0e
GM
336 * files.el (confirm-kill-emacs): New user-option.
337 (save-buffers-kill-emacs): Ask for final confirmation before
338 killing Emacs.
339
d196f58d
GM
340 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
341 to nil.
342
7c6c3d8e
GM
3432001-01-10 Dave Love <fx@gnu.org>
344
1f8be15d
DL
345 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
346
347 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
348 :type.
349
350 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
351
352 * calculator.el (calculator-number-digits): Fix :type.
353
0d5184de
DL
354 * vc-cvs.el (vc-cvs-header): Fix :type.
355 * vc-rcs.el (vc-rcs-header): Fix :type.
356 * vc-sccs.el (vc-sccs-header): Fix :type.
357
358 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
359
7c6c3d8e
GM
360 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
361
8c9f73a2
GM
362 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
363
457b792c
GM
3642001-01-10 Gerd Moellmann <gerd@gnu.org>
365
366 * simple.el (set-variable): Force a thorough redisplay for the
367 case that the variable has an effect on the display, like
368 `tab-width' has.
369
d2622d08
AS
3702001-01-10 Andre Spiegel <spiegel@gnu.org>
371
372 * vc.el: Add documentation for backend interface.
373
ae4b5f4f
KH
3742001-01-10 Kenichi Handa <handa@etl.go.jp>
375
e0844717
KH
376 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
377
ae4b5f4f
KH
378 * international/mule-conf.el (latin-extra-code-table): Set to t
379 for \223 and \224.
380
3184082b
KH
3812001-01-09 Kenichi Handa <handa@etl.go.jp>
382
383 * international/mule-cmds.el (locale-language-names): Map "es" to
384 "Spanish" and "nl" to "Dutch".
385
732b9cdd
GM
3862001-01-09 Gerd Moellmann <gerd@gnu.org>
387
1dfca644
GM
388 * bindings.el (global-map): Bind <home> to beginning-of-line,
389 <end> to end-of-line, C-<home> to beginning-of-buffer, and
390 C-<end> to end-of-buffer.
391
732b9cdd
GM
392 * language/european.el: Add Dutch and Spanish language info
393 to be able to use the appropriate tutorials.
394
3952001-01-09 Alex Schroeder <alex@gnu.org>
396
397 * ansi-color.el (ansi-color-process-output): Use markers instead
398 of positions for start and end of region.
399 (ansi-color-apply-on-region): Rewrote code to make it more robust.
400 Previously, occasional mistakes happend when fontifying many
401 chunks of output (eg. ls --color=yes /dev). This happened
402 whenever an overlay was created up to the end of the region, which
403 coincided with the process-mark. New text would then be added
404 within that overlay instead of after it.
405 (ansi-color-make-extent): Overlays are created with the property
406 `modification-hooks' set to '(ansi-color-freeze-overlay).
407 (ansi-color-freeze-overlay): New function. When inserting text at
408 the end of the overlay, the overlay will resize.
409
4102000-01-09 Alex Schroeder <alex@gnu.org>
411
412 * ansi-color.el (ansi-color-process-output): Doc change.
413 (ansi-color-unfontify-region): Doc change. No longer installed
414 automatically in font-lock-unfontify-region-function.
415 (ansi-color-apply): Doc change.
416 (ansi-color-apply-on-region): Use extents or overlays instead of
417 text-properties.
418 (ansi-color-make-extent): New function.
419 (ansi-color-set-extent-face): New function.
420
4212000-01-09 Alex Schroeder <alex@gnu.org>
422
423 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
424 both use ansi-color-process-output, now.
425 (ansi-color-process-output): Doesn't return string anymore. It is
426 installed in comint-output-filter-functions for both Emacs and
427 XEmacs, now.
428 (ansi-color-unfontify-region): Simplified code removing variables
429 pos and start-ansi.
430 (ansi-color-apply): Put text-property ansi-color before putting
431 text-property face because ansi-color-unfontify-region is called
432 immediately after the call to put-text-property.
433 (ansi-color-context-region): Doc change.
434 (ansi-color-filter-region): Simplified code.
435 (ansi-color-apply-on-region): Changed start to start-marker, using
436 a marker explicitly. Put text-property ansi-color before putting
437 text-property face because ansi-color-unfontify-region is called
438 immediately after the call to put-text-property.
439
4402000-01-09 Alex Schroeder <alex@gnu.org>
441
442 * ansi-color.el (ansi-color-faces-vector): Doc change.
443 (ansi-color-for-comint-mode): Changed :type property to choice.
444 (ansi-color-last-context): Removed.
445 (ansi-color-process-output): Don't use ansi-color-last-context, as
446 the main functions will store their context now.
447 (ansi-color-context): Doc change.
448 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
449 Uses ansi-color-context such that repeated calls will strip
450 partial escape sequences, too.
451 (ansi-color-apply): Simplified code. Colorize end of string if
452 face is not null. Store context in new (FACE STRING) format, such
453 that repeated calls will strip partial escape sequences, too.
454 Append faces to face property using ansi-color-apply-sequence such
455 that cumulative mode actually works.
456 (ansi-color-context-region): New variable.
457 (ansi-color-filter-region): Rewrote it based on
458 ansi-color-apply-on-region. Uses ansi-color-context-region such
459 that repeated calls will strip partial escape sequences, too.
460 (ansi-color-apply-on-region): Simplified code. Colorize end of
461 region if face is not null. Store context in new (FACE POS)
462 format, such that repeated calls will strip partial escape
463 sequences, too. Append faces to face property using
464 ansi-color-apply-sequence such that cumulative mode actually
465 works.
466 (ansi-color-apply-sequence): New function.
467 (ansi-color-get-face): When the default face is added to the list
468 of faces, all previous settings are discarded and the list of
469 faces is set to '(default).
470
4712000-01-09 Alex Schroeder <alex@gnu.org>
472
473 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
474 face, such that ansi-color-apply and ansi-color-apply-on-region
475 will do the right thing.
476 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
477 returns nil, set the list of faces back to nil instead of
478 appending the result of ansi-color-get-face to the front of the
479 list.
480
4812000-01-09 Alex Schroeder <alex@gnu.org>
482
483 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
484 (ansi-color-process): Doc change.
485 (ansi-color-last-context): New buffer-local variable.
486 (ansi-color-process-output): New function. It is automatically
487 added to comint-output-filter-functions if this is XEmacs.
488 (ansi-color-unfontify-region): New optional parameter for XEmacs
489 compatibility. Check wether font-lock-syntactic-keywords is
490 boundp before removing the syntax table text property, as XEmacs
491 doesn't have it.
492 (ansi-color-filter-region): Doc change.
493 (ansi-color-apply-on-region): Doc change.
494 (ansi-color-make-face): New function. Compatibility layer for
495 XEmacs. Return temporary faces instead of cons cells for XEmacs.
496 (ansi-color-make-color-map): Use ansi-color-make-face.
497 (ansi-color-get-face): Avoid face text property '(nil) as results
498 in an errow for XEmacs.
499
5002000-01-09 Alex Schroeder <alex@gnu.org>
501
502 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
503 text-property ansi-color in order to preserve fontification by
504 ansi-color. When the package is loaded, a lambda expression is
505 put onto font-lock-mode-hook. This lambda expression will check
506 font-lock-unfontify-region-function and replace
507 font-lock-default-unfontify-region with
508 ansi-color-unfontify-region.
509 (ansi-color-apply): Add text-property ansi-color in addition to
510 text-property face.
511 (ansi-color-apply-on-region): Add text-property ansi-color in
512 addition to text-property face.
513 (save-buffer-state): Copy of the macro that is also used by
514 lazy-lock and font-lock.
515
516 (ansi-color-for-comint-mode): New option.
517 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
518 (ansi-color-for-comint-mode-off): Ditto.
519 (ansi-color-for-comint-mode-filter): Ditto.
520 (ansi-color-process): New function. Uses
521 ansi-color-for-comint-mode to decide what to do. This function is
522 added to comint-preoutput-filter-functions when the package is
523 loaded.
524
525 (ansi-color-for-shell-mode-set): Removed.
526 (ansi-color-for-shell-mode): Removed.
527
5282000-01-09 Alex Schroeder <alex@gnu.org>
529
530 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
531 the lambda expression from the ansi-color-for-shell-mode :set
532 property. Additionally, modify shell-mode-hook to enable or
533 disable font-lock-mode for future shell buffers.
534 (ansi-color-for-shell-mode): The :set property calls
535 ansi-color-for-shell-mode-set instead of a lambda expression.
536
5372000-01-09 Alex Schroeder <alex@gnu.org>
538
539 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
540 (ansi-color-context): New variable.
541 (ansi-color-apply): Save context between calls.
542
fb55ff10
EZ
5432001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
544
29910493
EZ
545 * isearch.el (isearch, isearch-lazy-highlight-face): New
546 definitions for face colors and attributes.
547
fb55ff10
EZ
548 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
549 of display-mouse-p.
550
134d6265
KH
5512001-01-09 Kenichi Handa <handa@etl.go.jp>
552
553 * international/mule.el (make-coding-system): If the coding system
554 accepts extra latin codes, register such codes as safe for the
555 coding system.
556
78b8eee8
RS
5572001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
558
984c9f75
RS
559 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
560 don't mention the file name or the date here, because they are
561 logged at the start of the file.
562
5632001-01-08 Richard M. Stallman <rms@gnu.org>
564
78b8eee8
RS
565 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
566 Change screen-width to frame-width.
567
1460e5d4
EZ
5682001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
569
570 * info.el (Info-search): Print the default as part of the prompt.
571
56f24bc1
AS
5722001-01-08 Andre Spiegel <spiegel@gnu.org>
573
ca2ddd8e 574 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
575 constant implementations in backends.
576
577 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
578 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
579
580 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
581 WRITABLE to EDITABLE.
582
583 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
584 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
585 to EDITABLE.
586
b7812d30
EZ
5872001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
588
589 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
590 (copyright, copyright-update): Compute the current year at run
591 time.
592
7e56ea04
GM
5932001-01-08 Gerd Moellmann <gerd@gnu.org>
594
595 * isearch.el (isearch-old-signal-hook): Removed.
596 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
597 instead of setting signal-hook-function.
598 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
599
a758f97d
GM
6002001-01-08 Kevin Gallagher <kevingal@onramp.net>
601
602 * emulation/edt.el: Update to version 4.0. Provide support for
603 EDT scroll margins at top and bottom of the window. Provide an
604 emulation of the EDT SUBS command (bound to GOLD-Enter, by
605 default). Enhance edt-quit, bound to GOLD-q by default, to warn
606 user when file-related buffer modifications exist. Provide
607 support for running EDT Emulation in XEmacs. Provide customize
608 access to some user updatable variables. Add Commentary section
609 to file header. Fixed a few minor bugs and cleaned up some code.
610
611 * emulation/edt-mapper.el: Update to version 4.0. Provide support
612 for detecting a keypress that generates an ASCII key sequence.
613 (Previously, only a keypress that generates a vector was
614 recognized.) Embed Window Manager name into name of the generated
615 EDT Emulation initialization file since the initialization file is
616 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 617
30db89f9
EZ
6182001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
619
4deb3ba9
EZ
620 * mail/sendmail.el (mail-mode): Doc fix.
621
30db89f9
EZ
622 * info.el (Info-goto-emacs-command-node): Doc fix.
623 (Info-goto-emacs-key-command-node): Doc fix.
624
c3f2772b
EZ
6252001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
626
8726e79b 627 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
628 systems without long file-name support.
629
0dac6924
AI
6302001-01-06 Andrew Innes <andrewi@gnu.org>
631
632 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
633
4e6ef391
EZ
6342001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
635
380866a2
EZ
636 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
637 (isearch-lazy-highlight-update): Doc fix.
638
148b5960
EZ
639 * ffap.el (ffap-bindings): Doc fix.
640
4e6ef391
EZ
641 * dired-x.el (dired-virtual-guess-dir): Doc fix.
642
4cb1bcc2
DL
6432001-01-05 Dave Love <fx@gnu.org>
644
645 * emacs-lisp/cl-seq.el (remove, remq): Remove.
646
3828218c
GM
6472001-01-05 Gerd Moellmann <gerd@gnu.org>
648
f1ade7d3
GM
649 * mouse-drag.el (mouse-drag-safe-scroll): Bind
650 scroll-preserve-screen-position to nil.
651
1f4139d5
GM
652 * isearch.el (isearch-old-signal-hook): New variable.
653 (isearch-mode): Set signal-hook-function to isearch-done.
654 (isearch-done): Restore old signal-hook-function.
655
3828218c
GM
656 * info.el (Info-fontify-node): Mark one more char as intangible.
657
3970013f
KH
6582000-01-05 Kenichi Handa <handa@etl.go.jp>
659
3828218c 660 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
661 it is non-nil, compose preceding characters by compose-region with
662 COMPONENTS.
663
664 * international/quail.el (quail-input-string-to-events): New function.
665 (quail-input-method): Convert input string to events here.
666 (quail-start-translation): Return input string, not event list.
667 (quail-start-conversion): Likewise.
668
f3b05e99
GM
6692001-01-04 Gerd Moellmann <gerd@gnu.org>
670
ca2ddd8e 671 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
672 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
673 and tooltip-add-timeout.
674 (tooltip-show): Set border color from faces's foreground.
675 (tooltip-show-help-function): If called with the same help string
676 as last time, do nothing.
677 (tooltip-help-tips): Don't set tooltip-help-message to nil.
678
0f2ac578
GM
679 * startup.el (fancy-splash-screens): Don't bind show-help-function
680 to nil.
681
f3b05e99
GM
682 * tooltip.el (tooltip-frame-parameters): Remove colors.
683 (tooltip): New face
684 (tooltip-set-param): New function.
685 (tooltip-show): Set up color frame parameters from face `tooltip'.
686 Display the tooltip text in face `tooltip'.
687
8416e94a
DL
6882001-01-04 Dave Love <fx@gnu.org>
689
690 * whitespace.el (whitespace-global-mode): Fix typo.
691
692 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
693
30db89f9
EZ
6942001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
695
696 * help.el (help-for-help): Fix a typo in a doc string. From
697 kwzh@gnu.org (Karl Heuer).
698
b847eb8c
DL
6992001-01-03 Dave Love <fx@gnu.org>
700
701 * dired-x.el: Doc fixes. Maintainer change.
702 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
703 :type.
704 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
705 (dired-guess-shell-alist-user): Customize.
706 (dired-x-help-address): Set to bug-gnu-emacs.
707 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
708 (dired-default-directory): Renamed from default-directory.
709
710 * hl-line.el (hl-line): Doc fix.
711
43c4b570
KF
7122001-01-03 Karl Fogel <kfogel@red-bean.com>
713
1bf6b1bf 714 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 715
984c9f75 7162001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
717
718 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
719 to remove all the current alternative-match highlighting.
720 If nil, remove only what's outside the current window.
721 (isearch-lazy-highlight-remove-overlays): Take optional
722 region within which NOT to remove them.
723 (isearch-lazy-highlight-new-loop): Greatly simplified.
724 (isearch-lazy-highlight-update): Find all the other occurrences
725 visible in the window, in just one call.
726 (isearch-lazy-highlight-start): Now holds start of region to scan.
727 (isearch-lazy-highlight-end): Now holds end of region to scan.
728 (isearch-lazy-highlight-wrapped): Variable deleted.
729 (isearch-lazy-highlight-search): Function deleted.
730
13d6a61c
AI
7312000-01-02 Andrew Innes <andrewi@gnu.org>
732
733 * w32-fns.el (convert-standard-filename): Do length check on name
734 before aref.
735
064866e7
DL
7362001-01-02 Dave Love <fx@gnu.org>
737
b33e041b
DL
738 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
739 value.
740 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
741
742 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
743
8166ffd5
DL
744 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
745 read syntax.
746
064866e7
DL
747 * calendar/todo-mode.el (todo): Add :link, :version.
748 (todo-save-top-priorities): Remove autoload cookie.
749 (todo-add-category, todo-add-item-non-interactively)
750 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
751 cookie.
752
6dde6abc
GM
7532001-01-02 Gerd Moellmann <gerd@gnu.org>
754
755 * comint.el (comint-input-history-ignore): New variable.
756 (comint-read-input-ring): Ignore entries matching
757 comint-input-history-ignore.
758
1a8a9daf
GM
7592001-01-02 Eric M. Ludlam <zappo@gnu.org>
760
761 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
762 (lm-copyright-mark): New function.
763 (lm-crack-copyright): New function.
764 (lm-verify): Check that the file has a copyright.
765 Check that the file is copyright Free Software Foundation.
766
9c92eb53
KH
7672000-12-30 Kenichi Handa <handa@etl.go.jp>
768
769 * international/mule-diag.el (print-fontset): Indent font name by
770 24 columns, not 25.
771
49172314
GM
7722000-12-29 Gerd Moellmann <gerd@gnu.org>
773
762a68ec
GM
774 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
775 in Subject line.
776
49172314
GM
777 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
778 Use mail-mode-hook instead of mail-setup-hook. Otherwise
779 continuing an interrupted message with C-u C-x m for instence,
780 winds up in Mail mode without abbrevs.
781
bd7a2e26
GM
7822000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
783
784 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
785 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 786 fix.
bd7a2e26
GM
787 (ps-print-version): New version number (6.3.3).
788 (ps-end-with-control-d): Initialization fix.
789 (ps-lines-printed): New var.
790 (ps-skip-newline): New fun.
791 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
792 (ps-next-line, ps-continue-line, ps-plot-region)
793 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 794
2b3f28a4
KH
7952000-12-29 Kenichi Handa <handa@etl.go.jp>
796
797 * international/fontset.el (x-complement-fontset-spec): Resolve
798 ASCII font name so that the same family name is used for fonts
799 registered in x-font-name-charset-alist.
800 (create-fontset-from-fontset-spec): Adjusted for the above change.
801 The name of fontset alias should be a unresolved ASCII font name.
802
2ece9174
GM
8032000-12-28 Gerd Moellmann <gerd@gnu.org>
804
805 * simple.el (delete-key-deletes-forward-mode): Bind backspace
806 and delete in isearch-mode-map.
807
cbe3ad7a
RS
8082000-12-28 Richard M. Stallman <rms@gnu.org>
809
ca2ddd8e 810 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
811 Use xpdf instead of acroread.
812
a816f1c5
KH
8132000-12-28 Kenichi Handa <handa@etl.go.jp>
814
f086e73c
KH
815 * textmodes/artist.el (artist-butlast): Deleted.
816 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 817 artist-butlast.
f086e73c 818
a816f1c5
KH
819 * subr.el (butlast, nbutlast): Moved from cl.el to here.
820
821 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
822
b202115b
EZ
8232000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
824
825 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
826
827 * ls-lisp.el: Better support for the Mac and MS-Windows.
828 (ls-lisp): New defgroup.
829 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 830 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
831 (ls-lisp-support-shell-wildcards): New defcustoms.
832 (ls-lisp-parse-symlink): New function.
833 (insert-directory): Code to convert switches to a list and set up
834 the wildcard argument copied from ls-lisp-insert-directory.
835 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
836 for -C and -R switches.
837 (ls-lisp-column-format): New function.
ca2ddd8e 838 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
839 (ls-lisp-format-time): Add doc strings.
840 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
841 Support ls-lisp-dirs-first.
842 (ls-lisp-classify, ls-lisp-extension): New functions.
843 (ls-lisp-format): Optionally support emulation of symlinks.
844 Support -i, -s, and -G switches.
845
6061fbf0
GM
8462000-12-27 Gerd Moellmann <gerd@gnu.org>
847
5e25feee
GM
848 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
849
6061fbf0
GM
850 * version.el (emacs-version): Print X scroll bar information.
851
852 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
853 instead of x-toolkit-scroll-bars-p.
854
855 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
856 of x-toolkit-scroll-bars-p.
857
25050dab
EZ
8582000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
859
860 * ffap.el (ffap-bindings): Make interactive and add an autoload
861 cookie.
862 (ffap-bindings): Doc fix, to reflect the above change.
863
c1786874
KH
8642000-12-27 Kenichi Handa <handa@etl.go.jp>
865
866 * term.el (term-char-mode): Define all non-ascii self-inserting
867 characters to 'term-send-raw in term-raw-map.
868
7261ece3 8692000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 870
6061fbf0 871 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 872 guard.
ca2ddd8e 873
6061fbf0 874 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 875 initialization; use add-hook.
6061fbf0 876 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 877
6061fbf0 878 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 879
6061fbf0
GM
880 * ediff.el (ediff-patch-buffer): Bug fix.
881 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 882
83f40583
SM
8832000-12-23 Stefan Monnier <monnier@cs.yale.edu>
884
885 * subr.el (combine-run-hooks): Remove.
886
887 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
888 and remove the rogue second spec.
889
bdd6d4e8
GM
8902000-12-23 Gerd Moellmann <gerd@gnu.org>
891
892 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
893
26736ce3
SM
8942000-12-22 Stefan Monnier <monnier@cs.yale.edu>
895
0e86b6b0
SM
896 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
897 Use minibuffer menu prompt for the `=' prefix.
898 (smerge-command-prefix): Change default to C-^.
6eabfb26 899 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 900
26736ce3
SM
901 * skeleton.el (skeleton-internal-1): Make sure the first line of
902 the region is also re-indented.
d21584d6
SM
903 (skeleton-end-newline): New var.
904 (skeleton-end-hook): Use it.
26736ce3 905
95fa4fd7
MB
9062000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
907
908 * comint.el (comint-password-prompt-regexp): Support CVS.
909
f060b834
GM
9102000-12-22 Gerd Moellmann <gerd@gnu.org>
911
856ff7a7
GM
912 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
913 backspace key combinations, depending on
914 delete-key-deletes-forward.
915
916 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
917
f060b834
GM
918 * simple.el (delete-key-deletes-forward): Doc fix.
919
653558a1
GM
9202000-08-22 Emmanuel Briot <briot@gnat.com>
921
922 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 923 white spaces are relevant in the XML file.
653558a1
GM
924 (xml-parse-file): Do not kill an existing Emacs buffer if the file
925 to parse was already edited. This allows for on-the-fly analysis
26736ce3 926 of XML files.
653558a1
GM
927 (xml-parse-tag): Check that the casing is the same in the start
928 tag and end tag, since XML is case-sensitive. Allows for spaces
929 in the end tag, after the name of the tag.
930 (xml-parse-attlist): Allow for the character '-' in the name of
931 attributes, as in the standard http-equiv attribute Do not save
26736ce3 932 the properties in the XML tree, since they are not relevant.
653558a1 933
3ad93d8d
SM
9342000-12-21 Stefan Monnier <monnier@cs.yale.edu>
935
936 * generic.el (generic-read-type): Undo last change, inline into
937 `generic-mode' and then remove.
938 (generic-mode): Inline generic-read-type.
939 (define-generic-mode): Push the symbol name rather than the symbol
940 onto generic-mode-list.
941
177f4e88
GM
9422000-12-21 Gerd Moellmann <gerd@gnu.org>
943
8e15274f
GM
944 * generic.el (generic-read-type): Build an alist for
945 completing-read as in 20.7.
946
947 * play/landmark.el (lm): Use interactive spec `P'.
948 (toplevel): Don't set debug-on-error.
949
177f4e88
GM
950 * server.el (server-switch-buffer): Choose a window on a visible
951 frame.
952
6ba384dc
GM
9532000-12-21 Dave Pearson <davep@davep.org>
954
955 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 956
647a066c
GM
9572000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
958
959 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
960 ranges like \177-\237, but accepts the character sequence from \177 to
961 \237. Doc fix.
962 (ebnf-version): New version (3.4).
963 (ebnf-setup): Code fix.
964 (ebnf-range-regexp): New fun.
965 (ebnf-8-bit-chars): Const fix.
966
967 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
968 entry. Doc fix.
969 (ebnf-bnf-lex): Code fix.
970 (ebnf-bnf-comment-chars): Const fix.
971
972 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
973 entry. Doc fix.
974 (ebnf-iso-comment-chars): Const fix.
975
976 * ebnf-otz.el: Doc fix.
977
978 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
979 entry. Doc fix.
980 (ebnf-yac-skip-code): Code fix.
981 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 982
bc22fd18
EZ
9832000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
984
985 * files.el (insert-directory-safely): New function.
834d23b2 986 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 987 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 988
587fc3f9
KH
9892000-12-21 Kenichi Handa <handa@etl.go.jp>
990
eeefcfde 991 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 992 coding-category-list more rigidly. Improve help message.
eeefcfde 993
587fc3f9
KH
994 * dired.el (dired-move-to-filename-regexp): Fix previous change.
995
01860fb9
MB
9962000-12-21 Miles Bader <miles@gnu.org>
997
587fc3f9
KH
998 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
999 prefix.
01860fb9 1000
3f9d67a6
KH
10012000-12-21 Kenichi Handa <handa@etl.go.jp>
1002
9fd1c1f7
KH
1003 * international/mule-diag.el (describe-char-after): Make *Help*
1004 buffer inherit multibyteness of the current buffer.
1005
3f9d67a6
KH
1006 * international/mule.el (make-char): Docstring adjusted for the
1007 change of make-char-internal.
1008
c9669fac
SM
10092000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1010
1011 * international/iso-cvt.el: Docstrings fix.
1012
19594307
DL
10132000-12-20 Dave Love <fx@gnu.org>
1014
1015 * subr.el (eval-after-load): Doc fix.
1016
b1a447b3
KH
10172000-12-20 Kenichi Handa <handa@etl.go.jp>
1018
1019 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1020 for numbers.
1021
09877d5d
MB
10222000-12-20 Miles Bader <miles@gnu.org>
1023
1024 * international/quail.el (quail-help): Resize the help window
1025 again after it has all its contents. Remove unneeded progn.
1026
71d4497a
GM
10272000-12-19 Gerd Moellmann <gerd@gnu.org>
1028
1029 * pcmpl-linux.el: Fix copy/paste error.
1030
741e56a0
AI
10312000-12-19 Andrew Innes <andrewi@gnu.org>
1032
1033 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1034 docstring.
1035
cc24d91c
CD
10362000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1037
ba4c05aa
CD
1038 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1039
1040 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1041
1042 * progmodes/idlw-shell.el: Fixed copyright notice.
1043
1044 * progmodes/idlwave.el: Fixed copyright notice.
1045
71d4497a 1046 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1047 TAB as key separators.
1048
524c8caf
GM
10492000-12-19 Alex Schroeder <alex@gnu.org>
1050
1051 * sql.el (sql-sybase-options): New option.
1052 (sql-sybase): Use it. Add sql-database to the list of parameters
1053 provided for login. The options -w 2048 -n are not used any more.
1054 (sql-postgres-options): Changed default from "--pset" to "-P".
1055 (sql-mysql-options): Doc change.
1056 (sql-stop): Doc change.
1057
b5fa513d
KH
10582000-12-19 Kenichi Handa <handa@etl.go.jp>
1059
1060 * international/quail.el (quail-input-method): Always hide
1061 the guidance buffer on exiting.
1062
91c9e6ce
GM
10632000-12-18 Gerd Moellmann <gerd@gnu.org>
1064
c6da4eb4
GM
1065 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1066 isn't fboundp.
1067
3d2a0e0b
GM
1068 * server.el (server-buffer-done): Bury the buffer before
1069 killing it.
1070
91c9e6ce
GM
1071 * faces.el (face-spec-set): Interpret a nil in specs for
1072 foreground and background colors as `unspecified', for
1073 compatibility with 20.x.
1074
40fa0008
DL
10752000-12-18 Dave Love <fx@gnu.org>
1076
22adbe54
DL
1077 * simple.el (mail-user-agent): Doc fix.
1078 (input-mode-8-bit): Removed.
1079
1080 * international/mule.el (set-keyboard-coding-system): Doc fix.
1081 (keyboard-coding-system): New option.
1082
40fa0008
DL
1083 * mail/sendmail.el (send-mail-function): Customize.
1084
6f4745e2
EZ
10852000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * international/codepage.el (cp866-decode-table): New table.
1088
82b90229
GM
10892000-12-18 Gerd Moellmann <gerd@gnu.org>
1090
1091 * version.el (emacs-version): Remove `%a' from the time format
1092 because the weekday doesn't fit well into each locale.
1093
5a047002
MB
10942000-12-18 Miles Bader <miles@gnu.org>
1095
7f49aa07
MB
1096 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1097
ca2ddd8e 1098 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1099 Check that emacs-major-version is `=' to 20, not `>='.
1100 (artist-replace-chars): Use `make-string' instead of a loop.
1101
22ea2607
EZ
11022000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1105 (cvs-execute-single-file): Don't change directory.
1106 Patch from Per Cederqvist.
1107
6c825f8e
EZ
11082000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1109
1110 * textmodes/ispell.el (check-ispell-version): If
1111 `ispell-program-name' is "aspell", pass it the -v switch instead
1112 of -vv.
1113
8ff06845
KH
11142000-12-16 Kenichi Handa <handa@etl.go.jp>
1115
af4bb4c8
KH
1116 * international/mule-diag.el (mule-diag): Insert information about
1117 configure options, multibyte awareness, language env.
1118
8ff06845
KH
1119 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1120 regexp to search for candidates.
1121
b24e84ab
EZ
11222000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * info.el (Info-forward-node): If the node has an
1125 Info-header-line, widen the buffer before searching for "next:"
1126 and "up:" pointers, and set the search limit to stay in the
1127 current node.
1128
7981d89f
MB
11292000-12-16 Miles Bader <miles@gnu.org>
1130
1131 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1132
88ee7917
MB
11332000-12-15 Miles Bader <miles@gnu.org>
1134
1135 * comint.el (comint-send-string, comint-send-region): Also accept
1136 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1137 process-send-string/region.
1138
0c28d842
GM
11392000-12-15 Gerd Moellmann <gerd@gnu.org>
1140
4ea7fdca
GM
1141 * isearch.el (isearch-lazy-highlight-max): New user-option.
1142 (isearch-lazy-highlight-update): Don't highlight more than
1143 isearch-lazy-highlight-max matches.
1144
0c28d842
GM
1145 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1146
984c9f75 11472000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1148
8062e53a
GM
1149 * sort.el (sort-columns): Fix error message.
1150
3ffa545b
GM
1151 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1152 `upcase' or `downcase' or nil.
1153 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1154 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1155 (dabbrev--substitute-expansion): New arg record-case-pattern.
1156 If it is non-nil, set dabbrev--last-case-pattern.
1157 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1158
1159 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1160
c2d7f289
MB
11612000-12-15 Miles Bader <miles@gnu.org>
1162
b6348438
MB
1163 * paths.el (Info-default-directory-list): Don't delete
1164 configure-info-directory from the list of standard info
1165 directories when appending it to the end -- their order is
1166 important.
1167
f9056dd9
MB
1168 * faces.el (read-face-attribute): If there's no entry for the
1169 user's input in VALID, just use it as-is (this will often result
1170 in an error, but it may be OK for e.g. colors using hexadecimal
1171 notation, and at least will yield a better error message).
1172
c2d7f289 1173 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1174 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1175 Variables removed.
1176 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1177 window is really the right size. Use vertical-motion
1178 rather than forward-line.
1179 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1180 (ispell-command-loop, ispell-show-choices): Use the variable
1181 ispell-choices-win-default-height, rather than the function.
1182 (ispell-choices-win-default-height): Function removed.
1183 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1184
8f530b95
SM
11852000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1186
1187 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1188
6d435deb
EZ
11892000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1190
4dddb0b7
EZ
1191 * paths.el (Info-default-directory-list): If
1192 configure-info-directory is not one of the standard directories,
1193 put it first in the list; otherwise put it last. Doc string
1194 changed accordingly.
1195
1196 * info.el (Info-directory-list): Change doc string to reflect the
1197 change in Info-default-directory-list.
1198
6d435deb
EZ
1199 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1200 windows-nt as windowed environments, even under -nw.
1201
1202 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1203 if not fboundp. Switch delete-forward mode for the <delete> key
1204 on all PC platforms, even under -nw.
1205
1206 * term/internal.el ([M-delete]): Remap to M-d.
1207
9d7d9263
GM
12082000-12-14 Gerd Moellmann <gerd@gnu.org>
1209
1210 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1211
7cf0153a
EZ
12122000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1213
1214 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1215
5e5b3d41
GM
12162000-12-14 Gerd Moellmann <gerd@gnu.org>
1217
5f368d29
GM
1218 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1219 if appropriate.
1220
1221 * simple.el (delete-key-deletes-forward): New user-option.
1222 (delete-key-deletes-forward-mode): New function.
1223
9d7d9263 1224 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1225
5e5b3d41
GM
1226 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1227 if symbol is bound before getting its value.
1228
1229 * tooltip.el (tooltip-show): If an error is signaled in
1230 x-show-tip, display that error, and display the help in the
1231 echo area.
ca2ddd8e 1232
191b83b6
KH
12332000-12-14 Kenichi Handa <handa@etl.go.jp>
1234
1235 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1236 "... entries" messages for every 10000 entries, not 10.
1237
6192b604
KF
12382000-12-13 Karl Fogel <kfogel@red-bean.com>
1239
1240 * bookmark.el: Provide a generic exit hook, as suggested by
1241 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1242 (bookmark-exit-hook): New var.
1243 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1244 old raw lambda form in `kill-emacs-hook', and runs new
1245 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1246 as logically that feature must have been provided if this function
1247 is running.
1248 Removed ;;;###autoload before the `add-hook' call.
1249
5edf6b55
SM
12502000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1251
1252 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1253 (easy-menu-current-active-maps): New function.
1254 (easy-menu-get-map): Use it.
1255 Make a proper menu entry when creating a new keymap.
1256
16b5e8e6
KH
12572000-12-13 Kenichi Handa <handa@etl.go.jp>
1258
d49fc4eb
KH
1259 * international/characters.el: Fix cases and syntaxes for
1260 mule-unicode-0100-24ff.
1261
3b53d876
KH
1262 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1263 that a Japanese character is not appended after day and year.
1264
16b5e8e6
KH
1265 * info.el (Info-suffix-list): Change format for a command that
1266 requires arguments.
1267 (info-insert-file-contents): Adjusted for the above change.
1268
1df1c518
AS
12692000-12-12 Andreas Schwab <schwab@suse.de>
1270
1271 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1272 on the name of the tar buffer. Verify that the existing buffer is
1273 visiting the same subfile.
1274
a7a07b98
DL
12752000-12-12 Dave Love <fx@gnu.org>
1276
1277 * subdirs.el: Add obsolete.
1278
4fdbd809
GM
12792000-12-12 Gerd Moellmann <gerd@gnu.org>
1280
bfdb75ee
GM
1281 * mail/rmailsum.el (rmail-summary-expunge)
1282 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1283 instead of rmail-confirm-expunge.
1284
4fdbd809
GM
1285 * replace.el (perform-replace): Don't use an empty match adjacent
1286 to a non-empty match when computing the next match before the
1287 replacement is performed.
1288
e9a59cad
GM
12892000-12-12 Milan Zamazal <pdm@freesoft.cz>
1290
1291 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1292 definition (patch by Stefan Monnier).
1293 (glasses-mode): Use jit-lock instead of `after-change-functions'
1294 (patch by Stefan Monnier).
1295
c2def7a0
MB
12962000-12-12 Miles Bader <miles@gnu.org>
1297
1298 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1299 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1300
591b63b4
AC
13012000-12-12 Andrew Choi <akochoi@i-cable.com>
1302
1303 * term/mac-win.el: Remove load for ls-lisp.
1304
a924cf63 1305 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1306
5ff4ba3d
MB
13072000-12-12 Miles Bader <miles@gnu.org>
1308
1309 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1310 Respect field end too.
1311 (just-one-space): Respect fields as `delete-horizontal-space'.
1312 (newline-and-indent, reindent-then-newline-and-indent): Use
1313 `delete-horizontal-space'.
1314
d0c679bc
SM
13152000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1316
adf9c994
SM
1317 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1318 (so as to obey the field property in the minibuffer).
1319
4b0cd42d
SM
1320 * obsolete/c-mode.el: Moved from lisp/progmodes.
1321 * obsolete/auto-show.el: Moved from lisp.
1322 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1323
89f85863
CD
13242000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1325
1326 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1327 changes to list them here.
1328
1329 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1330 many changes to list them here.
1331
1332 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1333 many changes to list them here.
1334
1335 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1336
3e0d35ce
GM
13372000-12-11 Gerd Moellmann <gerd@gnu.org>
1338
d990421f
GM
1339 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1340 nil.
1341
ca2ddd8e 1342 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1343 Comment fix.
1344
3e0d35ce
GM
1345 * hscroll.el: Moved to `obsolete' subdir.
1346
ff904dd6
MB
13472000-12-11 Miles Bader <miles@gnu.org>
1348
1349 * window.el (window-text-height): Function removed (now in C).
1350
fb97d87f
SM
13512000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1352
1353 * log-edit.el (log-edit-parent-buffer): New var.
1354 (log-edit): Set it. Add BUFFER argument.
1355 (log-edit-done): Use char-before.
1356 Don't bother checking validity of vc-comment-ring.
1357 Only bury the buffer if log-edit popped it up.
1358
1359 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1360 (cvs-mode-diff-help): Remove.
1361 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1362 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1363
1364 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1365 Remove binding for ? now made unnecessary.
1366
7de77417
CD
13672000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1368
1369 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1370 function
1371 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1372
1373 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1374 when master file is not open.
1375
4efa209f
SM
13762000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * progmodes/ada-stmt.el: Update `maintainer'.
1379
0a8052bd
GM
13802000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1381
1382 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1383 choices to match documentation string.
1384
a12167c5
MB
13852000-12-09 Miles Bader <miles@gnu.org>
1386
2161605d
MB
1387 * minibuf-eldef.el: New file.
1388
a12167c5
MB
1389 * window.el (fit-window-to-buffer): Don't pass last argument to
1390 pos-visible-in-window-p, now that its meaning is inverted.
1391
9ea8de1b
EZ
13922000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1393
1394 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1395 <ceder@lysator.liu.se>.
1396
5002ddbb
SM
13972000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1398
b6114d80
SM
1399 * autoinsert.el (auto-insert-alist): Add missing final \n.
1400
ee8d23ee
SM
1401 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1402 (cvs-menu-map): Remove.
1403 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1404 (cvs-mode-quit): Turn it back into a plain function.
1405
5002ddbb 1406 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1407 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1408
1409 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1410 file where it's more visible.
1411 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1412 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1413 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1414 (texinfo-inside-macro-p): Only catch `scan-error's.
1415 (texinfo-inside-env-p): Make better use of the match info.
1416 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1417 (texinfo-insert-@end): Slight re-organization.
1418 Also remove useless `looking-at' call.
1419
30cd075d
AI
14202000-12-08 Andrew Innes <andrewi@gnu.org>
1421
1422 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1423 accessible in -nw mode.
1424
1425 * term/w32-win.el: Remove stuff about selection timeout, which is
1426 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1427 it is accessible in -nw mode.
1428
01b91009
DL
14292000-12-08 Dave Love <fx@gnu.org>
1430
1431 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1432 font-lock-keywords-case-fold-search.
1433
842b2a94
GM
14342000-12-08 Gerd Moellmann <gerd@gnu.org>
1435
1436 * textmodes/ispell.el (ispell): Doc fix.
1437
f9d5f611
KH
14382000-12-08 Kenichi Handa <handa@etl.go.jp>
1439
1440 * international/quail.el (quail-insert-decode-map): Check the
1441 frame width of a window displaying the current buffer, not that of
1442 the selected frame.
1443 (quail-help): Make sure that the help buffer has window before
1444 inserting text in it.
1445
e04d21aa
SS
14462000-12-07 Sam Steingold <sds@gnu.org>
1447
1448 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1449 Backquote is used in isearch.el, so autoloading saves nothing.
1450
fc3e23a4
EZ
14512000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1452
137cad7c
EZ
1453 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1454 the CVS and RCS subdirectories case-insensitively.
1455
fc3e23a4
EZ
1456 * dired.el (dired-insert-directory): If file-system-info is
1457 fboundp, call it instead of invoking dired-free-space-program.
1458
796ecd10
GM
14592000-12-07 Gerd Moellmann <gerd@gnu.org>
1460
0f5f7c3e
GM
1461 * server.el (server-visit-files): Push files on file-name-history.
1462
3764ba49
GM
1463 * progmodes/cc-langs.el: Update copyright.
1464
8e7931da
GM
1465 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1466
ae0d7485 1467 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1468
796ecd10
GM
1469 * bindings.el (mode-line-mode-menu): Reverse the order
1470 of define-keys so that the menu appears in alphabetical order.
1471
ae0d7485
GM
14722000-12-07 Milan Zamazal <pdm@freesoft.cz>
1473
1474 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1475 of the function.
1476
e2849090
DL
14772000-12-07 Dave Love <fx@gnu.org>
1478
1479 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1480
1481 * facemenu.el (facemenu-unlisted-faces): Fix value.
1482
5c7f629c
SM
14832000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1484
1485 * font-lock.el (font-lock-default-fontify-region):
1486 Include the terminating \n (off-by-one error).
1487 (font-lock-set-defaults): Use dolist.
1488
1489 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1490
73481ae3
KH
14912000-12-07 Kenichi Handa <handa@etl.go.jp>
1492
ffbaa122
KH
1493 * international/mule-cmds.el (describe-language-environment): Fix
1494 for the case that an input method title is not string but a list.
1495
73481ae3
KH
1496 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1497 of wrong SIZE record.
1498
e2896b22
DL
14992000-12-06 Dave Love <fx@gnu.org>
1500
67292061
DL
1501 * newcomment.el (comment-region, comment-dwim): Doc fix.
1502
1503 * textmodes/texinfo.el: Require tex-mode when compiling.
1504 (texinfo-update-node): Doc fix.
1505 (texinfo-imenu-generic-expression): Add @anchor.
1506 (texinfo-font-lock-keywords): Add @uref.
1507 (texinfo-inside-macro-p): Don't use ignore-errors.
1508 (texinfo-insert-quote): Match more contexts.
1509
e76938e7
DL
1510 * international/mule.el (decode-char, encode-char): Doc fix.
1511 (auto-coding-alist): Customize.
1512
1513 * files.el (load-file): Fix change of 2000-03-12.
1514
e2896b22
DL
1515 * wid-edit.el (widget-text-keymap): Doc fix.
1516
6610f4b2
AI
15172000-12-06 Andrew Innes <andrewi@gnu.org>
1518
1519 * makefile.w32-in (lisp): Set to an absolute directory, namely
1520 $(CURDIR).
1521
9e3366e4
EZ
15222000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1523
1524 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1525 read generated-autoload-file, and set buffer-file-coding-system to
1526 raw-text-unix after reading the file.
1527
1528 * international/mule-conf.el (file-coding-system-alist): Use
1529 raw-text for reading loaddefs.el and raw-text-unix for writing
1530 it.
1531
d94d636f
GM
15322000-12-06 Gerd Moellmann <gerd@gnu.org>
1533
384333ee
GM
1534 * replace.el (occur): Make line-number-width 1 smaller for the
1535 colon following the line number.
1536
347d0813
GM
1537 * startup.el (fancy-splash-text, command-line-1): Use
1538 `File' for the menu name instead of `Files'.
e04d21aa 1539
d4b72d58
GM
1540 * tmm.el: Update copyright.
1541
d94d636f
GM
1542 * cus-start.el: Add entry for even-window-heights.
1543
6e424019
MB
15442000-12-06 Miles Bader <miles@gnu.org>
1545
1546 * faces.el (frame-set-background-mode): Avoid stomping on
1547 locally modified faces.
1548
e6477b58
KH
15492000-12-06 Kenichi Handa <handa@etl.go.jp>
1550
1551 * international/fontset.el: Correct the font registries for
1552 japanese-jisx0213-1 and japanese-jisx0213-2.
1553
21999ab9
GM
15542000-12-05 Gerd Moellmann <gerd@gnu.org>
1555
57d6e381
GM
1556 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1557
21999ab9
GM
1558 * iswitchb.el: Update customization commentary.
1559
7422819c
GM
15602000-12-05 Rob Riepel <riepel@Stanford.EDU>
1561
1562 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1563 (tpu-search-highlight): Fixed comparison of overlay end positions.
1564 (tpu-trim-line-ends): Implemented trimming logic locally.
1565
1566 * emulation/tpu-extras.el (tpu-write-file-hook)
1567 (tpu-set-cursor-bound): Replaced picture-clean with
1568 tpu-trim-line-ends.
1569
73daff18
KH
15702000-12-05 Kenichi Handa <handa@etl.go.jp>
1571
1572 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1573 to cn-gb.
1574 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1575
6a4cd002
DL
15762000-12-04 Dave Love <fx@gnu.org>
1577
1578 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1579
6452929e
GM
15802000-12-04 Gerd Moellmann <gerd@gnu.org>
1581
e04d21aa 1582 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1583 (rmail-summary-expunge-and-save): Ask for confirmation with
1584 rmail-expunge-confirmed.
1585
1586 * mail/rmail.el (rmail-expunge-confirmed): New function.
1587 (rmail-expunge): Use it.
1588
0c68ce6f
GM
1589 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1590 (etags-recognize-tags-table, find-tag-in-order): New
1591 functionality: interpret file names as tags.
e04d21aa 1592
7a53d8c8
EZ
15932000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1596 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1597 visit the first subnode until the bottom of the current node is
1598 visible.
1599
caa15ef7
GM
16002000-12-04 Gerd Moellmann <gerd@gnu.org>
1601
1602 * format.el (format-decode): Don't change buffer's undo list.
1603
e225faa7
KH
16042000-12-04 Kenichi Handa <handa@etl.go.jp>
1605
1606 * faces.el (face-font-registry-alternatives): Add entries for CJK
1607 fonts. Doc-string adjusted for the actual usage of this data.
1608
1609 * international/fontset.el: Change the font registries for CJK
1610 fonts in the default fontset. Don't append '*' to registries.
1611
8b262a65
SM
16122000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1613
e04d21aa 1614 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1615 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1616
1617 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1618 (derived-mode-p): New function.
1619 (derived-mode-make-docstring): Add `docstring' argument.
1620 Use it if available and complete it if necessary.
1621
33c4460b
AS
16222000-12-03 Andreas Schwab <schwab@suse.de>
1623
1624 * type-break.el (type-break): Don't make parent of itself.
1625
5c9b3fac
MB
16262000-12-03 Miles Bader <miles@gnu.org>
1627
1628 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1629
27ce741e
SM
16302000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1631
07c16ec4
SM
1632 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1633 (tex-main-file, tex-file): Simplify.
1634 (tex-generate-zap-file-name): Use subst-char-in-string.
1635 (tex-strip-dots): Remove.
1636
c19cc275
SM
1637 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1638
27ce741e
SM
1639 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1640 to check if the match succeeded.
1641
285991dc
GM
16422000-12-02 Gerd Moellmann <gerd@gnu.org>
1643
1644 * startup.el (use-fancy-splash-screens-p): New function.
1645 (command-line-1): Use it to determine whether or not to use
1646 a fancy splash screen.
1647
52dca1b2
AS
16482000-12-02 Andreas Schwab <schwab@suse.de>
1649
1650 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
1651
d3e7e7cf
EZ
16522000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1653
2dce2360
EZ
1654 * international/mule.el (make-char): Fix last change.
1655
9768eaa7
EZ
1656 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1657 New defcustoms.
1658 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
1659 autoloading tex-mode; instead, do the same manually. Use
1660 texinfo-open-quote and texinfo-close-quote. Insert literal quote
1661 with numeric argument. Docstring fix.
1662 (toplevel): Require cl when compiling.
e04d21aa 1663
285991dc 1664 * international/mule.el (make-char): Doc fix.
d3e7e7cf 1665
0dd5e255
JR
16662000-12-02 Jason Rumney <jasonr@gnu.org>
1667
1668 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
1669 the Emacs Lisp manual)
1670
fbb87147
EZ
16712000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
1672
5cbb3e93
EZ
1673 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1674
fbb87147
EZ
1675 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
1676 the Emacs Lisp manual).
1677
1636ca09
GM
16782000-12-02 Gerd Moellmann <gerd@gnu.org>
1679
1680 * simple.el (next-line-add-newlines): Change default to nil.
1681
68875f0e
EZ
16822000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
1683
1684 * files.el (revert-buffer, recover-file): Bind
1685 coding-system-for-read to emacs-mule-unix, not to no-conversion.
1686
fd9ac94c
GM
16872000-12-01 Gerd Moellmann <gerd@gnu.org>
1688
1689 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
1690
45450dd5
MB
16912000-12-01 Miles Bader <miles@gnu.org>
1692
1693 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
1694
09df8881
KH
16952000-12-01 Kenichi Handa <handa@etl.go.jp>
1696
1697 * international/mule-diag.el (describe-char-after): Fix typo.
1698 (describe-character-set, non-iso-charset-alist): Fix typo.
1699
dea0a87d
MB
17002000-12-01 Miles Bader <miles@gnu.org>
1701
b170205b
MB
1702 * image-file.el (image-file-name-regexp): Automatically add
1703 upper-case variants of each filename extension in
1704 `image-file-name-extensions', since they seem to be common.
1705
e04d21aa 1706 * simple.el (minibuffer-contents)
dea0a87d
MB
1707 (minibuffer-contents-no-properties, delete-minibuffer-contents):
1708 New functions.
1709 * filecache.el (file-cache-directory-name)
1710 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
1711
2b69bc11 17122000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 1713
dea0a87d
MB
1714 * filecache.el (file-cache-minibuffer-complete): Don't try to
1715 delete the minibuffer prompt.
1716
a8a1b05d
DL
17172000-11-30 Dave Love <fx@gnu.org>
1718
1719 * cus-start.el: Fix read-buffer-function type.
1720
693c4692
GM
17212000-11-30 Gerd Moellmann <gerd@gnu.org>
1722
1723 * md5.el: Removed. There's a built-in function, now.
1724
2c0b1898
GM
17252000-11-30 Markus Rost <rost@math.ohio-state.edu>
1726
1727 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
1728 as dummy 0-th char of rmail-deleted-vector.
1729
63dfcf4b
EZ
17302000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
1731
1732 * ps-print.el (ps-end-job): Bind case-fold-search only after
1733 switching to ps-spool-buffer.
1734
17352000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1736
1737 * ps-print.el: Line number font customization. PostScript: Lines and
1738 PageCount are initialized on each page. Doc Fix.
1739 (ps-print-version): New version number (6.3.2).
1740 (ps-lpr-switches, ps-font-info-database, ps-font-size)
1741 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
1742 (ps-right-header): Customization fix.
1743 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
1744 Fix code.
1745 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
1746 New vars.
1747
df3aedcf
GM
17482000-11-30 Gerd Moellmann <gerd@gnu.org>
1749
edfb795e
GM
1750 * bs.el: Fix typos and spelling errors.
1751 (bs-appearance) <defgroup>: Renamed from bs-appearence.
1752 (bs-configuration): Doc fix.
e04d21aa 1753
df3aedcf
GM
1754 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
1755
8b8a7f01
GM
17562000-11-30 Rob Riepel <riepel@Stanford.EDU>
1757
1758 * emulation/tpu-edt.el (tpu-version): New version.
1759 (tpu-search-overlay, tpu-replace-overlay): New initial range.
1760 (tpu-original-mode-line): Variable deleted.
1761 (tpu-mark-flag): New initial value.
1762 (tpu-set-mode-line): Don't redefine mode-line-format. Add
1763 tpu-mark-flag to minor-mode-alist.
1764 (tpu-update-mode-line): New mark flag logic.
1765 (tpu-get): Use find-file-wildcards.
1766 (tpu-search-highlight): Move overlay less, reset overlay properly.
1767 (tpu-unselect): Deactivate mark.
1768 (tpu-lm-replace): Reset overlay properly.
1769 (tpu-forward-line): Use forward-visible-line.
1770 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
1771
1772 * emulation/tpu-extras.el (tpu-forward-line): Use
1773 forward-visible-line.
e04d21aa 1774
c069a9d3
GM
17752000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
1776
1777 * cus-edit.el (custom-face-value-create): Always emphasize tag.
1778
b02cd40b
GM
17792000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1780
1781 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
1782 and skip whitespace and newlines.
e04d21aa 1783
b7a90344
SM
17842000-11-30 Stefan Monnier <monnier@cs.yale.edu>
1785
1786 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
1787
be6bbb55
GM
17882000-11-29 Gerd Moellmann <gerd@gnu.org>
1789
0383ed60
GM
1790 * help.el (describe-function-1): Regexp-quote function name
1791 when used as part of a regexp.
1792
c7957947
GM
1793 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
1794 face-attribute instead of face-foreground and face-background.
1795 (tool-bar-add-item): Likewise, and handle unspecified colors.
1796
1797 * enriched.el (enriched-face-ans): Use face-attribute instead
1798 of face-foreground and face-background.
1799
1800 * faces.el (face-foreground, face-background, face-stipple):
1801 Return nil if attribute is unspecified, for backward
1802 compatibility.
1803
7423978d
GM
1804 * files.el (auto-mode-alist): Add an entry for antlr-mode.
1805
ef128c78
GM
1806 * play/5x5.el: Remove version info.
1807
a81fc510
GM
1808 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
1809
be6bbb55
GM
1810 * frame.el (blink-cursor-mode): Doc fix.
1811
f9396e03
GM
18122000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1813
1814 * antlr-mode.el: New commands to run ANTLR from within Emacs and
1815 to create Makefile rules.
1816 (antlr-tool-command): New user option.
1817 (antlr-ask-about-save): New user option.
1818 (antlr-makefile-specification): New user option.
1819 (antlr-file-formats-alist): New variable.
1820 (antlr-special-file-formats): New variable.
1821 (antlr-unknown-file-formats): New user option.
1822 (antlr-help-unknown-file-text): New variable.
1823 (antlr-help-rules-intro): New variable.
1824 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
1825 (antlr-mode-menu): Add entries.
1826 (antlr-file-dependencies): New function.
1827 (antlr-directory-dependencies): New function.
1828 (antlr-superclasses-glibs): New function.
1829 (antlr-run-tool): New command.
1830 (antlr-makefile-insert-variable): New function.
1831 (antlr-insert-makefile-rules): New function.
1832 (antlr-show-makefile-rules): New command.
1833
1834 * antlr-mode.el: More Emacs/XEmacs stuff.
1835 (antlr-no-action-keywords): New constant with value nil.
1836 (antlr-font-lock-keywords-alist): Use it. Old value would break
1837 syntax highlighting in Emacs-21.0.
1838 (antlr-default-directory): Emacs/XEmacs dependend function.
1839 (antlr-read-shell-command): Ditto.
1840 (antlr-with-displaying-help-buffer): Ditto.
1841
18422000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1843
1844 * antlr-mode.el: imenu, parsing and highlighting changes.
1845 (antlr-imenu-create-index-function): Don't create extra submenus
1846 for definitions in different grammar classes. It is not necessary
1847 for the menu and would make command `imenu' awkward to use.
1848 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
1849 header actions and more than one.
1850 (antlr-font-lock-tokendef-face): Changed color.
1851 (antlr-font-lock-tokenref-face): Changed color.
1852 (antlr-font-lock-additional-keywords): Also highlight lowercase.
1853 (antlr-mode-syntax-table): New variable.
1854 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
1855 (antlr-with-syntax-table): Don't copy syntax table.
1856
18572000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1858
1859 * antlr-mode.el: Minor changes: language setting.
1860 (antlr-language-alist): The value for file option "language" can
1861 be both an identifier and a string.
1862 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
1863 (antlr-language-limit-n-regexp): Change accordingly.
1864
18652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
1866
1867 * antlr-mode.el: Minor changes: tabs, hiding.
1868 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
1869 (antlr-action-visibility): Also allow value nil to also hide the
1870 braces. Renamed from `antlr-tiny-action-length'.
1871 Suggested by Jay@aol.com.
1872 (antlr-hide-actions): Change accordingly. Hide line if completely
1873 hidden action is on a line of its own.
e04d21aa 1874
6ad948eb
SM
18752000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1876
1877 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
1878
1879 * sort.el (sort-columns): Don't concat strings with numbers.
1880
9c6a4107
DL
18812000-11-29 Dave Love <fx@gnu.org>
1882
1883 * cus-edit.el (face): Fix :format.
1884
1885 * mail/feedmail.el: Require smtpmail when compiling.
1886 (mail-do-fcc): Autoload.
1887 (feedmail) <defgroup>: Fix :link.
1888 (feedmail-nuke-body-in-fcc): Fix :type.
1889 (feedmail-send-it): Add autoload cookie.
1890
053b8d35
SM
18912000-11-29 Stefan Monnier <monnier@cs.yale.edu>
1892
1893 * newcomment.el (comment-indent): Save excursion around call to
1894 comment-indent-function.
1895
242c13e8
MB
18962000-11-29 Miles Bader <miles@gnu.org>
1897
1898 * subr.el (member-ignore-case): Return the tail of the list who's
1899 car matches, like `member', not the matching element itself.
1900
8f4b5f28
KH
19012000-11-29 Kenichi Handa <handa@etl.go.jp>
1902
1903 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
1904 should not contain `\n'.
1905
bebe4a2c
GM
19062000-11-28 Gerd Moellmann <gerd@gnu.org>
1907
fd9ac94c 1908 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 1909
ba7e40eb
GM
1910 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
1911
75ab0c79
GM
1912 * dired-aux.el (dired-do-create-files): Construct default file
1913 name for dired-mark-read-file-name so that when the user enters
1914 just RET, the target file will end up in the target directory.
1915
bebe4a2c
GM
1916 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
1917 local-abbrev-table before changing buffers because it might
1918 have a buffer-local binding.
1919
fa6d1ca8
MB
19202000-11-28 Miles Bader <miles@gnu.org>
1921
1922 * simple.el (delete-horizontal-space): Handle fields more generally.
1923
8d2c2642
GM
19242000-11-28 Gerd Moellmann <gerd@gnu.org>
1925
1926 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
1927
8b31236d
DL
19282000-11-28 Dave Love <fx@gnu.org>
1929
3cbd02d2
DL
1930 * progmodes/ps-mode.el (ps-mode): Set comment-start and
1931 comment-start-skip locally.
1932
8b31236d
DL
1933 * progmodes/fortran.el (fortran-mode): Don't set
1934 fortran-comment-line-start-skip. Set comment-start to
1935 fortran-comment-line-start.
1936 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
1937 (fortran-comment-line-start-skip): Simplify slightly.
1938
ae4bf56d
GM
19392000-11-28 Gerd Moellmann <gerd@gnu.org>
1940
17ef7534
GM
1941 * play/5x5.el: Remove RCS keyword.
1942
fd9ac94c 1943 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 1944
665b27a6
GM
19452000-11-28 Milan Zamazal <pdm@freesoft.cz>
1946
1947 * textmodes/tildify.el (tildify-string-alist): Add
1948 `plain-tex-mode' here.
1949
fe3c2ae3
GM
19502000-11-28 Colin Walters <walters@cis.ohio-state.edu>
1951
1952 * chistory.el (Command-history-setup): Remove extraneous `keymap'
1953 reference.
1954
d970106b
MB
19552000-11-28 Miles Bader <miles@gnu.org>
1956
36b80a0d
MB
1957 * cus-face.el (custom-face-attributes): Add post-filter function
1958 for :box. Make pre-filter function for :box handle all cases.
1959
d970106b
MB
1960 * wid-edit.el (widget-choose): Make sure pop-up window is large
1961 enough to display all the choices, as there's no way to scroll it.
1962
5a2bae6c
KH
19632000-11-28 Kenichi Handa <handa@etl.go.jp>
1964
1965 * international/mule-conf.el: Make the coding system no-conversion
1966 safe for all characters.
1967
9e836e23
DL
19682000-11-27 Dave Love <fx@gnu.org>
1969
8b31236d
DL
1970 * net/ldap.el (ldap) <defgroup>: Add :version.
1971
9e836e23
DL
1972 * tooltip.el (tooltip-use-echo-area): Doc fix.
1973
1974 * cus-start.el <minibuffer-prompt-properties>: Add version.
1975 <read-buffer-function>: Add.
1976
1977 * apropos.el (apropos-print): Add help-echo to active text.
1978
1979 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
1980
4a74d071
GM
19812000-11-27 Gerd Moellmann <gerd@gnu.org>
1982
1983 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
1984 type, group and version.
1985
76058c27
EZ
19862000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
1987
4a74d071 1988 * select.el (x-get-selection): Docstring fix.
76058c27 1989
fd9ac94c 19902000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 1991
fd9ac94c 1992 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 1993
49060c51
AI
19942000-11-27 Andrew Innes <andrewi@gnu.org>
1995
1996 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
1997
1998 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
1999
b2a8e429
MB
20002000-11-27 Miles Bader <miles@gnu.org>
2001
2002 * dired.el (dired-get-filename): Return filename verbatim if
2003 LOCALP is `verbatim'.
2004 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2005 `verbatim' so that we don't inadvertently delete a non-existant
2006 directory name.
2007
5ac0366d
KH
20082000-11-27 Kenichi Handa <handa@etl.go.jp>
2009
2010 * international/characters.el: Specify cases and syntaxes for
2011 mule-unicode-0100-24ff.
2012
67f1cf4c
GM
20132000-11-27 Gerd Moellmann <gerd@gnu.org>
2014
2015 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2016 that foreground and/or background colors of the face `tool-bar'
2017 are unspecified.
2018
46c56972
MB
20192000-11-27 Miles Bader <miles@gnu.org>
2020
e04d21aa 2021 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2022 (widget-field-end): Handle widget field `pseudo-overlays'.
2023 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2024 if it's there instead of in `widget-field-list'.
2025
46c56972 2026 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2027 (help-make-xrefs): Delete extraneous newlines at the end of the
2028 docstring.
46c56972 2029
640a9cdd
JR
20302000-11-25 Jason Rumney <jasonr@gnu.org>
2031
2032 * startup.el (command-line): Call set-locale-environment after
2033 Window System init file is read, as it can result in a call to
2034 redraw-frame.
2035
0b3f96d4
EZ
20362000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2037
2038 * simple.el (shell-command): Mention the effect of the prefix
2039 argument in the doc string.
2040
8da6e2a1
MB
20412000-11-25 Miles Bader <miles@gnu.org>
2042
a658d039
MB
2043 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2044
8da6e2a1 2045 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2046 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2047
d3416cca
JR
20482000-11-24 Jason Rumney <jasonr@gnu.org>
2049
2050 * international/mule-cmds.el (locale-language-names): Add "jp" as
2051 a non-standard alternative for Japanese.
2052
17e37f53
AS
20532000-11-24 Andre Spiegel <spiegel@gnu.org>
2054
2055 * vc-hooks.el: Require 'cl during compilation.
2056
9aa5f148
GM
20572000-11-24 Gerd Moellmann <gerd@gnu.org>
2058
ba193890
GM
2059 * faces.el (face-set-after-frame-default): Let face attributes
2060 specified for new frames override frame parameters.
2061
9aa5f148
GM
2062 * startup.el (command-line): Fix computation of the source file
2063 for user-init-file when user-init-file is a compiled file.
2064
51a1edab
MB
20652000-11-24 Miles Bader <miles@gnu.org>
2066
e04d21aa 2067 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2068 (custom-post-filter-face-spec): New functions.
2069 (custom-face-set, custom-face-value-create): Filter the face spec
2070 before and after customization.
2071 (custom-face-set): If VALUE specifies a null face, pass a
2072 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2073 * cus-face.el (custom-face-attributes): Remove SET and GET
2074 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2075 cases they're needed.
2076
1ed74431
MB
2077 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2078 that it's distinguishable from the :off-glyph on dark-background
2079 displays. Set its background color too.
2080
67ee1125
MB
2081 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2082 so that people can easily turn it off.
2083
7d027816 20842000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2085
7d027816 2086 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2087
9aa5f148 2088 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2089
9aa5f148 2090 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2091
9aa5f148 2092 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2093 redundant skip-small-frames test.
e04d21aa 2094
9aa5f148 2095 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2096 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2097
9aa5f148
GM
2098 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2099 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2100 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2101 functions.
e04d21aa 2102
9aa5f148 2103 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2104
9aa5f148 2105 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2106
f07fa1b8
KH
21072000-11-24 Kenichi Handa <handa@etl.go.jp>
2108
2109 * international/mule-diag.el (list-iso-charset-chars): For
2110 two-byte charset, fix the `while' condition.
2111 (list-non-iso-charset-chars): Fix the `while' condition.
2112
ba8299ff
SM
21132000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2114
79372165
SM
2115 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2116 if the variable is make-variable-buffer-local.
2117
ba8299ff
SM
2118 * progmodes/ada-stmt.el (ada-template-map): Initialize
2119 and bind it to C-c t in ada-mode-map.
2120 (ada-stmt-mode-hook): New function extracted from old code.
2121 Only change the buffer-local side of skeleton-*.
2122 (ada-mode-hook): Use it.
2123
68a887fa
EZ
21242000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2125
2126 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2127 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2128 we expect to be returned by minibuffer-depth once we prompt the
2129 user in the minibuffer.
2130 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2131 as recorded in iswitchb-minibuf-depth, return non-nil.
2132
3b345582
EZ
21332000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2134
2135 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2136 (hscroll-window-maybe): Docstring fix.
2137
595dead2
DL
21382000-11-23 Dave Love <fx@gnu.org>
2139
2140 * rect.el (string-rectangle): Don't test delete-selection-mode.
2141
1e66b27a
GM
21422000-11-23 Gerd Moellmann <gerd@gnu.org>
2143
02790ce2
GM
2144 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2145 is in the tool bar.
2146
1e66b27a
GM
2147 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2148 with `no-dir'; we want the directory part to be able to remove
2149 it.
2150
a4caa65d
SM
21512000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2152
2153 * textmodes/outline.el (outline-flag-region):
2154 Don't bind inhibit-read-only since we don't modify the buffer.
2155 (outline-isearch-open-invisible): Don't jump to overlay-start
2156 since we're trying to unhide text around point.
2157 (outline-discard-overlays): Use dolist.
2158
2159 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2160
03e757c1
GM
21612000-11-22 Gerd Moellmann <gerd@gnu.org>
2162
e04d21aa 2163 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2164 y-or-n-p.
e04d21aa 2165
1598a961
SM
21662000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2167
2168 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2169 Fix ARG regexp to skip quoted braces.
2170 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2171 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2172 are (correctly) handled separately).
2173 Remove `caption' and `footnote' from `citations': they contain text.
2174 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2175 (latex-skeleton-end-hook): New function.
2176 (latex-mode): Use it.
2177 (tex-start-tex-marker): Remove.
2178 (tex-send-tex-command): Don't set tex-start-tex-marker.
2179 (tex-error-parse-syntax-table): New var.
2180 (tex-compilation-parse-errors): Use it.
2181 Ignore tex-start-tex-marker. Don't bother with marker-position.
2182 (tex-validate-buffer): Don't bother with marker-position.
2183
2184 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2185 (flyspell-generic-progmode-verify): Use it.
1598a961 2186
eaae8106
SS
21872000-11-22 Sam Steingold <sds@gnu.org>
2188
03e757c1
GM
2189 * simple.el (delete-trailing-whitespace): New interactive
2190 function.
e04d21aa 2191
eaae8106 2192 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2193 `ada-remove-trailing-spaces'.
eaae8106 2194 (ada-remove-trailing-spaces): Removed.
e04d21aa 2195
eaae8106 2196 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2197
1598a961
SM
2198 * textmodes/picture.el (picture-clean): Removed.
2199 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2200
a41d49e9
GM
22012000-11-22 Gerd Moellmann <gerd@gnu.org>
2202
e053c60f
GM
2203 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2204
a41d49e9
GM
2205 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2206 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2207 do anything special when jit-lock is active.
a41d49e9
GM
2208 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2209
197615f3
DL
22102000-11-22 Dave Love <fx@gnu.org>
2211
ddbfaa9f
DL
2212 * calendar/todo-mode.el (todo-top-priorities): Use
2213 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2214
ddc3c695
DL
2215 * language/chinese.el, language/cyrillic.el:
2216 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2217 * language/hebrew.el, language/indian.el, language/japanese.el:
2218 * language/korean.el, language/lao.el, language/misc-lang.el:
2219 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2220 Use provide.
2221
fb9fa98d
DL
2222 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2223 (custom-variable-set): Improve validation error mesage.
2224
197615f3
DL
2225 * rect.el (string-rectangle): Revert last change.
2226 (string-rectangle-line): New arg DELETE.
2227 (string-rectangle): Check delete-selection-mode.
2228
2229 * emacs-lisp/edebug.el (edebug-version)
2230 (edebug-maintainer-address): Deleted.
2231 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2232 (edebug-read-function): Account for other `'#' read forms.
2233 (edebug-mode-menus): Make some items toggles.
2234 (edebug-outside-unread-command-event, unread-command-event):
2235 Remove these to avoid warnings.
2236
f4117c4d
GM
22372000-11-22 David Ponce <david@dponce.com>
2238
2239 * recentf.el (recentf-menu-items-for-commands)
2240 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2241 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2242
f4117c4d
GM
2243 (recentf-build-dir-rules, recentf-dump-variable)
2244 (recentf-edit-list, recentf-open-files-item)
2245 (recentf-open-files): Replaced unnecessary `mapcar' with new
2246 built-in `mapc'.
eaae8106 2247
f8e2f3f2
MB
22482000-11-23 Miles Bader <miles@gnu.org>
2249
2250 * faces.el (menu): Make inverse-video on ttys too.
2251
4c4a541d
SM
22522000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2253
2254 * simple.el (comment-line-break-function): Use the new name
2255 indent-new-comment-line -> comment-indent-new-line.
2256 (clone-indirect-buffer): Don't ignore NORECORD.
2257 (next-completion): Properly handle the case where items are adjacent.
2258
2259 * mouse.el (popup-menu): Stupid typo.
2260
980d836e
GM
22612000-11-22 Gerd Moellmann <gerd@gnu.org>
2262
60e8e0a5
GM
2263 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2264 maintainer, keywords tags.
2265
980d836e
GM
2266 * rect.el (replace-rectangle): Don't call string-rectangle-line
2267 with too many arguments.
2268
e08b2069
AS
22692000-11-22 Andre Spiegel <spiegel@gnu.org>
2270
60e8e0a5 2271 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2272 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2273 vc-locking-user, which no longer exists.
2274
2275 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2276
c6779d8d
DL
22772000-11-22 Dave Love <fx@gnu.org>
2278
2279 * md5.el (md5): Provide.
2280 (md5): Fix error call.
2281
e672fdce
MB
22822000-11-22 Miles Bader <miles@gnu.org>
2283
eaae8106 2284 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2285 (refill-fill-paragraph-at): Remove debugging code.
2286
80e24c04
MB
2287 * calendar/calendar.el (generate-calendar-window): When we don't
2288 call `fit-window-to-buffer', make sure the top line is fully visible.
2289
3a17d6cc
MB
2290 * image-file.el (insert-image-file): Don't make `read-only'
2291 property rear-nonsticky.
2292
ae1a21c6
MB
2293 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2294 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2295 stashing away its original value.
2296 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2297 in the recursive edit.
2298 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2299 (isearch-done): Restore `minibuffer-message-timeout'.
2300
e672fdce
MB
2301 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2302
3ea79df8
SM
23032000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2304
2305 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2306
2307 * find-lisp.el (find-lisp-find-files-internal):
2308 Use dolist, when and file-name-as-directory.
2309
980d836e 2310 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2311 (define-derived-mode, define-minor-mode): Add specs.
2312
2313 * window.el: General comment and spacing fixes.
2314 (save-selected-window): Use backquotes.
2315 (window-safely-shrinkable-p): New function.
2316 (shrink-window-if-larger-than-buffer): Use it.
2317
2318 * subr.el (make-local-hook): Docstring fix.
2319
2320 * shell.el (shell-mode): Use define-derived-mode.
2321
2322 * newcomment.el (comment-indent): Insert comment before calling
2323 comment-indent-function. Don't insert in column 0.
2324 (comment-dwim): Indent before inserting comment.
2325
2326 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2327 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2328 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2329 Use mapc rather than map.
2330
2331 * files.el (find-buffer-visiting): Compare all attributes before
2332 declaring two files identical (rather than just their inode-no).
2333 (auto-mode-alist): Use \' rather than $.
2334
2335 * which-func.el: Update maintainer line.
2336
2337 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2338 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2339 (uniquify-buffer-file-name): Use it.
2340
8f62f2b8
MB
23412000-11-22 Miles Bader <miles@gnu.org>
2342
2343 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2344 * simple.el (minibuffer-avoid-prompt): New function.
2345
fb279a6d
GM
23462000-11-21 Gerd Moellmann <gerd@gnu.org>
2347
2348 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2349
867092e9
MB
23502000-11-21 Miles Bader <miles@gnu.org>
2351
ef860850
MB
2352 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2353 inclusion of `track-mouse'.
2354
867092e9
MB
2355 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2356 (refill-adjust-ignorable-overlay): New function.
2357 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2358 only the paragraph's tail if possible.
2359 Update `refill-ignorable-overlay'.
2360 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2361
2362 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2363 point inside the fill-prefix.
2364
2365 * textmodes/refill.el (refill-post-command-function): Don't reset
2366 refill-doit in the case where a self-insertion command doesn't
2367 case a refill. Use `refill-fill-paragraph-at', getting position
2368 from `refill-doit'.
2369 (refill-after-change-function): Set `refill-doit' to END.
2370 (refill-fill-paragraph-at): New function, mostly from old
2371 refill-fill-paragraph.
2372 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2373 (refill-pre-command-function): New function.
2374 (refill-mode): Add it to `pre-command-hook'.
2375
ff9ab414
GM
23762000-11-20 Gerd Moellmann <gerd@gnu.org>
2377
29a01b72
GM
2378 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2379
ff9ab414
GM
2380 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2381 javadoc tags.
eaae8106 2382
885b211b
AS
23832000-11-20 Andre Spiegel <spiegel@gnu.org>
2384
2385 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2386 vc.el).
2387
eaae8106 2388 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2389 require vc.
eaae8106
SS
2390
2391 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2392 checkouts.
eaae8106 2393
d1838556
DL
23942000-11-20 Dave Love <fx@gnu.org>
2395
2396 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2397
2b69bc11 23982000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2399
2b69bc11
GM
2400 * calculator.el (calculator-paste): Use `if' instead of `and'
2401 and `or'.
2402 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2403
b95b34e5
GM
24042000-11-19 Gerd Moellmann <gerd@gnu.org>
2405
030de92f
GM
2406 * info.el (info-menu-5): Doc fix.
2407
b95b34e5
GM
2408 * textmodes/artist.el: New file.
2409
54970452
AS
24102000-11-19 Andre Spiegel <spiegel@gnu.org>
2411
eaae8106 2412 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2413 and differentiate according to checkout model.
2414 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2415 since this function is only concerned with master state.
2416
eaae8106 2417 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2418 vc-default-workfile-unchanged-p): Moved here from vc.el.
2419
eaae8106 2420 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2421 vc-default-workfile-unchanged-p): See above.
2422
e5a9dabf
MB
24232000-11-19 Miles Bader <miles@gnu.org>
2424
2425 * image-file.el (insert-image-file): Make `intangible' and
2426 `read-only' properties rear-nonsticky too.
2427
24127af0
GM
24282000-11-18 Gerd Moellmann <gerd@gnu.org>
2429
d392e9c5 2430 * ps-print.el: Update copyright notice.
eaae8106 2431
d392e9c5
GM
2432 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2433 (tooltip-show): Use the offsets.
2434
24127af0 2435 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2436 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2437 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2438
2b69bc11 24392000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2440
2b69bc11
GM
2441 * ps-print.el (toplevel): Test for find-coding-system being
2442 fboundp before calling ps-x-find-coding-system.
08ea6f17 2443
66321b2f
SM
24442000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2445
2446 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2447 (vc-version-backup-file): Docstring fix.
2448
046110c6
GM
24492000-11-16 Gerd Moellmann <gerd@gnu.org>
2450
4104194e
GM
2451 * files.el (basic-save-buffer): Don't add a newline if
2452 find-file-literally is non-nil.
2453 (find-file-literally): Extend doc string.
2454
046110c6
GM
2455 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2456 sort(1) with the `-f' argument.
2457
6505c16e
AS
24582000-11-16 Andre Spiegel <spiegel@gnu.org>
2459
fd063975
AS
2460 * vc.el: Updated backend documentation.
2461 (vc-default-check-headers): New function.
2462
3d02dd81 2463 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2464
2465 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2466 up-to-date.
eaae8106 2467 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2468 the minibuffer is not active.
fd063975 2469
eaae8106 2470 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2471 `vc-cvs-use-edit' is on.
eaae8106
SS
2472 (vc-cvs-checkout): When this is used for reverting the workfile,
2473 make a backup of the original contents and revert to that in case
8791d617 2474 of error.
eaae8106 2475 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2476 remote repositories.
eaae8106 2477
6505c16e
AS
2478 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2479 for both version and ratio in the minibuffer.
fd063975 2480
eaae8106 2481 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 2482 Use vc-do-command to perform the annotation, not call-process.
6505c16e 2483
a13f0660
KH
24842000-11-16 Kenichi Handa <handa@etl.go.jp>
2485
2486 * international/quail.el (quail-start-translation): Don't call
2487 `message' before reading key sequence.
2488
1389a414
MB
24892000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2490
2491 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2492
9256a532
KH
24932000-11-16 Kenichi Handa <handa@etl.go.jp>
2494
2495 * window.el (fit-window-to-buffer): Be sure to acquire at least
2496 one text line even if the buffer is empty.
2497
0e14fe9f
GM
24982000-11-16 Gerd Moellmann <gerd@gnu.org>
2499
eaae8106 2500 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
2501 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2502 ange-ftp-process-verbose to nil.
2503
da645c53
DL
25042000-11-15 Dave Love <fx@gnu.org>
2505
233d5cde
DL
2506 * wid-edit.el (widget-specify-field, widget-specify-button): If
2507 :help-echo is a function, set help-echo of overlay to
2508 widget-mouse-help.
2509 (widget-mouse-help): New function.
2510 (widget-echo-help): Rewritten for :help-echo functions only taking
2511 a widget arg.
2512
b12057b9
DL
2513 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2514 display-graphic-p.
2515 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2516 and that JPEG is available.
2517 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2518
da645c53
DL
2519 * international/mule-cmds.el (locale-charset-language-names):
2520 Match @euro.
2521
6d133d1f
GM
25222000-11-15 Gerd Moellmann <gerd@gnu.org>
2523
2524 * faces.el (face-set-after-frame-default): If
0e14fe9f 2525 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
2526 default face from X resources.
2527
49ac2ac5
EZ
25282000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2529
2530 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2531 Don't set EMACSLOADPATH.
2532
4fb0a34c
EZ
25332000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2534
2535 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2536 texinfo-insert-@url.
2537 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2538 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2539
bb304a7a
SM
25402000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2541
82bc80bf
SM
2542 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2543 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2544 (checkdoc-minor-keymap): Backward compatibility.
2545 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2546 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2547 (checkdoc-this-string-valid-engine): Be a bit more strict
2548 to avoid matching substrings of `...' quoted vars/funs.
2549 (checkdoc-defun-info): Only look for `interactive' if alone.
2550 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2551
e8c87124
SM
2552 * progmodes/compile.el (grep): `tag-default' can be nil.
2553
bb304a7a
SM
2554 * newcomment.el (comment-indent): Paren typo.
2555
8628686a
DL
25562000-11-14 Dave Love <fx@gnu.org>
2557
25c269ef
DL
2558 * calculator.el: New maintainer version.
2559
66321b2f 2560 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 2561
8628686a
DL
2562 * cmuscheme.el: Doc fixes.
2563 (cmuscheme) <defgroup>: Use `scheme' as parent.
2564 (cmuscheme-program-name): Remove. Change uses to
2565 scheme-program-name.
2566
2567 * xscheme.el (scheme-program-name): Don't define here.
2568
2569 * progmodes/scheme.el (scheme-program-name): New variable
2570 (originally in cmuscheme).
2571
88f0a1eb
MB
25722000-11-14 Miles Bader <miles@gnu.org>
2573
2574 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2575 Handle header-lines. Don't loop forever if we can't enlarge the
2576 window anymore. Simplify a bit.
2577
cd9a000c
KH
25782000-11-14 Kenichi Handa <handa@etl.go.jp>
2579
2580 * window.el (fit-window-to-buffer): Don't check
2581 window-text-height. Assure that the last line is fully visible.
2582
2583 * international/quail.el (quail-show-guidance-buf): Call
2584 fit-window-to-buffer to assure the enough height of the guidance
2585 buffer.
2586 (quail-update-guidance): Avoid making the guidance buffer shorter.
2587
d3fcda22
SM
25882000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2589
bdbd9606
SM
2590 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2591 rather than `prepend' and add an interesting comment.
2592 (tex-math-face, tex-font-lock-syntactic-face-function):
2593 New face and function to use it.
2594 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2595 than `menu-enable' symbol property.
2596 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2597 (tex-mode): Add some latex-mode commands for auto-selection.
2598 Use tex-font-lock-syntactic-face-function.
2599 (tex-insert-quote): Simplify.
2600 (tex-shell): New mode.
2601 (tex-start-shell): Use it.
2602 (tex-shell-proc, tex-shell-buf): New functions.
2603 (tex-send-command): Use it.
2604 (tex-main-file): Fix the meaning of the new arg REALFILE.
2605 (tex-send-tex-command): New function split from `tex-start-tex'.
2606 Set compilation-last-buffer and compilation-parsing-end.
2607
d3fcda22
SM
2608 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2609 when it follows non-comment text on the line.
2610
2611 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2612 Set font-lock-defaults.
2613 (lisp-mode-shared-map): Init inside the defvar.
2614 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2615 Use define-derived-mode.
2616
bdab1d43
MB
26172000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2618
2619 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2620
936ae731
GM
26212000-11-14 Gerd Moellmann <gerd@gnu.org>
2622
2623 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2624 recursively optimize body because that can lead to infinite
2625 recursion; see comment there.
2626
1695ca2b
EZ
26272000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * faces.el (face-spec-set-match-display): Revert the change from
2630 2000-10-24. Add a FIXME for after v21.1.
2631
9d348294
MB
26322000-11-13 Miles Bader <miles@gnu.org>
2633
2634 * textmodes/fill.el (skip-line-prefix): New function.
2635 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2636 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2637 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2638 point inside the fill-prefix.
9d348294 2639
b85fa13c
MB
26402000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2641
2642 * calendar/calendar.el (generate-calendar-window): Use
2643 `fit-window-to-buffer'.
2644
a0b47716
SM
26452000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2646
2647 * gud.el (gud-minor-mode): New var.
2648 (gud-symbol, gud-val): New functions.
2649 (gud-find-file): Copy gud-minor-mode to the new buffer.
2650 (gud-menu-map): Include entries for commands that are not always
2651 available, using :enable to (de)activate them.
2652 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
2653 (gud-mode-map): New map.
eaae8106 2654 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
2655 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
2656 Don't set up gud's menu (it's done by the minor-mode).
2657 (gud-minibuffer-local-map): New.
2658 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
2659 (gud-query-cmdline): New function.
2660 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
2661 (gud-mode): Use define-derived-mode.
2662 Don't set up gud's menu (it's done by the minor-mode).
2663 (gud-chop-words): Remove.
2664 (gud-common-init): Use split-string instead.
2665 (gud-new-keymap, gud-make-debug-menu): Eradicate.
2666
2667 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
2668 Add keyword arg :name.
2669
2670 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
2671 (diff-count-matches, diff-split-hunk): New functions.
2672 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
2673
2674 * pcvs-info.el (cvs-fi-conflict-face): New var.
2675
2676 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
2677 Make it into a simple syntax-table, shared among all submodes.
2678 (sh-heredoc-face): Re-introduce.
2679 (sh-font-lock-syntactic-face-function): New function.
2680 (sh-mode): Use it. Also use define-derived-mode.
2681 Remove old bogus setting of indent-region-function.
2682 (sh-set-shell): Don't set the syntax-table any more.
2683 (sh-mode-syntax-table) <defun>: Remove.
2684
f5ed37df
MB
26852000-11-12 Miles Bader <miles@gnu.org>
2686
2687 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
2688 message if interactive.
2689
0b074c2f
DL
26902000-11-12 Dave Love <fx@gnu.org>
2691
2692 * mail/feedmail.el: Fix header,
2693 (feedmail) <defgroup>: Add :link.
2694
2695 * view.el: Use local-map property, not keymap on mode-line string.
2696
2697 * scroll-all.el (scroll-all-mode): Customize variable. Add
2698 autoload cookie to function.
2699
2700 * lazy-lock.el: Remove compatibility code.
2701
2702 * finder.el (finder-known-keywords): Add `files', remove `vms'.
2703 (finder-help-echo): New variable.
2704 (finder-mouse-face-on-line): Add help-echo stuff.
2705 (finder-list-keywords, finder-list-matches): Use mapc.
2706
2707 * faces.el (face-font-registry-alternatives): Add :version.
2708
2709 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
2710 tags-table-list.
2711
a0b47716 2712 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 2713
a0b47716 2714 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
2715 (mail-mode): Use [:alnum:] in some regexps.
2716
6d502396
DL
27172000-11-10 Dave Love <fx@gnu.org>
2718
2719 * ediff.el (ediff-regions-internal, ediff-documentation):
2720 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
2721 fundamental mode.
2722
2723 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
2724 buffer into fundamental mode.
2725 (ediff-set-difference): Use copy-sequence if available.
2726
2727 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
2728 ediff-patch-map non-nil.
2729 (ediff-fixup-patch-map, ediff-fixup-patch-map)
2730 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
2731 buffer into fundamental mode.
2732
2733 * ediff-merg.el (state-or-merge): Defvar when compiling.
2734
a82fe213
JR
27352000-11-10 Jason Rumney <jasonr@gnu.org>
2736
2737 * w32-fns.el (w32-add-charset-info): New function.
2738 (w32-charset-info-alist): Use it.
2739
52d89894
GM
27402000-11-10 Gerd Moellmann <gerd@gnu.org>
2741
2742 * faces.el (face-font-registry-alternatives): New user-option.
2743
178932de
SM
27442000-11-10 Stefan Monnier <monnier@cs.yale.edu>
2745
d7fa3319
SM
2746 * textmodes/texinfo.el (texinfo-block-default): New var.
2747 (texinfo-insert-block): Use it. Insert a newline if needed.
2748
178932de
SM
2749 * textmodes/fill.el (fill-indent-according-to-mode): New var.
2750 (fill-region-as-paragraph): Use it.
2751
2752 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
2753 (latex-mode): Tweak tex-*-(head|trail)er regexps.
2754 Tweak paragraph regexps to allow a leading [ \t]*.
2755 (tex-latex-block): Insert a newline if necessary.
2756 (latex-insert-item): Only insert a newline if necessary.
2757 (tex-guess-main-file): New function.
2758 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
2759 Set tex-main-file if TeX-master is provided.
2760 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
2761
bd02b8e0
GM
27622000-11-10 Gerd Moellmann <gerd@gnu.org>
2763
2764 * startup.el (command-line): Set the default tooltip-mode
2765 to t for graphical displays which implement x-show-tip.
2766
2767 * tooltip.el (tooltip-mode): Add a comment about startup.el
2768 setting the default value of this user-option.
2769
b29b03eb
SM
27702000-11-09 Stefan Monnier <monnier@cs.yale.edu>
2771
2772 * font-lock.el (font-lock-*-face) <defvar>: Move.
2773 (font-lock-defaults-alist): Mark obsolete.
2774 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
2775 (font-lock-mode): Use define-minor-mode.
2776 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
2777 (font-lock-turn-off-thing-lock): Be more explicit.
2778 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
2779 (font-lock-syntactic-face-function): New var.
2780 (font-lock-fontify-syntactically-region): Use it.
2781 (font-lock-doc-face): New.
2782
2783 * pcvs.el (cvs-enabledp): Ignore errors.
2784 (cvs-commit-filelist): Never query.
2785 (cvs-mode-insert): Always add a terminating / in the initial prompt.
2786 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
2787 (cvs-do-removal): Use cvs-partition rather than delete-if.
2788 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
2789 cvs-bury-buffer.
2790
2791 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2792 Allow `next' to jump to after the end of the last match.
2793
778fbc46
GM
27942000-11-09 Gerd Moellmann <gerd@gnu.org>
2795
730c746c
GM
2796 * simple.el (byte-compiling-files-p): New function.
2797
2798 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
2799 if it is there.
2800
2801 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
2802 nil again.
2803
778fbc46
GM
2804 * textmodes/ispell.el (ispell-library-path): Don't call
2805 check-ispell-version when byte-compiling because that starts
2806 an ispell process, and ispell might not be installed.
2807 (toplevel): Don't set up a menu when byte-compiling.
2808
2809 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
2810 it, so that a boundp test can be used to determine if we're
2811 currently byte-compiling.
2812
5912c5bb
DL
28132000-11-09 Dave Love <fx@gnu.org>
2814
2815 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
2816 eval-after-load.
2817
7bb054a5
GM
28182000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2819
2820 * ps-print.el: Patch for variable initialization when spooling. Doc
2821 fix.
2822 (ps-output-list): Fun eliminated.
2823 (ps-begin-file, ps-begin-job): Code fix.
2824
9db2706e
DL
28252000-11-08 Dave Love <fx@gnu.org>
2826
2827 * ediff-wind.el (ediff-control-frame-parameters): Zero
2828 tool-bar-lines.
2829
f7eb32aa
GM
28302000-11-08 Gerd Moellmann <gerd@gnu.org>
2831
2832 * simple.el (shell-command, display-message-or-buffer)
2833 (shell-command-on-region): Mention resize-mini-windows in the doc
2834 string.
2835 (display-message-or-buffer): Take the value of resize-mini-windows
2836 into account.
2837
7b01b08c
GM
28382000-11-07 Gerd Moellmann <gerd@gnu.org>
2839
acad3c0b
GM
2840 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
2841
7b01b08c
GM
2842 * dired.el (dired-between-files): Add `^. find' as an alternative
2843 to the regular expression, for find-dired.
2844
6f602bd0
SM
28452000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * textmodes/texnfo-upd.el: Require texinfo.
2848 (defmacro, defgroup): Remove.
2849 (texinfo-section-to-generic-alist): Remove.
2850 Use texinfo-section-list instead (i.e. level is changed string->int).
2851 (texinfo-filter): New function.
2852 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
2853 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
2854 Use it. And use regexp-opt.
2855 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
2856 (texinfo-update-menu-region-beginning)
2857 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
2858 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
2859 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 2860 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
2861 (texinfo-sequential-node-update): Remove autoload cookie.
2862
2863 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
2864 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
2865 (texinfo-chapter-level-regexp): Remove.
2866 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
2867
bb216218
DL
28682000-11-06 Dave Love <fx@gnu.org>
2869
6f602bd0 2870 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 2871
6f602bd0
SM
2872 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2873 Match defun*.
bb216218 2874
ff8dd5d5
KH
28752000-11-06 Kenichi Handa <handa@etl.go.jp>
2876
2877 * composite.el (composition-function-table): Variable declaration
2878 moved to src/composite.c.
2879 (compose-chars-after): New optional arg object.
2880
e9da51a1
GM
28812000-11-06 Gerd Moellmann <gerd@gnu.org>
2882
e0c12c68
GM
2883 * bindings.el (mode-line-toggle-read-only)
2884 (mode-line-toggle-modified, mode-line-widen)
2885 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
2886 (make-mode-line-mouse2-map): Rewritten.
2887 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
2888 functions so that C-h k can show something with a doc string.
eaae8106 2889
e9da51a1
GM
2890 * startup.el (fancy-splash-delay): Set to 10 seconds.
2891 (fancy-splash-max-time): New user-option.
2892 (fancy-splash-stop-time): New variable.
2893 (fancy-splash-screens): Set it. Catch `stop-splashing'.
2894 (fancy-splash-screens-1): Throw `stop-splashing' when current
2895 time is greater than fancy-splash-stop-time.
2896
611dbdf0
SM
28972000-11-06 Stefan Monnier <monnier@cs.yale.edu>
2898
4d2806e2
SM
2899 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
2900
611dbdf0
SM
2901 * pcvs.el (cvs-mode-marked): New arg `noquery'.
2902 Prompt user for a file rather than raising an error.
2903 (cvs-enabledp): Fix call to cvs-mode-marked.
2904 (cvs-insert-file): New function (extracted from cvs-mode-insert).
2905 (cvs-mode-insert): Use it. Change the init prompt' value.
2906 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
2907
2908 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
2909 Don't pass default arg to ewoc-locate.
2910 (ewoc-collect): Return result in the right order.
2911
2912 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
2913
2914 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
2915 (cvs-status-get-tags): Fix regexp.
2916 (cvs-status-trees, cvs-status-cvstrees):
2917 Combine after change hooks and don't sit-for.
4d2806e2
SM
2918 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
2919 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
2920 Use make-char rather than hard-coded cryptic data.
2921 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
2922
2923 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
2924
2925 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
2926 (cvs-insert-strings): New function.
2927
937b2877
MB
29282000-11-06 Miles Bader <miles@lsi.nec.co.jp>
2929
2930 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
2931 `mwheel-scroll-amount'.
2932 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
2933 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
2934 string-matching against the version string.
2935
c6c97763
KH
29362000-11-06 Kenichi Handa <handa@etl.go.jp>
2937
6eaec747
KH
2938 * language/thai.el ("Thai"): Set a lisp form that produces
2939 composed string in `sample-text' language info.
2940
2941 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
2942 composed string in `sample-text' language info.
2943
2944 * international/mule-cmds.el (describe-language-environment): Eval
2945 `sample-text' data and insert the result.
2946
c6c97763
KH
2947 * international/mule-conf.el (compound-text): Define this coding
2948 system here. Make x-ctext and ctext aliases of it.
2949
2950 * language/european.el (compound-text, ctext): Moved to
2951 international/mule-conf.el.
2952
d1145f85
AI
29532000-11-05 Andrew Innes <andrewi@gnu.org>
2954
2955 * w32-fns.el (w32-version): New function.
2956
178a6a45
SM
29572000-11-05 Stefan Monnier <monnier@cs.yale.edu>
2958
2959 * progmodes/awk-mode.el: Update copyright.
2960 (awk-mode-abbrev-table): Remove.
2961 (awk-font-lock-keywords): Use regexp-opt.
2962 (awk-mode): Use define-derived-mode.
2963
2964 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
2965 when extracting a suffix.
2966
1ba90166
AS
29672000-11-04 Andre Spiegel <spiegel@gnu.org>
2968
2969 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
2970 auto-save-mode.
2971
546790cb
JR
29722000-11-04 Jason Rumney <jasonr@gnu.org>
2973
2974 * language/european.el (decode-mac-roman): Test against r1 not r0.
2975
d247e32d
SM
29762000-11-03 Stefan Monnier <monnier@cs.yale.edu>
2977
fbf44f44
SM
2978 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
2979 (icon-mode): Define indent-line-function.
2980 (icon-comment-indent): Simplify.
2981 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
2982
2983 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
2984
2985 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2986 Bind change-log-default-mode to defeat the caching done on it.
2987 Don't bother saving excursion any more.
2988
2989 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
2990
2991 * frame.el (after-setting-font-hook): Rename hooks -> hook.
2992 (set-frame-font): Use the new name (and the old for compatibility).
2993
eaae8106
SS
2994 * toolbar/tool-bar.el (tool-bar-mode):
2995 * time.el (display-time-mode):
2996 * recentf.el (recentf-mode):
2997 * paren.el (show-paren-mode):
2998 * mwheel.el (mouse-wheel-mode):
2999 * msb.el (msb-mode):
3000 * jka-compr.el (auto-compression-mode):
3001 * image-file.el (auto-image-file-mode):
3002 * hl-line.el (hl-line-mode):
3003 * delsel.el (delete-selection-mode):
3004 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3005 * complete.el (partial-completion-mode): Drop unneeded positional args.
3006
eaae8106 3007 * info.el (Info-mode):
79372165 3008 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3009
d247e32d
SM
3010 * log-edit.el (log-edit-menu): New menu.
3011
4921558e
MB
30122000-11-03 Miles Bader <miles@gnu.org>
3013
3014 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3015 definition, so that trailing spaces are handled properly.
3016 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3017
1fc02b3c
GM
30182000-11-03 Gerd Moellmann <gerd@gnu.org>
3019
3020 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3021 tab character.
3022 (fancy-splash-screens): Set tab-width to 20.
3023
51d001f7
DL
30242000-11-03 Dave Love <fx@gnu.org>
3025
3026 * comint.el (comint-completion-addsuffix): Fix custom type.
3027
ba22aeff
SM
30282000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3029
3030 * font-lock.el (font-lock-buffers): Remove.
3031 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3032 (font-lock-change-major-mode): Remove.
3033 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3034 (font-lock-default-fontify-region): Extend the multiline
3035 fontification to whole lines.
3036 (font-lock-fontify-anchored-keywords)
3037 (font-lock-fontify-keywords-region): If matching just one
3038 line (with \n) only mark the \n as multiline.
3039
3040 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3041 Correctly handle the case where several :group args are supplied.
3042 Allow :extra-args.
3043 (easy-mmode-define-global-mode): Allow :extra-args.
3044 Correctly handle the case where several :group args are supplied.
3045
9c887ada
MB
30462000-11-02 Miles Bader <miles@gnu.org>
3047
eaae8106 3048 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3049 (holiday-face): Remove dependency on `window-system'.
3050
7f25090d
KR
30512000-11-02 Ken Raeburn <raeburn@gnu.org>
3052
3053 * Makefile.in (emacs): Set EMACSLOADPATH always.
3054 (update-authors, .el.elc, compile-files): Don't do it explicitly
3055 here.
9b911107 3056 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3057
7dd6009c
DL
30582000-11-02 Dave Love <fx@gnu.org>
3059
3060 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3061
94821e4f
EZ
30622000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3063
3064 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3065 punctuation in the warning inserted into the *mail* buffer.
3066
1ac3fc42
GM
30672000-11-02 Gerd Moellmann <gerd@gnu.org>
3068
57731876
GM
3069 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3070 (authors-public-domain-p): New function.
3071 (authors-print): Use it.
3072
975f82c9
GM
3073 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3074
1ac3fc42
GM
3075 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3076
4b3eb10f
GM
30772000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3078
975f82c9 3079 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3080 (ps-print-version): New version number (6.3.1).
3081 (ps-even-or-odd-pages): Customization fix.
3082 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3083 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3084 (ps-page-count): Var replaced by `ps-page-column'.
3085 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3086 (ps-print-sheet-p): New fun.
3087
7da794df
MB
30882000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3089
3090 * tooltip.el (tooltip-gud-tips-setup): New function.
3091 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3092 (tooltip-mode): Call tooltip-gud-tips-setup.
3093 (tooltip-gud-tips): Use `gud-basic-call' instead of
3094 process-send-string, so the prompt gets frobbed appropriately.
3095 Handle nil return value from `tooltip-gud-print-command'.
3096
0e40b809
EL
30972000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3098
3099 * comint.el (comint-add-to-input-history): New function.
3100 (comint-send-input): Use `comint-add-to-input-history'.
3101
50ada0db
MB
31022000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3103
973a3104
MB
3104 * info.el (info-menu-header): New face.
3105 (Info-fontify-menu-headers): New function.
3106 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3107
50ada0db
MB
3108 * info.el (Info-insert-dir): Don't include blank lines at
3109 beginning of additional dir files (one is added automatically).
3110
bff53411
SM
31112000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3112
3113 * emacs-lisp/easy-mmode.el (define-minor-mode):
3114 Revert the latest changes.
3115 Allow the three positional arguments to be skipped and replaced
3116 by keyword arguments.
3117 Add a :toggle argument to determine whether a nil arg means toggle
3118 or means turn-on. The default is unchanged.
3119 Add a call to force-mode-line-update.
3120
6b8a0b2d
DL
31212000-11-01 Dave Love <fx@gnu.org>
3122
3123 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3124 cookie.
3125
5bf99100
MB
31262000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3127
3128 * calendar/calendar.el (diary-face, holiday-face): Add
3129 dark-background variants.
3130
a4032611
SS
31312000-10-31 Sam Steingold <sds@gnu.org>
3132
3133 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3134 `tex-main-file' does not have directory in it.
3135
c286608e
SM
31362000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3137
3138 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3139
4836835a
TTN
31402000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3141
3142 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3143 functional change.
3144
26dcb81b
GM
31452000-10-31 Gerd Moellmann <gerd@gnu.org>
3146
3147 * files.el (find-file-noselect): When we expand a wildcard, return
3148 a list of buffers, as we should do according to the doc string.
3149
49fc4500
KR
31502000-10-31 Ken Raeburn <raeburn@gnu.org>
3151
3152 * loadup.el (top level): Adjust load path if program name is
3153 "../src/bootstrap-emacs", in case it's not dumped and thus the
3154 load path adjustment hasn't already been done.
3155
ea0c615d
GM
31562000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3157
3158 * ps-print.el: Fix bug on selected pages for printing. Use
3159 `color-values' for Emacs 21. Ensure fontification when jit-lock
3160 is on. Try to avoid warning messages when compiling. Doc Fix.
3161 (ps-print-version): New version number (6.3).
3162 (ps-color-device): Use `color-values' to determine if device
3163 supports color.
3164 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3165 (ps-print-page-p): Changed from defsubst to defun.
3166 (ps-page-number): Changed from defmacro to defun.
3167 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3168 printing.
c286608e 3169 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3170 (ps-end-file, ps-dummy-page): Funs eliminated.
3171 (ps-print-color-scale): Changed default value.
3172 (ps-page-n-up, ps-print-page-p): New internal vars.
3173 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3174 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3175
9e20722f
GM
3176 * delim-col.el: Little programming improvement.
3177 (delimit-columns-str): New macro.
3178 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3179
d7a0fd00
KH
31802000-10-31 Kenichi Handa <handa@etl.go.jp>
3181
c286608e
SM
3182 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3183 Moved to european.el.
d7a0fd00
KH
3184 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3185 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3186 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3187 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3188
234be340
DL
31892000-10-30 Dave Love <fx@gnu.org>
3190
3191 * progmodes/cc-menus.el (imenu-generic-expression)
3192 (imenu-progress-message): Only defvar when compiling.
3193
4edc4a39
DL
3194 * emacs-lisp/elp.el (elp-unload-hook): New function.
3195
3196 * loadhist.el (unload-feature): Call elp-restore-function,
3197 checking for symbols; don't use elp-restore-all.
3198 (loadhist-hook-functions): Doc fix.
3199
70c825df
SM
32002000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3201
3202 * log-edit.el (log-edit-confirm): Fix the default.
3203
1d3baf74
GM
32042000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3205
3206 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3207 delimit-columns-format.
3208 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3209
1ec321a7
MB
32102000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3211
3212 * comint.el (comint-replace-by-expanded-history): Don't use
3213 comint-get-old-input (we're not looking at *old* input).
3214 (comint-get-old-input-default): If using fields, signal an error
3215 when the point is not in an input field.
3216
70737ea9
KH
32172000-10-30 Kenichi Handa <handa@etl.go.jp>
3218
3219 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3220 and mule-unicode-e000-ffff.
3221
fa0cb51d 3222 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3223 (make-coding-system): Accept a symbol of translation table as a
3224 value of property `safe-chars'.
3225
3226 * international/mule-cmds.el (encode-coding-char): Check property
3227 safe-chars instead of safe-charsets.
3228
3229 * international/fontset.el (fontset-default): Modified for
3230 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3231 (x-font-name-charset-alist): Likewise.
3232 (ccl-encode-unicode-font): New CCL program. Record it in
3233 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3234
70c825df
SM
3235 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3236 New translation tables.
70737ea9
KH
3237 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3238 programs are modified and moved from mac-win.el.
3239 (mac-roman): Definition of this coding system is modified and
3240 moved from mac-win.el.
4836835a 3241
fda2ce24 32422000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3243
1d3baf74 3244 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3245 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3246
dd4d3cb6
MB
32472000-10-29 Miles Bader <miles@gnu.org>
3248
3249 * custom.el (custom-add-to-group): Allow multiple entries for a
3250 given value OPTION, as long as their widget types are different.
3251 * cus-edit.el (custom-face-value-create): If face name doesn't end
3252 with "face", add such here (similar to custom group widgets).
3253
3254 * comint.el (comint-highlight-prompt): Add :type.
3255
dace60cf
JW
32562000-10-28 John Wiegley <johnw@gnu.org>
3257
3258 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3259 Changed this function to operate on a temporary buffer instead of
3260 the main buffer. This not only keeps flyspell from marking a
3261 buffer as changed that wasn't, but it solves the jumpy cursor
3262 problem when attempts are made to edit incorrect words.
3263 (flyspell-maybe-correct-doubling): Same change as for
3264 `flyspell-maybe-correct-transposition'.
3265
3266 * calendar/timeclock.el (timeclock-log): Doc fix.
3267 (timeclock-last-event): Doc fix.
3268 (timeclock-log): Kill the timelog buffer after appending a new
3269 event.
3270 (timeclock-find-discrep): Use a temp buffer to read in the
3271 timelog, instead of visiting the file.
3272 (timeclock-log-data): A new function, along with a host of helper
3273 functions, for the purpose of making timelog data accessible to
3274 programmers.
3275
3276 * eshell/esh-mode.el (window-height test): Make certain that
3277 `eshell-stringify-t' is non-nil.
3278 (eshell-password-prompt-regexp): Changed to a much simpler
3279 password regexp.
3280 (eshell-send-input): If `eshell-invoke-directly' returns t,
3281 directly invoke the parsed command using `eval'. This improves
3282 turn-around time on simple commands by a factor of three or
3283 greater, such as cd, ls, pwd, etc. -- which get used very often.
3284 It also conserves thousands of cons cells per call (since
3285 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3286 in the Pacific Cookie Company).
3287
3288 * eshell/esh-test.el (eshell-test): Whitespace fix.
3289
3290 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3291 `eshell-ls-initial-args' nil when inserting directory contents.
3292
3293 * eshell/em-script.el (eshell-script-initialize): Add names to
3294 `eshell-complex-commands, since `source' and `.' are complex.
3295
0467b076
EZ
3296 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3297 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3298 `eshell-copy-handles'.
3299 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3300 bodies.
3301 (eshell-separate-commands): Whitespace fix.
3302 (eshell-complex-commands): Added a new list of names, for
3303 determining whether a given command is as simple as it looks.
3304 (eshell-invoke-directly): New function. Returns t if a command
3305 should be invoked directly (using `eval'), rather than indirectly
3306 using `eshell-do-eval'.
3307 (eshell-do-eval): Whitespace fix.
3308
3309 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3310 which provides an emulation of the DOS shell behavior of assuming
3311 that cp/mv/ln should copy/move/link to the current directory.
3312 (eshell-remove-entries): Added a doc string.
3313 (eshell-shuffle-files): Removed the check for `target' being null.
3314 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3315 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3316 it to do a smarter check of whether a destination was provided.
3317 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3318 (eshell/ln): Enable `:preserve-args', and use
3319 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3320 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3321 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3322 list after flattening it. This makes it possible to cat files
3323 with numerical names.
3324 (eshell-unix-initialize): Added several names to
3325 `eshell-complex-commands.
3326 (eshell-unix-command-complex-p): Return t if a given command name
3327 may result in external processes being invoked.
3328
3329 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3330 variable nil by default, since it slows down glob processing by a
3331 factor of two or more, and increases memory consumption.
3332
3333 * eshell/em-smart.el: Added a note about how memory consumptive
3334 smart display mode can be (at least this is true in Emacs 21).
3335 (eshell-smart-initialize): Whitespace fix.
3336 (eshell-refresh-windows): Use `if' instead of `when'.
3337 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3338 not necessary.
3339 (eshell-currently-handling-window): Added a missing global
3340 variable.
3341
3342 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3343 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3344 Whitespace fix.
3345 (eshell-ls-exclude-hidden): Added this variable in addition to
3346 `eshell-ls-exclude-regexp'. This one prevents files beginning
3347 with . from even being read, which can improve memory consumption
3348 quite a bit.
3349 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3350 read file entries beginning with a dot. In home directories with
3351 lots of hidden files, fully two-thirds of the time spent in ls is
3352 used to read directory entries that are immediately thrown away.
3353 (eshell-ls-initial-args): Added back this configuration variable,
3354 for specifying default initial arguments to every call to ls.
3355 Much faster than using an alias to do the same thing.
3356 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3357 (eshell-ls-dir): Whitespace change.
3358
3359 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3360
3361 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3362 available.
3363 (eshell-stringify-t): Added a customization variable, to indicate
3364 whether `t' should be rendered as a string at all. If not, one
3365 can still determine if the result of an expression is true using
3366 "file-exists-p FILE && echo true".
3367 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3368 stringify t!
3369
3370 * eshell/esh-module.el: Whitespace fix.
3371
3372 * eshell/em-alias.el (eshell-alias-initialize): Added
3373 `eshell-command-aliased-p' to `eshell-complex-commands'.
3374 (eshell-command-aliased-p): New function that returns t if a
3375 command name names an aliased.
3376
657f9cb8 33772000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3378
0467b076 3379 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3380 redrawing the screen when changing cursor color.
0467b076
EZ
3381 (viper-insert-state-pre-command-sentinel)
3382 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3383 (viper-replace-state-post-command-sentinel):
3384 Use viper-preserve-cursor-color.
657f9cb8
MK
3385 Many functions changed to use viper= instead of = when comparing
3386 characters.
0467b076 3387 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3388 working with characters.
0467b076 3389 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3390 Many functions changed to use viper= instead of = when comparing
3391 characters.
0467b076 3392 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3393
0467b076 3394 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3395 Several typos fixed in various docstrings.
0467b076
EZ
3396 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3397 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3398 hook.
0467b076
EZ
3399 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3400 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3401 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3402 (ediff-get-selected-buffers): New function.
3403 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3404 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3405 save-window-excursion.
0467b076 3406 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3407 termination check in while loop.
0467b076 3408 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3409 dired buffer.
0467b076
EZ
3410 (ediff-files,ediff-merge-files,ediff-files3)
3411 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3412
4f490d99
DL
34132000-10-28 Dave Love <fx@gnu.org>
3414
3415 * info.el (Info-fontify-node): Add help-echo for menu items.
3416
45b84006
EZ
34172000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3418
5ebc02b3
EZ
3419 * startup.el (normal-top-level): If the value of $TERM indicates
3420 we are running from xterm or one of its work-alikes, default to a
3421 light background mode.
3422
45b84006
EZ
3423 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3424 * faces.el (tty-handle-reverse-video): New function.
3425 (tty-create-frame-with-faces): Call it.
3426
3427 * frame.el (frame-notice-user-settings): Don't apply
3428 default-frame-alist and initial-frame-alist to MS-DOS frames.
3429 Call tty-handle-reverse-video, frame-set-background-mode, and
3430 face-set-after-frame-default for non-MS-DOS frames.
3431
3432 * startup.el (tty-long-option-alist): New variable.
3433 (tty-handle-args): New function.
3434 (command-line): Call tty-handle-args.
3435
3436 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3437 startup.el now does that for all character-terminal frames.
3438
eab6e8b9
MB
34392000-10-28 Miles Bader <miles@gnu.org>
3440
3441 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3442 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3443 global. If :global is followed by a non-nil but non-t value,
3444 make the mode buffer-local, but also generate a `global-MODE'
3445 version using `easy-mmode-define-global-mode'. Add
3446 :conditional-turn-on keyword argument.
3447
51a29efc
DL
34482000-10-28 Dave Love <fx@gnu.org>
3449
3450 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3451 use window-system.
3452
d71d7114
EZ
34532000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3456 Don't call find-buffer-file-type-coding-system. Instead, just
3457 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3458 if the file is on an untranslated filesystem.
3459 (add-untranslated-filesystem): Use "D" instead of "f" inside
3460 interactive.
3461
1f9cab4b
DL
34622000-10-27 Dave Love <fx@gnu.org>
3463
70c825df 3464 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3465 (refill-mode): Use it.
3466
70c825df
SM
34672000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3468
3469 * international/quail.el (quail-activate): Don't make-local-hook.
3470
7432cf10
AS
34712000-10-27 Andre Spiegel <spiegel@gnu.org>
3472
4836835a 3473 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3474 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3475 (vc-make-version-backup): Don't do it on MS-DOS without long file
3476 names.
4836835a 3477
7432cf10
AS
3478 * vc.el (vc-version-other-window): If an automatic backup of the
3479 desired version exists, rename it instead of copying it.
3480
4836835a
TTN
3481 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3482 after command. If there's an unexpected error, signal it instead
7432cf10 3483 of being silent.
e1483c38 3484 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 3485
05ea7ef2
MB
34862000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3487
fd1035aa
MB
3488 * shell.el (shell): Add BUFFER argument.
3489 * comint.el (make-comint-in-buffer): New function.
3490 (make-comint): Use it.
3491
05ea7ef2
MB
3492 * faces.el (face-spec-choose): Change syntax so that the list of
3493 attribute-value pairs is now the cdr of each clause, not the cadr.
3494 Detect old-style entries, and handle them. Use pop.
3495
835a55fe
SM
34962000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3497
f5ab1cdd
SM
3498 * cus-edit.el (custom-mode-map): Use a sparse map.
3499 (custom-mode): Don't bother with make-local-hook.
3500
3501 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3502
835a55fe
SM
3503 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3504
c13b0ec8
GM
35052000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3506
3507 * ps-print.el: Avoid compilation gripes.
3508 (ps-print-version): New version number (6.2.1).
4836835a 3509
e9f63196
DL
35102000-10-26 Dave Love <fx@gnu.org>
3511
0b95284b
DL
3512 * menu-bar.el: Modify some menu item help strings.
3513 (menu-bar-help-menu): Add link to MORE.STUFF.
3514
e9f63196
DL
3515 * cus-edit.el (custom-mode): Add `special' mode-class property.
3516
3517 * wid-browse.el (widget-browse-mode): Likewise.
3518
3519 * wid-edit.el (widget-specify-field): Revert to using local-map
3520 property, not keymap.
3521
e276a14a
MB
35222000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3523
c1545d88
MB
3524 * wid-edit.el (widget-field-end): When checking for a `boundary'
3525 field, do so in the correct buffer.
3526
3c1b77ca
MB
3527 * simple.el (undo): Correctly distinguish between numeric and
3528 non-numeric prefix args in non-transient-mark-mode, as per the doc
3529 string. When in transient-mark-mode, treat all prefix-args as
3530 numeric.
3531
f5ab1cdd
SM
3532 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3533 Position point on match. Handle N == 0 correctly.
22626d9d
MB
3534
3535 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3536 (comint-mode-map): Reverse order of `comint-write-output' and
3537 `comint-append-output-to-file'.
3538 (comint-append-output-to-file): Reinstate this function, for the
3539 benefit of the menu.
3540
d97151cb
SM
35412000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3542
3543 * vc.el (vc-version-other-window): Bind `file'.
3544
ea7d6f5b
GM
35452000-10-25 Gerd Moellmann <gerd@gnu.org>
3546
f5ab1cdd 3547 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
3548
3549 * emacs-lisp/authors.el (batch-update-authors): New function.
3550 (authors-fixed-entries): New defconst.
3551 (authors-add-fixed-entries): New function.
3552 (authors): Call it.: Don't process lispref/.
3553
17c25cea
JR
35542000-10-25 Jason Rumney <jasonr@gnu.org>
3555
3556 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3557 Merge x w32 and mac definitions.
3558
4ecda532
GM
35592000-10-25 Gerd Moellmann <gerd@gnu.org>
3560
3561 * menu-bar.el (menu-bar-options-menu): Add a help string for
3562 `uniquify'.
3563
b6735035
GM
35642000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3565
f5ab1cdd
SM
3566 * time-stamp.el (time-stamp-string-preprocess):
3567 Fix a wrong type argument error.
b6735035 3568
f4cbc7a0
MB
35692000-10-25 Miles Bader <miles@gnu.org>
3570
3571 * recentf.el (recentf-mode): Variable removed.
3572 (recentf-mode): Use `define-minor-mode'.
3573
3574 * mwheel.el (mouse-wheel-mode): New global minor mode.
3575 (mwheel-install): Use `mouse-wheel-mode'.
3576
f4b020f6
DL
35772000-10-25 Dave Love <fx@gnu.org>
3578
f5ab1cdd
SM
3579 * progmodes/cperl-mode.el (cperl-mode):
3580 Set normal-auto-fill-function correctly.
072cb6f9 3581
f4b020f6
DL
3582 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3583 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3584 bindings.
f4b020f6 3585
ebe2a441
MB
35862000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3587
ff4dcd4b
MB
3588 * wid-edit.el (widget-field-at): New function.
3589 (widget-at, widget-field-activate): Use it.
3590 (widget-tabable-at): Use `widget-at'.
3591 (widget-specify-field): If the terminating character of the widget
3592 field (which is read-only) is a newline, put it into a special
3593 `boundary' field so that C-n/C-p act more naturally.
3594 (widget-field-end): Also don't subtract one if a special
3595 `boundary' field has been added after the widget field.
3596
ebe2a441
MB
3597 * comint.el (comint-output-filter, comint-send-input): Don't
3598 bother adding stickiness fields to overlays to fool the field
3599 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3600
ebe2a441
MB
3601 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3602 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3603 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3604
fe50b6ab
GM
36052000-10-24 Gerd Moellmann <gerd@gnu.org>
3606
53df4dda
GM
3607 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3608 (authors): Set file coding system to iso-2022-7bit. Add
3609 file-local variables to output buffer.
3610
4836835a 3611 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3612 WARN is nil.
3613
53df4dda
GM
36142000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3615
3616 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3617
3618 * delim-col.el: Now there is a column formatting mechanism.
3619 Modified to customization mechanisms convention. Doc fix.
3620 (columns): New group for delim-col.
3621 (delimit-columns-before, delimit-columns-after)
3622 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3623 (delimit-columns-end): New vars.
3624 (delimit-columns-customize, delimit-columns-format): New funs.
3625 (delimit-columns-region, delimit-columns-rectangle)
3626 (delimit-columns-rectangle-line): Modified to support column
3627 formatting.
4836835a 3628
a9839779
DL
36292000-10-24 Dave Love <fx@gnu.org>
3630
3631 * log-edit.el (log-edit): Add :version and a :group for vc.
3632
df0267b8
GM
36332000-10-24 Gerd Moellmann <gerd@gnu.org>
3634
9acc3873
GM
3635 * files.el (after-find-file): Don't print a message ``New file''
3636 if WARN is nil.
3637
63e1b552
GM
3638 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3639 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3640 get duplicate tool-bar entries because we'll see the global ones
3641 on more than one path through keymaps.
3642
1946f901
GM
3643 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3644
df0267b8
GM
3645 * progmodes/cmacexp.el: Change Francesco's email address.
3646
ae3b264b
KH
36472000-10-24 Kenichi Handa <handa@etl.go.jp>
3648
3649 * window.el (fit-window-to-buffer): Adjust point of the window
3650 buffer, not that of the current buffer.
3651
23afac01
EZ
36522000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * progmodes/cmacexp.el: Update the euthor's email address.
3655
22d1a4ed
MB
36562000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3657
3658 * faces.el (face-spec-set-match-display): Add `graphic' display
3659 type (the inverse of `tty'). Use `display-graphic-p' instead of
3660 the window-system variable.
3661
f408aa48
KH
36622000-10-24 Kenichi Handa <handa@etl.go.jp>
3663
3664 * international/isearch-x.el (isearch-with-input-method): Call
3665 input-method-function with the first event in
3666 unread-command-events.
3667
94fe8a31
MB
36682000-10-24 Miles Bader <miles@lsi.nec.co.jp>
3669
3670 * faces.el (face-default-spec, face-user-default-spec): Make
3671 defsubsts.
3672
8f47302e
AC
36732000-10-24 Andrew Choi <akochoi@i-cable.com>
3674
3675 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
3676 New charsets.
3677
3678 * term/mac-win.el: Remove definitions of mac-roman-lower and
3679 mac-roman-upper, require dired, and define instead of set
3680 mac-ready-for-drag-n-drop to avoid compilation error.
3681
446c097e
AI
36822000-10-23 Andrew Innes <andrewi@gnu.org>
3683
3684 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
3685 superfluous calls to subst-char-in-string; instead apply
3686 expand-file-name after convert-standard-filename to ensure
3687 expected directory separators are used.
3688
379b70e7
EZ
36892000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
3690
3691 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
3692
85c766e9
DL
36932000-10-23 Dave Love <fx@gnu.org>
3694
b7e03a67
DL
3695 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
3696 (tool-bar-add-item): Set foreground and background for XBM icons.
3697
3698 * international/latin1-disp.el (latin1-char-displayable-p): New
3699 function (from Handa).
3700 (latin1-display-check-font): Use it.
3701
0dcf8835
DL
3702 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
3703 using :key-sequence, making it much more usable. Use nconc, not
3704 append.
3705 (imenu--create-keymap-1): Avoid append.
3706
85c766e9 3707 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 3708
cb3069bb
MB
37092000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3710
3711 [the following changes fix a bug where `define-minor-mode' didn't
3712 correctly generate :require clauses for defcustoms in compiled files]
3713 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
3714 (byte-compile-log-file, byte-compile-log-1): Don't set
3715 `byte-compile-current-file' to nil. Instead set
3716 `byte-compile-last-logged-file' to it. Test whether
3717 byte-compile-current-file equals byte-compile-last-logged-file
3718 instead of whether its nil.
3b6542ba 3719 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 3720
6db6243b
SM
37212000-10-23 Stefan Monnier <monnier@cs.yale.edu>
3722
3723 * textmodes/refill.el: Fix var names in doc.
3724 (refill-mode): Don't bother with make-local-hook anymore.
3725
98490598
MB
37262000-10-23 Miles Bader <miles@lsi.nec.co.jp>
3727
e01cd227
MB
3728 * faces.el (face-user-default-spec, face-default-spec): New functions.
3729 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 3730 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
3731 Use `face-user-default-spec'. Simplify code slightly.
3732
4836835a 3733 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
3734 (woman-unknown-face): Add dark-background variants.
3735 (woman-default-faces): Renamed from `woman-colour-faces'.
3736 Set using the stored defaults, rather than using hard-wired colors.
3737 (woman-monochrome-faces): Renamed from `woman-black-faces'.
3738 Just make the foreground `unspecified' rather than "black".
3739 (woman-menu): Rename menu entries accordingly.
3740
98490598
MB
3741 * faces.el (header-line): Make more reasonable on mono/grayscale
3742 displays.
3743
1a578e9b
AC
37442000-10-23 Andrew Choi <akochoi@i-cable.com>
3745
3746 * cus-edit.el (custom-button-face): Use 3D look for mac.
3747 (custom-button-pressed-face): Likewise.
3748
3749 * faces.el (set-face-attributes-from-resources): Handle mac frames
3750 in the same way as x and w32 frames.
3751 (face-valid-attribute-values): Likewise.
3752 (read-face-attribute): Likewise.
3753 (defined-colors): Likewise.
3754 (color-defined-p): Likewise.
3755 (color-values): Likewise.
3756 (display-grayscale-p): Likewise.
3757 (face-set-after-frame-default): Likewise.
3758 (mode-line): Same default face as for x and w32.
3759 (tool-bar): Likewise.
3760
3761 * frame.el: Remove call to frame-notice-user-settings at end of
3762 the file.
3763
3764 * info.el (Info-fontify-node): make underlines invisible for mac
3765 as for x, pc, and w32 frame types.
3766
3767 * term/mac-win.el: New file.
3768
aaaf7be7
DL
37692000-10-22 Dave Love <fx@gnu.org>
3770
3771 * textmodes/refill.el: New file.
3772
5392d654
AS
37732000-10-22 Andre Spiegel <spiegel@gnu.org>
3774
4836835a 3775 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 3776 MANUAL and REGEXP.
4836835a 3777 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
3778 New functions.
3779 (vc-before-save): Use the latter.
3780 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
3781 confusion.
3782
4836835a 3783 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
3784 expected by vc[-hooks].el.
3785
3786 * vc.el (vc-checkout): Added `-p' suffix in call to
3787 vc-make-version-backups-p; use vc-make-version-backup to actually
3788 make the backup.
3789 (vc-version-other-window, vc-version-backup-file): Handle both
3790 automatic and manual backups.
3791 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
3792 of all of them.
3793
1e221c16
MB
37942000-10-22 Miles Bader <miles@gnu.org>
3795
7ff4fda5
MB
3796 * comint.el (comint-highlight-input, comint-highlight-prompt):
3797 Renamed, `-face' at end removed.
3798 (comint-send-input, comint-output-filter): Use renamed faces.
3799
3511cde8
MB
3800 * window.el (fit-window-to-buffer): Change defaulting of
3801 MAX-HEIGHT slightly.
3802
1e221c16
MB
3803 * faces.el (color-values, color-defined-p): Use `member', not
3804 `memq', because it works correctly for strings.
3805 (frame-set-background-mode): Actually, "unspecified-fg" and
3806 "unspecified-bg" *are* strings. Use `member', not `memq', and
3807 `equal', not `eq', when a string value is possible.
3808
b6ef4898
EZ
38092000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
3810
3811 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
3812
34939e2c
SM
38132000-10-21 Stefan Monnier <monnier@cs.yale.edu>
3814
3815 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
3816 sh-electric-rparen, sh-electric-less and sh-electric-hash.
3817 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
3818 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
3819 (sh-font-lock-syntactic-keywords): Use them.
3820 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
3821 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
3822 (sh-mode): Don't override font-lock-unfontify-region-function.
3823 Use a copy of sh-font-lock-syntactic-keywords.
3824 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
3825 Don't call sh-scan-buffer since font-lock does it on the fly.
3826 (sh-get-indent-info): Use `face' rather than `syntax-table'
3827 text-property to detect here-documents.
3828 Replace sh-special-syntax with sh-st-punc.
3829 (sh-prev-line): Use `face' rather than `syntax-table'
3830 text-property to skip over here-documents.
3831 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
3832 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
3833 (sh-electric-less, sh-set-here-doc-region)
4836835a 3834 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
3835 (sh-scan-buffer, sh-rescan-buffer): Remove.
3836
f3d3c491
AI
38372000-10-21 Andrew Innes <andrewi@gnu.org>
3838
3839 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
3840 remote (ange-ftp) file names.
3841
b86c791c
MB
38422000-10-21 Miles Bader <miles@gnu.org>
3843
d9c30bdf
MB
3844 * window.el (fit-window-to-buffer): New function.
3845 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
3846 (window-text-height): Don't expect minibuffers to have mode-lines.
3847
d9c30bdf 3848 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
3849 * international/quail.el (quail-update-guidance): Use
3850 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 3851
617fee5a
MB
3852 * international/quail.el (quail-show-guidance-buf): Make sure
3853 guidance window really has enough room.
3854 (quail-update-guidance): If quail-guidance-win is already shown,
3855 make sure its height is OK.
3856
b86c791c
MB
3857 * window.el (window-text-height, set-window-text-height):
3858 New functions.
3859 (shrink-window-if-larger-than-buffer): Use `window-text-height'
3860 instead of `window-height' & `mode-line-window-height-fudge'.
3861 (mode-line-window-height-fudge): Add FACE parameter.
3862 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
3863 instead of `enlarge-window' & `mode-line-window-height-fudge'.
3864
e34850d1
MB
38652000-10-20 Miles Bader <miles@gnu.org>
3866
3867 * window.el (height-affecting-face-attributes): Use `defconst'.
3868
3869 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
3870 New function, conditionally aliased to `mode-line-window-height-fudge'.
3871 (ispell-help): Use it.
3872 (ispell-choices-win-default-height): Don't include mode-line fudge.
3873 (ispell-choices-win-default-height): New function.
3874 (ispell-show-choices, ispell-command-loop): Use function
3875 `ispell-choices-win-default-height' instead of variable.
3876
a8b883c2
MB
38772000-10-20 Miles Bader <miles@lsi.nec.co.jp>
3878
8c6e4a58
MB
3879 * window.el (mode-line-window-height-fudge): New variable.
3880 (height-affecting-face-attributes): New variable.
3881 (mode-line-window-height-fudge): New function.
3882 (shrink-window-if-larger-than-buffer): Use it.
3883 * help.el (resize-temp-buffer-window): Likewise.
3884
a8b883c2
MB
3885 * info.el (Info-fontify-node): Add support for @subsubsection
3886 titles, which use `Info-title-4-face'.
3887 (Info-title-4-face): New face.
3888 (Info-title-3-face): Inherit from Info-title-4-face instead of
3889 variable-pitch.
3890
e64c3a75
JR
38912000-10-19 Jason Rumney <jasonr@gnu.org>
3892
3893 * dired.el (dired-insert-directory): Do not let errors signalled by
3894 attempt to run dired-free-space-program prevent dired from working.
3895
c70fe852
SM
38962000-10-19 Stefan Monnier <monnier@cs.yale.edu>
3897
3898 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
3899
877cf6b4
GM
39002000-10-19 Gerd Moellmann <gerd@gnu.org>
3901
5de037e0
GM
3902 * dirtrack.el (dirtrack): Fix call to run-hooks.
3903
6deb9af9
GM
3904 * cmuscheme.el (cmuscheme-program-name): Renamed from
3905 scheme-program-name because xscheme.el contains a defcustom with
3906 the same name. As a consequence, customizing group `cmuscheme'
3907 loaded `xscheme' which redefined run-scheme.
3908 (run-scheme): Use cmuscheme-program-name.
3909
877cf6b4
GM
3910 * ps-print.el (ps-print-emacs-type): Move into the
3911 eval-and-compile.
3912
e597d8fb 3913 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 3914 anonymous address, and add a website for Befrienders International.
4836835a 3915
3e9cb08f
GM
39162000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3917
c70fe852
SM
3918 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
3919 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
3920 (ps-print-version): New version number (6.2).
3921 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
3922 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
3923 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
3924 (ps-x-extent-priority, ps-x-extent-start-position)
3925 (ps-x-face-font-instance, ps-x-find-coding-system)
3926 (ps-x-font-instance-properties, ps-x-make-color-instance)
3927 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
3928 avoid compilation gripes without defining functions.
3929 (ps-e-find-composition): Alias for function find-composition, to have a
3930 suitable function depending on Emacs version.
3931 (ps-color-device, ps-color-values, ps-face-foreground-name)
3932 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
3933 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
3934 (ps-print-ensure-fontified): Function definitions surrounded by
3935 `eval-and-compile' to avoid compilation gripes.
3936 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
3937 by symbol-value to avoid compilation gripes.
3938 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
3939 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
3940
d8abcd91
MB
39412000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3942
13ab33c4
MB
3943 * startup.el (normal-top-level): Call `frame-set-background-mode'
3944 after `frame-notice-user-settings' because the latter doesn't call
3945 the former on a tty.
3946
d8abcd91
MB
3947 * faces.el (frame-set-background-mode): `unspecified' &c are
3948 symbols, not strings.
3949
e8bce0a9
EZ
39502000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3951
c70fe852
SM
3952 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
3953 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 3954
c70fe852
SM
3955 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
3956 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 3957
773272d8
KH
39582000-10-19 Kenichi Handa <handa@etl.go.jp>
3959
c70fe852 3960 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
3961 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
3962 for ISO10646-1 fonts.
3963 (x-font-name-charset-alist): Add an entry for "iso10646-1".
3964
772139c0
EZ
39652000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
3966
3967 * faces.el (frame-set-background-mode): If a tty frame defines a
3968 background color, use that to compute the background mode, instead
3969 of always defaulting to "dark".
3970
d134a19f
MB
39712000-10-19 Miles Bader <miles@lsi.nec.co.jp>
3972
8bb84cb2
MB
3973 * comint.el (comint-write-output): New function.
3974 (comint-mode-map): Add it to the menu.
e40a778f 3975 Bind `C-c C-s' to comint-write-output.
d134a19f 3976
dada41e1
GM
39772000-10-18 Gerd Moellmann <gerd@gnu.org>
3978
3979 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
3980 Use fancy-splash-delay.
3981
9b5360aa
GM
39822000-10-18 Alex Schroeder <alex@gnu.org>
3983
3984 * progmodes/sql.el (sql-sybase-options): New option.
3985 (sql-sybase): Use it. Add sql-database to the list of parameters
3986 provided for login. The options -w 2048 -n are not used any more.
3987
9035a35a
GM
3988 * comint.el (comint-read-input-ring): Bugfix such that the first
3989 and the last entry of the input ring file are not lost.
3990
3556c6dd
GM
39912000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3992
3993 * ps-print.el: Internal variable changes to defcustom,
3994 make-local-hook changes to defvar. Doc fix.
3995 (ps-print-version): New version number (6.1).
3996 (ps-setup, ps-do-despool): Code fix.
3997 (ps-printer-name): Customization fix.
3998 (ps-printer-name-option): Now is a defcustom instead of an
3999 internal variable.
4000 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4001 (ps-print-begin-column-hook): Now are defvar instead of
4002 make-local-hook.
4836835a 4003
4e217e50
MB
40042000-10-18 Miles Bader <miles@gnu.org>
4005
4006 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4007 (comint-kill-output): Changed into an alias for `comint-delete-output',
4008 and made obsolete.
4009 (comint-mode-map): Rename references to comint-kill-output.
4010
34460354
EZ
40112000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * diff-mode.el (diff-header-face, diff-file-header-face)
4014 (diff-changed-face): Add bold and italic attributes to tty faces.
4015 (diff-function-face): New face.
4016 (diff-font-lock-keywords): Use it.
4017
17ea3cdb
MB
40182000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4019
4020 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4021 Remove commented-out call to force-mode-line-update.
4022 (comint-kill-output): Use `forward-line 0' instead of
4023 beginning-of-line to make sure we get past the prompt.
4024
9244f2c7
SM
40252000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4026
4027 * diff-mode.el (diff-header-face, diff-file-header-face):
4028 Add specific setting for dark background.
4029 (diff-context-face): Renamed from diff-comment-face.
4030 Set explicitly rather than inheriting from font-lock-comment-face.
4031
1592c1ef
EZ
40322000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4033
4034 * startup.el (command-line): Move the code which sets the default
4035 TTY colors to before before-init-hook.
4036
f86292a9
GM
40372000-10-17 Gerd Moellmann <gerd@gnu.org>
4038
4039 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4040
f7f2e883
EZ
40412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4042
e854cc22
EZ
4043 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4044 extensions, for MS-DOS.
4045
f7f2e883
EZ
4046 * diff-mode.el (diff-header-face, diff-file-header-face)
4047 (diff-changed-face): Define tty-specific colors.
4048
c7b4f0f9
GM
40492000-10-17 Gerd Moellmann <gerd@gnu.org>
4050
4051 * startup.el (fancy-splash-text): Realign the text.
4052
12a72271
EZ
40532000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4054
4055 * font-lock.el (font-lock-comment-face): Define a separate default
4056 for dark-background tty's.
4057
61dfccfd
MB
40582000-10-17 Miles Bader <miles@gnu.org>
4059
4060 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4061 being obscured by whizzy mode-lines on graphics displays.
4062
333cd59e
EZ
40632000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4064
4065 * info.el (Info-title-1-face, Info-title-2-face)
4066 (Info-title-3-face): Define colors for tty's.
dada41e1 4067 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4068
dbf1fcc1
EZ
40692000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4070
4071 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4072 reverse from the frame parameters, and don't invert foreground and
4073 background colors.
4074
ac629823
MB
40752000-10-16 Miles Bader <miles@gnu.org>
4076
4077 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4078 string "*Info*". Call propertized-buffer-identification to spruce
4079 up the result.
4080
76eebffc
GM
40812000-10-16 Gerd Moellmann <gerd@gnu.org>
4082
3a6b59d9
GM
4083 * help.el: Provide `help' for the sake of define-minor-mode
4084 which generates defcustoms with requires.
4085
6569c3d3
GM
4086 * jit-lock.el (jit-lock-after-change): If we're in text that
4087 matches a multi-line font-lock pattern, make sure the whole text
4088 will be redisplayed.
4089
c2e0a611
GM
4090 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4091 author's name is unknown.
4092
76eebffc
GM
4093 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4094 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4095 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4096 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4097 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4098 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4099 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4100 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4101 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4102 Add author information.
4103
cf1e7b12
MB
41042000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4105
4106 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4107 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4108 full-color version (using the Gimp) to eliminate dithering artifacts.
4109
5586f3eb
SM
41102000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4111
4112 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4113
4114 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4115
ad64a888
DL
41162000-10-15 Dave Love <fx@gnu.org>
4117
4118 * progmodes/sh-script.el: Require skeleton and comint when
4119 compiling.
4120
4121 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4122
4123 * whitespace.el: Doc fixes.
4124 (top-level): Don't add hooks here.
4125 (whitespace-running-emacs): Deleted.
4126 (timer): Don't require.
4127 (whitespace): Add back :version conditional on xemacs test.
4128 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4129 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4130 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4131 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4132 Avoid specific xemacs test.
4133 (whitespace-global-mode): New option.
4134 (whitespace-global-mode): New command.
4135 (whitespace-unload-hook): New function.
4136
4137 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4138 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4139 (Info-fontify-node): `Goto' goes to `Go to'.
4140 (Info-fontify-node): Add help-echo to xref links.
4141
1ef49fc6
EZ
41422000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4143
4144 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4145
8b7707e1
SM
41462000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4147
b3b7f42f
SM
4148 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4149 Use plist-get and allow :inherit.
4150
4151 * emacs-lisp/cl-macs.el (cl-do-arglist):
4152 Use plist-get and plist-member instead of memq.
4153
3c7fafc7
SM
4154 * emacs-lisp/ewoc.el (ewoc-location): New function.
4155 (ewoc-enter-after, ewoc-enter-before): Document return value.
4156 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4157 Don't need make-local-hook any more.
4158 (cvs-addto-collection): Return the new tin.
4159 (cvs-mode-insert): Jump to the new line.
4160
8b7707e1
SM
4161 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4162
4163 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4164
4165 * font-lock.el (font-lock-syntactically-fontified): New var.
4166 (font-lock-fontify-syntactic-keywords-region): Use it.
4167 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4168
4169 * diff-mode.el (diff-find-file-name): Fix regexp.
4170
4171 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4172 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4173
4174 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4175 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4176 (sh-mode): Don't make all vars local here.
4177 (sh-kw): Reformat.
4178 (sh-set-shell): Use dolist. Don't set indent-region-function.
4179 (sh-mode-syntax-table): Use pop.
4180 (sh-remember-variable): Use push.
4181 (sh-help-string-for-variable): Use memq.
4182 (sh-safe-backward-sexp): Remove.
4183 (sh-safe-forward-sexp): Add ARG.
4184 (sh-get-indent-info, sh-prev-stmt): Use it.
4185 (sh-prev-line): Simplify by using forward-comment.
4186 (sh-this-is-a-continuation): Simplify.
4187 (sh-learn-buffer-indent): Use dolist.
4188 (sh-do-nothing): Remove.
4189 (sh-set-char-syntax, sh-set-here-doc-region):
4190 Use inhibit-modification-hooks.
4191 (sh-name-style): Use mapcar and push.
4192 (sh-load-style): Use dolist.
4193 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4194 (sh-case, sh-while-getopts): Use propertize directly rather
4195 than sh-electric-rparen.
4196
41972000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4198
4199 * textmodes/tex-mode.el: Require CL when compiling.
4200 (tex-mode-syntax-table): Init immediately.
4201 (tex-mode-map): Bind M-RET to latex-insert-item.
4202 (latex-mode): Set indent-line-function to latex-indent.
4203 (tex-common-initialization): Don't setup the syntax-table any more.
4204 (latex-insert-item): New skeleton.
4205 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4206 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4207 (latex-indent, latex-find-indent): New functions.
4836835a 4208 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4209 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4210 (tex-compilation-parse-errors): Use with-syntax-table.
4211
86b7fcbb
MB
42122000-10-15 Miles Bader <miles@gnu.org>
4213
4214 * font-lock.el (font-lock-comment-face): Change dark-background,
4215 color, non-tty, default to `chocolate1'.
4216
57a24508
JW
42172000-10-13 John Wiegley <johnw@gnu.org>
4218
4219 * eshell/esh-util.el (require): Added a missing `require' form,
4220 needed when compiling (for an ange-ftp macro definition).
4221
40ad3db4
DL
42222000-10-13 Dave Love <fx@gnu.org>
4223
4224 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4225
db460189
GM
42262000-10-13 Gerd Moellmann <gerd@gnu.org>
4227
b41c9501
GM
4228 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4229 fix.
4230
4836835a 4231 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4232 transparent -colors 8).
4233
3b5e21df
GM
42342000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4235
4236 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4237 that breaks with old list format timestamps.
4238 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4239 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4240 strings.
4241
16908a3f
JW
42422000-10-13 John Wiegley <johnw@gnu.org>
4243
d7103dda
JW
4244 * align.el, pcomplete.el, calendar/timeclock.el,
4245 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4246
dace60cf 4247 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4248 faulty math, where holiday hours were being computing as seconds.
4249
b6b70cda
JW
42502000-10-13 John Wiegley <johnw@gnu.org>
4251
4252 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4253 specifying what "other" kinds of buffers should be saved. This
4254 used to be hard-coded.
4255 (desktop-buffer-misc-functions): A global for specifying how
4256 auxiliary data should be determined for special buffer types.
4257 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4258 instead of hard-coding the special buffer types.
4259 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4260 auxiliary data, instead of hard-coding for Info buffers and dired.
4261 (desktop-buffer-info-misc-data): Aux function for determining Info
4262 buffer auxiliary info.
4263 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4264 (desktop-buffer-info): Changed this function to use the info
4265 gathered above.
4266 (desktop-create-buffer): Be a little more careful about what
4267 `minor-mode' means before calling it. This is important for some
4268 buffer types.
4269
8c6b1d83
JW
42702000-10-13 John Wiegley <johnw@gnu.org>
4271
4272 * eshell/esh-util.el: Added a global form which declares an
4273 autoload for `parse-time-string', if that function is not already
4274 defined, and if parse-time.el is available on the user's system.
4275
4276 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4277 to be aware of ange-ftp user info.
4278 (eshell-do-ls): Bind `ange-cache'. Also, use
4279 `eshell-file-attributes'.
4280 (eshell-ls-annotate): Use `eshell-file-attributes'.
4281 (eshell-ls-file): Made the user-id printing code a bit smarter.
4282
4283 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4284 allow identification of alias user ids in remote directories.
4285 It's manual, but there's no other way to know when the current
4286 user on the local machine, is also the owning user on the remote
4287 machine.
4288 (fboundp): Bind `ange-cache'.
4289 (eshell-directory-files-and-attributes): Re-organized the logic a
4290 bit to use `eshell-file-attributes' instead of `file-attributes'.
4291 The former is more sensitive to directories that are read via FTP,
4292 and knows how to use ange-ftp to determine full attribute
4293 information, instead of just the name and last modtime.
4294 (eshell-current-ange-uids): Return the current user id when in a
4295 remote directory.
4296 (eshell-parse-ange-ls): Parse a full directory listing that has
4297 been returned by ange-ftp.
4298 (eshell-file-attributes): This beefed up version of
4299 `file-attributes' is only special if the user is currently in a
4300 remote directory, in which case it does a lot of work to find out
4301 what the real attributes of a file are, as they appear on the
4302 remote machine. This makes usage of remote directories (i.e.,
4303 ange-ftp pathnames) much more useful. You can now use Eshell as a
4304 full-fledged FTP client, with much more manipulation ability than
4305 most other clients.
4306
4307 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4308 variable, which means that Eshell's du should always be preferred
4309 in remote directories.
4310 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4311 just `file-attributes'.
4312 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4313 when reading remote directories. This is an Eshell-specific
4314 variable (not part of ange-ftp).
4315 (eshell/ln): Bind `ange-cache'.
4316 (eshell/du): Added some extra logic for determining when to use
4317 Eshell's du (which is slow), and when to use the external version
4318 (which may or may not exist).
4319
4320 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4321 `eshell-interactive-process', rather than using
4322 `get-buffer-process', since backgrounded processes don't count in
4323 the context of this function's logic.
4324
4325 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4326 `forward-char', so that null strings are parsed correctly.
4327
87730e84 43282000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4329
4330 * eshell/em-pred.el (eshell-pred-file-type,
4331 eshell-pred-file-links, eshell-pred-file-size): Use
4332 `eshell-file-attributes'. This is more correct over ange-ftp.
4333
4334 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4335 that remote file globbing is more efficient.
4336
4337 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4338 gathering the files and attributes within a directory.
4339
4340 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4341 the command line is a special file (not a regular file, directory
4342 or symlink), always attempt to call the external version of cat.
4343
87730e84 43442000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4345
4346 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4347 Eshell-friendly version of find-tag.
4348
1c7e37a9
MB
43492000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4350
4836835a 4351 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4352 (image-file-name-regexps): Add autoload cookies.
4353
11a7f341
KH
43542000-10-13 Kenichi Handa <handa@etl.go.jp>
4355
4356 * international/mule-cmds.el (select-safe-coding-system): If FROM
4357 is string, show it in *Warning* buffer.
4358
8ddddcb0
EZ
43592000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4360
4361 * startup.el (normal-top-level): Use display-popup-menus-p instead
4362 of window-system.
4363 (command-line): Use display-graphic-p instead of window-system.
4364 (command-line-1): Use display-popup-menus-p and display-mouse-p
4365 instead of window-system.
4366
72200f89
SS
43672000-10-12 Sam Steingold <sds@gnu.org>
4368
4369 * tooltip.el (tooltip-use-echo-area): New user variable.
4370 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4371
8661c643
DL
43722000-10-12 Dave Love <fx@gnu.org>
4373
d0b40dc1
DL
4374 * recentf.el: Maintainer's checkdoc fixes.
4375
a622451f
DL
4376 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4377 character class, not ASCII when matching file names.
4378 (fancy-splash-head): Add trailing slash to URL.
4379 (command-line): Don't require XPM support for toolbar.
4380
8661c643
DL
4381 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4382 (cperl-invalid-face): Revert last change.
4383 (cperl-init-faces): Quote cperl-invalid-face.
4384
ef2ed8ab
KH
43852000-10-12 Kenichi Handa <handa@etl.go.jp>
4386
4387 * startup.el (fancy-splash-text): Remove superfluous quote.
4388
b0da379e
GM
43892000-10-12 Gerd Moellmann <gerd@gnu.org>
4390
dbeb499b
GM
4391 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4392 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4393 (command-line-1): Don't use fancy-splash-pending-command.
4394 (fancy-splash-screens-1): Goto point-min after inserting text.
4395
d861718a
GM
4396 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4397
b0da379e
GM
4398 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4399 instead of shared-lisp-mode-map.
4400
4fb2ad98
MB
44012000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4402
1cb4393e
MB
4403 * faces.el (header-line): Change tty-variant to use underlining.
4404
4fb2ad98
MB
4405 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4406 (isearch-highlight): Restore lazy-isearch face properties at old
4407 position, and suppress them at new position.
4408 (isearch-dehighlight): Restore lazy-isearch face properties.
4409 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4410 over the real isearch overlay, but in that case, don't give it a
4411 face property. Use `push'.
4412
eb991b25
KH
44132000-10-12 Kenichi Handa <handa@etl.go.jp>
4414
4415 * man.el (Man-getpage-in-background): Fix previous change.
4416 Decode the process output only when we are in multibyte mode.
4417
a818c1c0
DL
44182000-10-11 Dave Love <fx@gnu.org>
4419
c990f53a
DL
4420 * info.el (Info-mode-menu): Fix some help.
4421 (info-tool-bar-map): Add entry for Info-last.
4422
a818c1c0
DL
4423 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4424 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4425 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4426 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4427 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4428 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4429 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4430 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4431 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4432 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4433 Reduce colour requirements to 25 overall. (Probably wants
4434 revisiting from the originals to reduce further.)
4435
c1b096cb
EZ
44362000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4437
4438 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4439 buffer-file-coding-system, instead of raw-text.
4440 (dehexlify-buffer): Bind coding-system-for-read to
4441 buffer-file-coding-system, instead of raw-text.
4442
5c8b7eaf
SS
44432000-10-11 Sam Steingold <sds@gnu.org>
4444
4445 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4446 `underline' - fixes the bug introduced on 2000-09-21.
4447
2cfbdb7a
DL
44482000-10-11 Dave Love <fx@gnu.org>
4449
4450 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4451 compiler warnings.
4452 (scheme-mode): Doc fix.
4453 (scheme-font-lock-keywords-1): Match `define-syntax'.
4454
44552000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4456
4457 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4458 face specs as well as default ones. Only do anything if the
4459 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4460 (region): Make dark-background `region' face less in-your-face.
4b33f290 4461
690ec649
SS
44622000-10-10 Sam Steingold <sds@gnu.org>
4463
4464 * chistory.el, ielm.el, ledit.el:
4465 * progmodes/inf-lisp.el, progmodes/scheme.el:
4466 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4467
3b95d6bb
SM
44682000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4469
4470 * textmodes/texinfo.el: Update copyright and fix typo.
4471
4472 * desktop.el (desktop-modes-not-to-save): New var.
4473 (desktop-save-buffer-p): Use it.
4474 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4475 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4476
d646c828
DL
44772000-10-10 Dave Love <fx@gnu.org>
4478
4479 * toolbar/tool-bar.el (tool-bar-add-item)
4480 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4481 display.
4482
d646c828
DL
4483 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4484 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4485 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4486 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4487 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4488 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4489 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4490 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4491 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4492 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4493 the .xpms; probably need retouching.
4494
862a7e28
MB
44952000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4496
4497 * subr.el (add-to-list): Add optional argument APPEND.
4498 * battery.el (display-battery): Use `add-to-list'.
4499
46e33aee
TTN
45002000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4501
930baf47
TTN
4502 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4503 these vars as symbol properties.
2cfbdb7a
DL
4504 (zone, zone-when-idle, zone-leave-me-alone)
4505 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 4506
5a430f9c
TTN
4507 * battery.el (display-battery): Doc spelling fix.
4508
46e33aee
TTN
4509 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4510 property.
4511
adf7d3a8
DL
45122000-10-09 Dave Love <fx@gnu.org>
4513
4514 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4515 has been initialized before calling tool-bar-setup.
c2156508 4516 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 4517
06a8c9f8
EZ
45182000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4519
e4ca8f8c
EZ
4520 * menu-bar.el (send-mail-item-name): New function.
4521 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4522 of mail-user-agent in the menu. Don't display the "Send Mail"
4523 item if mail-user-agent is nil or its value is ignore.
4524 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4525 if read-mail-command is nil or its value is ignore.
4526
06a8c9f8
EZ
4527 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4528
7dbc9c8a
MB
45292000-10-09 Miles Bader <miles@gnu.org>
4530
29e0814b
MB
4531 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4532 Correct image size.
4533 * toolbar/left_arrow.xpm: Correct image size.
4534
7dbc9c8a
MB
4535 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4536 will be done by the definition of `auto-compression-mode' if
4537 necessary. Move code to uninstall existing file-name handler
4538 before definition of `auto-compression-mode'.
4539
4540 * image-file.el (auto-image-file-mode): Move to the end of the
4541 file, because `define-minor-mode' actually calls the mode-function
4542 if the associated variable is non-nil, which requires that all
4543 needed functions be already defined.
4544
65b61266
MB
4545 * mouse.el (popup-menu): Balance parens.
4546
d6b8c85b
SM
45472000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4548
4549 * mouse.el (popup-menu): Move the command call outside the loop
4550 so that popup-menu returns whatever the command returns.
4551
4552 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4553 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4554 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4555 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4556
4557 * vc.el (vc-version-diff): diff-switches can be a list.
4558 Use relative filenames for prettier output.
4559
46e33aee 4560 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
4561 (vc-post-command-functions): Remove old-VC compatibility code.
4562
4563 * newcomment.el (comment-indent-default): Autoload.
4564
4565 * font-lock.el (font-lock-defaults): Make buffer-local.
4566 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4567 (font-lock-choose-keywords):
4568 Ignore LEVEL unless KEYWORDS is a list of syms.
4569 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4570 Don't wrap regexp-opt things in \(...\) unnecessarily.
4571
4572 * jit-lock.el: Don't require font-lock any more.
4573 (jit-lock-functions): Make buffer-local.
4574 (jit-lock-saved-fontify-buffer-function): Remove.
4575 (jit-lock-mode): Remove autoload cookie.
4576 Remove font-lock specific code.
4577 (jit-lock-unregister): Don't bother handling complex hooks any more.
4578 (jit-lock-refontify): New function.
4579 (jit-lock-fontify-buffer): Use it.
4580 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4581 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4582 Add optional args START and END.
4583 Never call font-lock-fontify-region directly.
4584 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4585
4586 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4587
a30ed6ac
DL
45882000-10-08 Dave Love <fx@gnu.org>
4589
4e7c7ca9
DL
4590 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4591
4592 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4593
4594 * play/studly.el (studlify-region, studlify-word): Add autoload
4595 cookie.
4596
4597 * play/morse.el (morse-region, unmorse-region): Add autoload
4598 cookie.
4599
4600 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4601 concat.
4602
4603 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4604 insist on symbols starting with word syntax.
4605 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4606 (eval-defun-1): Doc fix.
4607 (indent-sexp): Use nconc to build up indent-stack.
4608
4609 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4610 Gnus with little use.
4611 (mail-setup-hook): Add mail-abbrevs-setup to options.
4612
968f7c4a
DL
4613 * recentf.el: Doc fixes.
4614
4615 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4616 Clean up remainder.
4617
4618 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4619 without timezone and (8) with timezone to enforce some whitespace.
4620 Simplify code somewhat.
4621
4622 * options.el (list-options): Doc that you should use customize.
4623
4624 * iswitchb.el (iswitchb-mode): Add :require.
4625
a30ed6ac
DL
4626 * info.el (Info-goto-node, Info-menu): Doc fix.
4627 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4628 (info-tool-bar-map): New variable.
4629 (Info-mode): Use it.
4630 (Info-edit-map): Define all in defvar.
4631 (speedbar-attached-frame): Avoid compiler warning.
4632
4633 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4634 (global-map): Bind [tool-bar] to a filtered map.
4635 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4636 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4637 Allow PBM icons.
4638 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4639
4640 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4641 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4642 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4643 icons, except up_arrow, which is left-arrow rotated.
4644
4645 * imenu.el (imenu-add-to-menubar): Fix last change.
4646
4e953aff
PB
46472000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4648
4649 * generic-x.el (rul-generic-mode): Remove eval-when-compile
4650 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
4651
739e92a7
EZ
46522000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4653
d20faceb
EZ
4654 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
4655 typos in doc strings.
4656
a640322e
EZ
4657 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
4658 the doc strings how to customize Font Lock faces.
4659
739e92a7
EZ
4660 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
4661 computing growth when dragging the header line.
4662
8be7408c
EZ
46632000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
4664
4665 * simple.el (kill-line): Doc fix.
4666
6fee86a3
MB
46672000-10-08 Miles Bader <miles@gnu.org>
4668
445a653e
MB
4669 * faces.el (secondary-selection): Make foreground visible on tty.
4670
6fee86a3
MB
4671 * jka-compr.el (auto-compression-mode): Move to the end of the
4672 file, because `define-minor-mode' actually calls the mode-function
4673 if the associated variable is non-nil, which requires that all
4674 needed functions be already defined.
4675 (with-auto-compression-mode): Add autoload cookie.
4676
a115794c
EZ
46772000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
4678
4679 * files.el (find-backup-file-name) [ms-dos]: If support for long
4680 file names is not available, behave as if version-control were set
4681 to never.
4682
b12e6de3
DL
46832000-10-07 Dave Love <fx@gnu.org>
4684
4685 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
4686 (browse-url-gnome-moz): New function.
4687 (browse-url-browser-function): Use it.
4688 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
4689
20b1d079
SM
46902000-10-07 Stefan Monnier <monnier@cs.yale.edu>
4691
4692 * indent.el (tab-always-indent): New var.
4693 (indent-for-tab-command): Use it.
39250ec3 4694
9ee45b2c 4695 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 4696 raise an error. This way it can still default to a sane value.
9ee45b2c 4697
8c6b1d83
JW
46982000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4699
39250ec3
SM
4700 * startup.el (fancy-splash-screens): Use local rather than global map.
4701 Don't use `update-menu-bindings' any more.
4702 Get rid of assumptions about keymap representation.
4703
a23ccdf2
DL
47042000-10-06 Dave Love <fx@gnu.org>
4705
814299a7 4706 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
4707 (sentence-end-without-period): Doc fix.
4708 (adaptive-fill-regexp): Purecopy.
4709 (unjustify-current-line): Use line-end-position.
4710 (fill-individual-paragraphs-prefix): Use line-beginning-position.
4711
4712 * net/eudc-vars.el (eudc): Add :version, :link.
4713
39250ec3 4714 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
4715
4716 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
4717 Fix for define-minor-mode.
4718 (function-at-point): Alias to function-called-at-point.
4719
4720 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
4721
4722 * simple.el (backward-word): Doc fix.
4723
a23ccdf2
DL
4724 * image-file.el (image-file-name-regexp): image-file-regexps ->
4725 image-file-name-regexps.
742c1822 4726 (image-file-name-extensions): Add pbm.
a23ccdf2 4727
39250ec3
SM
47282000-10-06 Stefan Monnier <monnier@cs.yale.edu>
4729
4730 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
4731 and add filename to the names so that diff-mode can jump to source.
4732
4733 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 4734 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
4735 (tex-font-lock-keywords-1): Remove.
4736 (font-lock-turn-on-thing-lock): Use jit-lock-register.
4737 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
4738 (font-lock-default-fontify-region):
4739 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
4740 (font-lock-fontify-anchored-keywords):
4741 Include the anchor text as part of the multiline.
4742
8d5dfacd
GM
47432000-10-06 Gerd Moellmann <gerd@gnu.org>
4744
4745 * loadup.el (toplevel): Load `loaddefs' before `help' because the
4746 latter needs the autoloaded define-minor-mode macro during the
4747 bootstrap.
4748
4749 * startup.el (command-line): For now, activate tool-bar-mode only
4750 if XPM images are supported.
4751
4752 * mouse.el (mouse-drag-header-line): Don't allow resizing a
4753 window by dragging a header-line at the top of the frame; that's
4c19fbce 4754 confusing because the header-line doesn't move.
8d5dfacd
GM
4755 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
4756 of treating the event as a list. Some cleanup.
4757
f69aad2b 47582000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 4759
f69aad2b
MB
4760 * simple.el (display-message-or-buffer): New function.
4761 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 4762
09cb7646
MB
4763 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
4764 docstring parts.
4765
814299a7 4766 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
4767 (smbclient-prompt-regexp): Add usage note to doc string.
4768 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
4769 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
4770 Use add-hook for adding the comint filter function, and only do so
4771 if it's not already in the global hook list.
4772 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
4773 to `make-local-variable'.
4774 (nslookup-font-lock-keywords): Remove prompt entry.
4775 (nslookup): Don't set the process-filter.
4776 (finger): Exit the loop correctly when the regexps list runs out.
4777 (ftp, smbclient, smbclient-list-shares):
4778 Set the real major mode immediately, not after execing.
4779 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
4780
4781 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
4782
4c19fbce
SM
47832000-10-05 Stefan Monnier <monnier@cs.yale.edu>
4784
4785 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
4786
4787 * which-func.el (which-func-format): Remove spurious space.
4788 (which-func-mode): Don't make it permanent-local.
4789 (which-func-ff-hook): Allow which-func-maxout to be nil.
4790 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
4791 (which-func-mode): Simplify.
4792 Use post-command-idle-hook rather than post-command-hook.
4793 Go through all buffers and update their state.
4794 (which-function): Also try add-log-current-defun-function.
4795
4796 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
4797 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
4798 Update call to with-vc-properties accordingly.
4799 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
4800 (vc-revert-buffer): More careful about window selection and deletion.
4801 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
4802
4803 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
4804 (cvs-retrieve-revision): Reuse a pre-existing buffer.
4805 (cvs-dired-action): Change the default to quickdir.
4806
4807 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
4808 if comment-indent-function returns nil.
4809 (comment-indent-default): New function.
4810 (comment-indent-function): Use it and document the new semantics.
4811
4812 * image-file.el: Docstring fixes.
4813
4814 * help.el (help-xref-on-pp): Use match-string.
4815 (describe-variable): New arg BUFFER.
4816 Store the current buffer in the help-xref-stack.
4817 (temp-buffer-resize-mode): Use define-minor-mode.
4818
4819 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
4820 consistently with its docstring.
4821 Set jit-lock-first-unfontify-pos in an idempotent way.
4822 (jit-lock-register): Autoload and add arg CONTEXTUAL.
4823
542c6552
GM
48242000-10-05 Alex Schroeder <alex@gnu.org>
4825
4826 * sql.el (sql-mysql-options): New variable.
4827 (sql-mysql): Use it.
4828
a3489ece
MB
48292000-10-05 Miles Bader <miles@lsi.nec.co.jp>
4830
77f6105c
MB
4831 * image.el (image): New group.
4832
814299a7 4833 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
4834 (smerge-base-face, smerge-markers-face): Add dark-background variants.
4835
3478046b
PB
48362000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4837
4838 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4839 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
4840 Ignore the value of wqindow-system; always define keywords
4841
22aca186
KH
48422000-10-05 Kenichi Handa <handa@etl.go.jp>
4843
4844 * startup.el (fancy-splash-screens): Remove the code for
4845 debugging; `(trace-to-stderr "EXITTT\n")'.
4846
55d5d717
MB
48472000-10-05 Miles Bader <miles@gnu.org>
4848
4849 * diff-mode.el (diff-goto-source): Update call to
4850 `diff-hunk-status-msg' to reflect new REV variable.
4851
41fa7178
SM
48522000-10-04 Stefan Monnier <monnier@cs.yale.edu>
4853
4854 * progmodes/icon.el (icon-mode):
4855 Don't gratuitously override the default for comment-column.
4856
4857 * vc-hooks.el (vc-mode-line): Fix interactive spec.
4858
4859 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
4860 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
4861 (jit-lock-functions): New var.
4862 (jit-lock-function-1): Use it if non-nil.
4863 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
4864 Set the `fontified' property before doing the fontification to avoid
4865 repeatedly going through the same error.
4866 Don't turn errors into messages.
4867 (jit-lock-register, jit-lock-unregister): New functions.
4868
4869 * dired.el (dired-mark-pop-up): Turn comment into docstring.
4870 Use with-current-buffer.
4871
4872 * dired-aux.el (dired-do-create-files, dired-kill-tree):
4873 Turn comment into docstring.
4874
4875 * apropos.el (apropos-mode): Use define-derived-mode.
4876
3dc78168
GM
48772000-10-04 Gerd Moellmann <gerd@gnu.org>
4878
4879 * startup.el (fancy-splash-pending-command): New variable.
4880 (fancy-splash-pre-command): New function.
4881 (fancy-splash-screens): Rewritten.
4882 (command-line-1): If fancy-splash-pending-command is set, call it
4883 interactively.
4884
dae9dc56
DL
48852000-10-04 Dave Love <fx@gnu.org>
4886
4887 * toolbar/tool-bar.el (tool-bar-setup): New function.
4888 (tool-bar-mode): Use it.
4889
4890 * subr.el (substitute-key-definition): Doc fix.
4891 (play-sound-file): New command.
4892
3388f0a5
AS
48932000-10-04 Andre Spiegel <spiegel@gnu.org>
4894
814299a7 4895 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
4896 vc-version-backup-file-name): New functions.
4897
4898 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
4899
4900 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
4901 vc-cvs-stay-local-p.
4902
4903 * vc.el (vc-revert-buffer): Handle empty diff properly.
4904 (vc-version-backup-file): New function.
4905 (vc-checkout): Create a version backup if necessary.
4906 (vc-checkin): If a version backup file exists, delete it.
4907 (vc-version-diff): Diff locally using version backups, if available.
4908 (vc-revert-file): If there's a version backup, revert locally.
4909 (vc-transfer-file): Use version backup for base version, if
4910 available. If not, ask for confirmation whether to get it from the
4911 server. Update mode line before check-in.
4912
ebd4825d
DL
49132000-10-04 Dave Love <fx@gnu.org>
4914
4915 * toolbar/tool-bar.el (tool-bar-setup): New function.
4916 (tool-bar-mode): Use it.
4917
1b24f4b7
PB
49182000-10-04 Peter Breton <pbreton@ne.mediaone.net>
4919
3dc78168 4920 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 4921 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
4922 Only set if window-system is non-nil
4923 (net-utils-run-program): Returns buffer.
4924 (network-connection-reconnect): Added this function.
4925
814299a7
MB
4926 * generic.el:
4927 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
4928 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
4929 Uses cl compile-time macros.
3dc78168
GM
4930 (generic-mode-name, generic-comment-list)
4931 (generic-keywords-list, generic-font-lock-expressions)
4932 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
4933 Removed variables.
4934 (generic-mode-alist): Renamed to generic-mode-list.
4935 (generic-find-file-regexp): Default changed to "^#".
4936 (generic-read-type): Uses completing read on generic-mode-list.
4937 (generic-mode-sanity-check): removed this function.
4938 (generic-add-to-auto-mode): Removed this function
3dc78168 4939 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
4940 into function instead of putting them in alist.
4941 (generic-mode-set-comments): Reworked extensively.
4942 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 4943 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 4944
814299a7 4945 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
4946 Make sure directory name ends with "/".
4947
814299a7 4948 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
4949 Regexp now allows leading whitespace.
4950 (rc-generic-mode): Added eval-when-compile
4951 around generic-make-keywords-list.
4952 Deleted duplicate regexp
4953 (rul-generic-mode): Added eval-when-compile
4954 around generic-make-keywords-list.
4955 (etc-fstab-generic-mode): New generic mode.
4956 (rul-generic-mode): Removed one eval-when-compile
814299a7 4957 which caused a max-specpdl-size exceeded error.
1b24f4b7 4958
a7bf5cf3
MB
49592000-10-04 Miles Bader <miles@gnu.org>
4960
4961 * simple.el (minibuffer-temporary-goal-position): New variable.
4962 (next-history-element): Try to keep the position of point in the
4963 input string constant.
4964
4965 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
4966 (dired-do-create-files): If there's only one file, pass it in as
4967 the DEFAULT arg to dired-mark-read-file-name.
4968
ce1087a9
SM
49692000-10-03 Stefan Monnier <monnier@cs.yale.edu>
4970
4971 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
4972 (diff-goto-source): Be smarter when choosing REVERSE or not.
4973
4974 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
4975 (texinfo-mode-menu): Add an explicit shortcut for update all.
4976
0e41e1d6
AS
49772000-10-03 Andre Spiegel <spiegel@gnu.org>
4978
814299a7 4979 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
4980 factorize backend-specific code cleanly (this was essentially
4981 conceived by Stefan Monnier).
4982 (vc-unregister): Function removed.
814299a7 4983 (vc-revert-file): New function.
858f7cb4
AS
4984 (vc-revert-buffer): Delegate some of the work to it.
4985
0e41e1d6
AS
4986 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
4987 default branch unconditionally.
4988 (vc-rcs-set-default-branch): New function.
4989 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
4990 (vc-rcs-checkin): If an appropriate default branch has been set,
4991 force creation of that branch.
858f7cb4
AS
4992 (vc-rcs-receive-file): Rewritten to contain only backend-specific
4993 code (as suggested by Stefan Monnier).
0e41e1d6 4994
01c86c56
GM
49952000-10-02 Gerd Moellmann <gerd@gnu.org>
4996
45c477b4
GM
4997 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
4998 highlighting overlay with a different face over the overlay
4999 isearch uses to highlight the current match because that can lead
5000 to bad face combinations.
5001
01c86c56
GM
5002 * loadup.el (toplevel): Load faces before isearch.
5003
5004 * isearch.el (isearch-faces): New custom group.
5005 (isearch): New defface; was already tested for in the code.
5006 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5007 (isearch-highlight): Always use face `isearch'.
5008
944425c0
DL
50092000-10-02 Dave Love <fx@gnu.org>
5010
5011 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5012 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5013 comparison of opcode with operand.
5014
2a099bcc
MB
50152000-10-03 Miles Bader <miles@gnu.org>
5016
5017 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5018 buffer, since the echo area will now grow to accommodate them.
5019
4300ecb8
AS
50202000-10-02 Andre Spiegel <spiegel@gnu.org>
5021
5022 * vc-hooks.el (vc-registered): If FILE used to be registered under
5023 a certain backend, try that one first.
5024
814299a7 5025 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
5026 argument list. Handle multiple backends correctly.
5027 (vc-find-new-backend): Function removed.
5028 (vc-register): Use vc-responsible-backend, as before.
5029 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5030
64e6cc18
GM
50312000-10-02 Gerd Moellmann <gerd@gnu.org>
5032
5033 * startup.el (fancy-splash-head): Change message below the
5034 logo.
5035
00df919e
MB
50362000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5037
5038 * diff-mode.el (diff-goto-source): Emit a status message.
5039 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 5040 (diff-test-hunk): Fix doc string.
00df919e
MB
5041 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5042 (diff-advance-after-apply-hunk): New variable.
4eaa6852 5043 (diff-apply-hunk): Don't return a value.
00df919e 5044
ceec5a0c
SM
50452000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5046
5047 * vc.el (vc-editable-p): Minor optimization.
5048 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5049 (vc-find-new-backend): New function split from vc-responsible-backend.
5050 (vc-register): Use it.
5051 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5052 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5053 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5054 (vc-clear-headers): Don't use find-file.
5055 (vc-revert-buffer): Use `and' again (must have been a braino).
5056 (vc-switch-backend): Only prompt if requested.
5057 Short circuit if nothing is to be done.
5058 Don't use vc-resynch-buffer which could lose unsaved editing.
5059 (vc-default-receive-file): Update call to vc-unregister.
5060 (with-vc-file, vc-next-action-on-file):
5061 Use vc-backend rather than vc-registered.
5062 (vc-next-action-on-file): Use intern-soft.
5063 Deal with read-only *vc-diff* buffer.
5064 (vc-transfer-file): Docstring fix.
5065
5066 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5067 (vc-rcs-receive-file): Avoid with-vc-properties.
5068 Update call to vc-unregister.
5069 Use constant `RCS' rather than (dynamically bound) var `backend'.
5070
4ad5da8f
AS
50712000-10-01 Andre Spiegel <spiegel@gnu.org>
5072
814299a7 5073 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
5074 is visited.
5075 (vc-start-entry): New argument initial-contents. Don't visit the file
5076 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
5077 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5078 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
5079 vc-start-entry.
5080 (vc-finish-logentry): Make sure to bury log buffer only if there
5081 really is one. Call `vc-resynch-buffer' on log-file, not
5082 buffer-file-name.
5083 (vc-default-comment-history, vc-default-wash-log): New functions.
5084 (vc-index-of): Removed.
5085 (vc-transfer-file): Make do without the above.
5086 (vc-default-receive-file): Call comment-history unconditionally. Pass
5087 the resulting string to vc-checkin, instead of inserting it into the
5088 comment ring.
5089
5090 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5091 unconditionally. Use the comments as initial contents of the log
814299a7 5092 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
5093 changes.
5094
aa0c3dca
MB
50952000-10-01 Miles Bader <miles@gnu.org>
5096
5097 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5098 `recenter' with an arg to prevent redrawing the display.
5099
d5f5a2c5
SM
51002000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5101
5102 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5103
5104 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5105
814299a7 5106 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
5107 Don't gratuitously override the default for comment-column.
5108
5109 * textmodes/tex-mode.el (latex-metasection-list): New var.
5110 (latex-imenu-create-index): Use it.
5111 Move the regexp construction outside loops (and use push).
814299a7 5112 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
5113 (tex-font-lock-keywords): Moved from font-lock.el.
5114 (tex-comment-indent): Remove.
5115 (tex-common-initialization): Don't set comment-indent-function.
5116 (latex-block-default): New var.
5117 (tex-latex-block): Use it to provide a default choice.
5118 Add any unknown choice to latex-block-names.
5119 Insert [...] after {...}.
5120 (tex-last-unended-begin): Simplify regexp.
5121 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5122 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5123 (latex-mode): Set forward-sexp-function.
5124
5125 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5126 Add regexp for @ignore ... @end ignore.
5127 (texinfo-heading-face): New face.
5128 (texinfo-font-lock-keywords): Use it.
5129 (texinfo-mode-menu): New menu.
5130 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5131 New functions.
5132 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 5133 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
5134 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5135 Remove declaration.
5136 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5137
5138 * delsel.el (delete-selection-mode): Use define-minor-mode.
5139
5140 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5141
51422000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5143
5144 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5145
8a5506f2
GM
51462000-09-30 Gerd Moellmann <gerd@gnu.org>
5147
068127d6
GM
5148 * replace.el (keep-lines-read-args): New function.
5149 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5150 read arguments interactively. Add parameters RSTART and REND.
5151 Operate on the active region in Transient Mark mode.
5152
d777bb8f
GM
5153 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5154
8a5506f2
GM
5155 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5156 (authors-obsolete-files-regexps): New variable.
5157 (authors-add): Don't record changes in obsolete files.
5158
3fa87bfc
SM
51592000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5160
5161 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5162
5163 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5164 (comment-indent): Make sure there's a space between code and comment.
5165 Shift comments left to avoid going past fill-column.
5166
f02149ce
GM
51672000-09-29 Gerd Moellmann <gerd@gnu.org>
5168
5169 * startup.el (startup-echo-area-message): New function.
5170 (display-startup-echo-area-message): Use it.
5171 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5172 (fancy-splash-default-action): New function.
5173 (fancy-splash-screens-1): New function.
5174 (fancy-splash-head): Put a help-echo and a keymap under the image.
5175
a3ef6569
SM
51762000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * diff-mode.el (diff-add-log-file-name): Remove.
5179 (diff-mode): Use add-log-buffer-file-name-function.
5180
5181 * add-log.el (find-change-log): New arg BUFFER-FILE.
5182 (add-log-file-name): Obey add-log-file-name-function.
5183 (add-log-buffer-file-name-function): New var.
5184 (add-change-log-entry): Use it.
5185
75e5b373
MB
51862000-09-29 Miles Bader <miles@gnu.org>
5187
5188 * image-file.el (image-file-name-extensions): New variable.
5189 (image-file-name-regexps): Renamed from `image-file-regexps'.
5190 New default value is nil. Call `auto-image-file-mode'.
5191 (image-file-name-regexp): New function.
5192 (auto-image-file-mode): New minor mode.
5193 (insert-image-file): Don't make conditional on the image-file
5194 handler being enabled.
5195 (image-file-handler): Make the call here conditional instead.
5196 (set-image-file-handler-enabled, enable-image-file-handler)
5197 (disable-image-file-handler): Functions removed.
5198
5199 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5200 string.
5201
de6e1f7c
GM
52022000-09-29 Gerd Moellmann <gerd@gnu.org>
5203
5204 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5205 it's a function from CL.
5206 (latex-imenu-create-index): Replace eval-when-compile with progn
5207 because latex-section-alist is not bound while compiling.
5208
d8c201f5
SM
52092000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5210
5211 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5212 (outline-mode): Use define-derived-mode.
5213
814299a7 5214 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
5215 * progmodes/awk-mode.el (awk-mode):
5216 * progmodes/asm-mode.el (asm-mode):
5217 Don't gratuitously override the default for comment-column.
5218
5219 * emacs-lisp/lisp.el (lisp-complete-symbol):
5220 Distinguish the let-binding case from the funcall case.
5221 (forward-sexp-function): New variable.
5222 (forward-sexp): Use it.
5223
5224 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5225 (easy-mmode-defmap): Remove the now useless autoload.
5226
5227 * time.el (display-time-mode): Use define-minor-mode.
5228
5229 * subr.el (add-minor-mode): Don't eval NAME.
5230 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5231 Use if rather than cond.
5232
5233 * simple.el (read-expression-map): Define more properly.
5234 (comment-indent-hook): Remove.
5235 (string-to-syntax): Bug fix.
5236
5237 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5238 (cvs-ediff-diff): Fix typo.
5239 (cvs-revert-if-needed): Don't bother preserving read-only.
5240
5241 * paren.el (show-paren-mode): Use define-minor-mode.
5242
5243 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5244 (toggle-auto-compression): Remove.
5245 (jka-compr-build-file-regexp): Remove useless grouping.
5246
5247 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5248 Avoid user-reserved bindings.
5249 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5250 (diff-header-face): Revert to grey85.
5251
5252 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5253
5254 * complete.el (partial-completion-mode) <defcustom>: Remove.
5255 (partial-completion-mode): Use define-minor-mode.
5256 (PC-do-completion): Understand `completion-auto-help = delay'
5257 to mean to popup the completion buffer only the second time.
814299a7 5258 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
5259 (PC-include-file-all-completions): Don't quote lambda.
5260
5261 * comint.el (comint-mode-hook): Docstring fix.
5262 (comint-mode): Use define-derived-mode.
5263 (comint-mode-map): Remove obsolete comment.
5264 (make-comint): Minor stylistic change.
5265 (comint-insert-clicked-input): Be more careful to find the overlay.
5266 Use this-command-keys rather than hardcoding mouse-2.
5267
5268 * font-lock.el: Replace confusing (,@ with ,
5269 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5270 Don't use regexp-opt-depth. Spice up the regexp for args.
5271 Don't distinguish between cmds that can take an opt arg or not.
5272 Use `append' and `prepend' rather than `keep'.
5273
5274 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5275 (latex-outline-regexp): New var.
5276 (latex-outline-level): New fun.
5277 (latex-section-alist): New var.
5278 (latex-imenu-create-index): Use it. Use `push' as well.
5279 (tex-shell-map): Initialize it properly.
5280 (tex-mode): Minor stylistic change.
5281 (plain-tex-mode): Use define-derived-mode.
5282 (latex-mode): Use define-derived-mode.
5283 Construct the paragraph regexps in a more readable way.
5284 Set the buffer-local outline-{level,regexp} vars.
5285 (slitex-mode): Derive from latex-mode.
5286 (tex-common-initialization): Don't kill-all-vars anymore.
5287 Add setting for comment-add and font-lock-defaults.
5288 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5289 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5290 (tex-start-tex): New arg DIR (and send a chdir command for it).
5291 Also display the shell buffer and save it in tex-last-buffer-texed.
5292 (tex-region): Use expand-file-name rather than concat.
5293 Remove code made useless by changes in tex-start-tex.
5294 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5295
5296 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5297
ff398532
DL
52982000-09-28 Dave Love <fx@gnu.org>
5299
5300 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5301
f9415d5b
GM
53022000-09-28 Gerd Moellmann <gerd@gnu.org>
5303
5304 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5305 `append'.
5306
fa003899
SM
53072000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * info.el (Info-extract-pointer): Undo last change.
5310 Instead, fix the position of the `bound' arg to re-search-backward.
5311
53122000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5313
5314 * info.el (Info-extract-pointer):
5315 Widen more carefully, to avoid finding pointers in other nodes.
5316 (Info-index): Use push.
5317
f9415d5b 53182000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
5319
5320 * frame.el (set-frame-font): Remove call to obsolete function
5321 frame-update-faces.
5322 (set-foreground-color, set-background-color): Likewise for
5323 frame-update-face-colors.
5324
5538b8ba
MB
53252000-09-27 Miles Bader <miles@gnu.org>
5326
5327 * image-file.el: New file.
5328
60536eea
GM
53292000-09-27 Gerd Moellmann <gerd@gnu.org>
5330
5b551d58
GM
5331 * frame.el (frame-notice-user-settings): Don't call
5332 frame-update-faces, which is a no-op now.
814299a7 5333
60536eea
GM
5334 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5335 tool-bar-lines.
5336
36f1966f
DL
53372000-09-27 Dave Love <fx@gnu.org>
5338
5339 * mouse.el: Fix last change.
5340
c5785b73
MB
53412000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5342
5343 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5344
672172d9
KH
53452000-09-22 Kenichi Handa <handa@etl.go.jp>
5346
5347 * international/quail.el (quail-help): The output message is
5348 improved.
5349
4653b4ea
DL
53502000-09-26 Dave Love <fx@gnu.org>
5351
5352 * mouse.el (popup-menu): If POSITION is nil, set it using
5353 mouse-position.
5354
63900fcf
SS
53552000-09-25 Sam Steingold <sds@gnu.org>
5356
5357 * net/browse-url.el (browse-url-file-url): Check for null maps.
5358
cd3b81be
GM
53592000-09-26 Gerd Moellmann <gerd@gnu.org>
5360
876512ab 5361 * frame.el (frame-notice-user-settings): Don't add a
fa003899 5362 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 5363
fa003899
SM
5364 * frame.el (frame-notice-user-settings):
5365 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 5366
cd3b81be
GM
5367 * toolbar/tool-bar.el (tool-bar-help): New function.
5368
d8b4516f
GM
53692000-09-25 Gerd Moellmann <gerd@gnu.org>
5370
6567e9b5
GM
5371 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5372 current-load-list in top-level forms. Else this leaks a cons cell
5373 every time a defun is called.
63900fcf 5374
d8b4516f 5375 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 5376
a461758e
DL
53772000-09-25 Dave Love <fx@gnu.org>
5378
7df6adc3
DL
5379 * startup.el (fancy-splash-head): Check XPM is available.
5380
a461758e
DL
5381 * autoinsert.el (auto-insert): Doc fix.
5382 (auto-insert-alist): Following GNU notices, don't say `copyright
5383 _by_'. Use line-beginning-position.
5384 (auto-insert): Check buffer-file-name is non-nil before use.
5385
b11af2dd
GM
53862000-09-25 Gerd Moellmann <gerd@gnu.org>
5387
5388 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5389 starting with `@def' or `@multitable', in addition to ones
5390 specified by the user in auto-fill-inhibit-regexp.
5391
5f9f981b
GM
53922000-09-25 Markus Rost <rost@math.ohio-state.edu>
5393
5394 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5395 rmail-dont-reply-to-names matches the empty string.
63900fcf 5396
8ff16b4e
GM
53972000-09-25 Gerd Moellmann <gerd@gnu.org>
5398
63900fcf 5399 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
5400 text to sound more friendly.
5401
9b4a7800
TTN
54022000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5403
5404 * progmodes/hideshow.el: Update author email address.
5405 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
5406 (hs-hide-all-non-comment-function): New var.
5407 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5408 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5409 (hs-show-region): Delete this command.
5410 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5411
4c7c1f3f
DL
54122000-09-22 Dave Love <fx@gnu.org>
5413
5414 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5415 (hl-line-highlight): Specify buffer when moving overlay.
5416
5417 * progmodes/fortran.el (fortran-mode): Locally set
5418 normal-auto-fill-function.
5419 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5420 (fortran-mode-map): Adjust auto-fill menu entry.
5421
13f93dee
GM
54222000-09-22 Gerd Moellmann <gerd@gnu.org>
5423
36eb0a91
GM
5424 * vc-rcs.el (toplevel): Require `vc' when compiling.
5425
fa003899 5426 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 5427
36a03bf9
AS
54282000-09-22 Andre Spiegel <spiegel@gnu.org>
5429
9b4a7800 5430 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
5431 registered under the new backend.
5432
9b4a7800 5433 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
5434 without explicit revision number.
5435
6e4e8a3b
SM
54362000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5437
5438 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5439 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5440 (diff-xor): New function.
5441 (diff-find-source-location): Use it. Fix a stupid name clash.
5442 (diff-hunk-status-msg): New function.
5443 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5444 (diff-test-hunk): Use diff-find-source-location.
5445 (diff-goto-source): Favor the `reverse'.
5446 (diff-hunk-text): Properly handle one-sided context diffs.
5447 (diff-apply-hunk): When done, advance to the next hunk.
5448
1b24b888
GM
54492000-09-21 Gerd Moellmann <gerd@gnu.org>
5450
623a0aae
GM
5451 * startup.el (command-line): If frame was created with a non-zero
5452 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 5453
1b24b888
GM
5454 * add-log.el (change-log-date-face, change-log-name-face)
5455 (change-log-email-face, change-log-file-face)
5456 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
5457 (change-log-function-face, change-log-acknowledgement-face):
5458 New faces, inheriting from font-lock faces.
1b24b888 5459 (change-log-font-lock-keywords): Use them.
9b4a7800 5460
93b3a1c8
DL
54612000-09-21 Dave Love <fx@gnu.org>
5462
80585273
DL
5463 * progmodes/cperl-mode.el (top-level): Clean up
5464 `eval-when-compile's and assorted defvars.
5465 (cperl-invalid-face): Don't double-quote value. Change custom
5466 type.
5467 (cperl-mode): Set normal-auto-fill-function and don't zap
5468 auto-fill-function.
5469 (cperl-imenu--function-name-regexp-perl): Renamed from
5470 imenu-example--function-name-regexp-perl.
5471 (cperl-imenu--create-perl-index): Renamed from
5472 imenu-example--create-perl-index.
5473 (cperl-xsub-scan): Don't require cl.
5474
93b3a1c8
DL
5475 * msb.el (msb-mode-map): Use substitute-key-definition.
5476 (msb-mode): Use msb-mode-map.
5477
43ccb598
AS
54782000-09-21 Andre Spiegel <spiegel@gnu.org>
5479
5480 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5481 New functions.
fa003899 5482 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
5483 (vc-switch-backend): New function.
5484 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5485 (vc-register): Fix prompt.
5486 (vc-unregister, vc-default-unregister): New functions.
5487 (vc-version-diff): Handle empty buffer in sentinel.
5488
5489 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5490 (vc-rcs-state-heuristic): Use it to guess the state of files with
5491 non-strict locking.
5492 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5493 been set with -b, but not created yet.
5494 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5495 contents in order to find the state.
5496 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
5497 (vc-rcs-unregister, vc-rcs-receive-file)
5498 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 5499
9b4a7800 5500 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 5501 in case it is missing.
9b4a7800 5502
95fadcca
GM
55032000-09-21 Gerd Moellmann <gerd@gnu.org>
5504
5505 * startup.el (fancy-splash-tail): Use a different foreground
5506 color on a dark frame background.
5507
470f23e1
MB
55082000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5509
5510 * info.el: Use the correct capitalization when making Info-mode
5511 and Info-edit-mode `special' modes.
5512
281096ed
SM
55132000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5514
5515 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5516 (diff-mode): Add support for add-log.el.
5517 (diff-hunk-text): Use char offsets rather than line offsets.
5518 (diff-find-source-location): Replace LINE with line-offset (nil
5519 if not found) and always set POS to a meaningful position.
5520 Adapt to the new char-offsets.
5521 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5522 Adapt to the new diff-find-source-location.
5523 (diff-goto-source): Adapt to the new diff-find-source-location.
5524
5525 * add-log.el (add-log-file-name): New function (split out of
5526 add-change-log-entry).
5527 (add-change-log-entry): Use it.
5528 Call add-log-file-name-function with the changelog file name if
5529 the current buffer is not associated with any file.
5530 Avoid find-file if the selected window is dedicated.
5531
5532 * diff-mode.el (diff-find-source-location):
5533 Move code from diff-apply-hunk. Return buffer rather than file.
5534 (diff-apply-hunk): Use the new result from diff-find-source-location.
5535 (diff-goto-source): Use the new diff-find-source-location.
5536
c29d77c4
DL
55372000-09-20 Dave Love <fx@gnu.org>
5538
5539 * iswitchb.el: Some doc fixes.
5540 (iswitchb-mode-map): Define completely initially. Inherit
5541 minibuffer-local-map.
5542 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5543 fundamental-mode.
5544 (iswitchb-global-map): New variable.
5545 (iswitchb-summaries-to-end): Amalgamate regexps.
5546 (iswitchb-mode): New.
5547 (iswitchb-mode-hook): New variable.
5548 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5549 `extensions'.
5550
49939379
GM
55512000-09-20 Gerd Moellmann <gerd@gnu.org>
5552
d05c87ac
GM
5553 * ehelp.el (electric-help): New defgroup.
5554 (electric-help-shrink-window): New user-option.
5555 (with-electric-help): Use it.
5556
1ec082d4
GM
5557 * window.el (shrink-window-if-larger-than-buffer): If face
5558 `mode-line' has a :box, and we're on a graphical frame, add 1
5559 to the needed window height.
5560
f46c275e
GM
5561 * frame.el (frame-notice-user-settings): Add a last parameter nil
5562 to a call to `append', because the last list passed to `append' is
5563 not copied, and so subsequent calls to assq-delete-all will modify
5564 default-frame-alist.
5565
b7e11c5b
GM
5566 * startup.el (fancy-splash-image): Change :type.
5567 (fancy-splash-head): Use an XBM image if appropriate.
5568 (command-line-1): Show splash screens in more cases.
5569
26ff68aa
GM
5570 * startup.el (fancy-splash-text): Don't quote faces.
5571
8320414c
GM
5572 * dired.el (dired-font-lock-keywords): Undo last change.
5573 (dired-readin): Bind indent-tabs-mode to nil.
5574
49939379
GM
5575 * startup.el (fancy-splash-head): If frame's background mode
5576 is `dark', change the black background of the image to gray.
5577 (fancy-splash-screens): Display startup echo area message.
5578 (display-startup-echo-area-message): New function.
5579
c3b27206
MB
55802000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5581
55a3d2a1
MB
5582 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5583
5584 * info.el (info-header-node): Tweak for color ttys.
5585
37a99821
MB
5586 * faces.el (face-valid-attribute-values): Make sure directories we
5587 search for stipples both exist and are readable before trying to
5588 search them.
5589
0415d0d0
MB
5590 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5591 in the dry-run case.
5592
523b128c
MB
5593 * jka-compr.el (with-auto-compression-mode): New macro.
5594
c3b27206
MB
5595 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5596 (custom-group-tag-face, custom-variable-tag-face): Use relative
5597 :height and inherit from `variable-pitch' face instead of
5598 hardwiring :family.
5599 * hi-lock.el (hi-black-hb): Likewise.
5600
ddba99ad
MB
5601 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5602 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5603 toolbar-add-item, if image doesn't have a mask add a `:mask
5604 heuristic'.
5605
7e99fbde
SM
56062000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5607
5608 * diff-mode.el: Docstring fixes.
5609 (diff-header-face, diff-comment-face): New faces.
5610 (diff-font-lock-keywords): Highlight a bit differently.
5611 (diff-find-source-location): Don't return SPAN any more.
5612 (diff-hunk-text): Don't bother erasing the temp buffer.
5613 (diff-find-text): Drop argument LINE.
5614 (diff-apply-hunk): Update calls to diff-find-text.
5615 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5616
5617 * calendar/calendar.el: Docstring fixes.
5618 (calendar-make-alist): Don't quote lambda.
5619 (calendar-star-date): Use make-local-variable.
5620
fb275c02
DL
56212000-09-19 Dave Love <fx@gnu.org>
5622
7e99fbde
SM
5623 * toolbar/tool-bar.el: Renamed from toolbar.el.
5624 Change `toolbar' to `tool-bar' generally in symbols.
5625 Make some items invisible in `special' major modes.
5626 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5627 Add arg PROPS.
532cb34d 5628
7e99fbde
SM
5629 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5630 Add :version here.
fb275c02
DL
5631 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5632
8f4ca9a5
GM
56332000-09-19 Gerd Moellmann <gerd@gnu.org>
5634
8b7707e1 5635 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 5636
8b7707e1 5637 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
5638 (find-file-noselect): Use it.
5639
8b7707e1 5640 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
5641 (fancy-splash-screen): Defgroup.
5642
8f4ca9a5
GM
5643 * add-log.el (change-log-font-lock-keywords): Match names
5644 more exactly for the case that font-lock-constant-face is
5645 underlined.
5646
ba9eeda1 56472000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 5648
8b7707e1 5649 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 5650
289eaef9
AS
56512000-09-19 Andre Spiegel <spiegel@gnu.org>
5652
5653 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
5654
ce9ded5d
GM
56552000-09-19 Gerd Moellmann <gerd@gnu.org>
5656
c113de23
GM
5657 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
5658 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
5659 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
5660 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
5661 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
5662 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
5663 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
5664 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
5665 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
5666 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
5667 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 5668 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 5669
ce9ded5d
GM
5670 * startup.el (fancy-splash-text): New variable.
5671 (fancy-splash-delay, fancy-splash-image): New user-options.
5672 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
5673 (fancy-splash-screens): New functions.
5674 (command-line-1): If display has a `display' frame parameter, has
5675 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 5676
b9b1c3a9
DL
56772000-09-19 Dave Love <fx@gnu.org>
5678
5679 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
5680 with null `help'. Use modern backquote syntax.
5681
1af25534
GM
56822000-09-19 Gerd Moellmann <gerd@gnu.org>
5683
afd3c8cd
GM
5684 * font-lock.el (font-lock-mode): Change message telling the user
5685 that ``the buffer is too big''.
5686
1af25534
GM
5687 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
5688 for instance for the case that tab-width is 2.
5689
05b1f851
GM
56902000-09-18 Gerd Moellmann <gerd@gnu.org>
5691
5692 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
5693 toolbar-add-item, if image doesn't have a mask add a `:mask
5694 heuristic'.
5695
8ec8f673
MB
56962000-09-18 Miles Bader <miles@lsi.nec.co.jp>
5697
2b612b1f
MB
5698 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
5699 and return a cons if it's non-nil.
5700 (diff-apply-hunk): Try to jump to the line in the source text
5701 corresponding to the position of point in the in the hunk.
5702
9b4a7800 5703 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
5704 (Info-title-1-face): Use face inheritance and relative sizes
5705 instead of hard-wiring things.
5706
5707 * faces.el (secondary-selection): Make dark-background variant sane.
5708
5eedab4d
AI
57092000-09-16 Andrew Innes <andrewi@gnu.org>
5710
5eedab4d
AI
5711 * makefile.w32-in (compile-files-CMD): No need to make .elc files
5712 read-only, since they aren't under VC now.
5713
6a142f26
DL
57142000-09-17 Dave Love <fx@gnu.org>
5715
e07436e1
DL
5716 * tmm.el: Replace mapcar with mapc in several places.
5717
5718 * loadhist.el (unload-feature): Maybe call elp-restore-list and
5719 ad-unadvise.
5720
7d354dd5
DL
5721 * international/latin1-disp.el: New file.
5722
6a142f26
DL
5723 * calendar/cal-move.el (scroll-calendar-left)
5724 (scroll-calendar-right): Make arg optional (for active mode line).
5725
5726 * calendar/calendar.el (calendar-mode-line-format): Make fields
5727 mouse-sensitive.
5728 (calendar-read-date, calendar-read-date, calendar-window-list):
5729 Unquote lambda.
5730 (calendar-month-name): Use aref, not sref.
5731
5732 * view.el (minor-mode-alist): Propertize the string.
5733
5734 * international/characters.el (standard-case-table): Add entries
5735 for Greek.
5736
50ac70af
MB
57372000-09-18 Miles Bader <miles@gnu.org>
5738
53c9ab4f
MB
5739 * info.el (info-node, info-xref): Add dark-background variants.
5740
a114b1ca
MB
5741 * faces.el (header-line): Change defaults to be less confusing
5742 when mixed with mode-lines.
5743
50ac70af
MB
5744 * info.el (Info-fontify-node): Make a few cleanups.
5745 Add extra `help-echo' and `local-map' props to node xrefs.
5746 Use header-specific faces for node-names & xrefs.
5747 (Info-use-header-line): New variable.
53c9ab4f 5748 (info-header-xref, info-header-node): New faces.
50ac70af
MB
5749 (Info-setup-header-line): New function.
5750 (Info-select-node): Call Info-setup-header-line when enabled.
5751 (Info-extract-pointer): Work even if the header line is hidden.
5752 (Info-header-line): New variable.
5753
729927ff
SM
57542000-09-16 Stefan Monnier <monnier@cs.yale.edu>
5755
5756 * vms-patch.el (print-region-function): Don't quote lambda.
5757
5758 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
5759
5760 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
5761 (lm-get-header-re): Allow spaces between the header and the colon.
5762 (lm-header): Allow $ in non-RCS headers.
5763 (lm-header-multiline): Put the strings back into order.
5764 Stop at an empty line. Don't require two space chars if the
5765 line is clearly not another header line.
5766
5767 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
5768 (popup-menu-popup): Remove.
5769
7a98d821
GM
57702000-09-15 Gerd Moellmann <gerd@gnu.org>
5771
7f8f1edc
GM
5772 * toolbar/toolbar.el (toolbar-add-item): Use the same image
5773 specification if or if not tool-bar item contains an `:enabled'
5774 property.
5775
7a98d821
GM
5776 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
5777 current buffer has no file name.
5778
a7bc704b
DL
57792000-09-15 Dave Love <fx@gnu.org>
5780
5781 * strokes.el: Sync with maintainer's current version with changes
5782 for Emacs, but avoid runtime cl and levents.
5783 (toplevel): Change autoloads and compilation requires.
5784 (strokes-version, strokes-bug-address, strokes-lift): Values
5785 changed.
5786 (strokes-xpm-header, strokes-insinuated): New variable.
5787 (strokes): Add :link.
5788 (strokes-mode): Customized.
5789 (strokes-while-inhibiting-garbage-collector): New macro.
5790 (strokes-remassoc): Avoid remove-if.
5791 (strokes-fix-button2-command): Don't use ad-do-it.
5792 (strokes-insinuate): New function.
5793 (strokes-button-press-event-p, strokes-button-release-event-p):
5794 New functions, used instead of non-`strokes-' versions..
5795 (strokes-mouse-event-p): Rewritten.
5796 (strokes-event-closest-point): Avoid event-point.
5797 (strokes-get-grid-position): Avoid cdadr, caadr
5798 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
5799 functions.
5800 (strokes-help): Use with-output-to-temp-buffer.
5801 (strokes-window-configuration-changed-p): New function.
5802 (strokes-update-window-configuration): Use buffer-live-p,
5803 strokes-window-configuration-changed-p.
5804 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
5805 (strokes-char-face): New face.
5806 (strokes-char-table, strokes-base64-chars): New variable.
5807 (strokes-xpm-for-stroke, strokes-list-strokes)
5808 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
5809 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
5810 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5811 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
5812 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
5813 functions.
5814
47e351a3
GM
58152000-09-15 Gerd Moellmann <gerd@gnu.org>
5816
ebb8f116
GM
5817 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
5818
47e351a3
GM
5819 * image.el (create-image): Doc fix.
5820
5821 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
5822 instead of `:heuristic-mask t'.
5823
fe83b953
AI
58242000-09-14 Andrew Innes <andrewi@gnu.org>
5825
5826 * makefile.w32-in: Revert to Unix line endings.
5827
52481729
AI
58282000-09-14 Andrew Innes <andrewi@gnu.org>
5829
3021e816
AI
5830 * makefile.w32-in: Add bootstrap support. Also copy lisp source
5831 when installing.
5832
52481729
AI
5833 * makefile.nt (DONTCOMPILE): Fix typo.
5834
5835 * shell.el (shell-write-history-on-exit): New function.
5836 (shell-dumb-shell-regexp): New custom variable.
5837 (shell-mode): Make shell-write-history-on-exit the process
5838 sentinel if shell name matches shell-dumb-shell-regexp.
5839
5840 * w32-fns.el: Comment out before-init-hook function which resets
5841 source-directory based; this breaks bootstrap.
5842
f8034e41
DL
58432000-09-14 Dave Love <fx@gnu.org>
5844
5845 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
5846 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
5847 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
5848 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
5849 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
5850 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
5851 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
5852 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
5853 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
5854
5855 * toolbar/toolbar.el: New.
5856
5857 * subdirs.el: Add toolbar.
5858
b9ce5694
GM
58592000-09-14 Gerd Moellmann <gerd@gnu.org>
5860
5861 * indent.el (indent-for-tab-command): Doc fix.
5862
986b7dee
GM
58632000-09-14 Alex Schroeder <alex@gnu.org>
5864
5865 * ansi-color.el (ansi-colors): Doc change.
5866 (ansi-color-get-face): Simplified regexp.
5867 (ansi-color-faces-vector): Added more faces, doc change.
5868 (ansi-color-names-vector): Doc change.
5869 (ansi-color-regexp): Simplified regexp.
5870 (ansi-color-parameter-regexp): New regexp.
5871 (ansi-color-filter-apply): Doc change.
5872 (ansi-color-filter-region): Doc change.
5873 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
5874 deal with zero length parameters.
5875 (ansi-color-apply-on-region): Doc change.
5876 (ansi-color-map): Doc change.
5877 (ansi-color-map-update): Removed debugging message.
5878 (ansi-color-get-face-1): Added condition-case to trap
5879 args-out-of-range errors.
5880 (ansi-color-get-face): Doc change.
5881 (ansi-color-make-face): Removed.
5882 (ansi-color-for-shell-mode): New option.
9b4a7800 5883
076ff911
KH
58842000-09-13 Kenichi Handa <handa@etl.go.jp>
5885
5886 * international/quail.el (quail-start-translation): Translate KEY
5887 if necessary even if it doesn't have any mapping in the current
5888 input method.
5889 (quail-start-conversion): Likewise.
5890 (quail-help): The output message is improved.
5891
bdf08678
MB
58922000-09-13 Miles Bader <miles@gnu.org>
5893
5894 * comint.el (comint-output-filter): Revert to using
5895 `insert-before-markers'. Add bletcherous hack to undo damage
5896 caused by `insert-before-markers'. Put `front-sticky' property on
5897 overlays created here so that the field code understands how the
5898 overlay works. Use a let when making comint-last-prompt-overlay,
5899 so that the code is easier to read.
5900
ffb8db8d
DL
59012000-09-13 Dave Love <fx@gnu.org>
5902
5903 * wid-edit.el (widget-default-format-handler): DTRT when
5904 doc-property is a function.
5905
5dd05f61
GM
59062000-09-12 Francesco Potorti` <pot@gnu.org>
5907
5908 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
5909 filed name if it's not there.
5910
35177617
DL
59112000-09-12 Dave Love <fx@gnu.org>
5912
9023837e
DL
5913 * simple.el (read-mail-command): Doc fix.
5914 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
5915
35177617
DL
5916 * vc.el (vc-dired-listing-switches): Fix :version.
5917
5918 * vc-hooks.el: Doc fixes.
5919
5920 * subr.el (add-minor-mode): Use toggle-fun arg.
5921
5922 * speedbar.el: Add :version to several defcustoms.
5923
5924 * imenu.el (imenu--truncate-items, imenu--cleanup)
5925 (imenu--generic-function): Avoid mapcar.
5926 (imenu--replace-spaces): Function removed.
5927 (imenu--completion-buffer): Use subst-char-in-string.
5928 (imenu-add-to-menubar): Use keymap inheritance.
5929
1afaae94
MB
59302000-09-12 Miles Bader <miles@gnu.org>
5931
5932 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
5933 (diff-mode-map): Bind `diff-test-hunk'.
5934 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
5935
59362000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
5937
5938 * bytecomp.el (byte-compile-defvar): Undo last change
5939 because it breaks '(make-variable-buffer-local (defvar ...)'
5940 which is used at least in dired.
5941
63c36c3c
KH
59422000-09-12 Kenichi Handa <handa@etl.go.jp>
5943
5944 * international/quail.el (quail-define-package): Docstring
5945 modified.
5946
1ad24be1
KH
59472000-09-12 Kenichi Handa <handa@etl.go.jp>
5948
362a8065
KH
5949 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
5950 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
5951 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
5952 docstring of "chinese-py".
5953
1ad24be1
KH
5954 * international/quail.el (quail-translation-docstring): New
5955 variable.
5956 (quail-show-keyboard-layout): Docstring modified.
5957 (quail-select-current): Likewise.
5958 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
5959 infinite recursive call.
5960 (quail-help): Check quail-translation-docstring. Format of the
5961 output changed.
5962 (quail-help-insert-keymap-description): Adjusted for the above
5963 change.
5964
cc0f95a4
GM
59652000-09-11 Gerd Moellmann <gerd@gnu.org>
5966
5967 * bytecomp.el (byte-compile-defvar): Only cons onto
5968 current-load-list in top-level forms. Else this leaks a cons cell
5969 every time a defun is called.
5970
7530b6da
MB
59712000-09-11 Miles Bader <miles@lsi.nec.co.jp>
5972
5973 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
5974 Now understands non-unified diffs. Some functionality moved into
5975 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
5976 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
5977 modify anything. Only reposition point in the patched file if the
5978 patch succeeds. Only pop up another window if POPUP is true.
5979 Emit a message describing what happened if successful, and at what
5980 line-offset. Automatically detect reversed hunks and do something
5981 appropriate.
5982 (diff-hunk-text, diff-find-text): New functions.
5983 (diff-filter-lines): Function removed.
5984 (diff-test-hunk): New function.
5985 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
5986
6b124390
DL
59872000-09-10 Dave Love <fx@gnu.org>
5988
5989 * textmodes/tildify.el: Minor doc/commentary fixes.
5990 (tildify) <defgroup>: Add :version.
5991
5992 * faces.el (face-x-resources): Make custom type more specific.
5993 (frame-background-mode): Use mapc.
5994 (region) <defcustom>: Add :version.
5995
7f8b6551
SM
59962000-09-08 Stefan Monnier <monnier@cs.yale.edu>
5997
9b4a7800
TTN
5998 * vc-sccs.el (vc-sccs-register):
5999 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
6000 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6001 * vc.el (vc-register): Clear file's properties.
6002
c454aac1
GM
60032000-09-08 Gerd Moellmann <gerd@gnu.org>
6004
6005 * faces.el (face-spec-set): Only face-spec-reset-face when
6006 ATTRS is non-nil.
6007
bb934822
EZ
60082000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6009
6010 * help.el (help-insert-xref-button): Fix a typo in doc string.
6011
03419440
EZ
60122000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6013
7f8b6551
SM
6014 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6015 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
6016 methods.
6017
03419440
EZ
6018 * menu-bar.el (read-mail-item-name): New function.
6019 (menu-bar-tools-menu): Use it to compute and display the package
6020 used to read email.
6021 (menu-bar-tools-menu): Fix typo in GUD's help string.
6022
dbcee71a
DL
60232000-09-07 Dave Love <fx@gnu.org>
6024
19e713d8
DL
6025 * diff-mode.el (diff-mouse-goto-source): New function.
6026
a7cafade 6027 * vc-sccs.el: Doc fixes.
7f8b6551 6028 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
6029
6030 * vc-rcs.el: Doc fixes.
7f8b6551
SM
6031 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6032 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
6033 (vc-rcs-master-templates): Add or change :version.
6034
7f8b6551 6035 * vc-cvs.el: Doc fixes.
a7cafade
DL
6036 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6037 (vc-cvs-stay-local): Add :version.
6038
dbcee71a
DL
6039 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6040
ed254191
KH
60412000-09-07 Kenichi Handa <handa@etl.go.jp>
6042
6043 * international/quail.el (quail-help): Fix previous change.
6044
ab0ee409
GM
60452000-09-07 Gerd Moellmann <gerd@gnu.org>
6046
f46f845b 6047 * faces.el (color-values): Doc fix.
9b4a7800 6048
ab0ee409
GM
6049 * faces.el (frame-set-background-mode): Use frame-parameter
6050 instead of frame-parameters.
6051
6052 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 6053 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 6054 frame-parameters.
9b4a7800 6055
f7246ac7
KH
60562000-09-07 Kenichi Handa <handa@etl.go.jp>
6057
6058 * language/devan-util.el (devanagari-to-indian-region): In the
6059 loop, change the following char, not preceding char.
6060
96889af2
GM
60612000-09-07 Gerd Moellmann <gerd@gnu.org>
6062
1091dd67
GM
6063 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6064 instead of frame-parameters.
6065
9b4a7800 6066 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
6067 internal-set-lisp-face-attribute with FRAME being 0.
6068
6069 * vc.el: Remove `Id' version control keyword.
96889af2 6070
0fddd0dc
KH
60712000-09-07 Kenichi Handa <handa@etl.go.jp>
6072
6073 * help.el (help-make-xrefs): Adjusted for the change of
6074 help-xref-mule-regexp.
6075 (help-insert-xref-button): New function.
6076
6077 * international/mule-cmds.el (help-xref-mule-regexp-template):
6078 Include the pattern for character set.
6079 (leim): New group.
6080
6081 * international/quail.el: Don't require face.
6082 (quail): New group.
7f8b6551 6083 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
6084 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6085 (quail-keyboard-layout-substitution): New variable.
6086 (quail-update-keyboard-layout): New function.
6087 (quail-keyboard-layout-type): New customizable variable.
6088 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6089 (quail-keyboard-translate): Pay attention to
6090 quail-keyboard-layout-substitution.
6091 (quail-insert-kbd-layout): New function.
6092 (quail-show-keyboard-layout): New function.
6093 (quail-get-translation): If the definition is a vector of length
7f8b6551 6094 1, and the element is a string of length 1, return the character
0fddd0dc
KH
6095 in that string.
6096 (quail-update-current-translations): Fix the case of
6097 relative-index out of range.
6098 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6099 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 6100 Show key sequences for all available characters.
0fddd0dc
KH
6101 (quail-help-insert-keymap-description): Don't show such verbose
6102 key bindings as quail-self-insert-command.
6103
6104 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6105 Format changed, and each element now have extra documentations.
6106 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6107 Adjusted for the change of quail-cxterm-package-ext-info.
6108
8ddceaf1
GM
61092000-09-06 Gerd Moellmann <gerd@gnu.org>
6110
6111 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6112 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6113 during bootstrap.
6114
099bd78a
SM
61152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6116
6117 * vc.el: (toplevel): Don't require `dired' at run-time.
6118 (vc-dired-resynch-file): Remove autoload cookie.
6119
61202000-09-05 Andre Spiegel <spiegel@gnu.org>
6121
6122 * vc.el: Made several backend functions optional.
6123 (vc-default-responsible-p): New function.
6124 (vc-merge): Use RET for first version to trigger merge-news, not
6125 prefix arg.
6126 (vc-annotate): Handle backends that do not support annotation.
6127 (vc-default-merge-news): Removed. The existence of a merge-news
6128 implementation is now checked on caller sites.
6129
9b4a7800 6130 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
6131 case.
6132
9b4a7800 6133 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
6134 special case that has been removed from the default in vc-hooks.el.
6135
61362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6137
6138 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6139
61402000-09-05 Andre Spiegel <spiegel@gnu.org>
6141
6142 * vc-hooks.el: Require vc during compilation.
6143 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6144 macro `with-vc-properties' in vc.el.
6145 (vc-file-getprop): Doc fix.
6146 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 6147
099bd78a
SM
6148 * vc.el: Require dired-aux during compilation.
6149 (vc-name-assoc-file): Moved to vc-sccs.el.
6150 (with-vc-properties): New macro.
9b4a7800 6151 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
6152 vc-finish-steal): Use it.
6153 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6154 to the backend-specific function is now supposed to do the checkout,
6155 too.
6156 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6157
9b4a7800 6158 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
6159 set file properties; that gets done in the generic code now.
6160
6161 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6162 Changed parameter list, added code from vc.el that does the
6163 checkout, possibly with a double-take.
6164
6165 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6166 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6167 the above under the new name.
6168 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6169 parameter list, added checkout command.
6170 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6171 properties; that gets done in the generic code now.
6172
61732000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6174
6175 * vc.el: Docstring fixes (courtesy of checkdoc).
6176
61772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6178
6179 * vc.el (vc-checkout-writable-buffer-hook)
6180 (vc-checkout-writable-buffer): Remove.
6181 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6182 (vc-log-mode): Make it into a clean derived major mode.
6183 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6184 vc-log-mode if log-edit is not available.
6185 (vc-dired-mode-map): Don't set-keymap-parent yet.
6186 (vc-dired-mode): Do set-keymap-parent here.
6187 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6188
08ba3862
GM
61892000-09-05 Gerd Moellmann <gerd@gnu.org>
6190
6191 * faces.el (set-face-attribute, face-spec-reset-face)
6192 (face-spec-set): Avoid consing by removing calls to `apply'.
6193
6194 * frame.el (frame-parameter): Move to C code.
6195
3b4429b4
DL
61962000-09-05 Dave Love <fx@gnu.org>
6197
6198 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6199 insert-before-markers-and-inherit. Now checked systematically!
6200
877055f6
GM
62012000-09-05 Alex Schroeder <alex@gnu.org>
6202
6203 * sql.el (sql-postgres): Use sql-postgres-options.
6204 (sql-postgres-options): New variable.
6205
62062000-09-05 Alex Schroeder <alex@gnu.org>
6207
6208 * sql.el (sql-mode-menu): Work around missing variable mark-active
6209 in XEmacs.
6210 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6211 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6212 compatibility.
6213
7a004b71
GM
62142000-09-04 Gerd Moellmann <gerd@gnu.org>
6215
54baed30 6216 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 6217
7a004b71
GM
6218 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6219
6220 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6221
62222000-09-04 Andre Spiegel <spiegel@gnu.org>
6223
6224 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6225 don't support anything else under SCCS yet.
6226
6227 * vc-hooks.el: Minor doc fixes.
6228
62292000-09-04 Andre Spiegel <spiegel@gnu.org>
6230
6231 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6232 not necessary. If verbose in state `needs-patch', do the same as
6233 under `up-to-date'. When NOT verbose and `needs-patch', check out
6234 latest version instead of `merge-news'.
6235 (vc-next-action-dired): Don't mess with default-directory here; it
6236 breaks other parts of dired. It is the job of the
099bd78a 6237 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
6238 (vc-next-action): Remove a special CVS case.
6239 (vc-clear-headers): New optional arg FILE.
6240 (vc-checkin, vc-checkout): Set properties vc-state and
6241 vc-checkout-time properly.
099bd78a 6242 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
6243 (vc-print-log): Use new backend function `show-log-entry'.
6244 (vc-cancel-version): Do the checks in a different order. Added a
6245 FIXME concerning RCS-only code.
6246
6247 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6248 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6249
6250 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6251
9b4a7800 6252 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
6253 `needs-patch' as a `-' too.
6254
62552000-09-04 Andre Spiegel <spiegel@gnu.org>
6256
6257 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6258 (vc-default-could-register): New function.
6259 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6260 (vc-resynch-buffer): Call vc-dired-resynch-file.
6261 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6262 vc-resynch-buffer instead of vc-resynch-window.
6263 (vc-next-action-dired): Don't redisplay here, that gets done as a
6264 result of the individual file operations.
6265 (vc-retrieve-snapshot): Corrected prompt order.
6266
6267 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 6268
7a004b71
GM
6269 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6270 as well.
6271 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6272 hostname regexps. Updated all callers.
6273 (vc-cvs-responsible-p): Handle directories as well.
6274 (vc-cvs-could-register): New function.
6275 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6276 properties up-to-date.
9b4a7800 6277
7a004b71
GM
6278 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6279 user whether to create one.
6280
62812000-09-04 Andre Spiegel <spiegel@gnu.org>
6282
6283 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6284 check out a non-existing file.
6285
6286 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6287 workfile does not exist.
6288
6289 * vc.el (vc-version-diff): Use `require' to check for existence of
6290 diff-mode.
6291
62922000-09-04 Andre Spiegel <spiegel@gnu.org>
6293
6294 * vc-cvs.el (vc-cvs-registered): Use new function
6295 vc-cvs-parse-entry to do the actual work.
6296
62972000-09-04 Andre Spiegel <spiegel@gnu.org>
6298
6299 * vc-hooks.el (vc-find-backend-function): If function doesn't
6300 exist, return nil instead of error.
6301 (vc-call-backend): Doc fix.
6302
6303 * vc.el (vc-do-command): Doc fix.
6304 (vc-finish-logentry): When checking in from vc-dired, choose the
6305 right backend for logentry check.
6306 (vc-dired-mode-map): Inherit from dired-mode-map.
6307 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6308 simplified.
6309 (vc-dired-state-info): Removed, updated caller.
6310 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6311 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6312 (vc-dired-listing-switches): New variable.
6313 (vc-directory): Use it, instead of dired-listing-switches.
6314
6315 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6316 (vc-cvs-dir-state): New function.
7f8b6551 6317 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
6318 (vc-cvs-parse-entry): New function, also to be used in
6319 vc-cvs-registered.
9b4a7800 6320
7a004b71
GM
63212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6322
6323 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6324 *or* single-window-frames.
6325
63262000-09-04 Andre Spiegel <spiegel@gnu.org>
6327
6328 * vc.el (vc-update-changelog): Split into generic part and default
6329 implementation. Doc string adapted.
6330 (vc-default-update-changelog): New function. Call the `rcs2log'
6331 script in exec-directory, to fix a long-standing nuisance.
6332
6333 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6334 simply signals an error.
9b4a7800 6335
7a004b71
GM
63362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6337
6338 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6339 control-flow more clear and to avoid running `cvs' twice.
6340
6341 * vc.el (vc-next-action-on-file): Doc fix.
6342 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6343 (vc-print-log): Eval `file' before constructing the continuation.
6344
63452000-09-04 Andre Spiegel <spiegel@gnu.org>
6346
6347 * vc.el (vc-next-action-on-file): Corrected several messages.
6348 (vc-merge): Add prefix arg `merge-news'; handle it.
6349
6350 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6351 is not reached. It is.
6352 (vc-cvs-merge): Set state to 'edited after merge.
6353 (vc-cvs-merge-news): Set workfile version to nil if not known.
6354 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6355
6356 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6357 via stdout. (Merge from main line.)
9b4a7800 6358
7a004b71
GM
63592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6360
6361 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6362 detection.
6363
63642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6367 against kill-all-local-variables.
6368 (vc-log-edit): Don't save vc-parent-buffer any more.
6369 (vc-last-comment-match): Initialize to an empty string.
6370 (vc-post-command-functions): New hook.
6371 (vc-do-command): Run it.
6372 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6373 (vc-finish-logentry): Only add the comment to the ring if it's
6374 different from the last comment entered.
6375 (vc-new-comment-index): New function.
6376 (vc-previous-comment): Use it. Make the minibuffer message
6377 slightly less terse.
6378 (vc-comment-search-reverse): Make it work forward as well. Don't
6379 set vc-comment-ring-index if no match is found. Use
6380 vc-new-comment-index.
6381 (vc-comment-search-forward): Use vc-comment-search-reverse.
6382 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6383 define-derived-mode will do it for us. Bind `v' to a keymap that
6384 inherits from vc-prefix-map so that we can bind `vt' without
6385 binding C-x v t.
6386 (vc-retrieve-snapshot): Parenthesis typo.
6387
6388 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6389 to 1. Make sure to switch to *vc* before looking for an error
6390 message. Use vc-parse-buffer.
6391
63922000-09-04 Andre Spiegel <spiegel@gnu.org>
6393
6394 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6395 and NAME.
6396 (vc-retrieve-snapshot): Split into two parts.
6397 (vc-default-retrieve-snapshot): New function.
6398
6399 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6400 (vc-cvs-retrieve-snapshot): New function (untested).
6401 (vc-cvs-stay-local): Default to t.
6402 (vc-cvs-remote-p): New function and property.
6403 (vc-cvs-state): Stay local only if the above is t.
6404 (vc-handle-cvs): Removed.
6405 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6406 done via vc-handled-backends now.
6407 (vc-cvs-header): Escape Id.
6408
64092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6410
6411 * vc.el (vc-do-command): Remove unused commands.
6412 (vc-version-diff): Make sure default-directory ends with a slash.
6413 Move the window commands into a vc-exec-after.
6414 (vc-print-log): Move more of the code into the `vc-exec-after'.
6415
64162000-09-04 Andre Spiegel <spiegel@gnu.org>
6417
6418 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6419 (vc-print-log): Search current revision from beginning of buffer.
6420 (vc-revert-buffer): Clear echo area after the diff is finished.
6421 (vc-prefix-map): Removed definition of "t" for terse display in vc
6422 dired.
6423 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6424 definition of "vt" for terse display.
6425 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6426
64272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6428
6429 * vc.el (vc-exec-after): Avoid caddr.
6430
64312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6432
6433 * vc.el (vc-exec-after): New function.
6434 (vc-do-command): Use it to add a termination message for async
6435 procs.
6436 (vc-checkout): Try to handle a missing-backend situation.
6437 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6438 of a directory with a backend using async diffs.
6439 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6440 present.
6441
6442 * vc-sccs.el (vc-sccs-state-heuristic): Use
6443 file-ownership-preserved-p.
6444
6445 * vc-rcs.el (vc-rcs-state-heuristic): Use
6446 file-ownership-preserved-p.
6447 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6448
64492000-09-04 Andre Spiegel <spiegel@gnu.org>
6450
6451 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6452 vc-do-command.
6453
6454 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6455 when there are no changes.
6456
64572000-09-04 Andre Spiegel <spiegel@gnu.org>
6458
6459 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6460
6461 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6462
64632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6464
6465 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6466
6467 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6468 the `fset' outside of the defvar so that it works even if
6469 vc-prefix-map was already defined.
6470 (vc-setup-buffer): New function, split out of vc-do-command.
6471 (vc-do-command): Allow BUFFER to be t to mean `just use the
6472 current buffer without any fuss'.
6473 (vc-version-diff): Change the `diff' backend operation to just put
6474 the diff in the current buffer without erasing it. Always use
6475 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6476 shrink-window-if-larger-than-buffer.
6477 (vc-print-log): Change the `print-log' backend operation to just
6478 put the log in the current buffer without erasing it. Protect
6479 shrink-window-if-larger-than-buffer.
6480 (vc-update-change-log): Fix setd typo.
6481
6482 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6483 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6484
6485 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6486 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6487 CMP.
6488
6489 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6490 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6491 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6492
64932000-09-04 Andre Spiegel <spiegel@gnu.org>
6494
6495 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6496 not possible, use vc-BACKEND-workfile-unchanged-p.
6497 (vc-default-workfile-unchanged-p): New function. Delegates to a
6498 full vc-BACKEND-diff.
6499
6500 * vc-hooks.el (vc-simple-command): Removed.
6501
6502 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6503 instead of vc-simple-command.
6504 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6505 avoid doing a diff when opening a file.
6506 (vc-rcs-state): Added check for unlocked-changes.
6507 (vc-rcs-header): Escape Id.
6508 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6509 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6510 version.
6511
6512 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6513 (vc-sccs-diff): Remove optional arg CMP.
6514 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6515 SCCS-specific function.
6516
6517 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6518 vc-simple-command.
6519
65202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6521
6522 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6523 (with-vc-file, vc-merge): Use vc-editable-p.
6524 (vc-do-command): Remove unused var vc-file and fix the
6525 doubly-defined `status' var. Add a user message when starting an
6526 async command.
6527 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6528 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6529 Use with-current-buffer.
6530 (vc-buffer-sync): Use unless.
6531 (vc-next-action-on-file): If the file is 'edited by read-only,
6532 make it read-write instead of trying to commit.
6533 (vc-version-diff, vc-update-change-log): Use `setq
6534 default-directory' rather than `cd'.
6535 (vc-log-edit): Don't forget to set default-directory in the
6536 buffer.
6537
6538 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6539 (vc-sccs-state-heuristic): Use file-writable-p instead of
6540 comparing userids.
6541 (vc-sccs-checkout): Use `unless'.
6542
6543 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6544 of comparing userids.
6545 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6546 Simplify the logic by eliminating unreachable code.
6547 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6548 just do a recursive call if we need to retry.
6549 (vc-rcs-checkout): Handle the case where rcs is missing by making
6550 the buffer read-write if requested and re-signalling the error.
6551
6552 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6553
65542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6555
6556 * vc-hooks.el (vc-handled-backends): Docstring change.
6557 (vc-ignore-vc-files): Mark obsolete.
6558 (vc-registered): Check vc-ignore-vc-files.
6559 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6560 vc-ignore-vc-files.
6561
6562 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6563
65642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6567 files since ange-ftp already has vc-registered return nil.
6568
6569 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6570 (vc-sccs-workfile-version): Use with-temp-buffer and new
6571 vc-parse-buffer and don't bother setting the property.
6572 (vc-sccs-add-triple): Use with-current-buffer and
6573 find-file-noselect.
6574 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6575
6576 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6577 derives from the old vc-parse-buffer but uses the revision number
6578 rather than the date (much easier to compare robustly).
6579 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6580 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6581 locking-user more directly. Check strict locking and set
6582 checkout-model appropriately.
6583 (vc-rcs-parse-locks): Remove.
6584 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6585 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6586 (vc-rcs-system-release): Use with-current-buffer and
6587 vc-parse-buffer.
6588 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6589
6590 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6591 (vc-simple-command): Docstring fix.
6592 (vc-registered): Align the way the file-handler is called with the
6593 way the function itself works.
6594 (vc-file-owner): Remove.
6595
6596 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6597 extraction of fields and call to file-attributes because of a
6598 temporary bug in rcp.el.
6599 (vc-cvs-fetch-status): Use with-current-buffer.
6600
66012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6602
6603 * vc.el (vc-do-command): Use file-relative-name.
6604 (vc-responsible-backend): Use vc-backend if possible.
6605 (vc-create-snapshot): Improve the `interactive' spec. Add support
6606 for branches and dispatch to backend-specific `create-snapshot'.
6607 (vc-default-create-snapshot): New function, containing the bulk of
6608 the old vc-create-snapshot.
6609 (vc-retrieve-snapshot): Improve the interactive spec.
6610
6611 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6612 (vc-backend-hook-functions): Remove.
6613 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6614 (vc-backend): Reintroduce the test for `file = nil' now that I
6615 know why it was there (and added a comment to better remember).
6616
6617 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6618 code from vc-sccs-hooks.el.
6619 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6620 'vc anymore.
6621 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6622 and file-directory-p instead of file-exists-p.
6623 (vc-sccs-check-headers): Simplify the regexp.
6624
6625 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6626 from vc-rcs-hooks.el. Don't require 'vc anymore.
6627 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6628 file-directory-p instead of file-exists-p.
6629
6630 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6631 from vc-cvs-hooks.el.
6632 (proto vc-cvs-registered): Require 'vc-cvs instead of
6633 'vc-cvs-hooks. Don't require 'vc anymore.
6634 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6635 file-directory-p instead of file-exists-p.
6636 (vc-cvs-create-snapshot): New function, replacing
6637 vc-cvs-assign-name.
6638 (vc-cvs-assign-name): Remove.
6639
66402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6641
6642 * vc-cvs.el (vc-cvs-header): New var.
6643
6644 * vc-rcs.el (vc-rcs-exists): Remove.
6645 (vc-rcs-header): New var.
6646
6647 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6648 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6649 (vc-sccs-header): New var.
6650
6651 * vc.el (vc-do-command): Get rid of the `last' argument.
6652 (vc-header-alist): Remove, replaced by vc-X-header.
6653 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
6654 (vc-dired-hook): Use expand-file-name instead of concat.
6655 (vc-directory): Use file-name-as-directory.
6656 (vc-snapshot-precondition, vc-create-snapshot)
6657 (vc-retrieve-snapshot): Allow the command to operate on any
6658 directory.
6659
6660 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
6661 just removing the 'WORKFILE argument or by removing the 'MASTER
6662 argument and replacing `file' with (vc-name file).
6663
66642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6665
6666 * vc.el: Update Copyright and add a crude list of backend funs.
6667 (vc-writable-p): New function.
6668 (with-vc-file): Use vc-writable-p.
7f8b6551 6669 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
6670 (vc-register): Avoid vc-name.
6671 (vc-locking-user): Remove.
6672 (vc-steal-lock): Make the `owner' arg non-optional.
6673 (vc-merge): Use vc-writable-p instead of vc-locking-user and
6674 vc-checkout-model.
6675 (vc-default-dired-state-info): Use vc-state instead of
6676 vc-locking-user and return special strings for special states.
6677 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
6678 and get rid of one of the special CVS cases.
6679 (vc-cancel-version): prettify error message with \\[...].
6680 (vc-rename-master): New function.
6681 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
6682 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
6683 the CVS special case generic.
6684 (vc-default-record-rename): Remove.
6685 (vc-file-tree-walk-internal): Only call FUNC for files that are
6686 under control of some VC backend and replace `concat' with
6687 expand-file-name.
6688 (vc-file-tree-walk): Update docstring.
6689 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
6690 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
6691
6692 * vc-sccs.el (vc-sccs-rename-file): Renamed from
6693 vc-sccs-record-rename. Use `find-file-noselect' rather than
6694 `find-file' and call `vc-rename-master' to do the actual move.
6695 (vc-sccs-diff): Remove unused `backend' variable.
6696
6697 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
6698 to delay loading of vc-sccs until it is really used.
6699 (vc-sccs-master-templates): Preload.
6700 (vc-sccs-state): Update call to vc-sccs-parse-locks.
6701 (vc-sccs-project-dir): Remove (merged into
6702 vc-sccs-search-project-dir).
6703 (vc-sccs-search-project-dir): Rewrite using file name handling ops
6704 rather than `concat', make sure it is preloaded and don't bother
6705 to check that the file actually exists.
6706 (vc-sccs-parse-locks): Remove unused `file' argument, remove
6707 `locks' argument (use buffer's content instead) and eliminate n^2
6708 behavior.
6709
6710 * vc-rcs.el: Update Copyright.
6711 (vc-rcs-rename-file): New function.
6712 (vc-rcs-diff): Remove unused `backend' variable.
6713
6714 * vc-hooks.el: Update Copyright.
6715 (vc-backend): Don't accept a nil argument any more.
6716 (vc-up-to-date-p): Turn into a defsubst.
6717 (vc-possible-master): New function.
6718 (vc-check-master-templates): Use `vc-possible-master' and allow
6719 funs in vc-X-master-templates to return a non-existent file.
6720
6721 * vc-cvs.el: Update Copyright.
6722 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 6723 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
6724
6725 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
6726
67272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6728
6729 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
6730 since it can be called from vc-rcs.el.
6731 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
6732
67332000-09-04 Andre Spiegel <spiegel@gnu.org>
6734
6735 * vc.el (vc-version-diff): Expand file name read from the
6736 minibuffer. Handle the case when a previous version number can't
6737 be guessed. Give suitable messages when there were no differences
6738 found.
6739 (vc-clear-headers): Call backend-specific implementation, if one
6740 exists.
6741 (vc-cancel-version): Made error checks generic. When done, clear
6742 headers generically, too.
6743
6744 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
6745 from vc-clear-headers in vc.el.
6746
6747 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
6748 correctly.
6749 (vc-rcs-latest-on-branch-p): Made second argument VERSION
6750 optional. Handle the case when it's not there.
6751
67522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6753
6754 * vc.el (vc-locking-user): Moved from vc-hooks.el.
6755
67562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6757
6758 * vc-hooks.el (vc-loadup): Remove.
6759 (vc-find-backend-function): Use `require'. Also, handle the case
6760 where vc-BACKEND-hooks.el doesn't exist.
6761 (vc-call-backend): Cleanup.
6762
67632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6764
6765 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
6766 vc-rcs-grab-templates)
6767 (vc-rcs-registered): Remove. The default function works as well.
6768 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
6769 vc-sccs-grab-templates)
6770 (vc-sccs-registered): Remove. The default function works as well.
6771
6772 * vc.el (vc-version-diff): Left out a vc- in call to
6773 vc-call-backend.
6774 (vc-default-dired-state-info, vc-default-record-rename)
6775 (vc-default-merge-news): Update for the new backend argument.
6776
6777 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
6778 using the default function.
6779 (vc-call-backend): If calling the default function, pass it the
6780 backend as first argument. Update the docstring accordingly.
6781 (vc-default-state-heuristic, vc-default-mode-line-string): Update
6782 for the new backend argument.
6783 (vc-make-backend-sym): Renamed from vc-make-backend-function.
6784 (vc-find-backend-function): Use the new name.
6785 (vc-default-registered): New function.
6786
67872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6788
6789 * vc.el (vc-merge): Use vc-find-backend-function.
6790
6791 * vc-hooks.el (vc-backend-functions): Remove.
6792 (vc-loadup): Don't setup 'vc-functions.
6793 (vc-find-backend-function): New function.
6794 (vc-call-backend): Use above fun and populate 'vc-functions
6795 lazily.
6796 (vc-backend-defines): Remove.
6797
67982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * vc.el (vc-register): Put a FIXME note for a newly found bug.
6801 Call vc-call-backend without the leading vc-.
6802 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
6803 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 6804 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
6805 (vc-annotate-display): Replace confusing use of `cond' with `or'.
6806 Call vc-call-backend without the leading vc-.
6807
6808 * vc-cvs.el (tail): Provide vc-cvs.
6809 * vc-sccs.el (tail): Provide vc-sccs.
6810 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
6811
6812 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
6813 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 6814 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
6815 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
6816 (vc-call-backend): Always try to load vc-X-hooks.
6817 (vc-registered): Remove vc- in call to vc-call-backend.
6818
68192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6820
6821 * vc.el (vc-process-filter): New function.
6822 (vc-do-command): Setup `vc-process-filter' for the async process.
6823 (vc-maybe-resolve-conflicts): New function to reduce
6824 code-duplication. Additionally, it puts the buffer in
6825 `smerge-mode' if applicable.
6826 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
6827 calling `merge-news'.
7f8b6551 6828 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
6829 (vc-log-edit): New function. Replacement for `vc-log-mode' by
6830 interfacing to log-edit.el.
6831 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
6832 log-edit is available.
6833 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
6834
68352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6836
6837 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
6838 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
6839 defvar and the initialization.
6840 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
6841
6842 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
6843 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
6844
7f8b6551 6845 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
6846
68472000-09-04 Andre Spiegel <spiegel@gnu.org>
6848
6849 * vc.el (vc-file-clear-masterprops): Removed.
6850 (vc-checkin, vc-revert-buffer): Removed calls to the above.
6851 (vc-version-diff): Use buffer-size without argument.
6852 (vc-register): Heed vc-initial-comment.
6853
6854 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
6855 default branch.
6856
6857 * vc-rcs.el (vc-rcs-register): Parse command output to find master
6858 file name and workfile version.
6859 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
6860
6861 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
6862 vc-file-clear-masterprops.
6863
6864 * vc-sccs.el (vc-sccs-checkout): Removed call to
6865 vc-file-clear-masterprops. If writable, set vc-state to 'edited
6866 rather than user login name.
6867
6868
68692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * vc.el (vc-workfile-unchanged-p): Remove unused argument
6872 `want-differences-if-changed' and simplify.
6873 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
6874 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
6875 output (which is invalid for async vc-diff) to decide whether to
6876 do the revert silently or not.
6877
68782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6879
6880 * vc-hooks.el (vc-loadup): Load files quietly.
6881 (vc-call-backend): Oops, brain fart.
6882
68832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6884
6885 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 6886 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
6887
68882000-09-04 Andre Spiegel <spiegel@gnu.org>
6889
6890 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
6891 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
6892 vc-state or vc-up-to-date-p.
6893 (vc-merge): Use vc-backend-defines to check whether merging is
6894 possible. Set state to 'edited after successful merge.
6895
6896 * vc-hooks.el (vc-locking-user): If locked by the calling user,
6897 return that name. Redocumented.
6898
68992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6900
6901 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
6902 new `vc-state' semantics.
6903 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
6904 'vc-locking-user to the current user.
6905 (vc-merge): Inline vc-backend-merge. Comment out code that I
6906 don't understand and hence can't adapt to the new `vc-state' and
6907 `vc-locking-user' semantics.
6908 (vc-backend-merge): Remove.
6909
6910 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
6911 rather than 'vc-locking-user.
6912
6913 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
6914
6915 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
6916 (vc-state): Don't use 'reserved any more. Just use the same
6917 convention as the one used for vc-<backend>-state where the
6918 locking user (as a string) is returned.
6919 (vc-locking-user): Update, based on the above convention. The
6920 'vc-locking-user property has disappeared.
7f8b6551 6921 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
6922
6923 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
6924 with a heuristic one.
6925 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
6926 (vc-cvs-checkin): Do a trivial parse to set the state in case of
6927 error. That allows us to get to 'needs-merge even in the
6928 stay-local case. There's still no way to detect 'needs-patch in
6929 such a setup (or to force an update for that matter).
6930 (vc-cvs-logentry-check): Remove, the default works as well.
6931
69322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6933
7f8b6551 6934 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
6935
6936 * vc.el (vc-do-command): kill-all-local-variables, to reset any
6937 major-mode in which the buffer might have been put earlier. Use
6938 `remove' and `when'. Allow `okstatus' to be `async' and use
6939 `start-process' in this case.
6940 (vc-version-diff): Handle the case where the diff looks empty
6941 because of the use of an async process.
6942
69432000-09-04 Andre Spiegel <spiegel@gnu.org>
6944
6945 * vc.el (vc-next-action-on-file): Removed optional parameter
6946 `simple'. Recompute state unconditionally.
6947 (vc-default-toggle-read-only): Removed.
6948
6949 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
6950 (vc-toggle-read-only): Undid prev change.
6951
6952 * vc-cvs.el (vc-cvs-stay-local): Renamed from
6953 vc-cvs-simple-toggle. Redocumented.
6954 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
6955 (vc-cvs-toggle-read-only): Removed.
6956
69572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6958
7f8b6551 6959 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
6960 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
6961 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
6962 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
6963 still is. So maybe it should be removed.
6964 (vc-head-version, vc-find-binary): Remove.
6965 (vc-recompute-state): Move from vc-hooks.el.
6966 (vc-next-action-on-file): Add a `simple' argument to allow
6967 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
6968 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
6969 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
6970 (vc-dired-mode-map): Properly defvar it.
6971 (vc-print-log): Call log-view-mode if available.
6972 (small-temporary-file-directory): defvar instead of use boundp.
6973 (vc-merge-news): Moved to vc-cvs.el.
6974 (vc-default-merge-news): New function.
6975
6976 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
6977 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
6978 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
6979 unknown `vc-latest-version' function. It should probably refer to
6980 vc-workfile-version or somesuch, but it's very unclear to me and I
6981 don't have SCCS to test things.
6982
6983 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
6984 (vc-sccs-state-heuristic): Fix typo.
6985 (vc-sccs-workfile-unchanged-p): Add missing argument.
6986
6987 * vc-rcs.el: Require vc and vc-rcs-hooks.
6988 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
6989 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
6990 (vc-release-greater-or-equal-p): Move from vc.
6991 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
6992 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
6993 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 6994 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
6995
6996 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
6997 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
6998 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
6999 than the apparently unbound `workfile-version'.
7000
7001 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7002 (vc-file-prop-obarray): Use `make-vector'.
7003 (vc-backend-functions): Add new hookable functions
7004 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7005 (vc-loadup): If neither backend nor default functions exist, use
7006 the backend function rather than nil.
7007 (vc-call-backend): If the function if not bound yet, try to load
7008 the non-hook file to see if it provides it.
7009 (vc-call): New macro plus use it wherever possible.
7010 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7011 nor `vc-find-binary' since it's only called from
7f8b6551 7012 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
7013 (vc-checkout-model): Fix parenthesis.
7014 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7015
7f8b6551 7016 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
7017 (vc-cvs-release, vc-cvs-system-release): Remove.
7018 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7019 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7020 status symbols.
7021 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7022 (vc-cvs-toggle-read-only): First cut at a function to allow a
7023 cvs-status-free vc-toggle-read-only.
7024 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7025 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7026 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7027 (vc-cvs-checkout): Modify access rights directly if the user
7028 requested not to use `cvs edit'. And refresh the mode line.
7029
7030 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7031 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7032
70332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7034
7035 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7036 workfile' that got lost when the code was extracted from vc.el.
7037 And merged the tail with the rest of the code (not possible in the
7038 old vc.el where the tail was shared among all backends). And
7039 explicitly set the state to 'edited if `writable' is set.
7040
7041 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7042 (vc-cvs-state): Be careful to return the value from
7043 vc-cvs-parse-state.
7044 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7045 property but return it instead. Also be careful to handle a nil
7046 or "" `rev' when workfile is non-nil (it was handled properly when
7047 workfile was nil).
7048
7049 * vc.el: Removed those pesky unnecessary `(function' quotes.
7050 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7051 directly in the defvar.
7052 (vc-do-command): Bind inhibit-read-only so as to properly handle
7053 the case where the destination buffer has been made read-only.
7054 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 7055 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
7056 (vc-annotate-mode-variables): Removed (code moved partly to
7057 defvars and partly to vc-annotate-add-menu).
7058 (vc-annotate-mode): Turned into a derived-mode.
7059 (vc-annotate-add-menu): Moved in code in
7060 vc-annotate-mode-variables.
7061 (vc-update-change-log): Use make-temp-file if available.
7062
70632000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7064
7065 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7066 `vc-checkout-model' updated to `vc-cvs-update-model'.
7067
70682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7069
7070 * vc.el (vc-next-action-on-file): Added handling of state
7071 `unlocked-changes'.
7072 (vc-checkout-carefully): Is now practically obsolete, unless the
7073 above is too slow to be enabled unconditionally.
7074 (vc-update-change-log): Fixed typo.
7075
7076 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7077
7f8b6551
SM
7078 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7079 Now handles state `unlocked-changes'.
7080 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
7081
7082 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7083
7084 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7085 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7086 `unlocked-changes'.
7087 (vc-rcs-workfile-unchanged-p): Renamed from
7088 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7089 function yet, but supposed to become one soon.
7090
7091 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7092 `vc-steal-lock'.
7093 (vc-call-backend): Changed error message.
7094 (vc-state): Added description of state `unlocked-changes'.
7095
70962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7097
7098 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7099 always return t in CVS-controlled directories.
7100
7101 * vc.el (vc-responsible-backend): New function.
7102 (vc-register): Largely rewritten.
7103 (vc-admin): Removed (implementation moved into vc-register).
7104 (vc-checkin): Redocumented.
7105 (vc-finish-logentry): If no backend defined yet (because we are in
7106 the process of registering), use the responsible backend.
7107
7108 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7109 Updated function lists.
7110 (vc-call-backend): Fixed typo.
7111
7f8b6551
SM
7112 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7113 New functions.
7114 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7115 Removed query option. Redocumented.
7a004b71
GM
7116
71172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7118
7119 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7120
7121 * vc.el: Updated callers of `vc-checkout-required' to use
7122 `vc-checkout-model'.
7123
71242000-09-04 Martin Lorentzson <martinl@gnu.org>
7125
7126 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7127 stuff updated to reference this function instead of the old
7128 `vc-backend-release-p'.
7129
71302000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7131
7132 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7133 vc-checkout-model. Return appropriate values. Updated callers.
7134
71352000-09-04 Martin Lorentzson <martinl@gnu.org>
7136
7f8b6551 7137 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
7138 (vc-backend-revert): Function moved into `vc-revert';
7139 `vc-next-action' must be updated to accomodate this change.
7140 (vc-backend-steal): Function moved into `vc-finish-steal'.
7141 (vc-backend-logentry-check): Function moved into
7142 `vc-finish-logentry'.
7143 (vc-backend-printlog): Function moved into `vc-print-log'.
7144 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7145 (vc-backend-assign-name): Function moved into
7146 `vc-create-snapshot'.
7147
71482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7149
7150 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
7151 Rename to vc-checkout-model. Return appropriate values.
7152 Update callers.
7a004b71 7153
7f8b6551 7154 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 7155 to vc-checkout-model.
7f8b6551
SM
7156 (vc-checkout-required): Rename to vc-checkout-model.
7157 Re-implement and re-comment.
7a004b71
GM
7158 (vc-after-save): Use vc-checkout-model.
7159
71602000-09-04 Martin Lorentzson <martinl@gnu.org>
7161
7f8b6551
SM
7162 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7163 Update to use the vc-BACKEND-diff functions instead.
7164 `vc-diff' is now working.
7a004b71 7165
7f8b6551 7166 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 7167
7f8b6551 7168 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
7169
7170 * vc-sccs.el (vc-sccs-diff): Function changed name from
7171 `vc-backend-diff'. This makes `vc-diff' work.
7172
7f8b6551 7173 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 7174 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 7175 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
7176 signaled during `vc-after-save'.
7177
7f8b6551
SM
7178 * vc.el: Fix typo.
7179 This checkin is made with our new VC code base for the very first time.
7180 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
7181
7182 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7183 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7184
7185 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7186 updated to `vc-uses-locking'.
7f8b6551 7187 (vc-checkout-required): Call to backend function.
7a004b71
GM
7188 `vc-checkout-required' updated to `vc-uses-locking' instead.
7189
7190 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7191 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7192
7f8b6551 7193 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 7194 to match the split into various backends.
7f8b6551 7195 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
7196 (vc-retrieve-snapshot): Bug fix.
7197
71982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7199
7200 * vc-sccs.el (vc-sccs-release): Doc fix.
7201
72022000-09-04 Martin Lorentzson <martinl@gnu.org>
7203
7204 * vc.el (vc-next-action-on-file): Bug found and fixed.
7205 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7206 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7207
7208 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7209 (vc-rcs-checkout): Name space cleaned up. No more revision number
7210 crunching function names that are not prefixed with vc-rcs.
7211 (vc-rcs-checkout-model): Function added. References to
7212 `vc-checkout-model' replaced.
7213
72142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7215
7216 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7217 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7218 still need to be split, and implemented for RCS).
7219
72202000-09-04 Martin Lorentzson <martinl@gnu.org>
7221
7222 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7223
7224 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7225 required by the vc.el file.
7226
7227 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7228 required by the vc.el file.
7229 (vc-rcs-exists): Function added.
7230
7231 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7232 required by the vc.el file.
7233
7234 * vc.el (vc-admin): Updated to handle selection of appropriate
7235 backend. Current implementation is crufty and need re-thinking.
7236
7237 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7238
72392000-09-04 Martin Lorentzson <martinl@gnu.org>
7240
7241 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7242 beginning of annotate buffers correctly.
7243
7244 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7245 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7246 functionality updated quite a lot to support multiple backends.
7247 Variables `vc-annotate-mode', `vc-annotate-buffers',
7248 `vc-annotate-backend' added.
7249
7250 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7251 `vc-annotate-difference' added to supported backend functions.
7252
72532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7254
7255 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7256 Use with-temp-file instead of /bin/sh. Merged from mainline
7257
72582000-09-04 Martin Lorentzson <martinl@gnu.org>
7259
7260 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7261
7262 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7263
7264 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7265
72662000-09-04 Martin Lorentzson <martinl@gnu.org>
7267
7268 * vc-hooks.el: vc-state-heuristic added to
7269 vc-backend-hook-functions.
7270
7271 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7272
7273 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7274
7f8b6551
SM
7275 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7276 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
7277 state to `reserved'.
7278
7279 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7280 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7281
72822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7283
7f8b6551 7284 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
7285 untouched.
7286
7f8b6551 7287 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 7288
7f8b6551 7289 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
7290 if defined. (Merged from main line, slightly adapted.)
7291
7292 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7293 millenium problem (merged from mainline).
7294
72952000-09-04 Martin Lorentzson <martinl@gnu.org>
7296
7297 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7298 part and moved the non-BACKEND stuff to vc.el.
7299
7300 * vc.el: Split the annotate feature into a BACKEND specific part
7301 and moved it from the vc-cvs.el file to this one.
7302
73032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7304
7f8b6551
SM
7305 * vc-hooks.el: Implement new state model.
7306 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7307 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 7308 locked by somebody else.
7f8b6551 7309 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
7310 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7311 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 7312 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 7313
7f8b6551
SM
7314 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7315 Various simplifications and adaptations all over the place.
7a004b71 7316
7f8b6551
SM
7317 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7318 Simplify and adapt the rest.
7a004b71 7319
7f8b6551 7320 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 7321 interaction with view mode according to recent RCS change.
7f8b6551 7322 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
7323
73242000-09-04 Martin Lorentzson <martinl@gnu.org>
7325
7f8b6551 7326 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
7327
73282000-09-04 Martin Lorentzson <martinl@gnu.org>
7329
7330 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7331 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7332 (vc-minor-part, vc-previous-version): Functions that operate and
7333 compare revision numbers got proper documentation. Comments added
7334 about their possible removal.
7335
73362000-09-04 Martin Lorentzson <martinl@gnu.org>
7337
7338 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7339 the vc-backend.el files.
7340
7341 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7342
7343 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7344 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7345 (vc-rcs-previous-version): Functions added.
7346
7347 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7348
7349 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7350
73512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7352
7353 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 7354 Comment out the definition for now. What is the right procedure
7a004b71
GM
7355 to get rid of it?
7356 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7357 rewritten.
7f8b6551 7358 (vc-default-registered): Remove.
7a004b71
GM
7359 (vc-check-master-templates): New function; does mostly what the
7360 above did before.
7361 (vc-locking-user): Don't rely on the backend to set the property.
7362
7363 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 7364 Rewrite documentation.
7a004b71
GM
7365 (vc-rcs-templates-grabbed): New variable.
7366 (vc-rcs-grab-templates): New function.
7f8b6551 7367 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
7368
7369 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 7370 Rewrite documentation.
7a004b71
GM
7371 (vc-sccs-templates-grabbed): New variable.
7372 (vc-sccs-grab-templates): New function.
7f8b6551
SM
7373 (vc-sccs-registered): Rewrite to use above mechanism.
7374 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7375 Don't throw the result, simply return it.
7a004b71 7376
7f8b6551
SM
7377 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7378 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7379 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 7380
7f8b6551 7381 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
7382 from main line.
7383
73842000-09-04 Martin Lorentzson <martinl@gnu.org>
7385
7f8b6551 7386 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 7387
7f8b6551 7388 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 7389
7f8b6551
SM
7390 * vc-rcs.el (vc-rcs-diff): New function.
7391 (vc-rcs-checkout): Bug (typo) found and fixed.
7392 (vc-rcs-register-switches): New variable.
7a004b71
GM
7393
7394 * vc.el (vc-backend-diff): Function removed and placed in the
7395 backend files.
7396
73972000-09-04 Martin Lorentzson <martinl@gnu.org>
7398
7399 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7400
7401 * vc.el (vc-backend-checkout): Function removed and replaced in
7402 the vc-backend.el files.
7403
7404 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7405
7406 * vc.el (vc-backend-admin): Removed and replaced in the
7407 vc-backend.el files.
7408
7409 * vc.el (Martin): Removed all the annotate functionality since it
7410 is CVS backend specific.
7411
74122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7413
7414 * spec.txt: Added specification of vc-state.
7415
7416 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 7417 Remove handling of vc-latest-version and
7a004b71
GM
7418 vc-your-latest-version. What used to be vc-latest-version, is now
7419 returned as vc-workfile-version.
7f8b6551 7420 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
7421
74222000-09-04 Dave Love <fx@gnu.org>
7423
7424 * vc.el: [Merged from mainline.]
7425 (vc-dired-mode): Make the dired-move-to-filename-regexp
7426 regexp match the date, to avoid treating date as file size.
7427 Add YYYY S option to WESTERN/
7428
74292000-09-04 Dave Love <fx@gnu.org>
7430
7431 * vc.el: Require `compile' when compiling.
7432 (vc-logentry-check-hook): New option.
7433 (vc-steal-lock): Use compose-mail.
7434 (vc-dired-mode-map): Defvar when compiling.
7435 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7436 vc-sccs.el and renamed. Callers changed.
7437 (vc-backend-checkout, vc-backend-logentry-check)
7438 (vc-backend-merge-news): Doc fix.
7439 (vc-default-logentry-check): New function.
7440 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7441 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7442 (vc-backend-merge): Doc fix. Use backend functions.
7443 (vc-check-headers): Use backend functions.
7444
7445 * vc-cvs.el: Require vc when compiling.
7446 (vc-cvs-register-switches): Doc fix.
7447 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7448 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7449 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7450 New functions (code from vc.el).
7451 (vc-annotate-display-default): Fix interactive spec.
7452 (vc-annotate-time-span): Doc fix.
7453
7454 * vc-rcs.el: Require vc when compiling.
7455 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7456 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7457 (vc-rcs-checkin): New functions (code from vc.el).
7458 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7459 Doc fix.
7460 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7461
7462 * vc-sccs.el: Require vc when compiling.
7463 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7464 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7465 (vc-sccs-revert)
7466 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7467 from vc.el).
7468 (vc-sccs-add-triple, vc-sccs-record-rename)
7469 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7470 (vc-sccs-admin): Doc fix.
7471
74722000-09-04 Martin Lorentzson <martinl@gnu.org>
7473
7474 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7475 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7476 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7477 from vc.el.
7478
7479 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7480
7481 * vc-cvs.el: Moved the annotate functionality from vc.el.
7482 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7483
74842000-09-04 Dave Love <fx@gnu.org>
7485
7486 * vc.el (vc-backend-release): Call vc-system-release.
7487
7488 * vc-sccs.el (vc-sccs-system-release):
7489 Renamed from vc-sccs-backend-release.
7490
7491 * vc-rcs.el (vc-rcs-system-release):
7492 Renamed from vc-rcs-backend-release.
7493
7494 * vc-cvs.el (vc-cvs-system-release):
7495 Renamed from vc-cvs-backend-release.
7496
74972000-09-04 Dave Love <fx@gnu.org>
7498
7499 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7500 backend files.
7501 (vc-backend-release): Dispatch to backend functions.
7502 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7503 probably needs attention.]
7504
7505 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7506 (vc-sccs-backend-release): New function.
7507
7508 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7509 (vc-cvs-backend-release): New function.
7510
7511 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7512 Doc fix.
7513 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7514 (vc-default-dired-state-info): New function.
7515 (vc-dired-state-info): Dispatch to backends.
7516 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7517
7518 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7519 from vc.el and renamed.
7520
75212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7522
7523 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7524 (vc-version-other-window, vc-backend-assign-name): Removed
7525 references to vc-latest-version; sometimes changed into
7526 vc-workfile-version.
7527
7528 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7529 vc-rcs-master-workfile-version.
7530 (vc-rcs-workfile-version): Use the above. Don't call
7531 vc-latest-version (that was unreachable code, anyway).
7532 (vc-rcs-fetch-master-properties): Doc fix.
7533
7534 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7535 (vc-backend-hook-functions): Removed them from this list, too.
7536 (vc-fetch-properties): Removed.
7537 (vc-workfile-version): Doc fix.
7538
7539 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7540 (vc-rcs-workfile-version, vc-rcs-locking-user)
7541 (vc-rcs-uses-locking): Use it.
7542
7543 * vc-hooks.el (vc-consult-rcs-headers):
7544 Moved into vc-rcs-hooks.el, under the name
7545 vc-rcs-consult-headers.
7546
7547 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7548 headers.
7549 (vc-cvs-find-master): Use this name only; correct different
7550 versions of the name.
7551
7552 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7553 New functions.
7554 (vc-sccs-locking-user): Use the latter.
7555
7556 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7557 New functions.
7558
7559 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7560 Moved into both
7561 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7562 functions are implementation details of those two backends.
7563
75642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7565
7566 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7567 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7568
7569 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7570 (vc-sccs-parse-locks): SCCS-specific code moved here from
7571 vc-hooks.
7572
7573 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7574 code moved here from vc-hooks.
7575
7576 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7577 into back-end specific parts and removed. Callers not updated
7578 yet; because I guess these callers will disappear into back-end
7579 specific files anyway.
7580
75812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7582
7583 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7584 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7585 `vc-uses-locking'.
7586
7587 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7588 Store yes/no in the property, and return t/nil. Updated all
7589 callers.
7590
7591 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7592 vc-sccs-uses-locking. Don't set property.
7593 (vc-sccs-locking-user): Don't set property.
7594
7595 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7596 vc-cvs-uses-locking. Don't set property here; leave that to
7597 vc-hooks.
7598 (vc-cvs-locking-user): Reflect above change. Streamlined.
7599
7600 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7601 vc-rcs-uses-locking.
7602 (vc-rcs-locking-user): Reflect above change.
7603
76042000-09-04 Dave Love <fx@gnu.org>
7605
7606 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7607
7608 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7609
7610 * vc-hooks.el (vc-checkout-model): Punt to backends.
7611
7612 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7613
7614 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7615
7616 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7617 New functions.
7618
7619 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7620 New functions.
7621
7622 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7623 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7624
7625 * vc-hooks.el (vc-default-locking-user): New function.
7626 (vc-locking-user, vc-workfile-version): Punt to backends.
7627
76282000-09-04 Dave Love <fx@gnu.org>
7629
7630 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7631 (vc-master-workfile-version): Moved from vc-hooks.
7632
7633 * vc-rcs-hooks.el: Fix duplicate code in last change.
7634
7635 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7636 (vc-rcs-master-templates): Improve :type.
7637 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7638 vc-master-workfile-version): Moved from vc-hooks.
7639
7640 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7641 (vc-sccs-master-templates): Improve :type.
7642 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7643
7644 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7645
7646 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7647 (vc-cvs-master-templates): Improve :type. Use
7648 vc-cvs-find-cvs-master.
7649 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
7650 from vc-hooks.
7651 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
7652
7653 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
7654 Moved to vc-cvs-hooks.
7655
7656 * vc-hooks.el: Add doc strings in various places. Simplify the
7657 minor mode setup.
7658 (vc-handled-backends): New user variable.
7659 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
7660 simplification.
7661
76622000-09-04 Dave Love <fx@gnu.org>
7663
7664 * vc.el: Some doc fixes for autoloaded and interactive functions.
7665 Fix compilation warnings from ediff stuff.
7666 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
7667
7668 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
7669
7670 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
7671
7672 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
7673
76742000-09-04 Dave Love <fx@gnu.org>
7675
7676 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7677 New variable.
7678 (vc-make-backend-function, vc-loadup, vc-call-backend)
7679 (vc-backend-defines): New functions.
7680
7681 * vc-hooks.el: Various doc fixes.
7682 (vc-default-back-end, vc-follow-symlinks): Custom fix.
7683 (vc-match-substring): Function removed. Callers changed to use
7684 match-string.
7685 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
7686 Simplify.
7687
76882000-09-04 Dave Love <fx@gnu.org>
7689
7690 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
7691 type.
7692 (vc-sccs-project-dir, vc-search-sccs-project-dir)
7693 (vc-sccs-registered): Doc fix.
7694
7695 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
7696 (vc-cvs-registered): Doc fix.
7697
7698 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
7699 (vc-rcs-registered): Doc fix.
7700
77012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7702
7703 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
7704
7705 * vc-hooks.el: vc-registered has been renamed
7706 vc-default-registered. Some functions have been moved to the
7707 backend specific files. they all support the
7708 vc-BACKEND-registered functions.
7709
77102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7711
7712 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
7713
7714 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
7715
a033ea13
DL
77162000-09-04 Dave Love <fx@gnu.org>
7717
179fc9ef
DL
7718 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
7719 menu-bar-update-hook.
7720
7721 * help.el (help-manyarg-func-alist): Add
7722 find-operation-coding-system.
7723
a033ea13
DL
7724 * wid-edit.el (widget-sexp-validate): Fix garbled code.
7725
7726 * custom.el (custom-set-variables): Print message about errors in
7727 setting.
7728
f8803e97
AI
77292000-09-03 Andrew Innes <andrewi@gnu.org>
7730
7731 * makefile.w32-in: Change to DOS line endings.
7732
59836110
EZ
77332000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7734
7735 * mouse.el (mouse-popup-menubar): Supply the prompt string for
7736 minor-mode keymaps, if they don't have one.
7737
5514ba5c
EZ
77382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7739
7740 * eshell/esh-module.el (eval-when-compile): Don't lose if
7741 esh-module.el's file name is truncated to DOS 8+3 limits.
7742
79cf8e80
JW
77432000-09-01 John Wiegley <johnw@gnu.org>
7744
7745 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
7746 predicate, which caused entries in the completion list to be
7747 doubled.
7748
77492000-08-30 John Wiegley <johnw@gnu.org>
7750
7751 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
7752 sending to subprocesses. Also, hook pre-command-hook if
7753 `eshell-send-direct-to-subprocesses' is non-nil.
7754 (eshell-send-direct-to-subprocesses): New config variable. If t,
7755 subprocess input is send immediately.
7756 (eshell-toggle-direct-send): New function.
7757 (eshell-self-insert-command): New function.
7758 (eshell-intercept-commands): New function.
7759 (eshell-send-input): If direct subprocess sending is enabled,
7760 don't echo any input to the Eshell buffer. Let the subprocess
7761 handle that. This requires "stty echo" in bash, for example.
7762
77632000-08-28 John Wiegley <johnw@gnu.org>
7764
7765 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
7766 completion function for Eshell's implementation of `unset'.
7767
778911b9
EZ
77682000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
7769
7770 * info.el (Info-directory-list): Doc fix.
7771
05d07b49
PB
77722000-08-31 Peter Breton <pbreton@ne.mediaone.net>
7773
9b4a7800 7774 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
7775 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
7776
9941d4c7
KH
77772000-08-31 Kenichi Handa <handa@etl.go.jp>
7778
7779 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
7780 coding systems.
7781
af9ba8ad
AI
77822000-08-30 Andrew Innes <andrewi@gnu.org>
7783
7784 * timer.el (run-with-idle-timer): Undo last change, so that timer
7785 is not activated immediately if Emacs is already idle. Some
7786 existing code relies on this behaviour.
7787
caccd8f2
MB
77882000-08-30 Miles Bader <miles@gnu.org>
7789
7790 * frame.el (set-frame-font): Do completion of font-name for
7791 interactive use.
7792
b64c0a1c
KH
77932000-08-30 Kenichi Handa <handa@etl.go.jp>
7794
7795 * international/quail.el (quail-start-translation): Bind locally
7796 last-command-event, last-command, and this-command.
7797 (quail-start-conversion): Likewise.
75cf0095 7798 (quail-self-insert-command): Fix docstring.
b64c0a1c 7799
fd5f61d3
GM
78002000-08-29 Gerd Moellmann <gerd@gnu.org>
7801
7802 * progmodes/executable.el
7803 (executable-make-buffer-file-executable-if-script-p): Check that
7804 buffer contains at least 2 characters.
7805
5b671d04
EZ
78062000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
7807
7808 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
7809
485d9513
DL
78102000-08-29 Dave Love <fx@gnu.org>
7811
a39fb83d
DL
7812 * diff-mode.el (diff-mode) <defgroup>: Add :version.
7813 (diff-mode-shared-map): Bind mouse-2.
7814 (diff-imenu-generic-expression): New variable.
7815 (diff-mode): Use it.
7816
485d9513
DL
7817 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
7818 (mouse-popup-menubar): Add minor mode menus.
7819 (popup-menu): Check for lookup-key returning number.
7820
ba3478d9
MB
78212000-08-29 Miles Bader <miles@gnu.org>
7822
7823 * comint.el (comint-send-input): Create overlays using the proper
7824 front/read-advance arguments.
9b4a7800 7825
c3d6d211
GM
78262000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7827
7828 * ps-print.el: Even/odd pages printing. Doc fix.
7829 (ps-print-version): New version number (6.0).
7830 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
7831 (ps-background, ps-begin-file, ps-begin-job): Code fix.
7832 (ps-print-duplex-feature): Variable eliminated.
7833 (ps-even-or-odd-pages): New variable.
7834
ba087cd7 7835 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
7836 (ebnf-version): New version (3.3).
7837 (ebnf-user-arrow): Change variable customization to sexp.
7838 (ebnf-user-arrow): Function eliminated.
7839 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 7840
d313265f
KH
78412000-08-29 Kenichi Handa <handa@etl.go.jp>
7842
cba62b78 7843 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
7844 (help-make-xrefs): Handle help-xref-mule-regexp.
7845
7846 * international/mule-cmds.el (help-xref-mule-regexp-template): New
7847 variable.
7848 (describe-input-method): Temporarily activate the specfied input
7849 method to display the information.
7850 (describe-language-environment): Hyperlinks to mule related items.
7851
7852 * international/mule-diag.el (charset-multibyte-form-string): New
7853 function.
7854 (list-character-sets-1): Use charset-multibyte-form-string.
7855 (describe-character-set): New function.
7856 (describe-coding-system): Hyperlinks to safe character sets.
7857
7858 * international/quail.el (quail-help): New arg PACKAGE.
7859 Hyperlinks to mule related items.
7860 (quail-help-insert-keymap-description): Use
7861 substitute-command-keys instead of describe-bindings.
7862 (quail-translation-help): Hyperlinks to mule related items.
7863
b4bd214e
JW
78642000-08-28 John Wiegley <johnw@gnu.org>
7865
ca7aae91
JW
7866 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
7867 have a defsubst call itself. Made `eshell-flatten-list' back into
7868 a function again.
7869
b4bd214e
JW
7870 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
7871 catch, in case re-centering point at bottom messes up the display.
7872 This happens frequently in Emacs 21, due I believe to variable
7873 line heights.
7874
7875 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
7876 to call `find-tag-interactive'.
7877
7878 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
7879 the list of remember directories.
7880
d44e146b
JW
78812000-08-28 John Wiegley <johnw@gnu.org>
7882
7883 * align.el: Test align-region-separate to see if it's a symbol.
7884
546c0888 78852000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
7886
7887 * eshell/esh-util.el (eshell-flatten-list): Made this function
7888 into a defsubst form. It gets used very frequently, although
7889 calls don't occur all that often.
7890
7891 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
7892 examining it.
7893
7894 * eshell/esh-cmd.el (eshell-rewrite-while-command):
7895 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
7896 `eshell-protect'.
7897 (eshell-copy-handles): Created a new macro for duplicating the
7898 current set of open handles. This is needed by the looping
7899 functions.
7900 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
7901 is not incorrectly stomped on.
7902
7903 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
7904 declaration for pcomplete-use-paring.
7905 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
7906 value of eshell-cmpl-use-paring.
7907 * pcomplete.el (pcomplete-use-paring): New config variable, to
7908 indicate whether paring should be used.
7909 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
7910 completion alternatives that have already been used.
7911
7912 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
7913 bound to C-c C-y, which will repeat the previous N arguments
7914 (based on prefix argument).
7915 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
7916
7917 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
7918 if there is no *Help* buffer. This is for XEmacs, which renames
7919 its help buffers uniquely. TODO: Find out what the current buffer
7920 name to delete is.
7921
7922 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
7923 first entry that correlates to a passwd/group number. Later
7924 entries (used for group/user name aliasing to multiple IDs) are
7925 ignored.
7926
9b4a7800
TTN
7927 * eshell/em-xtra.el (eshell/expr):
7928 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
7929 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
7930 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
7931 argument list, before passing it to the system command.
7932
7933 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
7934 `find-tag' for use at final position in Eshell buffers (which
7935 otherwise triggers an error on Emacs 21).
7936 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
7937 buffer, if it is currently bound to `find-tag'.
7938
7939 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
7940 in the list of matched Makefile names.
7941 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
7942 directory, prefer its contents to Makefile.
7943
7944 * eshell/em-dirs.el (eshell/cd): cd commands that look up
7945 directory parts (like "cd old new", or "cd =regexp"), are now case
7946 sensitive on non-Windows/DOS platforms.
7947
7948 * eshell/esh-mode.el (eshell-parse-command-input): When a user
7949 types RET after an open delimiter (like "), display a message
7950 indicating that Eshell is waiting for the closing delimiter.
7951
7952 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
7953 environment variables.
7954
7955 * eshell/em-unix.el (eshell/diff): Added logic to fail more
7956 gracefully if the user enters incorrect arguments.
7957
7958 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
7959 Eshell buffers.
7960
9b4a7800
TTN
7961 * eshell/esh-var.el (eshell-interpolate-variable):
7962 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
7963 * eshell/em-unix.el (eshell-du-sum-directory):
7964 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7965 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
7966 (not (= ...)).
7967
7968 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
7969 to ensure the `preserve' flag gets propagated when doing recursive
7970 directory copies.
7971
546c0888 79722000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
7973
7974 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
7975 Don't convert \n into \0177 in memory.
7976 (eshell-read-history, eshell-write-history): Convert \n to \0177,
7977 and back again, when reading and writing.
9b4a7800 7978
546c0888 79792000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
7980
7981 * eshell/esh-util.el (eshell-processp): Added to relieve constant
7982 testing of `fboundp' on `processp'.
7983
7984 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
7985 (eshell/jobs): Don't call process-list if it is not bound.
7986 (eshell-gather-process-output): Support systems where async
7987 subprocesses aren't supported.
7988 (eshell-scratch-buffer, eshell-last-sync-output-start): New
7989 variables.
7990
7991 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
7992 eshell-do-eval returns t.
7993 (eshell-do-pipelines-synchronously): New defmacro.
7994 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
7995 when async subprocesses aren't supported.
7996 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
7997 if async subprocesses aren't supported.
7998 (eshell-resume-command): Don't assume STATUS is a string.
7999
8000 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8001
8002 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8003 (eshell-close-target, eshell-get-target): Use eshell-processp.
8004 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8005 fix.
8006 (eshell-get-target, eshell-create-handles): Doc fix.
8007
546c0888 80082000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 8009
546c0888 8010 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
8011 criterion to include commands that output something, as long as it
8012 leaves both the command and the end-of-buffer visible when the
8013 command has exited.
8014 (eshell-review-quick-commands): Adjust the help doc string
8015 accordingly.
8016
2a371c3b
PB
80172000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8018
8348e1f9 8019 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 8020 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 8021
9b4a7800 8022 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
8023 (file-cache-assoc-function): New variable
8024 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8025 Use file-cache-case-fold-search variable
8026 (file-cache-add-file): Use file-cache-assoc-function
8027 (file-cache-delete-file): likewise
8028 (file-cache-directory-name): likewise
8029 (file-cache-debug-read-from-minibuffer): likewise
8030
95931eb1
GM
80312000-08-28 Gerd Moellmann <gerd@gnu.org>
8032
8033 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8034 (abbrev-table-name): New function.
8035 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8036 If non-nil list local abbrev, only.
8037
bb17930d
GM
80382000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8039
546c0888
EZ
8040 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8041 from Gnus support code, and use special article copy buffer
bb17930d
GM
8042 `(gnus-original-article-buffer)' instead. This allows to get rid
8043 of article-hide-headers usage (which breaks in the latest Gnus
8044 version). Thanks to Detlev Zundel.
8045
41a68aef
KH
80462000-08-28 Kenichi Handa <handa@etl.go.jp>
8047
8048 * international/quail.el (quail-use-package): Hide "... loaded"
8049 message.
8050 (quail-start-translation, quail-start-conversion): Likewise.
8051
8052 * international/kkc.el (kkc-region): Hide "... loaded" message.
8053
28bb2cef
DL
80542000-08-27 Dave Love <fx@gnu.org>
8055
8056 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8057
11a1118d
MB
80582000-08-27 Miles Bader <miles@gnu.org>
8059
8060 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8061
0f85d477
KH
80622000-08-27 Kenichi Handa <handa@etl.go.jp>
8063
8064 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8065 'ja-dic-cnv), not (require 'skkdic-cnv).
8066
2d73e8d3
MB
80672000-08-26 Miles Bader <miles@gnu.org>
8068
a0e5a5a4
MB
8069 * faces.el (face-x-resources): Add entry for :inherit.
8070 * cus-face.el (custom-face-attributes): Add support for :inherit
8071 attribute. Add support for relative face heights.
8072 (custom-face-attributes-get): Treat `nil' as being a default value
8073 for :inherit (as well as `unspecified').
8074
19feb949
MB
8075 * faces.el (set-face-attribute): Update doc string.
8076 (face-attribute-name-alist): Add :inherit.
8077 (face-valid-attribute-values): Handle :inherit.
8078 (face-read-string): Rephrase prompt to be less confusing.
8079 Assume that DEFAULT is a string, since we must return a string.
8080 (face-read-integer): Use `format' to turn DEFAULT into an
8081 acceptable default for face-read-string. Match NEW-VALUE against
8082 the string "unspecified", not the symbol `unspecified', since
8083 that's what face-read-string returns.
8084 (read-face-attribute): Lookup a name for old-value in valid, and
8085 use it as a default if we find one. Treat all values from
8086 face-read-string as strings. If the default is used, don't do any
8087 more processing on the value, just use the old value directly.
8088 (read-face-and-attribute, modify-face): Tweak prompt.
8089 (read-face-name): Don't assume prompt ends with a space.
8090
2d73e8d3
MB
8091 * faces.el (describe-face): Add support for :inherit attribute.
8092
a1a2e38f
KH
80932000-08-25 Kenichi Handa <handa@etl.go.jp>
8094
e84fa7c5
KH
8095 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8096 concat doesn't accept interger.
8097
a1a2e38f
KH
8098 * international/kkc.el: Remove SKK from Keywords. Require
8099 ja-dic-utl instead of skkdic-utl.
8100
8101 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8102 Provide ja-dic-cnv instead of skkdic-cnv.
8103 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8104 (iso-2022-7bit-short): Add safe-charsets property.
8105 (skkdic-convert-postfix): Search Japanese chou-on character in
8106 addition to Hiragana character.
8107 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8108 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8109 (batch-skkdic-convert): Likewise.
8110
8111 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8112 Provide ja-dic-utl instead of skkdic-utl.
8113 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8114
f6499c03
DL
81152000-08-24 Dave Love <fx@gnu.org>
8116
1c2c3f16
DL
8117 * disp-table.el (standard-display-default): Make the test of `l'
8118 useful.
8119
f6499c03
DL
8120 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8121 mod sample text.
8122
8123 * international/iso-ascii.el: Make pilcrow convenient string
8124 consistent with section.
8125 (iso-ascii-display): Set up multibyte characters as well as
8126 unibyte.
8127
c543db81
KH
81282000-08-24 Kenichi Handa <handa@etl.go.jp>
8129
8130 * international/mule-cmds.el (reset-language-environment): Set
8131 default-process-coding-system to '(undecided . iso-latin-1), which
8132 makes process I/O almost consistent with file I/O. Call this
8133 function when mule-cmds.el[c] is loaded.
8134
746d9caf
AI
81352000-08-22 Andrew Innes <andrewi@gnu.org>
8136
8137 * makefile.w32-in: New file.
8138
5484005d
MB
81392000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8140
8141 * comint.el (comint-output-filter): Compare end of
8142 comint-last-output-overlay with the start of the newly inserted
8143 text, not the end, when deciding whether to extend it.
9b4a7800 8144 Set saved-point's insertion type to advance after insertion.
5484005d
MB
8145
8146 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8147 since this is now done independently of font-lock mode.
8148
7a912f63
GM
81492000-08-21 Gerd Moellmann <gerd@gnu.org>
8150
8151 * server.el (server-kill-new-buffers): New user option.
8152 (server-existing-buffer): New buffer-local variable.
8153 (server-visit-files): When using an existing buffer, set
8154 server-existing-buffer to t.
8155 (server-buffer-done): If server-kill-new-buffers is t, kill the
8156 buffer, unless it was already present before visiting it with
8157 Emacs server.
9b4a7800 8158
240301df
EZ
81592000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8160
8161 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8162 even if the display doesn't support colors: some displays will
8163 support bold/underline faces.
8164
cbcef616
GM
81652000-08-21 Gerd Moellmann <gerd@gnu.org>
8166
6917e6bb
GM
8167 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8168
cbcef616
GM
8169 * startup.el (command-line): If user's init file had an error,
8170 add explanatory text to *Messages*.
8171
6922b018
KH
81722000-08-21 Kenichi Handa <handa@etl.go.jp>
8173
8174 * man.el (Man-getpage-in-background): Decode the process output by
8175 the system locale coding system.
8176
e50c4203
DL
81772000-08-20 Dave Love <fx@gnu.org>
8178
96ab6351
DL
8179 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8180 Don't test x-popup-menu.
8181 (function) <complete-function>: Complete only fbound symbols.
8182 <validate, value>: New.
8183 (variable) <complete-function>: Complete only bound symbols.
8184 (coding-system): Add :base-only, :complete-function, :validate,
8185 :value, :prompt-match.
8186 (widget-coding-system-prompt-value): Use read-coding-system and
8187 act on :base-only.
8188 (editable-field): Add :help-echo.
8189 (widget-push-button-gui, widget-push-button-cache)
8190 (widget-gui-action, widget-editable-list-gui): COmment out, along
8191 with uses.
8192 (widget-at): Make arg optional.
8193 (widget-echo-help): Adjust for current help-echo calling sequence.
8194 (widget-specify-field, widget-specify-button)
8195 (widget-specify-insert, widget-get-sibling, widget-image-find)
8196 (widget-convert, widget-insert, widget-leave-text)
8197 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8198 (widget-setup, widget-field-find, widget-before-change)
8199 (widget-after-change, widget-default-complete)
8200 (widget-default-create, widget-default-delete)
8201 (widget-push-button-value-create, editable-field)
8202 (widget-field-prompt-value, widget-field-validate)
8203 (widget-choice-value-create, widget-choice-action)
8204 (widget-choice-validate, widget-checklist-add-item)
8205 (widget-radio-add-item, widget-radio-chosen)
8206 (widget-radio-value-inline, widget-editable-list-value-create)
8207 (widget-editable-list-entry-create)
8208 (widget-documentation-link-add)
8209 (widget-documentation-string-value-create)
8210 (widget-regexp-validate, widget-file-complete)
8211 (widget-sexp-validate, widget-plist-convert-widget)
8212 (widget-plist-convert-widget, widget-alist-convert-widget)
8213 (widget-alist-convert-widget, widget-color-complete): Simplify,
8214 particularly to avoid bindings which aren't optimized out.
8215
e50c4203
DL
8216 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8217 Doc fix.
8218 (down-list, backward-up-list, up-list, kill-sexp)
8219 (backward-kill-sexp, mark-sexp): Make arg optional.
8220 (lisp-complete-symbol): Add optional arg PREDICATE.
8221
8222 * cus-start.el: Add display-buffer-reuse-frames,
8223 file-coding-system-alist.
8224
511bd4eb
GM
82252000-08-20 Gerd Moellmann <gerd@gnu.org>
8226
8227 * startup.el (command-line): Clear realized faces after
8228 modifying TTY color mappings.
8229
a9de7d29
MB
82302000-08-20 Miles Bader <miles@gnu.org>
8231
8232 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8233 merely a subset of FACE's attributes.
8234
8a8023d9
MB
82352000-08-19 Miles Bader <miles@gnu.org>
8236
8237 * comint.el (comint-output-filter): Save the point with a marker,
8238 not just a buffer position.
8239
8240 * international/mule.el (set-buffer-process-coding-system): Make
8241 interactive prompt less confusing.
8242
1433385f
GM
82432000-08-19 Gerd Moellmann <gerd@gnu.org>
8244
8245 * hilit-chg.el: General cleanup of doc strings, comments and
8246 code formatting.
8247
136b4eda
MB
82482000-08-19 Miles Bader <miles@gnu.org>
8249
8250 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8251 Compiler macro removed; beginning-of-line is no longer always
8252 equivalent to forward-line, in the presence of fields.
8253
8254 * comint.el (comint-output-filter): Remove ad-hoc saving of
8255 restriction, and just use save-restriction, now that it works
8256 correctly. Don't adjust comint-last-input-start to account for
8257 our insertion; it shouldn't have moved because we don't use
8258 insert-before-markers anymore. Comment out call to
8259 `force-mode-line-update'; why is it here?
8260
8261 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8262 while checking for prompt to delete. Use `forward-line 0'
8263 instead of beginning-of-line.
8264 (gud-filter): Temporarily widen gud comint buffer while
8265 examining output.
8266
cdd0f857
SM
82672000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8268
ebf96bfa
SM
8269 * progmodes/sh-script.el: Big bag of typos.
8270
cdd0f857
SM
8271 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8272 check since ispell-process is not bound when ispell is not yet loaded.
8273
9bb7a286
DL
82742000-08-18 Dave Love <fx@gnu.org>
8275
8276 * image.el (find-image): Copy `spec' before using plist-put.
8277
74ec6045
GM
82782000-08-18 Gerd Moellmann <gerd@gnu.org>
8279
8280 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8281 `portugues'.
8282
8283 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8284 backward-kill-sexp, analogous to kill-sexp.
8285
8286 * progmodes/icon.el (icon-indent-line)
8287 (icon-is-continuation-line): Handle comments specially.
8288
82892000-08-17 Ken Stevens <k.stevens@ieee.org>
8290
8291 * ispell.el: Set to standard author/maintainer/keyword fields.
8292 Fine tuning to menu map appearance and operation, and added help.
8293 Remove `start' and `end' error messages when compiling.
8294 (ispell-choices-win-default-height): Fixed comment string.
8295 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8296 castellano8 dictionaries.
8297 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8298 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8299 dictionary, added italiano dictionary.
8300 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8301 word character
8302 (ispell-tex-skip-alists): Added psfig support.
8303 (ispell-skip-html): Renamed from ispell-skip-sgml.
8304 (ispell-begin-skip-region-regexp, ispell-skip-region)
8305 (ispell-minor-check): Improved html skipping support to skip across
8306 code, and recognize `&' commands without propper `;' syntax;
8307 (ispell-process-line): Fix alignment error when manually
8308 correcting spelling.
8309 (ispell): Fix comment string.
8310 (ispell-add-per-file-word-list): Always put word list on new line.
8311
3787e12e
GM
83122000-08-17 Gerd Moellmann <gerd@gnu.org>
8313
a7b28523
GM
8314 * format.el (format-encode-run-method): Fix error message to say
8315 `encode' instead of `decode'. Use save-window-excursion around
8316 shell-command-on-region as in format-decode-run-method because
8317 shell-command-on-region can display a buffer with error output.
8318 (format-decode): Don't record undo information for the decoding.
8319 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8320 that number part of the temporary buffer name so that more than
8321 one decoding using a temporary buffer can happen safely.
8322
8323 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8324 of `A-z' in the regexp.
8325
8326 * hilit-chg.el: Fix typos in commentary.
8327
3787e12e
GM
8328 * help.el (view-emacs-news): Rewritten for new naming scheme
8329 for old NEWS files.
8330
8331 * startup.el (command-line): Pop to *Messages* in case an error
8332 is signaled while loading user-init-file.
8333
d2473540
AS
83342000-08-17 Andreas Schwab <schwab@suse.de>
8335
8336 * files.el (insert-directory): Don't lose original file name,
8337 undoing an undocumented change.
8338
c0bbaf57
GM
83392000-08-17 Alex Schroeder <alex@gnu.org>
8340
8341 * sql.el (sql-magic-go): Use comint-bol.
8342 (sql-copy-column): Use comint-line-beginning-position.
8343 (comint-line-beginning-position): Define a replacement for
8344 comint-line-beginning-position if it is not fboundp.
8345
83462000-08-17 Alex Schroeder <alex@gnu.org>
8347
8348 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8349 it didn't have any effect anyway.
8350
83512000-08-17 Alex Schroeder <alex@gnu.org>
8352
8353 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8354 --pset and pager=off instead of sending \\o|cat at the beginning
8355 of the session.
8356
9d245da5
MB
83572000-08-17 Miles Bader <miles@gnu.org>
8358
8359 * progmodes/octave-inf.el: Add compatibility definition of
8360 comint-line-beginning-position.
8361
abfdbd2e
KH
83622000-08-17 Kenichi Handa <handa@etl.go.jp>
8363
8364 * startup.el (normal-top-level): Look in each dir in load-path for
8365 a leim-list.el file too. This assures of loading leim-list.el
8366 that is created at Emacs installation time even if a user have his
8367 own leim-list.el.
8368
a0b8c939
MB
83692000-08-17 Miles Bader <miles@gnu.org>
8370
8371 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8372 foreground color to black if the background is dark.
8373
7382bcae
SM
83742000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8375
8376 * loadhist.el (unload-feature): Typo.
8377
9b4a7800 8378 * finder.el (finder-compile-keywords):
7382bcae
SM
8379 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8380 to the generated file.
8381
8382 * mail/mh-e.el (mh-make-local-vars):
8383 Replace make-variable-buffer-local with make-local-variable.
8384
cdd0f857 8385 * play/landmark.el:
7382bcae 8386 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
8387 * mail/mailabbrev.el (mail-abbrevs-mode):
8388 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
8389 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8390
8391 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8392
8393 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8394 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8395 Allow going past the last element.
9b4a7800 8396 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
8397 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8398 (cvs-mouse-toggle-mark): Don't move point.
8399 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8400
8401 * progmodes/compile.el (grep): Provide a default set of files.
8402 (next-error): Docstring fix.
8403 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8404
8405 * emacs-lisp/easy-mmode.el (define-minor-mode):
8406 Use `symbol-value' to keep the byte-compiler quiet.
8407
8408 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8409 (diff-find-source-location): New fun, extracted from diff-goto-source.
8410 (diff-goto-source): Use it.
8411 (diff-next-complex-hunk, diff-filter-lines): New function.
8412 (diff-apply-hunk): New command.
8413
8414 * smerge-mode.el (smerge-mode-menu): Doc fix.
8415
8416 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8417
4f00b8c1
DL
84182000-08-16 Dave Love <fx@gnu.org>
8419
2b5198bb
DL
8420 * windmove.el (windmove) <defgroup>: Add :version.
8421
8422 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8423 (goto-address-fontify-p, goto-address-highlight-p)
8424 (goto-address-url-face, goto-address-url-mouse-face)
8425 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8426 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8427 (goto-address-fontify, goto-address-at-mouse): Simplify,
8428 (goto-address-at-point): browse-url-url-at-point,
8429 goto-address-find-address-at-point can return nil.
8430 (goto-address-find-address-at-point): Return nil on failure.
8431
8432 * align.el (align) <defgroup>: Add :version.
8433
8434 * calculator.el (calculator): Add :version.
8435 (calculator): Use two lines for calculator window if `modeline'
8436 face is boxed.
8437
4f00b8c1
DL
8438 * play/5x5.el: Doc fixes.
8439 (5x5) <defgroup>: Add :version.
8440
8441 * play/fortune.el (fortune) <defgroup>: Add :version.
8442 (fortune-append): Fix error message.
8443 (fortune-from-region): Doc fix.
8444
8445 * play/pong.el (pong): Doc fix.
8446
8447 * play/morse.el: Keywords, commentary, autoloads.
8448
69db7ee7
EZ
84492000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8450
8451 * desktop.el (desktop-save): Don't look at symbol-value of a
8452 member of minor-mode-alist, unless it is boundp.
8453
10e1dad9
SS
84542000-08-16 Sam Steingold <sds@gnu.org>
8455
a0b8c939 8456 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
8457 `while'; use `with-current-buffer' instead of `save-excursion'.
8458 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8459
9d7bcb2e
KH
84602000-08-16 Kenichi Handa <handa@etl.go.jp>
8461
8462 * international/ccl.el (declare-ccl-program): Docstring modified.
8463 (ccl-execute-with-args): Likewise.
8464
04231ab8
MB
84652000-08-16 Miles Bader <miles@gnu.org>
8466
9d245da5 8467 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
8468 comint-line-beginning-position.
8469
f68446ef
GM
84702000-08-15 Gerd Moellmann <gerd@gnu.org>
8471
dc28878c
GM
8472 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8473 'buffer-menu' property.
8474 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8475 fails.
8476 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8477 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8478 wasn't killed.
10e1dad9 8479
58ed0d3b
GM
8480 * buff-menu.el (list-buffers-noselect): Don't display the
8481 *Buffer List* buffer.
8482
32dc52f7
GM
8483 * font-lock.el: Require jit-lock to prevent a very late
8484 `Loading jit-lock' message.
8485
f68446ef 8486 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 8487 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
8488 mail address.
8489
90ac90a2
MB
84902000-08-15 Miles Bader <miles@gnu.org>
8491
8492 * textmodes/ispell.el (ispell-graphic-p): New constant.
8493 (ispell-choices-win-default-height, ispell-help): Use
8494 `ispell-graphic-p' instead of `xemacsp'.
8495
b0a0e263
DL
84962000-08-15 Dave Love <fx@gnu.org>
8497
c1e757e3
DL
8498 * simple.el: Autoload widget-convert when compiling.
8499 (mail-user-agent): Doc fix.
8500
8501 * help.el (function-called-at-point, variable-at-point): Use
8502 with-syntax-table.
8503 (help-manyarg-func-alist): Add insert-and-inherit.
8504
8505 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8506
8507 * delsel.el (delsel-unload-hook): New function.
8508
8509 * find-file.el: Doc fixes. Move provide to end.
8510 (ff) <defgroup>: Add :link.
8511 (ff-goto-click): Deleted.
8512 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8513 Use mouse-set-point.
8514
8515 * textmodes/tildify.el: Doc fixes.
8516 (tildify) <defgroup>: Add:version.
8517
8518 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8519 (glasses-custom-set): Use set-default, not set.
8520 (minor-mode-alist): Propertize the lighter.
8521 (glasses-mode): Provide optional arg.
8522
5f847612
DL
8523 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8524 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8525 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8526 option. Provide :type.
8527 (cwarn-configuration): Provide :type.
8528 (cwarn-mode): Doc fix.
8529
8530 * add-log.el (change-log-merge): Doc fix.
8531 (change-log-redate): New command.
8532
b0a0e263
DL
8533 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8534 Doze and Dog.
8535 (browse-url): Use dolist, not mapcar.
8536 (browse-url-at-point): Check for null url.
8537 (browse-url-event-buffer, browse-url-event-point): Functions
8538 deleted.
8539 (browse-url-at-mouse, browse-url-netscape): Simplify.
8540
8541 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8542 modes.
8543 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8544 Fix previous change to mapcan.
8545 (msb--init-file-alist, msb--add-separators)
8546 (msb--make-keymap-menu): Simplify.
8547 (msb--choose-file-menu): Use copy-sequence.
8548 (msb-mode-map): Add title to keymap.
8549 (msb-unload-hook): New function.
8550
8551 * bs.el: Fix indentation.
8552 (bs) <defgroup>: Add :links.
2b5198bb
DL
8553 (bs-show): Doc fix.
8554 (bs-apply-sort-faces): Don't use window-system.
8555 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 8556
70f1b78e
EZ
85572000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8558
8559 * calendar/timeclock.el (timeclock-file): Run .timelog through
8560 convert-standard-filename.
8561
956777b3
GM
85622000-08-14 Gerd Moellmann <gerd@gnu.org>
8563
3215096c
GM
8564 * emacs-lisp/authors.el: New file.
8565
956777b3
GM
8566 * paren.el (show-paren-priority): New user option.
8567 (show-paren-function): Set overlay priorities to
8568 show-paren-priority.
10e1dad9 8569
0cde1424
MB
85702000-08-14 Miles Bader <miles@gnu.org>
8571
8572 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8573 beginning-of-line with inhibit-field-text-motion bound.
8574
90cbf47e
GM
85752000-08-14 Gerd Moellmann <gerd@gnu.org>
8576
8577 * calendar/timeclock.el: New file.
8578
85792000-08-14 David Ponce <david@dponce.com>
8580
8581 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8582 `widget-button-click'. so that one can use left mouse button to
8583 click on dialog buttons.
8584
85852000-08-14 Emmanuel Briot <briot@gnat.com>
8586
8587 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 8588 identifiers, since XML is case sensitive
10e1dad9 8589
79e8dca7 85902000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 8591
660394d1
MB
8592 * comint.el (comint-output-filter): Don't bother frobbing
8593 window-start, it doesn't seem to be necessary.
79e8dca7
MB
8594
8595 * comint.el (comint-send-string, comint-send-region): Make into
8596 real functions. Snapshot the prompt before sending.
8597
218c2cc7
EZ
85982000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8599
8600 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8601 technique similar to Info-index, instead of relying on specific
8602 names of relevant Index nodes.
8603 (Info-goto-emacs-command-node): Bind Info-history to nil when
8604 going to the first node found by Info-find-emacs-command-nodes.
8605
51e066d2 86062000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
8607
8608 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8609
867102f2
MB
86102000-08-10 Miles Bader <miles@gnu.org>
8611
8612 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8613
af718538
EZ
86142000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8615
8616 * info.el (Info-file-list-for-emacs): More elements for the
8617 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8618 and woman manuals.
8619
c51bacd6
MB
86202000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8621
8622 * comint.el (comint-send-input): Make the newline boundary overlay
8623 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8624 (comint-output-filter): Use `insert' instead of
8625 `insert-before-markers'. Extend comint-last-output-overlay when
8626 necessary since we can't rely on insert-before-markers to do it.
8627 * gud.el (gud-filter): Use `with-current-buffer' instead of
8628 save-excursion when inserting the output, so that point gets
8629 updated correctly; the old method relied on a rather dodgy
8630 side-effect of comint-output-filter to avoid the effect of
8631 save-excursion.
8632
98532b12
EZ
86332000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8634
8635 * files.el (recover-file): Call insert-directory instead of
8636 invoking `ls' directly.
8637
3db4b719
MB
86382000-08-10 Miles Bader <miles@gnu.org>
8639
8640 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8641 (comint-last-prompt-overlay): New variables.
8642 (comint-output-filter): Implement prompt highlighting.
8643 (comint-snapshot-last-prompt): New function.
8644 (comint-send-input): Snapshot the last prompt.
8645 Use comint-highlight-input-face.
8646 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8647 Use defface instead of defcustom.
8648 (send-invisible, comint-send-eof): Snapshot the last prompt.
8649 (comint-delchar-or-maybe-eof): Use comint-send-eof.
8650 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
8651
96190aa1
SM
86522000-08-09 Stefan Monnier <monnier@cs.yale.edu>
8653
5cda4b07
SM
8654 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
8655 (regexp-opt-group): Use a list of chars for `letters'.
8656 (regexp-opt-charset): `chars' is now a list of chars.
8657 Use a char-table rather than a vector so it works for multibyte chars.
8658
96190aa1
SM
8659 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
8660 Set cvs-minor-current-files to the selected fileinfo.
8661 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
8662 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
8663
7d093d56
EZ
86642000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
8665
8666 * files.el (insert-directory): Don't call access-file on
8667 directories on DOS and Windows.
8668
b24c5811
KH
86692000-08-09 Kenichi Handa <handa@etl.go.jp>
8670
8671 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
8672 longer if necessary.
8673 (ccl-embed-code): Call ccl-embed-data to store CODE in
8674 ccl-program-vector.
8675
0a6fd67e
MB
86762000-08-09 Miles Bader <miles@gnu.org>
8677
8678 * comint.el (comint-output-filter): Properly handle the case where
8679 the text surrounded by comint-last-output-overlay was deleted.
8680
9f6d1a6c
GM
86812000-08-08 Gerd Moellmann <gerd@gnu.org>
8682
25ad1371
GM
8683 * info.el (Info-insert-dir): Use Info-additional-directory-list if
8684 non-nil.
8685 (Info-file-list-for-emacs): Remove "info" from the list because
8686 that leads to trying to use the documentation from file `info'
8687 in various situations where it isn't appropriate, for instance
8688 C-h C-k C-h i.
8689
8690 * ffap.el (ffap-read-file-or-url-internal): Handle case that
8691 DIR and/or STRING are nil.
8692
8693 * progmodes/compile.el (compilation-setup): Make variable
8694 compilation-error-screen-columns buffer-local, as some comment
8695 in the code suggests it should be.
8696
8697 * files.el (auto-mode-interpreter-regexp): New variable.
8698 (set-auto-mode): Use it.
8699
8700 * indent.el (indent-for-tab-command): Doc fix.
8701
8702 * mouse-sel.el (mouse-sel-mode): Doc fix.
8703
9f6d1a6c
GM
8704 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
8705 labels.
8706
8707 * help.el (print-help-return-message): When
8708 display-buffer-reuse-frames is set, let the help window been quit,
8709 instead of deleting it, which might delete a reused frame.
8710
3d819a75
EZ
87112000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
8712
8713 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
8714 rename a directory to a name that differs only by its letter case.
8715
c5a52529
KH
87162000-08-08 Kenichi Handa <handa@etl.go.jp>
8717
8718 * international/quail.el (quail-define-rules): Handle Quail decode
8719 map correctly. Add code for supporting annotations.
8720 (quail-install-decode-map): New function.
8721 (quail-defrule-internal): New optional arguments decode-map and
8722 props.
8723 (quail-advice): New function.
8724
5e9e032a
SS
87252000-08-07 Sam Steingold <sds@gnu.org>
8726
8727 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
8728 `defconst', `define-condition', `with-slots'.
8729 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
8730
46645f4b
MB
87312000-08-03 Miles Bader <miles@gnu.org>
8732
8733 * comint.el (comint-use-prompt-regexp-instead-of-fields):
8734 New variable.
8735 (comint-prompt-regexp, comint-get-old-input): Document dependence on
8736 comint-use-prompt-regexp-instead-of-fields.
8737 (comint-send-input): Add `input' field property to stuff we send to
8738 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
8739 (comint-output-filter): Add `output' field property to process
8740 output, if comint-use-prompt-regexp-instead-of-fields is nil.
8741 (comint-replace-by-expanded-history)
8742 (comint-get-old-input-default, comint-show-output)
8743 (comint-backward-matching-input, comint-forward-matching-input)
8744 (comint-next-prompt, comint-previous-prompt): Use field
8745 properties if comint-use-prompt-regexp-instead-of-fields is nil.
8746 (comint-line-beginning-position): New function.
8747 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
8748 (comint-replace-by-expanded-history-before-point): Use
8749 comint-line-beginning-position and line-end-position.
8750 (comint-last-output-overlay): New variable.
8751 (comint-mode): Make `comint-last-output-overlay' buffer-local.
8752
8753 * shell.el (shell-prompt-pattern): Doc change.
8754 (shell-backward-command): Use line-beginning-position.
8755
8756 * gud.el (gud-gdb-complete-command): Use
8757 comint-line-beginning-position.
8758
8759 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
8760 comint-bol doesn't actually go to the beginning of the line.
8761
8762 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
8763 if comint-use-prompt-regexp-instead-of-fields is non-nil.
8764 (try-expand-line-all-buffers): Likewise.
8765
8766 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
8767 explicitly matching comint-prompt-regexp.
8768 (sql-copy-column): Use comint-line-beginning-position instead of
8769 explicitly matching comint-prompt-regexp.
8770
8771 * progmodes/octave-inf.el (inferior-octave-complete): Use
8772 comint-line-beginning-position.
8773
8774 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
8775
8776 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
8777 looking for a prompt, use `forward-line 0' instead of
8778 `beginning-of-line', to avoid getting caught by an input field.
8779
ff3d9573
GM
87802000-08-07 Gerd Moellmann <gerd@gnu.org>
8781
8782 * files.el (shell-quote-wildcard-pattern): Make sure to return
8783 PATTERN, in the Unix case.
8784
e0d8827b
EZ
87852000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * play/zone.el (zone): Discard any pending input before running
8788 the randomly-chosen pgm.
8789
24d55b8f
KH
87902000-08-07 Kenichi Handa <handa@etl.go.jp>
8791
8792 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
8793 checking the existence of any multibyte characters.
8794
3d05e1ee
GM
87952000-08-06 Gerd Moellmann <gerd@gnu.org>
8796
6c4a4368
GM
8797 * help.el (describe-mode): Test minor-mode symbol for being
8798 bound before testing its value for being nil.
8799
3d05e1ee
GM
8800 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
8801 `first', `second', and `third'.
8802
8803 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
8804 (second): Make it an alias for `cadr'.
8805
6968a481
EZ
88062000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
8807
8808 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
8809 types of display support faces now.
8810
e49aa397
GM
88112000-08-05 Gerd Moellmann <gerd@gnu.org>
8812
8813 * pcvs.el (require): Require `cl' during compilation, only.
8814
8815 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
8816 (toplevel): Remove `remq' and `remove' from autoloads.
8817 (cl-fake-autoloads): New variable. If set, arrange for an error
8818 when CL functions etc. are autoloaded.
8819
588aca27
EZ
88202000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
8821
2e78d4ab
EZ
8822 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
8823
85628348
EZ
8824 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
8825 popped up, but the user clicks outside the menu, return an empty
8826 regexp (that causes unhighlight-regexp to have no effect).
8827
74f0e552
EZ
8828 * menu-bar.el (menu-bar-games-menu): Add Zone.
8829
588aca27
EZ
8830 * hi-lock.el (toplevel): Require font-lock.
8831
f4988be7
GM
88322000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8833
ba087cd7 8834 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
8835 (ebnf-8-bit-chars): New var for bug fix.
8836 (ebnf-string): Bug fix.
8837
027b73ac
SS
88382000-08-03 Sam Steingold <sds@gnu.org>
8839
8840 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
8841 instead of `buffer-string'.
8842 (require 'cl): Always, not just when compiling.
8843 `ignore-errors' in `interactive', `list*', `defun*' &c make this
8844 necessary.
8845
2f1fa038
EZ
88462000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
8847
8848 * international/mule-cmds.el (select-safe-coding-system): Make
8849 the message text about selecting a safe coding system more clear.
8850
ead53494
GM
88512000-08-02 Gerd Moellmann <gerd@gnu.org>
8852
abb2db1c
GM
8853 * hi-lock.el: New file.
8854
8855 * play/zone.el: New file.
8856
ead53494
GM
8857 * replace.el (occur): Set tab-width in the *Occur* buffer to the
8858 value of tab-width in the original buffer. Choose a line number
8859 format that's a multiple of the original buffer's tab width, so
8860 that lines appear right.
8861
8862 * textmodes/ispell.el (ispell): New function, replacing an alias.
8863 Spell-check active region if in transient-mark-mode and mark
8864 is active; otherwise spell-check buffer.
8865
88662000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8867
8868 * ps-mule.el: Fix a customization problem on
8869 ps-mule-font-info-database-default.
8870
f4a2b0a4
EZ
88712000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
8872
8873 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
8874 display-mouse-p instead of window-system.
8875 (ebrowse-member-mode-map): Ditto.
8876
b685181e
GM
88772000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8878
ba087cd7
EZ
8879 * progmodes/ebnf2ps.el: Update ps-print functions call.
8880 Indentation fix. Doc fix.
b685181e
GM
8881 (ebnf-version): New version number (3.2).
8882 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 8883
3b5fab87
EZ
88842000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
8885
032ebb29
EZ
8886 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
8887 font lock support on window-system.
8888 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
8889
3b5fab87
EZ
8890 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
8891 display-color-p, if fboundp, instead of window-system.
8892
7e2605e7
EZ
88932000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
8894
8895 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
8896 instead of window-system.
8897
8898 * wid-edit.el (widget-choose): Use display-mouse-p instead of
8899 window-system.
8900 (widget-choice-mouse-down-action): Use display-popup-menus-p
8901 instead of window-system.
8902
8903 * strokes.el (strokes-file): Run the file name through
8904 convert-standard-filename.
8905 (strokes-mode): Call display-mouse-p instead of looking at
8906 window-system. Change the error message accordingly.
8907
8908 * progmodes/cpp.el (toplevel): Support faces on tty's.
8909
8910 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
8911 (lm-plot-square, lm-init-display): Don't use window-system.
8912
8913 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
8914 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
8915
8916 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
8917 instead of looking at window-system.
8918
26119624
GM
89192000-07-30 Gerd Moellmann <gerd@gnu.org>
8920
8921 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
8922 of testing if iswitchb-prepost-hooks is bound, because the
8923 latter will always be true when invoking a recursive minibuffer
8924 from an active Iswitchb buffer.
8925
c90596f3
EZ
89262000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
8927
8928 * files.el (shell-quote-wildcard-pattern): New function.
8929 (insert-directory): Call it. Only prepend "\" to command on Unix
8930 and GNU/Linux systems.
8931
18925e78
GM
89322000-07-30 Gerd Moellmann <gerd@gnu.org>
8933
8934 * eshell/esh-groups.el: Change custom :link file names
8935 from `eshell.info' to `eshell'.
8936
89372000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
8938
8939 * dired.el (dired-build-subdir-alist): Expand subdirectory names
8940 correctly in recursive ange-ftp listings.
8941
89422000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8943
8944 * ps-print.el: Fix bug 1: if ps-font-size-internal,
8945 ps-header-font-size-internal and
8946 ps-header-title-font-size-internal variables are not set,
8947 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
8948 face text property is (foreground-color . COLOR) or
8949 `(background-color . COLOR)', ps-print crashes. Doc fix.
8950 (ps-print-version): New version number (5.2.4).
8951 (ps-plot-region): Code fix.
8952 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
8953 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
8954 Bug fix 2.
8955
89562000-07-30 Milan Zamazal <pdm@freesoft.cz>
8957
8958 * glasses.el (glasses-make-readable): Fix uncapitalization of
8959 identifiers like `myXMLDocument'.
8960
aeb4c63e
KF
89612000-07-28 Karl Fogel <kfogel@red-bean.com>
8962
18925e78
GM
8963 * mail/mail-hist.el (mail-hist-previous-input)
8964 (mail-hist-next-input): Do the obvious code factorization.
8965 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
8966 code of above two.
8967 If inserting a message body, leave point at top.
8968
9d453139
SS
89692000-07-28 Sam Steingold <sds@gnu.org>
8970
8971 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
8972 Use `<=', not `<' to compare times!
8973 (ange-ftp-ls): Remove.
9d453139 8974
b548072f
GM
89752000-07-27 Gerd Moellmann <gerd@gnu.org>
8976
27848c01
GM
8977 * play/cookie1.el: Add explanation of how to make cookie.el
8978 compatible with strfile(1) to comment.
8979
8980 * subr.el (remove, remq): New functions.
8981
3ab82477
GM
8982 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
8983 escape `*' in regexps.
8984 (midnight-find): Reverse order of arguments in the funcall of
8985 TEST.
8986
8987 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
8988 and `.class'.
8989
b548072f
GM
8990 * play/meese.el: Add Commentary section.
8991
27848c01
GM
89922000-07-27 Alex Schroeder <alex@gnu.org>
8993
8994 * sql.el (sql-ms): Added autoload cookie.
8995 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
8996 (sql-oracle): Ditto.
8997 (sql-help): Doc change.
8998
8999 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9000 types and exceptions.
9001
90022000-07-27 Alex Schroeder <alex@gnu.org>
9003
9004 * sql.el (sql-placeholder-history): New variable.
9005 (sql-query-placeholders-and-send): New function that will query
9006 the user and replace placeholders with user input.
9007 (sql-oracle): If running on NT, set comint-input-sender to
9008 sql-query-placeholders-and-send.
9009
9010 (sql-stop): If in the SQLi buffer, insert stop notification, else
9011 present it as a message.
9012
90132000-07-27 Alex Schroeder <alex@gnu.org>
9014
9015 * sql.el (sql-input-ring-separator): Doc change.
9016 (sql-input-ring-file-name): Doc change.
9017 (sql-interactive-mode): Use `sql-input-ring-separator' and
9018 `sql-input-ring-file-name' to set the comint-mode equivalents
9019 without making them local variables.
9020 (sql-stop): Don't bind `sql-input-ring-separator' and
9021 `sql-input-ring-file-name' dynamically to their comint-mode
9022 equivalents.
9023
91ae8751
KH
90242000-07-27 Kenichi Handa <handa@etl.go.jp>
9025
9026 * international/mule.el (register-char-codings): New function.
9027 (make-coding-system): Handle `safe-chars' specification in the arg
9028 PROPERTY.
9029
9030 * international/mule-cmds.el
9031 (find-coding-systems-region-subset-p): This function deleted.
9032 (sort-coding-systems-predicate): New variable.
9033 (sort-coding-systems): New function.
9034 (find-coding-systems-region): Use
9035 find-coding-systems-region-internal.
9036 (find-coding-systems-string): Use find-coding-systems-region.
9037 (find-coding-systems-for-charsets): Check
9038 char-coding-system-table.
9039 (select-safe-coding-system-accept-default-p): New variable.
9040 (select-safe-coding-system): Mostly rewritten. New argument
9041 ACCEPT-DEFAULT-P.
9042 (select-message-coding-system): Call select-safe-coding-system
9043 with ACCEPT-DEFAULT-P arg.
9044 (reset-language-environment): Reset default-sendmail-coding-system
9045 to the default value iso-latin-1.
9046 (set-language-environment): Don't set the obsolete variable
9047 charset-origin-alist.
9048
9049 * international/codepage.el (cp-coding-system-for-codepage-1):
9050 Give `safe-chars' property to make-coding-system.
9051
9052 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9053 calling select-message-coding-system twice.
9054
9055 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9056 instead of `safe-charsets'.
9057 (cyrillic-alternativnyj): Likewise.
9058 (ccl-encode-alternativnyj): Don't check the charset
9059 cyrillic-iso8859-5.
9060
90cf4474
KH
90612000-07-27 Kenichi Handa <handa@etl.go.jp>
9062
9063 * composite.el (compose-chars-after): Preserve match data.
9064
a1f84f6d
SS
90652000-07-26 Sam Steingold <sds@gnu.org>
9066
9067 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9068 (ange-ftp-real-file-newer-than-file-p): New function.
9069 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9070 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9071
9072 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9073 * midnight.el (midnight-float-time): Ditto.
9074
e092928e
AS
90752000-07-26 Andreas Schwab <schwab@suse.de>
9076
9077 * files.el (normal-backup-enable-predicate): Correct
9078 interpretation of the return value of compare-strings.
9079
7465ebef
GM
90802000-07-26 Gerd Moellmann <gerd@gnu.org>
9081
3353ef5a
GM
9082 * isearch.el (isearch-resume): New function.
9083 (isearch-done): Add something to command-history to resume
9084 the search.
9085 (isearch-yank-line, isearch-yank-word): Use
9086 buffer-substring-no-properties instead of buffer-substring.
9087
7465ebef
GM
9088 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9089 of flyspell-mouse-map.
9090
9091 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9092 duplicate definition.
9093 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9094
9095 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9096 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9097
5044b74a
SS
90982000-07-25 Sam Steingold <sds@gnu.org>
9099
25759a92
SS
9100 * net/ange-ftp.el: Get modtime over the net.
9101 (ange-ftp-file-modtime): New function.
a95cb10a
GM
9102 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9103 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
9104 Use it.
9105 (ange-ftp-dot-to-slash): New function.
9106 (ange-ftp-fix-name-for-vms): Use it.
9107
5044b74a
SS
9108 * midnight.el (midnight-buffer-display-time): Use
9109 `with-current-buffer'.
9110
5dcfb3f4
GM
91112000-07-25 Gerd Moellmann <gerd@gnu.org>
9112
9113 * find-dired.el: Update copyright notice.
9114 (find-dired): Offer to kill a running `find'.
9115
9116 * enriched.el (enriched-face-ans): For a `foreground-color'
9117 property, return '(("x-color" COLOR))' so that COLOR will be
9118 output as a parameter of the x-color annotation. Likewise for the
9119 `background-color' property. In the case of normal face
9120 properties, don't return annotations for unspecified foreground
9121 and background face attributes.
9122
8c662166
KH
91232000-07-25 Kenichi Handa <handa@etl.go.jp>
9124
9125 * language/japan-util.el (japanese-katakana-region): Fix handling
9126 HANKAKU argument.
9127
c28da489
MB
91282000-07-25 Miles Bader <miles@gnu.org>
9129
9130 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9131 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9132 constrain-to-field.
9133
ad349719
AI
91342000-07-24 Andrew Innes <andrewi@gnu.org>
9135
9136 * timer.el (timer-activate-when-idle): Add optional parameter
9137 DONT-WAIT. Update docstring.
9138 (run-with-idle-timer): Specify extra parameter to
9139 timer-activate-when-idle, so that timer will be activated
9140 immediately if Emacs is already idle.
9141
9142 * w32-fns.el (w32-using-nt): Fix docstring.
9143
c95162f5
DL
91442000-07-24 Dave Love <fx@gnu.org>
9145
9146 * mouse.el (popup-menu): Set last-command-event.
9147 (mouse-major-mode-menu-prefix): Declare.
9148
e3c31fd5
GM
91492000-07-24 Gerd Moellmann <gerd@gnu.org>
9150
9151 * textmodes/flyspell.el: Update to author's version 1.5d.
9152
9153 * progmodes/hideshow.el: Update copyright notice.
9154
9155 * vcursor.el: Set maintainer to FSF, since author cannot
9156 be reached.
9157
7636d2a3
EZ
91582000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9159
fbe0a958
EZ
9160 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9161 the prompt.
9162
7636d2a3
EZ
9163 * mouse.el (popup-menu): Run the keymap through indirect-function,
9164 in case it was defined with define-prefix-key. If the menu is a
9165 list of keymaps, look up the binding of user's choice in each one
9166 of the keymaps.
9167 (mouse-popup-menubar): If the global and local menu-bar keymaps
9168 don't have a prompt string, create one and insert it into the
9169 keymap. Don't barf if current-local-map returns nil.
9170
e024b101
GM
91712000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9172
9173 * dired.el (dired-sort-R-check): Added to allow recursive listing
9174 to be undone.
9175 (dired-sort-other): Use it.
9176
7972fcfc
GM
91772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9178
e024b101 9179 * Release of cc-mode 5.27
7972fcfc
GM
9180
91812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9182
9183 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9184 c-beginning-of-statement-1 that caused a bad case of recursion
9185 which could consume a lot of CPU in large classes in languages
9186 that have in-expression classes (i.e. Java and Pike).
9187
9188 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9189 statements before top level constructs (i.e. case 6 is moved
9190 before case 5 and is now case 4) to catch in-expression
9191 classes in top level expressions correctly.
9192
91932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9194
9195 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9196 objc-method-intro. Case 4 removed and case 5I added.
9197
9198 * cc-langs.el (c-append-paragraph-start): New variable used by
9199 c-common-init to get paragraph-start correct.
9200 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9201 initialize paragraph-start to make it correct both with and
9202 without the javadoc special case.
9203
9204 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9205 initialize paragraph-start for javadoc markup.
9206
9207 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9208 change by defaulting this to t. It's motivated by the
9209 confusing behavior that otherwise arise from the style system
9210 when editing both java and non-java files at the same time
9211 (see the comments about style setting in c-common-init).
9212
92132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9214
9215 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9216 similar to the one in c-fill-paragraph to check the fill
9217 prefix from the adaptive fill function for sanity.
9218
92192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9220
9221 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9222 defun block.
9223
92242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9225
5044b74a 9226 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
9227
92282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9229
9230 * cc-align.el (c-lineup-multi-inher): Handle lines with
9231 leading comma nicely. Extended to handle member initializers
9232 too.
9233
e024b101 9234 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
9235 c-guess-basic-syntax): Fixed recognition of inheritance lists
9236 when the lines begins with a comma.
9237
5044b74a 9238 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
9239
9240 * cc-vars.el (c-offsets-alist): Changed default for
9241 member-init-cont to c-lineup-multi-inher since it now handles
9242 member initializers and indents better for leading commas.
9243
92442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9245
9246 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9247 handling that caused class open lines to be recognized as
9248 statement-conts in some cases.
9249
9250 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9251 guessed by the adaptive fill function unless point is on the
9252 first line of a block comment.
9253
9254 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9255 when the buffer ends with a macro continuation char.
9256
9257 * cc-engine.el (c-guess-basic-syntax): Added support for
9258 function definitions as statements in Pike. The first
9259 statement in a lambda block is now labeled defun-block-intro
9260 instead of statement-block-intro.
9261
9262 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9263 so that the class surrounding point is selected, not the one
9264 innermost in the state.
9265
9266 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9267 recognition of switch labels having hanging multiline
9268 statements.
9269
9270 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9271 some code in c-guess-basic-syntax to a separate function.
9272 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9273 recognition of member inits with multiple line arglists.
9274 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9275 member-init-cont when the commas are in funny places.
9276
92772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9278
9279 * cc-defs.el (c-auto-newline): Removed this macro since it's
9280 not used anymore.
9281
9282 * cc-engine.el (c-looking-at-bos): New helper function.
9283 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9284 inexpr and toplevel classes apart in Pike.
9285
9286 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9287 of case 9A.
9288
9289 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9290 constant, since "class" can introduce an in-expression class
9291 in Pike nowadays.
9292
92932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9294
9295 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9296 indentation on cpp-macro lines.
9297
9298 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9299 a syntax modifier like comment-intro, to make it possible to
9300 get syntactic indentation for preprocessor directives. It's
9301 incompatible wrt to lineup functions on cpp-macro, but it has
9302 no observable effect in the 99.9% common case where cpp-macro
9303 is set to -1000.
9304
93052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9306
9307 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9308 member-init-cont when the preceding arglist is several lines.
9309
93102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9311
9312 * cc-styles.el (c-style-alist): The basic offset for the BSD
9313 style corrected to 8.
9314
93152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9316
9317 * cc-styles.el (c-style-alist): Adjusted the indentation of
9318 brace list openers in the gnu style.
9319
93202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9321
9322 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9323
9324 * cc-cmds.el (c-electric-brace, c-electric-slash,
9325 c-electric-star, c-electric-semi&comma, c-electric-colon,
9326 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9327 when c-syntactic-indentation is nil.
9328
9329 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9330 we were left at comments preceding the first statement when
9331 reaching the beginning of the buffer.
9332
9333 * cc-vars.el (c-syntactic-indentation): New variable to turn
9334 off all syntactic indentation.
9335
93362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9337
9338 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9339 between the text and the block comment ender when it hangs,
9340 depending on how many there are before the fill.
9341
93422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9343
9344 * cc-engine.el (c-beginning-of-closest-statement): New helper
9345 function to go back to the closest preceding statement start,
9346 which could be inside a conditional statement.
9347 * cc-engine.el (c-guess-basic-syntax): Use
9348 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9349
9350 * cc-engine.el (c-guess-basic-syntax): Better handling of
9351 arglist-intro, arglist-cont-nonempty and arglist-close when
9352 the arglist is nested inside parens. Cases 7A, 7C and 7F
9353 changed.
9354
9355 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9356 up-to-date with javadoc 1.2.
9357
93582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9359
9360 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9361 multiline Pike type decls.
9362
93632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9364
9365 * cc-cmds.el (c-indent-new-comment-line): Always break
9366 multiline comments in multiline mode, regardless of
9367 comment-multi-line.
9368
93692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9370
9371 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9372 fully::qualified::names in C++ member init lists. Preamble in
9373 case 5D changed.
9374
93752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9376
9377 * cc-langs.el (c-common-init): Handling of obsolete variables
9378 moved to c-initialize-cc-mode. More compatible style override
9379 when using global style variables.
9380 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9381 variables moved here.
9382
e024b101 9383 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
9384 c-special-indent-hook as a style variable. Don't talk about
9385 doing (c-make-styles-buffer-local t) in a mode hook, since
9386 that's already too late to work right.
5044b74a 9387
7972fcfc
GM
9388 * cc-styles.el (c-make-styles-buffer-local): Flag style
9389 variable localness in c-style-variables-are-local-p to make
9390 the compatibility measure in c-common-init work well.
9391
9392 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9393 longer contain set-from-style.
9394 * cc-styles.el (c-initialize-builtin-style): Don't check for
9395 set-from-style on c-special-indent-hook.
9396 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9397 copy-alist is sufficient now.
9398
9399 * cc-styles.el (c-set-style, c-set-style-1,
9400 c-get-style-variables): Fixes to variable initialization so
9401 that duplicate entries in styles have the same effect
9402 regardless of DONT-OVERRIDE.
9403
9404 * cc-styles.el (c-set-style-2): Fixed bug where the
9405 initialization of inheriting styles failed when the
9406 dont-override flag is set.
9407
9408 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9409 on this.
9410
94112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9412
9413 * cc-defs.el (c-forward-comment): Removed the workaround
9414 introduced in 5.38 since it had worse side-effects. If a line
9415 contains the string "//\"", it regarded the // as a comment
9416 start since the \ temporarily doesn't have escape syntax.
9417
94182000-07-17 Emmanuel Briot <briot@act-europe.fr>
9419
9420 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9421 ada-xref.el before ada-prj.el, so that the Project menu is created
9422 when ada-prj tries to add to it.
9423 (ada-activate-keys-for-case): Suppress the characters that are not
9424 part of the Ada syntax. Better compatibility with else-mode
9425 (ada-adjust-case-interactive): When auto-casing is not active,
9426 correctly insert newlines (used to insert only ^M). Prevent the
9427 syntax table from being changed in case of an error
814299a7 9428 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
9429 Do nothing if ada-auto-case is nil.
9430 (ada-after-keyword-p): Ignore keywords that are also attributes
9431 (ada-batch-reformat): Update usage comment
9432 (ada-call-from-contextual-menu): New function
9433 (ada-case-read-exceptions): Reinitialize the casing exception list
9434 first to nil first, so that the casing exception file can be
9435 shared.
9436 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9437 files.
9438 (ada-compile-goto-error): Fix regexp used to detect a file:line
9439 anywhere in the error message
9440 (ada-contextual-menu-last-point): New variable
9441 (ada-create-keymap): If the variable delete-key-deletes-forward is
9442 t on XEmacs, it means that DEL should delete one character
9443 forward.
9444 (ada-create-menu): Use :included instead of :visible for XEmacs.
9445 New submenu "Options".
9446 (ada-end-stmt-re): Correctly indent "select ... then abort"
9447 statements.
9448 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9449 even if they don't match ada-fill-comment-prefix Fix handling of
9450 paragraphs on the first or last line of a file.
9451 (ada-format-paramlist): Fix handling of default parameter values.
9452 (ada-get-body-name): New function.
9453 (ada-get-current-indent): Optimized by searchling directly for an
9454 existing generic part or a statement outside of it. Handle
9455 ada-indent-align-comments when indenting comments Replaced some
9456 regexps by testing directly the next character. This results in a
9457 huge speedup on some files. New indentation scheme for renames
9458 statements. Stop looking for the 'while' or 'for' associated with
9459 a 'loop' at the first semicolon encountered. A "return" can also
9460 match an anonymous access subprogram declaration.
9461 (ada-get-indent-noindent): Ignore strings and comments when
9462 looking for the keywords "record" and "private".
9463 (ada-goto-matching-decl-start): When matching "if", make sure we
9464 are not in fact seeing "end if". Ignore "when" statements except
9465 when initial keyword was "begin". Fix handling of nested
9466 procedures. Add a recursive call to this function to skip over
9467 other 'end' statmts. Fix indentation for "when .. => begin"
9468 (ada-in-open-paren-p): Fix indentation for complex boolean
9469 expressions, where 'and then', 'or else' and parenthesis
9470 statements are mixed up.
9471 (ada-in-paramlist-p): Skip comments while searching for the
9472 beginning Fix handling of operator declarations.
9473 (ada-indent-align-comments): New variable
9474 (ada-indent-current): Change the syntax table only in the
9475 protected section, so that we are sure it is restored correctly.
9476 (ada-indent-on-previous-lines): Use ada-use-indent and
9477 ada-with-indent Correctly indent "select ... then"
9478 (ada-indent-region): Slight speedup.
9479 (ada-indent-renames): New variable.
9480 (ada-last-which-function-subprog, ada-last-which-function-line):
9481 New variables
9482 (ada-looking-at-semi-private): Correctly indent the 'private'
9483 keyword when it is the first word in a package declaration.
9484 (ada-loose-case-word): Stop searching if at the end of the buffer.
9485 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9486 even if point is not initially at the end of the word.
9487 (ada-matching-decl-start-re): Add "when".
9488 (ada-mode): Add support for abbrev-mode, outline-mode and
9489 which-func-mode Override the old find-file.el entry in
9490 ff-special-constructs since it is using the obsolete
9491 ada-spec-suffix variable
9492 (ada-no-auto-case): New function
9493 (ada-scan-paramlist): When parsing the argument type, accept
9494 spaces (as in "X 'Class", generated by Rational Rose).
9495 (ada-other-file-name): No longer loads the other file.
9496 (ada-popup-menu): Save and restore the current buffer and cursor
9497 position before and after displaying the menu.
9498 (ada-search-ignore-complex-boolean): New function.
9499 (ada-uncomment-region): Emacs21 already knows how to delete
9500 comments not starting in the first column.
9501 (ada-use-indent): New variable
9502 (ada-which-function): New function.
9503 (ada-with-indent): New variable
9504 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9505 can be batch-compiled from the command line.
9506
9507 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9508 Add to the menu when the file is loaded, not in ada-mode-hook.
9509 Add -toolbar to the default ddd command Switches moved from
9510 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9511 ada-prj-default-comp-opt
9512 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9513 Reference Manual to the menu
9514 (ada-check-current): rewritten as a call to ada-compile-current
9515 (ada-compile): Removed.
9516 (ada-compile-application, ada-compile-current, ada-check-current):
9517 Set the compilation-search-path so that compile.el automatically
9518 finds the sources in src_dir. Automatic scrollong of the
9519 compilation buffer. C-uC-cC-c asks for confirmation before
9520 compiling
9521 (ada-compile-current): New parameter, prj-field
9522 (ada-complete-identifier): Load the .ali file before doing
9523 processing
9524 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9525 conform to gnatmake's behavior.
9526 (ada-find-file-in-dir): New function
9527 (ada-find-references): Set the environment variables for gnatfind
9528 (ada-find-src-file-in-dir): New function.
9529 (ada-first-non-nil): Removed
9530 (ada-gdb-application): Add support for jdb, the java debugger.
9531 (ada-get-ada-file-name): Load the original-file first if not done
9532 yet.
9533 (ada-get-all-references): Handles the new ali syntax (parent types
9534 are found between <>).
9535 (ada-initialize-runtime-library): New function
9536 (ada-mode-hook): Always load a project file when a file is opened,
9537 so that the casing exceptions are correctly read.
9538 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9539 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9540 to open the project file, since the latter does not work with
9541 speedbar Get default values before loading the prj file, or the
9542 default executable file name is wrong. Use the absolute value of
9543 src_dir to initialize ada-search-directories and
9544 compilation-search-path,... Add the standard runtime library to
9545 the search path for find-file.
9546 (ada-prj-default-debugger): Was missing an opening '{'
9547 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9548 variables.
9549 (ada-prj-default-gnatmake-opt): New variable
9550 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9551 buffers, the project file is the default one Save the windows
9552 configuration before displaying the menu.
9553 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9554 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9555 ...) regexp-quote identifiers names to support operators +,
9556 -,... in regexps.
9557 (ada-remote): New function.
9558 (ada-run-application): Erase the output buffer before starting the
9559 run Support remote execution of the application. Use
9560 call-process, or the arguments are incorrectly parsed
9561 (ada-set-default-project-file): Reread the content of the active
9562 project file, not the one from the current buffer When a project
9563 file is set as the default project, all directories are
9564 automatically associated with it.
9565 (ada-set-environment): New function
9566 (ada-treat-cmd-string): New special variable ${current}
9567 (ada-treat-cmd-string): Revised. The substitution is now done for
9568 any ${...} substring
9569 (ada-xref-current): If no body was found, compiles the spec
9570 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9571 compiler to get rid of command line length limitations.
9572 (ada-xref-get-project-field): New function
9573 (ada-xref-project-files): New variable
9574 (ada-xref-runtime-library-specs-path)
9575 (ada-xref-runtime-library-ali-path): New variables
9576 (ada-xref-set-default-prj-values): Default run command now does a
9577 cd to the build directory. New field: main_unit Provide a default
9578 file name even if the current buffer has no prj file.
9579
9580 * ada-prj.el:
9581 Rewritten to show a tabbed-dialog.
9582 (ada-prj-add-ada-menu): Remove the map and name parameters.
9583 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9584 New function
9585 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9586 (ada-prj-load-from-file): New function
9587 (ada-prj-save): Always save fields that depend on the current buffer
9588 (ada-prj-show-value): New function
5044b74a 9589
7972fcfc
GM
9590 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9591 Ada mode. This will allow us to display the Ada menu in any buffer
9592 we want (for project items).
9593 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9594 number of spaces in the header.
5044b74a 9595
8730a8da
DL
95962000-07-24 Dave Love <fx@gnu.org>
9597
9598 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9599
db3ca487
NF
96002000-07-23 Noah Friedman <friedman@splode.com>
9601
ad953485
NF
9602 * type-break.el (type-break): perform autosave.
9603 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9604 (type-break-do-query): Cancel query schedule while performing
9605 actual query, to avoid possibility of a second query being made
9606 while first one is already in progress.
9607 (type-break-time-stamp-format): New variable.
9608 (type-break-time-stamp): New function.
9609 (type-break-time-warning): Use it.
9610 (type-break-keystroke-warning): Use it.
9611 (type-break-noninteractive-query): Use it.
9612
03a9c6d0
NF
9613 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9614 cookie.
9615 Use add-minor-mode to set minor-mode-alist, if available.
9616 (eldoc-echo-area-use-multiline-p): New user option.
9617 (eldoc-echo-area-multiline-supported-p): New variable.
9618 (eldoc-docstring-format-sym-doc): Use them.
9619 (eldoc-mode): If not using idle timers, append to local post and
9620 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9621 (eldoc-display-message-no-interference-p): Don't interfere with
9622 edebug.
9623 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9624 (eldoc-function-arglist): New function.
9625 (eldoc-function-argstring): Use it.
9626
db3ca487
NF
9627 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9628 auto save directory exists before calling directory-files.
9629
f7ad1899
DL
96302000-07-23 Dave Love <fx@gnu.org>
9631
9632 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9633 ^o, ^u.
9634
43e764c9
DL
96352000-07-21 Dave Love <fx@gnu.org>
9636
475de6f4
DL
9637 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9638 now passed to the function. It now works properly.
9639
43e764c9
DL
9640 * smerge-mode.el (smerge-mode-menu): Fill it out.
9641
e8bea4c0
GM
96422000-07-20 Gerd Moellmann <gerd@gnu.org>
9643
9644 * info-look.el (info-lookup): If *info* is shown in another frame
9645 on the same display, select that frame, instead of switching to
9646 the Info buffer in another window of the selected frame.
9647
9648 * simple.el (universal-argument-map): Bind numeric keypad keys
9649 kp-0 to kp-9 and kp-subtract.
9650 (digit-argument): Handle these keys.
9651
bc75b4fd
DL
96522000-07-20 Dave Love <fx@gnu.org>
9653
9654 * net/goto-addr.el (goto-address-fontify): Don't bother with
9655 buffer-modified and read-only stuff -- irrelevant with overlays.
9656 Put an extra property on the overlays and use it to clean up in
9657 case goto-address is re-run.
9658
8b7bc628
RS
96592000-07-19 Richard M. Stallman <rms@gnu.org>
9660
18e21ce8
RS
9661 * timer.el (run-with-idle-timer): Doc fix.
9662
db3ca487 9663 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
9664 Handle case where <...> appears inside "...".
9665 Use replace-match to edit the string more simply.
9666 (rmail-dont-reply-to): Cope with an unmatched ".
9667
50575ec2
DL
96682000-07-19 Dave Love <fx@gnu.org>
9669
9670 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
9671 implementation.
9672
9673 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
9674 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
9675 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
9676
4279296d
GM
96772000-07-19 Gerd Moellmann <gerd@gnu.org>
9678
47db06aa
GM
9679 * textmodes/refer.el: Correct maintainer's email address.
9680
9681 * progmodes/hideif.el: Correct author's email address.
9682 Fix typo in comment.
9683
9684 * xml.el: New file.
9685
4279296d
GM
9686 * mail/mailheader.el: Correct author's mail address.
9687
9688 * gnus/parse-time.el: Correct author's mail address.
9689
47db06aa 96902000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
9691
9692 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
9693 New user options.
9694 (comint-input-ring-file-name): Change custom type.
9695 (comint-mode-map): Bind mouse-2.
9696 (comint-insert-clicked-input): New function.
9697 (comint-send-input): Handle input highlighting.
9698
21ad0f7b
SM
96992000-07-18 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * mouse.el (popup-menu): New function.
9702 (mouse-major-mode-menu): Use it.
9703
3b33a005
DL
97042000-07-18 Dave Love <fx@gnu.org>
9705
9706 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
9707 improvements.
9708
dc1cac59
GM
97092000-07-18 Gerd Moellmann <gerd@gnu.org>
9710
21ad0f7b 9711 * faces.el (face-font-selection-order)
dc1cac59 9712 (face-font-family-alternatives): Add custom type.
db3ca487 9713
f8276b77
DL
97142000-07-18 Dave Love <fx@gnu.org>
9715
9716 * cus-edit.el (custom-variable-reset-saved)
9717 (custom-variable-reset-standard): Remove unused bindings.
9718
9719 * rect.el (open-rectangle-line): Remove unused let.
9720
9721 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9722
3d6cd763
GM
97232000-07-18 Gerd Moellmann <gerd@gnu.org>
9724
9725 * cdl.el: Fix `Maintainer' keyword.
9726
9727 * play/pong.el: Add author's email address.
9728
34342a07
SS
97292000-07-17 Sam Steingold <sds@gnu.org>
9730
9731 * files.el (insert-directory): Call `split-string' instead of
9732 re-implementing it.
9733
088831a6
GM
97342000-07-18 Gerd Moellmann <gerd@gnu.org>
9735
9736 * mail/vms-pmail.el: Change maintainer to FSF.
9737
9738 * net/goto-addr.el: Change maintainer to FSF.
9739
088831a6 9740 * info.el (Info-title-face-alist): Removed.
db3ca487 9741
c152047f
GM
97422000-07-18 David Ponce <david@dponce.com>
9743
9744 * recentf.el (recentf-open-files): New command that works like
9745 `recentf-open-more-files', but shows the whole list of files (not just
9746 those omitted from the menu). Useful if you don't use a menu-bar!
9747 (recentf-open-more-files) Modified to use `recentf-open-files'.
9748
9749 (recentf-open-files, recentf-open-more-files)
9750 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 9751
c152047f
GM
9752 (recentf-dialog-mode): New mode for dialogs. You can now just type
9753 "q" to cancel the dialogs.
9754
97552000-07-18 David Ponce <david@dponce.com>
9756
9757 * recentf.el: This is a major update of recentf.el. It adds new
9758 features to better organize the recentf menu and "More..." buffer.
9759
9760 Using new provided menu filtering functions you can now organize the
9761 recent files list:
9762
9763 - by major modes
9764 - by directories
9765 - by user defined rules
9766
9767 Finally, with the new `recentf-filter-changer' customizable filter you
9768 can define a ring of filters and dynamically (via the menu) cycle on
9769 each menu organization in the ring (a la msb).
9770
68be2869
EZ
97712000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
9772
9773 * eshell/eshell.el (eshell): Replace links to eshell.info with
9774 links to eshell, to avoid problems on systems where the manual is
9775 installed as `eshell'.
9776 * eshell/esh-cmd.el (eshell-cmd): Ditto.
9777 * eshell/em-smart.el (eshell-smart): Ditto.
9778 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 9779 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
9780
9781 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
9782 same-file check in the MS-DOS version (it does support inodes).
9783
9784 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
9785
21ad0f7b
SM
9786 * eshell/eshell.el (eshell-directory-name):
9787 Run default directory name through convert-standard-filename.
68be2869 9788
269b4dcb
KH
97892000-07-18 Kenichi Handa <handa@etl.go.jp>
9790
21ad0f7b
SM
9791 * international/mule-cmds.el (select-safe-coding-system):
9792 Fix typo in the comment.
240a16cf 9793
21ad0f7b
SM
9794 * language/european.el (compound-text):
9795 Force katakana-jisx0201 to be designated to G1.
aa96c820 9796
21ad0f7b
SM
9797 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
9798 Don't translate some national variant characters of latin-jisx0201.
aa96c820 9799 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 9800
269b4dcb
KH
9801 * international/kkc.el (kkc-after-update-conversion-functions):
9802 New variable.
9803 (kkc-update-conversion): Run functions in it at the tail.
9804
68be2869 98052000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 9806
21ad0f7b
SM
9807 * lisp/align.el (align-newline-and-indent):
9808 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
9809 (align-region): Fixed badly formatted minibuffer message.
9810
7a3fd467
KH
98112000-07-17 Kenichi Handa <handa@etl.go.jp>
9812
21ad0f7b 9813 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
9814 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
9815 the conversion list at first if appropriate.
9816 (kkc-next): Don't update kkc-next-count here.
9817 (kkc-prev): Don't update kkc-prev-count here.
9818 (kkc-show-conversion-list-update): Fix setting up of conversion
9819 list message.
9820
a45423d8
SM
98212000-07-16 Stefan Monnier <monnier@cs.yale.edu>
9822
088831a6 9823 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 9824
91a38db1
DL
98252000-07-16 Dave Love <fx@gnu.org>
9826
9827 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
9828 function to be more specific.
9829
9830 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
9831 non-string help-echo.
9832 (widget-types-convert-widget): Defsubst it.
9833 (widget-echo-help): Try to cope with a help-echo function of two
9834 possible sorts.
9835
3fddcdc3
JR
98362000-07-15 Jason Rumney <jasonr@gnu.org>
9837
9838 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
9839 Declare as obsolete.
9840
9841 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
9842
bd23a692
GM
98432000-07-14 Gerd Moellmann <gerd@gnu.org>
9844
9845 * hilit-chg.el: Fix typo.
9846
d4af987a
DL
98472000-07-14 Dave Love <fx@gnu.org>
9848
9849 * info.el (Info-mode-menu): Fix use of :help, :enable.
9850
3a4f3f86
SM
98512000-07-14 Stefan Monnier <monnier@cs.yale.edu>
9852
9853 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
9854
cf6936a4
DL
98552000-07-13 Dave Love <fx@gnu.org>
9856
4d6d04b5
DL
9857 * emacs-lisp/easymenu.el: Doc fixes.
9858 (easy-menu-remove): Defalias to ignore.
9859
cf6936a4
DL
9860 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
9861 Call throw correctly.
9862
56437999
GM
98632000-07-13 Gerd Moellmann <gerd@gnu.org>
9864
9865 * faces.el (frame-background-mode): Doc fix.
9866
9867 * simple.el (eval-expression-print-length): Change custom type to
9868 allow entering nil as value.
9869
d04a3972
DL
98702000-07-13 Dave Love <fx@gnu.org>
9871
3a4f3f86
SM
9872 * progmodes/fortran.el (fortran-imenu-generic-expression):
9873 Change definition layout.
a8189dfe
DL
9874 (fortran-mode-menu): Reinstate customize entries.
9875
d04a3972
DL
9876 * cus-edit.el (custom-group-menu-create, customize-menu-create):
9877 Use :filter, per old XEmacs code.
9878
4bf4fb05
GM
98792000-07-12 Gerd Moellmann <gerd@gnu.org>
9880
9881 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
9882 event when deciding what to send to the terminal.
9883
37328bcd
DL
98842000-07-12 Dave Love <fx@gnu.org>
9885
9886 * cus-start.el: Add optional version as 4th element of specs and
9887 use it for several things new in v21. Remove load-path. Fix type
9888 of line-number-display-limit.
9889
89492072
DL
98902000-07-11 Dave Love <fx@gnu.org>
9891
3a4f3f86
SM
9892 * progmodes/fortran.el: Don't require easymenu.
9893 Use repeat counts in various regexps.
315aa1de
DL
9894 (fortran-mode-syntax-table): Defvar directly.
9895 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
9896 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
9897 Use defvar, not defconst.
9898 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
9899 (fortran-mode): Set fortran-comment-line-start-skip,
9900 fortran-comment-line-start-skip, dabbrev-case-fold-search.
9901 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
9902 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
9903 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
9904 (fortran-comment-region, fortran-electric-line-number): Simplify.
9905 (fortran-auto-fill): New function.
9906 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
9907 (fortran-find-comment-start-skip):
9908 Check for non-null comment-start-skip.
9909 (fortran-auto-fill-mode, fortran-fill-statement):
9910 Use fortran-auto-fill.
315aa1de 9911 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 9912 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 9913
89492072
DL
9914 * widget.el (widget-plist-member): New alias.
9915
d55ead18
EZ
99162000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
9917
9918 * eshell/esh-module.el (toplevel): Reference
9919 byte-compile-current-file only if it is bound.
9920
e82a2a05
GM
99212000-07-10 Gerd Moellmann <gerd@gnu.org>
9922
9923 * dired.el: Don't require `dired-aux'.
9924
1fc7fb2b
MB
99252000-07-10 Miles Bader <miles@lsi.nec.co.jp>
9926
9927 * dired-aux.el (dired-show-file-type): New function.
9928 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
9929 (dired-show-file-type): Add autoload.
9930
ab49ce15
KH
99312000-07-10 Kenichi Handa <handa@etl.go.jp>
9932
9933 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 9934 change of fontset-info.
ab49ce15
KH
9935 (print-fontset): Likewise.
9936
f45aab65
SM
99372000-07-09 Stefan Monnier <monnier@cs.yale.edu>
9938
9939 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
9940
2f72fd2f
GM
99412000-07-07 Gerd Moellmann <gerd@gnu.org>
9942
e82a2a05 9943 * bindings.el: Bind `[delete]' to delete-char.
965522f5 9944
2f72fd2f
GM
9945 * dired.el (dired-find-alternate-file): New function.
9946 (dired-mode-map): Bind `a' to dired-find-alternate-file.
9947 (toplevel): Require dired-aux when compiling.
9948 (dired-buffers): Move defvar within file to avoid compiler warning.
9949
9950 * info.el (Info-last-search): Variable removed.
9951 (Info-search-history): New variable.
9952 (Info-search): New Info-search-history.
9953
9954 * battery.el, info-look.el: Change author's mail address.
9955
965522f5 99562000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 9957
965522f5
GM
9958 * mail/rmail.el (rmail-clear-headers): Don't throw an error
9959 if rmail-ignored-headers is nil.
9960 (rmail-retry-failure): Bind rmail-ignored-headers and
9961 rmail-displayed-headers to nil.
9962
dd8888a1
GM
99632000-07-06 Gerd Moellmann <gerd@gnu.org>
9964
e5c81191
GM
9965 * lpr.el (lpr-page-header-switches): Add `-h' switch.
9966 (print-region-1): Don't hard code `-h' here.
9967
dd8888a1
GM
9968 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
9969
e5c81191
GM
99702000-07-01 Francesco Potorti` <pot@gnu.org>
9971
9972 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
9973 exim can use "your message" instead of "the message".
34342a07 9974
f45aab65
SM
99752000-07-06 Stefan Monnier <monnier@cs.yale.edu>
9976
9977 * facemenu.el: Docstrings fixes.
9978 (facemenu-get-face): Don't use internal-find-face.
9979 (facemenu-iterate): Rename arg to match the docstring.
9980
9981 * newcomment.el (uncomment-region): Be more careful when skipping
9982 backwards over `=' not to bump into BOBP.
9983
d396e521 99842000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 9985
dd8888a1
GM
9986 * ediff-diff.el (ediff-wordify): Use syntax table.
9987 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 9988 ediff-color-display-p.
dd8888a1 9989 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
9990 from defsubst.
9991 Got rid of special cases for NeXT and OS/2.
dd8888a1 9992 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 9993 face.
34342a07 9994
5e2dfaa4
SM
99952000-07-05 Stefan Monnier <monnier@cs.yale.edu>
9996
9997 * emacs-lisp/lucid.el: Require CL.
9998 (copy-tree, remprop): Remove, it's provided by CL.
9999 (map-keymap): Define in terms of cl-map-keymap.
10000 (extent-property, set-extent-end-glyph): New functions.
10001
10002 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10003
d5c5cddd
GM
100042000-07-05 Gerd Moellmann <gerd@gnu.org>
10005
485266d0
GM
10006 * Makefile.in (DONTCOMPILE): Add comment that the name may
10007 not be changed without changing the make-dist script.
10008
5e2dfaa4 10009 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 10010 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 10011
e2c46326
AI
100122000-07-05 Andrew Innes <andrewi@gnu.org>
10013
10014 * makefile.nt: Add support for `bootstrap' and related targets.
10015
a027a91b
SM
100162000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10017
10018 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10019 (easy-menu-do-define): Use `menu-item' format.
10020 Handle case where easy-menu-create-menu returns a symbol.
10021 Manually call the potential top-level filter in the function binding.
10022 (easy-menu-filter-return): New arg NAME.
10023 Convert to a keymap if MENU is an XEmacs menu.
10024 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10025 (easy-menu-converted-items-table, easy-menu-convert-item):
10026 New var and fun to memoize easy-menu-convert-item-1.
10027 (easy-menu-do-add-item): Use it.
10028 (easy-menu-create-menu): Use easy-menu-convert-item.
10029 Wrap easy-menu-filter-return around any :filter specification.
10030 Don't convert the menu if a filter was specified.
10031 Tell easy-menu-make-symbol not to check for MENU being an expression.
10032 (easy-menu-make-symbol): New arg NOEXP.
10033
5e03eb84
GM
100342000-07-05 Gerd Moellmann <gerd@gnu.org>
10035
10036 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10037 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10038 (eval-defun): If called with prefix arg, instrument code for
10039 Edebug.
10040
10041 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10042 similar to that of eval-defun.
10043
fca68a95
DL
100442000-07-04 Dave Love <fx@gnu.org>
10045
7ccbba4c
DL
10046 * hl-line.el (hl-line-overlay): Make it permanent-local.
10047
fca68a95
DL
10048 * calendar/todo-mode.el: Replaced with a working version, based on
10049 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10050
100512000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
10052
10053 * paths.el (prune-directory-list): New function.
10054 (Info-default-directory-list): Rewritten to more methodically
10055 enumerate a big list of possible info directories (based on the
10056 list used by the standalone info reader).
fca68a95 10057
78e7e8a0 10058 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 10059 non-existent directories from Info-directory-list.
78e7e8a0 10060
78e7e8a0
MB
10061 * paths.el (Info-default-directory-list): Try a list of possible
10062 info-directories instead of a single one. Add the possible
10063 info directory "/usr/share/info".
10064
10065 * woman.el (woman-man.conf-path): Explicitly include the debian
10066 man-db config file "/etc/manpath.config".
10067 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10068 are present in `manpath.config'.
10069 (woman-manpath): Include "/usr/share/man".
10070
67c9a1d2
GM
100712000-07-03 Gerd Moellmann <gerd@gnu.org>
10072
6753393b
GM
10073 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10074
10075 * startup.el (command-line): Initialize blink-cursor based
10076 on window-system.
10077
e4f98ad3
GM
10078 * frame.el (blink-cursor): Default to nil if not running under
10079 a window-system.
10080
2f516940
GM
10081 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10082 (face-x-resources): Remove duplicate entry for :font.
10083
67c9a1d2
GM
10084 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10085 instead of cycling through windows with next-window.
10086
10087 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10088 of cycling through windows with next-window.
10089
10090 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10091 of cycling through windows with next-window.
10092
10093 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10094 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10095 instead of cycling through windows with next-window.
10096
10097 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10098 instead of cycling through windows with next-window.
10099
10100 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10101 of cycling through windows with next-window.
10102
10103 * terminal.el (te-process-output): Use walk-windows instead of
10104 cycling through windows with next-window.
10105
10106 * server.el (server-switch-buffer): Use some-window instead of
10107 cycling through windows with next-window.
10108
10109 * window.el (some-window): New function.
10110 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 10111
3a4f3f86 10112 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 10113
8b7bc628 101142000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
10115
10116 * window.el (walk-windows): Guarantee termination by keeping a list
10117 of all the windows already handled.
10118
d0d57043
EZ
101192000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10120
10121 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10122 window-system.
10123
10124 * man.el (Man-notify-when-ready): Don't use window-system. If
10125 Man-notify-method is newframe, and the display is not
10126 multi-frame, select the frame created for the man page.
10127 (Man-init-defvars): Doc fix.
10128
d5483ab1
GM
101292000-06-28 Gerd Moellmann <gerd@gnu.org>
10130
af5c25e1
GM
10131 * faces.el (region): Change background color for light background.
10132
10133 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10134 attribute from mode-line face of Ediff control frame.
10135
d5483ab1
GM
10136 * replace.el (query-replace-map): Bind `e' like `E'.
10137
9d47450f
EZ
101382000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10139
3a4f3f86
SM
10140 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10141 Change name to "Select All".
496b7491 10142
9d47450f
EZ
10143 * dos-fns.el (convert-standard-filename): Fix last change.
10144
0b431deb
GM
101452000-06-27 Gerd Moellmann <gerd@gnu.org>
10146
4fa9f636
GM
10147 * help.el (describe-variable): Don't insert a second `'s' in front
10148 of the string `value is shown below'. Since the syntax-table is
10149 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10150 an existing `'s', so that this won't be deleted.
10151
0b431deb
GM
10152 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10153 * pcmpl-unix.el: New files.
10154
32cad0aa
SM
101552000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * wid-edit.el (widget-member): Use the new plist-member.
10158
2c69ced2
GM
101592000-06-26 Gerd Moellmann <gerd@gnu.org>
10160
44c0f771
GM
10161 * replace.el (perform-replace): Undo change of 2000-04-04.
10162 Instead, move backward 1 character at the end of the loop when
10163 necessary.
34342a07 10164
1d36487c
GM
10165 * faces.el (fringe): Change face for different backgrounds.
10166
10167 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10168 patch from John.
10169
2c69ced2
GM
10170 * eshell/*.el: Change spelling of the Free Software Foundation.
10171
10172 * eshell/esh-toggle.el: Removed.
10173
10174 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10175
10176 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10177 interactively.
10178
101792000-06-26 Alex Schroeder <alex@gnu.org>
10180
10181 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10182 `define-key'; instead of checking `(emacs-version)' check for
10183 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10184 for `;' and `o' which might be electric.
10185
10186 (sql-electric-stuff): New user option.
10187 (sql-magic-go): New function which uses `sql-electric-stuff'.
10188 (sql-magic-semicolon): New function which uses
10189 `sql-electric-stuff'.
10190
10191 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10192 is not fboundp.
10193
10194 (sql-oracle-options): New variable.
10195 (sql-oracle): Use it.
10196
10197 (sql-imenu-generic-expression): Doc change.
10198 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10199 is used.
10200
10201 (sql-informix): Added command line parameter "-" to force
10202 sql-informix-program to use stdout.
10203
db1306d8
EZ
102042000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10205
3a4f3f86 10206 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
10207 (cp864-decode-table): Doc fix.
10208 (cp720-decode-table): New variable, supports the Arabic OEM
10209 codepage used by Windows.
10210 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10211
c69e5fcd
DL
102122000-06-23 Dave Love <fx@gnu.org>
10213
10214 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10215 (font-lock-fontify-anchored-keywords): Use
10216 line-beginning-position.
10217 (global-font-lock-mode): Use mapc.
10218
30ad8f23
SM
102192000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10220
10221 * eshell/esh-module.el: Require CL when compiling.
10222
26b4dc84
GM
102232000-06-23 Gerd Moellmann <gerd@gnu.org>
10224
78c56e70
GM
10225 * comint.el (comint-substitute-in-file-name): Call replace-match
10226 with second and third arg t.
10227
34342a07 10228 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
10229 Specify foreground color.
10230
10231 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10232 color.
10233
affbf647
GM
10234 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10235
10236 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10237 cddr instead of cdddr.
10238
25fffb31
GM
10239 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10240 instead of copy-list.
10241
10242 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10243 of copy-list.
10244
26b4dc84
GM
10245 * subdirs.el: Add eshell subdirectory.
10246
10247 * eshell: New subdirectory containing the Eshell package.
10248
10249 * pcomplete.el: New file.
10250
78c56e70
GM
102512000-06-23 Paul Eggert <eggert@twinsun.com>
10252
ea055732
GM
10253 * mail/mailpost.el (post-mail-send-it): Make sure file has
10254 proper permissions from birth.
10255
10256 * files.el (basic-save-buffer-2): When temporarily setting
10257 file modes, set them to current modes plus 0200, not to 0777.
10258
78c56e70
GM
10259 * emerge.el (emerge-make-temp-file): Make sure file has proper
10260 permissions from birth.
10261
a3a7ff33
EZ
102622000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10263
10264 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10265 backup file name through convert-standard-filename.
10266
10267 * dos-fns.el (convert-standard-filename): Convert leading
10268 directories as well. When long file names are supported, convert
10269 characters that are invalid in Windows file names.
10270
1fd9b7fe
GM
102712000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10272
10273 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10274 ps-print crashes. New feature: page selection for printing. Create
10275 raw-text-unix coding system for XEmacs. Doc fix.
10276 (ps-print-version): New version number (5.2.3).
10277 (ps-plot-region): Bug fix.
10278 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10279 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10280 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10281 funs.
10282 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10283 (ps-last-page): New vars.
10284
16ed8416
GM
102852000-06-21 Gerd Moellmann <gerd@gnu.org>
10286
10287 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10288 empty option string.
10289
4fbee715
EZ
102902000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10291
10292 * man.el (man): Doc fix.
10293
eaecfc94
KH
102942000-06-21 Kenichi Handa <handa@etl.go.jp>
10295
10296 * international/mule-cmds.el (set-language-info-alist): Docstring
10297 fixed.
10298
4a27bdfb
GM
102992000-06-20 Gerd Moellmann <gerd@gnu.org>
10300
10301 * version.el (emacs-version): Use ISO date format.
10302
10303 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10304 instead of `M-backspace'.
10305
10306 * simple.el (turn-off-auto-fill): New function.
10307
8972fe79
SM
103082000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10309
10310 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10311 Renamed from with-buffer-prepared-for-font-lock and use
10312 inhibit-modification-hooks rather than setting *-change-functions.
10313 Update all functions to use the new name.
10314 (jit-lock-first-unfontify-pos): New semantics (and doc).
10315 (jit-lock-mode): Make non-interactive.
10316 Don't automatically turn on font-lock.
10317 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10318 Always use jit-lock-after-change.
10319 Remove and restore font-lock-after-change-function.
10320 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10321 (jit-lock-after-unfontify-buffer): Remove.
10322 (jit-lock-stealth-fontify):
10323 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10324 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10325
5d80cc9c
SS
103262000-06-20 Sam Steingold <sds@gnu.org>
10327
10328 * emacs-lisp/cl-indent.el (toplevel): Indent
10329 `print-unreadable-object' properly. Untabify.
10330
f54e4d13
CD
103312000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10332
10333 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10334 Support for bibentry.
10335 (reftex-compile-variables): Fixed problem with end of section-re.
10336
10337 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
10338 reftex-view-crossref-from-bibtex):
10339 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
10340 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10341 Replaced `remprop' with `put'.
8972fe79
SM
10342 (reftex-view-crossref, reftex-view-crossref-when-idle):
10343 Support for bibentry.
f54e4d13 10344
8972fe79
SM
10345 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10346 New entry for bibentry package.
f54e4d13 10347
8972fe79
SM
10348 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10349 Regexp also matches "\nobibliography".
f54e4d13 10350
8972fe79
SM
10351 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10352 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
10353 (reftex-ensure-write-access): New function.
10354
f54e4d13
CD
103552000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10356
10357 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10358
10359 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10360
10361 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10362
10363 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10364
10365
560c43f4
DL
103662000-06-20 Dave Love <fx@gnu.org>
10367
10368 * faces.el (frame-background-mode): Use set-default, not set, in
10369 setter.
10370 (frame-update-faces, frame-update-face-colors): Define with
10371 defalias.
10372
10373 * enriched.el (enriched-decode-foreground)
10374 (enriched-decode-background): Don't use internal-find-face.
10375
10376 * apropos.el: Doc fixes.
10377
10378 * cus-edit.el (customize-changed-options): Check arg.
10379 (customize-version-lessp): Don't require decimal point.
10380
10381 * custom.el (defcustom, defgroup): Doc fix.
10382
10383 * newcomment.el (comment) <defgroup>: Add :version.
10384 (comment-multi-line): Doc fix.
10385
10386 * emulation/mlsupport.el (define-hooked-local-abbrev,
10387 define-hooked-global-abbrev): Fix, using define-abbrev.
10388
cdf0357b
GM
103892000-06-19 Gerd Moellmann <gerd@gnu.org>
10390
10391 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10392 the whole buffer.
10393
10013d74
DL
103942000-06-19 Dave Love <fx@gnu.org>
10395
10396 * menu-bar.el (menu-bar-options-save): New function.
10397 (menu-bar-options-menu): Use it.
10398 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10399 Simplify.
10400
6922f208
AS
104012000-06-19 Andreas Schwab <schwab@suse.de>
10402
10403 * progmodes/etags.el (tags-query-replace): Put new parameters
10404 START and END at the end, for backward compatibility.
10405
10d7bf84
KH
104062000-06-19 Kenichi Handa <handa@etl.go.jp>
10407
10408 * international/codepage.el:
10409 (cp-coding-system-for-codepage-1): Delete special codes for
10410 generating xxx-dos coding system because now a CCL based coding
10411 system can handle EOL conversion by default.
10412
10413 * international/mule.el (make-coding-system): Generate subsidiary
10414 coding systems for EOL handling variants even for a CCL based
10415 coding system.
10416
8f3c9a3d
KH
104172000-06-19 Kenichi Handa <handa@etl.go.jp>
10418
10419 * international/isearch-x.el (isearch-minibuffer-input-method)
10420 (isearch-minibuffer-input-method-function): These variables
10421 deleted.
10422 (isearch-with-input-method): Don't use the above variables.
10423 (isearch-process-search-multibyte-characters): Likewise. Call
10424 read-string with the arg INHERIT-INPUT-METHOD t.
10425
c2acf685
SM
104262000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10427
13f0d185
SM
10428 * font-lock.el (font-lock-after-fontify-buffer)
10429 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10430
10431 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10432 Use consistent make-local-variable style for font-lock-fontified.
10433 (jit-lock-fontify-buffer):
10434 Don't bother checking for font-lock-mode and jit-lock-mode.
10435
c2acf685
SM
10436 * time.el: Remove trailing ^M that prevent CVS-merging.
10437
a9021acd
GM
104382000-06-16 Gerd Moellmann <gerd@gnu.org>
10439
10440 * Makefile.in (distclean): New target.
5d80cc9c 10441
0df68e9f
SM
104422000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10443
10444 * Makefile.in (srcdir): Define for update-subdirs.
10445
6344985d
GM
104462000-06-16 Gerd Moellmann <gerd@gnu.org>
10447
10448 * find-lisp.el: New file.
10449
63239267
AI
104502000-06-16 Andrew Innes <andrewi@gnu.org>
10451
10452 * time.el (display-time-mail-function): New variable, to allow
10453 external packages to indicate when new mail is available.
10454 (display-time-update): Use it.
10455
1699f991
KH
104562000-06-16 Kenichi Handa <handa@etl.go.jp>
10457
a3b37893
KH
10458 * international/mule.el (mule-version): Change version name to
10459 SAKAKI. AOI has already been used by Meadow.
10460
1699f991
KH
10461 * international/quail.el (quail-show-guidance-buf): To find the
10462 bottom window (but minibuffer), pay attention to the height of
10463 minibuffer.
10464
228b083e
EZ
104652000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10466
7d5c8691
EZ
10467 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10468 menu-bar menus. Add help strings. Don't remove the Edit menu
10469 from the menu bar, as the menu bar has enough space now.
10470
261f3289
EZ
10471 * Makefile.in (SHELL): Make sure /bin/sh is used.
10472
228b083e
EZ
10473 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10474 characters, which use series of two ^H characters instead of one.
10475
e27e8d71
GM
104762000-06-15 Gerd Moellmann <gerd@gnu.org>
10477
5d80cc9c 10478 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 10479 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 10480 functions.
451ec4e3
GM
10481 (Info-find-node-2): Try a case-sensitive search first, then
10482 do a case-insensitive search.
10483
10484 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10485 tutorials.
10486
b675095c
GM
10487 * complete.el (PC-env-vars-alist): New variable.
10488 (PC-complete-as-file-name): New function.
10489 (partial-completion-mode): Initialize PC-env-vars-alist from
10490 process-environment.
10491 (PC-do-completion): Handle completion of env vars.
10492
10493 * info.el (Info-set-mode-line): Show file name in mode line,
10494 use `*Info*' instead of `Info:'.
10495
e27e8d71
GM
10496 * startup.el (command-line-1): Change copyright messages to year
10497 2000.
10498
28223a7e
DL
104992000-06-15 Dave Love <fx@gnu.org>
10500
10501 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10502 not local-map.
10503
32684631
KH
105042000-06-15 Kenichi Handa <handa@etl.go.jp>
10505
10506 * international/mule.el (set-buffer-file-coding-system): Almost
10507 rewritten to handle `undecided' as no-op.
10508
9f817ea4
GM
105092000-06-14 Gerd Moellmann <gerd@gnu.org>
10510
e27e8d71 10511 * Makefile.in: New file.
dce6b995
GM
10512
10513 * Makefile: Removed.
10514
9f817ea4
GM
10515 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10516 (goto-address-highlight-keymap): Bind C-c RET.
10517
2de33f94
KH
105182000-06-14 Kenichi Handa <handa@etl.go.jp>
10519
bbf1e8a5
KH
10520 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10521 inherits buffer-file-coding-system of the current buffer.
725a6897 10522
02891cc3
KH
10523 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10524 0. Give correct argument to set-auto-coding-function.
10525 (tar-expunge): For goto-char, use (point-min), not 0.
10526 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10527 (tar-subfile-save-buffer): Likewize.
10528
2de33f94
KH
10529 * international/mule.el
10530 (after-insert-file-set-buffer-file-coding-system): Call
10531 set-buffer-file-coding-system with the arg FORCE t.
10532
1681ead6
GM
105332000-06-13 Gerd Moellmann <gerd@gnu.org>
10534
10535 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10536 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 10537 the sender is set with `-f'.
1681ead6 10538
fdf4b680
DL
105392000-06-13 Dave Love <fx@gnu.org>
10540
9c50afce
DL
10541 * help.el (describe-function-1): Kluge around cases of functions
10542 fset to subrs whose doc doesn't match their symbol-name.
10543
0ad550ba 10544 * image.el (insert-image): Default STRING to a space.
f290ca08 10545
fdf4b680 10546 * info.el Doc fixes.
5d80cc9c 10547 (Info-build-node-completions): Match Ref tags.
fdf4b680 10548
9b6610db
EZ
105492000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10550
a704139d
EZ
10551 * frame.el (display-multi-frame-p, display-multi-font-p): New
10552 defaliases for display-graphic-p.
10553
9b6610db
EZ
10554 * hl-line.el: Fixed a typo in commentary.
10555
7a5ea398
KH
105562000-06-13 Kenichi Handa <handa@etl.go.jp>
10557
10558 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10559 fixed.
10560
0dc91c57
DL
105612000-06-12 Dave Love <fx@gnu.org>
10562
10563 * image.el (insert-image): Save a little consing.
10564
0bd5914b
KH
105652000-06-12 Kenichi Handa <handa@etl.go.jp>
10566
10567 * language/tibet-util.el: Convert all tibetan-1-column characters
10568 to the corresponding tibetan characters.
10569 (tibetan-add-components): Delete code for the special treatment of
10570 'a chung.
10571
10572 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10573 change.
10574 (tibetan-vowel-transcription-alist): More rules added.
10575 (tibetan-composite-vowel-alist): New variable.
10576 (tibetan-precomposition-rule-alist): More rules added.
10577
6dc7d3d5
SM
105782000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10579
9c04c393
SM
10580 * startup.el (command-line): Only call menu-bar-mode if interactive.
10581
10582 * thingatpt.el (toplevel symbol-properties):
10583 * textmodes/makeinfo.el (makeinfo-compile):
10584 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 10585 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 10586 (hide-ifdef-use-define-alist):
5d80cc9c 10587 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
10588 (ange-ftp-vms-add-file-entry):
10589 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10590 * man.el (Man-build-man-command):
10591 * mail/rnewspost.el (news-reply-header-hook):
10592 * info.el (Info-insert-dir):
10593 * emulation/mlconvert.el (backward-word, forward-word, setq):
10594 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
10595 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10596 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
10597 (byte-optimize-apply, end of file):
10598 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10599 (ad-make-freeze-definition):
10600 * startup.el (command-line, command-line-1): Don't quote lambdas.
10601
6dc7d3d5
SM
10602 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10603 (cvs-cleanup-removed): New function.
10604 (cvs-cleanup-functions): New var.
10605 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10606 some flexibility in specifying additional entries to auto-cleanup.
10607 (cvs-quickdir): New function.
10608 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10609 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10610 (cvs-mode-find-file): Check that we are on a filename or dirname
10611 when invoked through a mouse-click.
10612 (cvs-full-path): Remove.
10613 (cvs-dired-action): Re-introduced.
10614 (cvs-dired-noselect): Use it.
10615 (vc-post-command-functions): use this new hook if available.
10616
10617 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10618 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10619 (cvs-filename-map, cvs-dirname-map): Remove.
10620 (cvs-default-action): Remove.
10621 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10622 if the arg is really a keymap.
10623 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10624 Don't hardcode the mapping from state (aka type) to face, but check
10625 the var cvs-fi-<type>-face instead.
10626 (cvs-fileinfo-from-entries): New function.
10627
10628 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10629 Docstring fix.
10630 (cvs-find-file-and-jump): Change default to be safer.
10631 (cvs-mode-diff-map): Define it as a function as well.
10632 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10633 Bind mouse-2 in this global map rather than with text-properties.
10634
10635 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10636 file to resolve the ambiguity between C(conflict) and C(need-merge).
10637
5050a2ef
KH
106382000-06-12 Kenichi Handa <handa@etl.go.jp>
10639
10640 * international/mule.el (set-buffer-file-coding-system): If
10641 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10642 unconditionally.
10643
35a7ac84
DL
106442000-06-12 Dave Love <fx@gnu.org>
10645
10646 * wid-edit.el (widget-specify-button): Really suppress the face if
10647 required.
10648
db8eeecd
GM
106492000-06-11 Gerd Moellmann <gerd@gnu.org>
10650
10651 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
10652
70223ca4
SM
106532000-06-11 Stefan Monnier <monnier@cs.yale.edu>
10654
10655 * imenu.el (imenu-generic-expression): Docstring fix.
10656
10657 * composite.el (composition-function-table): Move the `put'
10658 below the autoload cookie so we can load the file before loaddefs.
10659
10660 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
10661
10662 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
10663 Handle easy-mmode-define-global-mode.
10664 For complex macros like define-minor-mode that can generate
10665 several autoload entries, try to autoload entries in the
10666 macroexpanded code.
10667
10668 * emacs-lisp/easy-mmode.el (define-minor-mode):
10669 If KEYMAP is a symbol, just use it.
10670 Use byte-compile-current-file and load-file-name to infer the
10671 proper :require to pass to defcustom.
10672 Wrap the hook var into `progn' so as not to autoload it.
10673 Add a :autoload-end cookie.
10674 Be more careful about the evaluation of KEYMAP.
10675 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
10676 (define-derived-mode): Move define-abbrev-table outside of defvar.
10677
106782000-06-10 Stefan Monnier <monnier@cs.yale.edu>
10679
10680 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
10681 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
10682 (backup-compiled-files): Ignore errors during `tar'.
10683 (bootstrap): Make autoloads before elc files.
10684
9c53b34e
KH
106852000-06-10 Kenichi Handa <handa@etl.go.jp>
10686
10687 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 10688 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
10689
10690 * international/mule-conf.el (unix): New alias for the coding
10691 system undecided-unix.
10692
22ddd299
DL
106932000-06-09 Dave Love <fx@gnu.org>
10694
5ee42746
DL
10695 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
10696
70223ca4 10697 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
10698 (executable-insert): Change custom type.
10699 (executable-find): Add autoload cookie.
cc7e1d18
DL
10700 (executable-make-buffer-file-executable-if-script-p): New
10701 function. After Noah Friedman.
22ddd299
DL
10702
10703 * files.el (after-save-hook): Customize, with
cc7e1d18 10704 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 10705
41ea3794
KH
107062000-06-09 Kenichi Handa <handa@etl.go.jp>
10707
f89437e3
KH
10708 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
10709 "tib24p-mule.bdf" for Tibetan.
10710
7a4ee259
KH
10711 * composite.el (decompose-composite-char): Declare it as obsolete.
10712
ff6a65c2
KH
10713 * man.el (Man-fontify-manpage): Pay attention to underline and
10714 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 10715
f83fe4b4
GM
107162000-06-08 Gerd Moellmann <gerd@gnu.org>
10717
10718 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
10719 Set maintainer to FSF since author isn't reachable.
10720
e56d7900
DL
107212000-06-08 Dave Love <fx@gnu.org>
10722
10723 * international/mule-cmds.el (select-safe-coding-system): If
10724 DEFAULT-CODING-SYSTEM is not specified, also check the most
10725 preferred coding-system if buffer-file-coding-system is
10726 `undecided'. From Handa.
10727
d3981b49
KH
107282000-06-08 Kenichi Handa <handa@etl.go.jp>
10729
10730 * international/mule.el
10731 (after-insert-file-set-buffer-file-coding-system): If the buffer
10732 size is greater than INSERTED, judget that we are not visiting.
10733
bff71087
RV
107342000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
10735
10736 * whitespace.el (defgroup whitespace): Comment out `:version'.
10737 XEmacs 20.4 has problems defining the group with this present.
10738 We'll have this commented out till get resolve the problem.
10739
fd9ac94c 107402000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 10741
fd9ac94c
GM
10742 * align.el (align-dq-string-modes, align-sq-string-modes)
10743 (align-open-comment-modes): Add pyhton-mode.
10744 (align-rules-list): Use get-text-property instead of
10745 text-properties-at.
10746 (align-rules-list): Add python-assignment.
10747 (align-rules-list): Change perl-comma-delimiter to
10748 basic-comma-delimiter. Use if for Perl modes and python-mode.
10749 (align-rules-list): Add python-chain-logic and
10750 basic-line-continuation.
45f485a6
GM
10751
107522000-06-07 Jari Aalto <jari.aalto@poboxes.com>
10753
10754 * apropos.el (apropos-mode-hook): New user variable.
10755 (apropos-mode): Run apropos-mode-hook.
bff71087 10756
45f485a6
GM
107572000-06-07 David Ponce <david@dponce.com>
10758
10759 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
10760 commands. Require `wid-edit' at run-time.
10761
107622000-06-07 David Ponce <david@dponce.com>
10763
10764 * recentf.el: Added some "Commentary".
10765 (recentf-open-more-files, recentf-edit-list): Minor changes to
10766 move the point at the top of the file list. This behaviour is
10767 consistent with the menu one when the list contains a lot of
10768 files.
10769 (recentf-cleanup): Now displays the number of items removed from
10770 the list.
10771 (recentf-relative-filter) New menu filter to show filenames
10772 relative to `default-directory'.
bff71087 10773
45f485a6
GM
107742000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10775
10776 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
10777 with/without giving an error if PostScript printer doesn't have this
10778 kind of page size. Zebra Stripe continues or restarts on next page.
10779 Manual/automatic paper feeding. Switch or not the header.
10780 (ps-print-version): New version number (5.2.2).
10781 (ps-windows-system): Include emx as a Windows system.
10782 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
10783 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
10784 (ps-background-text): Code fix.
10785 (ps-error-handler-message, ps-user-defined-prologue)
10786 (ps-print-prologue-header, ps-printer-name)
10787 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
10788 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
10789 (ps-use-face-background): Customization fix.
10790 (ps-n-up-database): Data fix.
10791 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
10792 (ps-switch-header): New vars.
10793 (ps-xemacs-color-name, ps-face-foreground-name)
10794 (ps-face-background-name, ps-boolean-constant): New funs.
10795
c14dcd22
DL
107962000-06-07 Dave Love <fx@gnu.org>
10797
10798 * allout.el: New version from Manheimer.
10799
e4044bb0
KH
108002000-06-07 Kenichi Handa <handa@etl.go.jp>
10801
10802 * textmodes/fill.el (fill-find-break-point): Check the validity of
10803 charset.
10804
59cfe8b9
KF
108052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10806
10807 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
10808 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
10809 Call display-color-p and display-mouse-p instead of looking at
10810 window-system.
10811
bb2337f5
DL
108122000-06-06 Dave Love <fx@gnu.org>
10813
10814 * image.el (find-image): Doc fix. Return nil if image not found.
10815 (put-image, insert-image): Make STRING arg optional.
10816
8e624fa2
KH
108172000-06-06 Kenichi Handa <handa@etl.go.jp>
10818
10819 * language/vietnamese.el: Remove eval-when-compile.
10820 (viet-viscii-nonascii-translation-table): Define it as a
10821 translation table made from viet-viscii-decode-table.
10822 (viet-viscii-encode-table): Define it as a translation table made
10823 from the reverse map of above.
10824 (viet-vscii-nonascii-translation-table): Define it as a
10825 translation table made from viet-vscii-decode-table.
10826 (viet-vscii-encode-table): Define it as a translation table made
10827 from the reverse map of above.
10828 (ccl-decode-viscii): Use translate-character.
10829 (ccl-encode-viscii, ccl-encode-viscii-font)
10830 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
10831 Likewize.
bff71087 10832
8e624fa2
KH
10833 * language/cyrillic.el: Remove eval-when-compile.
10834 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
10835 translation table made from cyrillic-koi8-r-decode-table.
10836 (cyrillic-koi8-r-encode-table): Define it as a translation table
10837 made from the reverse map of above.
10838 (ccl-decode-koi8): Use translate-character.
10839 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
10840 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
10841 a translation table made from cyrillic-alternativnyj-decode-table.
10842 (cyrillic-alternativnyj-encode-table): Define it as a translation
10843 table made from the reverse map of above.
10844 (ccl-decode-alternativnyj): Use translate-character.
10845 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
10846 Likewize
10847
10848 * international/mule-diag.el (non-iso-charset-alist): Specify
10849 translation table symbol instead of translation table itself.
10850 (list-block-of-chars): CHARSET may be a translation table symbol.
10851
10852 * international/mule.el (make-coding-system): If CODING-SYSTEM
10853 already exists, override it.
10854
10855 * international/fontset.el: Use family `proportional' for Tibetan
10856 fonts.
10857
10858 * international/ccl.el (ccl-compile-translate-character): Don't
10859 check if Rrr has property translation-table.
10860 (ccl-compile-map-multiple): Modified to avoid compiler warning.
10861
1969fae2
GM
108622000-06-05 Gerd Moellmann <gerd@gnu.org>
10863
10864 * info.el: Bind case-fold-search to t when searching in case
10865 a user sets it to nil in a hook.
10866
d5b037c5
SM
108672000-06-05 Stefan Monnier <monnier@cs.yale.edu>
10868
d3d02e65
SM
10869 * autoarg.el (autoarg-mode, autoarg-kp-mode):
10870 * hl-line.el (hl-line-mode): Use the new :global key argument.
10871
10872 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
10873 (tar-clip-time-string): Prepend a space.
10874 (tar-grind-file-mode): Construct a string rather than modifying one.
10875 (tar-header-block-summarize): Fix docstring.
10876 Use `format' rather than an error-prone set of copy-loops.
10877
10878 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
10879 (diff-goto-source, diff-unified->context, diff-context->unified)
10880 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
10881 understand the format output by the `-p' argument to diff.
10882
bff71087 10883 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
10884 (sh-re-done): Use defconst.
10885 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
10886 (sh-help-string-for-variable, sh-guess-basic-offset):
10887 Don't quote lambdas.
10888 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
10889 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
10890
f7c4478f
SM
10891 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
10892 (mh-letter-mode): Derive from text-mode.
10893 This implicitly means that it now calls kill-all-local-variables.
10894 Also remove the Emacs-18 compatibility code.
10895
a8add29d
SM
10896 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
10897 Make use of symbol-property doc-string-elt.
10898 Use memq rather than a sequence of eq.
10899 (doc-string-elt): Fix the wrong or missing previously unused values.
10900 (autoload-print-form): New function extracted from
10901 generate-file-autoloads to allow recursion when handling progn
10902 so that defvar's and defun's docstrings are properly printed.
10903 (generate-file-autoloads): Use it.
10904
d5b037c5
SM
10905 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
10906 Use find-file-hooks in the minor-mode function.
10907 Be careful not to loop indefinitely in the post-command-hook function.
10908
560ef11a 109092000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 10910
1969fae2 10911 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 10912 tty's.
1969fae2 10913 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 10914 differences whenever appropriate.
1969fae2
GM
10915 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
10916 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
10917 wildcards.
10918
b5bbbb76
SM
109192000-06-04 Stefan Monnier <monnier@cs.yale.edu>
10920
d5b037c5
SM
10921 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
10922 (jit-lock-fontify-buffer): New function for JIT refontification.
10923 (jit-lock-mode): Fix docstring.
10924 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
10925 Remove jit-lock-after-change from the _local_ hook.
10926 (jit-lock-function-1): Fix docstring.
10927
10928 * info.el (Info-on-current-buffer): Initialize info.
10929
10930 * newcomment.el (comment-indent): Ignore comment-indent-hook.
10931
10932 * progmodes/tcl.el (tcl-indent-for-comment):
10933 Ignore comment-indent-hook.
10934
10935 * emacs-lisp/easy-mmode.el: Require CL during compilation.
10936 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
10937 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
10938 and improve to use the lighter to guess the capitalization.
10939 (define-minor-mode): Inline code from easy-mmode-define-toggle.
10940 Add keyword arguments to specify global-ness or the custom group.
10941 Add local-map and help-echo properties to the lighter.
10942 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 10943 (easy-mmode-define-global-mode): New macro.
b5bbbb76 10944
bfa6c260
DL
109452000-06-02 Dave Love <fx@gnu.org>
10946
10947 * wid-edit.el: byte-compile-dynamic since we typically don't use
10948 all the widgets. Don't require cl or widget. Remove
10949 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
10950 (widget-read-event): Removed. Callers changed to use read-event.
10951 (widget-button-release-event-p): Renamed from
10952 button-release-event-p.
10953 (widget-field-add-space, widget-field-use-before-change):
10954 Uncustomize.
10955 (widget-specify-field): Use keymap property, not local-map.
10956 (widget-specify-button): Obey :suppress-face.
10957 (widget-specify-insert): Use modern backquote syntax.
10958 (widget-image-directory): Renamed from widget-glyph-directory.
10959 (widget-image-enable): Renamed from widget-glyph-enable.
10960 (widget-image-find): Replaces widget-glyph-find.
10961 (widget-button-pressed-face): Move defvar.
10962 (widget-image-insert): Replaces widget-glyph-insert.
10963 (widget-convert): Use keywordp.
10964 (widget-leave-text, widget-children-value-delete): Use mapc.
10965 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 10966 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
10967 (widget-button-click): Don't set point at the click, but re-centre
10968 if we scroll out of window. Rewritten for images v. glyphs &c.
10969 (widget-tabable-at): Use POS arg, not point.
10970 (widget-beginning-of-line, widget-end-of-line)
10971 (widget-item-value-create, widget-sublist, widget-princ-to-string)
10972 (widget-sexp-prompt-value, widget-echo-help): Simplify.
10973 (widget-default-create): Use widget-image-insert; some rewriting.
10974 (widget-visibility-value-create)
10975 (widget-push-button-value-create, widget-toggle-value-create): Use
10976 widget-image-insert.
10977 (checkbox): Create on and off images dynamically.
10978 (documentation-link): Change :help-echo.
10979 (widget-documentation-link-echo-help): Remove.
10980
3837de12
SM
109812000-06-02 Stefan Monnier <monnier@cs.yale.edu>
10982
10983 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
10984
10985 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
10986 (easy-mmode-define-toggle, define-minor-mode): Use it.
10987 (easy-mmode-define-keymap): Docstring fix.
10988 (define-derived-mode): Default PARENT to fundamental-mode.
10989 Add the derived-mode-parent symbol-property.
10990 (easy-mmode-derived-mode-p): New function.
10991
90aa4ea8
DL
109922000-06-02 Dave Love <fx@gnu.org>
10993
37193ee6
DL
10994 * files.el (convert-standard-filename): Doc fix.
10995 (normal-backup-enable-predicate): New function.
10996 (backup-enable-predicate): Use it to replace the lambda form.
10997
10998 * calendar/todo-mode.el: [This needs more work on the outline
10999 stuff.] Doc fixes.
11000 (todo) <defgroup>: Add :version.
11001 (todo-add-category): Don't use pushnew.
11002 (todo-cmd-raise): Fix typo.
11003 (todo-top-priorities): Change temp buffer name.
11004 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
11005 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11006 Use outline-next-heading.
37193ee6 11007
90aa4ea8
DL
11008 * autoarg.el: Rewritten to use define-minor-mode.
11009 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11010 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11011
2e54623a
KH
110122000-06-02 Kenichi Handa <handa@etl.go.jp>
11013
11014 * isearch.el (isearch-other-meta-char): Fix previous change.
11015
c5def0db
SM
110162000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11017
3837de12
SM
11018 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11019 (log-edit-done): Only add the comment to the ring if it's different
11020 from the last comment entered.
11021
c5def0db
SM
11022 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11023
2330c9d4
DL
110242000-06-01 Dave Love <fx@gnu.org>
11025
11026 * hl-line.el: Rewritten using define-minor-mode.
11027
11028 * help.el (describe-function-1): Distinguish special form from
11029 builtin function. Sanity-check presence of arglist for builtins.
11030
6e5dfc31
KH
110312000-06-01 Kenichi Handa <handa@etl.go.jp>
11032
4dc1225b
KH
11033 * international/characters.el: Fix syntax/category setting of
11034 Tibetan characters.
11035
11036 * language/tibet-util.el (tibetan-add-components): Fixes for new
11037 encoding of Tibetan characters.
11038 (tibetan-decompose-precomposition-alist): New variable.
11039 (tibetan-decompose-region): Convert precomposed characters to
11040 non-precomposed characters.
11041 (tibetan-decompose-string): Likewise.
11042 (tibetan-composition-function): Fix args to
11043 thibetan-compose-string.
11044
11045 * language/tibetan.el (tibetan-composable-pattern): More
11046 characters included.
11047 (tibetan-consonant-transcription-alist): Rule for "R" added.
11048 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11049 "+R" added.
11050 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11051
eadef5e6
KH
11052 * language/lao-util.el (lao-composition-function): Fix args to
11053 compose-string.
11054
11055 * language/thai-util.el (thai-composition-function): Fix args to
11056 compose-string.
11057
6e5dfc31 11058 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
11059 to prevent the point moving to the end of a composition when a
11060 part of a composition is searched.
6e5dfc31
KH
11061 (isearch-other-meta-char): If the key invoking this command can be
11062 mapped by function-key-map to a printing char, call
11063 isearch-process-search-char directly.
11064
2598a293
SM
110652000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11066
11067 * emacs-lisp/bytecomp.el:
11068 * frame.el:
11069 * international/mule-cmds.el:
11070 * international/mule-util.el:
11071 * international/mule.el:
11072 * mouse.el:
11073 * subr.el:
11074 * faces.el: Update calls to make-obsolete with a WHEN argument.
11075
11076 * byte-run.el (make-obsolete, make-obsolete-variable):
11077 Add an optional WHEN argument and change the format of the
bff71087 11078 symbol-property information.
2598a293
SM
11079 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11080 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11081 new obsolete-symbol-property format and print WHEN if it is provided.
11082
28d8dff1
DL
110832000-05-31 Dave Love <fx@gnu.org>
11084
11085 * loadhist.el (loadhist-hook-functions): Remove
11086 before-change-function, after-change-function.
11087 (unload-feature): Deal with symbols which are both bound and
11088 fbound.
11089
11090 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11091 before-change-function, after-change-function.
11092
11093 * simple.el (newline): Don't bind before-change-function,
11094 after-change-function.
11095
7f565d87
RV
110962000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11097
11098 * whitespace.el (whitespace-rescan-timer-time): Update interval
11099 set to 600 seconds (10 minutes) instead of 60 seconds since
11100 a large number of whitespace buffers causes emacs to `freeze'
11101 for a considerable amount of time.
11102
bff71087 11103 * whitespace.el: Updated email address
7f565d87 11104
a8d693d8
DL
111052000-05-31 Dave Love <fx@gnu.org>
11106
11107 * add-log.el (change-log-font-lock-keywords) <function>: Add
11108 pattern for function of change.
11109 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11110 acknowledgements patterns.
11111
a50192e7
KH
111122000-05-31 Kenichi Handa <handa@etl.go.jp>
11113
11114 * isearch.el (isearch-printing-char): If keyboard coding system is
11115 being used, call isearch-process-search-multibyte-characters.
11116
11117 * international/isearch-x.el: Mostly rewritten.
11118
11119 * international/quail.el (quail-start-conversion): Don't include
11120 unhandled events in the returned events, but set them in
11121 unread-command-events. Exit if all inputs are deleted.
11122
7e492772
JR
111232000-05-30 Jason Rumney <jasonr@gnu.org>
11124
11125 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11126
11127 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11128 Reenable code to create initial fontsets.
11129 Use set-fontset-font in place of put-charset-property.
11130
10fc3187
GM
111312000-05-30 Gerd Moellmann <gerd@gnu.org>
11132
79148ea7
GM
11133 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11134 label, ensure that the first colon isn't followed by another.
11135
11136 * paths.el (Info-default-directory-list): Doc fix.
11137
086d5b87
GM
11138 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11139 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11140 send a query containing USER only, not USER@HOST.
11141
10fc3187
GM
11142 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11143 and rmail-msgend to compute the restriction at the end, instead of
11144 computing it.
11145
49e70dec
GM
111462000-05-29 Gerd Moellmann <gerd@gnu.org>
11147
66254a13
GM
11148 * dabbrev.el (dabbrev-expand): Don't display messages in the
11149 echo area if the minibuffer window is active.
11150
49e70dec
GM
11151 * jit-lock.el (jit-lock-mode): Add after change function to
11152 local hook.
11153
111542000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11155
11156 * antlr-mode.el: New commands: hide/unhide actions,
11157 upcase/downcase literals.
11158 (antlr-tiny-action-length): New user option.
11159 (antlr-hide-actions): New command. Suggested by
11160 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 11161 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
11162 (antlr-mode-menu): New entries.
11163 (antlr-downcase-literals): New command.
11164 (antlr-upcase-literals): Ditto.
11165
11166 * antlr-mode.el: Minor changes: indendation, mode-name.
11167 (antlr-indent-line): Indent cpp directive at column 0.
11168 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11169
11170 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11171 (antlr-font-lock-additional-keywords): Workaround for intentional
11172 bug in XEmacs version of font-lock.
11173 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11174 be used by a smarter version of `buffers-menu-grouping-function'.
11175
111762000-05-29 Gerd Moellmann <gerd@gnu.org>
11177
11178 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11179 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11180
49f93684
KH
111812000-05-29 Kenichi Handa <handa@etl.go.jp>
11182
11183 * international/encoded-kb.el
11184 (encoded-kbd-iso2022-designation-map): Pay attention to that
11185 charset-iso-final-char return -1 for eight-bit-control and
11186 eight-bit-graphic.
11187
5b1ae051
EZ
111882000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11189
11190 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11191 (speedbar-easymenu-definition-base): Use display-graphic-p where
11192 available, instead of window-system.
11193
a205e32a
EZ
111942000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11195
11196 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11197 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11198 coding systems.
11199
dd854dc2
DL
112002000-05-26 Dave Love <fx@gnu.org>
11201
c88a85d5
DL
11202 * disp-table.el (standard-display-underline): Don't use
11203 internal-find-face.
11204
dd854dc2
DL
11205 * mail/reporter.el: Maintainer change. Doc fixes.
11206 (reporter-version): Deleted.
11207
11208 * emacs-lisp/elp.el: Maintainer change.
11209 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11210
dc29aa6c
SM
112112000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11212
11213 * add-log.el (add-change-log-entry): Merge the current entry with the
11214 previous one if the previous one is empty.
11215
ed62683d
DL
112162000-05-26 Dave Love <fx@gnu.org>
11217
4370a375
DL
11218 * loadhist.el (unload-feature): Fix interactive spec [from
11219 lijnzaad@ebi.ac.uk].
11220
ed62683d
DL
11221 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11222 subr-arity to check primitives.
11223 (byte-compile-flush-pending, byte-compile-file-form-progn)
11224 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11225 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11226 mapcar.
11227
ba9f8f95
KH
112282000-05-26 Kenichi Handa <handa@etl.go.jp>
11229
0f3e0672
KH
11230 * international/fontset.el: Set family names of non-latin charsets
11231 in default fontset to "*".
11232
cebefb44
KH
11233 * international/mule-diag.el (print-fontset): Combine family part
11234 and registry part of the fontname by "-*-" instead of "-".
11235
ba9f8f95
KH
11236 * international/mule-cmds.el (encode-coding-char): Make strings
11237 multibyte before calling encode-coding-string.
11238
931d0724
SM
112392000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11240
11241 * derived.el: Fix keywords.
8ccce2b0 11242 (define-derived-mode): Only define if needed.
931d0724
SM
11243
11244 * simple.el (fill-comment, comment-column, comment-start)
11245 (comment-start-skip, comment-end, comment-indent-function)
11246 (block-comment-start, block-comment-end, indent-for-comment)
11247 (set-comment-column, kill-comment, comment-padding, comment-region)
11248 (comment-multi-line, indent-new-comment-line): Remove.
11249
11250 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11251 function names for comment operations.
11252
11253 * newcomment.el: Add abundant autoload cookies.
11254 (comment-style): Don't depend on runtime data at compile-time.
11255 (comment-indent-hook): Remove.
11256 (comment-indent): Check if comment-indent-hook is bound.
11257 (comment-region): Docstring fix.
11258
6fc596cf
DL
112592000-05-25 Dave Love <fx@gnu.org>
11260
11261 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11262 byte-code-function-p.
11263
11264 * mail/rmailsum.el: Add provide.
11265
11266 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11267
11268 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11269 defcustom.
11270
7997f1ca 112712000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11272
7997f1ca
MK
11273 * ediff-diff.el (ediff-exec-process): delete --binary option from
11274 non-buffer ediff jobs.
7f565d87 11275
e7a903e8
EZ
112762000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11277
11278 * hilit-chg.el (highlight-changes-mode): Ask about color or
11279 grayscale support, not about window-system.
11280
11281 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11282 window-system.
11283 (ffap-highlight): Always default to t.
11284
11285 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11286 display-popup-menus-p instead of looking at window-system.
11287
11288 * disp-table.el (standard-display-g1, standard-display-graphic):
11289 Only refuse to use string glyphs on X and MS-Windows.
11290
11291 * avoid.el: Remove window-system from commentary, suggest to use
11292 display-*-p instead.
11293
11294 * apropos.el (apropos-print): Use display-mouse-p instead of
11295 window-system.
11296
14028d57
EZ
112972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11298
11299 * international/codepage.el (cp-decoding-vector-for-codepage):
11300 Fill up unsupported characters with their own codes. From Kenichi
11301 Handa.
11302
1a4f9cc1
EZ
113032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * international/mule-diag.el (describe-char-after): Use
11306 display-graphic-p instead of window-system, so that this function
11307 works on MS-DOS.
11308
89f6ca4e
EZ
113092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11310
11311 * international/codepage.el (cp-make-coding-systems-for-codepage):
11312 Remove the eight-bit-graphic and eight-bit-control charsets from
11313 the list of charsets which we convert into `?'.
11314
eacfd7fe
KH
113152000-05-25 Kenichi Handa <handa@etl.go.jp>
11316
11317 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11318 private charsets.
11319 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11320 japanese-jisx0213-2): New charsets.
11321
11322 * international/fontset.el: Setup default fontset for new charsets.
11323
deadf7e3
DL
113242000-05-24 Dave Love <fx@gnu.org>
11325
11326 * info.el (Info-find-node-2): Restructure [following "Vadim
11327 S. Solomin" <sovs@uic.nnov.ru>].
11328
11329 * icomplete.el: Fix header for Finder.
11330
113312000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11332
11333 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11334 STAY.
11335
11336 * rmail.el (rmail-automatic-folder-directives): New user variable.
11337 (rmail-show-message): Add call to `rmail-auto-file' during
11338 display.
11339 (rmail-auto-file): New function.
11340
6de3983f 113412000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 11342
fc6a6a4e 11343 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 11344 account.
fc6a6a4e
GM
11345 (ediff-test-utility,ediff-diff-mandatory-option)
11346 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 11347 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 11348
fc6a6a4e 11349 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 11350 variable.
7f565d87 11351
fc6a6a4e 11352 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
11353 ediff-merge-filename-prefix.
11354
fc290d1d
MK
113552000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11356
fc6a6a4e 11357 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 11358
273182b8
EZ
113592000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11360
11361 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11362 aliases for hebrew-iso-8bit.
11363
f471ea57
EZ
113642000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11365
11366 * woman.el: New version from Francis J. Wright
11367 <F.J.Wright@Maths.QMW.ac.uk>.
11368 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11369 names in environment variables regardless of the path separator.
11370 (woman-topic-all-completions-1): Don't call file-name-directory-p
11371 on all files, since woman-file-regexp already filters out any
11372 directories.
11373
01162f24
KH
113742000-05-24 Kenichi Handa <handa@etl.go.jp>
11375
48e3df76
KH
11376 * international/quail.el (quail-start-translation): Don't change
11377 modified-p of the current buffer.
11378 (quail-start-conversion): Likewise.
11379
11380 * international/kkc.el (kkc-region): Don't change modified-p of
11381 the current buffer.
11382
747d90ea
KH
11383 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11384 conform to RFC1468.
11385 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 11386
17a223ff
EL
113872000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11388
11389 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11390 (speedbar-insert-button): Invisible text property fix.
11391 (speedbar-directory-plus): Renamed from speedbar-directory-+
11392 (speedbar-directory-minus): Renamed from speedbar-directory--
11393 (speedbar-page-plus): Renamed from speedbar-file-+
11394 (speedbar-page-minus): Renamed from speedbar-file--
11395 (speedbar-page): Renamed from speedbar-file-
11396 (speedbar-tag): Renamed from speedbar-tag-
11397 (speedbar-tag-plus): Renamed from speedbar-tag-+
11398 (speedbar-tag-minus): Renamed from speedbar-tag--
11399 (speedbar-expand-image-button-alist): Use above renames.
11400
11401 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11402 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11403 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11404 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11405 * sb-pg.xpm: Renamed from sb-file.xpm
11406 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11407 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 11408
e6b6fc18
KH
114092000-05-24 Kenichi Handa <handa@etl.go.jp>
11410
11411 * international/quail.el (quail-show-guidance-buf): Set
11412 current-input-method of the guidance buffer to the name of the
11413 curren input method.
11414
a1a336eb
SM
114152000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11416
11417 * progmodes/compile.el (compile-internal): Style typo.
11418
11419 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11420 quote vars and functions in the docstring.
11421
11422 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11423
11424 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11425 Don't quote lambdas.
11426
11427 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11428
9695b783
GM
114292000-05-23 Gerd Moellmann <gerd@gnu.org>
11430
716e3b88
GM
11431 * startup.el (command-line): Determine source file of compiled
11432 user init file differently. Warn if compiled user init file
11433 is older than its source file.
11434
9695b783 11435 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 11436
41ac433f
EZ
114372000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11438
11439 * files.el (make-backup-file-name-1): Replace slashes with `!'
11440 rather than `|' (which is not allowed on Windows). Replace the
11441 drive letters with a string "drive_X".
11442
46600ab1
GM
114432000-05-23 Gerd Moellmann <gerd@gnu.org>
11444
11445 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11446
11447 * files.el (interpreter-mode-alist): Add `bash2'.
11448
79a64d87
DL
114492000-05-22 Dave Love <fx@gnu.org>
11450
11451 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11452 mapc.
11453 (feature-file): Avoid calling symbol-name. Doc fix.
11454 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11455 (loadhist-hook-functions): Add mouse-position-function.
11456 (unload-feature): Change uses of mapcar.
11457
11458 * files.el (parse-colon-path): Doc fix.
11459 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11460 (set-auto-mode): Use mapc.
11461
11462 * complete.el (PC-look-for-include-file): Use :alnum: character
11463 class.
11464 (partial-completion-mode): Add autoload cookie.
11465
0e8c11d8
SS
114662000-05-22 Sam Steingold <sds@gnu.org>
11467
ce75fd23 11468 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
11469 `add-text-properties' (bug introduced on 2000-05-18).
11470
d8d0fa6c
DL
114712000-05-22 Dave Love <fx@gnu.org>
11472
11473 * bindings.el: Remove debug-ignored-errors set in other files.
11474
11475 * progmodes/etags.el: Add to debug-ignored-errors.
11476 (visit-tags-table-buffer): Clear out buffers holding old tables
11477 when making a new list.
11478 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11479 mapc.
11480
11481 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11482 quote keywords.
11483 (cmpl-string-case-type): Use character classes.
11484
0e8c11d8
SS
11485 * comint.el:
11486 * textmodes/ispell.el:
11487 * imenu.el:
d8d0fa6c
DL
11488 * mail/mh-e.el:
11489 * progmodes/compile.el: Add to debug-ignored-errors.
11490
11491 * dabbrev.el: Add to debug-ignored-errors.
11492 (dabbrev-completion): Use mapc.
11493
1edbbf8a
EZ
114942000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11495
11496 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11497 (woman-mapcan, woman-parse-man.conf)
11498 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11499 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11500 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11501 path syntax better.
11502 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11503 (woman-manpath): Call woman-parse-man.conf.
11504 (woman-emulation): New defcustom, defaults to nroff.
11505 (woman-font-support): New defconst.
11506 (woman-use-symbol-font): New defcustom.
11507 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11508 "Emulation".
11509 Many functions: Doc fix.
11510
5bd2148c
KH
115112000-05-22 Kenichi Handa <handa@etl.go.jp>
11512
11513 * international/quail.el (quail-simple-translation-keymap): Map
11514 128..255 to quail-self-insert-command.
11515 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11516
4125ec7e
SM
115172000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11518
a1a336eb
SM
11519 * help.el (help-manyarg-func-alist): Typo.
11520
40aeecad
SM
11521 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11522 intervals which makes it heaps simpler.
11523
4125ec7e
SM
11524 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11525 the nested comment markers.
e4da9c1c
SM
11526
11527 * subr.el (remove-hook): Don't turn the hook's value into a list.
11528
cb7216a7
DL
115292000-05-21 Dave Love <fx@gnu.org>
11530
ac266581
DL
11531 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11532 are invalid characters.
11533
cb7216a7
DL
11534 * international/mule-util.el (detect-coding-with-priority): Use
11535 mapc. Remove redundant lambda.
11536
11537 * international/mule-diag.el (list-non-iso-charset-chars)
11538 (describe-fontset): Remove redundant lambda.
11539
11540 * emulation/crisp.el (brief-mode): New alias.
11541
11542 * emacs-lisp/ring.el (ring-elements): New function.
11543
11544 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11545 (easy-menu-do-add-item): Use keywordp.
11546
11547 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11548
11549 * replace.el: Doc and error message fixes.
11550 (replace-highlight): Use facep, not internal-find-face.
11551
9b0d1d6e
SM
115522000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11553
b2d2cf58
SM
11554 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11555
ffe7dc64
SM
11556 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11557 (log-edit-insert-changelog): Drop `:' as well.
11558
11559 * log-view.el: Fix file description.
11560 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11561 available.
11562 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11563 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11564
c8c21615
SM
11565 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11566 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11567 Print a status message if the toggle is called interactively.
11568 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11569 for global minor modes and use `defcustom' for them.
11570 Use add-minor-mode.
11571 (easy-mmode-define-derived-mode): Remove.
11572 (define-derived-mode): Fancier default docstring.
11573 (easy-mmode-define-navigation): Signal an error rather than (ding).
11574
9b0d1d6e
SM
11575 * newcomment.el (comment-styles): New `box-multi'.
11576 (comment-normalize-vars): Better default for comment-continue to
11577 avoid whitespace-only continuations.
11578 (comment-search-forward): Always move even in the no-syntax case.
11579 (comment-padright): Only obey N if it's only obeyed for padleft.
11580 (comment-make-extra-lines): Better handling of empty continuations.
11581 Use `=' for the filler if comment-start has only one character.
11582 (uncomment-region): Try handling the special `=' filler.
11583 (comment-region): Allow LINES even if MULTI is nil.
11584 (comment-box): Choose box style based on comment-style.
11585
f5ee6d0f
KH
115862000-05-20 Kenichi Handa <handa@etl.go.jp>
11587
9b0d1d6e 11588 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
11589 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11590
c9671f81
KH
115912000-05-20 Kenichi HANDA <handa@etl.go.jp>
11592
11593 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11594 and insert, not subst-char-in-region.
11595
11596 * international/mule-diag.el (list-character-sets-1): Handle
11597 charsets eight-bit-control and eight-bit-graphic.
11598 (list-iso-charset-chars): Likewise.
11599 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11600 charactes as is. Use indent-to to align characters.
11601
11602 * international/mule-cmds.el (find-multibyte-characters): Never
11603 exclude charsets eight-bit-control and eight-bit-graphic.
11604
1426aa5c
SM
116052000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11606
11607 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11608 Don't quote lambdas.
11609
11610 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11611
2b63d473
GM
116122000-05-19 Gerd Moellmann <gerd@gnu.org>
11613
11614 * gud.el (gud-jdb-directories): Doc fix.
11615
f1355756
SM
116162000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11617
11618 * newcomment.el: New file.
11619
5f64c9e0
GM
116202000-05-19 Gerd Moellmann <gerd@gnu.org>
11621
2b63d473 11622 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 11623
db7314bd
AS
116242000-05-18 Andreas Schwab <schwab@suse.de>
11625
11626 * dired.el (dired-between-files): Also skip lines beginning with
11627 `used'.
11628
25bb0401
GM
116292000-05-18 Gerd Moellmann <gerd@gnu.org>
11630
11631 * msb.el (msb-menu-cond): Add choice `user'.
11632
a199a865 116332000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 11634
a199a865
GM
11635 * ps-print.el: Compatibility, customization and doc fix.
11636 (ps-printer-name-option): Replace defconst by defvar.
11637 (ps-postscript-code-directory): XEmacs compatibility.
11638 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11639 fix.
11640 (ps-user-defined-prologue, ps-print-prologue-header)
11641 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11642 compatibility and code fix.
11643 (ps-print-background-image, ps-print-background-text):
11644 Customization fix.
11645 (ps-line-number-start, ps-n-up-on): New vars.
11646
25bb0401
GM
116472000-05-18 Espen Skoglund <esk@ira.uka.de>
11648
11649 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
11650 the indent-comment function to just return the appropriate indent.
11651
68e6c83a
EL
116522000-05-18 Eric M. Ludlam <zappo@ultranet.com>
11653
11654 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
11655 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
11656 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
11657
dae6cb9f
DL
116582000-05-18 Dave Love <fx@gnu.org>
11659
11660 * info.el (Info-fontify-node): Add intangible property as well as
11661 invisible.
11662
11663 * calendar/appt.el (appt-make-list): Match all lines of entry.
11664 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
11665
813086ea
KH
116662000-05-18 Kenichi Handa <handa@etl.go.jp>
11667
11668 * international/mule-diag.el (describe-char-after): Call
11669 internal-char-font, not char-font. If internal-char-font returns
11670 nil, display "-- none --".
11671
24978190
EZ
116722000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11673
11674 * image.el (image-type-available-p): Don't reference image-types
11675 if it isn't bound.
11676
2fca2d5d
SM
116772000-05-17 Stefan Monnier <monnier@cs.yale.edu>
11678
11679 * autoarg.el (autoarg-mode): Typo in the :set argument.
11680
cfc75d05
EZ
116812000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
11682
11683 * startup.el (command-line-1): Don't signal an error if the
11684 directory for auto-save-list files does not yet exist.
11685
c4e30387
KH
116862000-05-17 Kenichi Handa <handa@etl.go.jp>
11687
11688 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
11689
dd6b8ea7
SM
116902000-05-16 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * subr.el (remove-hook): `setq' hook-value, not `set'.
11693
399c88ad
SS
116942000-05-16 Sam Steingold <sds@gnu.org>
11695
a199a865 11696 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 11697
01651f07
DL
116982000-05-16 Dave Love <fx@gnu.org>
11699
11700 * cus-edit.el: Don't require cl or easymenu.
11701 (custom-variable-prompt): Test standard-value property, not
11702 user-variable-p.
11703
2248c40d
SS
117042000-05-16 Sam Steingold <sds@gnu.org>
11705
11706 * subr.el (add-hook): `setq' hook-value, not `set'.
11707
b15f3b77
GM
117082000-05-16 Gerd Moellmann <gerd@gnu.org>
11709
11710 * startup.el (command-line-1): Mention the FAQ in the startup
11711 message.
11712
11713 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
11714
11715 * progmodes/compile.el (compilation-parse-errors): Collect
11716 `nomessage' regexps last.
11717
11718 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
11719
11720 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
11721 to the function name.
11722
f9bbcfac
EL
117232000-05-15 Dave Love <fx@gnu.org>
11724
11725 * speedbar.el (speedbar-recenter): Typo.
11726 (speedbar-expand-line): Make arg optional.
11727 (speedbar-mode): Avoid a compiler warning.
11728
119b42eb
GM
117292000-05-15 Gerd Moellmann <gerd@gnu.org>
11730
11731 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
11732 user-specified option string is empty.
11733
11734 * mouse.el (mouse-yank-at-click): Doc fix.
11735
f685bea9
EZ
117362000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
11737
11738 * term/internal.el (IT-character-translations): More updates of
11739 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
11740 documents.
11741
a1b8d58b
GM
117422000-05-15 Gerd Moellmann <gerd@gnu.org>
11743
11744 * env.el (getenv): New function, interactively callable.
11745 (setenv, getenv): Remove autoload cookies.
11746
11747 * loadup.el: Load `env'.
11748
11749 * progmodes/f90.el: Change author's mail address.
11750
c9bba7ed
DL
117512000-05-14 Dave Love <fx@gnu.org>
11752
e5c83697
DL
11753 * mail/rmail.el (rmail-show-message-hook): Customize and offer
11754 goto-addr as an option.
11755
11756 * help.el (help-xref-stack): Doc fix.
11757 (help-xref-following): New variable.
11758 (help-make-xrefs): Use it.
11759 (help-xref-go-back): Use position information from stack element.
11760 (help-follow): Make position in stack element a pair. Use
11761 help-xref-following.
399c88ad 11762
e5c83697
DL
11763 * autoarg.el: New file.
11764
11765 * faces.el: Declare more functions obsolete.
11766
c9bba7ed
DL
11767 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
11768 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
11769 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
11770 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
11771 Remove all the setup-...-environment functions.
11772
b6389bfb
EL
117732000-05-13 Eric M. Ludlam <zappo@ultranet.com>
11774
a1b8d58b
GM
11775 * speedbar.el: Updated the commentary section. xemacs20p now uses
11776 >= when detecting. Require `defimage' safely.
b6389bfb
EL
11777 (speedbar-easymenu-definition-base): Add toggle for images.
11778 (speedbar-easymenu-definition-special): Add flush cache & expand.
11779 (speedbar-visiting-tag-hook): Set new defaults. Added options.
11780 (speedbar-reconfigure-keymaps-hook): New variable.
11781 (speedbar-frame-parameters): Updated documentation.
11782 (speedbar-use-imenu-flag): Updated custom tag
11783 (speedbar-dynamic-tags-function-list): New variable.
11784 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
11785 (speedbar-indentation-width, speedbar-indentation-width) New
11786 variables.
11787 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
11788 (speedbar-vc-indicator): Doc update.
11789 (speedbar-ignored-path-expressions): Updated default value.
11790 (speedbar-supported-extension-expressions): Updated default value.
11791 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
11792 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
11793 as "+". Added overlay aliases.
11794 (speedbar-mode): Use `speedbar-mode-line-update' instead of
11795 `force-mode-line-update'.
11796 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
11797 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
11798 `mouse-set-point'
b6389bfb 11799 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
11800 (speedbar-item-info-tag-helper): Revamped to handle a wider range
11801 of arbitrary text, and new helper functions.
11802 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
11803 filename finder.
b6389bfb
EL
11804 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
11805 (speedbar-directory-buttons): Update path search/expansion.
11806 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
11807 `speedbar-indentation-width'. Use more care w/ invisible
11808 properties.
b6389bfb
EL
11809 (speedbar-change-expand-button-char): Call
11810 `speedbar-insert-image-button-maybe'.
11811 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
11812 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
11813 (speedbar-trim-words-tag-hierarchy)
11814 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 11815 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
11816 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
11817 functions.
b6389bfb
EL
11818 (speedbar-mouse-set-point): New function
11819 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
11820 (speedbar-line-token, speedbar-goto-this-file): Handle more types
11821 of tag prefix text.
11822 (speedbar-expand-line, speedbar-contract-line): Make more robust
11823 to strange text.
11824 (speedbar-expand-line): Takes universal argument to flush the
11825 cache.
b6389bfb
EL
11826 (speedbar-flush-expand-line): New function.
11827 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
11828 Use new generator insertion method.
11829 (speedbar-fetch-dynamic-tags): New function.
11830 (speedbar-fetch-dynamic-imenu): Removed code now handled in
11831 `speedbar-fetch-dynamic-imenu'.
11832 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
11833 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
11834 "Revert Buffer" menu items.
11835 (speedbar-buffer-buttons-engine): Be smarter when creating a
11836 filename tag (for expansion purposes.).
a1b8d58b
GM
11837 (speedbar-highlight-one-tag-line,
11838 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
11839 (speedbar-recenter): New functions.
b6389bfb 11840 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
11841 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
11842 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
11843 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
11844 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
11845 (speedbar-expand-image-button-alist): New variable.
11846 (speedbar-insert-image-button-maybe): Insert an image over some
11847 buttons.
11848
43fe9244
KH
118492000-05-13 Kenichi Handa <handa@etl.go.jp>
11850
11851 * international/mule-cmds.el (encode-coding-char): An ASCII
11852 character is always encodable.
11853
11854 * international/mule-conf.el: Add more information in descriptions
11855 of character sets.
11856
813086ea 11857 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
11858 (describe-font-internal): Adjusted for the change of font-info.
11859 (describe-font): Likewise.
11860 (print-fontset): Rewritten for the new fontset implementation.
11861 (describe-fontset): Include fontset alias names in completion.
11862 (list-fontsets): Adjusted for the change of print-fontset.
11863
11864 * simple.el (what-cursor-position): If DETAIL is non-nil, call
11865 describe-char-after instead of displaying the detail in the echo
11866 area.
813086ea
KH
11867 (syntax-code-table): Format changed.
11868 (string-to-syntax): Adjusted for the above change.
0e8c11d8 11869
e8564f57
SM
118702000-05-12 Stefan Monnier <monnier@cs.yale.edu>
11871
11872 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
11873
9278c60d
DL
118742000-05-12 Dave Love <fx@gnu.org>
11875
11876 * calendar/todo-mode.el: Remove some compatibility stuff and CL
11877 dependence. Use line-{beginning,end}-position, not
11878 point-at{b,e}ol. Some doc fixes.
11879 (todo-position): New function. Fix callers of position to use it.
11880 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
11881
be0505fe
GM
118822000-05-12 Gerd Moellmann <gerd@gnu.org>
11883
11884 * time.el (display-time-mail-icon): Use `:ascent center'.
11885
a8a3541c
GM
11886 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
11887 handling FTP security extensions.
399c88ad 11888
44d5f148
DL
118892000-05-11 Dave Love <fx@gnu.org>
11890
33d0c179 11891 * calendar/todo-mode.el: New file.
44d5f148 11892
da4496b6
GM
118932000-05-11 Gerd Moellmann <gerd@gnu.org>
11894
cdc4401d
GM
11895 * comint.el (comint-read-input-ring): Move reference to
11896 comint-input-ring-size outside of the save-excursion. It was
11897 causing the default value to be the only one ever seen.
399c88ad 11898
0279f991
GM
11899 * font-lock.el: Update copyright. Remove Simon Marshall's email
11900 address on request from him.
11901
da4496b6
GM
11902 * subr.el (substitute-key-definition): Add comment describing
11903 the meaning of PREFIX.
11904
ac5cb26d
SM
119052000-05-10 Stefan Monnier <monnier@cs.yale.edu>
11906
11907 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
11908
11909 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
11910 (add-minor-mode): Don't make the variable buffer-local and add a
11911 reference to define-minor-mode in the docstring.
11912
11913 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
11914 HEADER/FOOTER and fix bug with trailing empty directory.
11915 (cvs-append-to-ignore): Use vc-editable-p if available.
11916 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
11917 (vc-do-command): Tweak advice to handle the new VC.
11918
11919 * log-view.el (log-view-goto-rev): New function for the new VC.
11920 (log-view-minor-wrap): Use mark-active.
11921
11922 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
11923 (log-edit-changelog-full-paragraphs): New var.
11924 (log-edit-insert-changelog): Remove a lonely leading `* file'.
11925 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
11926 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
11927 (log-edit-changelog-ours-p, log-edit-changelog-entries)
11928 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
11929 Replace the `cvs' prefix with `log-edit'.
11930
11931 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
11932
11933 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
11934 (diff-font-lock-defaults): Explicitly turn off multiline.
11935 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
11936 (diff-ediff-patch): Fix call to ediff-patch-file.
11937 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
11938 Handle comments.
11939
11940 * frame.el (automatic-hscrolling): Typo.
11941
11942 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
11943
21c34da3
DL
119442000-05-09 Sam Steingold <sds@goems.com>
11945
11946 * apropos.el (apropos-print): use `describe-face' instead of
11947 `customize-face-other-window'.
11948
950cf06f
DL
119492000-05-09 Dave Love <fx@gnu.org>
11950
11951 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
11952
11953 * help.el (describe-variable): Have customize button pop the
11954 help-xref stack when invoked.
11955 (help-xref-symbol-regexp): Add `face'.
11956 (help-make-xrefs): Check for quoted face names and adapt regexp
11957 submatch numbers to cope.
11958 (help-xref-interned): Maybe insert face doc too. Separate
11959 sections with a line of hyphens.
11960
0623e40f 11961 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
11962 (describe-face): Add customize button. Return the help
11963 text. Fix prompt.
11964
82e2ca9d
EZ
119652000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
11966
11967 * term/internal.el (IT-character-translations): Fix last change.
11968
10c00b5c
EZ
119692000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11970
11971 * woman.el: New file
11972 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
11973
9deed82f
EZ
119742000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11975
001ad319
EZ
11976 * term/internal.el (IT-character-translations): Update ASCII
11977 simulations for greek-iso8859-7, add latin-iso8859-14 and
11978 latin-iso8859-15.
11979
9deed82f
EZ
11980 * international/mule-cmds.el (set-language-info-alist): Call
11981 define-prefix-command with 3 arguments, to make the map suitable
11982 for a menu.
11983
4f37b78a
DL
119842000-05-07 Dave Love <fx@gnu.org>
11985
1ec321a7 11986 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 11987
64a4c526
DL
119882000-05-05 Dave Love <fx@gnu.org>
11989
11990 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
11991 list in doc string. Don't quote keyword symbols.
11992 * emacs-lisp/cl.el: Likewise
11993 * emacs-lisp/cl-seq.el: Likewise
11994
056565f7
GM
119952000-05-05 Gerd Moellmann <gerd@gnu.org>
11996
11997 * abbrev.el (abbrev-mode): Make ARG optional.
11998
4656b314
GM
119992000-05-04 Gerd Moellmann <gerd@gnu.org>
12000
ec82fb2f
GM
12001 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12002
12003 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12004
4656b314
GM
12005 * subr.el (substitute-key-definition): Clarify documentation.
12006
120072000-05-04 Milan Zamazal <pdm@freesoft.cz>
12008
12009 * glasses.el (glasses-convert-to-unreadable): Use
12010 `glasses-separator' instead of the hard-wired "_".
12011 (glasses-mode): Call `glasses-make-unreadable' only in a single
12012 place.
12013
7b081c78
EZ
120142000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12015
12016 * term/internal.el (cjk-codepages-alist): Add associations for
12017 Chinese and Korean codepages. Remove FIXME comment.
12018
baa5536e
DL
120192000-05-03 Dave Love <fx@gnu.org>
12020
12021 * time.el (display-time-mail-face, display-time-use-mail-icon):
12022 New option.
12023 (display-time-mail-icon): New variable.
12024 (display-time-string-forms): Use the above. Fix the local-map.
12025
cbf18892
GM
120262000-05-03 Gerd Moellmann <gerd@gnu.org>
12027
4ff40dd0
GM
12028 * replace.el (query-replace-map): Add binding for `E'.
12029 (query-replace-help): Extend help text.
12030 (perform-replace): Allow editing the replacement string.
12031
12032 * make-mode.el (makefile-mode-abbrev-table): New variable.
12033 (makefile-mode): Set local abbrev table to
12034 makefile-mode-abbrev-table.
12035 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 12036
cbf18892
GM
12037 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12038 set TOGGLE's value.
12039
4ff40dd0
GM
12040 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12041 mail-interactive-insert-alias.
12042 (mail-abbrev-complete-alias): New command.
12043 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 12044
ffec4d9f
KH
120452000-05-03 Kenichi Handa <handa@etl.go.jp>
12046
12047 * language/lao-util.el (lao-compose-region): New function.
12048
1b0672c3
GM
120492000-05-02 Gerd Moellmann <gerd@gnu.org>
12050
576da55d
GM
12051 * files.el (recover-session): Make directories as necessary
12052 if they don't exist yet.
12053
399c88ad
SS
12054 * calendar/cal-french.el
12055 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
12056 (french-calendar-special-days-array): Change French text.
12057 (calendar-french-date-string): Change output.
12058 (calendar-goto-french-date): Likewise.
12059
120602000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12061
12062 * wid-edit.el (widget-default-active): Obey `:always-active'.
12063 (widget-documentation-string-value-create): Set `:always-active'.
12064
4b33deaa
EZ
120652000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12066
12067 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12068 default prefix to `~/_emacs.d/auto-save.list/_s'.
12069 (normal-top-level): Create the directory for auto-save files, if
12070 it doesn't already exist (in the ms-dos case only).
12071
5c922ea7
EZ
120722000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12073
12074 * international/mule-cmds.el (set-language-environment): Don't
12075 concat an integer (dos-codepage), use format instead.
12076
820ad5e7
DL
120772000-05-02 Dave Love <fx@gnu.org>
12078
12079 * help.el (help-xref-on-pp): Check for constant symbols.
12080
57cb56f5
GM
120812000-04-29 Gerd Moellmann <gerd@gnu.org>
12082
12083 * startup.el (normal-top-level): Put a condition-case around
12084 the code loading subdirs.el.
12085
120862000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 12087
57cb56f5
GM
12088 * ps-print.el: Upside-down and face background color printing,
12089 line number step, doc fix.
12090 (ps-print-version): New version number (5.2).
12091 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12092 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12093 (ps-spool-config): Var fix.
12094 (ps-printer-name-option): Const fix.
12095 (ps-print-upside-down, ps-use-face-background)
12096 (ps-line-number-step): New vars.
12097 (ps-window-system, ps-lp-system): New consts.
12098 (ps-face-background): New fun.
12099
084cec2f
GM
121002000-04-28 Richard Stallman <rms@gnu.org>
12101
12102 * files.el (make-auto-save-file-name):
12103 Apply auto-save-file-name-transforms to visited file name
12104 before generating auto save file name.
12105 (auto-save-file-name-transforms): New variable.
12106
399c88ad 12107 * files.el (backup-enable-predicate):
084cec2f
GM
12108 Correctly test for a file under a temporary directory.
12109
c94f4677
GM
121102000-04-28 Gerd Moellmann <gerd@gnu.org>
12111
12112 * subr.el (add-minor-mode): Rewritten.
12113
7b211df5
KH
121142000-04-28 Kenichi Handa <handa@etl.go.jp>
12115
12116 * mail/sendmail.el (sendmail-send-it): Set
12117 buffer-file-coding-system to the selected coding system for MIME
12118 header.
12119
c76e04a8 121202000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 12121
c76e04a8
GM
12122 * dired.el (dired-move-to-filename-regexp): Allow format where
12123 YYYY is followed by two spaces.
e3e36d74 12124
c76e04a8
GM
12125 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12126 in the second character class of the regexp.
12127
12128 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12129 mh-etc, too.
353964e3 12130
c76e04a8
GM
12131 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12132 nil.
399c88ad 12133
353964e3
GM
12134 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12135
12136 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12137 argument.
12138
c76e04a8 121392000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 12140
c76e04a8
GM
12141 * emacs-lisp/crm.el (crm-completion-table): New variable.
12142 (crm-collection-fn, crm-test-completion)
12143 (completing-read-multiple): Use it.
12144
121452000-04-27 Dave Love <fx@gnu.org>
12146
12147 * help.el (locate-library): Use mapc.
12148 (help-manyarg-func-alist): Add call-process-region.
12149
7464346d
GM
121502000-04-26 Gerd Moellmann <gerd@gnu.org>
12151
b35bd33d
GM
12152 * subr.el (add-minor-mode): Make argument MAP optional.
12153
7464346d
GM
12154 * desktop.el (desktop-save): Save list of minor modes.
12155 (desktop-create-buffer): Restore minor modes.
12156 (desktop-minor-mode-table): New user-option.
12157
12158 * subr.el (add-minor-mode): New function.
12159
12160 * image.el (find-image): New function.
12161 (defimage): Rewritten to find image at load time.
12162
12163 * startup.el (normal-top-level-add-to-load-path): Handle
12164 case that the default directory is not in load-path.
12165
12166 * help.el: Old patch from Stefan Monnier.
12167 (help-xref-on-pp): New function.
12168 (describe-variable): Use it to display xrefs in a symbol's value.
12169
23c0fb21
SM
121702000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12171
12172 * cus-edit.el (custom-face): Fix parenthesis.
12173
fad95037
KH
121742000-04-26 Kenichi Handa <handa@etl.go.jp>
12175
f03392a1
KH
12176 * mail/rmail.el (rmail-expunge): When there are no deleted
12177 messages, do nothing.
fad95037 12178
0d7c5bb9
DL
121792000-04-26 Dave Love <fx@gnu.org>
12180
12181 * international/mule-cmds.el (locale-translation-file-name):
12182 Defvar to nil.
12183 (set-locale-environment): Set it here (at runtime).
12184
612839b6
GM
121852000-04-25 Gerd Moellmann <gerd@gnu.org>
12186
12187 * replace.el (perform-replace): Add parameters START and END. Use
12188 them instead of the check for a region in Transient Mark mode.
12189 (query-replace-read-args): Return two more list elements for the
12190 start and end of the region in Transient Mark mode.
12191 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12192 (map-query-replace-regexp, replace-string, replace-regexp): Add
12193 optional last arguments START and END and pass them to
12194 perform-replace.
12195
12196 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12197 form with additional arguments for perform-replace.
12198
12199 * progmodes/etags.el (tags-query-replace): Add parameters START
12200 and END. Construct a form with additional arguments for
12201 perform-replace.
12202
12203 * simple.el (shell-command): Set default directory for "*Shell
12204 Command Output" buffer.
12205
12206 * language/european.el (iso-latin-4): Fix typo.
12207
12208 * emacs-lisp/crm.el: New file.
12209
2917cc05
DL
122102000-04-24 Dave Love <fx@gnu.org>
12211
12212 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12213 (Custom-reset-saved, Custom-reset-standard)
12214 (custom-group-value-create, custom-group-set, custom-group-save)
12215 (custom-group-reset-current, custom-group-reset-saved)
12216 (custom-group-reset-standard): Use mapc.
12217 (custom-buffer-create-internal): Disable undo when creating items.
12218 Use mapc.
12219 (custom-face): Avoid redundant lambda.
12220
abfcc168
GM
122212000-04-24 Gerd Moellmann <gerd@gnu.org>
12222
12223 * startup.el (auto-save-list-file-prefix): Set default to
12224 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12225
fa78f71b
SS
122262000-04-24 Sam Steingold <sds@gnu.org>
12227
12228 * time-stamp.el (time-stamp-string-preprocess): Always convert
12229 `field-result' to a string.
12230
cc181e95
GM
122312000-04-24 Gerd Moellmann <gerd@gnu.org>
12232
12233 * frame.el (scrolling): New group.
12234 (automatic-hscrolling): New user-option.
12235
12236 * startup.el (command-line-x-option-alist): Add `-lsp' and
12237 `--line-spacing'.
12238
6142fdcb
DL
122392000-04-19 Dave Love <fx@gnu.org>
12240
12241 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12242 (cl-mapc): Rename from mapc. Fix the funcall.
12243
5e3dac3f
GM
122442000-04-19 Gerd Moellmann <gerd@gnu.org>
12245
1c459486
GM
12246 * simple.el (clone-indirect-buffer-other-window): New command.
12247 (clone-indirect-buffer): Add optional arg NORECROD.
12248 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12249
271b4185
GM
12250 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12251
12252 * window.el (count-screen-lines): New function.
12253 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12254 instead of window-buffer-height.
12255
12256 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12257 non-existing variable comint-input-sentinel.
12258 (inferior-lisp-args-to-list): Removed.
12259 (inferior-lisp): Use split-string instead of
12260 inferior-lisp-args-to-list.
12261
12262 * hexl.el (hexl-insert-hex-string): New command.
12263
5e3dac3f
GM
12264 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12265 instead of concat.
12266
f6d3257b
GM
122672000-04-18 Gerd Moellmann <gerd@gnu.org>
12268
12269 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12270 at the start of an existing but empty folder.
12271
122722000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12273
12274 * ps-mule.el: Customization fix, doc fix.
12275 (ps-multibyte-buffer): Customization fix.
12276
8b7bc628 122772000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
12278
12279 * subr.el (read-passwd): Use read-char-exclusive.
12280
0daee095
GM
122812000-04-17 Gerd Moellmann <gerd@gnu.org>
12282
12283 * textmodes/texinfo.el (texinfo-insert-@email)
12284 (texinfo-insert-@emph, texinfo-insert-@quotation)
12285 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12286 (texinfo-mode-map): Add key bindings for them.
12287
12288 * files.el (basic-save-buffer-2): Use a template with `$'
12289 instead of `#' for VMS.
12290
12291 * simple.el (clone-indirect-buffer): New function.
12292
e10f64e7
GM
122932000-04-16 Stephen Eglen <stephen@gnu.org>
12294
12295 * iswitchb.el (iswitchb-case): New function. If the user input
12296 contains any upper-case characters, the search is made
12297 case-sensitive.
12298
e3721db1
SM
122992000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12300
e10f64e7
GM
12301 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12302 comment-end.
e3721db1
SM
12303 (texinfo-font-lock-syntactic-keywords): New var.
12304 (texinfo-font-lock-keywords): Remove comment regexp.
12305 (texinfo-insert-block): New function.
12306 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
12307 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12308 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 12309 (texinfo-environments): New var.
e10f64e7
GM
12310 (texinfo-environment-regexp): Use regexp-opt and
12311 texinfo-environments.
e3721db1 12312
e10f64e7
GM
12313 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12314 ispell-process is bound since this might be eval'd before ispell
12315 is loaded.
12316 (ispell-message): Use a tiny bit less magic and a bit more hard
12317 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
12318
12319 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12320
12321 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12322 (insert-cyclic-diary-entry): Unquote the lambda.
12323
12324 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12325
12326 * files.el (backup-enable-predicate): Unquote the lambda.
12327
12328 * cus-edit.el (custom-face, face): Unquote the lambda.
12329
712dc9e0
GM
123302000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12331
12332 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 12333
712dc9e0
GM
12334 * ps-print.el: Fix counting lines in a region.
12335 (ps-print-version): New version number (5.1.5).
12336 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12337 (ps-printing-region): Fun code fix.
12338
ffc50f2a
GM
123392000-04-15 Gerd Moellmann <gerd@gnu.org>
12340
12341 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12342 to file-directory-p.
12343
a2522dca
GM
123442000-04-14 Gerd Moellmann <gerd@gnu.org>
12345
12346 * gud.el (gud-jdb-build-source-files-list): Check that directory
12347 exists before calling directory-files.
12348
6e883610
DL
123492000-04-13 Dave Love <fx@gnu.org>
12350
12351 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12352 syntax.
12353
12354 * emacs-lisp/cl-specs.el: Remove when, unless.
12355
12356 * emacs-lisp/cl-extra.el: Don't quote keywords.
12357 (cl-old-mapc): New variable.
12358 (mapc): Use it.
12359 (cl-map-intervals): Use with-current-buffer. Don't check for
12360 next-property-change.
12361 (cl-map-overlays): Use with-current-buffer.
12362 (cl-expt): Remove.
12363 (copy-tree, remprop): Define unconditionally.
12364
12365 * emacs-lisp/cl-compat.el (keywordp): Remove.
12366
12367 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12368 to use keywordp.
12369 (edebug-spec): Enable keywordp.
12370
12371 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12372 string-lessp.
12373
12374 * cus-start.el: Use keywordp.
12375
198e3c7a
GM
123762000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12377
12378 * diary-lib.el (include-other-diary-files): Fix the fix of
12379 2000-02-18 by doing a save-excursion.
12380
123812000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12382
12383 * ps-print.el: Customization fix, doc fix.
12384 (ps-print-version): New version number (5.1.4).
12385 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12386 (ps-print-preprint): Adjust code.
12387 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12388 (ps-print-prologue-header, ps-print-control-characters)
12389 (ps-spool-config): Customization fix.
fa78f71b 12390
8eba343c
EZ
123912000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12392
12393 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12394 converted to the new menu-item format, names silightly changed,
12395 help strings added.
12396
12397 Support for spelling without async subprocesses:
12398
12399 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12400 (ispell-session-buffer): New variables.
12401 (ispell-start-process, ispell-process-status,
12402 ispell-accept-output, ispell-send-string): New functions, for
12403 Ispell invocation when async subprocesses aren't supported.
12404 (ispell-word, ispell-pdict-save, ispell-command-loop,
12405 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12406 to process-send-string with calls to ispell-send-string, and
12407 accept-process-output with ispell-accept-output.
12408 (ispell-init-process): Call ispell-process-status instead of
12409 process-status with.
12410 (ispell-init-process): Call ispell-start-process. Call
12411 ispell-accept-output and ispell-send-string. Don't call
12412 process-kill-without-query and kill-process if they are unbound.
12413 (ispell-async-processp): New function.
12414
3d30065d
DL
124152000-04-12 Dave Love <fx@gnu.org>
12416
12417 * info.el: Add debug-ignored-errors.
12418 (Info-mode-menu): Add some items.
12419 (Info-directory): Add autoload cookie.
12420
12421 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12422 Modify `truncate-lines'. Make `describe-language-environment'
12423 always visible and add help. Modify `describe-key' help. Invoke
12424 Info-directory from `info'. New entry `emacs-manual'.
12425
1a1b1895
GM
124262000-04-10 Gerd Moellmann <gerd@gnu.org>
12427
8b2affc5
GM
12428 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12429 propertized-buffer-identification.
12430 (ebrowse-update-member-buffer-mode-line): Likewise.
12431 (ebrowse--mode-strings): Removed.
12432 (ebrowse--mode-line-props): Removed.
12433
1a1b1895
GM
12434 * files.el (auto-mode-alist): Add `EBROWSE'.
12435
12436 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12437 space before testing for end of buffer.
12438 (ebrowse-load): Removed.
12439 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12440 (ebrowse-create-tree-buffer): Rewritten.
12441 (ebrowse-tree-mode): Read tree from buffer.
12442
12443 * progmodes/ebrowse-ffh.el: Removed.
12444
223f3c91
KH
124452000-04-10 Kenichi Handa <handa@etl.go.jp>
12446
12447 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12448
25fbf2c4
GM
124492000-04-10 Gerd Moellmann <gerd@gnu.org>
12450
12451 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12452 at the wrong place.
12453
92c13173
DL
124542000-04-09 Dave Love <fx@gnu.org>
12455
12456 * files.el (backup-enable-predicate): Use
12457 temporary-file-directory, small-temporary-file-directory.
12458 (make-backup-file-name-function, backup-directory-alist): New
12459 variables.
12460 (make-backup-file-name-1): New function.
12461 (make-backup-file-name): Use it.
12462 (find-backup-file-name): Likewise. Use format for clarity, not
12463 concat.
12464 (file-newest-backup): Use make-backup-file-name.
12465
be0dbdab
GM
124662000-04-09 Gerd Moellmann <gerd@gnu.org>
12467
c45be9ac 12468 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 12469
c45be9ac
GM
12470 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12471 to ebrowse-ffh.el.
12472 (ebrowse-load): Add autoload.
12473
12474 * finder.el (finder-commentary): Add autoload cookie.
12475
be0dbdab
GM
12476 * mail/rfc2368.el: Correct author's email address.
12477
12478 * progmodes/ebrowse.el: New file.
12479
12480 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12481 item help string.
12482 (easy-menu-do-add-item): Ditto.
12483 (easy-menu-define): Extend doc string.
12484
12485 * jit-lock.el (with-buffer-unmodified): Use
12486 restore-buffer-modified-p.
12487 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12488 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12489 with-buffer-unmodified.
12490
3f923efe
DL
124912000-04-08 Dave Love <fx@gnu.org>
12492
12493 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12494 unless, when.
12495
d35bee0e
MK
124962000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12497
12498 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12499 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 12500 doesn't support face.
d35bee0e 12501 Use `viper-put-on-search-overlay'.
fa78f71b 12502
c407c570
GM
125032000-04-04 Gerd Moellmann <gerd@gnu.org>
12504
12505 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12506 like C-r.
12507
12508 * progmodes/make-mode.el: Some doc fixes.
12509 (makefile-mode-abbrev-table): New variable.
12510 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12511 (makefile-font-lock-keywords): Fontify includes and conditionals.
12512 (toplevel): Require `dabbrev' and `add-log' when compiling.
12513
12514 * replace.el (perform-replace): Don't move forward one char
12515 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12516 to do that because it leaves point 1 position after the last
12517 replacement, after everything has been replaced.
12518
12519 * jit-lock.el (with-buffer-unmodified): New macro.
12520 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12521 modified state.
12522 (jit-lock-function-1): Extracted from jit-lock-function; not
12523 preserving buffer's modified state.
12524 (jit-lock-function, jit-lock-stealth-fontify): Call
12525 jit-lock-function-1.
12526
12527 * mail/rfc2368.el: Remove supernumerary copyright line.
12528
685e5ed2
GM
125292000-04-04 Milan Zamazal <pdm@freesoft.cz>
12530
12531 * glasses.el: Provide facilities for inserting space before left
12532 parentheses and uncapitalization of identifiers.
12533 (glasses-mode): Try to remove old overlays in all cases.
12534
0166aed1
GM
125352000-04-03 Gerd Moellmann <gerd@gnu.org>
12536
62f20204
GM
12537 * progmodes/compile.el (compile-internal): Display the compilation
12538 buffer in a different frame, if it's already displayed there.
12539
6460c400
GM
12540 * mail/rfc2368.el: New file.
12541
c0510d27
GM
12542 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12543 header and insert its value as mail body.
12544
12545 * subr.el (member-ignore-case): New function.
12546
12547 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12548 (dabbrev--find-expansion): Ignore buffers matching a regexp
12549 from dabbrev-ignored-regexps.
12550
0166aed1
GM
12551 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12552 to extensions handled by gzip.
12553
c0510d27
GM
125542000-04-03 Richard M. Stallman <rms@gnu.org>
12555
12556 * files.el (insert-directory): List the total free space
12557 along with the used space.
fa78f71b 12558
c0510d27
GM
12559 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12560 line is followed by one that matches CITATION-REGEXP, end the
12561 paragraph.
12562
125632000-04-03 Markus Rost <rost@delysid.gnu.org>
12564
12565 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12566 (rmail-make-basic-summary-line): Use that option.
fa78f71b 12567
14c04384
KH
125682000-04-03 Kenichi Handa <handa@etl.go.jp>
12569
12570 * international/mule-cmds.el (encoded-string-description):
12571 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
12572 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12573 for hexadecimal format.
14c04384 12574
ccf5869a
DL
125752000-04-01 Dave Love <fx@gnu.org>
12576
12577 * cpp.el: Change customization group to `c' from `C'.
12578
12579 * vcursor.el (vcursor-move): Use display-color-p.
12580
12581 * international/mule-util.el: Provide mule-utils.
12582 (string-to-sequence): Simplify and speed up.
12583
12584 * international/mule.el (make-coding-system): Purecopy doc-string.
12585
12586 * international/mule-cmds.el: Various menu changes.
12587 (describe-specified-language-support): Handle `Default'.
12588 (set-language-info): Purecopy `info'.
12589
610d841e
GM
125902000-03-31 Andrew Innes <andrewi@gnu.org>
12591
12592 * vc.el (vc-backend-diff): Return the correct status if we had to
12593 retry the rcsdiff command without the --brief option.
fa78f71b 12594
7f9de034
DL
125952000-03-31 Dave Love <fx@gnu.org>
12596
2de47765
DL
12597 * help.el (help-manyarg-func-alist): Correct several omissions.
12598
72838819
DL
12599 * add-log.el: Don't require cl, fortran.
12600 (add-log-current-defun-function): Doc fix.
12601 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12602 fix.
12603 (change-log-version-rcs): Function deleted.
12604 (change-log-version-number-search): Doc fix. Use
12605 vc-workfile-version. Avoid CL dolist.
12606 (add-change-log-entry): Just call add-log-current-defun to get
12607 defun. Simplify somewhat.
12608 (change-log-get-method-definition-1): Likewise.
12609 (add-log-current-defun): Return nil if calling
12610 add-log-current-defun-function does so. Move Fortran stuff to
12611 fortran.el. Return string without properties.
12612
7f9de034
DL
12613 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12614 and :alpha: char classes.
12615
12616 * mail/supercite.el: Defvar curline when compiling.
12617 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12618 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12619 rather than a-zA-Z0-9 to allow non-ASCII characters.
12620
aa110c0c
GM
126212000-03-31 Gerd Moellmann <gerd@gnu.org>
12622
12623 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12624
12625 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12626 Re-enable new code.
12627
12628 * lpr.el (print-region-1): Use -d to specify printer name for
12629 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12630
126312000-03-31 Dave Love <fx@gnu.org>
fa78f71b 12632
aa110c0c
GM
12633 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12634 for function definition in symbol's function value slot first
12635 instead of first consulting byte-compile-function-environment.
fa78f71b 12636
6733d074
KH
126372000-03-31 Kenichi Handa <handa@etl.go.jp>
12638
12639 * language/european.el ("Polish"): New language environment.
12640 (setup-polish-environment): New function.
12641
63fcfa04
GM
126422000-03-30 Gerd Moellmann <gerd@gnu.org>
12643
12644 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12645 Disable new code.
12646
12647 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12648 trying to `load' the symbol of an autoload instead of the file
12649 recorded in the autoload. Fix error messages.
12650
7438c86b
GM
126512000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12652
12653 * ps-print.el: PostScript programming fix for ghostview, doc fix.
12654 (ps-print-version): New version number (5.1.3).
12655 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
12656 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
12657 (ps-generate-postscript-with-faces): Code fix.
12658 (ps-color-values): XEmacs compatibility.
12659 (ps-print-background-image, ps-print-background-text, ps-printer-name)
12660 (ps-default-fg, ps-default-bg): Adjust customization.
12661 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
12662 (ps-color-scale): Renaming old ps-color-value fun.
12663 (ps-print-headers): Replace ps-print-header group to avoid conflict
12664 with ps-print-header variable.
12665 (ps-print-miscellany): New group.
12666 (ps-format-color, ps-rgb-color): New funs.
12667 (ps-default-foreground): New var.
12668 (ps-printer-name-option): New const.
fa78f71b 12669
326855a0
PB
126702000-03-30 Peter Breton <pbreton@ne.mediaone.net>
12671
1f56ba73
PB
12672 * net/net-utils.el:
12673 (network-connection-host, network-connection-service): New variables
12674 (network-connection-mode): New mode, derived from comint-mode
12675 (network-connection-mode-setup): New function, saves host and
fa78f71b 12676 service information in local variables.
1f56ba73 12677
326855a0
PB
12678 * lisp/locate.el:
12679 (locate-word-at-point): Added this function
12680 (locate): Default to using locate-word-at-point as input
12681 Run dired-mode-hook
12682
141384bd
DL
126832000-03-29 Dave Love <fx@gnu.org>
12684
12685 * calendar/appt.el: Doc fixes.
12686 (appt-check): Convert min-to-app to a string before passing to
12687 appt-disp-window-function or concat.
12688 (appt-delete-window): Remove test for frame-root-window.
12689 (appt-select-lowest-window, appt-convert-time): Simplify.
12690
12691 * emacs-lisp/bytecomp.el: Doc fixes.
12692 (byte-compile-file-form-autoload): Update
12693 byte-compile-function-environment.
12694
c5aa0fc2
AS
126952000-03-29 Andreas Schwab <schwab@suse.de>
12696
12697 * emacs-lisp/autoload.el: Also print defsubst doc string
12698 specially.
12699
12700 * dired.el (dired-insert-directory): If dired-free-space-program
12701 failed just delete its output.
12702
f1d6fe69
DL
127032000-03-29 Dave Love <fx@gnu.org>
12704
12705 * international/iso-cvt.el: Move provide to end. Doc fixes.
12706 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
12707 (iso-iso2sgml, iso-sgml2iso): New functions.
12708 (iso-cvt-define-menu): Fix some entries and use backquote for
12709 clarity.
12710
12711 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
12712
b61f1215
GM
127132000-03-28 Gerd Moellmann <gerd@gnu.org>
12714
12715 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
12716 ISO-DATE. If non-nil, return date in ISO 8601 format.
12717
ea4b0ca3
SM
127182000-03-26 Stefan Monnier <monnier@cs.yale.edu>
12719
3831af62
SM
12720 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
12721 if it ever becomes used.
12722 (log-edit-mode-hook): Default to vc-log-mode-hook.
12723 (log-edit-mode): Fix the docstring.
12724
ea4b0ca3
SM
12725 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
12726 the code.
12727
08f8b1cc
DL
127282000-03-26 Dave Love <fx@gnu.org>
12729
082527fe
DL
12730 * net/browse-url.el (browse-url): Re-fix case of
12731 browse-url-browser-function being an alist.
12732 (browse-url): Add :link to defgroup.
12733
08f8b1cc
DL
12734 * files.el: Doc fixes.
12735 (file-truename): Include `[' in wildcard characters.
12736 (automount-dir-prefix): Customize.
12737 (find-file-wildcards): Add :version.
12738 (find-file-noselect): Simplify a mapcar call.
12739
12740 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
12741 compatible with inf-lisp version.
12742 (eval-defun-1): Fix custom-declare-variable case.
12743
ea4b0ca3
SM
127442000-03-25 Stefan Monnier <monnier@cs.yale.edu>
12745
12746 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
12747
9a0dd3dc
GM
127482000-03-24 Gerd Moellmann <gerd@gnu.org>
12749
b68c375f
GM
12750 * Makefile (COMPILE_FIRST): New macro.
12751 (compile-files): Compile files from COMPILE_FIRST first.
12752
12753 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
12754 code.
12755
9a0dd3dc
GM
12756 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
12757 matching open parenthesis in column 0 to defun-prompt-regexp
12758 only if open-paren-in-column-0-is-defun-start is set.
12759
12760 * sun-curs.el: Require CL at compile-time only.
12761
12762 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
12763 instead of copy-list which is a function from CL.
12764 (msb--choose-menu, msb--mode-menu-cond)
12765 (msb--create-buffer-menu-2): Use dolist instead of mapc.
12766 (msb--init-file-alist): Use mapcar instead of mapcan.
12767 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
12768 `(' in column 0 in doc string.
12769 (msb--add-separators): Use mapcar instead of mapcan.
12770
12771 * cus-dep.el: Require CL at compile-time only.
12772
c7dcadb5
SM
127732000-03-24 Stefan Monnier <monnier@cs.yale.edu>
12774
12775 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12776 (byte-compile-warnings): New warning `noruntime'.
12777 (byte-compile-constants, byte-compile-variables): Fix docstring.
12778 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
12779 execute `eval-whenc-compile's body.
12780 (byte-compile-unresolved-functions): Fix docstring.
12781 (byte-compile-eval): New function.
12782 (byte-compile-callargs-warn): Check if the function will be available
12783 at runtime (via property `byte-compile-noruntime').
12784 (byte-compile-print-syms): New function.
12785 (byte-compile-warn-about-unresolved-functions): Also warn about
12786 `noruntime' functions (and use `byte-compile-print-syms').
12787 (byte-compile-file): Capitalize the message.
12788
3b55acc9
GM
127892000-03-24 Gerd Moellmann <gerd@gnu.org>
12790
12791 * mail/rmail.el (rmail-confirm-expunge): New user-option.
12792 (rmail-expunge): Ask for confirmation depending on the setting
12793 of rmail-confirm-expunge.
12794
127952000-03-23 Gerd Moellmann <gerd@gnu.org>
12796
12797 * Makefile (bootstrap-clean): If $(emacs) exists, build
12798 loaddefs.el first. A loaddefs.el that's not up-to-date might
12799 cause a bootstrap failure because things don't autoload as
12800 expected.
12801
02c76af4
DL
128022000-03-23 Dave Love <fx@gnu.org>
12803
12804 * net/browse-url.el: Restore previous use of
12805 browse-url-maybe-new-window.
12806
1a3199d9
GM
128072000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12808
12809 * ps-print.el: Skip banner page fix.
12810 (ps-print-version): New version number (5.1.2).
12811 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 12812
1a3199d9
GM
128132000-03-23 Dave Pearson <davep@davep.org>
12814
12815 * net/quickurl.el Changed the type of parameter passed to the
12816 function defined by `quickurl-format-function'. Before only the
12817 text of the URL was passed. Now the whole URL structure is passed
12818 and the function is responsible for extracting the parts it
12819 requires. Changed the default of `quickurl-format-function'
12820 accordingly.
12821 (quickurl-insert): Changed the `funcall' of
12822 `quickurl-format-function' to match the above change.
12823 (quickurl-list-insert): Changed the `url' case so that it makes
12824 use of `quickurl-format-function', previous to this the format was
12825 hard wired.
fa78f71b 12826
72db3ab5
GM
128272000-03-22 Gerd Moellmann <gerd@gnu.org>
12828
12829 * startup.el: Change some spellings for the X Window System.
12830
68049bfa
SM
128312000-03-22 Stefan Monnier <monnier@cs.yale.edu>
12832
12833 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
12834 up the code and the regexp and make sure the cursor is temporarily
12835 moved to the suspicious line while querying the user.
12836
ff4df011
JR
128372000-03-22 Jason Rumney <jasonr@gnu.org>
12838
12839 * w32-fns.el (w32-charset-info-alist): Initialize.
12840
ee1c5b21
GM
128412000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12842
12843 * ps-print.el: N-up last page fix.
12844 (ps-print-version): New version number (5.1.1).
12845 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 12846
d2cbfba0
SM
128472000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12848
bfb857d8
SM
12849 * files.el (find-file-run-dired): Update docstring.
12850 (find-directory-functions): New hook.
12851 (find-file-noselect): Run find-directory-functions rather than
12852 calling dired directly.
12853
12854 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
12855
cb3430a1
SM
12856 * pcvs.el: Add a minimal leading commentary.
12857 (cvs-make-cvs-buffer): Change the header part by removing the startup
12858 message and adding a `Module' entry. Also replace the FOOTER and
12859 HEADER special fileinfos with the new support in ewoc for updating
12860 its own footer and header.
12861 (cvs-update-header): Update to use the header/footer of the ewoc.
12862 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
12863 (cvs-is-within-p): New function.
12864 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
12865 to only examine some subset of the buffers.
12866
12867 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
12868 `format' instead of our own ad-hoc functions.
12869 Remove HEADER and FOOTER cases, now handled in the EWOC.
12870 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
12871
12872 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
12873 output to avoid scaring the user.
12874 (cvs-parse-table): Catch message for non-up-to-date commits.
12875
12876 * pcvs-defs.el (cvs-startup-message): Remove.
12877 (cvs-global-menu): New autoloaded menu.
12878
12879 * pcvs-util.el (cvs-string-fill): Remove.
12880
12881 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
12882 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
12883 PP part of it and also make it work for footers and headers.
12884 (ewoc-create): Drop POS and BUFFER arguments.
12885 Use the DLL's dummy node to store the end-of-footer position.
12886 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
12887 (ewoc-refresh): Remove unused `header' variable.
12888 (ewoc-(get|set)-hf): New functions.
12889
d2cbfba0
SM
12890 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
12891 log-view-*-(message|file) and use easy-mmode-define-navigation.
12892 (log-view-message-re): Match SCCS format as well.
12893 And match the revision line rather than the dashed separator line.
12894 (log-view-mode): Use the new define-derived-mode.
12895 (log-view-current-tag): Fill in with an actual implementation.
12896
12897 * cvs-status.el (cvs-status-(prev|next)): Rename from
12898 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
12899 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
12900 to let the output "breathe" a little more (more readable).
12901 (cvs-status-mode): Use the new define-derived-mode.
12902
12903 * smerge-mode.el (smerge-auto-leave): New function and variable.
12904 (smerge-basic-map): Rename from smerge-basic-keymap.
12905 Change the bindings for smerge-diff-*.
12906 (smerge-*-map): Use easy-mmode-defmap.
12907 (smerge-(next|prev)): Use easy-mmode-define-navigation.
12908 (smerge-keep-*): Use smerge-auto-leave.
12909
51663132
JR
129102000-03-21 Jason Rumney <jasonr@gnu.org>
12911
12912 * cus-edit.el (custom-button-face): Use 3D look for w32.
12913 (custom-button-pressed-face): Likewise.
12914
3f6e4b8b
GM
129152000-03-21 Gerd Moellmann <gerd@gnu.org>
12916
12917 * progmodes/etags.el (tags-case-fold-search): New user-option.
12918 (tags-loop-eval): New function. Bind case-fold-search around eval
12919 depending on the value of tags-case-fold-search.
12920 (tags-loop-continue): Use tags-loop-eval.
12921 (find-tag-in-order): Bind case-fold-search depending on the value
12922 of tags-case-fold-search.
12923
c7ea3acc
SM
129242000-03-21 Stefan Monnier <monnier@cs.yale.edu>
12925
0ae39f53
SM
12926 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
12927 (diff-end-of-hunk): Return the end position for use in
12928 `easy-mmode-define-navigation'.
12929 (diff-recenter): Remove.
12930 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
12931 of `easy-mmode-define-navigation'.
12932 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
12933 previous renaming) and fix to use new names.
12934 (diff-merge-strings): Use \n as separator: simpler, faster.
12935 (diff-mode): Use `define-derived-mode'.
12936
c7ea3acc
SM
12937 * derived.el (define-derived-mode): Don't autoload anymore.
12938 Prefer the macro-only version provided by easy-mmode.el.
12939
12940 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
12941 `easy-mmode-define-derived-mode'.
12942 Use `combine-run-hooks'.
12943 (easy-mmode-define-navigation): New macro.
12944
12945 * subr.el (combine-run-hooks): New function.
12946
6c4bfdc0
KH
129472000-03-21 Kenichi HANDA <handa@etl.go.jp>
12948
12949 * term/x-win.el: Fontsets related initialization is simplified.
12950
12951 * international/mule-diag.el (describe-font): Don't refer to
12952 global-fontset-alist, instead call font-list.
12953 (describe-fontset, list-fontsets, mule-diag): Likewise.
12954 (print-fontset): Adjusted for the change of fontset
12955 implementation.
12956
12957 * international/fontset.el (x-charset-registries): Variable
12958 removed, instead the corresponding data is stored in the default
12959 fontset.
12960 (register-alternate-fontnames): Function removed.
12961 (resolved-ascii-font): Variable removed.
12962 (x-compose-font-name): Ignore the second argument REDOCE.
12963 (x-complement-fontset-spec): Complement only an ASCII font and
12964 element for those charsets than can use that ASCII font.
12965 (generate-fontset-menu): Don't refer to global-fontset-alist,
12966 instead call fontset-list.
12967 (uninstantiated-fontset-alist): Variable removed.
12968 (x-style-funcs-alist): Likewise.
12969 (fontset-default-styles): Likewise.
12970 (x-modify-font-name): Function removed.
12971 (create-fontset-from-fontset-spec): Ignore the argument
12972 STYLE-VARIANT.
12973 (create-fontset-from-ascii-font): Docsting adjusted for the above
12974 change.
12975 (instantiate-fontset, resolve-fontset-name): Functions removed.
12976 (fontset-list): Now implemented by C code.
fa78f71b 12977
6c4bfdc0
KH
12978 * faces.el (read-face-font): Fix TABLE arg to completing-read.
12979 (describe-face): Include `font' attribute in the description.
12980
9111d4b5
KH
129812000-03-21 Kenichi Handa <handa@etl.go.jp>
12982
12983 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
12984
b33dd3b0
GM
129852000-03-20 Gerd Moellmann <gerd@gnu.org>
12986
a25bbe00
GM
12987 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
12988 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
12989 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 12990
b33dd3b0
GM
12991 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
12992 about behavior of set-buffer-modified-p wrt redisplay.
12993
8b7bc628 129942000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
12995
12996 * view.el (view-mode-disable): Kill local binding of view-read-only.
12997
d7b511c4
GM
129982000-03-18 Gerd Moellmann <gerd@gnu.org>
12999
13000 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13001 is a string, convert it to a syntax cell using string-to-syntax.
13002
13003 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13004 (string-to-syntax): New function.
13005
13006 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13007 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 13008 try to use passive ftp mode.
d7b511c4 13009
998ecc60
GM
130102000-03-17 Gerd Moellmann <gerd@gnu.org>
13011
b33dd3b0 13012 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
13013
13014 * simple.el (append-to-buffer): Update point of windows after
13015 insertion.
13016
13017 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13018 forward then moving backward. Reindent.
13019
13020 * frame.el (other-frame): Call x-focus-frame only if
13021 focus-follows-mouse is off.
13022
235d6821
DL
130232000-03-17 Dave Love <fx@gnu.org>
13024
13025 * pcvs-util.el (cvs-strings->string): Rename
13026 replace-regexps-in-string.
13027
a29a2cd1
SM
130282000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13029
af595444
SM
13030 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13031 regexp for labels cannot span several lines.
13032
13033 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 13034 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 13035
a9be2843
DL
130362000-03-16 Dave Love <fx@gnu.org>
13037
13038 * progmodes/f90.el (f90): Put custom group under `languages', not
13039 `fortran'.
13040 (f90-mode-hook): Customize.
13041 (f90-mode): Set add-log-current-defun-function.
13042 (f90-current-defun): New function.
13043
d0ab3e9d
GM
130442000-03-16 Gerd Moellmann <gerd@gnu.org>
13045
16b20ed9
GM
13046 * cus-edit.el (custom-variable-tag-face): Handle case that
13047 default face's height is not a number.
13048 (custom-face-tag-face, custom-group-tag-face-1)
13049 (custom-group-tag-face): Ditto.
13050 (custom-group-tag-face-1): Add :group.
fa78f71b 13051
d0ab3e9d
GM
13052 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13053
ae8ab422
GM
130542000-03-15 Gerd Moellmann <gerd@gnu.org>
13055
13056 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13057 requiring easymenu.
13058
81c7ca69
GM
130592000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13060
13061 * ps-print.el: PostScript user-defined prologue, PostScript error
13062 handler, doc fix.
13063 (ps-print-version): New version number (5.1).
13064 (ps-user-defined-prologue, ps-error-handler-message)
13065 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13066 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13067 (ps-insert-string): New function.
fa78f71b 13068
dcf1003d
KH
130692000-03-15 Kenichi Handa <handa@etl.go.jp>
13070
13071 * international/ccl.el (ccl-compile-expression): Don't generate
13072 invalid self-assignment code.
13073
73825616
DL
130742000-03-14 Dave Love <fx@gnu.org>
13075
13076 * subr.el (replace-regexp-in-string): Renamed from
13077 replace-regexps-in-string. Doc fix.
13078
031020ac
DL
130792000-03-12 Dave Love <fx@gnu.org>
13080
13081 * cus-edit.el: Doc fixes.
13082 (customize-set-variable, customize-save-variable): Rename args for
13083 doc.
13084 (custom-variable-tag-face, custom-face-tag-face)
13085 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13086 style which user identify as hyperlink.
13087 (hook): Don't add undefined functions to the hook.
13088 (debug-ignored-errors): Transfer message from bindings.el.
13089
9b2f3c38
GM
130902000-03-12 Gerd Moellmann <gerd@gnu.org>
13091
13092 * recentf.el (recentf-keep-non-readable-files-p): Remove
13093 double/nested definition.
13094
0d6e23cf
DL
130952000-03-12 Dave Love <fx@gnu.org>
13096
13097 * facemenu.el (facemenu-get-face): Use display-color-p.
13098 * enriched.el (enriched-decode-foreground): Likewise.
13099 (enriched-decode-background): Likewise.
13100 * isearch.el (isearch-highlight): Likewise.
13101 * info-look.el (info-lookup): Likewise.
13102 * simple.el (completion-setup-function): Likewise.
13103
13104 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13105 :options.
13106
13107 * bindings.el (mode-line-format): Fix line-number and
13108 column-number items. Add help-echo for the background.
13109 (mode-line-mule-info): Modify help-echo.
13110
1598a961 13111 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
13112
13113 * files.el (load-file): Allow completion to .elc.
13114
13115 * man.el: Doc fixes.
13116 (Man-init-defvars): Use display-color-p to set fontification.
13117
13118 * play/hanoi.el (hanoi-internal): Don't use oddp.
13119
e1cff360
GM
131202000-03-12 Gerd Moellmann <gerd@gnu.org>
13121
13122 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13123
13124 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13125
5e5dff44
GM
131262000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13127
13128 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13129 Fix comment.
13130
5b467bf4
SM
131312000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13132
83fef604
SM
13133 * font-lock.el (font-lock-keywords): Fix the doc now that
13134 regexp-opt-depth is unnecessary.
13135 (save-buffer-state): Set an edebug spec.
13136 (font-lock-fontify-anchored-keywords): Properly handle the case when
13137 the matcher goes past the limit.
13138
5b467bf4
SM
13139 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13140 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13141
83fef604
SM
13142 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13143 dll.el and cookie.el (from Elib) with heavy renaming and other
13144 massaging.
5b467bf4
SM
13145
13146 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13147 Autoload the functions used.
13148 (easy-mmode-define-syntax): Fix CL typo.
13149 (easy-mmode-define-derived-mode): Improve the docstring generation.
13150
d407456c
GM
131512000-03-10 Gerd Moellmann <gerd@gnu.org>
13152
13153 * textmodes/texinfo.el (texinfo-version): Variable and function
13154 removed.
13155
5a7a545c
SM
131562000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13157
0d6e23cf
DL
13158 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13159 allow more flexibility.
13160 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13161 fns.
13162 (easy-mmode-defmap, easy-mmode-defsyntax)
13163 (easy-mmode-define-derived-mode): New macros.
5a7a545c 13164
d407456c 131652000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
13166
13167 * rect.el (replace-rectangle): New function.
13168
131692000-03-09 Dave Love <fx@gnu.org>
13170
13171 * progmodes/fortran.el (fortran-comment-line-start): Define as
13172 "C".
13173 (fortran-comment-line-start-skip): Don't match cpp stuff.
13174 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13175 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13176 (fortran-mode): Don't set fortran-comment-line-start-skip,
13177 fortran-comment-line-start here. Set comment-start,
13178 add-log-current-defun.
13179 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13180 (fortran-current-defun): New function.
13181
80460654
GM
131822000-03-09 Gerd Moellmann <gerd@gnu.org>
13183
d1221ea9
GM
13184 * emacs-lisp/re-builder.el: New file.
13185
1853aa6b
GM
13186 * mouse.el (mouse-drag-region): Don't run up-event handler
13187 if hscroll has changed.
13188
80460654
GM
13189 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13190 builtin operators, use `font-lock-builtin-face' for Emacs and
13191 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
13192
13193 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
13194 `(defun (setf foo)' differently.
13195
c0056275
SM
131962000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13197
13198 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
13199 (regexp-opt): Update comment and adapt the code the new meaning of
13200 the `paren' argument of regex-opt-group for shy-groups.
13201 (regexp-opt-depth): Handle shy groups as well as backslashed
13202 backslashes.
c0056275
SM
13203 (regexp-opt-group): Turn the leading comment into a docstring.
13204 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
13205 Remove open-presuf and close-presuf. Instead of checking for `all
13206 one-char' and then later on check for `several one-char', handle
13207 both cases close together. Also apply a more generic algorithm
13208 for suffixes (the mirror image of the algorithm used for
13209 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
13210 (regexp-opt-try-suffix): Removed.
13211
13212 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
13213 from comint-mode-map, so we can just inherit from it. Also, move
13214 the initialization into the `defvar' since there's no docstring
13215 anyway and it's fairly short.
13216 (inferior-scheme-mode): Define it as derived-mode: the code is
13217 shorter and this way we inherit from comint-mode-map rather than
13218 copying it.
c0056275 13219
80460654
GM
13220 * subr.el (replace-regexps-in-string): Properly handle the case
13221 where we match an empty string.
c0056275 13222
80460654
GM
13223 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13224 when the command has a directory component (such as "./testml").
c0056275
SM
13225 Also fix a typo in the comment.
13226
5e91ff9e
GM
132272000-03-08 Gerd Moellmann <gerd@gnu.org>
13228
feab4fba
GM
13229 * Makefile (compile-files): Compile files one by one because
13230 that's the only way to ensure a clean compilation environment for
13231 each individual file.
13232
5e91ff9e
GM
13233 * frame.el (other-frame): Call x-focus-frame.
13234
76162e12
DL
132352000-03-07 Dave Love <fx@gnu.org>
13236
f64ce788
DL
13237 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13238 :require to defcustom.
13239
76162e12
DL
13240 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13241 lists.
13242
13243 * files.el (auto-mode-alist): Add configure.in.
13244
13245 * progmodes/autoconf.el: New file.
13246
f7daf1e1
GM
132472000-03-07 Gerd Moellmann <gerd@gnu.org>
13248
13249 * mail/mh-e.el: Change maintainer to `none'.
13250
13251 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13252 to remove-hook and add-hook.
13253
132542000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13255
13256 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13257 it as the default.
13258 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13259 (sendmail-send-it): Conditionally add MIME headers specifying the
13260 used character set.
fa78f71b 13261
63f6b2c4
DL
132622000-03-07 Dave Love <fx@gnu.org>
13263
13264 * winner.el: Fix keywords, autoload cookies. Split
13265 eval-when-compile form to avoid compilation failure.
13266
8330e2f9
KH
132672000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13268
13269 * international/mule.el: Modify comment about coding system
13270 property `coding-category'.
13271 (make-coding-system): New argument EOL-TYPE. Pay attention to
13272 coding-category property of PROPERTIES.
13273
13274 * international/mule-conf.el (coding-category-utf-8,
13275 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13276 categories. Include them in the argument for set-coding-priority.
13277
13278 * international/mule-cmds.el (reset-language-environment): Include
13279 coding-category-utf-8, coding-category-utf-16-be, and
13280 coding-category-utf-16-le in the argument for set-coding-priority.
13281 (reset-language-environment): Initialize coding-category-utf-8,
13282 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13283
18bb0684
GM
132842000-03-06 Karl Fogel <kfogel@red-bean.com>
13285
13286 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13287 code abstracted out of `bookmark-jump-noselect'. Now tries info
13288 extensions as well as compression extensions.
13289 (bookmark-jump-noselect): Use above new func.
fa78f71b 13290
71a6ba55
GM
132912000-03-03 Gerd Moellmann <gerd@gnu.org>
13292
13293 * strokes.el: Change maintainer's mail address.
13294
0d56cdff
KH
132952000-03-03 Kenichi Handa <handa@etl.go.jp>
13296
13297 * international/mule-diag.el (list-character-sets): Make help-echo
13298 string by substitute-command-keys.
13299 (list-character-sets): Likewise.
13300 (sort-listed-character-sets): Call help-setup-xref.
13301
900fa1f1
GM
133022000-03-02 Gerd Moellmann <gerd@gnu.org>
13303
13304 * time.el (display-time-mail-file): Add `none' to the list of
13305 choices.
13306
54d04320
DL
133072000-03-01 Dave Love <fx@gnu.org>
13308
43f3fa09
DL
13309 * help.el (help-xref-go-back): Don't try to set position.
13310
54d04320
DL
13311 * international/mule-diag.el (list-character-sets): Call
13312 help-setup-xref. Add help-echo to xrefs.
13313 (list-character-sets-1): Add help-echo to xrefs.
13314
d054101f
GM
133152000-03-02 Gerd Moellmann <gerd@gnu.org>
13316
13317 * frame.el (blink-cursor-mode): Switch cursor on when turning
13318 the mode off.
13319
13320 * add-log.el (add-log-current-defun): Add support for
13321 Autoconf mode.
13322
13323 * mail/rmail.el (rmail-quit-hook): New variable.
13324
d77dae5c
DL
133252000-03-01 Dave Love <fx@gnu.org>
13326
e5f597f0
DL
13327 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13328
d77dae5c
DL
13329 * help.el (help-xref-button): Add help-echo arg.
13330 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13331
13332 * faces.el (list-faces-display): Supply help-echo with
13333 help-make-xrefs.
13334
13335 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13336 nil.
13337
72d19d75
GM
133382000-03-01 Gerd Moellmann <gerd@gnu.org>
13339
2df636f4
GM
13340 * image.el (defimage): Look for image files in load-path.
13341
fa78f71b 13342 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
13343 `number'.
13344
2df636f4
GM
133452000-03-01 David Ponce <david.ponce@wanadoo.fr>
13346
13347 * recentf.el (recentf): Added version tag to the defgroup of
13348 recentf.
13349
133502000-03-01 David Ponce <david.ponce@wanadoo.fr>
13351
13352 * recentf.el (recentf-cleanup): Changed to remove excluded file
13353 too.
13354 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13355 action to select/unselect a file.
13356 (recentf-edit-list): Code cleanup and improvement.
13357 (recentf-open-more-files-action): `recentf-open-more-files' button
13358 widget action to open a file.
13359 (recentf-open-more-files): No more use standard completion but
13360 widgets.
13361 (recentf-more-collection): Deleted.
13362 (recentf-more-history): Deleted.
13363 (recentf-setup-more-completion): Deleted.
13364
133652000-03-01 David Ponce <david.ponce@wanadoo.fr>
13366
13367 * recentf.el (recentf-mode): No more needs that Emacs is running
13368 under a window-system.
13369
133701999-03-01 David Ponce <david.ponce@wanadoo.fr>
13371
13372 * recentf.el (recentf-edit-list): New command to edit the recent
13373 list which allow the user to remove files.
13374 (recentf-edit-selected-items): New global variable, used by
13375 `recentf-edit-list' to hold the list of files to be removed from
13376 the recent list.
13377 (recentf-make-menu-items): Updated to display a "Edit list..."
13378 menu item. Minor code cleanup.
13379
133801999-03-01 David Ponce <david.ponce@wanadoo.fr>
13381
13382 * recentf.el (recentf-open-more-files): New command to open files
13383 that are not displayed in the menu.
13384 (recentf-more-collection): New global variable holding the set of
13385 permissible completions used by `recentf-open-more-files'.
13386 (recentf-more-history): New global variable holding the history list
13387 used by `recentf-open-more-files' completion.
13388 (recentf-setup-more-completion): New function to setup completion for
13389 `recentf-open-more-files'.
13390 (recentf-make-menu-items): Updated to display a "More..." menu item.
13391
133921999-03-01 David Ponce <david.ponce@wanadoo.fr>
13393
13394 * recentf.el (recentf-menu-action): Doc fixed.
13395
133961999-03-01 David Ponce <david.ponce@wanadoo.fr>
13397
13398 * recentf.el (recentf-menu-filter): Doc updated.
13399 (recentf-update-menu-hook): Allow menu filters to force menu update.
13400 (recentf-make-menu-items): New menu filter handling.
13401 (recentf-make-menu-item): New helper function.
13402 (recentf-menu-elements): New menu handling function.
13403 (recentf-sort-ascending): Updated to new menu filter handling.
13404 (recentf-sort-descending): Updated to new menu filter handling.
13405 (recentf-sort-basenames-ascending): New menu filter function.
13406 (recentf-sort-basenames-descending): New menu filter function.
13407 (recentf-show-basenames): New menu filter function.
13408 (recentf-show-basenames-ascending): New menu filter function.
13409 (recentf-show-basenames-descending): New menu filter function.
13410
72d19d75
GM
134112000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13412
13413 * diary-lib.el (list-diary-entries): Don't try to go forward at
13414 the end of the buffer.
13415
1ac1c836
KH
134162000-02-29 Kenichi Handa <handa@etl.go.jp>
13417
13418 * international/mule-diag.el (list-character-sets): Completely
13419 rewritten.
13420 (sort-listed-character-sets): New function.
13421 (list-character-sets-1): Completely rewritten.
13422 (list-character-sets-2): New function.
13423 (non-iso-charset-alist): New variable.
13424 (decode-codepage-char): New function.
13425 (charset-history): New variable.
13426 (read-charset) (list-block-of-chars)
13427 (list-iso-charset-chars)
13428 (list-non-iso-charset-chars)
13429 (list-charset-chars): New functions.
13430 (mule-diag): Call list-character-sets-2, not
13431 list-character-sets-2.
13432 (dump-charsets): Likewise.
13433
ed4d0512
GM
134342000-02-29 Gerd Moellmann <gerd@gnu.org>
13435
72d19d75
GM
13436 * dired-x.el (dired-filename-at-point): Add `@' to valid
13437 file name characters.
13438 (dired-filename-at-point): Handle ange-ftp file names.
13439
ed4d0512
GM
13440 * frame.el (frame-notice-user-settings): Use assq-delete-all
13441 instead of assoc-delete-all.
13442 (frame-notice-user-settings): Ditto.
13443
13444 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13445 Don't copy alist.
13446
32038c7a
GM
134472000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13448
13449 * calculator.el (calculator-use-menu): New option.
13450 (calculator-initial-bindings): Changed some bindings to work as
13451 macros.
13452 (calculator-forced-input): Removed.
13453 (calculator-restart-other-mode): New variable.
13454 (calculator-mode-map): Set up menu.
fa78f71b 13455
32038c7a
GM
134562000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13457
13458 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13459 tags.
fa78f71b 13460
55d7ff38 134612000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 13462
55d7ff38
MK
13463 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13464 translate all ESC key sequences.
13465 (viper-goto-mark-subr): restore markers for files for which
13466 they were saved.
13467 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13468 * viper-util.el (viper-set-replace-overlay-glyphs,
13469 viper-set-replace-overlay): always check if the replacement
13470 overlay is live.
13471 * viper.el (viper-vi-state-mode-list): added major modes.
13472 * ediff-wind.el: minor comment changes.
13473 * ediff.el: copyright notice date fix.
fa78f71b 13474
387023ee
JR
134752000-02-27 Jason Rumney <jasonr@gnu.org>
13476
13477 * faces.el (face-font-family-alternatives): Add arial to helv.
13478 (mode-line, header-line, tool-bar): Same default as x for w32.
13479 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13480 face-font-family-alternatives from working.
13481 * term/w32-win.el (mouse-set-font): Do not build fontset from
13482 chosen font.
13483
f43d79c1
GM
134842000-02-25 Sam Steingold <sds@goems.com>
13485
5d80cc9c 13486 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 13487 properly.
fa78f71b 13488
8b7bc628 134892000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
13490
13491 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13492
4eb8436f
GM
134932000-02-25 Gerd Moellmann <gerd@gnu.org>
13494
13495 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13496 writable.
13497
449c3c52 13498 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 13499
42088c12
GM
135002000-02-24 Gerd Moellmann <gerd@gnu.org>
13501
13502 * frame.el (show-cursor-in-non-selected-windows): New option.
13503
c60ea02e
GM
135042000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13505
13506 * diary-lib.el (include-other-diary-files): Undo the selective
13507 display in any included file and don't kill it.
13508
d066de8e
EZ
135092000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13510
13511 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13512 bar. Menu items converted to (menu-item format, help strings
13513 added.
13514 [downcase, upcase]: Don't enable on MS-DOS.
13515 [symlink, symlinks]: Don't show if make-symbolic-link is not
13516 bound.
13517 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13518
b6906b38
DL
135192000-02-23 Dave Love <fx@gnu.org>
13520
275cf1b2
DL
13521 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13522 (backward-kill-word): Revert addition of * to interactive spec --
13523 it's a feature.
13524
13525 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13526 (backward-kill-sentence, kill-sentence): Likewise.
13527
99d48056
DL
13528 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13529 scratch buffer name.
13530 (gud-format-command): Use int-to-string in ?l case. Simplify
13531 slightly.
13532
13533 * term/w32-win.el (internal-face-interactive): Update prompt for
13534 new read-face-name.
13535
13536 * mail/footnote.el (footnote): Add :version to defgroup.
13537 (footnote-section-tag-regexp): Customize.
13538 (footnote-start-tag, footnote-end-tag): New option.
13539 (footnote-latin-regexp): New variable.
13540 (Footnote-latin): New function.
13541 (footnote-style-alist): Add element for latin style.
13542 (footnote-style): Moved.
13543 (Footnote-goto-footnote): Use eq to test arg.
13544
13545 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13546
b6906b38
DL
13547 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13548 (byte-compile-trueconstp): Include keywords.
13549 (byte-optimize-quote, byte-optimize-lapcode): Use
13550 byte-compile-const-symbol-p.
13551 (byte-optimize-char-before): New optimization.
13552
13553 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13554 (byte-compile-const-symbol-p): New function.
13555 (byte-compile-constp, byte-compile-out-toplevel)
13556 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13557 Use it.
13558
13559 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13560
214f877f
KH
135612000-02-23 Kenichi Handa <handa@etl.go.jp>
13562
c709bcf1
KH
13563 * international/encoded-kb.el: Be sure to update minor-mode-alist
13564 and minor-mode-map-alist.
13565 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13566 codes SS2 and SS3 correctly.
13567 (encoded-kbd-self-insert-ccl): New function.
13568 (encoded-kbd-setup-keymap): New function.
13569 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13570 by calling encoded-kbd-setup-keymap.
13571
214f877f
KH
13572 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13573 characters.
13574 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13575 locally.
13576
b021ef18
DL
135772000-02-22 Dave Love <fx@gnu.org>
13578
13579 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13580 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13581 defvar.
13582 (lisp-mode-syntax-table): Set up for #|...|# comments.
13583 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13584 classes. Match `defface'.
13585 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13586 (eval-defun-1): Fix for defcustom.
13587 (lisp-indent-region): Doc fix.
13588
13589 * subr.el (when, unless, split-string): Doc fix.
13590 (read-passwd): Move call of clear-this-command-keys to the right
13591 place.
13592 (replace-regexps-in-string): New function.
13593
14cc00ad
GM
135942000-02-22 Gerd Moellmann <gerd@gnu.org>
13595
13596 * help.el (describe-variable): Set syntax table to
13597 emacs-lisp-mode-syntax-table when moving forward over the
13598 symbol's name.
13599
47da5efa
DL
136002000-02-22 Dave Love <fx@gnu.org>
13601
13602 * xt-mouse.el: Doc fixes.
13603 (xterm-mouse-position-function): New function, replacing advice of
13604 mouse-position.
13605 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13606
13607 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13608
f0a6c717
GM
136092000-02-21 Gerd Moellmann <gerd@gnu.org>
13610
13611 * format.el (format-annotate-single-property-change): Handle
13612 properties.with dotted-list values.
13613 (format-proper-list-p): New function.
13614
13615 * enriched.el (enriched-face-ans): Handle '(foreground-color
13616 . COLOR) and (background-color . COLOR).
13617
2be80b63
DL
136182000-02-20 Dave Love <fx@gnu.org>
13619
13620 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13621 and assignments to it.
13622 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13623 current local map.
13624 (make-flyspell-overlay): Use it.
13625 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13626
13627 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13628 (lm-get-header-re): Defun, not defsubst.
13629 (lm-get-package-name): Defun, not defsubst. Simplify.
13630 (lm-version): Doc fix. Simplify.
13631 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13632 (lm-crack-address, lm-last-modified-date, lm-commentary)
13633 (lm-verify, lm-synopsis): Simplify.
13634 (lm-report-bug): Require emacsbug. Use compose-mail.
13635
329eed9f
GM
136362000-02-20 Gerd Moellmann <gerd@gnu.org>
13637
13638 * dired.el (dired-mode): Call propertized-buffer-identification
13639 to set mode-line-buffer-identification to something having
13640 the right text properties.
13641
13642 * bindings.el (propertized-buffer-identification): New function.
13643
be5bb146
DL
136442000-02-20 Dave Love <fx@gnu.org>
13645
13646 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13647 check for t-mouse too.
13648
13649 * cus-start.el: Make echo-keystrokes `number'.
13650
1d4311c3
EZ
136512000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
13652
13653 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
13654 Don't call ring-empty-p unless tags-location-ring is bound.
13655 From Noah Friedman <friedman@splode.com>.
13656
a23c5037
TTN
136572000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
13658
13659 * progmodes/hideshow.el (hs-flag-region): No longer use
13660 `intangible' overlay property.
13661
13662 (hs-toggle-hiding): New command.
13663 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
13664
13665 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
13666 Fix omission bug: Run `hs-minor-mode-hook' for both activation
13667 and deactivation.
13668
b6a22bf8
GM
136692000-02-18 Gerd Moellmann <gerd@gnu.org>
13670
13671 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
13672
d621caf7
GM
136732000-02-17 Gerd Moellmann <gerd@gnu.org>
13674
3c0ed7ce
GM
13675 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
13676
d621caf7
GM
13677 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
13678 of `*' to handle `(* ... *)' comments.
13679
538d88fb
EZ
136802000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
13681
53c80cf6 13682 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 13683 window-system.
53c80cf6 13684
538d88fb
EZ
13685 * menu-bar.el (global-map): Menu-bar items converted to the new
13686 format (menu-item..., rearranged for better CUA compliance, and
13687 their names changed for better clarity. Help strings added.
13688
13689 * international/mule-cmds.el (mule-menu-keymap)
13690 (describe-language-environment-map, set-coding-system-map)
13691 (setup-language-environment-map): Convert to new (menu-item...
13692 form, add help strings. Change names of menu items for better
13693 clarity. "Mule" menu-bar item removed (it's now in the "Options"
13694 submenu).
13695
8389e1e2 136962000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 13697
a23c5037 13698 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 13699 within the code.
a23c5037 13700
8389e1e2 137012000-02-16 Dave Love <fx@gnu.org>
a23c5037 13702
84fe35f0
DL
13703 * faces.el: Don't require custom. Add more specific :groups to
13704 various deffaces.
13705 (set-face-attribute): Purecopy args.
13706 (read-face-name): Default to name at point and use it in prompt.
13707 Remove colon from arg in all callers.
13708 (list-faces-display): Hyperlink to face descriptions and customize
13709 buffers.
13710
b2aeee30
DL
137112000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
13712
13713 * wid-edit.el (widget-match-inline): An atom never matches a
13714 list.
13715
99e95407
GM
137162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13717
82d2c7c5
DL
13718 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13719 at ':' characters by call to split-string.
99e95407
GM
13720
137212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13722
82d2c7c5 13723 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
13724
137252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13726
82d2c7c5
DL
13727 * textmodes/bibtex.el: Some temporary comments removed.
13728 (bibtex-field-name, bibtex-entry-type): Made the relationship
13729 explicit.
13730 (bibtex-field-const): Allow capital letters.
13731 (bibtex-start-of-string): Deleted because unused.
13732
13733 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13734 use the term 'reference' to describe a bibtex entry as a whole.
13735 Further, reference keys are no longer called 'labels'.
13736 (bibtex-keys): Renamed to bibtex-reference-keys.
13737 (bibtex-reformat-previous-labels): Renamed to
13738 bibtex-reformat-previous-reference-keys.
13739 (bibtex-reference-type): Renamed to bibtex-entry-type.
13740 (bibtex-reference-head): Renamed to bibtex-entry-head.
13741 (bibtex-reference-maybe-empty-head): Renamed to
13742 bibtex-entry-maybe-empty-head.
13743 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13744 (bibtex-search-reference): Renamed to bibtex-search-entry.
13745 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13746 bibtex-enclosing-entry-maybe-empty-head.
13747 (bibtex-entry-field-alist, bibtex-entry-head,
13748 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13749 bibtex-map-entries, bibtex-search-entry,
13750 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13751 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13752 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13753 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13754 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13755 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13756 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
13757
137582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13759
82d2c7c5
DL
13760 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13761 comment.
13762 (bibtex-format-field-delimiters): New function, functionality
13763 extracted from bibtex-format-entry.
13764 (bibtex-autokey-get-yearfield-digits): New function, functionality
13765 extracted from bibtex-autokey-get-yearfield.
13766
13767 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13768 entries in order to avoid stack overflow in the regexp matcher if
13769 field contents become large.
13770 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13771 bibtex-field-string-part-not-braced,
13772 bibtex-field-string-part-no-inner-braces,
13773 bibtex-field-string-part-1-inner-brace,
13774 bibtex-field-string-part-2-inner-braces,
13775 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13776 bibtex-field-string-quoted, bibtex-field-string,
13777 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13778 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13779 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13780 as parsing is now performed by the following functions.
13781 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13782 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13783 bibtex-parse-field-string, bibtex-search-forward-field-string,
13784 bibtex-parse-association, bibtex-field-name-for-parsing,
13785 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13786 bibtex-search-forward-field, bibtex-search-backward-field,
13787 bibtex-start-of-field, bibtex-end-of-field,
13788 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13789 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13790 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13791 bibtex-parse-string, bibtex-search-forward-string,
13792 bibtex-search-backward-string, bibtex-start-of-string,
13793 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13794 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13795 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13796 entries. Instead of reporting the results of the parsing by
13797 match-beginning or match-end, these functions return data structures
13798 that hold the corresponding positions.
13799 (bibtex-enclosing-field): Changed to also report field boundaries by
13800 return values rather than by match-beginning or match-end. The
13801 following functions have been adapted to use the new parsing
13802 functions.
13803 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13804 bibtex-enclosing-field, bibtex-format-entry,
13805 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13806 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13807 bibtex-print-help-message, bibtex-end-of-entry,
13808 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13809 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13810 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13811 method for parsing.
13812 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13813 bibtex-map-entries, bibtex-flash-head,
13814 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13815 bibtex-autokey-change, bibtex-autokey-get-namefield,
13816 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13817 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13818 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13819 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13820 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13821 order to make the new binding of case-fold-search immediately
13822 visible.
99e95407
GM
13823
138242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13825
82d2c7c5
DL
13826 * textmodes/bibtex.el: Copyright notice is up to date.
13827 Added constant 'bibtex-maintainer-salutation.
99e95407 13828
82d2c7c5
DL
13829 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13830 than make-temp-name, use match-string-no-properties and eliminate
13831 a quadratic behavior when building bibtex-strings.
99e95407 13832
82d2c7c5
DL
13833 * bibtex.el (bibtex-reference-key): Accept string entries whose
13834 reference key contains upper case letters.
99e95407
GM
13835
138362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13837
82d2c7c5
DL
13838 * bibtex.el (bibtex-reference-head): Allow entries to start with
13839 a new line.
99e95407
GM
13840
138412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13842
82d2c7c5
DL
13843 * bibtex.el: Hiding of entry bodies is not longer provided by
13844 bibtex.el directly. Instead the hideshow package can be used.
13845 Added a special bibtex entry to hs-special-modes-alist.
13846 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
13847
138482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13849
f24fef2f
SM
13850 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
13851 at ':' characters by call to split-string.
8389e1e2
GM
13852
138532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13854
f24fef2f 13855 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
13856
138572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13858
f24fef2f
SM
13859 * textmodes/bibtex.el: Some temporary comments removed.
13860 (bibtex-field-name, bibtex-entry-type): Made the relationship
13861 explicit.
13862 (bibtex-field-const): Allow capital letters.
13863 (bibtex-start-of-string): Deleted because unused.
fa78f71b 13864
f24fef2f
SM
13865 * textmodes/bibtex.el: Unified some nomenclature. We no longer
13866 use the term 'reference' to describe a bibtex entry as a whole.
13867 Further, reference keys are no longer called 'labels'.
13868 (bibtex-keys): Renamed to bibtex-reference-keys.
13869 (bibtex-reformat-previous-labels): Renamed to
13870 bibtex-reformat-previous-reference-keys.
13871 (bibtex-reference-type): Renamed to bibtex-entry-type.
13872 (bibtex-reference-head): Renamed to bibtex-entry-head.
13873 (bibtex-reference-maybe-empty-head): Renamed to
13874 bibtex-entry-maybe-empty-head.
13875 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
13876 (bibtex-search-reference): Renamed to bibtex-search-entry.
13877 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
13878 bibtex-enclosing-entry-maybe-empty-head.
13879 (bibtex-entry-field-alist, bibtex-entry-head,
13880 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
13881 bibtex-map-entries, bibtex-search-entry,
13882 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
13883 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13884 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
13885 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
13886 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
13887 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
13888 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
13889
138902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13891
f24fef2f
SM
13892 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
13893 comment.
13894 (bibtex-format-field-delimiters): New function, functionality
13895 extracted from bibtex-format-entry.
13896 (bibtex-autokey-get-yearfield-digits): New function, functionality
13897 extracted from bibtex-autokey-get-yearfield.
fa78f71b 13898
f24fef2f
SM
13899 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
13900 entries in order to avoid stack overflow in the regexp matcher if
13901 field contents become large.
13902 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
13903 bibtex-field-string-part-not-braced,
13904 bibtex-field-string-part-no-inner-braces,
13905 bibtex-field-string-part-1-inner-brace,
13906 bibtex-field-string-part-2-inner-braces,
13907 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
13908 bibtex-field-string-quoted, bibtex-field-string,
13909 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
13910 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
13911 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
13912 as parsing is now performed by the following functions.
13913 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
13914 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
13915 bibtex-parse-field-string, bibtex-search-forward-field-string,
13916 bibtex-parse-association, bibtex-field-name-for-parsing,
13917 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
13918 bibtex-search-forward-field, bibtex-search-backward-field,
13919 bibtex-start-of-field, bibtex-end-of-field,
13920 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
13921 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
13922 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
13923 bibtex-parse-string, bibtex-search-forward-string,
13924 bibtex-search-backward-string, bibtex-start-of-string,
13925 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
13926 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
13927 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
13928 entries. Instead of reporting the results of the parsing by
13929 match-beginning or match-end, these functions return data structures
13930 that hold the corresponding positions.
13931 (bibtex-enclosing-field): Changed to also report field boundaries by
13932 return values rather than by match-beginning or match-end. The
13933 following functions have been adapted to use the new parsing
13934 functions.
13935 (bibtex-skip-to-valid-entry, bibtex-search-reference,
13936 bibtex-enclosing-field, bibtex-format-entry,
13937 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
13938 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
13939 bibtex-print-help-message, bibtex-end-of-entry,
13940 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
13941 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13942 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
13943 method for parsing.
13944 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
13945 bibtex-map-entries, bibtex-flash-head,
13946 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
13947 bibtex-autokey-change, bibtex-autokey-get-namefield,
13948 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
13949 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
13950 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
13951 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
13952 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
13953 order to make the new binding of case-fold-search immediately
13954 visible.
8389e1e2
GM
13955
139562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13957
f24fef2f
SM
13958 * textmodes/bibtex.el: Copyright notice is up to date.
13959 Added constant 'bibtex-maintainer-salutation.
fa78f71b 13960
f24fef2f
SM
13961 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
13962 than make-temp-name, use match-string-no-properties and eliminate
13963 a quadratic behavior when building bibtex-strings.
fa78f71b 13964
f24fef2f
SM
13965 * bibtex.el (bibtex-reference-key): Accept string entries whose
13966 reference key contains upper case letters.
8389e1e2
GM
13967
139682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13969
f24fef2f
SM
13970 * bibtex.el (bibtex-reference-head): Allow entries to start with
13971 a new line.
8389e1e2
GM
13972
139732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13974
f24fef2f
SM
13975 * bibtex.el: Hiding of entry bodies is not longer provided by
13976 bibtex.el directly. Instead the hideshow package can be used.
13977 Added a special bibtex entry to hs-special-modes-alist.
13978 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
13979
139802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
13981
82d2c7c5 13982 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
13983 proceedings entry type (for cross referencing). Thanks to Wagner
13984 Toledo Correa for the suggestion.
13985
82d2c7c5 13986 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 13987
eae61d8f
KH
139882000-02-14 Kenichi Handa <handa@etl.go.jp>
13989
13990 * international/characters.el: Setup case table for Vietnamese.
13991
fb07a302
GM
139922000-02-12 Gerd Moellmann <gerd@gnu.org>
13993
13994 * uniquify.el (toplevel): Require CL at compile time.
13995 (uniquify-push): Removed.
13996
13997 * shadowfile.el (shadow-when): Removed.
13998
13999 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14000 (tempo-process-and-insert-string): Use dolist instead of
14001 tempo-dolist.
14002
14003 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14004 regexp for paragraph-start.
14005
14006 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14007 commas as well.
14008
a0eddf92
DL
140092000-02-10 Dave Love <fx@gnu.org>
14010
14011 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14012 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14013 Deleted.
14014 (widget-specify-field, widget-specify-button): Don't use
14015 widget-mouse-help as help-echo property.
14016 (default): Use #'ignore for :validate and :mouse-down-action.
14017 (checkbox): Add help-echo.
14018 (widget-sexp-validate): Rewritten to clarify error messages.
14019 (character): Use char-valid-p in :match function.
14020 (widget-color-complete): Use facemenu-color-alist.
14021 (widget-color-action): Use facemenu-read-color.
14022
14023 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14024 set up `caar' &c that we now have.
14025
82d2c7c5
DL
140262000-02-09 Ray Blaak <blaak@gnu.org>
14027
14028 * delphi.el: Make resourcestring a declaration region, like const
14029 and var.
14030
6cbc1482
DL
140312000-02-09 Dave Love <fx@gnu.org>
14032
14033 * bindings.el (mode-line-input-method-map): New variable.
14034 (mode-line-mule-info): Use it; fix last change.
14035 (mode-line-mode-menu): Move definition.
14036 (mode-line-mouse-sensitive-p): Deleted.
14037 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14038 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14039 level.
14040
14041 * startup.el (command-line-1): Don't call
14042 make-mode-line-mouse-sensitive.
14043
f7136ee8
GM
140442000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14045
14046 * mail/rmail.el (rmail-retry-failure): Use
14047 rmail-beginning-of-message before rmail-toggle-header, because the
14048 former toggles headers.
14049
6e1d0d15
SM
140502000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14051
fef8c55b
SM
14052 * diff-mode.el (diff-kill-junk): New interactive function.
14053 (diff-reverse-direction): Use delete-and-extract-region.
14054 (diff-post-command-hook): Restrict the area so that the hook also works
14055 outside of any diff hunk. This is necessary for the minor-mode.
14056 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14057 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14058
6e1d0d15
SM
14059 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14060 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14061 so that it can be used more easily in <foo>-mode-hook. Also make sure
14062 to avoid duplicate entries.
14063 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14064 (font-lock-remove-keywords): Just as was done for `add', allow it to
14065 work even if font-lock-mode is nil. Also make sure we don't modify
14066 any pre-existing list by forcing a copy-sequence. Finally rename
14067 `major-mode' to `mode'.
14068 (font-lock-fontify-syntactic-anchored-keywords)
14069 (font-lock-fontify-anchored-keywords)
14070 (font-lock-fontify-keywords-region): Use line-end-position.
14071 Don't make `font-lock-multiline' local (it's now done in
14072 font-lock-set-defaults).
14073 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14074 move the `font-lock-fontified' creation to inside the `unless'.
14075
a75dfea0
AI
140762000-02-06 Andrew Innes <andrewi@gnu.org>
14077
14078 * term/w32-win.el (x-handle-args): Comment out call to message,
14079 which occurs before window system is initialized.
14080
14081 * makefile.nt: Add support for recompiling lisp code.
14082
b85e9462
DL
140832000-02-04 Dave Love <fx@gnu.org>
14084
9ff33afb
DL
14085 * bindings.el (mode-line-mule-info): Fix/extend last change.
14086
b85e9462
DL
14087 * completion.el: Replace completion-dolist with dolist.
14088
14089 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14090 dotimes.
14091
44dff075
CD
140922000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14093
14094 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14095 environment names before they go into the section regexp.
14096
14097 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14098 char class in regexp.
14099
14100 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14101 `case-fold-search' to nil.
14102
14103 * progmodes/idlwave.el (idlwave-template): Respect
14104 `idlwave-abbrev-change-case'.
14105 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14106 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14107 idlwave-while): respect `idlwave-reserved-word-upcase'.
14108 (idlwave-rw-case): New function.
14109 (idlwave-statement-match): Fixed problem with assignment regexp.
14110 (idlwave-font-lock-keywords): Improved regexp for keyword
14111 parameters.
a23c5037 14112 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
14113 operators longer than 1 char.
14114
14115 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14116 idlwave-shell-expression-overlay. Implemented printing of
14117 expressions on higher levels of the calling stack.
14118 (idlwave-shell-display-level-in-calling-stack): Restore stack
14119 level.
14120 (idlwave-retrieve-expression-from-level): New function.
14121 (idlwave-shell-last-calling-stack): Variable removed.
14122 (idlwave-shell-reset): Argument action reversed (`visible' to
14123 `hidden'). Also remove stop-line overlay.
14124 (idlwave-shell-calling-stack-routine): New variable.
14125 (idlwave-shell-parse-stack-and-display): Messages now display
14126 negative level numbers.
14127 (idlwave-shell-mode): Set `modeline-format'.
14128 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14129 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14130 21.
14131 (idlwave-shell-print-expression-function): New option.
a23c5037 14132
44dff075
CD
14133 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14134 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14135 `tool-bar' instead of `toolbar'.
14136
f26c34fd
DL
141372000-02-02 Dave Love <fx@gnu.org>
14138
14139 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14140 emacs-lisp-mode-hook. Don't check for defalias being defined.
14141
14142 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14143 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14144 the new builtins directly.
14145
14146 * whitespace.el (whitespace): Add :version to defgroup.
14147
14148 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14149 Doc fix.
14150
14151 * thingatpt.el (sexp-at-point, symbol-at-point)
14152 (number-at-point, list-at-point): Add autoload cookie.
14153
14154 * recentf.el (recentf): Add :version to defgroup.
14155
14156 * quickurl.el (quickurl): Add :version to defgroup.
14157
14158 * elide-head.el (elide-head): Use point-marker more.
14159
14160 * bs.el (bs): Add :version to defgroup.
14161
14162 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14163
14164 * progmodes/delphi.el (delphi): Add :version to defgroup.
14165
d240a249
GM
141662000-02-02 Gerd Moellmann <gerd@gnu.org>
14167
14168 * ange-ftp.el (ange-ftp-write-region): Handle case that
14169 succeeding process operation sets a different coding system.
14170
14171 * calculator.el: New file.
14172
d5179a01
EZ
141732000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14174
14175 * frame.el (frames-on-display-list, framep-on-display): New
14176 functions.
14177 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14178 (display-selections-p, display-screens, display-pixel-width)
14179 (display-pixel-height, display-mm-width, display-mm-height)
14180 (display-backing-store, display-save-under, display-planes)
14181 (display-color-cells, display-visual-class): New functions.
14182
14183 * term/tty-colors.el (tty-color-gray-shades): New function.
14184
14185 * faces.el (display-color-p): Use framep-on-display.
14186 (display-grayscale-p): New function.
14187
968e00f0
DL
141882000-01-31 Dave Love <fx@gnu.org>
14189
14190 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14191 (create-fontset-from-x-resource): Don't concat integers.
14192
2cb750ba
GM
141932000-01-31 Inge Frick <inge@nada.kth.se>
14194
14195 * view.el: Some changes in documentation. Removed some trailing
14196 whitespace. Changed some parameter names to agree with
14197 documentation.
14198 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14199 window is not deleted. Modifies change 1998-04-26.
a23c5037 14200
74e9213b
GM
142012000-01-31 Gerd Moellmann <gerd@gnu.org>
14202
47569935
GM
14203 * windmove.el: New file.
14204
74e9213b
GM
14205 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14206 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 14207 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 14208
74e9213b
GM
14209 * jit-lock.el (jit-lock-function): Widen before calculating end
14210 position.
14211 (jit-lock-stealth-chunk-start): Rewritten.
14212
14213 * info.el (Info-title-face-alist): Removed.
14214 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14215 faces.
14216 (Info-fontify-node): Use these faces.
14217
994c5afe
GM
142182000-01-30 Gerd Moellmann <gerd@gnu.org>
14219
14220 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14221 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14222 `&allow-other-keywords'.
14223
14224 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14225 the list of directories scanned heuristically.
14226
14227 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14228 exist.
14229
f00276e3
JR
142302000-01-30 Jason Rumney <jasonr@gnu.org>
14231
14232 * w32-fns.el: Define w32-tty-standard-colors.
14233
14234 * startup.el (command-line): Use w32-tty-standard-colors when in
14235 w32 console mode.
14236
cc4dfff0
DL
142372000-01-30 Dave Love <fx@gnu.org>
14238
e645e77b
DL
14239 * jka-compr.el (jka-compr-load): Fix up load-history.
14240
cc4dfff0
DL
14241 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14242
14243 * emacs-lisp/cl-macs.el: Revert previous change.
14244
16215eb0
DL
142452000-01-29 Dave Love <fx@gnu.org>
14246
14247 * facemenu.el: Purecopy various strings.
14248
14249 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14250 years. Deal with three-digit years.
14251
14252 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14253 defconst, purecopy.
14254 (help-back-label): Purecopy it.
14255
bbd9b566
GM
142562000-01-18 Gerd Moellmann <gerd@gnu.org>
14257
14258 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14259 variable. If non-nil, order the buffer list according to the
14260 currently selected frame.
14261 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14262 non-nil, pass the selected frame to function buffer-list.
a23c5037 14263
887448e1
GM
142642000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14265
14266 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14267
7df85084
DL
142682000-01-28 Dave Love <fx@gnu.org>
14269
142e109c
DL
14270 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14271
7df85084
DL
14272 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14273 Don't use lisp-indent-hook property.
14274 (cl-abs): Remove.
14275
14276 * subr.el: Move out indent and edebug specs for when and unless.
14277
14278 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14279 when, unless.
14280
14281 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14282 unless, when.
14283
3b43c01c
GM
142842000-01-28 Gerd Moellmann <gerd@gnu.org>
14285
d060bc9f
GM
14286 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14287 `collecting' as synonym for `collect'.
14288
14289 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14290 for the case it contains spaces.
14291
14292 * simple.el (what-cursor-position): Change formatting of
14293 messages.
14294
b02786f9
GM
14295 * frame.el (delete-other-frames): New function.
14296 (toplevel): Bind it to C-x 5 1.
14297
efd68b8a
GM
14298 * sort.el (sort-numeric-base): New option.
14299 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14300 interpret it as octal or hexadecimal. Use sort-numeric-base
14301 as default base.
14302
3b43c01c
GM
14303 * progmodes/glasses.el: New file.
14304
984ae001
GM
143052000-01-27 Gerd Moellmann <gerd@gnu.org>
14306
a0b796e3
GM
14307 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14308 userids differently.
14309
984ae001
GM
14310 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14311 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14312 progmodes/ebnf-yac.el: New files.
14313
6c67ddee
DL
143142000-01-26 Dave Love <fx@gnu.org>
14315
14316 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14317 on a function with an empty body. [From Eric Ludlam.]
14318
4e6473c8
GM
143192000-01-25 Andre Spiegel <spiegel@gnu.org>
14320
14321 * vc.el (vc-version-diff): Make sure file name is expanded.
14322
e12489f9
GM
143232000-01-25 Gerd Moellmann <gerd@gnu.org>
14324
14325 * scroll-bar.el (scroll-bar-timer): Variable removed.
14326 (scroll-bar-toolkit-scroll): Don't use a timer.
14327
8dbe2b07
KH
143282000-01-25 Kenichi Handa <handa@etl.go.jp>
14329
14330 * language/thai-util.el (thai-composition-function): Delete
14331 superfluous `a'.
14332
26ef1c87
DL
143332000-01-24 Dave Love <fx@gnu.org>
14334
14335 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14336 end-of-defun-function.
14337
14338 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14339 &c.
14340
7ed4e9a7
JR
143412000-01-22 Jason Rumney <jasonr@gnu.org>
14342
14343 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14344 conflicts with new face support.
14345
8b7bc628 143462000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
14347
14348 * replace.el (query-replace): Rename last arg to DELIMITED.
14349 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14350 (query-replace-regexp): Likewise.
14351
8b7bc628 143522000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 14353
02b14400
RS
14354 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14355
5bb6f079
RS
14356 * emacs-lisp/lisp.el (beginning-of-defun-function):
14357 Variable renamed from beginning-of-defun.
14358 Do not call make-variable-buffer-local.
14359 (beginning-of-defun-raw): Use new variable name; doc fix.
14360 (beginning-of-defun): Doc fix.
14361 (end-of-defun-function): Variable renamed from end-of-defun.
14362 Do not call make-variable-buffer-local.
14363 (end-of-defun): Use new variable name; doc fix.
14364
02b14400
RS
14365 * subr.el (dolist, dotimes): Copied from cl-macs.el
14366 and made to work.
2d5e9b54 14367
a23c5037 14368 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
14369 Variable replaces rmail-digest-end-regexp.
14370 Allows multiple regexps for detecting the end line.
14371 (undigestify-rmail-message): Corresponding changes.
14372
60af03f1
DL
143732000-01-19 Dave Love <fx@gnu.org>
14374
fe5d99e1
DL
14375 * files.el (user-init-file): Don't declare here -- is primitive.
14376
60af03f1
DL
14377 * startup.el (command-line): Check for compiled user-init-file and
14378 set to uncompiled version if necessary.
14379
72dbbc7d
GM
143802000-01-18 Gerd Moellmann <gerd@gnu.org>
14381
6a1950ec
GM
14382 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14383 (undigestify-rmail-message): Use it.
14384
72dbbc7d
GM
14385 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14386
fbe91bbd
GM
143872000-01-17 Gerd Moellmann <gerd@gnu.org>
14388
14389 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14390 of mini-buffer.
14391
33a6685b
GM
143922000-01-14 Gerd Moellmann <gerd@gnu.org>
14393
b3303df7
GM
14394 * emacs-lisp/copyright.el (copyright-update): Removed the
14395 requirement for a trailing space from `copyright-regexp', to
14396 support copyrights with owner specified on a separate line..
a23c5037 14397
3c4c8064
GM
14398 * align.el: New file.
14399
33a6685b
GM
14400 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14401
14402 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14403
044a4975
DL
144042000-01-13 Dave Love <fx@gnu.org>
14405
14406 * ph.el: Removed. (Obsoleted by EUDC.)
14407
0a352cd7
GM
144082000-01-13 Gerd Moellmann <gerd@gnu.org>
14409
14410 * net/eudc.el (toplevel): Remove autoloaded code installing
14411 menu with easymenu, because that causes build problems.
14412
14413 * frame.el (frame-notice-user-settings): New variable.
14414 (frame-notice-user-settings): Don't modify frame parameters
14415 if called a second time.
14416
8b7bc628 144172000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
14418
14419 * frame.el (frame-notice-user-settings):
14420 Notice default-frame-parameters even for non-window frames.
14421
feb450e0
GM
144222000-01-13 Gerd Moellmann <gerd@gnu.org>
14423
14424 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14425 for Emacs.
14426 (eudc-bob-can-display-inline-images): Extend for Emacs.
14427 (eudc-bob-toggle-inline-display): Ditto.
14428 (eudc-bob-display-jpeg): Ditto.
14429
99c6d63b
GM
144302000-01-12 Gerd Moellmann <gerd@gnu.org>
14431
7970b229
GM
14432 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14433 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14434 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 14435
e4936aa9
GM
14436 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14437 nil)'.
14438
14439 * subdirs.el: Add `net' directory.
14440
133c9e59
GM
14441 * net: New directory.
14442
99c6d63b
GM
14443 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14444 eval-last-sexp. Don't bind debug-on-error here.
14445 (eval-last-sexp): New function. Bind debug-on-error if
14446 eval-expression-debug-on-error is non-nil.
14447 (eval-defun-2, eval-defun): Likewise.
14448
14449 * simple.el (eval-expression): Don't bind debug-on-error if
14450 eval-expression-debug-on-error is nil. Detect changed
14451 debug-on-error, and propagate new value to global binding, if
14452 eval-expression-debug-on-error is non-nil,
14453 (eval-expression-debug-on-error): Change doc string.
a23c5037 14454
8b7bc628 144552000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
14456
14457 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14458
14459 * emacs-lisp/lisp-mode.el (with-syntax-table):
14460 Set up lisp-indent-function property.
14461
14462 * subr.el (with-syntax-table): Moved from simple.el.
14463
14464 * simple.el (with-syntax-table): Moved to subr.el.
14465
7e3c74fa
GM
144662000-01-11 Gerd Moellmann <gerd@gnu.org>
14467
1fab1775
GM
14468 * tmm.el (tmm-shortcut): Delete region after prompt instead
14469 of erasing buffer.
14470
7e3c74fa 14471 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
14472 (fill-context-prefix): Use the longest common prefix of first
14473 and second line fill prefix, if there is one.
7e3c74fa 14474
8b7bc628 144752000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
14476
14477 * array.el (array-mode): Don't use make-variable-buffer-local.
14478 Use make-local-variable for `truncate-lines'.
14479
aa705642 144802000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 14481
aa705642
GM
14482 * add-log.el (add-log-current-defun): Handle user-defined
14483 add-log-current-function returning nil,
a23c5037 14484
57df2446 14485 * add-log.el (add-change-log-entry): Insert version number
aa705642 14486 if having found a current function
c1356086
GM
14487
14488 * add-log.el (add-log-current-defun): Call
14489 `add-log-current-defun-function'. Try matches at level 0 and
14490 level 1. Strip whitespace from defun found.
a23c5037 14491
1d8c59e9
RS
144922000-01-10 John Wiegley <johnw@gnu.org>
14493
14494 * allout.el (isearch-done/outline-provisions): Added `edit'
14495 argument to correspond with the current definition of
14496 `isearch-done'.
14497
8cf87e9b
DL
144982000-01-10 Dave Love <fx@gnu.org>
14499
14500 * elide-head.el (elide-head): Use point-marker, not point.
14501
9050446c
GM
145022000-01-10 Gerd Moellmann <gerd@gnu.org>
14503
8321b22a
GM
14504 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14505 before and after the year 2000.
a23c5037 14506
9050446c
GM
14507 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14508 Add ispell- prefix.
14509
145102000-01-10 Ken Stevens <k.stevens@ieee.org>
14511
14512 * ispell.el: Only define dictionaries in menus when they exist.
14513 (version18p): New variable.
14514 (version20p): New variable.
14515 (xemacsp): New variable.
14516 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14517 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14518 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 14519 run-together words.
9050446c
GM
14520 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14521 (ispell-dictionary-alist): Add koi8-r to customize definition.
14522 (check-ispell-version): Added documentation string. Returns
f24fef2f 14523 library path when called non-interactively.
9050446c
GM
14524 (ispell-menu-map-needed): Uses new variables.
14525 (ispell-library-path): New variable.
14526 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14527 (ispell-word): Improved documentation string. Test for valid
14528 character mappings. Correctly check typed in word changes that can
14529 result in single words split into multiple words. Returns
14530 replacement word.
14531 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14532 replace in recursive query replace mode. Help message for
14533 recursive edit mode.
14534 (ispell-show-choices): Protect against bad framepop bindings.
14535 (ispell-help): Fix to work with XEmacs.
14536 (ispell-highlight-spelling-error): Use new variables.
14537 (ispell-overlay-window): Fix to work with XEmacs.
14538 (ispell-parse-output): Passed and returns location information
14539 tracking spelling corrections. Doesn't recheck same word on
14540 current line.
14541 (ispell-init-process): Protect against bogus XEmacs variable binding.
14542 Fix call to single argument in sleep-for. Use new variables.
14543 (ispell-region): Passed and returns location information tracking
14544 spelling corrections. Doesn't check same word on current line.
14545 Improved documentation string. Doesn't resend a line already
14546 checked to the ispell process - fixes bug in LaTeX parsing.
14547 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14548 (ispell-skip-region): No longer skips <TT> in SGML.
14549 (ispell-process-line): Tracks location information with spelling
14550 corrections. Added documentation string. Accounts for words
14551 already accepted on this line. Don't allow query-replace on line
14552 starting with math characters. Doesn't resend a line already sent
14553 to ispell process. Fixes alignment error bug.
a23c5037 14554
8b7bc628 145552000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 14556
a23c5037 14557 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
14558 Suggest xloadimage, which is free, not xv, which isn't.
14559
a23c5037 14560 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
14561 Don't ever include the host name or user name in the value.
14562
9ed79f5d
GM
145632000-01-09 Gerd Moellmann <gerd@gnu.org>
14564
14565 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14566 of a real newline.
14567
b950abb1
GM
145682000-01-09 Stephen Eglen <stephen@gnu.org>
14569
a23c5037 14570 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
14571 for .png files.
14572
3c708e98
GM
145732000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14574
14575 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14576
bf61662d
GM
145772000-01-09 Gerd Moellmann <gerd@gnu.org>
14578
f1d851ae
GM
14579 * progmodes/cperl-mode.el: Replace ^F with ^L.
14580
bf61662d 14581 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 14582 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
14583 recursion.
14584
c65d14ee
DL
145852000-01-08 Dave Love <fx@gnu.org>
14586
8cf87e9b
DL
14587 * emacs-lisp/backquote.el: Remove inappropriate customization
14588 (allowing custom.el to use backquote).
c65d14ee 14589
83de2ebc
DL
145902000-01-07 Dave Love <fx@gnu.org>
14591
14592 * add-log.el (add-log-debugging): Deleted.
14593 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14594 file. Remove debugging code.
14595 (change-log-get-method-definition, change-log-name): Add doc.
14596 (change-log-sortable-date-at): New function.
14597 (change-log-merge): New command.
14598
14599 * time.el (display-time-string-forms): Make the Mail string active.
14600 (display-time-update): Provide help-echo for load average.
14601
14602 * bindings.el (make-mode-line-mouse2-map): New function.
14603 (mode-line-modified): Use it and simplify.
14604 (mode-line-mule-info): Provide help-echo info.
14605 (minor-mode-alist): Activate the strings.
14606 (make-mode-line-mouse-sensitive): Simplify for
14607 mode-line-buffer-identification.
14608
c1475eae
GM
146092000-01-07 Gerd Moellmann <gerd@gnu.org>
14610
14611 * play/pong.el: New file.
14612
83de2ebc
DL
146132000-01-06 Dave Love <fx@gnu.org>
14614
14615 * array.el: Assorted cleanups for compiler warnings, doc strings,
14616 `array-' prefix for symbols.
14617
146182000-01-05 Dave Love <fx@gnu.org>
14619
14620 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14621 outline-headers-as-kill.
14622 (outline-mode): Define imenu-generic-expression.
14623 (outline-headers-as-kill): New command.
14624
14625 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14626 from paragraph-start.
14627 (paragraph-indent-minor-mode): New command.
14628
14629 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14630 M-C-e, M-C-h, C-j, C-xnd, TAB.
14631 (fortran-mode): Set beginning-of-defun, end-of-defun.
14632 (fortran-column-ruler): Simplify.
14633 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14634 (fortran-with-subprogram-narrowing): Likewise.
14635 (fortran-indent-subprogram): Call mark-defun.
14636 (fortran-check-for-matching-do): Change narrowing.
14637
14638 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14639 (cl-lucid-hash-tag): Delete.
14640 (cl-hash-table-p): Correct test for native table.
14641 (cl-hash-table-count): Use hash-table-count.
14642
14643 * browse-url.el (browse-url): Fix case of
14644 browse-url-browser-function being an alist.
14645
676ac023
CD
146462000-01-05 Carsten Dominik <cd@gnu.org>
14647
c1475eae
GM
14648 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14649 (reftex-index-phrase-file-extension): New options.
676ac023
CD
14650
14651 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 14652 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
14653
14654 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 14655 `reftex-parse-file-extension'.
eb483e17 14656
88807984
DL
146572000-01-05 Dave Love <fx@gnu.org>
14658
83de2ebc 14659 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
14660 (beginning-of-defun-raw): Use it.
14661 (end-of-defun): New variable.
14662 (end-of-defun): Use it.
14663 (check-parens): New command.
14664
1362aeb4
TTN
146652000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
14666
c1475eae
GM
14667 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
14668 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 14669
7ddafb95
TTN
14670 Fix buglet in local variables initialization.
14671
7334aa99
AS
146722000-01-05 Andreas Schwab <schwab@suse.de>
14673
14674 * hscroll.el (hscroll): Doc fix.
14675
b12e24cd
CD
146762000-01-05 Carsten Dominik <cd@gnu.org>
14677
14678 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
14679 idlw-toolbar.
14680
14681 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
14682 file idlw-rinfo.el.
1362aeb4
TTN
14683 (idlwave-customize): load must read file idlw-shell.el.
14684 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 14685
d6226972
CD
146862000-01-05 Carsten Dominik <dominik@astro.uva.nl>
14687
14688 * progmodes/idlw-shell.el: Also provide idlwave-shell
14689 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
14690 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
14691
14692 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
14693 both reftex-dcr and reftex-vcr.
1362aeb4 14694
d6226972
CD
14695 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
14696
6ddb893f 146972000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
14698
14699 * ps-print.el: PostScript code now is in separate files, doc fix.
14700 (ps-print-version): New version number (5.0.3).
14701 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
14702 local.
14703 (ps-spool-config): Initialization fix.
c1475eae
GM
14704 (ps-print-prologue-1, ps-print-prologue-2)
14705 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
14706 (ps-background-image): Little code reformating.
14707 (ps-begin-file, ps-begin-job): Fix code.
88807984 14708 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
14709 (ps-prologue-file): New fun.
14710
ae833aae
KH
147112000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14712
c1475eae 14713 * ps-vars.el: Eliminated.
ae833aae
KH
14714
14715 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
14716 `;;;###autoload'.
14717
14718 * ps-print.el: ps-vars eliminated, doc fix.
14719 (ps-print-version): New version number (5.0.2).
14720 (ps-spool-config): Initialization fix.
14721 (ps-print-customize): New fun.
14722
560a7bd2
GM
147232000-01-04 Gerd Moellmann <gerd@gnu.org>
14724
14725 * autorevert.el (auto-revert-mode): Return value of
14726 auto-revert-mode.
14727
f45dd0f4
DL
147282000-01-04 Dave Love <fx@gnu.org>
14729
fae2ac05
DL
14730 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
14731 menu items.
f45dd0f4 14732
61255981
DL
147332000-01-03 Dave Love <fx@gnu.org>
14734
88807984 14735 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 14736
83de2ebc 14737 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
14738 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
14739 `cl-hash-table-p', not `hash-table-p'.
14740 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
14741
c182a70f
EZ
147422000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14743
14744 * faces.el (face-read-integer, read-face-attribute)
14745 (color-defined-p, color-values): unspecified-{f,b}g are now
14746 strings.
14747
047f434a
GM
147482000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
14749
14750 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
14751 at comment end, and re-insert them after filling.
14752
bab531e2
EZ
147532000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14754
14755 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
14756 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
14757 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 14758
d684c676
EZ
147592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14760
14761 * term/x-win.el (xw-defined-colors): Call color-supported-p,
14762 the new name of face-color-supported-p.
14763
14764 * term/w32-win.el (xw-defined-colors): Likewise.
14765
0aad4805
EZ
147662000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
14767
14768 * simple.el (completion-setup-function): Count completion-size
14769 from minibuffer-prompt-end, not from point-min.
14770
5fe1d139
EZ
147712000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
14772
14773 * faces.el (read-face-attribute, defined-colors, color-defined-p):
14774 Pass the frame to tty-color-* functions.
14775 (display-color-p, frame-set-background-mode): Pass the frame to
14776 tty-display-color-p.
14777
14778 * term/tty-colors.el (tty-defined-color-alist): Renamed from
14779 tty-color-alist.
14780 (tty-color-alist, tty-modify-color-alist): New functions.
14781 (tty-color-define, tty-color-clear, tty-color-approximate)
14782 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
14783 an optional parameter FRAME.
14784
162dec01
GM
147852000-01-01 Gerd Moellmann <gerd@gnu.org>
14786
27189709
GM
14787 * image.el (create-image, defimage): Don't assume image data is a
14788 string.
14789
162dec01
GM
14790 * image.el (defimage): Handle specifications containing :data
14791 instead of :file.
14792 (image-type-from-data): New function.
14793 (image-type-from-file-header): Use it.
14794 (create-image): Add parameter DATA-P.
1362aeb4 14795
bea56df7 14796See ChangeLog.8 for earlier changes.
25a6fab1
KH
14797
14798;; Local Variables:
e64c3a75 14799;; coding: iso-2022-7bit
25a6fab1 14800;; End: