]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-06-02 Kenichi Handa <handa@etl.go.jp>
2
3 * isearch.el (isearch-other-meta-char): Fix previous change.
4
5 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6
7 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8
9 2000-06-01 Dave Love <fx@gnu.org>
10
11 * hl-line.el: Rewritten using define-minor-mode.
12
13 * help.el (describe-function-1): Distinguish special form from
14 builtin function. Sanity-check presence of arglist for builtins.
15
16 2000-06-01 Kenichi Handa <handa@etl.go.jp>
17
18 * international/characters.el: Fix syntax/category setting of
19 Tibetan characters.
20
21 * language/tibet-util.el (tibetan-add-components): Fixes for new
22 encoding of Tibetan characters.
23 (tibetan-decompose-precomposition-alist): New variable.
24 (tibetan-decompose-region): Convert precomposed characters to
25 non-precomposed characters.
26 (tibetan-decompose-string): Likewise.
27 (tibetan-composition-function): Fix args to
28 thibetan-compose-string.
29
30 * language/tibetan.el (tibetan-composable-pattern): More
31 characters included.
32 (tibetan-consonant-transcription-alist): Rule for "R" added.
33 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
34 "+R" added.
35 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
36
37 * language/lao-util.el (lao-composition-function): Fix args to
38 compose-string.
39
40 * language/thai-util.el (thai-composition-function): Fix args to
41 compose-string.
42
43 * isearch.el (isearch-update): Set disable-point-adjustment to t
44 to prevent the point moving to the end of a composition when a
45 part of a composition is searched.
46 (isearch-other-meta-char): If the key invoking this command can be
47 mapped by function-key-map to a printing char, call
48 isearch-process-search-char directly.
49
50 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
51
52 * emacs-lisp/bytecomp.el:
53 * frame.el:
54 * international/mule-cmds.el:
55 * international/mule-util.el:
56 * international/mule.el:
57 * mouse.el:
58 * subr.el:
59 * faces.el: Update calls to make-obsolete with a WHEN argument.
60
61 * byte-run.el (make-obsolete, make-obsolete-variable):
62 Add an optional WHEN argument and change the format of the
63 symbol-property information.
64 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
65 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
66 new obsolete-symbol-property format and print WHEN if it is provided.
67
68 2000-05-31 Dave Love <fx@gnu.org>
69
70 * loadhist.el (loadhist-hook-functions): Remove
71 before-change-function, after-change-function.
72 (unload-feature): Deal with symbols which are both bound and
73 fbound.
74
75 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
76 before-change-function, after-change-function.
77
78 * simple.el (newline): Don't bind before-change-function,
79 after-change-function.
80
81 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
82
83 * whitespace.el (whitespace-rescan-timer-time): Update interval
84 set to 600 seconds (10 minutes) instead of 60 seconds since
85 a large number of whitespace buffers causes emacs to `freeze'
86 for a considerable amount of time.
87
88 * whitespace.el: Updated e-mail address
89
90 2000-05-31 Dave Love <fx@gnu.org>
91
92 * add-log.el (change-log-font-lock-keywords) <function>: Add
93 pattern for function of change.
94 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
95 acknowledgements patterns.
96
97 2000-05-31 Kenichi Handa <handa@etl.go.jp>
98
99 * isearch.el (isearch-printing-char): If keyboard coding system is
100 being used, call isearch-process-search-multibyte-characters.
101
102 * international/isearch-x.el: Mostly rewritten.
103
104 * international/quail.el (quail-start-conversion): Don't include
105 unhandled events in the returned events, but set them in
106 unread-command-events. Exit if all inputs are deleted.
107
108 2000-05-30 Jason Rumney <jasonr@gnu.org>
109
110 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
111
112 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
113 Reenable code to create initial fontsets.
114 Use set-fontset-font in place of put-charset-property.
115
116 2000-05-30 Gerd Moellmann <gerd@gnu.org>
117
118 * progmodes/perl-mode.el (perl-indent-line): When looking for a
119 label, ensure that the first colon isn't followed by another.
120
121 * paths.el (Info-default-directory-list): Doc fix.
122
123 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
124 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
125 send a query containing USER only, not USER@HOST.
126
127 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
128 and rmail-msgend to compute the restriction at the end, instead of
129 computing it.
130
131 2000-05-29 Gerd Moellmann <gerd@gnu.org>
132
133 * dabbrev.el (dabbrev-expand): Don't display messages in the
134 echo area if the minibuffer window is active.
135
136 * jit-lock.el (jit-lock-mode): Add after change function to
137 local hook.
138
139 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
140
141 * antlr-mode.el: New commands: hide/unhide actions,
142 upcase/downcase literals.
143 (antlr-tiny-action-length): New user option.
144 (antlr-hide-actions): New command. Suggested by
145 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
146 (antlr-mode-map): New binding [C-c C-v].
147 (antlr-mode-menu): New entries.
148 (antlr-downcase-literals): New command.
149 (antlr-upcase-literals): Ditto.
150
151 * antlr-mode.el: Minor changes: indendation, mode-name.
152 (antlr-indent-line): Indent cpp directive at column 0.
153 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
154
155 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
156 (antlr-font-lock-additional-keywords): Workaround for intentional
157 bug in XEmacs version of font-lock.
158 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
159 be used by a smarter version of `buffers-menu-grouping-function'.
160
161 2000-05-29 Gerd Moellmann <gerd@gnu.org>
162
163 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
164 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
165
166 2000-05-29 Kenichi Handa <handa@etl.go.jp>
167
168 * international/encoded-kb.el
169 (encoded-kbd-iso2022-designation-map): Pay attention to that
170 charset-iso-final-char return -1 for eight-bit-control and
171 eight-bit-graphic.
172
173 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
174
175 * speedbar.el (speedbar-use-images, speedbar-update-flag)
176 (speedbar-easymenu-definition-base): Use display-graphic-p where
177 available, instead of window-system.
178
179 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
180
181 * international/codepage.el (cp-coding-system-for-codepage-1): Add
182 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
183 coding systems.
184
185 2000-05-26 Dave Love <fx@gnu.org>
186
187 * disp-table.el (standard-display-underline): Don't use
188 internal-find-face.
189
190 * mail/reporter.el: Maintainer change. Doc fixes.
191 (reporter-version): Deleted.
192
193 * emacs-lisp/elp.el: Maintainer change.
194 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
195
196 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
197
198 * add-log.el (add-change-log-entry): Merge the current entry with the
199 previous one if the previous one is empty.
200
201 2000-05-26 Dave Love <fx@gnu.org>
202
203 * loadhist.el (unload-feature): Fix interactive spec [from
204 lijnzaad@ebi.ac.uk].
205
206 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
207 subr-arity to check primitives.
208 (byte-compile-flush-pending, byte-compile-file-form-progn)
209 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
210 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
211 mapcar.
212
213 2000-05-26 Kenichi Handa <handa@etl.go.jp>
214
215 * international/fontset.el: Set family names of non-latin charsets
216 in default fontset to "*".
217
218 * international/mule-diag.el (print-fontset): Combine family part
219 and registry part of the fontname by "-*-" instead of "-".
220
221 * international/mule-cmds.el (encode-coding-char): Make strings
222 multibyte before calling encode-coding-string.
223
224 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
225
226 * derived.el: Fix keywords.
227 (define-derived-mode): Only define if needed.
228
229 * simple.el (fill-comment, comment-column, comment-start)
230 (comment-start-skip, comment-end, comment-indent-function)
231 (block-comment-start, block-comment-end, indent-for-comment)
232 (set-comment-column, kill-comment, comment-padding, comment-region)
233 (comment-multi-line, indent-new-comment-line): Remove.
234
235 * bindings.el (esc-map): Change ; to comment-dwim and use the new
236 function names for comment operations.
237
238 * newcomment.el: Add abundant autoload cookies.
239 (comment-style): Don't depend on runtime data at compile-time.
240 (comment-indent-hook): Remove.
241 (comment-indent): Check if comment-indent-hook is bound.
242 (comment-region): Docstring fix.
243
244 2000-05-25 Dave Love <fx@gnu.org>
245
246 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
247 byte-code-function-p.
248
249 * mail/rmailsum.el: Add provide.
250
251 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
252
253 * smerge-mode.el (smerge-diff-switches): Don't use list* in
254 defcustom.
255
256 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
257
258 * ediff-diff.el (ediff-exec-process): delete --binary option from
259 non-buffer ediff jobs.
260
261 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
262
263 * hilit-chg.el (highlight-changes-mode): Ask about color or
264 grayscale support, not about window-system.
265
266 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
267 window-system.
268 (ffap-highlight): Always default to t.
269
270 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
271 display-popup-menus-p instead of looking at window-system.
272
273 * disp-table.el (standard-display-g1, standard-display-graphic):
274 Only refuse to use string glyphs on X and MS-Windows.
275
276 * avoid.el: Remove window-system from commentary, suggest to use
277 display-*-p instead.
278
279 * apropos.el (apropos-print): Use display-mouse-p instead of
280 window-system.
281
282 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
283
284 * international/codepage.el (cp-decoding-vector-for-codepage):
285 Fill up unsupported characters with their own codes. From Kenichi
286 Handa.
287
288 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
289
290 * international/mule-diag.el (describe-char-after): Use
291 display-graphic-p instead of window-system, so that this function
292 works on MS-DOS.
293
294 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
295
296 * international/codepage.el (cp-make-coding-systems-for-codepage):
297 Remove the eight-bit-graphic and eight-bit-control charsets from
298 the list of charsets which we convert into `?'.
299
300 2000-05-25 Kenichi Handa <handa@etl.go.jp>
301
302 * international/mule-conf.el: Specify CHARSET-ID explicitely for
303 private charsets.
304 (mule-unicode-0100-24ff, japanese-jisx0213-1,
305 japanese-jisx0213-2): New charsets.
306
307 * international/fontset.el: Setup default fontset for new charsets.
308
309 2000-05-24 Dave Love <fx@gnu.org>
310
311 * info.el (Info-find-node-2): Restructure [following "Vadim
312 S. Solomin" <sovs@uic.nnov.ru>].
313
314 * icomplete.el: Fix header for Finder.
315
316 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
317
318 * rmailout.el (rmail-output-to-rmail-file): Added optional param
319 STAY.
320
321 * rmail.el (rmail-automatic-folder-directives): New user variable.
322 (rmail-show-message): Add call to `rmail-auto-file' during
323 display.
324 (rmail-auto-file): New function.
325
326 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
327
328 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
329 account.
330 (ediff-test-utility,ediff-diff-mandatory-option)
331 (ediff-reset-diff-options): Utilities for proper initialization of
332 ediff-diff-options and ediff-diff3-options on Windows.
333
334 * ediff-init.el (ediff-merge-filename-prefix): New customizable
335 variable.
336
337 * ediff-mult.el (ediff-filegroup-action): Use
338 ediff-merge-filename-prefix.
339
340 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
341
342 * viper-ex.el (ex-write): Set selective display to nil.
343
344 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
345
346 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
347 aliases for hebrew-iso-8bit.
348
349 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
350
351 * woman.el: New version from Francis J. Wright
352 <F.J.Wright@Maths.QMW.ac.uk>.
353 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
354 names in environment variables regardless of the path separator.
355 (woman-topic-all-completions-1): Don't call file-name-directory-p
356 on all files, since woman-file-regexp already filters out any
357 directories.
358
359 2000-05-24 Kenichi Handa <handa@etl.go.jp>
360
361 * international/quail.el (quail-start-translation): Don't change
362 modified-p of the current buffer.
363 (quail-start-conversion): Likewise.
364
365 * international/kkc.el (kkc-region): Don't change modified-p of
366 the current buffer.
367
368 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
369 conform to RFC1468.
370 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
371
372 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
373
374 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
375 (speedbar-insert-button): Invisible text property fix.
376 (speedbar-directory-plus): Renamed from speedbar-directory-+
377 (speedbar-directory-minus): Renamed from speedbar-directory--
378 (speedbar-page-plus): Renamed from speedbar-file-+
379 (speedbar-page-minus): Renamed from speedbar-file--
380 (speedbar-page): Renamed from speedbar-file-
381 (speedbar-tag): Renamed from speedbar-tag-
382 (speedbar-tag-plus): Renamed from speedbar-tag-+
383 (speedbar-tag-minus): Renamed from speedbar-tag--
384 (speedbar-expand-image-button-alist): Use above renames.
385
386 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
387 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
388 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
389 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
390 * sb-pg.xpm: Renamed from sb-file.xpm
391 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
392 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
393
394 2000-05-24 Kenichi Handa <handa@etl.go.jp>
395
396 * international/quail.el (quail-show-guidance-buf): Set
397 current-input-method of the guidance buffer to the name of the
398 curren input method.
399
400 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
401
402 * progmodes/compile.el (compile-internal): Style typo.
403
404 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
405 quote vars and functions in the docstring.
406
407 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
408
409 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
410 Don't quote lambdas.
411
412 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
413
414 2000-05-23 Gerd Moellmann <gerd@gnu.org>
415
416 * startup.el (command-line): Determine source file of compiled
417 user init file differently. Warn if compiled user init file
418 is older than its source file.
419
420 * ffap.el (ffap-url-regexp): Add `https'.
421
422 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * files.el (make-backup-file-name-1): Replace slashes with `!'
425 rather than `|' (which is not allowed on Windows). Replace the
426 drive letters with a string "drive_X".
427
428 2000-05-23 Gerd Moellmann <gerd@gnu.org>
429
430 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
431
432 * files.el (interpreter-mode-alist): Add `bash2'.
433
434 2000-05-22 Dave Love <fx@gnu.org>
435
436 * loadhist.el (feature-symbols, file-provides, file-requires): Use
437 mapc.
438 (feature-file): Avoid calling symbol-name. Doc fix.
439 (file-set-intersect, file-dependents): Use dolist, not mapcar.
440 (loadhist-hook-functions): Add mouse-position-function.
441 (unload-feature): Change uses of mapcar.
442
443 * files.el (parse-colon-path): Doc fix.
444 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
445 (set-auto-mode): Use mapc.
446
447 * complete.el (PC-look-for-include-file): Use :alnum: character
448 class.
449 (partial-completion-mode): Add autoload cookie.
450
451 2000-05-22 Sam Steingold <sds@gnu.org>
452
453 * info.el (Info-fontify-node): Fixed the call to
454 `add-text-properties' (bug introduced on 2000-05-18).
455
456 2000-05-22 Dave Love <fx@gnu.org>
457
458 * bindings.el: Remove debug-ignored-errors set in other files.
459
460 * progmodes/etags.el: Add to debug-ignored-errors.
461 (visit-tags-table-buffer): Clear out buffers holding old tables
462 when making a new list.
463 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
464 mapc.
465
466 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
467 quote keywords.
468 (cmpl-string-case-type): Use character classes.
469
470 * comint.el:
471 * textmodes/ispell.el:
472 * imenu.el:
473 * mail/mh-e.el:
474 * progmodes/compile.el: Add to debug-ignored-errors.
475
476 * dabbrev.el: Add to debug-ignored-errors.
477 (dabbrev-completion): Use mapc.
478
479 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
480
481 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
482 (woman-mapcan, woman-parse-man.conf)
483 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
484 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
485 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
486 path syntax better.
487 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
488 (woman-manpath): Call woman-parse-man.conf.
489 (woman-emulation): New defcustom, defaults to nroff.
490 (woman-font-support): New defconst.
491 (woman-use-symbol-font): New defcustom.
492 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
493 "Emulation".
494 Many functions: Doc fix.
495
496 2000-05-22 Kenichi Handa <handa@etl.go.jp>
497
498 * international/quail.el (quail-simple-translation-keymap): Map
499 128..255 to quail-self-insert-command.
500 (quail-keyboard-layout-alist): Add definition for "pc102-de".
501
502 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
503
504 * help.el (help-manyarg-func-alist): Typo.
505
506 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
507 intervals which makes it heaps simpler.
508
509 * newcomment.el (comment-region-internal): Go back to BEG after quoting
510 the nested comment markers.
511
512 * subr.el (remove-hook): Don't turn the hook's value into a list.
513
514 2000-05-21 Dave Love <fx@gnu.org>
515
516 * edmacro.el (edmacro-parse-keys): Return vector if any elements
517 are invalid characters.
518
519 * international/mule-util.el (detect-coding-with-priority): Use
520 mapc. Remove redundant lambda.
521
522 * international/mule-diag.el (list-non-iso-charset-chars)
523 (describe-fontset): Remove redundant lambda.
524
525 * emulation/crisp.el (brief-mode): New alias.
526
527 * emacs-lisp/ring.el (ring-elements): New function.
528
529 * emacs-lisp/easymenu.el (easy-menu-create-menu)
530 (easy-menu-do-add-item): Use keywordp.
531
532 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
533
534 * replace.el: Doc and error message fixes.
535 (replace-highlight): Use facep, not internal-find-face.
536
537 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
538
539 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
540
541 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
542 (log-edit-insert-changelog): Drop `:' as well.
543
544 * log-view.el: Fix file description.
545 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
546 available.
547 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
548 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
549
550 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
551 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
552 Print a status message if the toggle is called interactively.
553 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
554 for global minor modes and use `defcustom' for them.
555 Use add-minor-mode.
556 (easy-mmode-define-derived-mode): Remove.
557 (define-derived-mode): Fancier default docstring.
558 (easy-mmode-define-navigation): Signal an error rather than (ding).
559
560 * newcomment.el (comment-styles): New `box-multi'.
561 (comment-normalize-vars): Better default for comment-continue to
562 avoid whitespace-only continuations.
563 (comment-search-forward): Always move even in the no-syntax case.
564 (comment-padright): Only obey N if it's only obeyed for padleft.
565 (comment-make-extra-lines): Better handling of empty continuations.
566 Use `=' for the filler if comment-start has only one character.
567 (uncomment-region): Try handling the special `=' filler.
568 (comment-region): Allow LINES even if MULTI is nil.
569 (comment-box): Choose box style based on comment-style.
570
571 2000-05-20 Kenichi Handa <handa@etl.go.jp>
572
573 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
574 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
575
576 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
577
578 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
579 and insert, not subst-char-in-region.
580
581 * international/mule-diag.el (list-character-sets-1): Handle
582 charsets eight-bit-control and eight-bit-graphic.
583 (list-iso-charset-chars): Likewise.
584 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
585 charactes as is. Use indent-to to align characters.
586
587 * international/mule-cmds.el (find-multibyte-characters): Never
588 exclude charsets eight-bit-control and eight-bit-graphic.
589
590 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
591
592 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
593 Don't quote lambdas.
594
595 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
596
597 2000-05-19 Gerd Moellmann <gerd@gnu.org>
598
599 * gud.el (gud-jdb-directories): Doc fix.
600
601 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
602
603 * newcomment.el: New file.
604
605 2000-05-19 Gerd Moellmann <gerd@gnu.org>
606
607 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
608
609 2000-05-18 Andreas Schwab <schwab@suse.de>
610
611 * dired.el (dired-between-files): Also skip lines beginning with
612 `used'.
613
614 2000-05-18 Gerd Moellmann <gerd@gnu.org>
615
616 * msb.el (msb-menu-cond): Add choice `user'.
617
618 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
619
620 * ps-print.el: Compatibility, customization and doc fix.
621 (ps-printer-name-option): Replace defconst by defvar.
622 (ps-postscript-code-directory): XEmacs compatibility.
623 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
624 fix.
625 (ps-user-defined-prologue, ps-print-prologue-header)
626 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
627 compatibility and code fix.
628 (ps-print-background-image, ps-print-background-text):
629 Customization fix.
630 (ps-line-number-start, ps-n-up-on): New vars.
631
632 2000-05-18 Espen Skoglund <esk@ira.uka.de>
633
634 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
635 the indent-comment function to just return the appropriate indent.
636
637 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
638
639 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
640 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
641 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
642
643 2000-05-18 Dave Love <fx@gnu.org>
644
645 * info.el (Info-fontify-node): Add intangible property as well as
646 invisible.
647
648 * calendar/appt.el (appt-make-list): Match all lines of entry.
649 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
650
651 2000-05-18 Kenichi Handa <handa@etl.go.jp>
652
653 * international/mule-diag.el (describe-char-after): Call
654 internal-char-font, not char-font. If internal-char-font returns
655 nil, display "-- none --".
656
657 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
658
659 * image.el (image-type-available-p): Don't reference image-types
660 if it isn't bound.
661
662 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
663
664 * autoarg.el (autoarg-mode): Typo in the :set argument.
665
666 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
667
668 * startup.el (command-line-1): Don't signal an error if the
669 directory for auto-save-list files does not yet exist.
670
671 2000-05-17 Kenichi Handa <handa@etl.go.jp>
672
673 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
674
675 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
676
677 * subr.el (remove-hook): `setq' hook-value, not `set'.
678
679 2000-05-16 Sam Steingold <sds@gnu.org>
680
681 * info.el (debug-ignored-errors): More errors to ignore.
682
683 2000-05-16 Dave Love <fx@gnu.org>
684
685 * cus-edit.el: Don't require cl or easymenu.
686 (custom-variable-prompt): Test standard-value property, not
687 user-variable-p.
688
689 2000-05-16 Sam Steingold <sds@gnu.org>
690
691 * subr.el (add-hook): `setq' hook-value, not `set'.
692
693 2000-05-16 Gerd Moellmann <gerd@gnu.org>
694
695 * startup.el (command-line-1): Mention the FAQ in the startup
696 message.
697
698 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
699
700 * progmodes/compile.el (compilation-parse-errors): Collect
701 `nomessage' regexps last.
702
703 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
704
705 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
706 to the function name.
707
708 2000-05-15 Dave Love <fx@gnu.org>
709
710 * speedbar.el (speedbar-recenter): Typo.
711 (speedbar-expand-line): Make arg optional.
712 (speedbar-mode): Avoid a compiler warning.
713
714 2000-05-15 Gerd Moellmann <gerd@gnu.org>
715
716 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
717 user-specified option string is empty.
718
719 * mouse.el (mouse-yank-at-click): Doc fix.
720
721 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
722
723 * term/internal.el (IT-character-translations): More updates of
724 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
725 documents.
726
727 2000-05-15 Gerd Moellmann <gerd@gnu.org>
728
729 * env.el (getenv): New function, interactively callable.
730 (setenv, getenv): Remove autoload cookies.
731
732 * loadup.el: Load `env'.
733
734 * progmodes/f90.el: Change author's mail address.
735
736 2000-05-14 Dave Love <fx@gnu.org>
737
738 * mail/rmail.el (rmail-show-message-hook): Customize and offer
739 goto-addr as an option.
740
741 * help.el (help-xref-stack): Doc fix.
742 (help-xref-following): New variable.
743 (help-make-xrefs): Use it.
744 (help-xref-go-back): Use position information from stack element.
745 (help-follow): Make position in stack element a pair. Use
746 help-xref-following.
747
748 * autoarg.el: New file.
749
750 * faces.el: Declare more functions obsolete.
751
752 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
753 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
754 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
755 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
756 Remove all the setup-...-environment functions.
757
758 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
759
760 * speedbar.el: Updated the commentary section. xemacs20p now uses
761 >= when detecting. Require `defimage' safely.
762 (speedbar-easymenu-definition-base): Add toggle for images.
763 (speedbar-easymenu-definition-special): Add flush cache & expand.
764 (speedbar-visiting-tag-hook): Set new defaults. Added options.
765 (speedbar-reconfigure-keymaps-hook): New variable.
766 (speedbar-frame-parameters): Updated documentation.
767 (speedbar-use-imenu-flag): Updated custom tag
768 (speedbar-dynamic-tags-function-list): New variable.
769 (speedbar-tag-hierarchy-method): Updated doc & custom.
770 (speedbar-indentation-width, speedbar-indentation-width) New
771 variables.
772 (speedbar-hide-button-brackets-flag): Customizable.
773 (speedbar-vc-indicator): Doc update.
774 (speedbar-ignored-path-expressions): Updated default value.
775 (speedbar-supported-extension-expressions): Updated default value.
776 (speedbar-syntax-table): Remove {} paren status.
777 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
778 as "+". Added overlay aliases.
779 (speedbar-mode): Use `speedbar-mode-line-update' instead of
780 `force-mode-line-update'.
781 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
782 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
783 `mouse-set-point'
784 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
785 (speedbar-item-info-tag-helper): Revamped to handle a wider range
786 of arbitrary text, and new helper functions.
787 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
788 filename finder.
789 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
790 (speedbar-directory-buttons): Update path search/expansion.
791 (speedbar-make-tag-line): Pay attention to
792 `speedbar-indentation-width'. Use more care w/ invisible
793 properties.
794 (speedbar-change-expand-button-char): Call
795 `speedbar-insert-image-button-maybe'.
796 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
797 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
798 (speedbar-trim-words-tag-hierarchy)
799 (speedbar-simple-group-tag-hierarchy): New functions
800 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
801 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
802 functions.
803 (speedbar-mouse-set-point): New function
804 (speedbar-power-click): Updated documentation.
805 (speedbar-line-token, speedbar-goto-this-file): Handle more types
806 of tag prefix text.
807 (speedbar-expand-line, speedbar-contract-line): Make more robust
808 to strange text.
809 (speedbar-expand-line): Takes universal argument to flush the
810 cache.
811 (speedbar-flush-expand-line): New function.
812 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
813 Use new generator insertion method.
814 (speedbar-fetch-dynamic-tags): New function.
815 (speedbar-fetch-dynamic-imenu): Removed code now handled in
816 `speedbar-fetch-dynamic-imenu'.
817 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
818 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
819 "Revert Buffer" menu items.
820 (speedbar-buffer-buttons-engine): Be smarter when creating a
821 filename tag (for expansion purposes.).
822 (speedbar-highlight-one-tag-line,
823 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
824 (speedbar-recenter): New functions.
825 (defimage-speedbar): Image loading abstraction.
826 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
827 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
828 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
829 (speedbar-tag-type, speedbar-tag-mail): New images.
830 (speedbar-expand-image-button-alist): New variable.
831 (speedbar-insert-image-button-maybe): Insert an image over some
832 buttons.
833
834 2000-05-13 Kenichi Handa <handa@etl.go.jp>
835
836 * international/mule-cmds.el (encode-coding-char): An ASCII
837 character is always encodable.
838
839 * international/mule-conf.el: Add more information in descriptions
840 of character sets.
841
842 * international/mule-diag.el (describe-char-after): New function.
843 (describe-font-internal): Adjusted for the change of font-info.
844 (describe-font): Likewise.
845 (print-fontset): Rewritten for the new fontset implementation.
846 (describe-fontset): Include fontset alias names in completion.
847 (list-fontsets): Adjusted for the change of print-fontset.
848
849 * simple.el (what-cursor-position): If DETAIL is non-nil, call
850 describe-char-after instead of displaying the detail in the echo
851 area.
852 (syntax-code-table): Format changed.
853 (string-to-syntax): Adjusted for the above change.
854
855 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
856
857 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
858
859 2000-05-12 Dave Love <fx@gnu.org>
860
861 * calendar/todo-mode.el: Remove some compatibility stuff and CL
862 dependence. Use line-{beginning,end}-position, not
863 point-at{b,e}ol. Some doc fixes.
864 (todo-position): New function. Fix callers of position to use it.
865 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
866
867 2000-05-12 Gerd Moellmann <gerd@gnu.org>
868
869 * time.el (display-time-mail-icon): Use `:ascent center'.
870
871 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
872 handling FTP security extensions.
873
874 2000-05-11 Dave Love <fx@gnu.org>
875
876 * calendar/todo-mode.el: New file.
877
878 2000-05-11 Gerd Moellmann <gerd@gnu.org>
879
880 * comint.el (comint-read-input-ring): Move reference to
881 comint-input-ring-size outside of the save-excursion. It was
882 causing the default value to be the only one ever seen.
883
884 * font-lock.el: Update copyright. Remove Simon Marshall's email
885 address on request from him.
886
887 * subr.el (substitute-key-definition): Add comment describing
888 the meaning of PREFIX.
889
890 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
891
892 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
893
894 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
895 (add-minor-mode): Don't make the variable buffer-local and add a
896 reference to define-minor-mode in the docstring.
897
898 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
899 HEADER/FOOTER and fix bug with trailing empty directory.
900 (cvs-append-to-ignore): Use vc-editable-p if available.
901 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
902 (vc-do-command): Tweak advice to handle the new VC.
903
904 * log-view.el (log-view-goto-rev): New function for the new VC.
905 (log-view-minor-wrap): Use mark-active.
906
907 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
908 (log-edit-changelog-full-paragraphs): New var.
909 (log-edit-insert-changelog): Remove a lonely leading `* file'.
910 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
911 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
912 (log-edit-changelog-ours-p, log-edit-changelog-entries)
913 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
914 Replace the `cvs' prefix with `log-edit'.
915
916 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
917
918 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
919 (diff-font-lock-defaults): Explicitly turn off multiline.
920 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
921 (diff-ediff-patch): Fix call to ediff-patch-file.
922 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
923 Handle comments.
924
925 * frame.el (automatic-hscrolling): Typo.
926
927 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
928
929 2000-05-09 Sam Steingold <sds@goems.com>
930
931 * apropos.el (apropos-print): use `describe-face' instead of
932 `customize-face-other-window'.
933
934 2000-05-09 Dave Love <fx@gnu.org>
935
936 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
937
938 * help.el (describe-variable): Have customize button pop the
939 help-xref stack when invoked.
940 (help-xref-symbol-regexp): Add `face'.
941 (help-make-xrefs): Check for quoted face names and adapt regexp
942 submatch numbers to cope.
943 (help-xref-interned): Maybe insert face doc too. Separate
944 sections with a line of hyphens.
945
946 * faces.el: Some doc fixes. Declare some functions obsolete.
947 (describe-face): Add customize button. Return the help
948 text. Fix prompt.
949
950 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * term/internal.el (IT-character-translations): Fix last change.
953
954 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
955
956 * woman.el: New file
957 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
958
959 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
960
961 * term/internal.el (IT-character-translations): Update ASCII
962 simulations for greek-iso8859-7, add latin-iso8859-14 and
963 latin-iso8859-15.
964
965 * international/mule-cmds.el (set-language-info-alist): Call
966 define-prefix-command with 3 arguments, to make the map suitable
967 for a menu.
968
969 2000-05-07 Dave Love <fx@gnu.org>
970
971 * time.el: Small doc fixes from Pavel Janík ml..
972
973 2000-05-05 Dave Love <fx@gnu.org>
974
975 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
976 list in doc string. Don't quote keyword symbols.
977 * emacs-lisp/cl.el: Likewise
978 * emacs-lisp/cl-seq.el: Likewise
979
980 2000-05-05 Gerd Moellmann <gerd@gnu.org>
981
982 * abbrev.el (abbrev-mode): Make ARG optional.
983
984 2000-05-04 Gerd Moellmann <gerd@gnu.org>
985
986 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
987
988 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
989
990 * subr.el (substitute-key-definition): Clarify documentation.
991
992 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
993
994 * glasses.el (glasses-convert-to-unreadable): Use
995 `glasses-separator' instead of the hard-wired "_".
996 (glasses-mode): Call `glasses-make-unreadable' only in a single
997 place.
998
999 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * term/internal.el (cjk-codepages-alist): Add associations for
1002 Chinese and Korean codepages. Remove FIXME comment.
1003
1004 2000-05-03 Dave Love <fx@gnu.org>
1005
1006 * time.el (display-time-mail-face, display-time-use-mail-icon):
1007 New option.
1008 (display-time-mail-icon): New variable.
1009 (display-time-string-forms): Use the above. Fix the local-map.
1010
1011 2000-05-03 Gerd Moellmann <gerd@gnu.org>
1012
1013 * replace.el (query-replace-map): Add binding for `E'.
1014 (query-replace-help): Extend help text.
1015 (perform-replace): Allow editing the replacement string.
1016
1017 * make-mode.el (makefile-mode-abbrev-table): New variable.
1018 (makefile-mode): Set local abbrev table to
1019 makefile-mode-abbrev-table.
1020 (makefile-font-lock-keywords): Fontify includes and conditionals.
1021
1022 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
1023 set TOGGLE's value.
1024
1025 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
1026 mail-interactive-insert-alias.
1027 (mail-abbrev-complete-alias): New command.
1028 (mail-mode-map): Bind it to `M-TAB'.
1029
1030 2000-05-03 Kenichi Handa <handa@etl.go.jp>
1031
1032 * language/lao-util.el (lao-compose-region): New function.
1033
1034 2000-05-02 Gerd Moellmann <gerd@gnu.org>
1035
1036 * files.el (recover-session): Make directories as necessary
1037 if they don't exist yet.
1038
1039 * calendar/cal-french.el
1040 (french-calendar-multibyte-special-days-array)
1041 (french-calendar-special-days-array): Change French text.
1042 (calendar-french-date-string): Change output.
1043 (calendar-goto-french-date): Likewise.
1044
1045 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
1046
1047 * wid-edit.el (widget-default-active): Obey `:always-active'.
1048 (widget-documentation-string-value-create): Set `:always-active'.
1049
1050 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
1053 default prefix to `~/_emacs.d/auto-save.list/_s'.
1054 (normal-top-level): Create the directory for auto-save files, if
1055 it doesn't already exist (in the ms-dos case only).
1056
1057 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
1058
1059 * international/mule-cmds.el (set-language-environment): Don't
1060 concat an integer (dos-codepage), use format instead.
1061
1062 2000-05-02 Dave Love <fx@gnu.org>
1063
1064 * help.el (help-xref-on-pp): Check for constant symbols.
1065
1066 2000-04-29 Gerd Moellmann <gerd@gnu.org>
1067
1068 * startup.el (normal-top-level): Put a condition-case around
1069 the code loading subdirs.el.
1070
1071 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1072
1073 * ps-print.el: Upside-down and face background color printing,
1074 line number step, doc fix.
1075 (ps-print-version): New version number (5.2).
1076 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
1077 (ps-face-attribute-list, ps-plot-with-face): Code fix.
1078 (ps-spool-config): Var fix.
1079 (ps-printer-name-option): Const fix.
1080 (ps-print-upside-down, ps-use-face-background)
1081 (ps-line-number-step): New vars.
1082 (ps-window-system, ps-lp-system): New consts.
1083 (ps-face-background): New fun.
1084
1085 2000-04-28 Richard Stallman <rms@gnu.org>
1086
1087 * files.el (make-auto-save-file-name):
1088 Apply auto-save-file-name-transforms to visited file name
1089 before generating auto save file name.
1090 (auto-save-file-name-transforms): New variable.
1091
1092 * files.el (backup-enable-predicate):
1093 Correctly test for a file under a temporary directory.
1094
1095 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1096
1097 * subr.el (add-minor-mode): Rewritten.
1098
1099 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1100
1101 * mail/sendmail.el (sendmail-send-it): Set
1102 buffer-file-coding-system to the selected coding system for MIME
1103 header.
1104
1105 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1106
1107 * dired.el (dired-move-to-filename-regexp): Allow format where
1108 YYYY is followed by two spaces.
1109
1110 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1111 in the second character class of the regexp.
1112
1113 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1114 mh-etc, too.
1115
1116 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1117 nil.
1118
1119 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1120
1121 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1122 argument.
1123
1124 2000-04-27 Sen Nagata <sen@eccosys.com>
1125
1126 * emacs-lisp/crm.el (crm-completion-table): New variable.
1127 (crm-collection-fn, crm-test-completion)
1128 (completing-read-multiple): Use it.
1129
1130 2000-04-27 Dave Love <fx@gnu.org>
1131
1132 * help.el (locate-library): Use mapc.
1133 (help-manyarg-func-alist): Add call-process-region.
1134
1135 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1136
1137 * subr.el (add-minor-mode): Make argument MAP optional.
1138
1139 * desktop.el (desktop-save): Save list of minor modes.
1140 (desktop-create-buffer): Restore minor modes.
1141 (desktop-minor-mode-table): New user-option.
1142
1143 * subr.el (add-minor-mode): New function.
1144
1145 * image.el (find-image): New function.
1146 (defimage): Rewritten to find image at load time.
1147
1148 * startup.el (normal-top-level-add-to-load-path): Handle
1149 case that the default directory is not in load-path.
1150
1151 * help.el: Old patch from Stefan Monnier.
1152 (help-xref-on-pp): New function.
1153 (describe-variable): Use it to display xrefs in a symbol's value.
1154
1155 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1156
1157 * cus-edit.el (custom-face): Fix parenthesis.
1158
1159 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1160
1161 * mail/rmail.el (rmail-expunge): When there are no deleted
1162 messages, do nothing.
1163
1164 2000-04-26 Dave Love <fx@gnu.org>
1165
1166 * international/mule-cmds.el (locale-translation-file-name):
1167 Defvar to nil.
1168 (set-locale-environment): Set it here (at runtime).
1169
1170 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1171
1172 * replace.el (perform-replace): Add parameters START and END. Use
1173 them instead of the check for a region in Transient Mark mode.
1174 (query-replace-read-args): Return two more list elements for the
1175 start and end of the region in Transient Mark mode.
1176 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1177 (map-query-replace-regexp, replace-string, replace-regexp): Add
1178 optional last arguments START and END and pass them to
1179 perform-replace.
1180
1181 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1182 form with additional arguments for perform-replace.
1183
1184 * progmodes/etags.el (tags-query-replace): Add parameters START
1185 and END. Construct a form with additional arguments for
1186 perform-replace.
1187
1188 * simple.el (shell-command): Set default directory for "*Shell
1189 Command Output" buffer.
1190
1191 * language/european.el (iso-latin-4): Fix typo.
1192
1193 * emacs-lisp/crm.el: New file.
1194
1195 2000-04-24 Dave Love <fx@gnu.org>
1196
1197 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1198 (Custom-reset-saved, Custom-reset-standard)
1199 (custom-group-value-create, custom-group-set, custom-group-save)
1200 (custom-group-reset-current, custom-group-reset-saved)
1201 (custom-group-reset-standard): Use mapc.
1202 (custom-buffer-create-internal): Disable undo when creating items.
1203 Use mapc.
1204 (custom-face): Avoid redundant lambda.
1205
1206 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1207
1208 * startup.el (auto-save-list-file-prefix): Set default to
1209 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1210
1211 2000-04-24 Sam Steingold <sds@gnu.org>
1212
1213 * time-stamp.el (time-stamp-string-preprocess): Always convert
1214 `field-result' to a string.
1215
1216 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1217
1218 * frame.el (scrolling): New group.
1219 (automatic-hscrolling): New user-option.
1220
1221 * startup.el (command-line-x-option-alist): Add `-lsp' and
1222 `--line-spacing'.
1223
1224 2000-04-19 Dave Love <fx@gnu.org>
1225
1226 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1227 (cl-mapc): Rename from mapc. Fix the funcall.
1228
1229 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1230
1231 * simple.el (clone-indirect-buffer-other-window): New command.
1232 (clone-indirect-buffer): Add optional arg NORECROD.
1233 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1234
1235 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1236
1237 * window.el (count-screen-lines): New function.
1238 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1239 instead of window-buffer-height.
1240
1241 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1242 non-existing variable comint-input-sentinel.
1243 (inferior-lisp-args-to-list): Removed.
1244 (inferior-lisp): Use split-string instead of
1245 inferior-lisp-args-to-list.
1246
1247 * hexl.el (hexl-insert-hex-string): New command.
1248
1249 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1250 instead of concat.
1251
1252 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1253
1254 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1255 at the start of an existing but empty folder.
1256
1257 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1258
1259 * ps-mule.el: Customization fix, doc fix.
1260 (ps-multibyte-buffer): Customization fix.
1261
1262 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1263
1264 * subr.el (read-passwd): Use read-char-exclusive.
1265
1266 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1267
1268 * textmodes/texinfo.el (texinfo-insert-@email)
1269 (texinfo-insert-@emph, texinfo-insert-@quotation)
1270 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1271 (texinfo-mode-map): Add key bindings for them.
1272
1273 * files.el (basic-save-buffer-2): Use a template with `$'
1274 instead of `#' for VMS.
1275
1276 * simple.el (clone-indirect-buffer): New function.
1277
1278 2000-04-16 Stephen Eglen <stephen@gnu.org>
1279
1280 * iswitchb.el (iswitchb-case): New function. If the user input
1281 contains any upper-case characters, the search is made
1282 case-sensitive.
1283
1284 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1287 comment-end.
1288 (texinfo-font-lock-syntactic-keywords): New var.
1289 (texinfo-font-lock-keywords): Remove comment regexp.
1290 (texinfo-insert-block): New function.
1291 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1292 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1293 and font-lock-defaults. Use regexp-opt for outline-regexp.
1294 (texinfo-environments): New var.
1295 (texinfo-environment-regexp): Use regexp-opt and
1296 texinfo-environments.
1297
1298 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1299 ispell-process is bound since this might be eval'd before ispell
1300 is loaded.
1301 (ispell-message): Use a tiny bit less magic and a bit more hard
1302 data to figure out what kind of sc-cite-regexp to use.
1303
1304 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1305
1306 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1307 (insert-cyclic-diary-entry): Unquote the lambda.
1308
1309 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1310
1311 * files.el (backup-enable-predicate): Unquote the lambda.
1312
1313 * cus-edit.el (custom-face, face): Unquote the lambda.
1314
1315 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1316
1317 * ps-print.el: Check for line-beginning-position definition.
1318
1319 * ps-print.el: Fix counting lines in a region.
1320 (ps-print-version): New version number (5.1.5).
1321 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1322 (ps-printing-region): Fun code fix.
1323
1324 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1325
1326 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1327 to file-directory-p.
1328
1329 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1330
1331 * gud.el (gud-jdb-build-source-files-list): Check that directory
1332 exists before calling directory-files.
1333
1334 2000-04-13 Dave Love <fx@gnu.org>
1335
1336 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1337 syntax.
1338
1339 * emacs-lisp/cl-specs.el: Remove when, unless.
1340
1341 * emacs-lisp/cl-extra.el: Don't quote keywords.
1342 (cl-old-mapc): New variable.
1343 (mapc): Use it.
1344 (cl-map-intervals): Use with-current-buffer. Don't check for
1345 next-property-change.
1346 (cl-map-overlays): Use with-current-buffer.
1347 (cl-expt): Remove.
1348 (copy-tree, remprop): Define unconditionally.
1349
1350 * emacs-lisp/cl-compat.el (keywordp): Remove.
1351
1352 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1353 to use keywordp.
1354 (edebug-spec): Enable keywordp.
1355
1356 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1357 string-lessp.
1358
1359 * cus-start.el: Use keywordp.
1360
1361 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1362
1363 * diary-lib.el (include-other-diary-files): Fix the fix of
1364 2000-02-18 by doing a save-excursion.
1365
1366 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1367
1368 * ps-print.el: Customization fix, doc fix.
1369 (ps-print-version): New version number (5.1.4).
1370 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1371 (ps-print-preprint): Adjust code.
1372 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1373 (ps-print-prologue-header, ps-print-control-characters)
1374 (ps-spool-config): Customization fix.
1375
1376 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1377
1378 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1379 converted to the new menu-item format, names silightly changed,
1380 help strings added.
1381
1382 Support for spelling without async subprocesses:
1383
1384 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1385 (ispell-session-buffer): New variables.
1386 (ispell-start-process, ispell-process-status,
1387 ispell-accept-output, ispell-send-string): New functions, for
1388 Ispell invocation when async subprocesses aren't supported.
1389 (ispell-word, ispell-pdict-save, ispell-command-loop,
1390 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1391 to process-send-string with calls to ispell-send-string, and
1392 accept-process-output with ispell-accept-output.
1393 (ispell-init-process): Call ispell-process-status instead of
1394 process-status with.
1395 (ispell-init-process): Call ispell-start-process. Call
1396 ispell-accept-output and ispell-send-string. Don't call
1397 process-kill-without-query and kill-process if they are unbound.
1398 (ispell-async-processp): New function.
1399
1400 2000-04-12 Dave Love <fx@gnu.org>
1401
1402 * info.el: Add debug-ignored-errors.
1403 (Info-mode-menu): Add some items.
1404 (Info-directory): Add autoload cookie.
1405
1406 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1407 Modify `truncate-lines'. Make `describe-language-environment'
1408 always visible and add help. Modify `describe-key' help. Invoke
1409 Info-directory from `info'. New entry `emacs-manual'.
1410
1411 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1412
1413 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1414 propertized-buffer-identification.
1415 (ebrowse-update-member-buffer-mode-line): Likewise.
1416 (ebrowse--mode-strings): Removed.
1417 (ebrowse--mode-line-props): Removed.
1418
1419 * files.el (auto-mode-alist): Add `EBROWSE'.
1420
1421 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1422 space before testing for end of buffer.
1423 (ebrowse-load): Removed.
1424 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1425 (ebrowse-create-tree-buffer): Rewritten.
1426 (ebrowse-tree-mode): Read tree from buffer.
1427
1428 * progmodes/ebrowse-ffh.el: Removed.
1429
1430 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1431
1432 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1433
1434 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1435
1436 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1437 at the wrong place.
1438
1439 2000-04-09 Dave Love <fx@gnu.org>
1440
1441 * files.el (backup-enable-predicate): Use
1442 temporary-file-directory, small-temporary-file-directory.
1443 (make-backup-file-name-function, backup-directory-alist): New
1444 variables.
1445 (make-backup-file-name-1): New function.
1446 (make-backup-file-name): Use it.
1447 (find-backup-file-name): Likewise. Use format for clarity, not
1448 concat.
1449 (file-newest-backup): Use make-backup-file-name.
1450
1451 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1452
1453 * progmodes/ebrowse-ffh.el: New file.
1454
1455 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1456 to ebrowse-ffh.el.
1457 (ebrowse-load): Add autoload.
1458
1459 * finder.el (finder-commentary): Add autoload cookie.
1460
1461 * mail/rfc2368.el: Correct author's email address.
1462
1463 * progmodes/ebrowse.el: New file.
1464
1465 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1466 item help string.
1467 (easy-menu-do-add-item): Ditto.
1468 (easy-menu-define): Extend doc string.
1469
1470 * jit-lock.el (with-buffer-unmodified): Use
1471 restore-buffer-modified-p.
1472 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1473 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1474 with-buffer-unmodified.
1475
1476 2000-04-08 Dave Love <fx@gnu.org>
1477
1478 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1479 unless, when.
1480
1481 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1482
1483 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1484 (viper-flash-search-pattern): No operation when using Emacs
1485 doesn't support face.
1486 Use `viper-put-on-search-overlay'.
1487
1488 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1489
1490 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1491 like C-r.
1492
1493 * progmodes/make-mode.el: Some doc fixes.
1494 (makefile-mode-abbrev-table): New variable.
1495 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1496 (makefile-font-lock-keywords): Fontify includes and conditionals.
1497 (toplevel): Require `dabbrev' and `add-log' when compiling.
1498
1499 * replace.el (perform-replace): Don't move forward one char
1500 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1501 to do that because it leaves point 1 position after the last
1502 replacement, after everything has been replaced.
1503
1504 * jit-lock.el (with-buffer-unmodified): New macro.
1505 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1506 modified state.
1507 (jit-lock-function-1): Extracted from jit-lock-function; not
1508 preserving buffer's modified state.
1509 (jit-lock-function, jit-lock-stealth-fontify): Call
1510 jit-lock-function-1.
1511
1512 * mail/rfc2368.el: Remove supernumerary copyright line.
1513
1514 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1515
1516 * glasses.el: Provide facilities for inserting space before left
1517 parentheses and uncapitalization of identifiers.
1518 (glasses-mode): Try to remove old overlays in all cases.
1519
1520 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1521
1522 * progmodes/compile.el (compile-internal): Display the compilation
1523 buffer in a different frame, if it's already displayed there.
1524
1525 * mail/rfc2368.el: New file.
1526
1527 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1528 header and insert its value as mail body.
1529
1530 * subr.el (member-ignore-case): New function.
1531
1532 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1533 (dabbrev--find-expansion): Ignore buffers matching a regexp
1534 from dabbrev-ignored-regexps.
1535
1536 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1537 to extensions handled by gzip.
1538
1539 2000-04-03 Richard M. Stallman <rms@gnu.org>
1540
1541 * files.el (insert-directory): List the total free space
1542 along with the used space.
1543
1544 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1545 line is followed by one that matches CITATION-REGEXP, end the
1546 paragraph.
1547
1548 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1549
1550 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1551 (rmail-make-basic-summary-line): Use that option.
1552
1553 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1554
1555 * international/mule-cmds.el (encoded-string-description):
1556 Rewritten. Try pretty description for ISO 2022 escape sequences
1557 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1558 for hexadecimal format.
1559
1560 2000-04-01 Dave Love <fx@gnu.org>
1561
1562 * cpp.el: Change customization group to `c' from `C'.
1563
1564 * vcursor.el (vcursor-move): Use display-color-p.
1565
1566 * international/mule-util.el: Provide mule-utils.
1567 (string-to-sequence): Simplify and speed up.
1568
1569 * international/mule.el (make-coding-system): Purecopy doc-string.
1570
1571 * international/mule-cmds.el: Various menu changes.
1572 (describe-specified-language-support): Handle `Default'.
1573 (set-language-info): Purecopy `info'.
1574
1575 2000-03-31 Andrew Innes <andrewi@gnu.org>
1576
1577 * vc.el (vc-backend-diff): Return the correct status if we had to
1578 retry the rcsdiff command without the --brief option.
1579
1580 2000-03-31 Dave Love <fx@gnu.org>
1581
1582 * help.el (help-manyarg-func-alist): Correct several omissions.
1583
1584 * add-log.el: Don't require cl, fortran.
1585 (add-log-current-defun-function): Doc fix.
1586 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1587 fix.
1588 (change-log-version-rcs): Function deleted.
1589 (change-log-version-number-search): Doc fix. Use
1590 vc-workfile-version. Avoid CL dolist.
1591 (add-change-log-entry): Just call add-log-current-defun to get
1592 defun. Simplify somewhat.
1593 (change-log-get-method-definition-1): Likewise.
1594 (add-log-current-defun): Return nil if calling
1595 add-log-current-defun-function does so. Move Fortran stuff to
1596 fortran.el. Return string without properties.
1597
1598 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1599 and :alpha: char classes.
1600
1601 * mail/supercite.el: Defvar curline when compiling.
1602 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1603 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1604 rather than a-zA-Z0-9 to allow non-ASCII characters.
1605
1606 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1607
1608 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1609
1610 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1611 Re-enable new code.
1612
1613 * lpr.el (print-region-1): Use -d to specify printer name for
1614 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1615
1616 2000-03-31 Dave Love <fx@gnu.org>
1617
1618 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1619 for function definition in symbol's function value slot first
1620 instead of first consulting byte-compile-function-environment.
1621
1622 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1623
1624 * language/european.el ("Polish"): New language environment.
1625 (setup-polish-environment): New function.
1626
1627 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1628
1629 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1630 Disable new code.
1631
1632 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1633 trying to `load' the symbol of an autoload instead of the file
1634 recorded in the autoload. Fix error messages.
1635
1636 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1637
1638 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1639 (ps-print-version): New version number (5.1.3).
1640 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1641 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1642 (ps-generate-postscript-with-faces): Code fix.
1643 (ps-color-values): XEmacs compatibility.
1644 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1645 (ps-default-fg, ps-default-bg): Adjust customization.
1646 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1647 (ps-color-scale): Renaming old ps-color-value fun.
1648 (ps-print-headers): Replace ps-print-header group to avoid conflict
1649 with ps-print-header variable.
1650 (ps-print-miscellany): New group.
1651 (ps-format-color, ps-rgb-color): New funs.
1652 (ps-default-foreground): New var.
1653 (ps-printer-name-option): New const.
1654
1655 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1656
1657 * net/net-utils.el:
1658 (network-connection-host, network-connection-service): New variables
1659 (network-connection-mode): New mode, derived from comint-mode
1660 (network-connection-mode-setup): New function, saves host and
1661 service information in local variables.
1662
1663 * lisp/locate.el:
1664 (locate-word-at-point): Added this function
1665 (locate): Default to using locate-word-at-point as input
1666 Run dired-mode-hook
1667
1668 2000-03-29 Dave Love <fx@gnu.org>
1669
1670 * calendar/appt.el: Doc fixes.
1671 (appt-check): Convert min-to-app to a string before passing to
1672 appt-disp-window-function or concat.
1673 (appt-delete-window): Remove test for frame-root-window.
1674 (appt-select-lowest-window, appt-convert-time): Simplify.
1675
1676 * emacs-lisp/bytecomp.el: Doc fixes.
1677 (byte-compile-file-form-autoload): Update
1678 byte-compile-function-environment.
1679
1680 2000-03-29 Andreas Schwab <schwab@suse.de>
1681
1682 * emacs-lisp/autoload.el: Also print defsubst doc string
1683 specially.
1684
1685 * dired.el (dired-insert-directory): If dired-free-space-program
1686 failed just delete its output.
1687
1688 2000-03-29 Dave Love <fx@gnu.org>
1689
1690 * international/iso-cvt.el: Move provide to end. Doc fixes.
1691 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1692 (iso-iso2sgml, iso-sgml2iso): New functions.
1693 (iso-cvt-define-menu): Fix some entries and use backquote for
1694 clarity.
1695
1696 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1697
1698 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1699
1700 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1701 ISO-DATE. If non-nil, return date in ISO 8601 format.
1702
1703 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1704
1705 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1706 if it ever becomes used.
1707 (log-edit-mode-hook): Default to vc-log-mode-hook.
1708 (log-edit-mode): Fix the docstring.
1709
1710 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1711 the code.
1712
1713 2000-03-26 Dave Love <fx@gnu.org>
1714
1715 * net/browse-url.el (browse-url): Re-fix case of
1716 browse-url-browser-function being an alist.
1717 (browse-url): Add :link to defgroup.
1718
1719 * files.el: Doc fixes.
1720 (file-truename): Include `[' in wildcard characters.
1721 (automount-dir-prefix): Customize.
1722 (find-file-wildcards): Add :version.
1723 (find-file-noselect): Simplify a mapcar call.
1724
1725 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1726 compatible with inf-lisp version.
1727 (eval-defun-1): Fix custom-declare-variable case.
1728
1729 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1730
1731 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1732
1733 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1734
1735 * Makefile (COMPILE_FIRST): New macro.
1736 (compile-files): Compile files from COMPILE_FIRST first.
1737
1738 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1739 code.
1740
1741 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1742 matching open parenthesis in column 0 to defun-prompt-regexp
1743 only if open-paren-in-column-0-is-defun-start is set.
1744
1745 * sun-curs.el: Require CL at compile-time only.
1746
1747 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1748 instead of copy-list which is a function from CL.
1749 (msb--choose-menu, msb--mode-menu-cond)
1750 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1751 (msb--init-file-alist): Use mapcar instead of mapcan.
1752 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1753 `(' in column 0 in doc string.
1754 (msb--add-separators): Use mapcar instead of mapcan.
1755
1756 * cus-dep.el: Require CL at compile-time only.
1757
1758 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1759
1760 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1761 (byte-compile-warnings): New warning `noruntime'.
1762 (byte-compile-constants, byte-compile-variables): Fix docstring.
1763 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1764 execute `eval-whenc-compile's body.
1765 (byte-compile-unresolved-functions): Fix docstring.
1766 (byte-compile-eval): New function.
1767 (byte-compile-callargs-warn): Check if the function will be available
1768 at runtime (via property `byte-compile-noruntime').
1769 (byte-compile-print-syms): New function.
1770 (byte-compile-warn-about-unresolved-functions): Also warn about
1771 `noruntime' functions (and use `byte-compile-print-syms').
1772 (byte-compile-file): Capitalize the message.
1773
1774 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1775
1776 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1777 (rmail-expunge): Ask for confirmation depending on the setting
1778 of rmail-confirm-expunge.
1779
1780 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1781
1782 * Makefile (bootstrap-clean): If $(emacs) exists, build
1783 loaddefs.el first. A loaddefs.el that's not up-to-date might
1784 cause a bootstrap failure because things don't autoload as
1785 expected.
1786
1787 2000-03-23 Dave Love <fx@gnu.org>
1788
1789 * net/browse-url.el: Restore previous use of
1790 browse-url-maybe-new-window.
1791
1792 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1793
1794 * ps-print.el: Skip banner page fix.
1795 (ps-print-version): New version number (5.1.2).
1796 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1797
1798 2000-03-23 Dave Pearson <davep@davep.org>
1799
1800 * net/quickurl.el Changed the type of parameter passed to the
1801 function defined by `quickurl-format-function'. Before only the
1802 text of the URL was passed. Now the whole URL structure is passed
1803 and the function is responsible for extracting the parts it
1804 requires. Changed the default of `quickurl-format-function'
1805 accordingly.
1806 (quickurl-insert): Changed the `funcall' of
1807 `quickurl-format-function' to match the above change.
1808 (quickurl-list-insert): Changed the `url' case so that it makes
1809 use of `quickurl-format-function', previous to this the format was
1810 hard wired.
1811
1812 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1813
1814 * startup.el: Change some spellings for the X Window System.
1815
1816 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1817
1818 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1819 up the code and the regexp and make sure the cursor is temporarily
1820 moved to the suspicious line while querying the user.
1821
1822 2000-03-22 Jason Rumney <jasonr@gnu.org>
1823
1824 * w32-fns.el (w32-charset-info-alist): Initialize.
1825
1826 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1827
1828 * ps-print.el: N-up last page fix.
1829 (ps-print-version): New version number (5.1.1).
1830 (ps-end-file, ps-end-job, ps-generate): Code fix.
1831
1832 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1833
1834 * files.el (find-file-run-dired): Update docstring.
1835 (find-directory-functions): New hook.
1836 (find-file-noselect): Run find-directory-functions rather than
1837 calling dired directly.
1838
1839 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1840
1841 * pcvs.el: Add a minimal leading commentary.
1842 (cvs-make-cvs-buffer): Change the header part by removing the startup
1843 message and adding a `Module' entry. Also replace the FOOTER and
1844 HEADER special fileinfos with the new support in ewoc for updating
1845 its own footer and header.
1846 (cvs-update-header): Update to use the header/footer of the ewoc.
1847 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1848 (cvs-is-within-p): New function.
1849 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1850 to only examine some subset of the buffers.
1851
1852 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1853 `format' instead of our own ad-hoc functions.
1854 Remove HEADER and FOOTER cases, now handled in the EWOC.
1855 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1856
1857 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1858 output to avoid scaring the user.
1859 (cvs-parse-table): Catch message for non-up-to-date commits.
1860
1861 * pcvs-defs.el (cvs-startup-message): Remove.
1862 (cvs-global-menu): New autoloaded menu.
1863
1864 * pcvs-util.el (cvs-string-fill): Remove.
1865
1866 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1867 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1868 PP part of it and also make it work for footers and headers.
1869 (ewoc-create): Drop POS and BUFFER arguments.
1870 Use the DLL's dummy node to store the end-of-footer position.
1871 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1872 (ewoc-refresh): Remove unused `header' variable.
1873 (ewoc-(get|set)-hf): New functions.
1874
1875 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1876 log-view-*-(message|file) and use easy-mmode-define-navigation.
1877 (log-view-message-re): Match SCCS format as well.
1878 And match the revision line rather than the dashed separator line.
1879 (log-view-mode): Use the new define-derived-mode.
1880 (log-view-current-tag): Fill in with an actual implementation.
1881
1882 * cvs-status.el (cvs-status-(prev|next)): Rename from
1883 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1884 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1885 to let the output "breathe" a little more (more readable).
1886 (cvs-status-mode): Use the new define-derived-mode.
1887
1888 * smerge-mode.el (smerge-auto-leave): New function and variable.
1889 (smerge-basic-map): Rename from smerge-basic-keymap.
1890 Change the bindings for smerge-diff-*.
1891 (smerge-*-map): Use easy-mmode-defmap.
1892 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1893 (smerge-keep-*): Use smerge-auto-leave.
1894
1895 2000-03-21 Jason Rumney <jasonr@gnu.org>
1896
1897 * cus-edit.el (custom-button-face): Use 3D look for w32.
1898 (custom-button-pressed-face): Likewise.
1899
1900 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1901
1902 * progmodes/etags.el (tags-case-fold-search): New user-option.
1903 (tags-loop-eval): New function. Bind case-fold-search around eval
1904 depending on the value of tags-case-fold-search.
1905 (tags-loop-continue): Use tags-loop-eval.
1906 (find-tag-in-order): Bind case-fold-search depending on the value
1907 of tags-case-fold-search.
1908
1909 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1910
1911 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1912 (diff-end-of-hunk): Return the end position for use in
1913 `easy-mmode-define-navigation'.
1914 (diff-recenter): Remove.
1915 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1916 of `easy-mmode-define-navigation'.
1917 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1918 previous renaming) and fix to use new names.
1919 (diff-merge-strings): Use \n as separator: simpler, faster.
1920 (diff-mode): Use `define-derived-mode'.
1921
1922 * derived.el (define-derived-mode): Don't autoload anymore.
1923 Prefer the macro-only version provided by easy-mmode.el.
1924
1925 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1926 `easy-mmode-define-derived-mode'.
1927 Use `combine-run-hooks'.
1928 (easy-mmode-define-navigation): New macro.
1929
1930 * subr.el (combine-run-hooks): New function.
1931
1932 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1933
1934 * term/x-win.el: Fontsets related initialization is simplified.
1935
1936 * international/mule-diag.el (describe-font): Don't refer to
1937 global-fontset-alist, instead call font-list.
1938 (describe-fontset, list-fontsets, mule-diag): Likewise.
1939 (print-fontset): Adjusted for the change of fontset
1940 implementation.
1941
1942 * international/fontset.el (x-charset-registries): Variable
1943 removed, instead the corresponding data is stored in the default
1944 fontset.
1945 (register-alternate-fontnames): Function removed.
1946 (resolved-ascii-font): Variable removed.
1947 (x-compose-font-name): Ignore the second argument REDOCE.
1948 (x-complement-fontset-spec): Complement only an ASCII font and
1949 element for those charsets than can use that ASCII font.
1950 (generate-fontset-menu): Don't refer to global-fontset-alist,
1951 instead call fontset-list.
1952 (uninstantiated-fontset-alist): Variable removed.
1953 (x-style-funcs-alist): Likewise.
1954 (fontset-default-styles): Likewise.
1955 (x-modify-font-name): Function removed.
1956 (create-fontset-from-fontset-spec): Ignore the argument
1957 STYLE-VARIANT.
1958 (create-fontset-from-ascii-font): Docsting adjusted for the above
1959 change.
1960 (instantiate-fontset, resolve-fontset-name): Functions removed.
1961 (fontset-list): Now implemented by C code.
1962
1963 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1964 (describe-face): Include `font' attribute in the description.
1965
1966 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1967
1968 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1969
1970 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1971
1972 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1973 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1974 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1975
1976 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1977 about behavior of set-buffer-modified-p wrt redisplay.
1978
1979 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1980
1981 * view.el (view-mode-disable): Kill local binding of view-read-only.
1982
1983 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1984
1985 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1986 is a string, convert it to a syntax cell using string-to-syntax.
1987
1988 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1989 (string-to-syntax): New function.
1990
1991 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1992 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1993 try to use passive ftp mode.
1994
1995 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1996
1997 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1998
1999 * simple.el (append-to-buffer): Update point of windows after
2000 insertion.
2001
2002 * abbrev.el (inverse-add-abbrev): Identify word by first moving
2003 forward then moving backward. Reindent.
2004
2005 * frame.el (other-frame): Call x-focus-frame only if
2006 focus-follows-mouse is off.
2007
2008 2000-03-17 Dave Love <fx@gnu.org>
2009
2010 * pcvs-util.el (cvs-strings->string): Rename
2011 replace-regexps-in-string.
2012
2013 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
2014
2015 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
2016 regexp for labels cannot span several lines.
2017
2018 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
2019 `(setq :<key> ':<key>)' to the macro expansion.
2020
2021 2000-03-16 Dave Love <fx@gnu.org>
2022
2023 * progmodes/f90.el (f90): Put custom group under `languages', not
2024 `fortran'.
2025 (f90-mode-hook): Customize.
2026 (f90-mode): Set add-log-current-defun-function.
2027 (f90-current-defun): New function.
2028
2029 2000-03-16 Gerd Moellmann <gerd@gnu.org>
2030
2031 * cus-edit.el (custom-variable-tag-face): Handle case that
2032 default face's height is not a number.
2033 (custom-face-tag-face, custom-group-tag-face-1)
2034 (custom-group-tag-face): Ditto.
2035 (custom-group-tag-face-1): Add :group.
2036
2037 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
2038
2039 2000-03-15 Gerd Moellmann <gerd@gnu.org>
2040
2041 * pcvs-defs.el (toplevel): Remove autoload cookie for form
2042 requiring easymenu.
2043
2044 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2045
2046 * ps-print.el: PostScript user-defined prologue, PostScript error
2047 handler, doc fix.
2048 (ps-print-version): New version number (5.1).
2049 (ps-user-defined-prologue, ps-error-handler-message)
2050 (ps-print-prologue-0, ps-error-handler-alist): New vars.
2051 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
2052 (ps-insert-string): New function.
2053
2054 2000-03-15 Kenichi Handa <handa@etl.go.jp>
2055
2056 * international/ccl.el (ccl-compile-expression): Don't generate
2057 invalid self-assignment code.
2058
2059 2000-03-14 Dave Love <fx@gnu.org>
2060
2061 * subr.el (replace-regexp-in-string): Renamed from
2062 replace-regexps-in-string. Doc fix.
2063
2064 2000-03-12 Dave Love <fx@gnu.org>
2065
2066 * cus-edit.el: Doc fixes.
2067 (customize-set-variable, customize-save-variable): Rename args for
2068 doc.
2069 (custom-variable-tag-face, custom-face-tag-face)
2070 (custom-group-tag-face-1, custom-group-tag-face): Modify from
2071 style which user identify as hyperlink.
2072 (hook): Don't add undefined functions to the hook.
2073 (debug-ignored-errors): Transfer message from bindings.el.
2074
2075 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2076
2077 * recentf.el (recentf-keep-non-readable-files-p): Remove
2078 double/nested definition.
2079
2080 2000-03-12 Dave Love <fx@gnu.org>
2081
2082 * facemenu.el (facemenu-get-face): Use display-color-p.
2083 * enriched.el (enriched-decode-foreground): Likewise.
2084 (enriched-decode-background): Likewise.
2085 * isearch.el (isearch-highlight): Likewise.
2086 * info-look.el (info-lookup): Likewise.
2087 * simple.el (completion-setup-function): Likewise.
2088
2089 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2090 :options.
2091
2092 * bindings.el (mode-line-format): Fix line-number and
2093 column-number items. Add help-echo for the background.
2094 (mode-line-mule-info): Modify help-echo.
2095
2096 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2097 defcustom.
2098
2099 * files.el (load-file): Allow completion to .elc.
2100
2101 * man.el: Doc fixes.
2102 (Man-init-defvars): Use display-color-p to set fontification.
2103
2104 * play/hanoi.el (hanoi-internal): Don't use oddp.
2105
2106 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2107
2108 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2109
2110 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2111
2112 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2113
2114 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2115 Fix comment.
2116
2117 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2118
2119 * font-lock.el (font-lock-keywords): Fix the doc now that
2120 regexp-opt-depth is unnecessary.
2121 (save-buffer-state): Set an edebug spec.
2122 (font-lock-fontify-anchored-keywords): Properly handle the case when
2123 the matcher goes past the limit.
2124
2125 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2126 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2127
2128 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2129 dll.el and cookie.el (from Elib) with heavy renaming and other
2130 massaging.
2131
2132 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2133 Autoload the functions used.
2134 (easy-mmode-define-syntax): Fix CL typo.
2135 (easy-mmode-define-derived-mode): Improve the docstring generation.
2136
2137 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2138
2139 * textmodes/texinfo.el (texinfo-version): Variable and function
2140 removed.
2141
2142 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2143
2144 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2145 allow more flexibility.
2146 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2147 fns.
2148 (easy-mmode-defmap, easy-mmode-defsyntax)
2149 (easy-mmode-define-derived-mode): New macros.
2150
2151 2000-03-09 Didier Verna <didier@xemacs.org>
2152
2153 * rect.el (replace-rectangle): New function.
2154
2155 2000-03-09 Dave Love <fx@gnu.org>
2156
2157 * progmodes/fortran.el (fortran-comment-line-start): Define as
2158 "C".
2159 (fortran-comment-line-start-skip): Don't match cpp stuff.
2160 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2161 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2162 (fortran-mode): Don't set fortran-comment-line-start-skip,
2163 fortran-comment-line-start here. Set comment-start,
2164 add-log-current-defun.
2165 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2166 (fortran-current-defun): New function.
2167
2168 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2169
2170 * emacs-lisp/re-builder.el: New file.
2171
2172 * mouse.el (mouse-drag-region): Don't run up-event handler
2173 if hscroll has changed.
2174
2175 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2176 builtin operators, use `font-lock-builtin-face' for Emacs and
2177 `font-lock-preprocessor-face' otherwise.
2178
2179 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2180 `(defun (setf foo)' differently.
2181
2182 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2183
2184 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2185 (regexp-opt): Update comment and adapt the code the new meaning of
2186 the `paren' argument of regex-opt-group for shy-groups.
2187 (regexp-opt-depth): Handle shy groups as well as backslashed
2188 backslashes.
2189 (regexp-opt-group): Turn the leading comment into a docstring.
2190 Allow `paren' to be a string (the string to use to open a group).
2191 Remove open-presuf and close-presuf. Instead of checking for `all
2192 one-char' and then later on check for `several one-char', handle
2193 both cases close together. Also apply a more generic algorithm
2194 for suffixes (the mirror image of the algorithm used for
2195 prefixes). Use shy-groups. Use nreverse rather than reverse.
2196 (regexp-opt-try-suffix): Removed.
2197
2198 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2199 from comint-mode-map, so we can just inherit from it. Also, move
2200 the initialization into the `defvar' since there's no docstring
2201 anyway and it's fairly short.
2202 (inferior-scheme-mode): Define it as derived-mode: the code is
2203 shorter and this way we inherit from comint-mode-map rather than
2204 copying it.
2205
2206 * subr.el (replace-regexps-in-string): Properly handle the case
2207 where we match an empty string.
2208
2209 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2210 when the command has a directory component (such as "./testml").
2211 Also fix a typo in the comment.
2212
2213 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2214
2215 * Makefile (compile-files): Compile files one by one because
2216 that's the only way to ensure a clean compilation environment for
2217 each individual file.
2218
2219 * frame.el (other-frame): Call x-focus-frame.
2220
2221 2000-03-07 Dave Love <fx@gnu.org>
2222
2223 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2224 :require to defcustom.
2225
2226 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2227 lists.
2228
2229 * files.el (auto-mode-alist): Add configure.in.
2230
2231 * progmodes/autoconf.el: New file.
2232
2233 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2234
2235 * mail/mh-e.el: Change maintainer to `none'.
2236
2237 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2238 to remove-hook and add-hook.
2239
2240 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2241
2242 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2243 it as the default.
2244 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2245 (sendmail-send-it): Conditionally add MIME headers specifying the
2246 used character set.
2247
2248 2000-03-07 Dave Love <fx@gnu.org>
2249
2250 * winner.el: Fix keywords, autoload cookies. Split
2251 eval-when-compile form to avoid compilation failure.
2252
2253 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2254
2255 * international/mule.el: Modify comment about coding system
2256 property `coding-category'.
2257 (make-coding-system): New argument EOL-TYPE. Pay attention to
2258 coding-category property of PROPERTIES.
2259
2260 * international/mule-conf.el (coding-category-utf-8,
2261 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2262 categories. Include them in the argument for set-coding-priority.
2263
2264 * international/mule-cmds.el (reset-language-environment): Include
2265 coding-category-utf-8, coding-category-utf-16-be, and
2266 coding-category-utf-16-le in the argument for set-coding-priority.
2267 (reset-language-environment): Initialize coding-category-utf-8,
2268 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2269
2270 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2271
2272 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2273 code abstracted out of `bookmark-jump-noselect'. Now tries info
2274 extensions as well as compression extensions.
2275 (bookmark-jump-noselect): Use above new func.
2276
2277 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2278
2279 * strokes.el: Change maintainer's mail address.
2280
2281 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2282
2283 * international/mule-diag.el (list-character-sets): Make help-echo
2284 string by substitute-command-keys.
2285 (list-character-sets): Likewise.
2286 (sort-listed-character-sets): Call help-setup-xref.
2287
2288 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2289
2290 * time.el (display-time-mail-file): Add `none' to the list of
2291 choices.
2292
2293 2000-03-01 Dave Love <fx@gnu.org>
2294
2295 * help.el (help-xref-go-back): Don't try to set position.
2296
2297 * international/mule-diag.el (list-character-sets): Call
2298 help-setup-xref. Add help-echo to xrefs.
2299 (list-character-sets-1): Add help-echo to xrefs.
2300
2301 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2302
2303 * frame.el (blink-cursor-mode): Switch cursor on when turning
2304 the mode off.
2305
2306 * add-log.el (add-log-current-defun): Add support for
2307 Autoconf mode.
2308
2309 * mail/rmail.el (rmail-quit-hook): New variable.
2310
2311 2000-03-01 Dave Love <fx@gnu.org>
2312
2313 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2314
2315 * help.el (help-xref-button): Add help-echo arg.
2316 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2317
2318 * faces.el (list-faces-display): Supply help-echo with
2319 help-make-xrefs.
2320
2321 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2322 nil.
2323
2324 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2325
2326 * image.el (defimage): Look for image files in load-path.
2327
2328 * frame.el (busy-cursor-delay-seconds): Change type to
2329 `number'.
2330
2331 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2332
2333 * recentf.el (recentf): Added version tag to the defgroup of
2334 recentf.
2335
2336 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2337
2338 * recentf.el (recentf-cleanup): Changed to remove excluded file
2339 too.
2340 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2341 action to select/unselect a file.
2342 (recentf-edit-list): Code cleanup and improvement.
2343 (recentf-open-more-files-action): `recentf-open-more-files' button
2344 widget action to open a file.
2345 (recentf-open-more-files): No more use standard completion but
2346 widgets.
2347 (recentf-more-collection): Deleted.
2348 (recentf-more-history): Deleted.
2349 (recentf-setup-more-completion): Deleted.
2350
2351 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2352
2353 * recentf.el (recentf-mode): No more needs that Emacs is running
2354 under a window-system.
2355
2356 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2357
2358 * recentf.el (recentf-edit-list): New command to edit the recent
2359 list which allow the user to remove files.
2360 (recentf-edit-selected-items): New global variable, used by
2361 `recentf-edit-list' to hold the list of files to be removed from
2362 the recent list.
2363 (recentf-make-menu-items): Updated to display a "Edit list..."
2364 menu item. Minor code cleanup.
2365
2366 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2367
2368 * recentf.el (recentf-open-more-files): New command to open files
2369 that are not displayed in the menu.
2370 (recentf-more-collection): New global variable holding the set of
2371 permissible completions used by `recentf-open-more-files'.
2372 (recentf-more-history): New global variable holding the history list
2373 used by `recentf-open-more-files' completion.
2374 (recentf-setup-more-completion): New function to setup completion for
2375 `recentf-open-more-files'.
2376 (recentf-make-menu-items): Updated to display a "More..." menu item.
2377
2378 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2379
2380 * recentf.el (recentf-menu-action): Doc fixed.
2381
2382 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2383
2384 * recentf.el (recentf-menu-filter): Doc updated.
2385 (recentf-update-menu-hook): Allow menu filters to force menu update.
2386 (recentf-make-menu-items): New menu filter handling.
2387 (recentf-make-menu-item): New helper function.
2388 (recentf-menu-elements): New menu handling function.
2389 (recentf-sort-ascending): Updated to new menu filter handling.
2390 (recentf-sort-descending): Updated to new menu filter handling.
2391 (recentf-sort-basenames-ascending): New menu filter function.
2392 (recentf-sort-basenames-descending): New menu filter function.
2393 (recentf-show-basenames): New menu filter function.
2394 (recentf-show-basenames-ascending): New menu filter function.
2395 (recentf-show-basenames-descending): New menu filter function.
2396
2397 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2398
2399 * diary-lib.el (list-diary-entries): Don't try to go forward at
2400 the end of the buffer.
2401
2402 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2403
2404 * international/mule-diag.el (list-character-sets): Completely
2405 rewritten.
2406 (sort-listed-character-sets): New function.
2407 (list-character-sets-1): Completely rewritten.
2408 (list-character-sets-2): New function.
2409 (non-iso-charset-alist): New variable.
2410 (decode-codepage-char): New function.
2411 (charset-history): New variable.
2412 (read-charset) (list-block-of-chars)
2413 (list-iso-charset-chars)
2414 (list-non-iso-charset-chars)
2415 (list-charset-chars): New functions.
2416 (mule-diag): Call list-character-sets-2, not
2417 list-character-sets-2.
2418 (dump-charsets): Likewise.
2419
2420 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2421
2422 * dired-x.el (dired-filename-at-point): Add `@' to valid
2423 file name characters.
2424 (dired-filename-at-point): Handle ange-ftp file names.
2425
2426 * frame.el (frame-notice-user-settings): Use assq-delete-all
2427 instead of assoc-delete-all.
2428 (frame-notice-user-settings): Ditto.
2429
2430 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2431 Don't copy alist.
2432
2433 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2434
2435 * calculator.el (calculator-use-menu): New option.
2436 (calculator-initial-bindings): Changed some bindings to work as
2437 macros.
2438 (calculator-forced-input): Removed.
2439 (calculator-restart-other-mode): New variable.
2440 (calculator-mode-map): Set up menu.
2441
2442 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2443
2444 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2445 tags.
2446
2447 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2448
2449 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2450 translate all ESC key sequences.
2451 (viper-goto-mark-subr): restore markers for files for which
2452 they were saved.
2453 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2454 * viper-util.el (viper-set-replace-overlay-glyphs,
2455 viper-set-replace-overlay): always check if the replacement
2456 overlay is live.
2457 * viper.el (viper-vi-state-mode-list): added major modes.
2458 * ediff-wind.el: minor comment changes.
2459 * ediff.el: copyright notice date fix.
2460
2461 2000-02-27 Jason Rumney <jasonr@gnu.org>
2462
2463 * faces.el (face-font-family-alternatives): Add arial to helv.
2464 (mode-line, header-line, tool-bar): Same default as x for w32.
2465 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2466 face-font-family-alternatives from working.
2467 * term/w32-win.el (mouse-set-font): Do not build fontset from
2468 chosen font.
2469
2470 2000-02-25 Sam Steingold <sds@goems.com>
2471
2472 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2473 properly.
2474
2475 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2476
2477 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2478
2479 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2480
2481 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2482 writable.
2483
2484 * frame.el (busy-cursor-delay-seconds): New option.
2485
2486 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2487
2488 * frame.el (show-cursor-in-non-selected-windows): New option.
2489
2490 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2491
2492 * diary-lib.el (include-other-diary-files): Undo the selective
2493 display in any included file and don't kill it.
2494
2495 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2496
2497 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2498 bar. Menu items converted to (menu-item format, help strings
2499 added.
2500 [downcase, upcase]: Don't enable on MS-DOS.
2501 [symlink, symlinks]: Don't show if make-symbolic-link is not
2502 bound.
2503 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2504
2505 2000-02-23 Dave Love <fx@gnu.org>
2506
2507 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2508 (backward-kill-word): Revert addition of * to interactive spec --
2509 it's a feature.
2510
2511 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2512 (backward-kill-sentence, kill-sentence): Likewise.
2513
2514 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2515 scratch buffer name.
2516 (gud-format-command): Use int-to-string in ?l case. Simplify
2517 slightly.
2518
2519 * term/w32-win.el (internal-face-interactive): Update prompt for
2520 new read-face-name.
2521
2522 * mail/footnote.el (footnote): Add :version to defgroup.
2523 (footnote-section-tag-regexp): Customize.
2524 (footnote-start-tag, footnote-end-tag): New option.
2525 (footnote-latin-regexp): New variable.
2526 (Footnote-latin): New function.
2527 (footnote-style-alist): Add element for latin style.
2528 (footnote-style): Moved.
2529 (Footnote-goto-footnote): Use eq to test arg.
2530
2531 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2532
2533 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2534 (byte-compile-trueconstp): Include keywords.
2535 (byte-optimize-quote, byte-optimize-lapcode): Use
2536 byte-compile-const-symbol-p.
2537 (byte-optimize-char-before): New optimization.
2538
2539 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2540 (byte-compile-const-symbol-p): New function.
2541 (byte-compile-constp, byte-compile-out-toplevel)
2542 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2543 Use it.
2544
2545 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2546
2547 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2548
2549 * international/encoded-kb.el: Be sure to update minor-mode-alist
2550 and minor-mode-map-alist.
2551 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2552 codes SS2 and SS3 correctly.
2553 (encoded-kbd-self-insert-ccl): New function.
2554 (encoded-kbd-setup-keymap): New function.
2555 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2556 by calling encoded-kbd-setup-keymap.
2557
2558 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2559 characters.
2560 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2561 locally.
2562
2563 2000-02-22 Dave Love <fx@gnu.org>
2564
2565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2566 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2567 defvar.
2568 (lisp-mode-syntax-table): Set up for #|...|# comments.
2569 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2570 classes. Match `defface'.
2571 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2572 (eval-defun-1): Fix for defcustom.
2573 (lisp-indent-region): Doc fix.
2574
2575 * subr.el (when, unless, split-string): Doc fix.
2576 (read-passwd): Move call of clear-this-command-keys to the right
2577 place.
2578 (replace-regexps-in-string): New function.
2579
2580 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2581
2582 * help.el (describe-variable): Set syntax table to
2583 emacs-lisp-mode-syntax-table when moving forward over the
2584 symbol's name.
2585
2586 2000-02-22 Dave Love <fx@gnu.org>
2587
2588 * xt-mouse.el: Doc fixes.
2589 (xterm-mouse-position-function): New function, replacing advice of
2590 mouse-position.
2591 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2592
2593 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2594
2595 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2596
2597 * format.el (format-annotate-single-property-change): Handle
2598 properties.with dotted-list values.
2599 (format-proper-list-p): New function.
2600
2601 * enriched.el (enriched-face-ans): Handle '(foreground-color
2602 . COLOR) and (background-color . COLOR).
2603
2604 2000-02-20 Dave Love <fx@gnu.org>
2605
2606 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2607 and assignments to it.
2608 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2609 current local map.
2610 (make-flyspell-overlay): Use it.
2611 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2612
2613 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2614 (lm-get-header-re): Defun, not defsubst.
2615 (lm-get-package-name): Defun, not defsubst. Simplify.
2616 (lm-version): Doc fix. Simplify.
2617 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2618 (lm-crack-address, lm-last-modified-date, lm-commentary)
2619 (lm-verify, lm-synopsis): Simplify.
2620 (lm-report-bug): Require emacsbug. Use compose-mail.
2621
2622 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2623
2624 * dired.el (dired-mode): Call propertized-buffer-identification
2625 to set mode-line-buffer-identification to something having
2626 the right text properties.
2627
2628 * bindings.el (propertized-buffer-identification): New function.
2629
2630 2000-02-20 Dave Love <fx@gnu.org>
2631
2632 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2633 check for t-mouse too.
2634
2635 * cus-start.el: Make echo-keystrokes `number'.
2636
2637 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2638
2639 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2640 Don't call ring-empty-p unless tags-location-ring is bound.
2641 From Noah Friedman <friedman@splode.com>.
2642
2643 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2644
2645 * progmodes/hideshow.el (hs-flag-region): No longer use
2646 `intangible' overlay property.
2647
2648 (hs-toggle-hiding): New command.
2649 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2650
2651 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2652 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2653 and deactivation.
2654
2655 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2656
2657 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2658
2659 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2660
2661 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2662
2663 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2664 of `*' to handle `(* ... *)' comments.
2665
2666 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * faces.el (list-faces-display): Use display-mouse-p instead of
2669 window-system.
2670
2671 * menu-bar.el (global-map): Menu-bar items converted to the new
2672 format (menu-item..., rearranged for better CUA compliance, and
2673 their names changed for better clarity. Help strings added.
2674
2675 * international/mule-cmds.el (mule-menu-keymap)
2676 (describe-language-environment-map, set-coding-system-map)
2677 (setup-language-environment-map): Convert to new (menu-item...
2678 form, add help strings. Change names of menu items for better
2679 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2680 submenu).
2681
2682 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2683
2684 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2685 within the code.
2686
2687 2000-02-16 Dave Love <fx@gnu.org>
2688
2689 * faces.el: Don't require custom. Add more specific :groups to
2690 various deffaces.
2691 (set-face-attribute): Purecopy args.
2692 (read-face-name): Default to name at point and use it in prompt.
2693 Remove colon from arg in all callers.
2694 (list-faces-display): Hyperlink to face descriptions and customize
2695 buffers.
2696
2697 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2698
2699 * wid-edit.el (widget-match-inline): An atom never matches a
2700 list.
2701
2702 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2703
2704 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2705 at ':' characters by call to split-string.
2706
2707 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2708
2709 * textmodes/bibtex.el: Added RCS version identification.
2710
2711 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2712
2713 * textmodes/bibtex.el: Some temporary comments removed.
2714 (bibtex-field-name, bibtex-entry-type): Made the relationship
2715 explicit.
2716 (bibtex-field-const): Allow capital letters.
2717 (bibtex-start-of-string): Deleted because unused.
2718
2719 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2720 use the term 'reference' to describe a bibtex entry as a whole.
2721 Further, reference keys are no longer called 'labels'.
2722 (bibtex-keys): Renamed to bibtex-reference-keys.
2723 (bibtex-reformat-previous-labels): Renamed to
2724 bibtex-reformat-previous-reference-keys.
2725 (bibtex-reference-type): Renamed to bibtex-entry-type.
2726 (bibtex-reference-head): Renamed to bibtex-entry-head.
2727 (bibtex-reference-maybe-empty-head): Renamed to
2728 bibtex-entry-maybe-empty-head.
2729 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2730 (bibtex-search-reference): Renamed to bibtex-search-entry.
2731 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2732 bibtex-enclosing-entry-maybe-empty-head.
2733 (bibtex-entry-field-alist, bibtex-entry-head,
2734 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2735 bibtex-map-entries, bibtex-search-entry,
2736 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2737 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2738 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2739 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2740 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2741 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2742 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2743
2744 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2745
2746 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2747 comment.
2748 (bibtex-format-field-delimiters): New function, functionality
2749 extracted from bibtex-format-entry.
2750 (bibtex-autokey-get-yearfield-digits): New function, functionality
2751 extracted from bibtex-autokey-get-yearfield.
2752
2753 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2754 entries in order to avoid stack overflow in the regexp matcher if
2755 field contents become large.
2756 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2757 bibtex-field-string-part-not-braced,
2758 bibtex-field-string-part-no-inner-braces,
2759 bibtex-field-string-part-1-inner-brace,
2760 bibtex-field-string-part-2-inner-braces,
2761 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2762 bibtex-field-string-quoted, bibtex-field-string,
2763 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2764 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2765 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2766 as parsing is now performed by the following functions.
2767 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2768 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2769 bibtex-parse-field-string, bibtex-search-forward-field-string,
2770 bibtex-parse-association, bibtex-field-name-for-parsing,
2771 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2772 bibtex-search-forward-field, bibtex-search-backward-field,
2773 bibtex-start-of-field, bibtex-end-of-field,
2774 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2775 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2776 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2777 bibtex-parse-string, bibtex-search-forward-string,
2778 bibtex-search-backward-string, bibtex-start-of-string,
2779 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2780 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2781 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2782 entries. Instead of reporting the results of the parsing by
2783 match-beginning or match-end, these functions return data structures
2784 that hold the corresponding positions.
2785 (bibtex-enclosing-field): Changed to also report field boundaries by
2786 return values rather than by match-beginning or match-end. The
2787 following functions have been adapted to use the new parsing
2788 functions.
2789 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2790 bibtex-enclosing-field, bibtex-format-entry,
2791 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2792 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2793 bibtex-print-help-message, bibtex-end-of-entry,
2794 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2795 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2796 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2797 method for parsing.
2798 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2799 bibtex-map-entries, bibtex-flash-head,
2800 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2801 bibtex-autokey-change, bibtex-autokey-get-namefield,
2802 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2803 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2804 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2805 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2806 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2807 order to make the new binding of case-fold-search immediately
2808 visible.
2809
2810 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2811
2812 * textmodes/bibtex.el: Copyright notice is up to date.
2813 Added constant 'bibtex-maintainer-salutation.
2814
2815 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2816 than make-temp-name, use match-string-no-properties and eliminate
2817 a quadratic behavior when building bibtex-strings.
2818
2819 * bibtex.el (bibtex-reference-key): Accept string entries whose
2820 reference key contains upper case letters.
2821
2822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2823
2824 * bibtex.el (bibtex-reference-head): Allow entries to start with
2825 a new line.
2826
2827 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2828
2829 * bibtex.el: Hiding of entry bodies is not longer provided by
2830 bibtex.el directly. Instead the hideshow package can be used.
2831 Added a special bibtex entry to hs-special-modes-alist.
2832 (bibtex-hs-forward-sexp): Added for hideshow.el.
2833
2834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2835
2836 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2837 at ':' characters by call to split-string.
2838
2839 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2840
2841 * textmodes/bibtex.el: Added RCS version identification.
2842
2843 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2844
2845 * textmodes/bibtex.el: Some temporary comments removed.
2846 (bibtex-field-name, bibtex-entry-type): Made the relationship
2847 explicit.
2848 (bibtex-field-const): Allow capital letters.
2849 (bibtex-start-of-string): Deleted because unused.
2850
2851 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2852 use the term 'reference' to describe a bibtex entry as a whole.
2853 Further, reference keys are no longer called 'labels'.
2854 (bibtex-keys): Renamed to bibtex-reference-keys.
2855 (bibtex-reformat-previous-labels): Renamed to
2856 bibtex-reformat-previous-reference-keys.
2857 (bibtex-reference-type): Renamed to bibtex-entry-type.
2858 (bibtex-reference-head): Renamed to bibtex-entry-head.
2859 (bibtex-reference-maybe-empty-head): Renamed to
2860 bibtex-entry-maybe-empty-head.
2861 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2862 (bibtex-search-reference): Renamed to bibtex-search-entry.
2863 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2864 bibtex-enclosing-entry-maybe-empty-head.
2865 (bibtex-entry-field-alist, bibtex-entry-head,
2866 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2867 bibtex-map-entries, bibtex-search-entry,
2868 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2869 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2870 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2871 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2872 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2873 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2874 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2875
2876 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2877
2878 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2879 comment.
2880 (bibtex-format-field-delimiters): New function, functionality
2881 extracted from bibtex-format-entry.
2882 (bibtex-autokey-get-yearfield-digits): New function, functionality
2883 extracted from bibtex-autokey-get-yearfield.
2884
2885 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2886 entries in order to avoid stack overflow in the regexp matcher if
2887 field contents become large.
2888 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2889 bibtex-field-string-part-not-braced,
2890 bibtex-field-string-part-no-inner-braces,
2891 bibtex-field-string-part-1-inner-brace,
2892 bibtex-field-string-part-2-inner-braces,
2893 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2894 bibtex-field-string-quoted, bibtex-field-string,
2895 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2896 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2897 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2898 as parsing is now performed by the following functions.
2899 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2900 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2901 bibtex-parse-field-string, bibtex-search-forward-field-string,
2902 bibtex-parse-association, bibtex-field-name-for-parsing,
2903 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2904 bibtex-search-forward-field, bibtex-search-backward-field,
2905 bibtex-start-of-field, bibtex-end-of-field,
2906 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2907 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2908 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2909 bibtex-parse-string, bibtex-search-forward-string,
2910 bibtex-search-backward-string, bibtex-start-of-string,
2911 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2912 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2913 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2914 entries. Instead of reporting the results of the parsing by
2915 match-beginning or match-end, these functions return data structures
2916 that hold the corresponding positions.
2917 (bibtex-enclosing-field): Changed to also report field boundaries by
2918 return values rather than by match-beginning or match-end. The
2919 following functions have been adapted to use the new parsing
2920 functions.
2921 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2922 bibtex-enclosing-field, bibtex-format-entry,
2923 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2924 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2925 bibtex-print-help-message, bibtex-end-of-entry,
2926 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2927 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2928 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2929 method for parsing.
2930 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2931 bibtex-map-entries, bibtex-flash-head,
2932 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2933 bibtex-autokey-change, bibtex-autokey-get-namefield,
2934 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2935 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2936 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2937 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2938 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2939 order to make the new binding of case-fold-search immediately
2940 visible.
2941
2942 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2943
2944 * textmodes/bibtex.el: Copyright notice is up to date.
2945 Added constant 'bibtex-maintainer-salutation.
2946
2947 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2948 than make-temp-name, use match-string-no-properties and eliminate
2949 a quadratic behavior when building bibtex-strings.
2950
2951 * bibtex.el (bibtex-reference-key): Accept string entries whose
2952 reference key contains upper case letters.
2953
2954 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2955
2956 * bibtex.el (bibtex-reference-head): Allow entries to start with
2957 a new line.
2958
2959 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2960
2961 * bibtex.el: Hiding of entry bodies is not longer provided by
2962 bibtex.el directly. Instead the hideshow package can be used.
2963 Added a special bibtex entry to hs-special-modes-alist.
2964 (bibtex-hs-forward-sexp): Added for hideshow.el.
2965
2966 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2967
2968 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2969 proceedings entry type (for cross referencing). Thanks to Wagner
2970 Toledo Correa for the suggestion.
2971
2972 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2973
2974 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2975
2976 * international/characters.el: Setup case table for Vietnamese.
2977
2978 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2979
2980 * uniquify.el (toplevel): Require CL at compile time.
2981 (uniquify-push): Removed.
2982
2983 * shadowfile.el (shadow-when): Removed.
2984
2985 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2986 (tempo-process-and-insert-string): Use dolist instead of
2987 tempo-dolist.
2988
2989 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2990 regexp for paragraph-start.
2991
2992 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2993 commas as well.
2994
2995 2000-02-10 Dave Love <fx@gnu.org>
2996
2997 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2998 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2999 Deleted.
3000 (widget-specify-field, widget-specify-button): Don't use
3001 widget-mouse-help as help-echo property.
3002 (default): Use #'ignore for :validate and :mouse-down-action.
3003 (checkbox): Add help-echo.
3004 (widget-sexp-validate): Rewritten to clarify error messages.
3005 (character): Use char-valid-p in :match function.
3006 (widget-color-complete): Use facemenu-color-alist.
3007 (widget-color-action): Use facemenu-read-color.
3008
3009 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
3010 set up `caar' &c that we now have.
3011
3012 2000-02-09 Ray Blaak <blaak@gnu.org>
3013
3014 * delphi.el: Make resourcestring a declaration region, like const
3015 and var.
3016
3017 2000-02-09 Dave Love <fx@gnu.org>
3018
3019 * bindings.el (mode-line-input-method-map): New variable.
3020 (mode-line-mule-info): Use it; fix last change.
3021 (mode-line-mode-menu): Move definition.
3022 (mode-line-mouse-sensitive-p): Deleted.
3023 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
3024 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
3025 level.
3026
3027 * startup.el (command-line-1): Don't call
3028 make-mode-line-mouse-sensitive.
3029
3030 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
3031
3032 * mail/rmail.el (rmail-retry-failure): Use
3033 rmail-beginning-of-message before rmail-toggle-header, because the
3034 former toggles headers.
3035
3036 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
3037
3038 * diff-mode.el (diff-kill-junk): New interactive function.
3039 (diff-reverse-direction): Use delete-and-extract-region.
3040 (diff-post-command-hook): Restrict the area so that the hook also works
3041 outside of any diff hunk. This is necessary for the minor-mode.
3042 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
3043 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
3044
3045 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
3046 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
3047 so that it can be used more easily in <foo>-mode-hook. Also make sure
3048 to avoid duplicate entries.
3049 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
3050 (font-lock-remove-keywords): Just as was done for `add', allow it to
3051 work even if font-lock-mode is nil. Also make sure we don't modify
3052 any pre-existing list by forcing a copy-sequence. Finally rename
3053 `major-mode' to `mode'.
3054 (font-lock-fontify-syntactic-anchored-keywords)
3055 (font-lock-fontify-anchored-keywords)
3056 (font-lock-fontify-keywords-region): Use line-end-position.
3057 Don't make `font-lock-multiline' local (it's now done in
3058 font-lock-set-defaults).
3059 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
3060 move the `font-lock-fontified' creation to inside the `unless'.
3061
3062 2000-02-06 Andrew Innes <andrewi@gnu.org>
3063
3064 * term/w32-win.el (x-handle-args): Comment out call to message,
3065 which occurs before window system is initialized.
3066
3067 * makefile.nt: Add support for recompiling lisp code.
3068
3069 2000-02-04 Dave Love <fx@gnu.org>
3070
3071 * bindings.el (mode-line-mule-info): Fix/extend last change.
3072
3073 * completion.el: Replace completion-dolist with dolist.
3074
3075 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
3076 dotimes.
3077
3078 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
3079
3080 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3081 environment names before they go into the section regexp.
3082
3083 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3084 char class in regexp.
3085
3086 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3087 `case-fold-search' to nil.
3088
3089 * progmodes/idlwave.el (idlwave-template): Respect
3090 `idlwave-abbrev-change-case'.
3091 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3092 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3093 idlwave-while): respect `idlwave-reserved-word-upcase'.
3094 (idlwave-rw-case): New function.
3095 (idlwave-statement-match): Fixed problem with assignment regexp.
3096 (idlwave-font-lock-keywords): Improved regexp for keyword
3097 parameters.
3098 (idlwave-surround): New argument LENGTH to support padding of
3099 operators longer than 1 char.
3100
3101 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3102 idlwave-shell-expression-overlay. Implemented printing of
3103 expressions on higher levels of the calling stack.
3104 (idlwave-shell-display-level-in-calling-stack): Restore stack
3105 level.
3106 (idlwave-retrieve-expression-from-level): New function.
3107 (idlwave-shell-last-calling-stack): Variable removed.
3108 (idlwave-shell-reset): Argument action reversed (`visible' to
3109 `hidden'). Also remove stop-line overlay.
3110 (idlwave-shell-calling-stack-routine): New variable.
3111 (idlwave-shell-parse-stack-and-display): Messages now display
3112 negative level numbers.
3113 (idlwave-shell-mode): Set `modeline-format'.
3114 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3115 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3116 21.
3117 (idlwave-shell-print-expression-function): New option.
3118
3119 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3120 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3121 `tool-bar' instead of `toolbar'.
3122
3123 2000-02-02 Dave Love <fx@gnu.org>
3124
3125 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3126 emacs-lisp-mode-hook. Don't check for defalias being defined.
3127
3128 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3129 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3130 the new builtins directly.
3131
3132 * whitespace.el (whitespace): Add :version to defgroup.
3133
3134 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3135 Doc fix.
3136
3137 * thingatpt.el (sexp-at-point, symbol-at-point)
3138 (number-at-point, list-at-point): Add autoload cookie.
3139
3140 * recentf.el (recentf): Add :version to defgroup.
3141
3142 * quickurl.el (quickurl): Add :version to defgroup.
3143
3144 * elide-head.el (elide-head): Use point-marker more.
3145
3146 * bs.el (bs): Add :version to defgroup.
3147
3148 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3149
3150 * progmodes/delphi.el (delphi): Add :version to defgroup.
3151
3152 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3153
3154 * ange-ftp.el (ange-ftp-write-region): Handle case that
3155 succeeding process operation sets a different coding system.
3156
3157 * calculator.el: New file.
3158
3159 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3160
3161 * frame.el (frames-on-display-list, framep-on-display): New
3162 functions.
3163 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3164 (display-selections-p, display-screens, display-pixel-width)
3165 (display-pixel-height, display-mm-width, display-mm-height)
3166 (display-backing-store, display-save-under, display-planes)
3167 (display-color-cells, display-visual-class): New functions.
3168
3169 * term/tty-colors.el (tty-color-gray-shades): New function.
3170
3171 * faces.el (display-color-p): Use framep-on-display.
3172 (display-grayscale-p): New function.
3173
3174 2000-01-31 Dave Love <fx@gnu.org>
3175
3176 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3177 (create-fontset-from-x-resource): Don't concat integers.
3178
3179 2000-01-31 Inge Frick <inge@nada.kth.se>
3180
3181 * view.el: Some changes in documentation. Removed some trailing
3182 whitespace. Changed some parameter names to agree with
3183 documentation.
3184 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3185 window is not deleted. Modifies change 1998-04-26.
3186
3187 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3188
3189 * windmove.el: New file.
3190
3191 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3192 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3193 progmodes/ebnf-yac.el: Update copyright and license info.
3194
3195 * jit-lock.el (jit-lock-function): Widen before calculating end
3196 position.
3197 (jit-lock-stealth-chunk-start): Rewritten.
3198
3199 * info.el (Info-title-face-alist): Removed.
3200 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3201 faces.
3202 (Info-fontify-node): Use these faces.
3203
3204 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3205
3206 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3207 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3208 `&allow-other-keywords'.
3209
3210 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3211 the list of directories scanned heuristically.
3212
3213 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3214 exist.
3215
3216 2000-01-30 Jason Rumney <jasonr@gnu.org>
3217
3218 * w32-fns.el: Define w32-tty-standard-colors.
3219
3220 * startup.el (command-line): Use w32-tty-standard-colors when in
3221 w32 console mode.
3222
3223 2000-01-30 Dave Love <fx@gnu.org>
3224
3225 * jka-compr.el (jka-compr-load): Fix up load-history.
3226
3227 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3228
3229 * emacs-lisp/cl-macs.el: Revert previous change.
3230
3231 2000-01-29 Dave Love <fx@gnu.org>
3232
3233 * facemenu.el: Purecopy various strings.
3234
3235 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3236 years. Deal with three-digit years.
3237
3238 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3239 defconst, purecopy.
3240 (help-back-label): Purecopy it.
3241
3242 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3243
3244 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3245 variable. If non-nil, order the buffer list according to the
3246 currently selected frame.
3247 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3248 non-nil, pass the selected frame to function buffer-list.
3249
3250 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3251
3252 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3253
3254 2000-01-28 Dave Love <fx@gnu.org>
3255
3256 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3257
3258 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3259 Don't use lisp-indent-hook property.
3260 (cl-abs): Remove.
3261
3262 * subr.el: Move out indent and edebug specs for when and unless.
3263
3264 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3265 when, unless.
3266
3267 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3268 unless, when.
3269
3270 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3271
3272 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3273 `collecting' as synonym for `collect'.
3274
3275 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3276 for the case it contains spaces.
3277
3278 * simple.el (what-cursor-position): Change formatting of
3279 messages.
3280
3281 * frame.el (delete-other-frames): New function.
3282 (toplevel): Bind it to C-x 5 1.
3283
3284 * sort.el (sort-numeric-base): New option.
3285 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3286 interpret it as octal or hexadecimal. Use sort-numeric-base
3287 as default base.
3288
3289 * progmodes/glasses.el: New file.
3290
3291 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3292
3293 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3294 userids differently.
3295
3296 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3297 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3298 progmodes/ebnf-yac.el: New files.
3299
3300 2000-01-26 Dave Love <fx@gnu.org>
3301
3302 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3303 on a function with an empty body. [From Eric Ludlam.]
3304
3305 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3306
3307 * vc.el (vc-version-diff): Make sure file name is expanded.
3308
3309 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3310
3311 * scroll-bar.el (scroll-bar-timer): Variable removed.
3312 (scroll-bar-toolkit-scroll): Don't use a timer.
3313
3314 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3315
3316 * language/thai-util.el (thai-composition-function): Delete
3317 superfluous `a'.
3318
3319 2000-01-24 Dave Love <fx@gnu.org>
3320
3321 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3322 end-of-defun-function.
3323
3324 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3325 &c.
3326
3327 2000-01-22 Jason Rumney <jasonr@gnu.org>
3328
3329 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3330 conflicts with new face support.
3331
3332 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3333
3334 * replace.el (query-replace): Rename last arg to DELIMITED.
3335 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3336 (query-replace-regexp): Likewise.
3337
3338 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3339
3340 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3341
3342 * emacs-lisp/lisp.el (beginning-of-defun-function):
3343 Variable renamed from beginning-of-defun.
3344 Do not call make-variable-buffer-local.
3345 (beginning-of-defun-raw): Use new variable name; doc fix.
3346 (beginning-of-defun): Doc fix.
3347 (end-of-defun-function): Variable renamed from end-of-defun.
3348 Do not call make-variable-buffer-local.
3349 (end-of-defun): Use new variable name; doc fix.
3350
3351 * subr.el (dolist, dotimes): Copied from cl-macs.el
3352 and made to work.
3353
3354 * mail/undigest.el (rmail-digest-end-regexps):
3355 Variable replaces rmail-digest-end-regexp.
3356 Allows multiple regexps for detecting the end line.
3357 (undigestify-rmail-message): Corresponding changes.
3358
3359 2000-01-19 Dave Love <fx@gnu.org>
3360
3361 * files.el (user-init-file): Don't declare here -- is primitive.
3362
3363 * startup.el (command-line): Check for compiled user-init-file and
3364 set to uncompiled version if necessary.
3365
3366 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3367
3368 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3369 (undigestify-rmail-message): Use it.
3370
3371 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3372
3373 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3374
3375 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3376 of mini-buffer.
3377
3378 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3379
3380 * emacs-lisp/copyright.el (copyright-update): Removed the
3381 requirement for a trailing space from `copyright-regexp', to
3382 support copyrights with owner specified on a separate line..
3383
3384 * align.el: New file.
3385
3386 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3387
3388 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3389
3390 2000-01-13 Dave Love <fx@gnu.org>
3391
3392 * ph.el: Removed. (Obsoleted by EUDC.)
3393
3394 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3395
3396 * net/eudc.el (toplevel): Remove autoloaded code installing
3397 menu with easymenu, because that causes build problems.
3398
3399 * frame.el (frame-notice-user-settings): New variable.
3400 (frame-notice-user-settings): Don't modify frame parameters
3401 if called a second time.
3402
3403 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3404
3405 * frame.el (frame-notice-user-settings):
3406 Notice default-frame-parameters even for non-window frames.
3407
3408 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3409
3410 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3411 for Emacs.
3412 (eudc-bob-can-display-inline-images): Extend for Emacs.
3413 (eudc-bob-toggle-inline-display): Ditto.
3414 (eudc-bob-display-jpeg): Ditto.
3415
3416 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3417
3418 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3419 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3420 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3421
3422 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3423 nil)'.
3424
3425 * subdirs.el: Add `net' directory.
3426
3427 * net: New directory.
3428
3429 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3430 eval-last-sexp. Don't bind debug-on-error here.
3431 (eval-last-sexp): New function. Bind debug-on-error if
3432 eval-expression-debug-on-error is non-nil.
3433 (eval-defun-2, eval-defun): Likewise.
3434
3435 * simple.el (eval-expression): Don't bind debug-on-error if
3436 eval-expression-debug-on-error is nil. Detect changed
3437 debug-on-error, and propagate new value to global binding, if
3438 eval-expression-debug-on-error is non-nil,
3439 (eval-expression-debug-on-error): Change doc string.
3440
3441 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3442
3443 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3444
3445 * emacs-lisp/lisp-mode.el (with-syntax-table):
3446 Set up lisp-indent-function property.
3447
3448 * subr.el (with-syntax-table): Moved from simple.el.
3449
3450 * simple.el (with-syntax-table): Moved to subr.el.
3451
3452 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3453
3454 * tmm.el (tmm-shortcut): Delete region after prompt instead
3455 of erasing buffer.
3456
3457 * textmodes/fill.el (fill-common-string-prefix): New function.
3458 (fill-context-prefix): Use the longest common prefix of first
3459 and second line fill prefix, if there is one.
3460
3461 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3462
3463 * array.el (array-mode): Don't use make-variable-buffer-local.
3464 Use make-local-variable for `truncate-lines'.
3465
3466 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3467
3468 * add-log.el (add-log-current-defun): Handle user-defined
3469 add-log-current-function returning nil,
3470
3471 * add-log.el (add-change-log-entry): Insert version number
3472 if having found a current function
3473
3474 * add-log.el (add-log-current-defun): Call
3475 `add-log-current-defun-function'. Try matches at level 0 and
3476 level 1. Strip whitespace from defun found.
3477
3478 2000-01-10 John Wiegley <johnw@gnu.org>
3479
3480 * allout.el (isearch-done/outline-provisions): Added `edit'
3481 argument to correspond with the current definition of
3482 `isearch-done'.
3483
3484 2000-01-10 Dave Love <fx@gnu.org>
3485
3486 * elide-head.el (elide-head): Use point-marker, not point.
3487
3488 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3489
3490 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3491 before and after the year 2000.
3492
3493 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3494 Add ispell- prefix.
3495
3496 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3497
3498 * ispell.el: Only define dictionaries in menus when they exist.
3499 (version18p): New variable.
3500 (version20p): New variable.
3501 (xemacsp): New variable.
3502 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3503 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3504 (ispell-dictionary-alist6): Russian command lines no longer accept
3505 run-together words.
3506 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3507 (ispell-dictionary-alist): Add koi8-r to customize definition.
3508 (check-ispell-version): Added documentation string. Returns
3509 library path when called non-interactively.
3510 (ispell-menu-map-needed): Uses new variables.
3511 (ispell-library-path): New variable.
3512 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3513 (ispell-word): Improved documentation string. Test for valid
3514 character mappings. Correctly check typed in word changes that can
3515 result in single words split into multiple words. Returns
3516 replacement word.
3517 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3518 replace in recursive query replace mode. Help message for
3519 recursive edit mode.
3520 (ispell-show-choices): Protect against bad framepop bindings.
3521 (ispell-help): Fix to work with XEmacs.
3522 (ispell-highlight-spelling-error): Use new variables.
3523 (ispell-overlay-window): Fix to work with XEmacs.
3524 (ispell-parse-output): Passed and returns location information
3525 tracking spelling corrections. Doesn't recheck same word on
3526 current line.
3527 (ispell-init-process): Protect against bogus XEmacs variable binding.
3528 Fix call to single argument in sleep-for. Use new variables.
3529 (ispell-region): Passed and returns location information tracking
3530 spelling corrections. Doesn't check same word on current line.
3531 Improved documentation string. Doesn't resend a line already
3532 checked to the ispell process - fixes bug in LaTeX parsing.
3533 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3534 (ispell-skip-region): No longer skips <TT> in SGML.
3535 (ispell-process-line): Tracks location information with spelling
3536 corrections. Added documentation string. Accounts for words
3537 already accepted on this line. Don't allow query-replace on line
3538 starting with math characters. Doesn't resend a line already sent
3539 to ispell process. Fixes alignment error bug.
3540
3541 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3542
3543 * dired-x.el (dired-guess-shell-alist-default):
3544 Suggest xloadimage, which is free, not xv, which isn't.
3545
3546 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3547 Don't ever include the host name or user name in the value.
3548
3549 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3550
3551 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3552 of a real newline.
3553
3554 2000-01-09 Stephen Eglen <stephen@gnu.org>
3555
3556 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3557 for .png files.
3558
3559 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3560
3561 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3562
3563 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3564
3565 * progmodes/cperl-mode.el: Replace ^F with ^L.
3566
3567 * sendmail.el (toplevel): Provide `sendmail' when compiling
3568 before `require'ing rmail and mailalias to prevent infinite
3569 recursion.
3570
3571 2000-01-08 Dave Love <fx@gnu.org>
3572
3573 * emacs-lisp/backquote.el: Remove inappropriate customization
3574 (allowing custom.el to use backquote).
3575
3576 2000-01-07 Dave Love <fx@gnu.org>
3577
3578 * add-log.el (add-log-debugging): Deleted.
3579 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3580 file. Remove debugging code.
3581 (change-log-get-method-definition, change-log-name): Add doc.
3582 (change-log-sortable-date-at): New function.
3583 (change-log-merge): New command.
3584
3585 * time.el (display-time-string-forms): Make the Mail string active.
3586 (display-time-update): Provide help-echo for load average.
3587
3588 * bindings.el (make-mode-line-mouse2-map): New function.
3589 (mode-line-modified): Use it and simplify.
3590 (mode-line-mule-info): Provide help-echo info.
3591 (minor-mode-alist): Activate the strings.
3592 (make-mode-line-mouse-sensitive): Simplify for
3593 mode-line-buffer-identification.
3594
3595 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3596
3597 * play/pong.el: New file.
3598
3599 2000-01-06 Dave Love <fx@gnu.org>
3600
3601 * array.el: Assorted cleanups for compiler warnings, doc strings,
3602 `array-' prefix for symbols.
3603
3604 2000-01-05 Dave Love <fx@gnu.org>
3605
3606 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3607 outline-headers-as-kill.
3608 (outline-mode): Define imenu-generic-expression.
3609 (outline-headers-as-kill): New command.
3610
3611 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3612 from paragraph-start.
3613 (paragraph-indent-minor-mode): New command.
3614
3615 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3616 M-C-e, M-C-h, C-j, C-xnd, TAB.
3617 (fortran-mode): Set beginning-of-defun, end-of-defun.
3618 (fortran-column-ruler): Simplify.
3619 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3620 (fortran-with-subprogram-narrowing): Likewise.
3621 (fortran-indent-subprogram): Call mark-defun.
3622 (fortran-check-for-matching-do): Change narrowing.
3623
3624 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3625 (cl-lucid-hash-tag): Delete.
3626 (cl-hash-table-p): Correct test for native table.
3627 (cl-hash-table-count): Use hash-table-count.
3628
3629 * browse-url.el (browse-url): Fix case of
3630 browse-url-browser-function being an alist.
3631
3632 2000-01-05 Carsten Dominik <cd@gnu.org>
3633
3634 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3635 (reftex-index-phrase-file-extension): New options.
3636
3637 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3638 Use new option `reftex-index-phrase-file-extension'.
3639
3640 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3641 `reftex-parse-file-extension'.
3642
3643 2000-01-05 Dave Love <fx@gnu.org>
3644
3645 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3646 (beginning-of-defun-raw): Use it.
3647 (end-of-defun): New variable.
3648 (end-of-defun): Use it.
3649 (check-parens): New command.
3650
3651 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3652
3653 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3654 (hs-show-block): Don't use `mapcar' when not accumulating.
3655
3656 Fix buglet in local variables initialization.
3657
3658 2000-01-05 Andreas Schwab <schwab@suse.de>
3659
3660 * hscroll.el (hscroll): Doc fix.
3661
3662 2000-01-05 Carsten Dominik <cd@gnu.org>
3663
3664 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3665 idlw-toolbar.
3666
3667 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3668 file idlw-rinfo.el.
3669 (idlwave-customize): load must read file idlw-shell.el.
3670 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3671
3672 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3673
3674 * progmodes/idlw-shell.el: Also provide idlwave-shell
3675 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3676 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3677
3678 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3679 both reftex-dcr and reftex-vcr.
3680
3681 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3682
3683 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3684
3685 * ps-print.el: PostScript code now is in separate files, doc fix.
3686 (ps-print-version): New version number (5.0.3).
3687 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3688 local.
3689 (ps-spool-config): Initialization fix.
3690 (ps-print-prologue-1, ps-print-prologue-2)
3691 (ps-print-duplex-feature): PostScript code moved to separated file.
3692 (ps-background-image): Little code reformating.
3693 (ps-begin-file, ps-begin-job): Fix code.
3694 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3695 (ps-prologue-file): New fun.
3696
3697 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3698
3699 * ps-vars.el: Eliminated.
3700
3701 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3702 `;;;###autoload'.
3703
3704 * ps-print.el: ps-vars eliminated, doc fix.
3705 (ps-print-version): New version number (5.0.2).
3706 (ps-spool-config): Initialization fix.
3707 (ps-print-customize): New fun.
3708
3709 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3710
3711 * autorevert.el (auto-revert-mode): Return value of
3712 auto-revert-mode.
3713
3714 2000-01-04 Dave Love <fx@gnu.org>
3715
3716 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3717 menu items.
3718
3719 2000-01-03 Dave Love <fx@gnu.org>
3720
3721 * elide-head.el (elide-head) [defgroup]: Add :version.
3722
3723 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3724 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3725 `cl-hash-table-p', not `hash-table-p'.
3726 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3727
3728 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3729
3730 * faces.el (face-read-integer, read-face-attribute)
3731 (color-defined-p, color-values): unspecified-{f,b}g are now
3732 strings.
3733
3734 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3735
3736 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3737 at comment end, and re-insert them after filling.
3738
3739 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3740
3741 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3742 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3743 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3744
3745 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3746
3747 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3748 the new name of face-color-supported-p.
3749
3750 * term/w32-win.el (xw-defined-colors): Likewise.
3751
3752 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3753
3754 * simple.el (completion-setup-function): Count completion-size
3755 from minibuffer-prompt-end, not from point-min.
3756
3757 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3758
3759 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3760 Pass the frame to tty-color-* functions.
3761 (display-color-p, frame-set-background-mode): Pass the frame to
3762 tty-display-color-p.
3763
3764 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3765 tty-color-alist.
3766 (tty-color-alist, tty-modify-color-alist): New functions.
3767 (tty-color-define, tty-color-clear, tty-color-approximate)
3768 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3769 an optional parameter FRAME.
3770
3771 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3772
3773 * image.el (create-image, defimage): Don't assume image data is a
3774 string.
3775
3776 * image.el (defimage): Handle specifications containing :data
3777 instead of :file.
3778 (image-type-from-data): New function.
3779 (image-type-from-file-header): Use it.
3780 (create-image): Add parameter DATA-P.
3781
3782 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3783
3784 * echistory.el (electric-command-history): Call Command-history-setup
3785 and command-history-mode using their new conventions.
3786
3787 * chistory.el (Command-history-setup): Don't switch buffers. Take
3788 no args, and do not set major-mode, mode-name or the local map.
3789 (command-history-mode): New function, does some of those things
3790 Command-history-setup used to do.
3791 (list-command-history): Call command-history-mode, not
3792 Command-history-setup.
3793 (command-history): Renamed from command-history-mode.
3794
3795 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3796
3797 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3798
3799 1999-12-31 William M. Perry <wmperry@aventail.com>
3800
3801 * image.el (defimage): Images with the `:data' keyword should be
3802 considered valid as well.
3803
3804 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3805
3806 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3807 with FILE if FILE is nil.
3808
3809 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3810
3811 * simple.el (choose-completion-string): In minibuffer,
3812 do not delete the prompt string.
3813
3814 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3815
3816 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3817 assigned to mode-line-mode-menu because bindings.el is dumped with
3818 Emacs, and thus the lists used for menu-item definition will be
3819 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3820 like pure menu item definitions.
3821
3822 * expand.el (expand-abbrev-hook): Return t if expansion was
3823 done, nil otherwise.
3824
3825 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3826
3827 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3828 (tar-quit): Function deleted.
3829
3830 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3831
3832 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3833 was used but not declared.
3834
3835 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3836 hs-find-block-beginning): Add or modify docstrings.
3837
3838 (hs-isearch-show): Rewrite.
3839
3840 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3841
3842 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3843
3844 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3845 space in front of a C-style comment end.
3846
3847 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3848
3849 * startup.el (command-line-1): Make mode line mouse-sensitive for
3850 the MS-DOS version as well.
3851
3852 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3853
3854 * bs.el: New file.
3855
3856 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3857
3858 * textmodes/ispell.el (ispell-process-line):
3859 Add local var line-offset to adjust for the change
3860 in positions within the line, due to previous replacements.
3861
3862 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3863
3864 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3865 Doc fixes.
3866
3867 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3868
3869 * add-log.el (change-log-version-number-regexp-list)
3870 (change-log-version-info-enabled): Change :version to 21.1.
3871 (toplevel): Require CL when compiling.
3872
3873 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3874
3875 * add-log.el (change-log-version-number-regexp-list): Added tag
3876 :version 20.6
3877 (change-log-version-info-enabled): Added tag :version 20.6
3878
3879 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3880
3881 * add-log.el: More general version number search with
3882 user-configurable regexp list.
3883 (change-log-version-number-regexp-list): New user variable.
3884 (change-log-find-version): Rewritten. Use user-configurable
3885 version numbering regexp list
3886 change-log-version-number-regexp-list.
3887 (change-log-find-version): Renamed to
3888 change-log-version-number-search
3889 (add-log-file-name-function): New.
3890 (change-log-search-vc-number): Added END paramaeter. Added doc
3891 string to function.
3892 (change-log-version-rcs): Renamed. Was
3893 change-log-search-vc-number.
3894
3895 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3896
3897 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3898 overlays if they interfere.
3899 (compilation-find-file): Make intangible overlays tangible.
3900
3901 * progmodes/hideshow.el: Generally, synch w/ maintainer
3902 version 5.9.
3903
3904 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3905
3906 (hs-minor-mode-hook): Don't initialize.
3907
3908 (hs-special-modes-alist): Rewrite value and docstring.
3909
3910 (hs-minor-mode-prefix): Delete unused var.
3911
3912 (hs-block-start-mdata-select): New var, buffer local.
3913
3914 (hs-headline): New var.
3915
3916 (hs-match-data, hs-forward-sexp): New funcs.
3917
3918 (hs-hide-comment-region): New func.
3919
3920 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3921 hs-safety-is-job-n, hs-hide-initial-comment-block,
3922 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3923 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3924 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3925 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3926 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3927
3928 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3929 (hs-isearch-show-temporary): New funcs.
3930
3931 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3932
3933 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3934
3935 When constructing menu, use `[(shift button2)]' notation.
3936
3937 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3938
3939 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3940 (jka-compr-compression-info-list): Add new elt to each vector.
3941 (jka-compr-write-region): Don't compress the data if it is
3942 already compressed.
3943
3944 * jka-compr.el (jka-compr-really-do-compress): New variable.
3945 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3946 if visiting.
3947 (jka-compr-write-region): Set jka-compr-really-do-compress
3948 if visiting. Test it when deciding to compress.
3949
3950 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3951
3952 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3953 with third argument t.
3954
3955 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3956
3957 * antlr-mode.el: Version 1.2 is released.
3958 (antlr): This package has a web page.
3959
3960 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3961
3962 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3963 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3964 (antlr-mode-map): New binding [C-c C-c].
3965 (antlr-mode-menu): New entries.
3966
3967 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3968
3969 * antlr-mode.el: Respect Emacs conventions.
3970 ((require 'cl)): Only use during compilation.
3971 (antlr-language-for-option): New function to avoid using `find'.
3972 (antlr-mode): Use it.
3973 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3974 (antlr-imenu-create-index-function): Change accordingly.
3975 (antlr-inside-rule-p): Ditto.
3976 (antlr-end-of-rule): Ditto.
3977 (antlr-end-of-body): Ditto.
3978 (antlr-beginning-of-rule): Ditto.
3979 (antlr-indent-line): Ditto.
3980
3981 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3982
3983 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3984 (antlr-set-tabs): Don't use hard-coded values.
3985
3986 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3987 won't be possible without a huge time penalty.
3988 (antlr-skip-exception-part): Be more specific.
3989 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3990 Renamed from `antlr-skip-grammar-header'.
3991 (antlr-next-rule): Change accordingly.
3992 (antlr-end-of-body): Ditto. Better error message.
3993 (antlr-beginning-of-body): Better error message.
3994 (antlr-imenu-create-index-function): Skip rule action prelude.
3995
3996 * antlr-mode.el: Minor syntax highlighting changes.
3997 (antlr-font-lock-default-face): Deletia.
3998 (antlr-font-lock-tokendef-face): Changed color.
3999 (antlr-font-lock-tokenref-face): Changed color.
4000 (antlr-font-lock-literal-face): Changed color.
4001 (antlr-font-lock-additional-keywords): Minor changes.
4002
4003 1999-12-20 Carsten Dominik <cd@gnu.org>
4004
4005 * progmodes/idlwave.el: New file.
4006
4007 * progmodes/idlwave-rinfo.el: New file.
4008
4009 * progmodes/idlwave-shell.el: New file.
4010
4011 * progmodes/idlwave-toolbar.el: New file.
4012
4013 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
4014
4015 1999-12-21 Gerd Moellmann <gerd@gnu.org>
4016
4017 * progmodes/cwarn.el: New file.
4018
4019 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4020
4021 * bindings.el (completion-ignored-extensions): Add .pdf.
4022
4023 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4024
4025 * version.el: Put the version info into binary on MS-DOS as well.
4026
4027 1999-12-19 Gerd Moellmann <gerd@gnu.org>
4028
4029 * emacs-lisp/debug.el (debugger-continue): Don't continue if
4030 debugger-may-continue is nil.
4031
4032 1999-12-18 Dave Love <fx@gnu.org>
4033
4034 * emacs-lisp/cl-macs.el: Remove conditional definition of
4035 eval-when-compile. Don't specify abs, expt, gethash,
4036 hash-table-count, hash-table-p as side-effect-free here.
4037 (cl-emacs-type): Don't declare.
4038 (cl-compile-time-init): Remove Emacs 18 compiler patch.
4039 (cl-parse-loop-clause): Remove compatibility code.
4040
4041 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
4042 (side-effect-free-fns): Add gethash, hash-table-count.
4043 (side-effect-and-error-free-fns): Add hash-table-p.
4044
4045 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
4046 `cl-' to autoload names for some hash functions. Don't autoload
4047 eval-when-compile. Don't provide mini-cl.
4048 (cl-emacs-type): Remove.
4049 (cl-map-extents): Remove compatibility code.
4050
4051 * emacs-lisp/float.el: Bind free variables.
4052
4053 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
4054
4055 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4056
4057 * bindings.el (completion-ignored-extensions): Add .tfm.
4058
4059 1999-12-16 Dave Love <fx@gnu.org>
4060
4061 * faces.el (set-face-attribute): Purecopy the attributes set.
4062
4063 * custom.el (custom-declare-variable): Purecopy value.
4064
4065 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
4066 (byte-extrude-byte-code-vectors): Use remprop.
4067 (byte-compile-lambda): Check that arg is a lambda.
4068
4069 1999-11-16 Anders Lindgren <AndersL@andersl.com>
4070
4071 * font-lock.el: System for adding and removing keywords.
4072 Both local (previously added keyword) and global keywords
4073 can be removed.
4074 (font-lock-remove-keywords): New user-level function.
4075 (font-lock-update-removed-keyword-alist): New internal function.
4076 (font-lock-removed-keywords-alist): New variable.
4077 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
4078 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
4079 growing datastructures.
4080 (font-lock-set-defaults): Removes keywords stored in
4081 `font-lock-removed-keywords-alist' after local keywords added.
4082
4083 1999-12-16 Anders Lindgren <andersl@andersl.com>
4084
4085 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4086 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4087
4088 * font-lock.el (c-keywords): Only highlight preprocessor
4089 directives when spelled correctly.
4090
4091 * font-lock.el (font-lock-match-c++-structor-declaration,
4092 c++-keywords): Fontify constructors and destructors with function
4093 face inside C++ class declarations.
4094
4095 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4096
4097 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4098 the shell from sh-shell-file.
4099
4100 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4101
4102 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4103
4104 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4105 if one of the files specified cannot be accessed by
4106 file-attributes. Do not strip any leading directories from the
4107 file names, to behave more like `ls' does.
4108
4109 * dired.el (dired-get-filename): Handle absolute file names.
4110 (dired-readin-insert): If argument is a cons, don't print
4111 "wildcard" on the ``total'' line.
4112
4113 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4114
4115 * faces.el (face-read-integer, read-face-attribute)
4116 (color-defined-p, color-values): Allow color values unspecified-fg
4117 and unspecified-bg, handle them as unspecified.
4118
4119 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4120
4121 * textmodes/reftex.el: (reftex-compile-variables): respect new
4122 structure of `reftex-index-macro'
4123 (reftex-compile-variables): Use the changed structure of
4124 `reftex-label-alist'.
4125
4126 * textmodes/reftex-vars.el (reftex-index-math-format,
4127 (reftex-toc-max-level): New option.
4128 reftex-index-phrases-search-whole-words,
4129 reftex-index-phrases-case-fold-search,
4130 reftex-index-phrases-skip-indexed-matches,
4131 reftex-index-phrases-wrap-long-lines,
4132 reftex-index-phrases-sort-prefers-entry,
4133 reftex-index-phrases-sort-in-blocks): New options.
4134 (reftex-index-macros): Option structure changed.
4135 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4136 (reftex-label-alist): Additional item in each entry to specify if
4137 the environment should be listed in the TOC.
4138 (eval-when-compile (require 'cl)) added.
4139
4140 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4141 longer deals with "repeat".
4142 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4143 now used.
4144 (reftex-index-phrases-comment-regexp,
4145 reftex-index-phrases-macrodef-regexp,
4146 reftex-index-phrases-phrase-regexp1,
4147 reftex-index-phrases-phrase-regexp2,
4148 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4149 New constants.
4150 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4151 reftex-index-phrases-font-lock-keywords,
4152 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4153 reftex-index-phrases-restrict-file): New variables.
4154 (reftex-index-phrase-selection-or-word,
4155 reftex-index-visit-phrases-buffer,
4156 reftex-index-initialize-phrases-buffer,
4157 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4158 reftex-index-next-phrase, reftex-index-this-phrase,
4159 reftex-index-all-phrases, reftex-index-region-phrases,
4160 reftex-index-phrases-parse-header,
4161 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4162 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4163 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4164 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4165 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4166 reftex-index-make-replace-string,
4167 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4168 reftex-index-phrase-match-is-indexed,
4169 reftex-index-phrases-fixup-line,
4170 reftex-index-phrases-replace-space,
4171 reftex-index-select-phrases-macro): New functions.
4172 (reftex-index-globalize, reftex-index-globally): functions removed
4173 (eval-when-compile (require 'cl)) added.
4174
4175 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4176 for max level.
4177 (reftex-toc-max-level-indicator): New variable.
4178 (reftex-toc-max-level): New command.
4179 (reftex-toc-map): New keybinding `t'.
4180 (reftex-toc-help): Constant updated.
4181 (eval-when-compile (require 'cl)) added.
4182
4183 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4184 `t' command key can change `reftex-toc-max-level'
4185 (eval-when-compile (require 'cl)) added.
4186
4187 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4188 `reftex-toc-max-level'
4189 (eval-when-compile (require 'cl)) added.
4190
4191 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4192 added.
4193
4194 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4195 added.
4196
4197 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4198 commands.
4199 (reftex-citation, reftex-do-citation,
4200 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4201 preselect a citation format.
4202 (eval-when-compile (require 'cl)) added.
4203
4204 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4205 parameter to-end
4206 (reftex-section-info): Deal with environment matches.
4207 (eval-when-compile (require 'cl)) added.
4208
4209 * reftex-global.el (eval-when-compile (require 'cl)) added.
4210
4211 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4212
4213 The following changes are for the new composition mechanism. We
4214 have deleted `composition' charset and composite characters,
4215 instead introduced a special text property `composition'.
4216
4217 * composite.el: New file.
4218
4219 * ps-mule.el: Define encode-composition-rule and find-composition
4220 for Emacs 20.4 and the earlier versions.
4221 (ps-mule-init-external-library): Just require a feature for
4222 external libraries.
4223 (ps-mule-prologue): Postscript code modified for new composition.
4224 (ps-mule-find-wrappoint): New arg COMPOSITION.
4225 (ps-mule-plot-string): Delete code for composite characaters.
4226 (ps-mule-plot-composition): New funcion.
4227 (ps-mule-prepare-font-for-components): New function.
4228 (ps-mule-plot-components): New function.
4229 (ps-mule-composition-prologue-generated): Renamed from
4230 ps-mule-cmpchar-prologue-generated.
4231 (ps-mule-composition-prologue): New named from
4232 ps-mule-cmpchar-prologue. Modified for new composition.
4233 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4234 ps-mule-prepare-cmpchar-font): Deleted.
4235 (ps-mule-string-encoding): New arg NO-SETFONT.
4236 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4237 check Composing, not Cmpchar
4238 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4239 to nil.
4240 (ps-mule-begin-job): Check existence of new composition.
4241
4242 * ps-print.el (ps-plot-region): Handle new composition.
4243
4244 * simple.el (what-cursor-position): Show "(composed)" if the
4245 character is composed.
4246
4247 * international/characters.el: Fix cateogries of Lao symbols.
4248
4249 * international/fontset.el (vertical-centering-font-regexp): New
4250 variable.
4251
4252 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4253 (mule-version-date): Updated to 1999.12.7.
4254 (with-category-table): New macro.
4255
4256 * international/mule-cmds.el (encode-coding-char): Don't check
4257 composite character.
4258
4259 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4260 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4261 x-ctext): Give `composition' property t.
4262
4263 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4264 non-nil) at the tail of ALIST.
4265 (compose-region, decompose-region, decompse-string,
4266 reference-point-alist, compose-chars): Moved to composite.el.
4267 (compose-chars-component, compose-chars-rule,
4268 decompose-composite-char): Deleted.
4269
4270 * international/quail.el (quail-install-map): New optional arg
4271 NAME.
4272 (quail-get-translation): If DEF is a symbol but not a function,
4273 ignore it.
4274 (quail-start-translation): Put a key sequence undefined in the
4275 translation keymap in unread-command-events, not generated-events.
4276 Return parameterized event (compose-last-chars N) if the input
4277 characters should be composed.
4278 (quail-map-definition): If DEF is t, treat it as nil.
4279 (quail-delete-last-char): Delete the quail region.
4280 (quail-show-translations): Don't show list of translations if the
4281 quail package is deterministic.
4282 (quail-completion-max-depth): New variable.
4283 (quail-completion-1): Pay attention to the above variable. Fix
4284 for the case that a translation is a function.
4285 (quail-map-from-table, quail-map-from-table-1,
4286 quail-map-from-table-2): New functions.
4287 (quail-lookup-map-and-concat): New function
4288
4289 * language/devan-util.el: Mostly rewritten.
4290
4291 * language/lao.el: Register lao-composition-function in
4292 composition-function-table.
4293
4294 * language/lao-util.el: Mostly rewritten.
4295
4296 * language/thai.el: Register thai-composition-function in
4297 composition-function-table.
4298 (thai-tis620): Delete `pre-write-conversion' property.
4299
4300 * language/thai-util.el: (thai-category-table): Make it by
4301 make-category-table.
4302 (thai-composition-pattern): New variable.
4303 (thai-compose-region, thai-compose-string): Use
4304 with-category-table.
4305 (thai-post-read-conversion): Just call thai-compose-region.
4306 (thai-pre-write-conversion): Deleted.
4307 (thai-composition-function): New funciton.
4308
4309 * language/tibet-util.el: Most functions rewritten.
4310 (tibetan-char-p): Renamed from tibetan-char-examin.
4311 (tibetan-composable-examin) (tibetan-complete-char-examin)
4312 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4313 (tibetan-add-components): New function.
4314 (tibetan-composition-function): New function.
4315
4316 * language/tibetan.el: Register tibetan-composition-function in
4317 composition-function-table.
4318 (tibetan-composable-pattern): New variable.
4319 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4320 (tibetan-precomposition-rule-alist): Move punctuations to
4321 tibetan-punctuation-transcription-alist and
4322 tibetan-obsolete-glyphs.
4323 (tibetan-punctuation-transcription-alist): New variable.
4324 (tibetan-obsolete-glyphs): New variable.
4325 (tibetan-regexp): Improve the initialization code.
4326
4327 * textmodes/fill.el (fill-find-break-point): Delete codes for
4328 composite characters.
4329 (fill-region-as-paragraph): Likewise.
4330
4331 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4332
4333 * international/mule-cmds.el (default-input-method): Specify
4334 that it should be set after current-language-environment.
4335
4336 * custom.el (custom-handle-keyword): Add :set-after.
4337 (custom-add-dependencies): New function.
4338 (custom-set-variables): Take dependencies between args into
4339 account.
4340
4341 * battery.el (battery): Doc fix.
4342
4343 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4344
4345 * progmodes/cc-make.el: Removed.
4346
4347 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4348
4349 * Release of cc-mode 5.26
4350
4351 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4352
4353 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4354 target depth. Optionally count #else lines as clause limits,
4355 as suggested by don provan <provan@lucent.com>. #elif
4356 handling fixed.
4357
4358 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4359 (c-down-conditional-with-else): New commands that uses the
4360 added functionality in `c-forward-conditional'.
4361
4362 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4363
4364 * cc-align.el (c-lineup-comment): Preserve the alignment with
4365 a comment on the previous line instead of preserving the
4366 comment-column.
4367
4368 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4369
4370 * Fixes to IDL mode after input from Eric Eide
4371 <eeide@cs.utah.edu>:
4372 * cc-engine.el (c-beginning-of-statement-1): Allow
4373 `c-conditional-key' to be nil, for the benefit of IDL mode.
4374 * cc-engine.el (c-guess-basic-syntax): Ditto.
4375 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4376 but do match CORBA 2.3 `valuetype'.
4377 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4378 for IDL.
4379 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4380 be nil for IDL.
4381 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4382 Like C++.
4383 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4384 set `c-method-key' and `c-baseclass-key' to nil.
4385
4386 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4387
4388 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4389 with nonhanging open braces.
4390
4391 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4392
4393 * cc-align.el: Added docstrings to all lineup functions.
4394
4395 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4396 keyword.
4397
4398 * cc-align.el (c-lineup-C-comments): Handle free form text
4399 comments. Use c-comment-prefix-regexp and comment-start-skip
4400 instead of hardcoded regexps.
4401
4402 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4403
4404 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4405 behavior and return value as documented.
4406
4407 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4408
4409 * Changes for new style variable init system:
4410 * cc-langs.el (c-common-init): Dito.
4411 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4412 now customizable.
4413 * cc-vars.el: Style variables may now take a value
4414 'set-from-style to make them take their value from the style
4415 system. This value is now the default on all these variables.
4416 * cc-vars.el (c-valid-offset): New function to verify a
4417 syntactic symbol offset setting.
4418 * cc-vars.el (c-offsets-alist): Variable moved from
4419 cc-styles.el since it's now customizable in a similar way to
4420 the other style variables.
4421 * cc-vars.el (c-old-style-variable-behavior): New variable to
4422 revert to the old style init behavior.
4423
4424 * cc-vars.el (c-file-style, c-file-offsets): Made always
4425 buffer local.
4426
4427 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4428 the throws clause that might follow the function prototype in
4429 C++.
4430
4431 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4432
4433 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4434 could move forward for macros that doesn't start in column 0.
4435
4436 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4437
4438 * cc-align.el (c-indent-multi-line-block,
4439 c-lineup-whitesmith-in-block): Two new lineup functions for
4440 use in whitesmith style.
4441
4442 * cc-styles.el (c-style-alist): More fixes to whitesmith
4443 style. It should now handle all different braces uniformly in
4444 both hanging and non-hanging cases.
4445
4446 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4449 make it stay in the same position relative to the surrounding
4450 text.
4451
4452 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4453 when adaptive-fill-mode doesn't manage to get it correct.
4454
4455 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4456 with dotted notation, e.g. foo.bar.Gnu.
4457
4458 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4459 within unwind-protect (previously only some were wrapped so it
4460 would be possible to register mode initialization when full
4461 initialization did not finish).
4462
4463 * cc-styles.el (c-style-alist): Corrected the brace placement
4464 in the whitesmith style. Thanks to Sean Luke
4465 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4466 styles with consistent brace placement for all constructs.
4467
4468 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4469
4470 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4471 when point is in the middle of them.
4472
4473 * cc-cmds.el: Line breaking and paragraph filling code
4474 rewritten:
4475 (c-guess-fill-prefix): New function that uses various
4476 heuristics to guess the comment prefix.
4477 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4478 It now assumes adaptive filling is active to preserve the line
4479 prefix inside comments.
4480 (c-indent-new-comment-line): Replacement for the now
4481 obsolete `c-comment-line-break-function' that uses
4482 `c-guess-fill-prefix' when appropriate. It now observes the
4483 setting of `comment-multi-line', which has effect in C-style
4484 block comments.
4485
4486 * cc-cmds.el (c-context-line-break): New function intended to
4487 be put on RET. It's essentially `newline-and-indent', but
4488 continues C block comments with the appropriate line prefix.
4489
4490 * cc-cmds.el (c-do-auto-fill): New function put on
4491 `normal-auto-fill-function' to implement the
4492 `c-ignore-auto-fill' variable.
4493
4494 * cc-cmds.el (c-beginning-of-statement): Use
4495 `c-comment-prefix-regexp' to avoid ending up inside the
4496 comment prefix. Better handling of comment starters and
4497 enders. Catch comments better when traversing code. Stop at
4498 preprocessor directives.
4499
4500 * cc-defs.el (c-forward-comment): New subst to hide platform
4501 dependent quirks in `forward-comment'.
4502
4503 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4504 argument.
4505 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4506 arguments. Activate this function by default when
4507 `parse-partial-sexp' supports it (currently Emacs 20.x).
4508
4509 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4510 on the comment opener to make constants usable as lineup
4511 arguments.
4512
4513 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4514 changed anchor position in the `c' syntactic symbol. Handle
4515 more than stars in the comment prefix; use the new variable
4516 `c-comment-prefix-regexp'. Don't indent text not preceded by
4517 a comment prefix to the right of the comment opener if it's
4518 long.
4519
4520 * cc-langs.el: Fixes to mode initialization for new line
4521 breaking and paragraph filling method. Adaptive fill mode is
4522 now activated at startup instead of deactivated. The
4523 variables used for adaptive filling and paragraph movement are
4524 also changed to incorporate the value of
4525 `c-comment-prefix-regexp'. `substitute-key-definition' is
4526 used to override some functions in the global map instead of
4527 overriding their default bindings.
4528
4529 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4530 javadoc markup at mode init.
4531
4532 * cc-mode.el (c-setup-filladapt): A new convenience function
4533 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4534 function is intended to be used explicitly by the end user
4535 only.
4536
4537 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4538 recognize the comment fill prefix inside comments.
4539 (c-block-comment-prefix): New name for
4540 `c-comment-contiuation-stars', which is now obsolete. It's
4541 generalized to handle any character sequence.
4542 (c-ignore-auto-fill): New variable used to selectively disable
4543 Auto Fill mode in specific contexts.
4544
4545 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4546
4547 * cc-cmds.el (c-comment-indent): Leave at least one space
4548 between the comment and the last nonblank character in the
4549 case where we look at the indentation of the comment on the
4550 previous line (case 4).
4551
4552 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4553 list of characters that may start a statement (it's a sort of
4554 prefix operator in Pike, and isn't used at all in any of the
4555 other languages).
4556
4557 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4558
4559 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4560 inside continued statements as statement-cont instead of
4561 brace-list-open. The reason is that one normally adjusts
4562 brace-list-open for brace lists as top-level constructs, and
4563 brace lists inside statements is a completely different
4564 context. Case 10B.2 changed. Also changed (the somewhat
4565 esoteric) case 9A to cope with this.
4566
4567 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4568
4569 * cc-cmds.el (c-electric-brace): Added electric handling of
4570 the open brace for brace-elseif-brace.
4571
4572 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4573
4574 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4575 syntax tables temporarily.
4576
4577 * cc-engine.el (c-guess-basic-syntax): Handle template and
4578 member init argument lists split over several lines. Case 5D
4579 changed.
4580
4581 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4582 @throws introduced in Javadoc 1.2.
4583
4584 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4585 patch from RMS to avoid infinite backtracking.
4586
4587 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4588
4589 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4590 by [ ].
4591
4592 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4593
4594 * cc-align.el (c-lineup-dont-change): Compensate properly for
4595 the column in langelem.
4596
4597 * cc-engine.el (c-syntactic-information-on-region): New
4598 function to help debugging the syntactic analysis.
4599
4600 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4601
4602 * cc-align.el (c-lineup-template-args): Handle nested template
4603 arglists.
4604
4605 * cc-langs.el (c++-template-syntax-table): New syntax table
4606 that makes `<' and `>' parenthesis characters, which is useful
4607 to switch to temporarily when analyzing template arglists.
4608
4609 * cc-styles.el: Changed default alignment of labels in the
4610 java style to conform to the examples in the Java Language
4611 Specification.
4612
4613 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4614 by default.
4615
4616 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4617
4618 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4619 immediately before the closing paren in an arglist, so don't
4620 check that in Pike mode. Case 7A changed.
4621
4622 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4623
4624 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4625 lines were ignored under certain conditions.
4626
4627 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4628
4629 * cc-align.el (c-lineup-template-args): New function for
4630 aligning continued template argument lists.
4631
4632 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4633 lists containing function arglists split over several lines.
4634 Case 5D.1 changed.
4635
4636 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4637 template-args-cont didn't get recognized when the first
4638 arglist opener line doesn't contain a template argument. New
4639 case 5K.
4640
4641 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4642
4643 * cc-defs.el (c-point): Changed from subst to macro for
4644 efficiency.
4645 (c-beginning-of-defun-1, c-end-of-defun-1): New
4646 beginning-of-defun/end-of-defun wrappers separated from
4647 c-point.
4648
4649 * cc-menus.el (imenu-generic-expression,
4650 imenu-case-fold-search, imenu-progress-message): Dummy
4651 definitions to avoid compiler warnings if imenu can't be
4652 loaded.
4653 * cc-menus.el (cc-imenu-init): New function called at mode
4654 init.
4655 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4656 imenu initializations to cc-imenu-init.
4657
4658 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4659
4660 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4661 for lambda-intro-cont in Pike mode. Case 6 changed.
4662
4663 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4664 anything following "new Foo()" was considered an anonymous
4665 class body in Java mode.
4666
4667 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4668
4669 * cc-cmds.el (c-comment-line-break-function): When breaking in
4670 a string, don't insert a new line.
4671
4672 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4673
4674 * cc-engine.el (c-at-toplevel-p): New interface function which
4675 returns information useful to add-on authors. It tells you
4676 whether you're at a toplevel statement or not.
4677
4678 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4679
4680 * cc-cmds.el (c-comment-line-break-function): It is possible
4681 that forward-line does not land us at the bol, say if we're on
4682 the last line in a file. In that case, do a
4683 back-to-indentation instead of a forward-comment -1.
4684
4685 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4686
4687 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4688 "default:" as normal label in case 4.
4689
4690 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4691
4692 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4693 recognize continued bitfield declarations. Case 5D.1 changed.
4694 * cc-langs.el: New variable c-bitfield-key.
4695 * cc-mode.el: New variable c-bitfield-key.
4696
4697 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4698
4699 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4700 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4701 ..}").
4702
4703 1999-12-12 Dave Love <fx@gnu.org>
4704
4705 * mail/footnote.el: Require cl when compiling. Don't autoload
4706 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4707 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4708 Avoid `acons'.
4709 (footnote-mode-line-string, Footnote-add-footnote): Remove
4710 autoload cookie.
4711
4712 1999-12-12 Richard Sharman <rsharman@pobox.com>
4713
4714 * sh-script.el: Fix for when font-lock mode is active.
4715 (sh-font-lock-unfontify-region-function): New function.
4716
4717 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4718
4719 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4720 if start-process is not bound, since Ispell now supports such
4721 platforms as well.
4722
4723 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4724
4725 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4726 rmail-summary-goto-msg.
4727
4728 * files.el (after-find-file): Fix previous change.
4729
4730 1999-12-11 Dave Love <fx@gnu.org>
4731
4732 * help.el (where-is): Use `commandp' as predicate for
4733 `completing-read'
4734
4735 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4736
4737 * cus-edit.el (custom-save-delete): Delete all occurrences,
4738 leave point where the first occurrence was.
4739 (custom-save-faces): Insert a newline at the end of the comment.
4740 Avoid a double newline there.
4741 If final closeparen is at bol, put a space before it.
4742 (custom-save-variables): Likewise.
4743 (custom-file): Doc fix.
4744
4745 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4746
4747 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4748 regexp matching image and audio files.
4749
4750 1999-12-09 Dave Love <fx@gnu.org>
4751
4752 * mail/footnote.el: New file.
4753
4754 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4755
4756 * files.el (after-find-file): Use auto-save-visited-file-name if
4757 set.
4758
4759 * mail/feedmail.el (feedmail-find-eoh): Take
4760 feedmail-queue-alternative-mail-header-separator into account.
4761
4762 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4763
4764 * smerge-mode.el: New file.
4765
4766 * font-lock.el (font-lock-multiline): New variable.
4767 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4768 (font-lock-remove-keywords): Added a dummy `mode' argument for
4769 potential future support.
4770 (font-lock-fontify-anchored-keywords,
4771 (font-lock-fontify-keywords-region): Only handle multiline strings
4772 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4773
4774 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4775
4776 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4777
4778 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4779
4780 1999-12-07 Dave Love <fx@gnu.org>
4781
4782 * help.el (view-emacs-problems): New command, bound to C-h P.
4783
4784 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4785
4786 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4787
4788 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4789 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4790 New code to support the minor mode version.
4791 (diff-recenter): New function.
4792 (diff-next-hunk, diff-next-file): Use it.
4793 (diff-remembered-files-alist): New var.
4794 (diff-merge-strings): New function.
4795 (diff-find-file-name): Make it smarter and use the user's input more.
4796 (diff-mode): Cosmetic changes.
4797
4798 * files.el (save-some-buffers): Turn EXITING into the more general
4799 PRED argument to allow specifying a subset of buffers.
4800
4801 * simple.el (kill-region): Use the new `delete-and-extract-region'
4802 rather than the undo log (which is incorrect with *-change-functions).
4803
4804 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4805 off-by-one problem that could force re-fontifying the whole buffer.
4806 (font-lock-remove-keywords): New function.
4807 (font-lock-add-keywords): Use the new function to ensure idempotence.
4808
4809 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4810
4811 * viper-cmd.el (viper-minibuffer-standard-hook,
4812 viper-minibuffer-real-start): Mew functions.
4813 (viper-read-string-with-history,viper-file-add-suffix,
4814 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4815 change in the status of the minibuffer prompt.
4816
4817 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4818
4819 * comint.el (comint-redirect-results-list)
4820 (comint-redirect-results-list-from-process): Remove interactive
4821 spec.
4822
4823 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4824
4825 * info.el (info-node, info-menu-5, info-xref): Define colors for
4826 Info faces if the display supports them.
4827
4828 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 Changes for automatic remapping of X colors on terminal frames:
4831
4832 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4833 term-setup-hook. Call msdos-remember-default-colors and
4834 msdos-handle-reverse-video.
4835 (msdos-face-setup): Parts of code moved to
4836 msdos-setup-initial-frame.
4837 (msdos-handle-reverse-video): New function, modeled after
4838 x-handle-reverse-video.
4839 (make-msdos-frame): Don't use initial-frame-alist and
4840 default-frame-alist. Call msdos-handle-reverse-video.
4841 (msdos-color-aliases): Remove.
4842 (msdos-color-translate, msdos-approximate-color): Remove.
4843 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4844 for better approximation of X colors.
4845 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4846 up tty-color-alist (it is now on startup.el).
4847 (x-display-color-p, x-color-defined-p, x-color-values,
4848 x-defined-colors, face-color-supported-p, face-color-gray-p):
4849 Remove.
4850
4851 * facemenu.el (facemenu-read-color, list-colors-display): Use
4852 defined-colors for all frame types.
4853 (facemenu-color-equal): Use color-values for all frame types.
4854
4855 * faces.el (read-face-attribute): For :foreground and :background
4856 attributes and frames on character terminals, translate the color
4857 to the closest supported one before looking it up in the list of
4858 valid values.
4859 (face-valid-attribute-values): Call defined-colors for all types
4860 of frames.
4861 (defined-colors, color-defined-p, color-values, display-color-p):
4862 New finctions.
4863 (x-defined-colors, x-color-defined-p, x-color-values,
4864 x-display-color-p): Aliases for the above.
4865
4866 * startup.el (command-line): Register terminal colors for frame
4867 types other than x and w32, but only if the terminal supports
4868 colors. Call tty-color-define instead of face-register-tty-color.
4869
4870 * term/x-win.el (xw-defined-colors): Renamed from
4871 x-defined-colors.
4872 * term/w32-win.el (xw-defined-colors): Likewise.
4873
4874 * term/tty-colors.el: New file.
4875 * loadup.el: Load term/tty-colors.
4876
4877 1999-12-06 Dave Love <fx@gnu.org>
4878
4879 * ffap.el: Autoload the ffap alias directly.
4880
4881 1999-12-06 Inge Frick <inge@nada.kth.se>
4882
4883 * dired-aux.el (dired-do-shell-command): Changed documentation.
4884 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4885 meaning as `*'.
4886
4887 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4888
4889 * simple.el (insert-buffer): Doc fix.
4890
4891 * apropos.el (apropos-mode): Add autoload cookie.
4892
4893 1999-12-06 Sam Steingold <sds@goems.com>
4894
4895 * progmodes/etags.el (etags-tags-completion-table): Modified the
4896 regexp to allow for the CL symbols starting with `+*'.
4897 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4898 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4899 `function' quoting lambda.
4900 (tags-with-face): New macro.
4901 (list-tags, tags-apropos): Use it.
4902 (tags-apropos-additional-actions): New user option.
4903 (etags-tags-apropos-additional): Use it.
4904 (tags-apropos): Call etags-tags-apropos-additional.
4905 (tags-apropos-verbose): New user option.
4906 (etags-tags-apropos): Use it.
4907 (visit-tags-table-buffer, next-file): Use `unless'.
4908 (recognize-empty-tags-table): Renamed to
4909 tags-recognize-empty-tags-table.
4910 (complete-tag): Call tags-complete-tag bypassing try-completion.
4911
4912 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4913
4914 * international/mule.el (set-buffer-file-coding-system): Docstring
4915 modified.
4916
4917 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4918
4919 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4920 using the hideshow package.
4921 (hs-special-modes-alist): Added entry for bibtex to allow the use
4922 of the hideshow package.
4923 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4924 not longer provided by bibtex.el directly. Instead the hideshow
4925 package should be used.
4926 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4927 references to bibtex-hide-entry-bodies.
4928
4929 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4930
4931 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4932 maintainer information closer to the beginning of the bibtex.el
4933 file.
4934 (bibtex-maintainer-salutation): New constant.
4935 (bibtex-version): New constant.
4936 (bibtex-submit-bug-report): Use bibtex-version and
4937 bibtex-maintainer-salutation.
4938 (bibtex-entry-field-alist): Made booktitle field optional for
4939 @inproceedings entries when crossreferenced.
4940 (bibtex-entry-field-alist): Added booktitle field to proceedings
4941 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4942 for the suggestion.
4943 (bibtex-string-file-path): Fixed typo.
4944
4945 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4946
4947 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4948 for reftex.el.
4949 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4950 to menu.
4951
4952 1999-12-04 Dave Love <fx@gnu.org>
4953
4954 * delsel.el: Revert previous change -- region is significant to
4955 skeleton.
4956
4957 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4958
4959 * viper-cmd.el (viper-change-state): Use
4960 viper-ESC-moves-cursor-back to decide whether to move the cursor
4961 back.
4962
4963 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4964
4965 * international/mule-util.el (truncate-string-to-width): Docsting
4966 fixed.
4967
4968 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4969
4970 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4971 use of `cond'.
4972 (lm-with-file): Move all the find-file...kill-buffer stuff into
4973 this macro. Make it use `find-file-noselect' and make it kill
4974 the buffer only if it wasn't already displayed somewhere.
4975 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4976 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4977 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4978 (lm-commentary): Fix to handle the case when the change log is
4979 at the end of the file.
4980
4981 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4982
4983 * international/mule.el (charsetp): Fix typo in docstring.
4984
4985 * international/mule-diag.el (list-coding-categories): Fix typo;
4986 automatic -> autoload.
4987
4988 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4989
4990 * vc.el (vc-update-change-log): Look for rcs2log under
4991 exec-directory.
4992
4993 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4994 outline-regexp, add outline-level.
4995 (lisp-outline-level): New.
4996
4997 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4998 remove extraneous string-match.
4999
5000 * finder.el (finder-commentary): Activate Finder mode.
5001
5002 1999-12-01 Anders Lindgren <andersl@andersl.com>
5003
5004 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
5005 off when reverting buffers that contained mode specifiers.
5006 `revert-buffer' is now called with non-nil PRESERVE-MODES
5007 argument.
5008
5009 1999-12-01 Dave Love <fx@gnu.org>
5010
5011 * delsel.el: Grok skeleton-pair-insert-maybe.
5012
5013 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5014
5015 * progmodes/cperl-mode.el (cperl-under-as-char):
5016 Use nil as default.
5017
5018 1999-11-30 Gerd Moellmann <gerd@gnu.org>
5019
5020 * speedbar.el (toplevel): Remove compatibility code for Emacs
5021 versions without custom.el.
5022
5023 1999-11-30 Dave Love <fx@gnu.org>
5024
5025 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
5026
5027 * autoinsert.el: Minor doc fixes.
5028 (auto-insert): Return nil.
5029
5030 * faces.el (set-face-documentation): Purecopy STRING.
5031
5032 1999-11-29 Dave Love <fx@gnu.org>
5033
5034 * derived.el: Doc fixes, remove old backquote syntax.
5035
5036 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
5037 comment warning about editing.
5038
5039 * help.el (help-mode-hook): Define.
5040
5041 1999-11-29 Gerd Moellmann <gerd@gnu.org>
5042
5043 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
5044 invalid translation of old-style backquote syntax to new syntax.
5045
5046 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
5047
5048 * Makefile (DONTCOMPILE): Add term/internal.el.
5049
5050 1999-11-26 Dave Love <fx@gnu.org>
5051
5052 * comint.el: Fix last change.
5053
5054 * emacs-lisp/advice.el: Fix last change.
5055
5056 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5057
5058 * cus-edit.el (Custom-reset-standard): Doc fix.
5059 (custom-variable-reset-standard): Doc fix.
5060 (custom-face-reset-standard): Doc fix.
5061 (custom-face-menu): "Reset to Standard" => "Erase Customization".
5062 (custom-variable-menu): Likewise.
5063 (custom-reset-menu): Likewise.
5064 (custom-buffer-create-internal): Likewise.
5065
5066 1999-11-26 Dave Love <fx@gnu.org>
5067
5068 * progmodes/make-mode.el (makefile-mode-hook): Customize.
5069
5070 * font-lock.el: Doc fixes.
5071
5072 * menu-bar.el (menu-bar-mode): Customize.
5073
5074 * cus-start.el: Add use-dialog-box.
5075
5076 * add-log.el (change-log-mode-hook): Customize.
5077 (add-log-current-defun): Use
5078 fortran-{beginning,end}-of-subprogram.
5079
5080 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5081
5082 * emacs-lisp/advice.el: Many doc fixes.
5083
5084 * comint.el (comint-preoutput-filter-functions): Doc fix.
5085
5086 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5087
5088 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5089 Improve messages for capitalization of arg names,
5090 for flag variables, for t and nil, for imperatives.
5091 Call them imperatives rather than infinitives sans "to".
5092 (checkdoc-common-verbs-wrong-voice): Add "moves".
5093 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5094
5095 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5096 Don't convert comments from 3-semicolon to 2-semicolon.
5097 That is a matter of style.
5098 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5099 (checkdoc-comments): Don't bind that variable.
5100
5101 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5102
5103 * files.el (write-file-hooks): Doc fix.
5104
5105 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5106
5107 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5108
5109 1999-11-25 Dave Love <fx@gnu.org>
5110
5111 * hippie-exp.el: Require comint when compiling.
5112 (hippie-expand): Add :links.
5113 (hippie-expand-try-functions-list): Customize.
5114
5115 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5116
5117 * viper*el: Replaced old-style backquotes.
5118
5119 * ediff*el: Replaced old-style backquotes.
5120
5121 * ediff-merge
5122 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5123 Changed to support the new format for ediff-combination-pattern.
5124
5125 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5126 Changed to support the new format for ediff-combination-pattern.
5127
5128 1999-11-24 Dave Love <fx@gnu.org>
5129
5130 * custom.el (custom-declare-group): Purecopy DOC.
5131 (custom-handle-keyword): Purecopy VALUE.
5132 (custom-add-link): Purecopy WIDGET.
5133 (custom-add-version): Purecopy VERSION.
5134 (custom-add-load): Purecopy LOAD.
5135
5136 * cus-face.el (custom-declare-face): Purecopy DOC.
5137
5138 * info.el:
5139 (Info-build-node-completions, Info-search, Info-follow-reference)
5140 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5141 (Info-find-emacs-command-nodes): Avoid properties on matched text
5142 which may appear in minibuffer.
5143
5144 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5145
5146 * locate.el (locate-with-filter): Doc fix.
5147
5148 1999-11-24 Alex Schroeder <alex@gnu.org>
5149
5150 * sql.el (sql-find-sqli-buffer): New function.
5151 (sql-set-sqli-buffer-generally): New function.
5152 (sql-set-sqli-buffer): Better checking of new-buffer.
5153 (sql-copy-column): Add comma after INTO clause, too.
5154
5155 1999-11-24 Alex Schroeder <alex@gnu.org>
5156
5157 * sql.el (sql-imenu-generic-expression): New, used to set
5158 imenu-generic-expression.
5159
5160 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5161 setting font-lock-defaults' SYNTAX-ALIST. Set
5162 imenu-generic-expression, imenu-case-fold-search, and
5163 imenu-syntax-alist.
5164
5165 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5166 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5167
5168 1999-11-23 Andrew Innes <andrewi@gnu.org>
5169
5170 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5171 drop coords aren't over a specific window.
5172
5173 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5174
5175 * ps-print.el: Define mule funs without checking if mule package is
5176 loaded.
5177 (ps-print-version): New version number (5.0.1).
5178 (ps-header-dirpart): Now uses abbreviate-file-name.
5179
5180 1999-11-23 Dave Love <fx@gnu.org>
5181
5182 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5183 comment-line-start.
5184 (fortran-comment-line-start-skip): Renamed from
5185 comment-line-start-skip.
5186 (fortran-mode-map): Use renamed functions. Add manual and custom
5187 entries to menu.
5188 (fortran-mode-hook): Customize.
5189 (fortran-comment-indent-function): Renamed from
5190 fortran-comment-hook.
5191 (delete-horizontal-regexp): Function deleted.
5192 (fortran-electric-line-number): Simplified.
5193 (fortran-beginning-of-subprogram): Renamed from
5194 beginning-of-fortran-subprogram.
5195 (fortran-end-of-subprogram): Renamed from
5196 end-of-fortran-subprogram.
5197 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5198 (fortran-previous-statement, fortran-next-statement): Simplified.
5199 (fortran-blink-match): New function.
5200 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5201 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5202 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5203 line-end-position.
5204 (fortran-fill): No longer interactive. Simplified.
5205 (fortran-break-line): Simplified.
5206 (fortran-analyze-file-format): Use char-after, not looking-at.
5207
5208 * emacs-lisp/find-func.el (find-function-regexp): Use
5209 `define-minor-mode' after easy-menu change.
5210
5211 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5212
5213 * comint.el: Add redirection.from active comint buffers into
5214 another buffer. Written by Peter Breton.
5215
5216 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5217
5218 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5219 `define-minor-mode'.
5220 (define-minor-mode): Specify `doc-string-elt'.
5221
5222 * emacs-lisp/easy-mmode.el: Changed maintainer.
5223 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5224 Use defcustom for the hooks; Improve the auto-generated docstrings.
5225 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5226 (define-minor-mode): Add BODY arg; Only declare the keymap if
5227 provided; Improve the auto-generated docstrings.
5228
5229 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5230
5231 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5232 that the leading `^' is at the start. This is necessary because
5233 paragraphs.el tries to remove anchors, but can find them only if
5234 they are the first character.
5235
5236 * progmodes/antlr-mode.el: New file.
5237
5238 * calendar/calendar.el: Fix autoload for
5239 calendar-absolute-from-astro. Add autoload for
5240 calendar-print-astro-day-number.
5241
5242 1999-11-21 Anders Lindgren <andersl@andersl.com>
5243
5244 * follow.el: Use modern backquote syntax. Minor comment update.
5245
5246 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5247
5248 * simple.el (with-syntax-table): Don't switch buffers.
5249
5250 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5251 progmodes/hideif.el: Use new backquote syntax.
5252
5253 1999-11-21 Ken Manheimer <klm@python.org>
5254
5255 * icomplete.el (icomplete-completions): Use an explicit variable
5256 `icomplete-prospects-length', obviating the need to use an
5257 apparently faulty throw/catch arrangement.
5258
5259 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5260
5261 * term/internal.el (IT-display-table-setup): Don't overstep
5262 character code 255.
5263
5264 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5265
5266 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5267 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5268
5269 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5270
5271 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5272 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5273
5274 * files.el (auto-mode-alist): Add patterns for diff-mode.
5275
5276 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5277 to detect an empty prompt.
5278
5279 1999-11-18 Dave Love <fx@gnu.org>
5280
5281 * simple.el (input-mode-8-bit): Fix the customization.
5282
5283 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5284
5285 * international/iso-acc.el (iso-languages): Add more
5286 characters for Portuguese.
5287
5288 * speedbar.el: Clean up comment at the start of the file.
5289 Remove RCS id.
5290
5291 * progmodes/compile.el (compilation-parse-errors): Use
5292 compilation-buffer-p instead of testing major-mode.
5293
5294 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5295
5296 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5297 (quickurl-ask): completion-ignore-case is set to the value of
5298 quickurl-completion-ignore-case for the duration of the call to
5299 completing-read.
5300
5301 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5302
5303 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5304
5305 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5306
5307 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5308 instead of ps-print-def.
5309
5310 * ps-print.el: Require ps-vars instead of ps-print-def.
5311
5312 * ps-mule.el: Require ps-vars instead of ps-print-def.
5313
5314 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5315
5316 * simple.el (with-syntax-table): Save buffer explicitly instead of
5317 using save-excursion.
5318
5319 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5320
5321 * mail/supercite.el: New maintainer.
5322
5323 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5324
5325 * progmodes/vhdl-mode.el: Use new backquote syntax.
5326
5327 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5328
5329 * simple.el (with-syntax-table): New.
5330
5331 1999-11-15 Sam Steingold <sds@ksp.com>
5332
5333 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5334
5335 1999-02-22 Sam Steingold <sds@goems.com>
5336
5337 * goto-addr.el (goto-address-at-mouse,
5338 goto-address-find-address-at-point): Use compose-mail.
5339 (goto-address-mail-method): Removed variable.
5340 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5341 goto-address-send-using-mail): Removed functions.
5342
5343 1998-11-03 Sam Steingold <sds@goems.com>
5344
5345 * simple.el (backward-delete-char-untabify):
5346 backward-delete-char-untabify-method can be `all' now - to delete
5347 hungrily including newlines.
5348
5349 1999-11-15 Sam Steingold <sds@ksp.com>
5350
5351 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5352
5353 1999-11-15 Dave Love <fx@gnu.org>
5354
5355 * cus-edit.el (customize-face, customize-face-other-window):
5356 Require match from completing-read.
5357 (custom-buffer-done-function): Default to custom-bury-buffer, not
5358 bury-buffer.
5359
5360 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5361
5362 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5363 progmodes/cperl-mode.el: Use new backquote syntax.
5364
5365 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5366
5367 * uniquify.el: Use new backquote syntax.
5368
5369 1999-11-14 Markus Rost <rost@ias.edu>
5370
5371 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5372 as in ispell-local-dictionary-alist.
5373
5374 1999-11-14 Alex Schroeder <alex@gnu.org>
5375
5376 * ansi-color.el (ansi-color-apply): Updated regexps to include
5377 highlighted face.
5378
5379 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5380
5381 * forms.el (forms--make-format-elt-using-text-properties):
5382 Treat `intangible' differently.
5383
5384 * forms.el: Use new backquote syntax.
5385
5386 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5387
5388 * textmodes/scribe.el (scribe-mode): Doc-fix.
5389
5390 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5391
5392 * net-utils.el (run-network-program, net-utils-run-program): Use
5393 the new backquote syntax.
5394 (smbclient-program, smbclient-program-options)
5395 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5396 variables
5397 (smbclient, smbclient-list-shares): New functions
5398
5399 1999-11-12 Sam Steingold <sds@ksp.com>
5400
5401 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5402 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5403 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5404 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5405 (viper-kbd-global-pair, viper-kbd-global-definition):
5406 Use the new backquote syntax.
5407
5408 * emulation/viper-cmd.el (viper-test-com-defun)
5409 (viper-prefix-arg-value, viper-prefix-arg-com):
5410 Use the new backquote syntax.
5411
5412 * emacs-lisp/debug.el (debugger-env-macro):
5413 Use the new backquote syntax.
5414
5415 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5416 Use the new backquote syntax.
5417
5418 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5419 New user variable.
5420 (calendar-hide-window): Use it.
5421 (increment-calendar-month, calendar-for-loop, calendar-sum):
5422 Use the new backquote syntax.
5423
5424 1999-11-12 Andrew Innes <andrewi@gnu.org>
5425
5426 * select.el (x-set-selection): Call buffer-substring, not
5427 substring. Also fix docstring
5428
5429 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5430
5431 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5432 of customizable variables to bug report message. Added
5433 system-type to package name in bug report.
5434
5435 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5436
5437 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5438 to display file names.
5439
5440 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5441
5442 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5443
5444 * isearch.el: Add lazy-highlighting feature.
5445
5446 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5447
5448 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5449 constant.
5450 (ps-mode-submit-bug-report): New function. Entry added to menu.
5451
5452 1999-11-10 William M. Perry <wmperry@aventail.com>
5453
5454 * mwheel.el: New file to support the new style wheeled mice.
5455
5456 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5457
5458 * startup.el (initial-scratch-message): Add ";;" to the front of
5459 lines in the message.
5460
5461 * files.el (file-local-copy): Remove optional BUFFER argument
5462 because that's not used by anything.
5463
5464 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5465 to-address.
5466
5467 1999-11-08 Markus Rost <rost@ias.edu>
5468
5469 * wid-edit.el (widget-button-click): Wrap with save-excursion
5470 to restore track-mouse in the correct buffer.
5471
5472 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5473
5474 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5475
5476 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5477
5478 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5479 lpr-command to "lp" for some system-types. (copied from lpr.el
5480 Emacs version 20.2.1).
5481
5482 1999-11-04 Markus Rost <rost@ias.edu>
5483
5484 * simple.el (comment-region): Strip off white space at end of
5485 comment-start.
5486
5487 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5488
5489 * faces.el (secondary-selection): Fix wrong color name.
5490
5491 1999-11-04 John Tobey <jtobey@epsilondev.com>
5492
5493 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5494 the default when invoking perldb in a non-Perl buffer, and other
5495 cases involving -e or --.
5496
5497 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5498
5499 * simple.el (previous-matching-history-element)
5500 (next-history-element): Use delete-field instead of erase-field.
5501
5502 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5503 Use delete-field instead of erase-field.
5504
5505 * faces.el (secondary-selection): Change background to yellow.
5506
5507 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5508 find the start of the text. Use field-string to read the user
5509 input.
5510
5511 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5512
5513 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5514 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5515 for compatibility with old face implementation.
5516
5517 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5518 Use erase-field instead of erase-buffer.
5519
5520 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5521 internal-show-cursor with new interface.
5522 (blink-cursor-timer-function): New.
5523 (blink-cursor-start): Use blink-cursor-timer-function.
5524
5525 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5526
5527 * calendar.el (redraw-calendar): Move to nearest date before
5528 redrawing.
5529
5530 * diary-lib.el (simple-diary-display): Reset modeline even if
5531 there are no diary entries since the diary buffer may be displayed.
5532
5533 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5534
5535 * emacs-lisp/debug.el (debug): If noninteractive, display the
5536 backtrace using `message', then exit Emacs.
5537 (debugger-batch-max-lines): New variable.
5538 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5539 Change the messages put at the start, to say that the debugger
5540 was entered.
5541
5542 1999-11-02 Sam Steingold <sds@ksp.com>
5543
5544 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5545
5546 1999-11-01 John Tobey <jtobey@epsilondev.com>
5547
5548 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5549 presence of perl switches other than "-e".
5550
5551 1999-11-01 Markus Rost <rost@ias.edu>
5552
5553 * dired-x.el (dired-smart-shell-command): Use
5554 shell-command-history as in shell-command.
5555
5556 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5557
5558 * userlock.el (ask-user-about-lock): Doc fix.
5559
5560 * frame.el: Doc fixes.
5561
5562 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5563
5564 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5565 of show-cursor.
5566 (blink-cursor-start, blink-cursor-end): Ditto.
5567
5568 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5569
5570 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5571
5572 * window.el (walk-windows): If ALL-FRAMES is a frame,
5573 start on that frame. Use save-selected-window.
5574
5575 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5576
5577 * simple.el (end-of-buffer): Use window-end to find the window end
5578 instead of vertical-motion because this handles variable-height
5579 lines correctly.
5580
5581 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5582
5583 * ediff.el: Version change.
5584
5585 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5586 make sure you are in a good frame before deleting other
5587 windows.
5588 (ediff-file-checked-in-p): Don't consider CVS
5589 files checked in.
5590 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5591 are writing to a newly created empty file.
5592
5593 * ediff-mult.el (ediff-show-session-group-hook): New default.
5594
5595 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5596 First cd to the file directory. reportedly works
5597 better with remote files.
5598
5599 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5600 Use file-name-nondirectory when passing files to CVS.
5601
5602 * ediff-diff.el (ediff-cmp-options): New variable.
5603 (ediff-same-file-contents): Use ediff-cmp-options.
5604
5605 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5606 ediff-get-patch-buffer): Use current buffer if it appears to be a
5607 patch.
5608
5609 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5610 C-g
5611
5612 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5613 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5614 (viper-save-cursor-color,viper-restore-cursor-color):
5615 Improved cursor color handling.
5616 (viper-get-saved-cursor-color-in-replace-mode,
5617 viper-get-saved-cursor-color-in-insert-mode): New functions for
5618 better cursor color handling.
5619
5620 * viper-ex.el (ex-read,ex-edit):
5621 Fixes for correct interpretation of #,%.
5622 (viper-ex): Now works correctly when called from other functions.
5623 (viper-glob-function): New variable.
5624 (viper-ex): Save excursion before doing :global.
5625
5626 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5627
5628 * viper-cmd.el (viper-post-command-sentinel,
5629 viper-insert-state-post-command-sentinel,
5630 viper-insert-state-pre-command-sentinel): Takes better care of
5631 cursor colors.
5632
5633 * viper.el: Version change.
5634
5635 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5636
5637 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5638 that the modeline display was updated *only* when
5639 `whitespace-display-in-modeline' was set, not otherwise.
5640
5641 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5642
5643 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5644 "frac12".
5645
5646 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5647 ad-activate.
5648
5649 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5650
5651 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5652 using fboundp instead of assuming that these are not present in
5653 particular flavors of emacs.
5654 (whitespace-version): Update to 2.8
5655 (whitespace-display-in-modeline): Add custom variable to control
5656 displaying the whitespace errors on the modeline based on
5657 suggestion from <klaus.berndl@sdm.de>
5658 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5659 clean, to enable using as a hook function, as suggested by Puneet
5660 Goel <puneet@computer.org>
5661 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5662 quiet was not set, even with whitespace-auto-cleanup set.
5663 (whitespace-mode-line): Now uses less modeline real estate and
5664 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5665 which is present in the file, and <y> is any type of whitespace
5666 whose check has been suppressed by setting
5667 `whitespace-check-<whitespace-type>' to nil.
5668 (whitespace-unchecked-whitespaces): New function to return the
5669 list of whitespaces for whom checks have been suppressed.
5670 (whitespace-display-unchecked-whitespaces): Renamed to
5671 `whitespace-update-modeline' to reflect its functionality.
5672
5673 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5674
5675 * progmodes/compile.el (compilation-error-regexp-alist):
5676 Undo previous change.
5677
5678 1999-10-28 Dave Love <fx@gnu.org>
5679
5680 * help.el (help-follow): Make arg optional again and really
5681 default to point.
5682
5683 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5684
5685 * paths.el (rmail-file-name): Make it an option.
5686
5687 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5688 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5689 comment fixes.
5690
5691 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5692 MIPS Pro 7.3 compiler error message syntax.
5693
5694 1999-10-27 Dave Love <fx@gnu.org>
5695
5696 * progmodes/compile.el: Checkdoc-inspired fixes.
5697
5698 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5699
5700 * lpr.el (print-buffer): Doc-string fix.
5701
5702 1999-10-27 Dave Love <fx@gnu.org>
5703
5704 * emacs-lisp/advice.el: Doc fixes.
5705 (ad-lemacs-p): Removed.
5706 (advice): Add :link to defgroup.
5707
5708 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5709
5710 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5711 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5712
5713 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5714
5715 * window.el (walk-windows): If ALL-FRAMES is a frame,
5716 start on that frame. Use save-selected-window.
5717
5718 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5719
5720 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5721 ad-activate. All callers changed, including those in data.c.
5722 (ad-activate-internal-off): Renamed from ad-activate-off.
5723 All uses changed.
5724 (ad-activate): Renamed from ad-activate-on. All uses changed.
5725 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5726 Alter the definition of ad-activate-internal, not ad-activate.
5727
5728 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5729
5730 * startup.el (command-line-1): Add support for command line
5731 arguments `file' and `execute'. Fix handling of `visit'.
5732
5733 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5734
5735 * international/mule-cmds.el (read-input-method-name): Handle the
5736 case that the arg DEFAULT is symbol.
5737
5738 * international/mule-diag.el (mule-diag): Handle the case that
5739 default-input-method is symbol.
5740
5741 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5742
5743 * textmodes/tildify.el: New file.
5744
5745 1999-10-25 Sam Steingold <sds@ksp.com>
5746
5747 * Makefile (compile-files): Fixed the "tr" strings.
5748 (EMACS): Set to ../src/emacs.
5749
5750 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5751
5752 * info.el (Info-build-node-completions): Add '("*") to the
5753 completion list.
5754
5755 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5756
5757 * frame.el (auto-raise-mode): When enabling the mode,
5758 immediately raise the selected frame.
5759
5760 * indent.el (indent-region): Doc fix.
5761
5762 * comint.el (comint-output-filter): Make the Comint buffer current
5763 for the comint-preoutput-filter-functions.
5764
5765 * mail/reporter.el: Doc fix.
5766
5767 1999-10-24 Stephen Eglen <stephen@gnu.org>
5768
5769 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5770 that Octave lisp files can also run under XEmacs 20.
5771 (require 'custom) added so that files can run under Emacs 19.34.
5772
5773 * iswitchb.el (iswitchb-default-keybindings): No need to use
5774 read-kbd-macro in keybindings.
5775
5776 1999-10-23 Dave Love <fx@gnu.org>
5777
5778 * elide-head.el: New file.
5779
5780 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5781
5782 * Makefile (compile-files, backup-compiled-files): New targets.
5783 (bootstrap, bootstrap-clean): Ditto.
5784
5785 1999-10-22 Paul Eggert <eggert@twinsun.com>
5786
5787 * international/mule-cmds.c (locale-language-names):
5788 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5789 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5790 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5791 Use Latin-8 for Welsh.
5792 Use Latin-1 for English if "en" is explicitly specified.
5793 Use Latin-1 for Scots Gaelic, Tagalog.
5794 Use Latin-1 (not Latin-4) for Greenlandic.
5795 Use Latin-1 (not Latin-2) for Albanian.
5796 (locale-preferred-coding-systems, locale-language-names):
5797 Remove generic ISO 8859 locales; locale-charset-language-names now
5798 does this.
5799 (locale-charset-language-names): New variable.
5800 (set-locale-environment): Use language name specified by
5801 locale-charset-language-names if its charsets disagree with the
5802 language name specified by locale-language-names.
5803
5804 1999-10-22 Dave Love <fx@gnu.org>
5805
5806 * make-mode.el: Minor doc fixes.
5807
5808 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5809
5810 1999-10-21 Dave Love <fx@gnu.org>
5811
5812 * loadup.el: Add latin-8, latin-9.
5813
5814 1999-10-20 Paul Eggert <eggert@twinsun.com>
5815
5816 * disp-table.el (standard-display-european): Remove undocumented
5817 arg AUTO; no longer used by startup.el. Do not attempt to treat
5818 all non-English language environments as coding system names.
5819 Instead, use the downcased language environment name as a coding
5820 system name if it is one; otherwise, use latin-1.
5821
5822 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5823
5824 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5825 that were split so that part of the comment appeared as Lisp code.
5826
5827 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5828
5829 * ps-bdf.el: Doc fix.
5830
5831 * ps-print-def.el: New file: common definitions for all parts of
5832 ps-print.
5833 (ps-multibyte-buffer): Moved from ps-mule.
5834
5835 * ps-mule.el: File dependence fix.
5836 (ps-multibyte-buffer): Moved to ps-print-def.
5837
5838 * ps-print.el: Doc fix, better customization.
5839 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5840 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5841 (ps-end-file): Doc fix.
5842 (ps-setup, ps-begin-file): Fun fix.
5843 (postscript): New group.
5844 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5845 (ps-print-prologue-1): Adjust PostScript programming.
5846 (ps-print): Adjust group hierarchy.
5847 (ps-print-n-up, ps-print-zebra, ps-print-background,
5848 ps-print-printer)
5849 (ps-print-page): New subgroups.
5850 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5851 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5852 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5853 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5854 (ps-zebra-stripe-height, ps-print-background-image)
5855 (ps-print-background-text, ps-spool-config): Adjust customization.
5856 (dos-ps-printer): Definition eliminated.
5857
5858 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5859
5860 * ps-mule.el: Doc fix, define functions properly if mule package is
5861 loaded or not.
5862 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5863 mule package is loaded or not.
5864
5865 * ps-print.el: Doc fix, n-up printing.
5866 (ps-print-version): New version number (5.0).
5867 (ps-page-dimensions-database): Added document media.
5868 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5869 (ps-page-order, ps-printing-region-p): New vars.
5870 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5871 funs.
5872 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5873 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5874 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5875 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5876 (ps-print-begin-sheet-hook): New hook.
5877 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5878 const.
5879 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5880 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5881 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5882 (ps-count-lines): Changed to defun.
5883 (ps-header-page): Changed to defsubst, fix fun.
5884 (ps-printing-region): Doc fix, adjust programming code.
5885 (ps-output-boolean, ps-background-pages, ps-background-text)
5886 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5887 programming code.
5888
5889 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5890
5891 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5892 (ps-print-version): New version number (4.2).
5893 (ps-spool-config, ps-spool-tumble): New vars.
5894 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5895 programming, new PostScript procedure to handle errors.
5896 (ps-print-prologue-2): Changed to defconst.
5897 (ps-print-duplex-feature): New const: duplex and tumble setting.
5898 (ps-setup, ps-begin-file): Fix funs.
5899 (ps-boolean-capitalized): New fun.
5900
5901 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5902
5903 * Makefile (dontcompilefiles): Obsoleted.
5904 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5905 (EL): Unused.
5906 (temacs): Removed (unused).
5907 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5908 version of the file (necessary for the update to work properly).
5909 (autoloads): Force the use of `pwd`/loaddefs.el.
5910 (updates); Redefined in terms of other targets to reduce redundancy.
5911 (.el.elc): New default rule, just in case you want it.
5912 (compile): Use a single invocation of Emacs.
5913 (bootstrap-compile); Unneeded.
5914 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5915
5916 1999-10-19 Dave Love <fx@gnu.org>
5917
5918 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5919
5920 1999-10-19 Sam Steingold <sds@ksp.com>
5921
5922 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5923 comply with the comment.
5924
5925 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5926
5927 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5928 permanent-local.
5929
5930 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5931
5932 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5933 value: \"lpr\" changed to "lpr"
5934 (ps-mode-version): New constant
5935 (ps-mode-show-version): New function, added key in ps-mode-map
5936 (ps-run-messages): Removed
5937 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5938 ps-run-messages. These keywords now include the value of
5939 ps-run-prompt, making its fontification customizable.
5940 (ps-run-init): Removed \\n from docstring, it is now added when
5941 the value is used
5942 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5943 ps-run-prompt
5944 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5945 customizable variables in doc-string (its equivalent
5946 ps-run-messages was missing in previous version of the doc-string)
5947 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5948 symbols only
5949
5950 1999-10-19 Alex Schroeder <alex@gnu.org>
5951
5952 * ansi-color.el: Complete rewrite.
5953
5954 1999-10-19 Paul Eggert <eggert@twinsun.com>
5955
5956 Fix bootstrapping problems.
5957 Use the system locale to specify Emacs locale defaults.
5958
5959 * international/mule-cmds.el (global-map):
5960 Do not use backquote, because that makes a bootstrapping
5961 problem if you need to recompile all Lisp files using interpreted code.
5962 * international/mule.el (charset-id, charset-bytes,
5963 charset-dimension, charset-chars, charset-width,
5964 charset-direction, charset-iso-final-char,
5965 charset-iso-graphic-plane, charset-reverse-charset,
5966 charset-short-name, charset-long-name, charset-description,
5967 charset-plist): Likewise.
5968 * subr.el (save-match-data): Likewise.
5969
5970 * international/mule-cmds.el
5971 (set-display-table-and-terminal-coding-system): New function,
5972 containing code migrated out of set-language-environment.
5973 (set-language-environment, set-locale-environment): Use it.
5974 (locale-translation-file-name): Moved here from startup.el.
5975 (locale-language-names, locale-preferred-coding-systems):
5976 New vars.
5977 (locale-name-match, set-locale-environment): New functions.
5978
5979 * language/japan-util.el (setup-japanese-environment-internal):
5980 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5981
5982 * startup.el (iso-8859-n-locale-regexp): Remove.
5983 (locale-translation-file-name): Move to mule-cmds.el.
5984 (command-line): Move locale-stuff into set-locale-environment.
5985
5986 1999-10-18 Dave Love <fx@gnu.org>
5987
5988 * abbrev.el (add-abbrev, inverse-add-abbrev)
5989 (expand-region-abbrevs): Remove properties from buffer text.
5990
5991 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5992
5993 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5994 from the mini-buffer, without the prompt.
5995
5996 * simple.el (minibuffer-prompt-end): Return the position
5997 after the prompt, not the position of that last character
5998 of the prompt.
5999
6000 1999-10-17 Miles Bader <miles@gnu.org>
6001
6002 * simple.el: Doc fixes.
6003
6004 1999-10-17 Miles Bader <miles@gnu.org>
6005
6006 * simple.el (previous-matching-history-element, next-history-element):
6007 Change to work correctly even if the point is in the prompt.
6008 (choose-completion-string): Likewise.
6009 (minibuffer-prompt-width): New function (compatibility with old subr).
6010
6011 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
6012 When constraining the final position to the current field,
6013 don't use the ONLY-IN-LINE mode of constrain-to-field.
6014
6015 1999-10-17 Miles Bader <miles@gnu.org>
6016
6017 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
6018 constrain-to-field.
6019 * textmodes/paragraphs.el (forward-sentence): Likewise.
6020
6021 1999-10-17 Miles Bader <miles@gnu.org>
6022
6023 * simple.el (line-move): Use constrain-to-field to avoid
6024 moving into a prompt.
6025 (previous-complete-history-element): Clarify doc string.
6026 (next-complete-history-element): Likewise.
6027 Use field-beginning instead of point-min.
6028 (next-matching-history-element): Use field-beginning and
6029 erase-field instead of point-min and erase-buffer.
6030 * textmodes/paragraphs.el
6031 (forward-paragraph, forward-sentence): Likewise.
6032 (backward-kill-paragraph, backward-kill-sentence): Remove code to
6033 constrain the kill to an field, as the movement commands now
6034 do this.
6035
6036 1999-10-17 Miles Bader <miles@gnu.org>
6037
6038 * simple.el (previous-matching-history-element): Get the
6039 minibuffer input with field-string instead of buffer-string.
6040 (choose-completion-string): Likewise.
6041 (next-history-element): Likewise.
6042 Erase the minibuffer input with erase-field, not erase-buffer.
6043 Use field-beginning to find the beginning of the input.
6044 * textmodes/paragraphs.el (backward-kill-sentence):
6045 Remove minibuffer-prompt hack.
6046 Constrain to any input field.
6047
6048 1999-10-17 Sam Steingold <sds@ksp.com>
6049
6050 * bindings.el (completion-ignored-extensions): Added ".sparcf"
6051 for CMUCL on sparc and ".ufsl" for LispWorks.
6052 (bound-and-true-p): Bugfix: free variable `v'.
6053
6054 1999-10-16 Dave Love <d.love@dl.ac.uk>
6055
6056 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
6057 (edebug-uninstall-read-eval-functions): Use load-read-function,
6058 avoiding elisp-eval.
6059
6060 1999-10-16 Sam Steingold <sds@ksp.com>
6061
6062 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
6063 instead of `eql'.
6064
6065 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
6066
6067 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
6068 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
6069 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
6070 * ediff-util.el (ediff-make-temp-file):
6071 * ediff-vers.el (ediff-pcl-cvs-view-revision):
6072 * emerge.el (emerge-make-temp-file):
6073 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
6074 * vc.el (vc-update-change-log):
6075 * mail/mailpost.el (post-mail-send-it):
6076 * mail/metamail.el (metamail-region):
6077 * progmodes/cmacexp.el (c-macro-expansion):
6078 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
6079
6080 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6081
6082 * smtpmail.el (smtpmail-via-smtp): Add support for
6083 automatically appending a domain to RCPT TO: addresses.
6084
6085 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6086
6087 * dired.el (dired-insert-directory): Insert the amount of
6088 free space after the total size.
6089 (dired-free-space-program, dired-free-space-args): New variables.
6090
6091 1999-10-14 Karl Heuer <kwzh@gnu.org>
6092
6093 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6094
6095 1999-10-14 Dave Love <fx@gnu.org>
6096
6097 * international/characters.el:
6098 * international/fontset.el:
6099 * international/mule-conf.el: Add latin-iso8859-1[45].
6100
6101 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6102 strings.
6103
6104 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6105 (command-line): Detect Latin-[89] locales.
6106
6107 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6108
6109 * international/mule-cmds.el (select-safe-coding-system)
6110 (leim-list-header): Avoid the use of strings that start with backslash
6111 newline since lread.c:read1 has a hack to turn those strings into
6112 integer 0 during the loadup.el process.
6113
6114 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6115
6116 1999-10-13 Dave Love <fx@gnu.org>
6117
6118 * image.el (insert-image): Copy the image spec and add an
6119 intangible property.
6120
6121 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6122
6123 * help.el (help-xref-interned): Make it also work on variable-only
6124 and function-only symbols.
6125 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6126 (help-follow): If the point under mouse is not highlighted, try
6127 `help-xref-interned' on the pointed-to symbol anyway.
6128
6129 * info.el (Info-on-current-buffer): New entry point.
6130 (Info-find-node): Split into two for Info-on-current-buffer to
6131 hook into it.
6132 (Info-current-file, Info-set-mode-line, Info-up):
6133 Info-current-file can now be t.
6134 (Info-clone-buffer-hook): Function for `clone-buffer'.
6135 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6136 Make `clone-buffer' available in various ways to the user.
6137
6138 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6139
6140 * simple.el (shell-command, shell-command-on-region): Use
6141 make-temp-file.
6142 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6143
6144 * subr.el (with-current-buffer): Don't use backquotes to avoid
6145 bootstrapping problems.
6146
6147 * loadup.el (load-path): Add subdirs for bootstrapping.
6148 (docstrings): Ignore errors during bootstrapping.
6149 (args): New `bootstrap' argument (for use in place of `dump').
6150
6151 1999-10-12 Emmanuel Briot <briot@gnat.com>
6152
6153 * ada-stmt.el: Doc-string fixes.
6154
6155 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6156
6157 * recentf.el: New file.
6158
6159 * ps-mode.el: New file.
6160
6161 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6162 case insensitive.
6163
6164 1999-10-12 Richard Sharman <rsharman@pobox.com>
6165
6166 * sh-script.el: Added support for indenting existing scripts.
6167 (sh-mode-map): Added new bindings.
6168 (sh-mode): Updated mode doc-string for new commands, added
6169 make-local-variable calls, initialize mode-specific variables.
6170 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6171 is now a different function.
6172 (sh-header-marker): Changed docstring.
6173 (sh-set-shell): Initialize mode-specific variables.
6174 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6175 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6176 Changed these define-skeleton calls to work with user-specified
6177 indentation settings.
6178 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6179 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6180 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6181 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6182 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6183 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6184 (sh-guess-basic-offset, sh-handle-after-case-label)
6185 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6186 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6187 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6188 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6189 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6190 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6191 (sh-handle-this-then, sh-help-string-for-variable)
6192 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6193 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6194 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6195 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6196 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6197 (sh-remove-our-text-properties, sh-rescan-buffer)
6198 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6199 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6200 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6201 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6202 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6203 functions.
6204 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6205 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6206 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6207 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6208 (sh-var-list): New variables.
6209
6210 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6211
6212 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6213 a value one line to high if the cursor wasn't at the start of a
6214 line. A `beginning-of-line' is now performed before making the
6215 call to `count-lines'.
6216
6217 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6218
6219 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6220
6221 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6222
6223 * Makefile (setwins): Abstract out the command to find subdirectories
6224 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6225 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6226 (autoloads-with-other-emacs): Use it.
6227
6228 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6229
6230 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6231
6232 * Makefile (bootstrap-compile): New target. Compile Lisp
6233 files with ../src/temacs.
6234
6235 1999-10-08 Dave Love <fx@gnu.org>
6236
6237 * ange-ftp.el: Require dired when compiling.
6238 (ange-ftp-normal-login): Allow EFS-style port specification.
6239
6240 1999-10-08 Simon Marshall <simon@gnu.org>
6241
6242 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6243 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6244 If STRINGS is nil, return "" rather than nil.
6245
6246 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6247
6248 * Makefile (compile): Compile files one by one. Set load-path to
6249 current directory and subdirectories when compiling.
6250
6251 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6252
6253 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6254 (emacs): Use it everywhere instead of EMACS.
6255 (compile): New target. Compile all Lisp files from scratch.
6256 (recompile): New target. Recompile lisp directory.
6257 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6258 an Emacs executable not built in the current directory tree.
6259
6260 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6261
6262 * filecache.el (file-cache-completion-ignore-case): New variable,
6263 defaulting to the value of completion-ignore-case.
6264 (file-cache-minibuffer-complete): Use it.
6265 (file-cache-files-matching, file-cache-files-matching-internal):
6266 New functions.
6267
6268 1999-10-07 Emmanuel Briot <briot@gnat.com>
6269
6270 * ada-xref.el: New file
6271
6272 * ada-prj.el: New file
6273
6274 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6275
6276 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6277 subprogram being created.
6278
6279 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6280 ada-indent-newline-indent): Rewritten to support the new indentation
6281 scheme
6282
6283 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6284 New functions
6285
6286 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6287 justification parameter
6288
6289 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6290 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6291 external program
6292
6293 1999-10-07 Dave Love <fx@gnu.org>
6294
6295 * bindings.el (bound-and-true-p): New macro.
6296 (make-mode-line-mouse-sensitive): Don't require easymenu.
6297
6298 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6299
6300 * custom.el (defface): Extend documentation for new values of
6301 `type'.
6302
6303 * faces.el (face-spec-set-match-display): Recognize `type' of
6304 `motif', `lucid', `x-toolkit'.
6305 (menu): New face.
6306
6307 1999-10-05 Dave Love <fx@gnu.org>
6308
6309 * files.el: Recognize temporary crontab files.
6310
6311 * info.el: Require jka-compr when compiling.
6312 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6313
6314 1999-10-04 Dave Love <fx@gnu.org>
6315
6316 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6317 scroll-up-aggressively, scroll-down-aggressively.
6318
6319 * time.el (display-time-mode): Add autoload cookie.
6320
6321 * rect.el (delete-extract-rectangle): Doc fix from verna.
6322
6323 * help-macro.el (three-step-help): Customize.
6324
6325 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6326
6327 * hexl.el (hexlify-buffer): Move point in proper range
6328 if it is too large.
6329 (hexl-after-revert-hook): Update hexl-max-address.
6330 (hexl-address-to-marker): Doc fix.
6331
6332 1999-10-03 Dave Love <fx@gnu.org>
6333
6334 * image.el (defimage): Remove redundant code. Substitute file in
6335 image plist.
6336
6337 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6338
6339 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6340 when doing with-temp-file.
6341
6342 1999-10-01 Dave Love <fx@gnu.org>
6343
6344 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6345
6346 * help.el: Require view when compiling.
6347 (view-emacs-FAQ): Use Info version.
6348
6349 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6350
6351 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6352 (normat->normal). Use correct font names for Korean
6353 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6354
6355 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6356
6357 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6358 code not used by KOI8 to the same 8-bit code instead of mapping to
6359 SPC.
6360 (cyrillic-alternativnyj-decode-table): Likewise.
6361
6362 1999-09-29 Alex Schroeder <alex@gnu.org>
6363
6364 * sql.el (sql-imenu-generic-expression): Aew, used to set
6365 imenu-generic-expression.
6366 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6367 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6368 imenu-case-fold-search, and imenu-syntax-alist.
6369 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6370 setting font-lock-defaults' SYNTAX-ALIST.
6371
6372 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6373
6374 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6375 macro, try again.
6376
6377 1999-09-28 Dave Love <fx@gnu.org>
6378
6379 * cus-edit.el (custom-comment): Change widget definition.
6380 (custom-comment-create, custom-comment-show)
6381 (custom-comment-invisible-p): Don't use :comment-overlay.
6382 (custom-comment-hide): New function.
6383 (custom-variable-set, custom-variable-save)
6384 (custom-variable-reset-standard, custom-face-set)
6385 (custom-face-save): Use it.
6386
6387 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6388
6389 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6390
6391 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6392
6393 * faces.el (region): Doc fix.
6394
6395 1999-09-27 Dave Love <fx@gnu.org>
6396
6397 * isearch.el (isearch): Add :links in defgroup.
6398 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6399 (isearch-switch-frame-handler): Comment out (unused).
6400 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6401 (isearch-ring-retreat-edit): Doc fix.
6402 (isearch-mouse-yank): New command.
6403 (isearch-last-command-char): Removed. Callers changed to use
6404 last-command-char.
6405 (isearch-char-to-string): Removed. Callers changed to use
6406 char-to-string.
6407
6408 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6409
6410 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6411 option for Russian.
6412
6413 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6414
6415 * faces.el (face-differs-from-default-p): Compare face
6416 attributes individually.
6417
6418 * image.el (put-image, insert-image): Add string argument.
6419
6420 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6421
6422 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6423 LANG=de_DE.iso88591 on HPUX 11.0.
6424
6425 * dired.el (dired-move-to-filename-regexp): Make it work
6426 for LANG=de_DE.iso88591 on HPUX 11.0.
6427
6428 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6429
6430 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6431 if we know for some other reason it should not be used.
6432
6433 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6434 New variable.
6435 (edebug-recursive-edit): Save current-prefix-arg there,
6436 bind it, and set it back at the end.
6437 (edebug-outside-excursion): Restore and update the outside
6438 value of current-prefix-arg.
6439 (edebug-emacs-version-specific): Delete support for Epoch.
6440
6441 1999-09-24 Howard Melman <howard@silverstream.com>
6442
6443 * imenu.el (imenu-after-jump-hook): New variable.
6444 (imenu): Run menu-after-jump-hook.
6445 (imenu-name-lookup-function): New variable.
6446 * imenu.el (imenu--in-alist): Use those variables.
6447
6448 1999-09-24 Carsten Dominik <cd@gnu.org>
6449
6450 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6451 multiple thebibliography environments.
6452
6453 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6454 with recentering window.
6455 (reftex-extract-bib-entries-from-thebibliography,
6456 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6457 with multiple thebibliography environments.
6458
6459 * textmodes/reftex-vars.el
6460 (reftex-section-levels): Function allowed as cdr.
6461 (reftex-max-section-depth) New option.
6462
6463 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6464 with multiple thebibliography environments.
6465
6466 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6467
6468 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6469 instead of point-min in call to delete-region.
6470
6471 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6472
6473 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6474 out into arbitrary file names.
6475
6476 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6477
6478 * language/european.el ("Turkish"): New language environment.
6479
6480 1999-09-19 Dave Love <fx@gnu.org>
6481
6482 * delim-col.el: New file.
6483
6484 1999-09-17 Richard Stallman <rms@gnu.org>
6485
6486 * files.el (after-find-file): When visiting a backup file,
6487 make it read-only.
6488
6489 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6490 (apropos-keybinding-face, apropos-label-face): Likewise.
6491 (apropos-property-face, apropos-match-face): Likewise.
6492 (apropos-label-properties): New variable.
6493 (apropos-print-doc): Use apropos-label-properties.
6494 (apropos-print): Set apropos-label-properties.
6495
6496 1999-09-15 Richard Stallman <rms@gnu.org>
6497
6498 * winner.el: Use aref instead of sref.
6499
6500 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6501
6502 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6503
6504 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6505
6506 1999-09-14 Richard Stallman <rms@gnu.org>
6507
6508 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6509 cookie, even if followed by a letter.
6510
6511 1999-09-14 Stephen Eglen <stephen@gnu.org>
6512
6513 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6514 --no-line-editing are passed to Octave by including them here
6515 rather than storing them in inferior-octave-startup-args.
6516
6517 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6518
6519 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6520 command, option, env and sc.
6521
6522 * subr.el (shell-quote-argument): Quote argument with double
6523 quotes for ms-dos.
6524
6525 1999-09-14 Richard Stallman <rms@gnu.org>
6526
6527 * simple.el (eval-expression-print-level): New variable.
6528 (eval-expression-print-length): New variable.
6529 (eval-expression-debug-on-error): New variable.
6530 (eval-expression): Bind print-level, print-length and
6531 debug-on-error from those vars.
6532
6533 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6534 Bind print-level, print-length and debug-on-error.
6535
6536 1999-09-14 Inge Frick <inge@nada.kth.se>
6537
6538 * dired.el (dired-recursive-deletes): New custom variable.
6539 (dired-re-no-dot): New variable.
6540 (dired-delete-file): New function deletes files and directories
6541 recursively.
6542 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6543
6544 * dired-aux.el (dired-recursive-copies): New custom variable.
6545 (dired-handle-overwrite): Broke a long line.
6546 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6547 `copy-file'.
6548 (dired-copy-file-recursive): New function. Copy directories
6549 recursively.
6550 (dired-do-create-files): Added support for generalized directory
6551 target. How-to function may now return a function. New fluid
6552 variable `dired-one-file'.
6553 (dired-copy-how-to-fn): New variable.
6554 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6555 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6556 (dired-do-copy-regexp): No recursive copies.
6557
6558 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6559
6560 * whitespace.el (whitespace-version): Update version to 2.4
6561
6562 * whitespace.el: Add customization variables to conditionally test
6563 any of the five whitespaces, per request from Rune Kleveland
6564 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6565
6566 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6567
6568 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6569 list of modes to be checked for bogus whitespaces.
6570
6571 * whitespace.el (whitespace-rescan-timer-time): Update
6572 documentation.
6573
6574 * whitespace.el (whitespace-display-unchecked-whitespaces):
6575 New function to update modeline with untested whitespaces.
6576
6577 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6578 checking is turned on, and update modeline using the newly created
6579 `whitespace-display-unchecked-whitespaces'.
6580
6581 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6582 whose checking is turned on, and update modeline using the newly
6583 created `whitespace-display-unchecked-whitespaces'.
6584
6585 * whitespace.el (whitespace-describe): Update documentation.
6586
6587 * whitespace.el (whitespace-tickle-timer): Test if
6588 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6589
6590 1999-09-13 Dave Love <fx@gnu.org>
6591
6592 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6593
6594 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6595 for temp buffer.
6596 (checkdoc-this-string-valid): Don't assume default comment-start.
6597
6598 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6599
6600 * rsz-mini.el: Remove code, keep the interface.
6601
6602 1999-09-13 Dave Love <fx@gnu.org>
6603
6604 * help.el (help-highlight-p): Doc fix.
6605
6606 * faces.el (mode-line, header-line, tool-bar): Add :version.
6607 (highlight, secondary-selection): Add :group.
6608 (trailing-whitespace): Add :group, :version.
6609
6610 * wid-edit.el: Remove some compatibility code and checks.
6611 (widget-specify-field, widget-specify-button): Don't use XEmacs
6612 properties.
6613 (widget-overlay-inactive): Change error message.
6614 (widget-button-pressed-face): New variable.
6615 (widget-button-click): Use it.
6616 (widget-documentation-link-add): Specify mouse and button faces.
6617 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6618 removed now the functionality is built in.
6619
6620 * cus-edit.el: Don't define-widget-keywords.
6621 (multimedia): New group.
6622 (custom-last): Function removed.
6623 (custom-quote): Add vectorp case, comment out characterp case.
6624 (custom-buffer-done-function, custom-raised-buttons): New option.
6625 (Custom-buffer-done): New function.
6626 (custom-buffer-create-internal): Obey custom-raised-buttons,
6627 Custom-buffer-done.
6628 (custom-button-face): Make it `released-button'.
6629 (custom-button-pressed-face): Make it `pressed-button'
6630 (custom-mode-map): Bind "q" to Custom-buffer-done.
6631 (custom-mode): Deal with raised/pressed buttons.
6632
6633 Changes from Didier Verna:
6634 (custom-prompt-variable): Optional third arg makes prompt for a
6635 comment string.
6636 (customize-set-value, customize-set-variable,
6637 customize-save-variable): Optional prefix makes function handle
6638 variable comments.
6639 (customize-customized, customize-saved, custom-variable-state-set)
6640 (custom-variable-set, custom-variable-save, custom-face-state-set)
6641 (custom-variable-reset-saved, custom-variable-reset-standard)
6642 (custom-face-set, custom-face-save, custom-face-reset-saved)
6643 (custom-face-reset-standard, customize-save-customized): Handle
6644 custom comments.
6645 (custom-comment-face, custom-comment-tag-face): New face.
6646 (custom-comment): New widget.
6647 (custom-comment-create, custom-comment-delete)
6648 (custom-comment-value-set, custom-comment-show)
6649 ()custom-comment-invisible-p): New functions.
6650 (custom-variable-value-create, custom-face-value-create): Create a
6651 comment field widget.
6652 (custom-variable-menu, custom-face-menu): New entry for custom
6653 comment.
6654 (custom-face-value-create): Remove compatibility code.
6655 (custom-save-variables, custom-save-faces): Possibly save custom
6656 comments.
6657
6658 * cus-face.el (custom-face-attributes): Simplify :underline,
6659 :overline, :inverse-video cases. Fix up :box case (probably needs
6660 more work).
6661
6662 Change from Didier Verna:
6663 (custom-set-faces): The arguments can now have a custom comment as
6664 fourth argument.
6665
6666 * custom.el: Don't define-widget-keywords.
6667 Change from Didier Verna:
6668 (custom-set-variables): The arguments can now have a
6669 custom comment as fifth element.
6670
6671 1999-09-13 Richard Stallman <rms@gnu.org>
6672
6673 * info.el (Info-find-node): Cope better if guesspos is too large.
6674
6675 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6676
6677 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6678 of buffer-substring because buffer-string doesn't copy the
6679 prompt.
6680
6681 * faces.el (mode-line): Replaces `modeline'.
6682 (toplevel): Make `modeline' an alias for `mode-line'.
6683
6684 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6685
6686 * gs.el: Change `ghostscript' to `postscript' in comment.
6687
6688 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6689
6690 * emulation/tpu-edt.el (tpu-version): New version.
6691 (tpu-search-overlay, tpu-replace-overlay): New variables.
6692 (tpu-search-highlight, tpu-toggle-direction): New functions.
6693 (tpu-lm-replace): Set tpu-replace-overlay.
6694 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6695 command hook.
6696
6697 1999-09-11 Richard Stallman <rms@gnu.org>
6698
6699 * isearch.el (isearch-mode-map): Undo previous change.
6700
6701 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6702 use all of that as the sexp.
6703
6704 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6705 and use the initial argument as file name directly.
6706 Likewise if nothing matches.
6707
6708 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6709
6710 * winner.el: Major changes. Avoid changing point and mark.
6711 Save configurations after they change, not before.
6712
6713 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6714
6715 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6716 Bind print-continuous-numbering and print-number-table.
6717
6718 1999-09-10 Dave Love <fx@gnu.org>
6719
6720 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6721
6722 1999-09-09 Richard Stallman <rms@gnu.org>
6723
6724 * whitespace.el: Finish making it fit Emacs conventions.
6725 Add autoloads.
6726
6727 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6728
6729 * generic-x.el (bat-generic-mode): "::"-style comments don't
6730 need to begin with "-". Fix the font-lock definitions of ON/OFF
6731 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6732 from the list of keywords. Add DO to the list of keywords.
6733
6734 1999-09-09 Dave Love <fx@gnu.org>
6735
6736 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6737 (byte-optimize-backward-word): New optimizations.
6738 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6739 entries.
6740
6741 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6742
6743 * image.el (put-image): Remove optional buffer parameter.
6744
6745 * faces.el (face-italic-p): Return t only for values `italic'
6746 and `oblique'.
6747
6748 * mouse.el (mouse-drag-mode-line-1): Extension of former
6749 mouse-drag-mode-line that also drags the header line.
6750 (mouse-drag-mode-line): Call it.
6751 (mouse-drag-header-line): New.
6752 (toplevel): Bind down-mouse-1 on header lines to
6753 mouse-drage-header-line.
6754
6755 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6756
6757 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6758 (make-mode-line-mouse-sensitive): Replace `top-line' by
6759 `header-line'.
6760
6761 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6762
6763 * help.el (describe-function-1): Don't return empty string for keymaps.
6764
6765 * fill.el (fill-region-as-paragraph, canonically-space-region):
6766 Respect colon-double-space at end of line.
6767
6768 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6769
6770 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6771 (backup-buffer): Use it.
6772
6773 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6774
6775 * generic-x.el (generic-define-unix-modes): Added new modes:
6776 inetd-conf-generic-mode, etc-services-generic-mode,
6777 etc-passwd-generic-mode. These are all defined for Unix by default.
6778 (apache-generic-mode): Use an imenu-generic-expression to list
6779 Configuration keywords.
6780 (samba-generic-mode): Use both ; and # as comment characters.
6781 (samba-generic-mode): Font-lock expressions now highlight name
6782 value pairs.
6783 (bat-generic-mode): Keywords are now case-insensitive through
6784 font-lock-defaults setting.
6785 (java-properties-generic-mode): Supports both ! and # as comment
6786 characters.
6787 (java-properties-generic-mode): Added an imenu-generic-expression
6788 (java-properties-generic-mode): Reworked to support the various
6789 different ways to separate name and value (viz, '=', ':' and
6790 whitespace).
6791 (show-tabs-generic-mode): Added this new generic-mode.
6792
6793 1999-09-08 Richard Stallman <rms@gnu.org>
6794
6795 * progmodes/inf-lisp.el: Moved from top directory.
6796
6797 * tar-mode.el (tar-header-block-tokenize):
6798 Use `when' instead of `and'. Fix some clobbered text.
6799
6800 * gud.el (gud-make-debug-menu): Make a child for the
6801 local menu, for its menu bar, and the debug menu.
6802 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6803 Use the history in the simple way.
6804
6805 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6806
6807 * language/korea-util.el (default-korean-keyboard): Initialize it
6808 according to the environment variable HANGUL_KEYBOARD_TYPE.
6809
6810 1999-09-07 Richard Stallman <rms@gnu.org>
6811
6812 * subr.el (make-temp-file): New function.
6813
6814 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6815
6816 * font-lock.el (font-lock-multiline): New text property contains
6817 a boolean to indicate if the char is part of a multiline match.
6818 (font-lock-default-fontify-region): Extend the region appropriately
6819 for multiline keywords.
6820 (font-lock-default-unfontify-region): Also remove the new
6821 font-lock-multiline text property.
6822 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6823 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6824
6825 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6826
6827 * diary-lib.el (list-diary-entries): Make sure two-digit years
6828 have leading zeros.
6829
6830 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6831
6832 * faces.el (face-set-after-frame-default): Initialize some
6833 attributes of some faces from frame parameters.
6834
6835 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6836
6837 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6838
6839 * faces.el (fringe): Replaces face `margin'.
6840
6841 1999-09-07 Dave Love <fx@gnu.org>
6842
6843 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6844
6845 1999-09-07 Richard Stallman <rms@gnu.org>
6846
6847 * subr.el (push): Doc fix.
6848
6849 1999-09-06 Richard Stallman <rms@gnu.org>
6850
6851 * vc.el (vc-annotate-display): Use < 69 not < 70
6852 to distinguish 20YY from 19YY.
6853
6854 * timezone.el (timezone-parse-date): Use < 69 not < 70
6855 to distinguish 20YY from 19YY.
6856
6857 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6858
6859 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6860
6861 * quickurl.el: (quickurl-list-focused-line): Removed.
6862 (quickurl-list-insert): Now works out the focused line using
6863 `count-lines' instead of using `quickurl-list-focused-line'.
6864
6865 1999-09-06 Richard Stallman <rms@gnu.org>
6866
6867 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6868 to beginning of message.
6869
6870 1999-09-06 Dave Love <fx@gnu.org>
6871
6872 * isearch.el (isearch-mode-map): Add mouse-2.
6873
6874 * mail/rmail.el (rmail-read-password): Deleted.
6875 (rmail-get-pop-password): Use read-password.
6876
6877 * quickurl.el: Don't conditionally define caddr.
6878 (quickurl-url-comment): Use nth, not caddr in function and
6879 defsetf.
6880
6881 1999-09-06 Richard Stallman <rms@gnu.org>
6882
6883 * auto-show.el: Doc fixes.
6884
6885 1999-09-06 Stephen Eglen <stephen@gnu.org>
6886
6887 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6888 --no-line-editing so that TABs in source files are not interpreted
6889 as completion requests.
6890
6891 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6892
6893 * hscroll.el, auto-show.el: Remove all code, keep the public
6894 interface as no-ops.
6895
6896 * faces.el (face-bold-p): Don't return t if face has lighter
6897 weight than normal.
6898
6899 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6900
6901 * startup.el (command-line): Make small-temporary-file-directory
6902 be nil except on ms-dos.
6903
6904 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6905
6906 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6907 is defined.
6908
6909 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6910 letters with a colon after d or l.
6911
6912 1999-09-06 Dave Love <fx@gnu.org>
6913
6914 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6915 primitive.)
6916
6917 1999-09-05 Richard Stallman <rms@gnu.org>
6918
6919 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6920
6921 * textmodes/paragraphs.el (backward-kill-sentence):
6922 Don't test minibuffer-prompt-end here.
6923 (forward-sentence): Do handle it here.
6924 (backward-kill-paragraph): Don't test it here.
6925 (forward-paragraph): Handle it here.
6926
6927 * mouse.el (font-menu-add-default): Simplify code.
6928
6929 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6930
6931 * faces.el (header-line): Renamed from `top-line'.
6932
6933 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6934
6935 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6936
6937 1999-09-04 Richard Stallman <rms@gnu.org>
6938
6939 * whitespace.el: New file.
6940
6941 1999-09-04 Dave Love <fx@gnu.org>
6942
6943 * paths.el: Make some doc strings obey the make-docfile convention.
6944
6945 * bindings.el: Likewise.
6946 (debug-ignored-errors): Remove BBDB ones.
6947
6948 1999-09-03 Richard Stallman <rms@gnu.org>
6949
6950 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6951 not from the draft to forward.
6952
6953 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6954
6955 1999-09-03 Dave Love <fx@gnu.org>
6956
6957 * double.el (double-mode): Customize the variable.
6958
6959 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6960
6961 * international/characters.el: Delete duplicated code.
6962
6963 1999-09-02 Richard Stallman <rms@gnu.org>
6964
6965 * indent.el (indent-relative): Doc fix.
6966
6967 * quickurl.el (quickurl): Doc fix.
6968
6969 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6970
6971 * faces.el (margin): Change background to "gray" for mono (this is
6972 drawn with a stipple pattern).
6973
6974 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6975
6976 * simple.el (next-history-element): Use minibuffer-prompt-end once
6977 again. Remove test for minibuffer-prompt-in-buffer.
6978
6979 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6980
6981 * files.el (small-temporary-file-directory): New variable.
6982
6983 * startup.el (command-line): Compute the value of
6984 small-temporary-file-directory.
6985
6986 * ediff-init.el (ediff-temp-file-prefix): Use
6987 small-temporary-file-directory if non-nil.
6988
6989 * vc.el (vc-update-change-log): Likewise.
6990
6991 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6992
6993 * simple.el (shell-command, shell-command-on-region): Use
6994 make-temp-name properly. Use small-temporary-file-directory if
6995 non-nil, otherwise temporary-file-directory, to generate temporary
6996 files.
6997
6998 * dos-w32.el (direct-print-region-helper): Use
6999 temporary-file-directory. (From Stefan Monnier.)
7000
7001 1999-09-02 Richard Stallman <rms@gnu.org>
7002
7003 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
7004 from asm-comment-char.
7005 (asm-font-lock-keywords): Recognize instruction width suffixes.
7006
7007 1999-09-01 Richard Stallman <rms@gnu.org>
7008
7009 * play/fortune.el: New file.
7010
7011 1999-08-31 Dave Love <fx@gnu.org>
7012
7013 * help.el (help-make-xrefs): Don't lose on non-empty blank line
7014 after key table.
7015
7016 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
7017 redisplay variables.
7018
7019 * subr.el (push): Fix typo.
7020
7021 1999-08-30 Kevin Blake <kblake@ticnet.com>
7022
7023 * emacs-lisp/ring.el: Many doc fixes.
7024 (ring-size, ring-copy): New functions.
7025
7026 1999-08-29 Richard Stallman <rms@gnu.org>
7027
7028 * progmodes/etags.el (tags-loop-continue):
7029 After tags-loop-operate returns, force skip to next file.
7030
7031 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
7032 (mail-extr-first-letters, mail-extr-last-letters):
7033 Use character classes [:alpha:] and [:alnum:].
7034
7035 * subr.el (push, pop): New macros.
7036
7037 * progmodes/compile.el (compilation-error-regexp-alist):
7038 New item for SGI IRIX MipsPro compilers.
7039
7040 * speedbar.el (speedbar-directory-buttons): Recognize
7041 device names when checking for file names.
7042
7043 * array.el (array-reconfigure-rows): Use generate-new-buffer.
7044
7045 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
7046 and specially handle defvar inside their expansions.
7047 (eval-defun-1): New subroutine.
7048
7049 * progmodes/compile.el (compilation-error-regexp-alist):
7050 Fix the Perl -w entry to allow period after line number.
7051 Don't allow newlines in file name, but allow them after line number
7052 for Perl debugging traces.
7053
7054 * which-func.el (which-func-cleanup-function): New variable.
7055 (which-function): Call that function.
7056
7057 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
7058 to end a function name.
7059
7060 * informat.el (Info-tagify): Don't insert more than one newline
7061 before the tag table.
7062
7063 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
7064
7065 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
7066 than make-temp-name, use match-string-no-properties, and eliminate
7067 a quadratic behavior when building bibtex-strings.
7068
7069 1999-08-29 Alex Schroeder <alex@gnu.org>
7070
7071 * comint.el (comint-input-ring-separator): New variable.
7072 (comint-read-input-ring): Doc change; use
7073 comint-input-ring-separator when reading file.
7074 (comint-write-input-ring): Use
7075 comint-input-ring-separator when writing file.
7076
7077 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
7078
7079 * informat.el (Info-tagify): Start by widening.
7080 Match node headers that don't list the file name,
7081 and more kinds of page separations.
7082 Strip properties during tagification.
7083 Use start of node header line as tag's position.
7084 Fix the "done" message.
7085
7086 (Info-validate): Save and restore match data around narrowing down.
7087
7088 1999-08-28 Richard M. Stallman <rms@gnu.org>
7089
7090 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7091 On repeated call, override previous values put into
7092 minor-mode-map-alist and minor-mode-alist.
7093
7094 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7095
7096 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7097
7098 1999-08-27 Andreas Schwab <schwab@gnu.org>
7099
7100 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7101 from cvs update.
7102
7103 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7104
7105 * calendar/calendar.el (calendar-move-hook): New hook.
7106
7107 * calendar/cal-move.el: Call the new hook in every movement function.
7108
7109 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7110 the right function name.
7111
7112 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7113
7114 * time-stamp.el: Put quote-backquote around all symbol names
7115 in doc strings, for mousing.
7116 (time-stamp): Support multi-line patterns.
7117 (time-stamp-inserts-lines): New variable.
7118 (time-stamp-count): New variable.
7119 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7120 "Thu" instead of "%a".
7121
7122 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7123
7124 * simple.el (kill-word): Undo previous change.
7125
7126 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7127
7128 * jit-lock.el (jit-lock-function): Extend the fontified range
7129 to the beginning of the line containing the range start and
7130 the beginning of the line following the range end.
7131
7132 1999-08-24 Dave Love <fx@gnu.org>
7133
7134 * timezone.el: Move provide to end.
7135 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7136 <70 are 2000+.
7137 (timezone-parse-time): Simplify somewhat.
7138
7139 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7140
7141 * faces.el (margin): Renamed from bitmap-area.
7142
7143 1999-08-24 Alex Schroeder <alex@gnu.org>
7144
7145 * sql.el: Doc changes.
7146 (sql-sybase): Use sql-server instead of sql-database.
7147
7148 1999-08-23 Dave Love <fx@gnu.org>
7149
7150 * rect.el: Add/fix various doc strings. Add `*' to all the
7151 interactive specs.
7152
7153 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7154
7155 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7156 Don't unwind-protect font-lock-fontify-region.
7157
7158 * paragraphs.el (backward-kill-paragraph): Don't move
7159 point into mini-buffer prompt.
7160 (backward-kill-sentence): Ditto.
7161
7162 * simple.el (next-history-element): Use minibuffer-prompt-end.
7163 Remove test for minibuffer-prompt-in-buffer.
7164 (kill-word): Don't move point into mini-buffer prompt.
7165
7166 1999-08-21 Dave Love <fx@gnu.org>
7167
7168 * Makefile: Exclude CVS dirs like RCS.
7169
7170 1999-08-19 Dave Love <fx@gnu.org>
7171
7172 * tooltip.el (tooltip-mode): Customize this, per convention.
7173 (tooltip-active): Option deleted.
7174
7175 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7176
7177 * hanoi.el, page-ext.el: Declare dynamic vars.
7178
7179 * term.el: Avoid ange-ftp related compilation warnings.
7180
7181 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7182
7183 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7184 the default so that beginners can benefit from it without
7185 searching in manuals.
7186
7187 1999-08-18 Ray Blaak <blaak@gnu.org>
7188
7189 * progmodes/delphi.el: Consider assembly sections as blocks, to
7190 indent them better. Make auto-indent on newline optional.
7191
7192 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7193
7194 * bindings.el (mode-line-modified): Look up key binding for C-x
7195 C-q. If it's bound call that binding, otherwise call
7196 toggle-read-only.
7197
7198 1999-08-17 Dave Love <fx@gnu.org>
7199
7200 * info.el (info): Doc fix.
7201
7202 * finder.el (finder-known-keywords): Add `multimedia'.
7203
7204 * apropos.el: Don't capitalize custom group name.
7205
7206 * info-look.el: Remove compatibility code.
7207 (info-lookup-guess-default*): DTRT for point at start of symbol.
7208 (info-complete): Don't lose with point not at end of symbol.
7209
7210 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7211
7212 * term.el (toplevel): Make face `term-default' an empty face.
7213 The code relied on the fact that Emacs ignored invalid faces in
7214 face text properties in 20.4.
7215
7216 1999-08-16 Richard M. Stallman <rms@gnu.org>
7217
7218 * subr.el (point-at-eol, point-at-bol): New aliases.
7219
7220 * simple.el: Functions reordered.
7221
7222 * rect.el (delete-rectangle-line): Use line-end-position.
7223
7224 1999-08-16 Karl Heuer <kwzh@gnu.org>
7225
7226 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7227 here from simple.el.
7228
7229 1999-08-16 Dave Love <fx@gnu.org>
7230
7231 * mouse.el: Provide `mldrag' for compatibility.
7232 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7233 marked obsolete.
7234
7235 * mldrag.el: Removed since the features are in mouse.el.
7236
7237 * jka-compr.el (auto-compression-mode): New variable for
7238 customization.
7239
7240 * bindings.el (mode-line-mule-info): Doc fix.
7241
7242 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7243 name comparisons.
7244
7245 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7246 (find-file): Doc fix.
7247
7248 1999-08-16 Carsten Dominik <cd@gnu.org>
7249
7250 * textmodes/reftex.el: Most of the code moved to other files.
7251 * textmodes/reftex-auc.el: New file, split out from reftex.el
7252 * textmodes/reftex-cite.el: New file, split out from reftex.el
7253 * textmodes/reftex-global.el: New file, split out from reftex.el
7254 * textmodes/reftex-index.el: New file, split out from reftex.el
7255 * textmodes/reftex-parse.el: New file, split out from reftex.el
7256 * textmodes/reftex-ref.el: New file, split out from reftex.el
7257 * textmodes/reftex-sel.el: New file, split out from reftex.el
7258 * textmodes/reftex-toc.el: New file, split out from reftex.el
7259 * textmodes/reftex-vars.el: New file, split out from reftex.el
7260 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7261
7262 1999-08-16 Carsten Dominik <cd@gnu.org>
7263
7264 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7265 conflict with pop-up-frames.
7266 (reftex-special-environment-parsers): New constant.
7267 (reftex-label-alist): car of an entry can also be a function.
7268 (reftex-what-special-env): Cew function.
7269 (reftex-label-location): Call `reftex-what-special-env'.
7270 (reftex-compile-variables): Check for symbol in
7271 `reftex-label-alist'.
7272 (reftex-what-environment): Fixed bug with stacked environments of
7273 same kind (e.g. enumerate).
7274 (reftex-process-string): Preserve default directory.
7275 (reftex-label-alist-builtin): Changed prefixes of endnote and
7276 footnote. Also the magic words.
7277 (reftex-reference): Interprete new option
7278 `reftex-fref-is-default'.
7279 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7280 (reftex-toc-mouse-view-line): Command removed (had no binding).
7281 (reftex-everything-regexp): New function.
7282 (reftex-nearest-match): Made better.
7283 (reftex-toc-find-section): Use new version of
7284 `reftex-nearest-match'.
7285 (reftex-insert-docstruct): Adapted to work with the index stuff.
7286 (reftex-parse-from-file): Find index entries as well.
7287 (reftex-toc-toggle-index): New function
7288 (reftex-toc-map): `i' is now used to togle the index, File
7289 boundaries has been moved to `F'.
7290 (reftex-select-label-map): Toggling display of file boundaries is
7291 now on the `F' key, for consistency with `reftex-toc-map'.
7292 (reftex-erase-all-selection-and-index-buffers): Renamed from
7293 `reftex-erase-all-selection-buffer'. Now also kills the index
7294 buffers.
7295 (reftex-viewing-cross-references): Customization group renamed
7296 from reftex-viewing-cross-references-and-citations.
7297 (reftex-index-macro-regexp,
7298 reftex-find-index-entry-regexp-format): New variables
7299 (reftex-macros-with-index): New variable
7300 (reftex-add-index-macros): New function
7301 (reftex-renumber-simple-labels, reftex-translate): Allow for
7302 multiple labels in a single ref command.
7303 (reftex-index-support): New customization group
7304 (reftex-support-index, reftex-index-special-chars,
7305 reftex-index-macros, reftex-index-default-macro,
7306 reftex-index-default-tag, reftex-index-math-format,
7307 reftex-index-section-letters, reftex-index-include-context,
7308 reftex-index-follow-mode, reftex-index-header-face,
7309 reftex-index-section-face, reftex-index-tag-face,
7310 reftex-index-face): New options
7311 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7312 reftex-index-tag, reftex-index-return-marker,
7313 reftex-index-restriction-indicator, reftex-index-restriction-data,
7314 reftex-index-macro-regexp, reftex-index-level-re,
7315 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7316 reftex-everything-regexp-no-index, reftex-index-re,
7317 reftex-macros-with-index, reftex-index-macro-alist): New variables
7318 (reftex-index-help, reftex-index-macros-builtin,
7319 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7320 reftex-query-index-macro-help): New constants
7321 (reftex-index-selection-or-word, reftex-index,
7322 reftex-default-index, reftex-update-default-index,
7323 reftex-index-complete-tag, reftex-index-select-tag,
7324 reftex-index-complete-key, reftex-index-update-taglist,
7325 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7326 reftex-display-index, reftex-insert-index,
7327 reftex-index-insert-new-letter, reftex-get-restriction,
7328 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7329 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7330 reftex-index-toggle-follow, reftex-index-toggle-context,
7331 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7332 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7333 reftex-index-quit, reftex-index-quit-and-kill,
7334 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7335 reftex-index-revert, reftex-index-switch-index-tag,
7336 reftex-index-restrict-to-section, reftex-index-widen,
7337 reftex-index-restriction-forward,
7338 reftex-index-restriction-backward, reftex-index-visit-location,
7339 reftex-index-analyze-entry, reftex-index-globalize,
7340 reftex-index-edit, reftex-index-toggle-range-beginning,
7341 reftex-index-toggle-range-end, reftex-index-edit-key,
7342 reftex-index-edit-attribute, reftex-index-edit-visual,
7343 reftex-index-edit-part, reftex-index-level-down,
7344 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7345 reftex-index-change-entry, reftex-index-goto-letter,
7346 reftex-add-index-macros, reftex-ensure-index-support,
7347 reftex-index-info-safe, reftex-index-info): New functions.
7348
7349
7350 1999-08-15 Richard M. Stallman <rms@gnu.org>
7351
7352 * paren.el (show-paren-mode): Support making show-paren-mode
7353 a buffer-local variable. Don't check for a window system.
7354 (show-paren-function): Check whether show-paren-function is
7355 enabled in current buffer; do the right thing if not.
7356 Don't check for a window system.
7357 (show-paren-mode): Make it a user variable.
7358
7359 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7360 Handle `enum' like `struct'.
7361
7362 * server.el (server-process-filter): If a client visits no buffers,
7363 close it immediately before recording it.
7364
7365 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7366 Optimize by calling concat just once. Handle =\n sequence.
7367 (mail-unquote-printable-region): New command.
7368 (mail-quote-printable): Make it autoload.
7369
7370 1999-08-15 Karl Heuer <kwzh@gnu.org>
7371
7372 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7373
7374 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7375
7376 * lisp/texinfmt.el: Handle @ifnottex.
7377
7378 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7379
7380 * frame.el (blink-cursor): Don't turn on cursor blinking for
7381 ms-dos.
7382
7383 * faces.el (face-valid-attribute-values): Look in
7384 x-bitmap-file-path only for x and w32 window systems.
7385
7386 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7387 Do that if width is nil as well.
7388 (x-display-mm-height, x-display-mm-width): Update values.
7389 (x-colors): Compute the list from msdos-color-values.
7390 (x-select-enable-clipboard): Doc fix.
7391 (x-frob-font-weight, x-font-family-list): New functions.
7392
7393 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7394
7395 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7396 back up from beginning of buffer.
7397
7398 1999-08-13 Karl Heuer <kwzh@gnu.org>
7399
7400 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7401
7402 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7403
7404 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7405 doomsday clock, speed control is added and changes are made to
7406 allow large numbers of rings: rings now show the whole ring
7407 number, not just the last digit; consecutive rings are allowed to
7408 be the same size when necessary to fit all the rings in the
7409 window; and poles can be oriented horizontally. Face support is
7410 thrown in gratuitously.
7411 (hanoi): Changed default number of rings back to 3.
7412 (hanoi-unix, hanoi-unix-64): New commands
7413 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7414 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7415 hanoi-odd-ring-face): New variables.
7416 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7417 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7418 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7419 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7420 (hanoi-topos, hanoi-draw-ring): Removed.
7421
7422 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7423
7424 * faces.el (face-valid-attribute-values): Return an alist for
7425 families on ttys.
7426 (face-read-integer): Handle unspecified face attributes. Add
7427 completion for `unspecified'.
7428 (read-face-attribute): Handle unspecified font attributes.
7429 (face-valid-attribute-values): Add `unspecified' to lists so that
7430 it can be chosen via completion.
7431 (face-read-string): Don't recognize "none" as input.
7432
7433 1999-08-10 Dave Love <fx@gnu.org>
7434
7435 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7436 string.
7437
7438 * sun-curs.el: Require sun-fns.
7439
7440 1999-08-10 Dave Love <fx@gnu.org>
7441
7442 * autorevert.el (auto-revert-mode): Add autoload cookie.
7443
7444 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7445 hscroll.
7446
7447 * simple.el (hscroll-step, hscroll-point-visible)
7448 (hscroll-window-column): Remove now we have the mentioned real
7449 horizontal autoscrolling.
7450
7451 1999-08-10 Richard M. Stallman <rms@gnu.org>
7452
7453 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7454 control use of -f option.
7455 (mail-specify-envelope-from): New variable.
7456 (mail-from-style): Doc fix.
7457
7458 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7459 (easy-menu-get-map): New arg TO-MODIFY helps choose
7460 between local and global maps.
7461 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7462 (easy-menu-change): Doc fix.
7463
7464 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7465 (info-lookup-guess-default): Simplified and cleaned up.
7466 (info-lookup-guess-default*): Preserve point.
7467
7468 * view.el (view-mode-disable): If buffer-read-only is nil,
7469 don't change it.
7470
7471 * files.el (after-find-file): Disable View mode if buffer is no
7472 longer read-only.
7473
7474 * view.el (view-mode-enable, view-mode-disable):
7475 Call force-mode-line-update.
7476
7477 1999-08-10 Karl Heuer <kwzh@gnu.org>
7478
7479 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7480 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7481 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7482
7483 1999-08-10 Alex Schroeder <asc@bsiag.com>
7484
7485 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7486 to prevent m-eating-bug.
7487
7488 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7489
7490 * term/pc-win.el (msdos-bg-mode): Remove. Call
7491 frame-set-background-mode instead. All callers changed.
7492 (msdos-face-setup): Don't force color display parameter, it is set
7493 by frame-set-background-mode.
7494 (make-msdos-frame): Call x-handle-reverse-video and
7495 face-set-after-frame-default. Delete frame if creation failed.
7496
7497 * faces.el (face-set-after-frame-default): Don't call
7498 make-face-x-resource-internal for the pc window-system.
7499
7500 1999-08-10 Dave Love <fx@melange.gnu.org>
7501
7502 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7503 case with no docstring specially.
7504
7505 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7506
7507 * complete.el (PC-do-completion): If completing on file name,
7508 reproduce str by concatenating its directory and basename parts.
7509
7510 1999-08-07 Dave Love <fx@gnu.org>
7511
7512 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7513 unibyte to multibyte conversion of search-forward (from Handa),
7514 but avoid the replacement if the language is Latin-N.
7515
7516 1999-08-06 Richard Stallman <rms@gnu.org>
7517
7518 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7519 of eval-buffer.
7520
7521 * international/mule.el (load-with-code-conversion):
7522 Pass t to eval-buffer for DO-ALLOW-PRINT.
7523
7524 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7525
7526 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7527 of filenames and attributes.
7528 (ls-lisp-insert-directory): Use directory-files-and-attributes
7529 for speed.
7530
7531 1999-08-05 Dave Love <fx@gnu.org>
7532
7533 * auto-show.el (auto-show-mode): Fix :set.
7534
7535 * widget.el (define-widget-keywords): Make dummy definition and
7536 comment-out its use.
7537
7538 1999-08-04 Richard Stallman <rms@gnu.org>
7539
7540 * progmodes/tcl.el: Customized.
7541
7542 * sql.el (sql-accumulate-and-indent): Instead of testing
7543 whether this is Emacs 20 before calling comint-accumulate,
7544 test whether comint-accumulate is defined.
7545
7546 1999-08-04 Dave Love <fx@gnu.org>
7547
7548 * sgml-mode.el: Require outline when compiling.
7549 (sgml-mode-hook, html-mode-hook): Customize.
7550 (sgml-validate-command): Fix :version.
7551 (html-autoview-mode): Doc fix.
7552
7553 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7554 nothing in Latin-N environment.
7555
7556 * info.el (Info-find-node): Call info-initialize here.
7557 (info): Not here.
7558 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7559
7560 1999-08-04 Richard Stallman <rms@gnu.org>
7561
7562 * ansi-color.el: New file.
7563
7564 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7565
7566 * dired.el (dired-string-replace-match): Return `nil' when no match
7567 found with global search.
7568
7569 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7570 * terminal.el (te-terminfo-directory):
7571 * mail/mailpost.el (post-mail-send-it):
7572 * mail/metamail.el (metamail-region):
7573 * progmodes/ada-mode.el (ada-tmp-directory):
7574 Use temporary-file-directory.
7575
7576 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7577 (compilation-filter, compilation-forget-errors)
7578 (compilation-parse-errors): Use a marker instead of an integer for
7579 `compilation-parsing-end'.
7580
7581 * progmodes/diff.el (diff-parse-differences):
7582 Use a marker instead of an integer for `compilation-parsing-end'.
7583 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7584 Use a marker instead of an integer for `compilation-parsing-end'.
7585
7586 1999-08-03 Richard Stallman <rms@gnu.org>
7587
7588 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7589 (Buffer-menu-mode): Doc fix.
7590 (Buffer-menu-view): New command.
7591 (Buffer-menu-view-other-window): New command.
7592
7593 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7594
7595 * replace.el (query-replace-regexp-eval)
7596 (replace-eval-replacement, replace-loop-through-replacements)
7597 (replace-match-string-symbols): New functions.
7598 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7599 Use replace-loop-through-replacements.
7600
7601 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7602
7603 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7604 (5x5): Doc fix.
7605
7606 1999-08-03 Dave Love <fx@gnu.org>
7607
7608 * fortran.el (fortran-indent-new-line): Make it an alias
7609 for reindent-then-newline-and-indent.
7610
7611 1999-08-03 Didier Verna <verna@inf.enst.fr>
7612
7613 * rect.el: All functions rewritten, except when noted above
7614 their declaration. Below is a list of interface changes.
7615 (apply-on-rectangle): New function, mostly replaces
7616 `operate-on-rectangle'. All callers changed.
7617 (move-to-column-force): Pass new second argument to `move-to-column'.
7618 (kill-rectangle): Added optional prefix arg to fill lines.
7619 (delete-rectangle): Ditto.
7620 (delete-whitespace-rectangle): Ditto.
7621 (delete-extract-rectangle): Ditto.
7622 (open-rectangle): Ditto.
7623 (clear-rectangle): Ditto.
7624 (delete-whitespace-rectangle-line): New function.
7625 (delete-rectangle-line): Added third arg FILL.
7626 (delete-extract-rectangle-line): Ditto.
7627 (open-rectangle-line): Ditto.
7628 (clear-rectangle-line): Ditto.
7629
7630 1999-08-03 Ray Blaak <blaak@gnu.org>
7631
7632 * progmodes/delphi.el: New file.
7633
7634 1999-08-02 Richard Stallman <rms@gnu.org>
7635
7636 * textmodes/outline.el (outline-previous-heading): New function.
7637 (outline-up-heading-all): Use outline-previous-heading.
7638 (outline-next-heading): Delete definition inserted yesterday.
7639
7640 1999-08-01 Richard Stallman <rms@gnu.org>
7641
7642 * textmodes/outline.el (outline-next-heading): New function.
7643 (outline-up-heading-all): New function.
7644 (outline-font-lock-level): Using outline-up-heading-all.
7645 Tell outline-back-to-heading to accept invisible headings.
7646
7647 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7648
7649 * mail/mh-utils.el (mh-find-path-run): New variable.
7650 (mh-find-path): Test and set that.
7651 Set mail-user-agent only the first time this function is run.
7652 (mail-user-agent): Defvar deleted.
7653
7654 * info.el (info-initialize): New function.
7655 (info): Call info-initialize.
7656 (Info-directory-list): Initialize to nil,
7657 so info-initialize will set it up for real.
7658
7659 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7660
7661 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7662 does not interpret a time as the year in a day-month entry.
7663
7664 * calendar/diary-lib.el: Change syntax table entry for colon in
7665 the diary as part of the european-date-diary-pattern fix.
7666
7667 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7668
7669 * international/mule.el (set-auto-coding): Allow whitespace before
7670 and after the "variable: value" pair.
7671
7672 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7673
7674 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7675 (default-sendmail-coding-system): Doc-string fixed.
7676
7677 1999-07-30 Dave Love <fx@gnu.org>
7678
7679 * subr.el (assoc-delete-all): New function, renamed from
7680 frame-delete-all.
7681
7682 * frame.el: Change comments to doc strings and other doc fixes.
7683 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7684 Callers changed.
7685 (set-background-color, set-foreground-color, set-cursor-color)
7686 (set-mouse-color, set-border-color): Offer completion of colours.
7687 (cursor): Add :version to defgroup.
7688
7689 * facemenu.el (list-colors-display): Make it work on ttys.
7690 (facemenu-read-color): Likewise.
7691
7692 1999-07-30 Richard M. Stallman <rms@gnu.org>
7693
7694 * frame.el (frame-notice-user-settings): If background
7695 color has been changed, update background-mode from it,
7696 then update faces.
7697
7698 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7699
7700 * net-utils.el (finger): Don't do indirect fingering.
7701
7702 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7703
7704 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7705 rules. Add separator at end of holidays.
7706 (cal-tex-rules): New customizable variable.
7707 (cal-tex-latexify-list): Add optional parameter to put separator
7708 at end.
7709
7710 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7711
7712 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7713 fill prefix on each line while looping to the end of paragraph.
7714 End paragraph if it's longer than the existing fill prefix.
7715
7716 * textmodes/fill.el (fill-context-prefix): Doc fix.
7717
7718 1999-07-30 Dave Love <fx@gnu.org>
7719
7720 * font-lock.el (jit-lock): Fix :load, add :version.
7721
7722 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7723
7724 * term/pc-win.el (msdos-face-setup): Register standard colors in
7725 Vface_tty_color_alist.
7726 (face-color-supported-p, face_color_gray_p): New functions.
7727
7728 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7729 is bound.
7730
7731 * startup.el (command-line): Don't register default colors for
7732 MSDOS window-system.
7733
7734 1999-07-29 Dave Love <fx@gnu.org>
7735
7736 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7737 charquote.
7738
7739 * lisp-mode.el (eval-defun): Re-written to avoid
7740 capturing variables.
7741
7742 * picture.el (picture-beginning-of-line): Don't call
7743 hscroll-point-visible now we have real autoscrolling.
7744 (picture-end-of-line, picture-newline, picture-open-line):
7745 Likewise.
7746
7747 * international/latin-8.el: New file.
7748 * international/latin-9.el: New file.
7749
7750 1999-07-28 Dave Love <fx@gnu.org>
7751
7752 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7753
7754 * msb.el: Require cl only when compiling.
7755 (msb--home-dir): Deleted.
7756 (msb--format-title): Use abbreviate-file-name.
7757 (msb--choose-file-menu): Simplify string comparison.
7758
7759 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7760
7761 * faces.el (toolbar): Add face definition for mono displays.
7762
7763 1999-07-27 Richard M. Stallman <rms@gnu.org>
7764
7765 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7766
7767 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7768 force copying of default-frame-alist.
7769
7770 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7771
7772 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7773
7774 1999-07-26 Richard M. Stallman <rms@gnu.org>
7775
7776 * frame.el (set-mouse-color): If new color is nil,
7777 really respecify the current color.
7778
7779 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7780
7781 * faces.el (bitmap-area): Change background of face `bitmap-area'
7782 to white for mono displays.
7783
7784 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7785
7786 * international/ccl.el (ccl-embed-symbol): New function.
7787 (ccl-program-p): Deleted. Now it's implemented in C code.
7788 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7789 (ccl-compile-translate-character): Likewise.
7790 (ccl-compile-map-single): Likewise.
7791 (ccl-compile-multiple-map-function): Likewise.
7792 (declare-ccl-program): Doc-string modified.
7793 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7794
7795 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7796
7797 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7798
7799 1999-07-25 Markus Rost <rost@gnu.org>
7800
7801 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7802 the entries to make custom-file more readable.
7803
7804 1999-07-25 Richard M. Stallman <rms@gnu.org>
7805
7806 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7807
7808 * emacs-lisp/edebug.el: Delete compatibility code.
7809 (edebug-next-token-class): If . is followed by a digit,
7810 return `symbol' for the token class.
7811
7812 * startup.el (command-line): If we don't find the user's init file,
7813 set user-init-file to nil.
7814
7815 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7816
7817 * info-look.el (info-lookup-interactive-arguments): Add optional
7818 argument query for new choice of help mode.
7819 (info-lookup-symbol): Use it.
7820 (info-lookup-file): Ditto.
7821 (info-lookup): Don't switch to other window, if already in Info
7822 buffer.
7823
7824 1999-07-23 Dave Love <fx@gnu.org>
7825
7826 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7827 syntax.
7828 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7829 (fortran-font-lock-syntactic-keywords): New variable.
7830 (fortran-mode): Use it.
7831 (fortran-font-lock-keywords-1): Don't do comments.
7832 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7833 match data.
7834
7835 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7836
7837 * msb.el (msb-menu-bar-update-buffers): Renamed from
7838 menu-bar-update-buffers.
7839 (msb-custom-set, msb--toggle-menu-type): Call
7840 msb-menu-bar-update-buffers.
7841 (msb-mode): Revise the hook setting.
7842
7843 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7844
7845 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7846
7847 * font-lock.el, help.el, simple.el: Re-integrate previously
7848 described changes that were lost due to errors while checking them
7849 in.
7850
7851 1999-07-23 Kevin Blake <kblake@ticnet.com>
7852
7853 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7854
7855 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7856
7857 * international/encoded-kb.el
7858 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7859 but push it to unread-command-events.
7860 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7861 (encoded-kbd-self-insert-sjis): Likewise.
7862 (encoded-kbd-self-insert-big5): Likewise.
7863
7864 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7865 before left margin and fill-prefix by fill-find-break-point.
7866
7867 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7868
7869 * info-look.el (info-lookup-setup-mode): Don't give up, if
7870 info-lookup-make-completions returns an error.
7871 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7872 name latex, not latex2e.
7873
7874 1999-07-21 Richard M. Stallman <rms@gnu.org>
7875
7876 * replace.el (perform-replace): Turn off case-fold-search
7877 if FROM-STRING argument has uppercase in it.
7878
7879 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7880
7881 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7882 mode is on. Don't use end of changed text.
7883
7884 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7885
7886 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7887 (cl-hash-table-p): Renamed from hash-table-p.
7888 (cl-hash-table-count): Renamed from hash-table-count.
7889 (maphash): Alias to cl-maphash removed.
7890 (gethash): Likewise.
7891 (puthash): Likewise.
7892 (remhash): Likewise.
7893 (clrhash): Likewise.
7894
7895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7896
7897 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7898 third arg non-nil. See comment there why this isn't a good idea.
7899
7900 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7901
7902 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7903
7904 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7905 sit-for with 3rd arg non-nil to prevent redisplay.
7906
7907 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7908
7909 * image.el (image-type-from-file-header): If file doesn't
7910 have a directory part, add data-directory.
7911
7912 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7913
7914 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7915 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7916 motion handling when tooltip-gud-tips-p is nil.
7917
7918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7919
7920 * tooltip.el (tooltip-mode): Don't use `plusp'.
7921 (tooltip-active): Use initial value of nil.
7922
7923 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * bindings.el (make-mode-line-mouse-sensitive): Add key
7928 definitions for `top-line'.
7929
7930 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7931
7932 * faces.el (top-line): New face.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * image.el (image-type-regexps): Add regexp for PS files.
7937
7938 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7939
7940 * faces.el (set-face-attribute): Fix wrong handling of frame
7941 begin equal to t.
7942
7943 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7944
7945 * image.el (image-type-regexps): Add PNG format.
7946
7947 1999-07-21 Dave Love <fx@gnu.org>
7948
7949 * bindings.el (mode-line-modified): New variable.
7950 (mode-line-mode-menu-1): Switch to appropriate window before
7951 showing menu.
7952
7953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7954
7955 * faces.el (face-underline): Removed.
7956 (face-underline-color): Ditto.
7957
7958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7959
7960 * faces.el (face-x-resources): Fix typo.
7961
7962 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7963
7964 * faces.el: Remove handling of `:relief', extend handling of
7965 `:box'.
7966 (frame-set-background-mode): Choose new defface specs after
7967 frame parameters have changed.
7968
7969 * cus-face.el: Ditto.
7970
7971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7972
7973 * custom.el (defface): Extend documentation to include new
7974 face attributes.
7975
7976 * cus-face.el (custom-face-attributes): Add overline,
7977 strike-through, box.
7978
7979 * faces.el (face-valid-attribute-values): Handle overline,
7980 strike-through, box.
7981 (face-attribute-name-alist): Add pairs for new face attributes.
7982 (describe-face): Handle new face attributes.
7983
7984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7985
7986 * faces.el (face-x-resources): Add overline, strike-through, box.
7987
7988 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7989
7990 * enriched.el (enriched-translations): Add `display' and
7991 "x-display".
7992 (enriched-handle-display-prop): New.
7993 (enriched-decode-display-prop): New.
7994
7995 * format.el (top-level): Give `display' property
7996 `format-list-atomic-p.
7997 (format-annotate-single-property-change): Test that property.
7998 If present, treat list property values like atoms.
7999
8000 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8001
8002 * cus-face.el (custom-face-attributes): Use `choice' everywhere
8003 so that "*" can be entered.
8004
8005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8006
8007 * cus-face.el (custom-face-attributes): Don't use `#''.
8008
8009 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8010
8011 * cus-face.el (custom-face-attributes): Return underline
8012 face attribute directly from the second lambda of underline.
8013
8014 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8015
8016 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
8017
8018 * frame.el (after-setting-font-hooks): New variable.
8019 (set-frame-font): Run those hooks.
8020
8021 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
8022
8023 * faces.el (set-face-attribute): Fix doc string.
8024
8025 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8026
8027 * cus-face.el (custom-face-attributes): Accept color name.
8028
8029 * faces.el (face-underline-p): Accept unspecified underlining.
8030 (face-underline): Ditto. Fix doc string.
8031
8032 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8033
8034 * faces.el (face-underline-color): New function.
8035
8036 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
8037
8038 * cus-face.el (custom-face-attributes): Support underline coloring.
8039 Added slot to choose a color.
8040
8041 * faces.el (face-underline): New function.
8042 (face-underline-p): Support underline coloring.
8043 Return nil only if the underline attribute is 'normal.
8044 (set-face-underline): New function.
8045 (face-valid-attribute-values): Support underline coloring.
8046
8047 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8048
8049 * image.el (insert-image): Use `display' instead of `glyph'
8050 as text property name.
8051 (put-image): Ditto.
8052 (image-type-from-file-header): Use insert-file-contents-literally.
8053
8054 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8055
8056 * easymenu.el (easy-menu-do-add-item): Don't use the empty
8057 string to indicate separators.
8058
8059 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8060
8061 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
8062 instead of message-log.
8063
8064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8065
8066 * faces.el (bitmap-area): New face.
8067
8068 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8069
8070 * image.el (insert-image): New.
8071
8072 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8073
8074 * frame.el (blink-cursor): Set the symbol's value.
8075 (show-trailing-whitespace): Change group to font-lock.
8076
8077 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8078
8079 * jit-lock.el: New.
8080 * font-lock.el: Add jit-mode as new support mode.
8081
8082 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8083 reaching end instead of letting re-search-forward signal an error.
8084 (demand-lock-mode): New.
8085 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8086 (font-lock-turn-off-thing-lock): Ditto.
8087 (font-lock-after-fontify-buffer): Ditto.
8088 (font-lock-after-unfontify-buffer): Ditto.
8089
8090 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8091
8092 * gs.el: New file.
8093
8094 * startup.el (command-line-1): Activate tooltip mode if
8095 interactive.
8096
8097 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8098
8099 * faces.el (toolbar): Grey default background.
8100 (modeline): Ditto.
8101
8102 * image.el (image-type-regexps): New.
8103 (image-type-from-file-header): New.
8104 (create-image): Call it.
8105
8106 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8107
8108 * image.el: New file.
8109
8110 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8111
8112 * bindings.el (mode-line-format): Replace `mode-name' with
8113 `(:eval mode-line-mode-name)'.
8114 (mode-line-mode-name): New.
8115 (make-mode-line-mouse-sensitive): Don't change default value
8116 of `mode-name'.
8117
8118 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8119
8120 * tooltip.el: New file.
8121
8122 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8123
8124 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8125 instead of mouse-3 to pop up menus.
8126 (mode-line-kill-buffer): Removed.
8127 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8128 buffer name.
8129 (mode-line-buffer-menu-1): Removed.
8130
8131 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8132
8133 * bindings.el (mode-line-buffer-identification-keymap): New.
8134 (mode-line-buffer-menu-keymap): New.
8135 (mode-line-mode-menu-keymap): New.
8136 (mode-line-unbury-buffer): New.
8137 (mode-line-other-buffer): New.
8138 (mode-line-kill-buffer): New.
8139 (mode-line-buffer-menu-1): New.
8140 (mode-line-mode-menu-1): New.
8141 (make-mode-line-mouse-sensitive): New.
8142
8143 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8144
8145 * help.el (describe-key-briefly): Handle mode line strings
8146 with local-map properties.
8147 (describe-key): Ditto.
8148 (mode-line-key-binding): New.
8149
8150 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8151
8152 * scroll-bar.el (scroll-bar-timer): New.
8153 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8154
8155 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8156
8157 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8158 and `bottom'.
8159
8160 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8161
8162 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8163 (global): Use different key bindings if using tookit scroll bars.
8164
8165 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8166
8167 * faces.el (modeline): Define mode line face with relief for
8168 class color, only.
8169 (toolbar): New face.
8170
8171 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8172
8173 * frame.el (frame-initialize): Set frame-creation-function to
8174 tty-create-frame-with-faces.
8175
8176 * faces.el (frame-set-background-mode): Make it work for
8177 window-system nil.
8178
8179 * faces.el (tty-create-frame-with-faces): New.
8180 (face-set-after-frame-default): Make it work for TTY frames.
8181
8182 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8183
8184 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8185 Return a list of one font family for TTYs. Don't return bitmap
8186 file paths for TTY frames.
8187
8188 * faces.el: Add face specs for tty displays to basic faces.
8189
8190 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8191 (font-lock-string-face): Ditto.
8192 (font-lock-keyword-face): Ditto.
8193 (font-lock-builtin-face): Ditto.
8194 (font-lock-function-name-face): Ditto.
8195 (font-lock-variable-name-face): Ditto.
8196 (font-lock-type-face): Ditto.
8197 (font-lock-constant-face): Ditto.
8198 (font-lock-warning-face): Ditto.
8199
8200 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8201
8202 * startup.el (command-line): Register default tty colors.
8203
8204 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8205
8206 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8207
8208 * faces.el (modeline): For X frames, use a modeline with relief.
8209
8210 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8211
8212 * faces.el (frame-update-faces): Copied from 20.2.
8213 (frame-update-face-colors): Ditto. Code removed that isn't
8214 applicable in the new face implementation.
8215
8216 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8217
8218 * frame.el (show-trailing-whitespace): New.
8219
8220 * faces.el (trailing-whitespace): New basic face.
8221
8222 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8223
8224 * cus-face.el (custom-facep): Always define as alias for facep.
8225
8226 * cus-face.el (custom-face-attributes): Use choice widgets.
8227 Remove :bold and :italic.
8228
8229 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8230
8231 * faces.el (face-charset-registries): Removed since fontset.el
8232 is no always loaded.
8233
8234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8235
8236 * faces.el (internal-get-face): Added as obsolete function for
8237 compatibility.
8238
8239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8240
8241 * frame.el (blink-cursor-end): Call show-cursor.
8242 (blink-cursor-mode): Ditto.
8243
8244 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8245
8246 * faces.el (face-spec-reset-face): Reset all attributes to
8247 `unspecified'.
8248 (face-spec-set): Use it.
8249
8250 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8251
8252 * faces.el (read-all-face-attributes): Bug fix.
8253 (face-read-integer): Allow nil default value.
8254 (face-valid-attribute-values): Use symbol names of attribute
8255 values for completion list.
8256
8257 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8258
8259 * faces.el (internal-find-face): Define for compatibility with
8260 20.2.
8261 (face-id): Likewise.
8262
8263 * faces.el (face-id): Return the ID of a realized face for ASCII.
8264
8265 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8266 (x-complement-fontset-spec): Use face-charset-registries.
8267
8268 * faces.el (face-font-selection-order): Set font selection order
8269 from Lisp.
8270 (face-alternative-font-family-alist): Set alternative font
8271 families from Lisp.
8272
8273 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8274
8275 * faces.el (set-face-charset-registries): Set symbol value.
8276
8277 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8278
8279 * faces.el (face-set-after-frame-default): Call function
8280 internal-merge-in-global-face.
8281
8282 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8283
8284 * faces.el (face-list): Return symbols from face-global-alist.
8285
8286 * faces.el (face-list): Return a copy of the face name list so
8287 that it cannot be modified from outside (facemenu.el uses
8288 nreverse, for example).
8289
8290 * cus-face.el (custom-face-attributes): Add :bold and :italic
8291 for compatibility with old code.
8292
8293 * faces.el (set-face-attributes-from-resources): Additional
8294 frame parameter.
8295 (make-face-x-resource-internal): Set attributes from resources
8296 for a given frame or all frames.
8297
8298 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8299
8300 * faces.el (all-faces): Removed.
8301
8302 * custom.el (defface): Add new face attributes to function
8303 comment.
8304
8305 * font-lock.el (font-lock-comment-face): Use new face attribute
8306 names.
8307 (font-lock-string-face): Ditto.
8308 (font-lock-keyword-face): Ditto.
8309 (font-lock-builtin-face): Ditto.
8310 (font-lock-function-name-face): Ditto.
8311 (font-lock-variable-name-face): Ditto.
8312 (font-lock-type-face): Ditto.
8313 (font-lock-reference-face): Ditto.
8314 (font-lock-warning-face): Ditto.
8315 ((boundp 'font-lock-face-attributes)): Ditto.
8316
8317 * cus-face.el (custom-face-attributes): Use new face attributes.
8318
8319 * faces.el (set-face-attribute-from-resource): Initialize
8320 from resources only for X and W32.
8321
8322 * cus-face.el (custom-declare-face): Don't make frame-local
8323 faces.
8324
8325 * faces.el (describe-face): Use princ instead of insert.
8326
8327 * faces.el: Add XLFD manipulation functions from 20.2 again
8328 because fontset.el uses them.
8329 (face-set-after-frame-default): Add empty definition.
8330
8331 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8332
8333 * faces.el (make-face): Correct typo.
8334 (set-face-attribute-from-resource): Use let*.
8335 (face-underline-p): Correct typo.
8336 (face-inverse-video-p): Ditto.
8337 (set-face-stipple): Ditto.
8338 (face-read-string): Make completion-list optional parameter.
8339
8340 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8341
8342 * faces.el (face-charset-registries): Alist mapping charset
8343 symbols to registries and encoding.
8344
8345 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8346
8347 * frame.el (blink-cursor-mode): Use interactive spec "P".
8348
8349 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8350
8351 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8352 mode. The cursor of selected_window blinks if the mode is enabled.
8353
8354 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8355
8356 * simple.el (next-history-element): Set point to the end of the
8357 prompt if minibuffer-prompt-in-buffer.
8358
8359 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8360
8361 * faces.el (x-font-regexp): Add sub-expression parentheses for
8362 several font name components.
8363
8364 1999-07-21 Gerd Moellmann <gerd@acm.org>
8365
8366 * faces.el (set-face-relief): Use index 12 for relief.
8367 (face-fill-in): Set relief from data.
8368 (internal-make-face): Init relief to zero.
8369
8370 * faces.el (face-spec-set): Call modify-face with additional
8371 parameters for relief and fixed-p.
8372
8373 1999-07-21 Gerd Moellmann <gerd@acm.org>
8374
8375 * cus-face.el: ':fixed and ':relief added.
8376
8377 * faces.el (describe-face): Add fixed font attribute and relief.
8378 (face-attr-match-p): Ditto.
8379 (face-attr-construct): Ditto.
8380 (face-spec-set): Ditto.
8381
8382 1999-07-21 Gerd Moellmann <gerd@acm.org>
8383
8384 * faces.el (internal-make-face): Function to create a Lisp vector
8385 suitable for representing a face.
8386 (make-face): Use it instead of make-vector.
8387 (x-create-frame-with-faces): Use it instead of vector.
8388 (internal-facep): Increase vector size to 14.
8389 (internal-make-face): Ditto.
8390 (face-relief): Access relief thickness.
8391 (face-fixed-p): Access fixed font attribute.
8392 (set-face-fixed-p): Set fixed font attribute.
8393 (set-face-relief): Set relief attribute.
8394 (internal-face-interactive-int): Read int attribute of face.
8395 (modify-face): Add fixed-p and relief parameters.
8396 (copy-face): Handle fixed-p and relief.
8397 (face-equal): Compare fixed-p and relief.
8398 (face-differs-from-default-p): Ditto.
8399 (face-nontrivial-p): Add fixed-p and relief.
8400
8401 1999-07-21 Gerd Moellmann <gerd@acm.org>
8402
8403 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8404 (internal-facep): Increase vector size.
8405 (make-face): Ditto.
8406 (face-shadow-thickness): Added.
8407 (set-face-shadow-thickness): Added.
8408 (modify-face): Add optional shadow-thickness parameter.
8409 (make-face-x-resource-internal): Add shadows.
8410 (copy-face): Ditto.
8411 (face-equal): Ditto.
8412 (face-differs-from-default-p): Ditto.
8413 (face-nontrivial-p): Ditto.
8414 (face-attr-match-p): Ditto.
8415 (face-attr-construct): Ditto.
8416 (face-spec-set): Ditto.
8417 (face-fill-in): Ditto.
8418
8419 1999-07-21 Gerd Moellmann <gerd@acm.org>
8420
8421 * bench.el (bench-mark-split-window): New bench mark.
8422
8423 1999-07-21 Gerd Moellmann <gerd@acm.org>
8424
8425 * faces.el (set-face-font): Don't pass default font to
8426 x-resolve-font so that font will not have to be of the same
8427 size.
8428
8429 1999-07-20 Dave Love <fx@gnu.org>
8430
8431 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8432 unconditionally t.
8433
8434 1999-07-20 Karl Heuer <kwzh@gnu.org>
8435
8436 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8437
8438 1999-07-20 Dave Love <fx@gnu.org>
8439
8440 * help.el (describe-variable): Fix test for customizability.
8441
8442 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8443 Check for readonly buffer in interactive spec.
8444 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8445 (backward-kill-word): Add * to interactive spec.
8446
8447 * underline.el (underline-region, ununderline-region): Add * to
8448 interactive spec.
8449
8450 * fill.el (canonically-space-region, justify-current-line): Add *
8451 to interactive spec.
8452 (fill-region-as-paragraph, fill-paragraph, fill-region)
8453 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8454 readonly buffer in interactive spec.
8455
8456 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8457 (backward-kill-sentence, kill-sentence): Add * to interactive
8458 spec.
8459
8460 1999-07-19 Richard M. Stallman <rms@gnu.org>
8461
8462 * dired-aux.el (dired-do-shell-command): Doc fix.
8463
8464 * shell.el (shell-unquote-argument): New function.
8465 (shell-directory-tracker): Use shell-unquote-argument.
8466 * comint.el (comint-arguments): Handle \ followed by space or tab.
8467
8468 1999-07-19 John Wiegley <jwiegley@borland.com>
8469
8470 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8471 color codes 39 and 49, which by the way lynx uses them seem to
8472 mean "foreground reset" and "background reset".
8473
8474 1999-07-19 Karl Heuer <kwzh@gnu.org>
8475
8476 * font-lock.el (c++-keywords): Add "typeid".
8477
8478 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8479 selects no font, treat that as zero selections, not one.
8480
8481 1999-07-19 Dave Love <fx@gnu.org>
8482
8483 * info.el (Info-search): Don't lose with empty regexp.
8484
8485 * version.el: Cater for (free) `ident' program, not `which'.
8486
8487 * hl-line.el: New file.
8488
8489 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8490 for modes which don't define menus.
8491
8492 1999-07-16 Richard M. Stallman <rms@gnu.org>
8493
8494 * webjump.el (webjump-sample-sites): Update some URLs.
8495
8496 1999-07-14 Richard Stallman <rms@gnu.org>
8497
8498 * Version 20.4 released.
8499
8500 1999-07-14 Andreas Schwab <schwab@gnu.org>
8501
8502 * compare-w.el (compare-windows): Try to find the next window in
8503 the current frame before looking at the other frames.
8504
8505 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8506
8507 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8508 Use cyrillic-jcuken as default input method.
8509
8510 1999-07-12 Richard Stallman <rms@gnu.org>
8511
8512 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8513 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8514
8515 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8516 (ispell-local-dictionary-alist): Add koi8-r for character set.
8517
8518 * textmodes/flyspell.el (flyspell-get-word):
8519 Add special handling for when ispell-otherchars is empty.
8520
8521 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8522
8523 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8524 when having nested functons.
8525 (pascal-indent-nested-functions) (pascal-indent-line)
8526 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8527 indenting nested functions.
8528
8529 1999-07-09 Richard Stallman <rms@gnu.org>
8530
8531 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8532
8533 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8534
8535 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8536 the `end' keyword was in the very beginning of the buffer.
8537
8538 1999-07-08 Richard Stallman <rms@gnu.org>
8539
8540 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8541
8542 * term.el (term-emulate-terminal): Avoid infinite loop
8543 in strange case where minibuffer window is selected but not active.
8544
8545 1999-07-07 Stephen Eglen <stephen@gnu.org>
8546
8547 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8548 Change regexp so that it doesn't match commands beginning with `cd'.
8549
8550 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8551
8552 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8553
8554 1999-07-06 Richard Stallman <rms@gnu.org>
8555
8556 * hscroll.el (hscroll-minibuffer-hook): New function.
8557 (hscroll-global-mode): Add and remove that hook.
8558 Set hscroll-old-truncate-was-global's default value.
8559
8560 1999-07-05 Richard Stallman <rms@gnu.org>
8561
8562 * files.el (revert-buffer): Don't preserve point here.
8563 (revert-buffer-insert-file-contents-function): Doc fix.
8564
8565 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8566
8567 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8568 doing a `stat' when it isn't necessary because that can cause
8569 trouble when an NFS server is down.
8570
8571 1999-07-04 Richard Stallman <rms@gnu.org>
8572
8573 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8574
8575 1999-07-03 Richard Stallman <rms@gnu.org>
8576
8577 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8578 for \200...\240 also.
8579 (isearch-printing-char): Use unibyte-char-to-multibyte.
8580
8581 1999-07-02 Richard Stallman <rms@gnu.org>
8582
8583 * frame.el (minibuffer-frame-alist): Use defcustom.
8584 (pop-up-frame-alist): Likewise.
8585 (initial-frame-alist): Specify * in the doc string.
8586
8587 * hscroll.el (hscroll-mode): Make it a permanent local.
8588 (hscroll-mode): Don't cancel the timer
8589 if HScroll mode is enabled in some other buffer.
8590
8591 * isearch.el (isearch-done): If search ends in middle of intangible
8592 text (due to text property), move on to the limit of that text.
8593
8594 1999-07-01 Andrew Innes <andrewi@gnu.org>
8595
8596 * man.el (Man-build-man-command): Use value of null-device,
8597 instead of hard-coding "/dev/null".
8598
8599 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8600 ange-ftp file names, which might force ange-ftp to prompt for a
8601 password.
8602
8603 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8604 to prevent references to temp files.
8605
8606 1999-06-30 Richard Stallman <rms@gnu.org>
8607
8608 * progmodes/sh-script.el (sh-feature): If nothing is known
8609 about the given shell, use the values for `sh'.
8610
8611 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8612
8613 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8614 to make it non-recursive.
8615
8616 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8617
8618 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8619
8620 * auto-show.el (auto-show-mode): Fix Typo in :set.
8621
8622 1999-06-29 Richard M. Stallman <rms@gnu.org>
8623
8624 * progmodes/sh-script.el (sh-mode): When setting syntax
8625 table, default to the standard one.
8626
8627 1999-06-27 Richard M. Stallman <rms@gnu.org>
8628
8629 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8630
8631 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8632
8633 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8634 a frame when `return' is requested (even if pop-up-frames = t)
8635 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8636 should only be set for the bibtex buffer.
8637
8638 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8639
8640 * progmodes/compile.el: Deal with compilation-error-screen-columns
8641 being buffer-local.
8642
8643 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8644
8645 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8646
8647 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8648
8649 * cal-x.el (calendar-only-one-frame-setup): New function.
8650 * calendar.el (calendar): Call it if requested.
8651
8652 1999-06-24 Karl Heuer <kwzh@gnu.org>
8653
8654 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8655
8656 1999-06-22 Richard M. Stallman <rms@gnu.org>
8657
8658 * mail/supercite.el (sc-emacs-features): Doc fix.
8659
8660 1999-06-22 Karl Heuer <kwzh@gnu.org>
8661
8662 * files.el (auto-mode-alist): Add pike-mode.
8663
8664 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8665
8666 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8667 last byte of a numeric field is a space or a NUL. Parse it as
8668 potentially part of the number. This is used by GNU tar
8669 1.12.64012 to handle larger values.
8670
8671 1999-06-20 Karl Heuer <kwzh@gnu.org>
8672
8673 * custom.el (custom-handle-keyword): Fix error message.
8674
8675 1999-06-18 Andrew Innes <andrewi@gnu.org>
8676
8677 * mail/smtpmail.el (smtpmail-send-it): Use
8678 convert-standard-filename to make file names for queued mail safe
8679 on Windows (`:' is invalid in file names on Windows).
8680
8681 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8682
8683 * international/mule-cmds.el (describe-current-input-method):
8684 Current-input-method is string.
8685 (toggle-input-method): Docstring fixed.
8686
8687 * international/mule-diag.el
8688 (describe-current-coding-system-briefly): Fix format string.
8689
8690 * international/mule-util.el (coding-system-eol-type-mnemonic):
8691 Docstring modified. Return a string.
8692
8693 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8694
8695 * sql.el (sql-input-ring-file-name): Doc fix.
8696
8697 1999-06-17 Richard M. Stallman <rms@gnu.org>
8698
8699 * calendar/cal-x.el (special-display-buffer-names):
8700 Don't put (get-file-buffer diary-file) on this list.
8701
8702 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8703
8704 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8705 Don't penalize player for certain impossible guesses.
8706
8707 1999-06-16 Andrew Innes <andrewi@gnu.org>
8708
8709 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8710 return the string "Unk 0 0000" so at least it appears to be a
8711 valid timestamp to `dired-move-to-filename-regexp'.
8712
8713 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8714
8715 * ps-print.el (ps-control-character): Fix previous change.
8716
8717 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8718
8719 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8720 multiple output of the last message.
8721
8722 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8723
8724 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8725 the ASCII apostrophe, as most DOS codepages have some other glyph
8726 there.
8727
8728 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8729
8730 * language/ethio-util.el (setup-ethiopic-environment-internal):
8731 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8732 (exit-ethiopic-environment): Likewize.
8733
8734 1999-06-12 Richard M. Stallman <rms@gnu.org>
8735
8736 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8737
8738 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8739
8740 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8741 custom-initialize-default to avoid infinite loop.
8742 (crisp-mode): (defun) Call transient-mark-mode here, not when
8743 loading the file. Run crisp-mode-hook here, and run
8744 crisp-load-hook when loading the file.
8745
8746 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8747 rmail-summary buffer, search for pattern in rmail-file.
8748
8749 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8750
8751 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8752
8753 * ps-print.el (ps-printer-name): Fix custom type.
8754
8755 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8756
8757 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8758 (vhdl-port-paste-generic-map): Fix indentation bug.
8759 (vhdl-port-paste-port-map): Fix indentation bug.
8760 (vhdl-scan-file-contents): Make scanning case insensitive.
8761
8762 1999-06-11 Richard M. Stallman <rms@gnu.org>
8763
8764 * files.el (write-file): When buffer is not already visiting a file,
8765 don't put buffer name in the minibuffer, just make it the default.
8766 Also handle just directory as arg usefully in that case.
8767
8768 * simple.el (sendmail-user-agent-compose):
8769 Ignore case when inserting the rest of the "other" headers.
8770
8771 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8772
8773 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8774 (info-lookup-interactive-arguments): Never insert the default
8775 into the minibuffer automatically.
8776
8777 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8778
8779 1999-06-09 Richard M. Stallman <rms@gnu.org>
8780
8781 * simple.el (shell-command): Avoid printing "mark set" message.
8782
8783 1999-06-09 Dave Love <fx@gnu.org>
8784
8785 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8786 digits in program name in first pattern.
8787
8788 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8789
8790 * vc.el (vc-dired-mode): Don't match anything before the date in
8791 dired-move-to-filename-regexp.
8792
8793 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8794
8795 * international/quail.el (quail-define-rules): Fix typo in
8796 docstring.
8797
8798 1999-06-05 Stephen Eglen <stephen@gnu.org>
8799
8800 * iswitchb.el (iswitchb-default-keybindings): Add
8801 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8802 than when package is loaded.
8803
8804 1999-06-04 Richard M. Stallman <rms@gnu.org>
8805
8806 * startup.el (command-line): Don't set user-init-file directly;
8807 tell `load' to set it.
8808
8809 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8810
8811 * simple.el (next-history-element):
8812 Handle minibuffer-text-before-history properly when reading sexps.
8813
8814 * disp-table.el (standard-display-european):
8815 For an interactive call by the user,
8816 don't set enable-multibyte-characters,
8817 and don't set the terminal coding system.
8818
8819 * textmodes/refbib.el: Don't print any messages or display
8820 a buffer when loading the library.
8821 (r2b-help): Doc fix.
8822 (r2b-help-message): Update the documentation.
8823 (r2b-load-quietly): Variable deleted.
8824 (r2b-convert-buffer): Doc fix.
8825
8826 1999-06-04 Dave Love <fx@gnu.org>
8827
8828 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8829
8830 * auto-show.el: Don't change hooks on loading.
8831 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8832 (auto-show-mode): Add to hooks here.
8833
8834 1999-06-04 Richard Sharman <rsharman@pobox.com>
8835
8836 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8837 recursion on bogus input.
8838
8839 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8840
8841 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8842 does not select a buffer from the buffers menu, then the attached
8843 frame is not switched to anything.
8844
8845 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8846
8847 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8848 (viet-viscii-...->viet-vscii...).
8849
8850 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8851
8852 1999-06-01 Dave Love <fx@gnu.org>
8853
8854 * progmodes/fortran.el: Add :link to defgroup.
8855 (fortran-blink-matching-if): Match ELSE statements too.
8856 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8857 that filling is always done.
8858
8859 1999-05-31 Richard M. Stallman <rms@gnu.org>
8860
8861 * simple.el (append-next-kill): Use an arg to distinguish
8862 interactive calls from Lisp calls, rather than (interactive-p).
8863
8864 * international/iso-transl.el (iso-transl-language-alist):
8865 Interchange n and N.
8866
8867 1999-05-31 Dave Love <fx@gnu.org>
8868
8869 * msb.el Add to minor-mode-map-alist. Remove hook installation
8870 and keymap munging on load.
8871 (msb-mode): New option.
8872 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8873 Doc fix.
8874 (msb-mode-map): New variable.
8875 (msb-mode): New command.
8876
8877 1999-05-31 Dave Love <fx@gnu.org>
8878
8879 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8880 (ispell-complete-word-dict): Likewise.
8881
8882 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8883
8884 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8885 force the data buffer to be saved, even if the data didn't
8886 change, in case the write filter was modified. Restore the
8887 current record after read-file-filter finishes.
8888
8889 1999-05-29 Karl Heuer <kwzh@gnu.org>
8890
8891 * ispell4.el: Obsolete; file deleted.
8892
8893 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8894
8895 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8896 VALUE is a syntax table.
8897
8898 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8899
8900 * simple.el (zap-to-char): Doc fix.
8901
8902 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8903
8904 * isearch.el (isearch-quote-char): Don't assume character codes
8905 0200 - 0237 stand for characters in some single-byte character
8906 charset.
8907
8908 1999-05-27 Dave Love <fx@gnu.org>
8909
8910 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8911
8912 1999-05-27 Andreas Schwab <schwab@gnu.org>
8913
8914 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8915 headerline does not exist already.
8916
8917 1999-05-26 Richard Stallman <rms@gnu.org>
8918
8919 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8920 Avoid nested null-loops.
8921
8922 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8923
8924 * international/characters.el: Typo fixed; prefered->preferred.
8925
8926 * international/mule-cmds.el (find-coding-systems-for-charsets):
8927 Typo fixed; prefered->preferred.
8928
8929 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8930 method in read-event.
8931
8932 * international/mule.el (charset-info): Doc-string fixed.
8933
8934 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8935
8936 * mail/smtpmail.el (smtpmail-send-it): Bind
8937 smtpmail-code-conv-from properly.
8938 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8939 by smtpmail-code-conv-from.
8940
8941 1999-05-24 Richard Stallman <rms@gnu.org>
8942
8943 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8944 Binding deleted also.
8945
8946 1999-05-24 Karl Heuer <kwzh@gnu.org>
8947
8948 * comint.el (comint-bol-or-process-mark): Doc fix.
8949
8950 1999-05-23 Dave Love <fx@gnu.org>
8951
8952 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8953 Enter it on minor-mode-map-alist.
8954 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8955 Autoload. Add custom setter.
8956 (crisp-mark-line): Doc fix.
8957 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8958 (crisp-mode-hook): Define.
8959
8960 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8961
8962 * files.el (recover-file): Recover buffer-file-coding-system.
8963
8964 1999-05-22 Richard Stallman <rms@gnu.org>
8965
8966 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8967 regexp match the date, to avoid treating date as file size.
8968 Add YYYY S option to WESTERN/
8969
8970 * bookmark.el: Delete some XEmacs compatibility code.
8971 (bookmark-jump-noselect): Check vc-backend.
8972
8973 * subr.el (add-to-list): Doc fix.
8974
8975 1999-05-21 Stephen Eglen <stephen@gnu.org>
8976
8977 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8978
8979 1999-05-18 Richard Stallman <rms@gnu.org>
8980
8981 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8982 non-space after the @anchor command.
8983 (texinfo-format-var): Handle other nested constructs, using
8984 texinfo-parse-expanded-arg and texinfo-discard-command, not
8985 texinfo-parse-arg-discard.
8986
8987 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8988 (debug): Bind and use debugger-outer-inhibit-redisplay.
8989 Bind inhibit-redisplay to nil.
8990 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8991
8992 1999-05-17 Dave Love <fx@gnu.org>
8993
8994 * help.el (describe-function-1): Extra arg, interactive-p.
8995 (describe-key, describe-function): Use it.
8996
8997 1999-05-17 Karl Heuer <kwzh@gnu.org>
8998
8999 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
9000
9001 1999-05-16 Dave Love <fx@gnu.org>
9002
9003 * cus-start.el (all): Delete selective-display. Add scroll-margin,
9004 scroll-preserve-screen-position, scroll-conservatively.
9005
9006 1999-05-16 Dave Love <fx@gnu.org>
9007
9008 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
9009
9010 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
9011
9012 * progmodes/vhdl-mode.el: Completely revised and massively extended.
9013
9014 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9015
9016 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
9017 magic number and is not associated with a file.
9018
9019 1999-05-14 Richard M. Stallman <rms@gnu.org>
9020
9021 * files.el (find-file-noselect-1): Fix previous change.
9022
9023 1999-05-14 Simon Marshall <simon@gnu.org>
9024
9025 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
9026
9027 1999-05-13 Ken'ichi Handa <handa@gnu.org>
9028
9029 * international/mule-diag.el (mule-diag): Change MULE to Mule in
9030 docstring.
9031
9032 * international/mule-cmds.el: Change MULE to Mule in docstrings
9033 and menus.
9034
9035 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
9036
9037 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
9038 to correctly reflect the value of BaseLineOffset in
9039 RelativeCompose. Now the value of RelativeCompose is an array of
9040 low and high positions.
9041 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
9042 RLC for the above change.
9043
9044 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
9045
9046 * comint.el (comint-password-prompt-regexp): Modified to match the
9047 output of ksu and ssh-add.
9048
9049 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
9050
9051 * language/korea-util.el (isearch-toggle-korean-input-method):
9052 Adjusted for the change of input method handling in isearch.el.
9053 (isearch-hangul-switch-symbol-ksc): Likewise.
9054 (isearch-hangul-switch-hanja): Likewise.
9055
9056 1999-05-10 Dave Love <fx@gnu.org>
9057
9058 * help.el (help-make-xrefs): Fix typo.
9059
9060 1999-05-10 Andreas Schwab <schwab@gnu.org>
9061
9062 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
9063 unibyte-display-via-language-environment.
9064
9065 * help.el (help-make-xrefs): Handle more cases when looking for
9066 commands in a keymap description.
9067
9068 1999-05-10 Eli Zaretskii <eliz@gnu.org>
9069
9070 * loadup.el: For ms-dos systems, load ccl and codepage.
9071
9072 1999-05-09 Ken'ichi Handa <handa@gnu.org>
9073
9074 * ps-print.el (ps-control-character): Call
9075 ps-mule-prepare-ascii-font to setup ASCII fonts.
9076
9077 * ps-mule.el (ps-mule-begin-job): Redo this change "if
9078 ps-multibyte-buffer is nil, use
9079 ps-mule-font-info-database-default."
9080
9081 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9082
9083 * ispell.el (ispell-local-dictionary-alist): New variable for
9084 customizing local dictionaries not accessable by everyone.
9085 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9086 (ispell-required-version): Changed format `(major minor
9087 revision)' to support general pattern matching.
9088 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9089 skip region commented out due to incorrect skip potential in std latex.
9090 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9091 cursor point on small words for calls from `ispell-minor-mode'.
9092 (check-ispell-version): Tests and accepts versions major.minor
9093 and above, with adjustments for interactions in 3.1.0-3.1.11.
9094 (ispell-get-line): No longer skips ispell process special characters.
9095 (ispell-comments-and-strings): Removed `when' macro call.
9096 (ispell-minor-check): Requires ispell-word to restore cursor point.
9097 (ispell-buffer-local-parsing): Supports checking comments only.
9098
9099 1999-05-08 Karl Heuer <kwzh@gnu.org>
9100
9101 * comint.el (comint-password-prompt-regexp): Fix last change to be
9102 more specific.
9103
9104 1999-05-07 Richard M. Stallman <rms@gnu.org>
9105
9106 * subr.el (with-temp-message): Fix the other call to message
9107 to use %s.
9108
9109 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9110
9111 * gud.el (gud-format-command): "%F" means file sans extension.
9112 (jdb): Use %F, not %f, for gud-break.
9113
9114 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9115
9116 * comint.el (comint-password-prompt-regexp): Modified so that it
9117 matches the output of kinit.
9118
9119 1999-05-06 Greg Stark <gsstark@mit.edu>
9120
9121 * timezone.el (timezone-parse-date): Recognize new format used in
9122 internet cookies.
9123
9124 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9125
9126 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9127
9128 1999-05-04 Andrew Innes <andrewi@gnu.org>
9129
9130 * time.el (display-time-update): Allow for wrap-around when
9131 checking against display-time-server-down-time.
9132
9133 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9134
9135 * international/mule-diag.el (describe-coding-system): Fix English
9136 message.
9137
9138 1999-05-03 Jason Rumney <jasonr@altavista.net>
9139
9140 * term/w32-win.el: Change the x-charset-registry property for the
9141 Japanese charsets that are supported by Japanese Windows fonts.
9142
9143 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9144
9145 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9146 diary-block diary entries for which the reminders and the diary
9147 entries can overlap.
9148
9149 1999-05-02 Jason Rumney <jasonr@altavista.net>
9150
9151 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9152 matches the font selected in the dialog.
9153
9154 1999-05-02 Dave Love <fx@gnu.org>
9155
9156 * browse-url.el (browse-url-browser-function): Add :version.
9157
9158 * international/mule.el (auto-coding-alist): Add .tgz.
9159
9160 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9161
9162 * international/codepage.el (cp-coding-system-for-codepage-1):
9163 Make the magnification parameter for the -dos encoder be 2.
9164
9165 1999-05-2 Andrew Innes <andrewi@gnu.org>
9166
9167 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9168 it is dropped, rather than current window.
9169
9170 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9171 after switching buffer, as case-fold-search is a buffer local
9172 variable.
9173
9174 * w32-fns.el (convert-standard-filename): Only convert directory
9175 separators to backslash if the interactive shell is one of the
9176 standard Windows shells that has DOS semantics.
9177
9178 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9179 format-time-string, and return a suitable string to indicate the
9180 timestamp was invalid.
9181
9182 * hexl.el (hexlify-command): Apply shell-quote-argument after
9183 expanding hexl-program in case exec-directory contains a space.
9184 (dehexlify-command): Ditto.
9185
9186 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9187 file extension regexps which aren't necessarily binary files.
9188 (direct-print-region-helper): Use subst-char-in-string instead of
9189 binding directory-sep-char to convert filenames to DOS syntax.
9190 (direct-print-region-use-command-dot-com): New variable.
9191 (direct-print-region-helper): Use it to control whether to invoked
9192 command.com to print on Windows 9x.
9193
9194 * browse-url.el (browse-url-browser-function): Default to
9195 browse-url-default-windows-browser on windows-nt.
9196 (browse-url-default-windows-browser): New function.
9197
9198 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9199
9200 * forms.el (forms-mode): Don't call forms-first-record or
9201 forms-last-record if the data file has zero records.
9202
9203 1999-04-29 Richard M. Stallman <rms@gnu.org>
9204
9205 * files.el (find-file-noselect-1): If buffer-file-name has changed
9206 after find-file-not-found-hooks runs, recompute the truename.
9207 And don't use FILENAME after that point.
9208
9209 1999-04-27 Dave Love <fx@gnu.org>
9210
9211 * paren.el (show-paren-mode)
9212 * which-func.el (which-func-mode-global)
9213 * type-break.el (type-break-mode)
9214 * time.el (display-time-mode)
9215 * rsz-mini.el (resize-minibuffer-mode)
9216 * mouse-sel.el (mouse-sel-mode)
9217 * icomplete.el (icomplete-mode)
9218 * hscroll.el (hscroll-global-mode)
9219 * help.el (temp-buffer-resize-mode)
9220 * font-lock.el (global-font-lock-mode)
9221 * delsel.el (delete-selection-mode)
9222 * avoid.el (mouse-avoidance-mode)
9223 * autoinsert.el (auto-insert-mode)
9224 * winner.el (winner-mode): Doc fix.
9225
9226 1999-04-26 Karl Heuer <kwzh@gnu.org>
9227
9228 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9229 the same whitespace that was ignored in choosing the subject string.
9230
9231 1999-04-26 Richard M. Stallman <rms@gnu.org>
9232
9233 * info.el (Info-find-node): Position properly after finding anchor.
9234
9235 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9236
9237 * simple.el (indent-new-comment-line): Fix previous change.
9238
9239 * complete.el: Delete the wildcard expansion feature
9240 since that is now standard in find-file.
9241 (PC-try-load-many-files): Function deleted.
9242 (PC-after-load-many-files): Function deleted.
9243 (PC-many-files-list): Variable deleted.
9244 (PC-disable-wildcards): Variable deleted.
9245 (partial-completion-mode): Don't enable the wildcard feature.
9246
9247 * complete.el (PC-look-for-include-file): Don't set global variables
9248 `error', `buf' and `filename' here.
9249
9250 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9251
9252 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9253
9254 * textmodes/outline.el (outline-regexp): Doc fix.
9255
9256 1999-04-26 John Wiegley <johnw@borland.com>
9257
9258 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9259 C++Builder 4.0 error message syntax.
9260
9261 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9262
9263 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9264 supported, use find -exec.
9265
9266 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9267
9268 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9269 coding-system-for-write, to avoid hanging when non-interactive.
9270
9271 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9272
9273 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9274 start with a newline.
9275
9276 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9277
9278 * international/mule-conf.el (x-ctext): New coding system.
9279
9280 1999-04-12 Richard M. Stallman <rms@gnu.org>
9281
9282 * international/mule-cmds.el (input-method-function):
9283 Add permanent-local property.
9284
9285 1999-04-12 Dave Love <fx@gnu.org>
9286
9287 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9288 change to use jka-compr-byte-compiler-base-file-name.
9289
9290 * supercite.el (sc-scan-info-alist): Revert last change.
9291 (sc-attrib-selection-list): Fix :type here instead.
9292
9293 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9294
9295 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9296 in the list of case-insensitive filesystems.
9297
9298 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9299
9300 * international/fontset.el (create-fontset-from-fontset-spec):
9301 Don't register duplicated alias fontset names.
9302
9303 1999-04-08 Richard Stallman <rms@gnu.org>
9304
9305 * international/mule.el (auto-coding-alist-lookup): New function.
9306 (set-auto-coding): Use auto-coding-alist-lookup.
9307
9308 * jka-compr.el (jka-compr-insert-file-contents):
9309 Use auto-coding-alist-lookup to check for files that
9310 should not have eol conversion, in the unibyte case.
9311
9312 1999-04-07 Dave Love <fx@gnu.org>
9313
9314 * help.el (describe-variable): Check custom-loads property as well
9315 as custom-type.
9316
9317 * abbrev.el (abbrev-mode): Customizing sets the default value.
9318
9319 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9320
9321 * vc.el (vc-backend-revert): For CVS files that were made
9322 writeable with "cvs edit", call "cvs unedit" to undo that.
9323
9324 1999-04-08 Dave Love <fx@gnu.org>
9325
9326 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9327 more.
9328 (sc-emacs-features): Recognize Emacs 20.
9329 (sc-read-string): Use history arg.
9330 (sc-scan-info-alist): Check for rtnvalue a cons.
9331
9332 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9333
9334 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9335 coding system to encode the message by
9336 select-message-coding-system.
9337
9338 1999-04-07 Richard Stallman <rms@gnu.org>
9339
9340 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9341
9342 * winner.el: Reorder definitions.
9343
9344 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9345
9346 * mail/rmail.el (rmail-decode-babyl-format):
9347 Undo previous change.
9348
9349 1999-04-06 Richard Stallman <rms@gnu.org>
9350
9351 * info.el (Info-find-node): Check for an anchor at the
9352 proper place, before reading an indirect file.
9353
9354 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9355
9356 * jka-compr.el (jka-compr-insert-file-contents):
9357 Use raw-text-unix when we want no conversion.
9358
9359 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9360
9361 * timezone.el (timezone-parse-date): Corrected regexp for
9362 style (5) date format so that tenths of seconds are optional.
9363
9364 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9365
9366 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9367 of dos-codepage-setup.
9368 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9369 codepages for which there's no need to set up cpNNN coding
9370 systems.
9371 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9372
9373 1999-04-05 Richard Stallman <rms@gnu.org>
9374
9375 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9376
9377 1999-04-02 Richard Stallman <rms@gnu.org>
9378
9379 * progmodes/compile.el (compilation-handle-exit): Do right thing
9380 if (car status) doesn't end in a newline.
9381
9382 1999-04-01 Dave Love <fx@gnu.org>
9383
9384 * progmodes/sql.el (SQL): Add defgroup :version.
9385
9386 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9387
9388 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9389 buffer-file-coding-system. If the coding system used is raw-text,
9390 etc., make the *Compiler Input* buffer unibyte.
9391
9392 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9393
9394 * loadup.el: Don't write the fns-...el file if not dumping.
9395
9396 1999-03-31 Dave Love <fx@gnu.org>
9397
9398 * snmp-mode.el (snmp): Fix defgroup :version.
9399
9400 * hilit-chg.el (highlight-changes): Add defgroup :version.
9401
9402 1999-03-31 Andreas Schwab <schwab@gnu.org>
9403
9404 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9405 the gnus-save-hidden-threads macro.
9406
9407 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9408
9409 * faces.el (face-set-after-frame-default): Obey the
9410 `customized-face' for new faces.
9411
9412 1999-03-30 Dave Love <fx@gnu.org>
9413
9414 * international/mule-cmds.el (current-language-environment): Doc fix.
9415 * abbrev.el (abbrev-mode): Doc fix.
9416 * autoinsert.el (auto-insert-mode): Doc fix.
9417 * complete.el (partial-completion-mode): Doc fix.
9418 * avoid.el (mouse-avoidance-mode): Doc fix.
9419 * delsel.el (delete-selection-mode): Doc fix.
9420 * font-lock.el (global-font-lock-mode): Doc fix.
9421 * help.el (temp-buffer-resize-mode): Doc fix.
9422 * hscroll.el (hscroll-global-mode): Doc fix.
9423 * icomplete.el (icomplete-mode): Doc fix.
9424 * mouse-sel.el (mouse-sel-mode): Doc fix.
9425 * paren.el (show-paren-mode): Doc fix.
9426 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9427 * time.el (display-time-mode): Doc fix.
9428 * type-break.el (type-break-mode): Doc fix.
9429 * which-func.el (which-func-mode-global): Doc fix.
9430 * winner.el (winner-mode): Doc fix.
9431
9432 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9433
9434 * wid-edit.el (widget-before-change): Signal text-read-only rather
9435 than an ordinary error.
9436
9437 1999-03-30 Richard M. Stallman <rms@gnu.org>
9438
9439 * repeat.el: Don't require advice.
9440 (repeat): Do function-indirection in check for kbd macro.
9441 In self-insert case, use the *last* char in INSERTION.
9442
9443 1999-03-30 Karl Heuer <kwzh@gnu.org>
9444
9445 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9446
9447 1999-03-29 Andreas Schwab <schwab@gnu.org>
9448
9449 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9450 comint-input-filter-functions. Make variables related to shell
9451 directory tracking local.
9452
9453 1999-03-26 Andreas Schwab <schwab@gnu.org>
9454
9455 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9456
9457 * simple.el (shell-command-on-region): Cope with exit-status being
9458 nil, which happens if call-process-region was interrupted.
9459
9460 1999-03-26 Richard M. Stallman <rms@gnu.org>
9461
9462 * simple.el (indent-new-comment-line): Handle use at a point
9463 after a comment-end. Handle multiple comments.
9464
9465 * mail/rmail.el (rmail-decode-babyl-format):
9466 To prevent locking, bind buffer-file-name to nil.
9467
9468 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9469
9470 * mail-hist.el (mail-hist-current-header-name): Don't make
9471 off-by-one-error when determining if in message body.
9472
9473 1999-03-25 Andrew Innes <andrewi@gnu.org>
9474
9475 * w32-fns.el (set-default-process-coding-system): Copied from
9476 dos-w32.el, but modified to use Unix line endings for process
9477 input, and to add a suitable entry to process-coding-system-alist
9478 for DOS shells.
9479
9480 * dos-fns.el (set-default-process-coding-system): Copied from
9481 dos-w32.el.
9482
9483 * dos-w32.el (set-default-process-coding-system): Move function to
9484 dos-fns.el; a different version is used in w32-fns.el.
9485
9486 1999-03-24 Dave Love <fx@gnu.org>
9487
9488 * info.el (Info-directory-list): Revert change to re-writing
9489 Info-default-directory-list, but put `alternative' first.
9490 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9491
9492 1999-03-23 Simon Marshall <simon@gnu.org>
9493
9494 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9495 on the line by itself.
9496 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9497 it is not in a declarative context.
9498
9499 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9500
9501 * cus-edit.el (custom-variable-prompt): Allow customization of
9502 autoloaded symbols.
9503
9504 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9505
9506 * simple.el (what-cursor-position): Don't cause error when point
9507 is at invalid multibyte sequence.
9508
9509 1999-03-21 Karl Heuer <kwzh@gnu.org>
9510
9511 * complete.el (partial-completion-mode): Doc fix.
9512
9513 1999-03-19 Richard M. Stallman <rms@gnu.org>
9514
9515 * progmodes/cplus-md.el (old-c++): Remove :group.
9516
9517 * progmodes/c-mode.el (old-c): Remove :group.
9518
9519 1999-03-18 Simon Marshall <simon@gnu.org>
9520
9521 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9522 (java-font-lock-keywords-2): Added "strictfp" keyword.
9523
9524 1999-03-17 Jason Rumney <jasonr@altavista.net>
9525
9526 * w32-fns.el (set-w32-system-coding-system) New function.
9527 (w32-system-coding-system) Initialize to 'iso-latin-1.
9528
9529 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9530
9531 * international/mule-cmds.el (set-language-environment): Fix
9532 previous change: don't use dos-codepage when unbound.
9533
9534 1999-03-17 Karl Heuer <kwzh@gnu.org>
9535
9536 * calendar/appt.el (appt-make-list): Fix previous change.
9537
9538 1999-03-16 Richard M. Stallman <rms@gnu.org>
9539
9540 * window.el (shrink-window-if-larger-than-buffer):
9541 Don't try to redisplay with the cursor at the end
9542 on its own line--that would force a scroll and spoil things.
9543
9544 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9545
9546 * international/mule-cmds.el (set-language-environment): Don't use
9547 cpNNN-nonascii-translation-table if it is unbound.
9548
9549 * term/internal.el (dos-codepage-setup): Compute the unibyte
9550 syntax table and bind unibyte-display-via-language-environment
9551 here, rather than at top level, so that resetting to unibyte in
9552 .emacs works as expected.
9553
9554 1999-03-15 Simon Marshall <simon@gnu.org>
9555
9556 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9557
9558 1999-03-14 Milan Zamazal <pdm@pvt.net>
9559
9560 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9561
9562 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9563
9564 * international/mule-util.el (detect-coding-with-priority):
9565 Restore the internal database.
9566
9567 1999-03-14 Stephen Eglen <stephen@gnu.org>
9568
9569 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9570 if mail-from-style has invalid value.
9571
9572 1999-03-12 Karl Heuer <kwzh@gnu.org>
9573
9574 * vc.el (vc-delete-logbuf-window): New var.
9575 (vc-finish-logentry): Use it.
9576
9577 1999-03-12 Richard M. Stallman <rms@gnu.org>
9578
9579 * startup.el (command-line-1): Improve startup msg.
9580
9581 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9582
9583 * speedbar.el: Added commentary about stealthy functions.
9584 (speedbar-message) new function.
9585 (speedbar-y-or-n-p): New function
9586 (speedbar-with-attached-buffer) Moved macro before reference.
9587 Now uses `save-selected-window'.
9588 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9589 speedbar-generic-item-info, speedbar-item-info-file-helper,
9590 speedbar-item-delete, speedbar-insert-generic-list,
9591 speedbar-timer-fn, speedbar-check-vc-this-line,
9592 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9593 speedbar-buffers-item-info) Use speedbar-message.
9594 (speedbar-item-info) Limit `message-log-max'.
9595 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9596 speedbar-item-delete, speedbar-item-object-delete,
9597 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9598
9599 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9600
9601 * server.el (server-start): Set coding system for the server
9602 process to raw-text.
9603 (server-process-filter): Decode file names if necessary.
9604
9605 1999-03-12 Dave Love <fx@gnu.org>
9606
9607 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9608
9609 * textmodes/paragraphs.el (sentence-end): Doc fix.
9610
9611 1999-03-11 Karl Heuer <kwzh@gnu.org>
9612
9613 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9614
9615 1999-03-09 Karl Heuer <kwzh@gnu.org>
9616
9617 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9618 (ispell-dictionary-alist-2): Likewise.
9619 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9620 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9621 (ispell-dictionary-alist): Build from six pieces, not just two.
9622
9623 * ps-bdf.el (bdf-directory-list): Doc fix.
9624
9625 * enriched.el (enriched-mode): Make var permanent-local.
9626
9627 1999-03-09 Dave Love <fx@gnu.org>
9628
9629 * textmodes/sgml-mode.el (html-mode): Use
9630 sentence-end-double-space when setting sentence-end.
9631
9632 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9633
9634 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9635
9636 1999-03-08 Felix Lee <flee@cygnus.com>
9637
9638 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9639
9640 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9641
9642 1999-03-08 Karl Heuer <kwzh@gnu.org>
9643
9644 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9645 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9646
9647 * dired.el (dired-do-copy-regexp): Doc fix.
9648 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9649
9650 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9651
9652 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9653
9654 1999-03-08 Jason Rumney <jasonr@altavista.net>
9655
9656 * international/codepage.el (cp1250-decode-table)
9657 (cp1251-decode-table, cp1253-decode-table)
9658 (cp1257-decode-table): New translation tables for MS Windows codepages.
9659 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9660
9661 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9662
9663 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9664
9665 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9666
9667 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9668
9669 * term/internal.el (top level): Display character 255 as 8bit as well.
9670
9671 1999-03-06 Dave Love <fx@gnu.org>
9672
9673 * progmodes/cc-cmds.el (c-outline-level): Bind
9674 buffer-invisibility-spec.
9675
9676 * progmodes/c-mode.el (c-outline-level): Likewise.
9677
9678 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9679
9680 1999-03-05 Felix Lee <flee@cygnus.com>
9681
9682 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9683
9684 1999-03-05 Richard M. Stallman <rms@gnu.org>
9685
9686 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9687
9688 1999-03-05 Andrew Innes <andrewi@gnu.org>
9689
9690 * w32-fns.el (convert-standard-filename): Convert directory
9691 separators to Windows format.
9692
9693 1999-03-05 Andreas Schwab <schwab@gnu.org>
9694
9695 * international/skkdic-cnv.el: Provide skkdic-cnv.
9696 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9697 (batch-skkdic-convert): Doc fix.
9698
9699 1999-03-04 Dave Love <fx@gnu.org>
9700
9701 * custom.el (custom-set-variables): Protect against setter errors.
9702
9703 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9704
9705 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9706 the file sizes from overflowing.
9707 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9708 Under -s, print the size in blocks with %4.0f, in case they have
9709 a *really* huge file.
9710
9711 1999-03-03 Dave Love <fx@gnu.org>
9712
9713 * options.el (edit-options): Doc fix.
9714 (list-options): Don't lose with unbound symbols. Maintain
9715 Edit-options-mode.
9716
9717 1999-03-01 Dave Love <fx@gnu.org>
9718
9719 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9720
9721 1999-02-28 Richard M. Stallman <rms@gnu.org>
9722
9723 * ispell.el (ispell-dictionary-alist-override): New variable.
9724 (ispell-dictionary-alist): Don't setq it,
9725 if ispell-dictionary-alist-override is set.
9726
9727 * simple.el (shell-command-default-error-buffer): Renamed from
9728 shell-command-on-region-default-error-buffer.
9729 (shell-command-on-region): Mention in echo area when there
9730 is some error output. Mention success or failure, too.
9731 Accumulate multiple error outputs
9732 going forward, with formfeed in between. Display the error buffer
9733 when we have put something in it.
9734 (shell-command): Add the ERROR-BUFFER argument feature.
9735
9736 1999-02-28 Karl Heuer <kwzh@gnu.org>
9737
9738 * mail/mh-utils.el (mh-lib): Doc fix.
9739 (mh-lib-progs, mh-nmh-p): New vars.
9740 (mh-find-progs): Set mh-lib-progs along with other vars.
9741 (mh-path-search): New arg FUNC-P; if specified, use that instead
9742 of mh-file-command-p.
9743 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9744
9745 * mail/mh-comp.el (mh-repl-formfile): New var.
9746 (mh-smail-batch): Don't ignore all arguments.
9747 (mh-reply): Do the right thing when using nmh.
9748
9749 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9750
9751 * international/mule-cmds.el (select-safe-coding-system): Be sure
9752 to show a buffer being decoded.
9753
9754 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9755
9756 * ps-bdf.el (bdf-directory-list): Initialize it to
9757 '("/usr/local/share/emacs/fonts/bdf").
9758
9759 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9760
9761 * ps-print.el: PostScript programming fix.
9762 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9763 setpagedevice operator).
9764
9765 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9766
9767 * ps-print.el: Doc fix, font size specifies landscape and portrait
9768 sizes.
9769 (ps-print-version): New version number (4.1.4).
9770 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9771 Specifies landscape and portrait sizes.
9772 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9773 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9774 fix.
9775 (ps-get-font-size): New fun.
9776 (ps-font-size-internal, ps-header-font-size-internal)
9777 (ps-header-title-font-size-internal): New vars.
9778
9779 * ps-mule.el: Change of ps-print font size variable name.
9780 (ps-mule-generate-font): Fun fix.
9781 (ps-mule-begin-job): Programming uniformization.
9782
9783 1999-02-25 Dave Love <fx@gnu.org>
9784
9785 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9786 (help-make-xrefs): Do Info case first.
9787
9788 * repeat.el: Don't require advice.
9789 (repeat-last-kill-command): Variable deleted.
9790
9791 1999-02-25 Richard Stallman <rms@gnu.org>
9792
9793 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9794 case just because the current buffer is the output buffer.
9795
9796 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9797
9798 * simple.el (what-cursor-position): To show the character's
9799 encoding, use encoded-string-description instead of information
9800 of chaset-origin-alist.
9801
9802 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9803 (encoded-code-description): New function.
9804 (encoded-string-description): New function.
9805 (encode-coding-char): New function.
9806
9807 1999-02-25 Andrew Innes <andrewi@gnu.org>
9808
9809 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9810 checking for .emacs[.el[c]].
9811
9812 1999-02-24 Richard Stallman <rms@gnu.org>
9813
9814 * help.el (describe-function-1): Don't print a whole lambda-function.
9815
9816 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9817
9818 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9819 inputting ?\240.
9820
9821 1999-02-23 Karl Heuer <kwzh@gnu.org>
9822
9823 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9824
9825 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9826 (clean-buffer-list-kill-buffer-names): Doc fix.
9827
9828 * gud.el (gud-jdb-massage-args): Spelling fix.
9829
9830 1999-02-23 Richard M. Stallman <rms@gnu.org>
9831
9832 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9833
9834 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9835
9836 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9837 excursion while calling set-auto-coding-function.
9838
9839 * play/handwrite.el (handwrite): Require ps-print, and use
9840 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9841 if it's defined, instead of forking ps-lpr-command unconditionally.
9842
9843 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9844
9845 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9846 charset-origin-alist property to a coding system for the codepage.
9847
9848 * international/mule.el: Modify comment for charset-origin-alist
9849 property of a coding system.
9850
9851 * simple.el (what-cursor-position): charset-origin-alist property
9852 of a coding system may be a translation table or a symbol of which
9853 `translation-table' property is a translation table.
9854
9855 1999-02-21 Richard Stallman <rms@gnu.org>
9856
9857 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9858 to the "html" template.
9859
9860 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9861
9862 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9863
9864 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9865
9866 * dirtrack.el (dirtrack): Check for the prompt in the input string
9867 instead of the buffer.
9868
9869 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9870
9871 * sql.el: Set version to 1.4.1. Changed mail address to
9872 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9873 (sql-input-ring-separator): Doc fix.
9874 (sql-mode-syntax-table): double-dash starts comments is defined as
9875 ". 56" instead of ". 12b" for XEmacs.
9876 (sql-stop, sql-interactive-mode): Doc fixes.
9877 (sql-postgres): Queries for database and server, not just one.
9878 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9879
9880 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9881 changed. This is needed for master.el to work.
9882 (sql-set-sqli-buffer): Use the new hook.
9883
9884 * sql.el (sql-make-alternate-buffer-name): Function that sets
9885 sql-alternate-buffer-name.
9886 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9887 (sql-interactive-mode): Set sql-alternate-buffer-name.
9888 (sql-rename-buffer): New command.
9889 (sql-interactive-mode-menu): Menu for SQLi buffers.
9890
9891 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9892 and sql-input-ring-file-name are used to temporarily set
9893 comint-input-ring-file-name and comint-input-ring-separator when
9894 reading and writing input history files.
9895
9896 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9897 (sql-input-ring-file-name): New variable with customization.
9898 (sql-input-ring-separator): New variable with customization.
9899 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9900 Callers changed.
9901 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9902 now includes the name of the current buffer.
9903
9904 (sql-mode): Set paragraph-separate and paragraph-start so that
9905 sql-send-paragraph sends the entire SQL statements, even if it
9906 contains indented lines.
9907
9908 1999-02-18 Dave Love <fx@gnu.org>
9909
9910 * format.el (format-encode-run-method, format-decode-run-method):
9911 Fix previous change.
9912
9913 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9914
9915 * international/mule.el (coding-system-list): Moved here from
9916 mule-util.el to avoid autoloading mule-util by the call of
9917 select-safe-coding-system.
9918
9919 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9920
9921 * simple.el (turn-on-auto-fill): Mark it as an option for
9922 `text-mode-hook'.
9923
9924 1999-02-17 Richard Stallman <rms@gnu.org>
9925
9926 * emacs-lisp/easymenu.el (easy-menu-get-map):
9927 Don't crash if (current-local-map) is nil.
9928
9929 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9930
9931 * filecache.el (file-cache-filter-regexps): Added .class.
9932
9933 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9934
9935 * international/mule-util.el (decompose-region): Use
9936 insert-buffer-substring instead of insert-buffer to avoid putting
9937 mark.
9938
9939 1999-02-17 Andreas Schwab <schwab@gnu.org>
9940
9941 * calendar/cal-move.el (scroll-calendar-left): Don't set
9942 displayed-month and displayed-year here, let generate-calendar do
9943 it, after range checking.
9944
9945 1999-02-17 Simon Marshall <simon@gnu.org>
9946
9947 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9948
9949 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9950 correctly between an object declared via a constructor and a method.
9951 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9952 (java-font-lock-keywords-1): Fontify package names individually.
9953 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9954 (java-font-lock-keywords-2): Simplify type fontification.
9955 (java-font-lock-keywords-3): Likewise.
9956
9957 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9958
9959 * language/japanese.el (iso-2022-jp-2): New coding system.
9960 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9961
9962 1999-02-16 Dave Love <fx@gnu.org>
9963
9964 * help.el (describe-function-1): Accept non-symbols.
9965
9966 1999-02-16 Paul Eggert <eggert@twinsun.com>
9967
9968 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9969 find the last match if there are multiple matches.
9970
9971 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9972
9973 * tex-mode.el (tex-run-command, latex-run-command)
9974 (slitex-run-command, tex-command): Doc changes.
9975 (tex-start-options-string): Autoload it. Doc change. Provide
9976 a menu for customization. Allow nil. Quote backslashes only once.
9977 (tex-start-tex): Handle nil value of tex-start-options-string
9978 and apply shell-quote-argument to it.
9979
9980 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9981
9982 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9983 the size in blocks, since it can be a float.
9984 (ls-lisp-format): Likewise
9985
9986 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9987
9988 * language/japanese.el (japanese-shift-jis): Add
9989 charset-origin-alist property.
9990
9991 1999-02-15 Richard Stallman <rms@gnu.org>
9992
9993 * progmodes/compile.el (compile-internal): Use save-selected-window.
9994
9995 * subr.el (momentary-string-display): Bind inhibit-read-only.
9996
9997 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9998
9999 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
10000
10001 * mail/rmail.el (rmail-show-message): If an unseen message has a
10002 Summary-line in its header, get past one more line before looking
10003 for the X-Coding-System header.
10004
10005 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
10006
10007 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
10008 explicitly to accomodate Windows 9X lack of a useful copy program.
10009
10010 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
10011
10012 * wid-edit.el (widget-choice-value-create): Use `equal'
10013 instead of `eq'.
10014
10015 1999-02-14 Richard Stallman <rms@gnu.org>
10016
10017 * international/iso-transl.el:
10018 (iso-transl-ae): Renamed from iso-transl-e-slash.
10019 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
10020 (iso-transl-AE): Renamed from iso-transl-E-slash.
10021 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
10022 (iso-transl-char-map): Related changes.
10023
10024 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
10025
10026 1999-02-13 Richard Stallman <rms@gnu.org>
10027
10028 * textmodes/texinfmt.el (texinfo-alias): New function.
10029 (texinfo-fold-nodename-case): Add defvar.
10030 (texinfo-format-node): Do case folding if specified.
10031
10032 * ffap.el (ffap-file-at-point): Test local file names
10033 immediately. Strip off line numbers.
10034
10035 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
10036
10037 * sql.el: Set version to 1.3.2
10038 (sql-solid-program): Added support for solid.
10039 (sql-help): Doc mentions sql-solid.
10040 (sql-solid): Entry function for Solid.
10041 (sql-buffer): Doc explains the use of the variable and how to
10042 change it.
10043 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
10044 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
10045 disabled if sql-buffer doesn't have a process; sql-send-paragraph
10046 is new.
10047 (sql-show-sqli-buffer): New function to display the value of
10048 sql-buffer.
10049 (sql-change-sqli-buffer): New function to change sql-buffer.
10050 (sql-mode): Doc explains how to change sql-buffer.
10051 (sql-send-paragraph): New function to send a paragraph.
10052 (sql-mode-map): Added keybinding for sql-send-paragraph.
10053 (sql-mysql): Doc corrected.
10054 (sql-ms): Doc corrected.
10055
10056 * sql.el (sql-server): Doc fix.
10057 (sql-mysql): Added the use of sql-server to specify the host,
10058 sql-database now specifies database instead of host.
10059 (sql-mode-menu): Send... menu items are only active if sql-buffer
10060 is non-nil.
10061 (sql-help): Changed tag of entry functions a bit.
10062
10063 * sql.el: Added keywords from `finder-by-keyword'.
10064 (sql-mode): Made sql-buffer a local variable, changed the
10065 documentation: removed instructions to add *.sql files to
10066 auto-mode-alist, added documentation for having mutliple SQL
10067 buffers sending their stuff to different SQLi buffers, each
10068 running a different process.
10069 (sql-postgres): Quoted *SQL* in doc string.
10070 (sql-ms): Likewise.
10071 (sql-ingres): Likewise.
10072 (sql-ingres): Quoted *SQL* in doc string, added references to
10073 sql-user and sql-password used during login.
10074 (sql-sybase): Quoted *SQL* in doc string, added comma.
10075 (sql-oracle): Likewise.
10076 (sql-interactive-mode): Added extensive documentation for having
10077 mutliple SQL buffers sending their stuff to different SQLi
10078 buffers, each running a different process.
10079 (sql-buffer): Changed doc from *SQL* to SQLi.
10080 (sql-get-login): Doc fix.
10081
10082 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10083
10084 * international/mule-conf.el (undecided): Set ascii in
10085 safe-charsets property.
10086
10087 1999-02-12 Richard Stallman <rms@gnu.org>
10088
10089 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10090
10091 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10092
10093 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10094 value to ps-mule-font-info-database-latin.
10095
10096 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10097
10098 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10099 (ps-mule-font-info-database-default): New variable.
10100 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10101 ps-mule-font-info-database-default.
10102
10103 1999-02-12 Dave Love <fx@gnu.org>
10104
10105 * timezone.el (timezone-make-date-sortable)
10106 (timezone-make-date-arpa-standard): Doc fix.
10107
10108 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10109
10110 * international/quail.el (quail-show-kbd-layout): Bind
10111 blink-matching-paren to nil.
10112
10113 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10114 for ASCII and Latin-1.
10115
10116 1999-02-12 Andreas Schwab <schwab@gnu.org>
10117
10118 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10119
10120 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10121
10122 * international/mule-cmds.el (language-info-alist): Remove
10123 description about charset-origin-alist.
10124
10125 * international/mule.el: Comment added for a new coding system
10126 property `charset-origin-alit'.
10127 (make-translation-table): This variable deleted.
10128
10129 * language/chinese.el (chinese-big5): Add charset-origin-alist
10130 property.
10131 ("Chinese-CNS"): Remove charset-origin-alist property.
10132
10133 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10134 property.
10135 (cyrillic-alternativnyj): Likewise.
10136 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10137 ("Cyrillic-ALT"): Likewise.
10138
10139 * language/vietnamese.el (vietnamese-viqr): Add
10140 charset-origin-alist property.
10141 ("Vietnamese"): Remove charset-origin-alist property.
10142
10143 * simple.el (what-cursor-position): Don't use the varialbe
10144 charset-origin-alist, but use charset-origin-alist property of
10145 buffer-file-coding-system to decide external character set code.
10146
10147 1999-02-10 Richard Stallman <rms@gnu.org>
10148
10149 * shadowfile.el: Don't turn on the mode when the file is loaded.
10150
10151 1999-02-09 Richard Stallman <rms@gnu.org>
10152
10153 * progmodes/compile.el (compile-auto-highlight): Customize.
10154
10155 * add-log.el (add-log-file-name-function): New variable.
10156 (add-change-log-entry): Call that function, if non-nil.
10157
10158 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10159
10160 * rmail.el (rmail-search): Track match with a marker, not an integer.
10161
10162 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10163
10164 * progmodes/compile.el (compilation-setup): Set value of
10165 compilation-directory-stack as in compilation-forget-errors.
10166 (compile-reinitialize-errors): Bind buffer-undo-list and
10167 deactivate-mark.
10168 (compilation-forget-errors): Likewise.
10169
10170 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10171
10172 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10173 def... constructs.
10174
10175 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10176 Remove calls to sleep-for.
10177
10178 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10179
10180 * international/codepage.el (cp-coding-system-for-codepage-1): On
10181 MS-DOS, use dos-unsupported-char-glyph for characters not
10182 supported by the codepage.
10183 (cp-make-coding-systems-for-codepage): Likewise.
10184
10185 1999-02-08 Andreas Schwab <schwab@gnu.org>
10186
10187 * international/mule-util.el (coding-system-list): Don't sort
10188 coding-system-list here.
10189
10190 * international/mule.el (coding-system-lessp): Moved here from
10191 mule-util.el
10192 (add-to-coding-system-list): New function.
10193 (make-subsidiary-coding-system, make-coding-system,
10194 define-coding-system-alias): Use it instead of setting
10195 coding-system-list directly.
10196
10197 1999-02-07 Dave Love <fx@gnu.org>
10198
10199 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10200 onto message.
10201
10202 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10203
10204 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10205 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10206
10207 1999-02-06 Richard Stallman <rms@gnu.org>
10208
10209 * language/european.el (setup-slovenian-environment): New function.
10210 ("Slovenian"): New language environment.
10211
10212 * progmodes/sql.el (sql-help): Doc fix.
10213 (sql-mysql): Doc fix.
10214
10215 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10216
10217 * tex-mode.el: When compiling, require compare-w and skeleton
10218 to pacify the byte-compiler. Move the def's of the tex-commands
10219 together. Add a comment on kill-process vs. quit-process.
10220
10221 1999-02-05 Dave Love <fx@gnu.org>
10222
10223 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10224 null markers.
10225 (compile-goto-error): Likewise.
10226
10227 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10228
10229 * time-stamp.el (time-stamp-format): Format doc tighter.
10230 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10231 (time-stamp): Don't re-write the time stamp if it didn't change.
10232
10233 1999-02-05 Alex Schroeder <asc@bsiag.com>
10234
10235 * progmodes/sql.el: Changed version to 1.2.1.
10236 (sql-pop-to-buffer-after-send-region): Improved documentation.
10237 (sql-mysql-program): Added MySQL support.
10238 (sql-prompt-length): Made prompt-length configurable.
10239 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10240 (sql-help): Added MySQL support, changed documentation.
10241 (sql-send-region): A message is displayed if something is sent.
10242 (sql-mode): Added buffer-local comment-start.
10243 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10244 (sql-interactive-mode): Added buffer-local comment-start.
10245 (sql-oracle): Set sql-prompt-length.
10246 (sql-sybase): Set sql-prompt-length.
10247 (sql-mysql): Added MySQL support.
10248 (sql-ingres): Set sql-prompt-length.
10249 (sql-ms): Set sql-prompt-length.
10250 (sql-postgres): Set sql-prompt-length.
10251
10252 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10253
10254 * term/internal.el (dos-codepage-setup): Set selection coding
10255 system to cpNNN-dos.
10256
10257 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10258
10259 * international/characters.el: Let ethiopic use iso-2022-7bit.
10260
10261 1999-02-02 Dave Love <fx@gnu.org>
10262
10263 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10264 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10265
10266 1999-02-02 Karl Heuer <kwzh@gnu.org>
10267
10268 * terminal.el (terminal-emulator): Doc fix.
10269
10270 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10271
10272 * international/mule-util.el (compose-chars): Doc-string
10273 modified. Correctly handle a composition character in ARGS.
10274
10275 1999-02-01 Richard Stallman <rms@gnu.org>
10276
10277 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10278 (makefile-menu-index-function): Function deleted.
10279 (makefile-mode): Use makefile-imenu-generic-expression.
10280
10281 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10282
10283 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10284 change, invoke from before-init-hook.
10285
10286 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10287
10288 * subr.el (remove-from-invisibility-spec): Cope with the case when
10289 buffer-invisibility-spec is t.
10290
10291 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10292
10293 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10294 appt-add and appt-delete.
10295
10296 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10297
10298 * term/pc-win.el (msdos-approximate-color): New function.
10299 (msdos-color-translate): Call it to find a DOS color that best
10300 approximates an X-style "#NNNNNN" color specification.
10301
10302 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10303
10304 * international/mule-util.el (compose-chars-component): Add
10305 autoload cookie.
10306
10307 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10308
10309 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10310 function, replace cdr of MAP by the return value of the function
10311 unconditionally.
10312
10313 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10314
10315 * progmodes/compile.el (compilation-next-error-locus): Don't
10316 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10317
10318 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10319
10320 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10321 and NLs before "charset", and allow the charset name be in double
10322 quotes.
10323
10324 1999-01-31 Richard Stallman <rms@gnu.org>
10325
10326 * imenu.el (imenu-sort-function): Fix custom type.
10327
10328 1999-01-30 Richard Stallman <rms@gnu.org>
10329
10330 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10331 (speedbar-line-token): Likewise.
10332
10333 * play/gametree.el (gametree-default-score): Use defcustom.
10334 (gametree-score-regexp, gametree-score-closer): Likewise.
10335 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10336
10337 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10338
10339 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10340 decoding.
10341
10342 1999-01-29 Markus Rost <rost@gnu.org>
10343
10344 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10345 tex-validate-buffer.
10346 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10347 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10348 now with recent occur-mode.
10349 (tex-validate-region): Really walk through all Sexps.
10350 (tex-region): Bind shell-dirtrack-verbose.
10351 (tex-file, tex-bibtex-file): Likewise.
10352
10353 1999-01-29 Dave Love <fx@gnu.org>
10354
10355 * finder.el: (finder-commentary): Fix interactive spec. Try
10356 appending .el to file name.
10357 (finder-find-library, finder-commentary): Doc fixes.
10358
10359 1999-01-29 Andrew Innes <andrewi@gnu.org>
10360
10361 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10362 where the userid contains directory separators.
10363
10364 1999-01-29 Dave Love <fx@gnu.org>
10365
10366 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10367 (lm-commentary): Doc fix.
10368
10369 1999-01-29 Andreas Schwab <schwab@gnu.org>
10370
10371 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10372 wildcard match. Fix regexp that tests if dirpart contains
10373 wildcard characters.
10374
10375 1999-01-28 Richard Stallman <rms@gnu.org>
10376
10377 * font-lock.el (font-lock-default-unfontify-region):
10378 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10379
10380 1999-01-27 Jason Rumney <jasonr@altavista.net>
10381
10382 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10383 from FAMILY field.
10384 (w32-create-initial-fontsets): Do not use before-init-hook.
10385 (mouse-set-font): Document. Automatically create and use fontsets.
10386
10387 * dos-w32.el (direct-print-region-helper): Check for printer
10388 being t as well as a string.
10389
10390 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10391
10392 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10393 (rmail-mime-charset-pattern): New variable.
10394 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10395 rmail-decode-mime-charset is non-nil.
10396
10397 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10398
10399 * international/characters.el: Set category `q' for all characters
10400 in tibetan and tibetan-1-column.
10401
10402 1999-01-27 Andrew Innes <andrewi@gnu.org>
10403
10404 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10405 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10406
10407 1999-01-27 Dave Love <fx@gnu.org>
10408
10409 * international/mule-cmds.el (current-language-environment):
10410 Provide :link, :type (choices) and appropriate :get.
10411
10412 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10413
10414 * startup.el (command-line): Set default eol-mnemonic-* strings to
10415 display end-of-line format in mode line.
10416
10417 * cus-start.el (all): Add eol-mnemonic-* variables.
10418
10419 1999-01-26 Dave Love <fx@gnu.org>
10420
10421 * startup.el (command-line-1): Up-date copyright.
10422
10423 * paths.el (Info-default-directory-list): Use configdir twice.
10424
10425 * info.el (Info-directory-list): Don't set path-separator now
10426 we're not shipped with Texinfo. Simplify path definition.
10427 Substitute all occurrences of instdir in Info-default-directory-list.
10428
10429 1999-01-25 Richard Stallman <rms@gnu.org>
10430
10431 * startup.el (normal-top-level-add-subdirs-to-load-path):
10432 Record the inode numbers of the dirs processed, to avoid loop.
10433
10434 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10435
10436 1999-01-25 Dave Love <fx@gnu.org>
10437
10438 * browse-url.el (browse-url-netscape-program): Doc addition.
10439
10440 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10441 prefix.
10442
10443 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10444 auto-mode-alist.
10445
10446 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10447
10448 * calendar/diary-lib.el (mark-diary-entries): Use
10449 assoc-ignore-case and do not capitalize when matching month and
10450 day names.
10451
10452 * calendar/calendar.el (calendar-read-date): Ditto.
10453
10454 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10455 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10456
10457 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10458
10459 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10460
10461 * calendar/cal-islam.el (calendar-goto-islamic-date)
10462 (mark-islamic-diary-entries): Ditto.
10463
10464 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10465
10466 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10467 (calendar-read-mayan-tzolkin-date): Ditto.
10468
10469 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10470
10471 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10472
10473 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10474
10475 1999-01-25 Karl Heuer <kwzh@gnu.org>
10476
10477 * faces.el (list-faces-display): Multiline case of previous fix.
10478
10479 1999-01-25 Andreas Schwab <schwab@gnu.org>
10480
10481 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10482
10483 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10484
10485 * files.el (find-file): If find-file-noselect returns a list,
10486 do switch-to-buffer on each element.
10487 (find-file-other-window): Likewise for all but the first element.
10488 (find-file-other-frame): Same.
10489 (find-file-noselect): When we expand a wildcard, return a list
10490 of buffers.
10491
10492 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10493
10494 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10495 to set the appropriate cpNNN-dos coding system as the
10496 highest-priority coding system.
10497
10498 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10499
10500 * international/fontset.el (generate-fontset-menu): Return a
10501 sorted list by plain names of fontsets.
10502
10503 * international/mule-diag.el (list-fontsets): Sort fontsets by
10504 plain names.
10505
10506 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10507 FIRST is a composite character, decompose it at first.
10508
10509 1999-01-23 Dave Love <fx@gnu.org>
10510
10511 * format.el: Doc fixes.
10512 (format-encode-run-method): Have things happen in the right buffer.
10513 Deal with errors from method. Set coding-system-for-write.
10514 (format-decode-run-method): Have things happen in the right buffer.
10515 Deal with errors from method. Set coding-system-for-read.
10516 (format-alist): Use nil instead of unmatchable regexps.
10517
10518 * simple.el (shell-command-on-region): Return command's exit status.
10519
10520 1999-01-23 Eric Ludlam <zappo@gnu.org>
10521
10522 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10523 of the file whose info we want to display.
10524 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10525 (speedbar-add-mode-functions-list) Improve doc.
10526 (speedbar-line-token) New function.
10527 (speedbar-dired) Fix order of directories in -shown-directories.
10528 (speedbar-line-path): Default return is default-directory
10529 (speedbar-buffers-line-path): Return is dir name only.
10530 (speedbar-mode-functions-list): New variable.
10531 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10532 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10533 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10534 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10535 New functions.
10536 (speedbar-line-file): Broke out part that fetches file from a line.
10537 (speedbar-line-text): New function extracted from speedbar-line-file.
10538 (speedbar-line-path): Converted into a replaceable function.
10539 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10540
10541 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10542
10543 * international/fontset.el (create-fontset-from-x-resource): Make
10544 style variants.
10545
10546 1999-01-22 Dave Love <fx@gnu.org>
10547
10548 * paths.el (Info-default-directory-list): Put sysdir after start.
10549
10550 1999-01-22 Sam Steingold <sds@goems.com>
10551
10552 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10553 a process associated with it.
10554
10555 1999-01-22 Jason Rumney <jasonr@altavista.net>
10556
10557 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10558
10559 1999-01-22 Felix Lee <flee@cygnus.com>
10560
10561 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10562 major-mode.
10563 (vc-annotate-mode): Delete variable.
10564
10565 1999-01-22 Andrew Innes <andrewi@gnu.org>
10566
10567 * startup.el (command-line): [windows-nt]: Check for existence of
10568 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10569 in preference to _emacs.
10570
10571 1999-01-22 Dave Love <fx@gnu.org>
10572
10573 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10574
10575 1999-01-20 Richard Stallman <rms@gnu.org>
10576
10577 * files.el (find-file-noselect): Do wildcard processing only
10578 if new arg WILDCARDS is non-nil.
10579 (find-file, find-file-other-window): New arg WILDCARDS.
10580 Default it to non-nil if interactive.
10581 (find-file-other-frame): Likewise.
10582 (find-file-read-only): Likewise.
10583 (find-file-read-only-other-window): Likewise.
10584 (find-file-read-only-other-frame): Likewise.
10585
10586 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10587 (widget-plist-convert-option): Delete spurious comma.
10588
10589 1999-01-19 Jason Rumney <jasonr@altavista.net>
10590
10591 * term/w32-win.el (w32-standard-fontspec-spec): Change
10592 iso8859-5 to koi8-r. Add iso8859-9.
10593
10594 1999-01-19 Dave Love <fx@gnu.org>
10595
10596 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10597 its uses.
10598
10599 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10600 is active.
10601 (fortran-indent-subprogram): Likewise.
10602
10603 1999-01-19 Dave Love <d.love@dl.ac.uk>
10604
10605 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10606
10607 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10608
10609 * wid-edit.el (alist): Use sexp as default key-type.
10610
10611 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10612
10613 * textmodes/tex-mode.el (tex-define-common-keys):
10614 Remove key binding of tex-feed-input.
10615 (tex-mode-map): Bind tex-feed-input here.
10616 (tex-start-shell): Use compilation-shell-minor-mode. Set
10617 comint-input-filter-functions before running tex-shell-hook.
10618 (tex-start-tex): Forget compilation errors.
10619 (tex-compilation-parse-errors): Rewritten to work also with
10620 compile-mouse-goto-error and compile-goto-error. Adjusted to
10621 change in tex-region.
10622 (tex-region): For the temp file use file-name without directory.
10623 (tex-file): Expand file name of tex-print-file.
10624
10625 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10626
10627 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10628
10629 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10630
10631 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10632 beginning could cause Emacs to hang. Fixed.
10633
10634 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10635
10636 * international/ccl.el (ccl-compile-translate-character): Handle
10637 the case that a tranlation table is CCL register correctly.
10638
10639 * international/mule-cmds.el (select-safe-coding-system):
10640 Hightlight at most 256 characters.
10641
10642 1999-01-18 Dave Love <fx@gnu.org>
10643
10644 * startup.el (command-line): If the init file changes operation to
10645 unibyte, make all buffers unibyte and re-set language environment.
10646
10647 * disp-table.el (standard-display-european): Make all existing
10648 buffers unibyte. Fix doc.
10649
10650 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10651
10652 * wid-edit.el (coding-system): Define this unconditionally.
10653
10654 * simple.el (shell-command-on-region-default-error-buffer): New var.
10655 (shell-command-on-region): Use that variable as interactive
10656 value of ERROR-BUFFER argument.
10657
10658 1999-01-17 Sam Steingold <sds@goems.com>
10659
10660 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10661
10662 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10663
10664 * progmodes/compile.el (compilation-goto-locus): If already in the
10665 compilation buffer's window, keep it in that window.
10666 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10667 (compile-goto-error): Don't play with windows.
10668
10669 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10670 (tex-command): Doc fix.
10671 (tex-compilation-parse-errors): Doc fix.
10672 (tex-generate-zap-file-name): Don't start the name with -.
10673 (tex-expand-files): Works now also with strings ending with ":".
10674
10675 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10676
10677 Patch failed to install:
10678 * gametree.el: Document scoring functionality.
10679 (gametree-score-regexp): Add optional plus sign.
10680 (gametree-score-opener): Replace `:' with `=' as the former
10681 conflicts with gametree-half-ply-regexp.
10682 (gametree-transpose-following-leaves): Add.
10683 (gametree-insert-new-leaf): Make modifying commands barf in read
10684 only buffers.
10685 (gametree-break-line-here): Add a call to
10686 `gametree-transpose-following-leaves'. This maintains the
10687 necessary invariant that on each level all leaf children precede
10688 all nonleaf children. This has always been implied, but left to
10689 the user, and, unfortunately, undocumented.
10690
10691 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10692
10693 * wid-edit.el (plist, alist): New widget types.
10694
10695 1999-01-17 Dave Love <fx@gnu.org>
10696
10697 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10698 fix scope of condition-case therein.
10699
10700 1999-01-17 Andrew Innes <andrewi@gnu.org>
10701
10702 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10703 default-buffer-file-coding-system when file doesn't exist (and
10704 isn't covered by a special case) instead of forcing undecided-dos
10705 against the user's wishes.
10706
10707 * dos-w32.el (direct-print-region-helper): New function based on
10708 direct-print-region-function; sends data to specified printer port
10709 without further translation. Recognize and handle specially the
10710 standard `print' and `nprint' programs, as well as `lpr' and
10711 similar programs. Only write directly to the printer port if no
10712 print program is specified. Work around a bug in Windows 9x
10713 affecting Win32 version of Emacs by invoking command.com to write
10714 to the printer port instead of writing directly.
10715 (direct-print-region-function): Use direct-print-region-helper to
10716 do most of the work.
10717 (direct-ps-print-region-function): New function; analogue of
10718 direct-print-region-function for ps-print.
10719 (ps-lpr-command): Comment out setq; leave as example usage.
10720 (ps-lpr-switches): Ditto.
10721
10722 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10723 and MS-Windows.
10724 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10725 DOS and Windows platforms, to indicate direct printing. Update
10726 the docstring accordingly.
10727
10728 * ps-print.el: (ps-printer-name): Update docstring about usage on
10729 MS-DOS and MS-Windows.
10730 (ps-lpr-command): Update docstring as for lpr-command.
10731 (ps-print-region-function): New variable.
10732 (ps-do-despool): Use it.
10733 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10734 DOS/Windows.
10735
10736 * subr.el (subst-char-in-string): New function.
10737
10738 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10739
10740 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10741
10742 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10743 (bdf-find-font-info): New function, looks for the first readable
10744 file from a list of alternatives.
10745 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10746 instead of bdf-get-font-info.
10747 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10748 to ps-mule-generate-bitmap-glyph.
10749
10750 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10751 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10752 now be a list of alternative names.
10753 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10754 (ps-mule-prepare-font): Likewise.
10755
10756 * international/codepage.el (cp855-decode-table,
10757 cp850-decode-table): Fill some nil entries.
10758
10759 1999-01-16 Dave Love <fx@gnu.org>
10760
10761 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10762 last change.
10763
10764 1999-01-15 Dave Love <fx@gnu.org>
10765
10766 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10767 and change regexp for command names.
10768 (help-xref-go-back, function-called-at-point, symbol-file)
10769 (where-is): Doc fixes.
10770 (help-xref-go-back): Remove interactive spec.
10771 (describe-function-1): Fix message for alias. Buttomize alias
10772 name.
10773
10774 * simple.el (join-line): New alias.
10775
10776 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10777
10778 * forms.el: (forms--show-record): Convert integers to string
10779 expicitly since concat will no longer accept integers.
10780 (forms-print): Use local `total-nb-records' since
10781 `forms--total-records' will be inaccessible after buffer switching.
10782
10783 1998-01-14 Felix Lee <flee@cygnus.com>
10784
10785 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10786
10787 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10788
10789 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10790
10791 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10792
10793 * international/codepage.el (cp850-decode-table): Fix previous change.
10794
10795 1999-01-14 Simon Marshall <simon@gnu.org>
10796
10797 * shell.el (shell-dirtrack-verbose): New custom variable.
10798 (shell-dirstack-message): Use it.
10799
10800 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10801
10802 * international/mule-conf.el: Coding system alias `dos' for
10803 `undecided-dos', `mac' for `undecided-mac'.
10804
10805 * international/mule-cmds.el (describe-language-environment):
10806 Don't alter input-method-alist.
10807
10808 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10809
10810 * international/codepage.el (cp850-decode-table): Replace nil
10811 entries with codes of similary looking glyphs. (Suggested by
10812 Jason Rumney <jasonr@altavista.net>.)
10813
10814 1999-01-13 Dave Love <fx@gnu.org>
10815
10816 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10817
10818 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10819
10820 1999-01-12 Karl Heuer <kwzh@gnu.org>
10821
10822 * files.el (auto-save-hook): Defvar this.
10823
10824 1999-01-12 Alex Schroeder <asc@bsiag.com>
10825
10826 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10827 faces, eliminating the need to load font-lock before loading sql.
10828 (sql-mode-oracle-font-lock-keywords): Likewise.
10829 (sql-mode-postgres-font-lock-keywords): Likewise.
10830
10831 1999-01-11 Dave Love <fx@gnu.org>
10832
10833 * cus-start.el: Add inhibit-eol-conversion.
10834
10835 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10836 the values round.
10837
10838 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10839
10840 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10841 Don't switch to Help mode here.
10842 (temp-buffer-setup-hook): Use help-mode-finish.
10843 (help-mode-setup): New function.
10844 (temp-buffer-setup-hook): Use help-mode-setup.
10845
10846 * progmodes/sql.el: New file.
10847
10848 * files.el (auto-mode-alist): Add sql-mode.
10849
10850 * faces.el (list-faces-display): Improve the formatting
10851 by computing the maximum length required for any face-name.
10852
10853 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10854
10855 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10856
10857 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10858
10859 * term.el (term_send_home): Change the string to
10860 be the same as the one emitted by xterm and consistent with the
10861 ones emitted by prior and next.
10862 (term_send_end): Likewise.
10863
10864 1999-01-10 Dave Love <fx@gnu.org>
10865
10866 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10867 bindings.
10868
10869 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10870
10871 * international/codepage.el (codepage-setup): Doc fix.
10872 (cp-decoding-vector-for-codepage): Likewise.
10873
10874 1999-01-10 Markus Rost <rost@gnu.org>
10875
10876 * cus-edit.el (custom-save-delete): First scan the custom-file.
10877
10878 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10879
10880 * international/iso-transl.el: Define a "function name" for
10881 each translation that isn't ASCII. Use these function names
10882 in iso-transl-char-map.
10883
10884 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10885
10886 * international/mule-util.el (decompose-region): Do decomposition
10887 on temporary unibyte buffer.
10888
10889 * international/mule.el (make-char): Doc-string modified.
10890
10891 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10892
10893 * simple.el (comment-region): Delete spaces only if we
10894 deleted a comment starter.
10895
10896 1999-01-07 Dave Love <fx@gnu.org>
10897
10898 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10899
10900 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10901 like eval-defun does.
10902
10903 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10904
10905 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10906 constructions. Doc fixes.
10907 (generic-create-generic-function): Use defalias, not fset.
10908
10909 * find-func.el: More doc fixes.
10910
10911 1999-01-06 Stephen Eglen <stephen@gnu.org>
10912
10913 * files.el (save-buffers-kill-emacs): Show the list of current
10914 processes before prompting to kill them and exit.
10915
10916 1999-01-06 Dave Love <fx@gnu.org>
10917
10918 * emacs-lisp/find-func.el: Doc fixes.
10919 (find-function-regexp): Extend for define-generic-mode,
10920 define-derived-mode, easy-mmode-define-minor-mode.
10921
10922 1999-01-06 Dave Love <fx@gnu.org>
10923
10924 * progmodes/fortran.el (fortran-window-create): Account for scroll
10925 bar width.
10926
10927 * browse-url.el: Require (noerror) w3-auto when compiling.
10928 (browse-url-maybe-new-window): Make it a macro and revert last
10929 change to callers.
10930 (browse-url-w3): Require w3 for w3-fetch-other-window.
10931
10932 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10933
10934 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10935 argument.
10936
10937 1999-01-06 Simon Marshall <simon@gnu.org>
10938
10939 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10940
10941 * font-lock.el (font-lock-default-fontify-buffer): When using
10942 with-temp-message, use nil rather than current-message.
10943
10944 * lazy-lock.el (lazy-lock-unstall):
10945 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10946 rather than current-message.
10947
10948 * fast-lock.el (fast-lock-save-cache-1):
10949 (fast-lock-cache-data): When using with-temp-message, use nil rather
10950 than current-message.
10951
10952 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10953
10954 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10955 the valid-codes property.
10956
10957 * international/mule-cmds.el (prefer-coding-system): Call
10958 set-coding-priority, so that the internal array of priorities is
10959 also updated.
10960
10961 * international/mule-util.el:
10962 (coding-system-change-eol-conversion,
10963 coding-system-change-text-conversion): Don't define here.
10964
10965 * international/mule-cmds.el: Define them here. Remove the
10966 autoload cookies.
10967
10968 1999-01-06 Andreas Schwab <schwab@gnu.org>
10969
10970 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10971 if it was enabled before.
10972
10973 * view.el (View-revert-buffer-scroll-page-forward): Bind
10974 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10975
10976 * files.el (recover-session): Preserve point when inserting
10977 explanation.
10978
10979 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10980
10981 * cus-edit.el (custom-save-delete): Don't delete whitespace
10982 and comments before the sexp that is replaced.
10983
10984 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10985
10986 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10987
10988 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10989
10990 * vc.el (vc-dired-hook): Use the original value of
10991 dired-move-to-filename-regexp on lines that have not been
10992 reformatted yet.
10993 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10994 file lines have already been reformatted.
10995
10996 1999-01-05 Dave Love <fx@gnu.org>
10997
10998 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10999 buffer-local.
11000
11001 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
11002
11003 * progmodes/f90.el: Change of regular expressions for type to
11004 correct highlighting and identation. Some small fixes for
11005 compatibility with XEmacs.
11006
11007 1999-01-05 Stephen Eglen <stephen@gnu.org>
11008
11009 * mspools.el (mspools-vm-system-mail): Provide an alternative
11010 value based on rmail-spool-directory if $MAIL is not defined.
11011
11012 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
11013
11014 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
11015 (reftex-section-info): Handle negative section levels.
11016 (reftex-view-crossref-extra): New option.
11017 (reftex-view-crossref): Generalized to work in more places.
11018 (reftex-find-citation-regexp-format, reftex-find-reference-format,
11019 reftex-macros-with-labels, reftex-global-search-marker): New variables.
11020 (reftex-view-cite-locations-from-bibtex): New command.
11021 (reftex-view-regexp-match, reftex-global-search,
11022 reftex-global-search-continue): New functions.
11023 (reftex-extract-bib-entries): No error for non-existing BibTeX
11024 file, just a message.
11025 (reftex-extract-bib-entries): Better error handling.
11026 (reftex-select-with-char): Use `*RefTeX Select*' for selection
11027 help and force it on current frame.
11028 (reftex-default-bibliography): New function.
11029 (reftex-access-parse-file): Check consistency after loading a
11030 parse file. When inconsistent, enfore rescan.
11031 (reftex-check-parse-consistency): New function.
11032 (easy-menu-define): Options section drastically shortened.
11033
11034 1999-01-05 Kenichi Handa <handa@etl.go.jp>
11035
11036 * language/thai-util.el (thai-compose-string): New function.
11037
11038 1999-01-04 Inge Frick <inge@nada.kth.se>
11039
11040 * easymenu.el (easy-menu-define): Doc fix.
11041 (easy-menu-create-menu): New keyword :included.
11042 (easy-menu-do-add-item): New keyword :included. SUFFIX may
11043 be an expression, not only a string. Simulate style `button'.
11044 Use easy-menu-define-key-intern instead of easy-menu-define-key.
11045 (easy-menu-define-key-intern): New function.
11046 (easy-menu-add-item): Understand value returned from
11047 easy-menu-item-present-p and easy-menu-remove-item.
11048 (easy-menu-return-item): New function.
11049 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
11050
11051 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
11052
11053 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
11054 Use rmail-output-read-rmail-file-name to read the file name.
11055 Always call rmail-output-to-rmail-file noninteractively.
11056 When count > 1, do the loop here.
11057 Handle rmail-delete-after-output here.
11058 (rmail-summary-output): Similar changes.
11059
11060 * mail/rmailout.el: Provide `rmailout'.
11061 (rmail-output-read-rmail-file-name): New function.
11062 (rmail-output-to-rmail-file): Use that.
11063 (rmail-output-read-file-name): New function.
11064 (rmail-output): Use that.
11065
11066 * files.el (find-file-noselect): Let /: suppress wildcard matching.
11067 Error if wildcard matches no files.
11068
11069 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
11070
11071 * menu-bar.el (clipboard-yank): Doc fix.
11072
11073 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
11074
11075 1998-12-31 Markus Rost <rost@delysid.gnu.org>
11076
11077 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
11078
11079 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11080
11081 * rmail.el (rmail-encode-string): Make sure mask value is
11082 positive; (emacs-pid) returns a negative number on Windows 9x
11083 which causes odd behaviour.
11084
11085 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11086
11087 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11088 and about w32-* variables unless on Windows/NT.
11089
11090 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11091
11092 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11093 if buffer is modified; ask about all modified buffers.
11094
11095 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11096
11097 * simple.el (what-cursor-position): Fix previous change.
11098
11099 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11100
11101 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11102 from paragraph-start.
11103
11104 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11105
11106 * international/mule-cmds.el (prefer-coding-system): If the
11107 argument requires specific EOL conversion type, make the default
11108 coding systems use that.
11109
11110 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11111
11112 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11113 Use shell-command-on-region.
11114 (m4-start-m4, m4-end-m4): Functions deleted.
11115
11116 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11117
11118 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11119
11120 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11121
11122 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11123 to compose-mail in the correct places and as a list.
11124
11125 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11126
11127 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11128 (pages-directory-map): Bind mouse-2
11129 (pages-copy-header-and-position): Put text property.
11130 (pages-directory-goto-with-mouse): New function.
11131
11132 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11133
11134 * international/codepage.el (cp-make-coding-systems-for-codepage):
11135 Doc fix.
11136 (cp-coding-system-for-codepage-1): Likewise.
11137
11138 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11139
11140 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11141 composition sequence correctly here instead of calling
11142 thai-compose-region.
11143
11144 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11145 newline in multibyte buffer, if previous or next character is a
11146 composite char, check the first component of the composite char.
11147
11148 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11149
11150 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11151 and track-mouse.
11152
11153 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11154
11155 * mail/sendmail.el (mail-yank-original): Remove text properties
11156 after insertion.
11157 (mail-yank-region): Barf if no mark is set in the message
11158 being replied to.
11159
11160 * help.el (function-called-at-point): First look for function at point.
11161
11162 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11163
11164 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11165
11166 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11167
11168 * simple.el (what-cursor-position): Print character encoding also.
11169
11170 1998-12-26 Dave Love <fx@gnu.org>
11171
11172 * textmodes/flyspell.el: If local-maps work, don't put
11173 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11174 in flyspell-mouse-map (only).
11175 (flyspell-use-local-map): New variable.
11176 Use a different mouse-2 binding in that case,
11177 and don't add to minor-mode-map-alist.
11178 (make-flyspell-overlay, flyspell-correct-word):
11179 Test flyspell-use-local-map.
11180
11181 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11182
11183 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11184 Be careful about whether to return a relative file name,
11185 and if so, relative to what directory.
11186
11187 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11188
11189 * emacs-lisp/easymenu.el (easy-menu-get-map):
11190 Change global map only if this menu exists in the global map already,
11191 and not in the local map.
11192 (easy-menu-do-add-item): Fix error message.
11193
11194 * foldout.el (foldout-inhibit-key-bindings):
11195 Avoid concatenating onto outline-minor-mode-prefix.
11196 Make a new keymap for that prefix, if it does not already have one.
11197
11198 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11199
11200 * cperl-mode.el:
11201 Can use linear algorithm for indentation if Emacs supports it.
11202 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11203 (cperl-after-block-p): Likewise.
11204 (cperl-after-block-and-statement-beg): Likewise.
11205 (cperl-after-block-p): After END/BEGIN we are a block.
11206 (cperl-after-expr-p): Skip labels when checking
11207 (cperl-indent-region): Make a marker for END - text added/removed.
11208 Disable hooks during the call (how to call them later?).
11209 Now indents 820-line-long function in 6.5 sec (including
11210 syntaxification) the first time (when buffer has few
11211 properties), 7.1 sec the second time.
11212 (cperl-indent-region): Do not indent whitespace lines
11213 (cperl-style-alist)
11214 Include `cperl-merge-trailing-else' where the value is clear.
11215 (cperl-styles-entries): Likewise.
11216 (cperl-problems): Improvements to docs.
11217 (cperl-tips): Likewise.
11218 (cperl-non-problems): Likewise.
11219 (cperl-mode): Make lazy syntaxification possible.
11220 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11221 `font-lock-unfontify-region-function' was set to a wrong function.
11222
11223 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11224 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11225 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11226 but 1<<6 was considered as HERE-doc.
11227 <file/glob> made into a string.
11228 Postpone addition of faces after syntactic step.
11229 Recognition of <FH> was wrong.
11230 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11231 Knows that split// is null-RE.
11232 Highlights separators in 3-parts expressions as labels.
11233 <> was considered as a glob.
11234 Would err if the last line is `=head1'.
11235 $a-1 ? foo : bar; was a considered a regexp.
11236 `<< (' was considered a start of HERE-doc.
11237 mark qq[]-etc sections as syntax-type=string
11238 Was not processing sub protos after a comment ine.
11239 Was treating $a++ <= 5 as a glob.
11240 Tolerate unfinished REx at end-of-buffer.
11241 `unwind-protect' was left commented.
11242 / and ? after : start a REx.
11243
11244 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11245 Better default, customizes to `message' too, off in text-mode.
11246
11247 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11248 `defface'd.
11249 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11250 `defface'd.
11251 (cperl-emacs-can-parse): New state variable.
11252 (cperl-indent-line): Corrected to use global state.
11253 (cperl-calculate-indent): Likewise.
11254 (cperl-fix-line-spacing): Likewise (not used yet).
11255 (cperl-calculate-indent): Did not consider `,' as
11256 continuation mark for statements.
11257 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11258 Remove another parse-data optimization at toplevel: would
11259 indent correctly.
11260 Correct for labels when calculating indentation of continuations.
11261 Docstring updated.
11262 (cperl-choose-color): Converted to a function (to be
11263 compilable in text-mode).
11264 (cperl-dark-background): Disable without window-system.
11265 Do `defface' only if window-system.
11266 (cperl-fix-line-spacing): Sped up to bail out early.
11267 (x-color-defined-p): Was not compiling on XEmacs
11268 Was defmacro'ed with a tick. Remove another def.
11269 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11270 (cperl-unwind-to-safe): New function.
11271 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11272 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11273 long strings (not very successful).
11274 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11275 Highlight the starting // in s//foo/ as function-name.
11276 Emit a meaningful error instead of a cryptic one for an
11277 uncomplete REx near end-of-buffer.
11278
11279 (cperl-electric-keyword): `qr' recognized.
11280 (cperl-electric-else): Likewise
11281 (cperl-to-comment-or-eol): Likewise
11282 (cperl-make-regexp-x): Likewise
11283 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11284 Corrected to use new macros;
11285 `if' for copying `reference-face' to `constant-face' was backward.
11286 remove init `font-lock-other-emphasized-face',
11287 `font-lock-emphasized-face', `font-lock-keyword-face'.
11288 Interpolate `cperl-invalid-face'.
11289 (cperl-make-regexp-x): Misprint in a message.
11290 (cperl-syntaxify-unwind): New configuration variable
11291 (cperl-fontify-m-as-s): New configuration variable
11292 (cperl-electric-pod): Check for after-expr was performed
11293 inside of POD too.
11294 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11295 (cperl-clobber-mode-lists): New configuration variable.
11296 (cperl-not-bad-style-regexp): Updated.
11297 Init: `cperl-is-face' was busted.
11298 (cperl-make-face): New macros.
11299 (cperl-force-face): New macros.
11300 (font-lock-other-type-face): Done via `defface' too.
11301 (cperl-nonoverridable-face): New face. Renamed from
11302 `font-lock-other-type-face'.
11303 (cperl-init-faces-weak): Use `cperl-force-face'.
11304 (cperl-comment-indent): Commenting __END__ was not working.
11305 (cperl-indent-for-comment): Likewise.
11306 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11307 When removing old TAGS info was not relativizing filename.
11308 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11309 Another try to work around XEmacs problems. Better progress messages.
11310 (toplevel): Require custom unprotected => failure on 19.28.
11311 (cperl-xemacs-p): Defined when compile too
11312 (cperl-find-tags): Was writing line/pos in a wrong order,
11313 pos off by 1 and not at beg-of-line.
11314 (cperl-etags-snarf-tag): New macro
11315 (cperl-etags-goto-tag-location): New macro
11316 (cperl-version): New variable. New menu entry
11317 random docstrings: References to "future" 20.3 removed.
11318 Menu was described as `CPerl' instead of `Perl'
11319 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11320 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11321 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11322 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11323 `font-lock-reference-face', `font-lock-keyword-face'.
11324 Use `eval-after-load'.
11325 Remove not-CPerl-related faces.
11326 (cperl-tips-faces): New variable and an entry into Mini-docs.
11327 (cperl-indent-exp): Was not processing else-blocks.
11328 (cperl-get-state): NOP line removed.
11329 (cperl-ps-print): New function and menu entry.
11330 (cperl-ps-print-face-properties): New configuration variable.
11331 (cperl-invalid-face): New configuration variable.
11332 (perl-font-lock-keywords): Highlight trailing whitespace
11333 (cperl-contract-levels): Documentation corrected.
11334 (cperl-contract-level): Likewise.
11335 (cperl-ps-extend-face-list): New macro.
11336 (cperl-invalid-face): Change to ''underline.
11337
11338 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11339
11340 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11341 for read-file-name.
11342 (rmail-output-to-rmail-file): Likewise.
11343
11344 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11345
11346 * emacs-lisp/easymenu.el (easy-menu-get-map):
11347 If MENU is nil, use global menu-bar map.
11348 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11349 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11350
11351 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11352
11353 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11354
11355 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11356
11357 * ps-print.el (ps-print-version): New version number (4.1.3).
11358
11359 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11360
11361 * international/mule-cmds.el: Use make-sparse-keymap instead of
11362 define-prefix-key when defining MULE menu items.
11363
11364 * info.el (Info-node-at-bob-matching): New function.
11365 (Info-find-node, Info-build-node-completions): Call it.
11366
11367 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11368
11369 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11370 when this is an autoloaded keymap.
11371
11372 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11373
11374 * international/codepage.el (cp-coding-system-for-codepage-1):
11375 Create separate encoders and decoders, for DOS and Unix. Make the
11376 usual family of 3 coding systems, so that automatic detection of
11377 EOL type works.
11378 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11379 Unix-specific symbols here, and don't call
11380 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11381 Handa <handa@etl.go.jp>.)
11382
11383 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11384
11385 * term/internal.el (IT-character-translations): New variable, an
11386 alist used to display characters for which there's no glyphs in
11387 the current codepage.
11388 (IT-display-table-setup): New function, sets up the DOS terminal
11389 for a given codepage.
11390 (dos-codepage-setup): New function, sets up the MULE environment
11391 for the current value of dos-codepage.
11392 (top-level if): In the multibyte mode, turn on
11393 unibyte-display-via-language-environment. In the unibyte mode,
11394 set up the special syntax tables to map lower- to upper case and
11395 back.
11396
11397 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11398
11399 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11400 (speedbar-frame-plist) Remove useless comments.
11401 (speedbar-frame-mode) Do not specify height if it is in the param list.
11402 Use default y position w/out changing it.
11403 If default x position is a list, keep, calculate the non-list X
11404 value when devining an initial position.
11405 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11406 (speedbar-tag-group-name-minimum-length): New variable.
11407 (speedbar-frame-parameter): New compatibility function.
11408 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11409 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11410 groups to keep things in the right order, and to help with some
11411 naming conventions.
11412 (speedbar-create-tag-hierarchy): Enable buffer local version of
11413 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11414 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11415 the case, derive it from the cursor location in speedbar.
11416
11417 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11418
11419 * international/mule-cmds.el (set-language-environment): On MS-DOS
11420 terminals, install DOS-specific nonascii-translation-table if the
11421 language info doesn't specify one. Pass the default eol-type to
11422 set-language-environment-coding-systems.
11423 (set-default-coding-systems): Copy the eol-type property for the
11424 new default values of {buffer-file,process}-coding-system from the
11425 old defaults.
11426 (set-language-environment-coding-systems): Accept an optional
11427 argument EOL-TYPE, and set the eol-type property of the default
11428 coding systems accordingly.
11429 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11430 (set-keyboard-coding-system): Likewise.
11431 (set-default-coding-systems): Don't set
11432 default-terminal-coding-system on MS-DOS to anything but nil.
11433 (prefer-coding-system): Describe in the doc string that
11434 default-terminal-coding-system is not changed on MS-DOS.
11435 (set-language-environment): For MS-DOS, set standard syntax table
11436 and display table for all characters with code above 127.
11437 (standard-display-european-internal): For MS-DOS, pass all
11438 characters with code above 127 directly to the terminal, and don't
11439 remap characters 160 and 146 in the unibyte case.
11440
11441 * international/codepage.el: New file.
11442
11443 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11444
11445 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11446 comments.
11447
11448 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11449
11450 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11451
11452 * subr.el (read-passwd): Likewise.
11453
11454 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11455
11456 * info.el (Info-find-node): Add 1 to the position read from the
11457 tag table. Don't fail if the node delimiter ^_ is the first
11458 character in the file.
11459 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11460 first character in the file.
11461 (Info-read-subfile): Likewise.
11462 (Info-select-node): Likewise.
11463 (Info-build-node-completions): Likewise.
11464
11465 1998-12-16 Richard Stallman <rms@gnu.org>
11466
11467 * term/x-win.el (x-cut-buffer-or-selection-value):
11468 If clipboard is enabled, try it before PRIMARY selection.
11469
11470 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11471
11472 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11473 insert c-cedilla and C-cedilla respectively, like in latin-1.
11474
11475 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11476
11477 * language/hebrew.el: Don't use sublists in the flags argument
11478 passed to make-coding-system.
11479
11480 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11481
11482 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11483 list of character sets found by find-charset-region.
11484
11485 * ps-mule.el: Always require ps-print. Move some function
11486 definitions for Emacs 20.2 and the earlier to ps-print.el.
11487 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11488
11489 * ps-print.el: Define several functions for Emacs 20.2 and the
11490 earlier version.
11491 (ps-printer-name): Check if printer-name is bound.
11492
11493 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11494
11495 * ps-mule.el: Programming uniformization and little code improvement.
11496 (ps-mule-prepare-font): Programming uniformization.
11497 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11498 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11499
11500 * ps-bdf.el: Programming uniformization and little code improvement.
11501 (bdf-search-and-read): New fun.
11502 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11503 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11504 (bdf-info-relative-compose, bdf-info-baseline-offset)
11505 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11506 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11507 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11508 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11509 improvement.
11510
11511 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11512
11513 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11514 and mule related code extraction. Autoload ps-mule funs.
11515
11516 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11517 (ps-mule-prologue-generated): New fun.
11518 (ps-mule-plot-string): Add autoload cookie.
11519 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11520
11521 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11522
11523 * ps-bdf.el: Require ps-mule instead of ps-print.
11524 (bdf-directory-list): Add autoload cookie.
11525
11526 * ps-mule.el: New file. Mule related code extracted from
11527 ps-print.el. Require ps-print, provide ps-mule.
11528 (ps-multibyte-buffer): Add autoload cookie.
11529 (ps-mule-prepare-ascii-font): New fun.
11530 (ps-mule-set-ascii-font): New fun.
11531 (ps-mule-skip-same-charset): Fun deleted.
11532 (ps-mule-plot-string): Set ps-mule-current-charset.
11533 (ps-mule-initialize): Add autload cookie. Don't set
11534 ps-mule-font-info-database here.
11535 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11536 ps-mule-font-info-database and ps-control-or-escape-regexp.
11537 (ps-mule-begin-page): New fun.
11538
11539 * ps-print.el: Mule related code moved to ps-mule.el.
11540 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11541 check ps-mule-charset-list.
11542 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11543 ps-mule-begin-page.
11544 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11545 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11546 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11547 instead skip same charsets by itself.
11548 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11549 non-nil. Call ps-mule-begin-job.
11550
11551 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11552
11553 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11554 instead of bdf.
11555
11556 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11557 (ps-mule-external-libraries): New element FEATURE.
11558 (ps-mule-init-external-library): Ajusted for the above change.
11559 (ps-mule-generate-font): Likewise.
11560 (ps-mule-generate-glyphs): Likewise.
11561 (ps-mule-prepare-font): Likewise.
11562 (ps-mule-initialize): Likewise.
11563 (ps-begin-file): Superfluous tailing parenthesis deleted.
11564
11565 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11566
11567 * international/fontset.el (x-decompose-font-name): If PATTERN
11568 doesn't have any wild cards, return a vector made from a name that
11569 is found by x-resolve-font-name found. Comments added.
11570
11571 * international/mule-cmds.el (find-coding-systems-for-charsets):
11572 Handle the case of unknown charset.
11573 (find-multibyte-characters): If invalid multibyte characters are
11574 found, return the corresponding strings instead of character
11575 codes.
11576 (find-multibyte-characters): Adjusted for the above change.
11577 (select-safe-coding-system): For a unibyte buffer, always returns
11578 DEFAULT-CODING-SYSTEM.
11579 (get-charset-property): Fix previous change. Make it a function.
11580 (put-charset-property): Make it a function.
11581
11582 * international/mule.el (make-coding-system): Set mime-charset
11583 property of *-with-esc coding system to nil.
11584
11585 * international/quail.el (quail-point-in-conversion-region): New
11586 function.
11587 (quail-conversion-backward-delete-char): When a key sequence is
11588 being translated, call quail-delete-last-char.
11589
11590 * language/devan-util.el
11591 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11592 handle devanagari-decomposition-rules.
11593
11594 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11595
11596 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11597 tex-start-options-string to empty string.
11598 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11599
11600 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11601
11602 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11603 5xx responses are already handled properly).
11604
11605 1998-12-13 Richard Stallman <rms@gnu.org>
11606
11607 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11608 on a non-digit in the file name.
11609
11610 * simple.el (comment-region): Handle comment-padding
11611 separately for insertion and for deletion, in the right way for each.
11612
11613 1998-12-13 Felix Lee <flee@cygnus.com>
11614
11615 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11616 regexp to match "ChangeLog:1:1998-12-09 ..."
11617
11618 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11619
11620 * cus-start.el (dos-unsupported-char-glyph): Add.
11621
11622 1998-12-11 Dave Love <fx@gnu.org>
11623
11624 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11625 forward-sexp in condition-case.
11626
11627 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11628 Remove unnecessary test on `library' for explicit file name.
11629 Widen scope of save-match-data.
11630
11631 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11632
11633 * international/mule.el (load-with-code-conversion): If the loaded
11634 file was inserted with no-conversion or raw-text coding system,
11635 make the buffer unibyte.
11636
11637 1998-12-09 Richard Stallman <rms@gnu.org>
11638
11639 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11640 Get rid of nested loops.
11641
11642 * mouse.el (mouse-drag-vertical-line):
11643 If WHICH-SIDE is not `right', then scroll bars are on the left.
11644
11645 * loadhist.el (load-history-loaded): defvar moved to help.el.
11646
11647 * help.el (symbol-file-load-history-loaded): Variable renamed,
11648 and defvar moved from loadhist.el.
11649 (symbol-file): Renamed from describe-function-find-file.
11650 Load fns-VERSION.el here.
11651 (describe-variable, describe-function-1): Use symbol-file.
11652
11653 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11654 Don't start the name with #.
11655
11656 * ispell.el: Take out the eval-when's.
11657
11658 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11659
11660 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11661 (dirtrack): Run it. Make debug message more verbose.
11662
11663 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11664
11665 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11666 name of the abbrev table, and provide support for XEmacs.
11667 (octave-xemacs-p): New variable.
11668
11669 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11670
11671 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11672 exit, when mail-interactive is nil.
11673
11674 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11675
11676 * files.el (after-find-file): Message fix.
11677
11678 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11679
11680 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11681
11682 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11683
11684 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11685 filenames using backslashes.
11686
11687 1998-12-09 Dave Love <fx@gnu.org>
11688
11689 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11690 with correct number of args.
11691 (browse-url-maybe-new-window): New arg. Callers changed.
11692
11693 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11694 comment.
11695
11696 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11697
11698 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11699
11700 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11701
11702 * vc.el (vc-rcs-release): Fix Type.
11703 (vc-sccs-release): Fix Type.
11704 (vc-cvs-release): Fix Type.
11705
11706 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11707 arg work right.
11708
11709 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11710 output of last undeleted message.
11711
11712 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11713
11714 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11715 (buffer-undo-list) [windows-nt]: Use different relative path.
11716
11717 1998-12-07 Simon Marshall <simon@gnu.org>
11718
11719 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11720
11721 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11722
11723 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11724
11725 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11726
11727 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11728
11729 * info.el (Info-menu): Don't return error if point is between menu
11730 header and first menu item.
11731
11732 1998-12-04 Dave Love <fx@gnu.org>
11733
11734 * help.el (describe-function-1): Fix description for alias.
11735
11736 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11737
11738 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11739 specifications from summary line.
11740
11741 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11742 (close-rectangle): Define alias only once in loaddefs.el.
11743
11744 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11745
11746 * term/internal.el: Remove code which sets up a special syntax
11747 table for non-ASCII characters.
11748
11749 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11750
11751 * dos-w32.el (direct-print-region-function): Try to ensure that
11752 printer-name is expanded to a file name on a local drive;
11753 sometimes printing a file loaded from a network volume fails.
11754 (direct-print-region-function): Add a function to
11755 write-region-annotate-functions to append a formfeed character to
11756 the region being printed, if the region doesn't end with a
11757 formfeed already. This avoids creating a second print job
11758 containing a blank page when print spooling is enabled on Windows.
11759
11760 1998-12-02 Dave Love <fx@gnu.org>
11761
11762 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11763 `Info-goto-node'.
11764
11765 1998-12-02 Richard Stallman <rms@gnu.org>
11766
11767 * help.el (temp-buffer-resize-mode): Doc fix.
11768
11769 * cus-edit.el (custom-save-delete): Save point before
11770 reading a sexp, rather than backing up.
11771
11772 * international/iso-transl.el: Fix previous change.
11773
11774 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11775
11776 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11777 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11778 Added defvars to suppress compilation warnings.
11779
11780 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11781
11782 * ispell.el: Improved and fixed customize for variables:
11783 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11784 ispell-dictionary-alist, ispell-skip-sgml.
11785 Improved and fixed comments in variables and messages for
11786 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11787 ispell-menu-map, ispell-checking-message, ispell-parser,
11788 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11789 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11790 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11791 ispell-message-text-end, ispell-add-per-file-word-list.
11792 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11793 system is now required for all languages. Casechars improved for
11794 castellano, castellano8, and norsk dictionaries. Dictionary
11795 norsk7-tex added. Dictionary polish added.
11796 (ispell-dictionary-alist): Redefined at load-time to support
11797 dictionary changes.
11798 (ispell-menu-map): Redefined at load-time to support menu changes.
11799 (ispell-check-version): New alias for `check-ispell-version'.
11800 (ispell-parse-output): Fixed matching for ispell error messages.
11801 Correctly returns spelling suggestions in order generated by ispell
11802 process.
11803 (check-ispell-version): Ensure `case-fold-search' doesn't get
11804 redefined.
11805 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11806 redefined. Fix bug that didn't respect case of word being completed.
11807 (ispell-init-process): Set process coding system to be compatible
11808 with emacs processes and the ispell process.
11809 (ispell-kill-ispell): Ensures ispell process has terminated before
11810 starting new process. This can otherwise confuse process filters
11811 and hang the ispell process.
11812 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11813 skipping support for sgml.
11814 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11815 which could cause `ispell-complete-word' to hang.
11816 (ispell-message): Improved message reference matching. Ensure
11817 `case-fold-search' doesn't get redefined.
11818 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11819 get redefined. Fixed bug in returning to nroff mode from tex mode.
11820 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11821 get redefined.
11822
11823 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11824
11825 * textmodes/flyspell.el (flyspell-check-word-p):
11826 Don't delay inside a kbd macro.
11827
11828 * subr.el (make-local-hook): Return the hook variable.
11829
11830 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11831
11832 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11833 Use a timer instead of post-command-hook.
11834 (hscroll-timer): New variable.
11835
11836 1998-11-30 Dave Love <fx@gnu.org>
11837
11838 * help.el (help-xref-button): Do nothing if text already has the
11839 help-xref property.
11840 (describe-variable): Revert previous change to hyperlink to source.
11841
11842 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11843
11844 * bindings.el (features): Add `base64' to this list.
11845
11846 * loadhist.el (symbol-file): Doc fix.
11847
11848 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11849
11850 * files.el (hack-one-local-variable): Cope with non-file buffers.
11851
11852 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11853
11854 * help.el (describe-mode): Put major mode first.
11855
11856 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11857 to support special-display and same-window features.
11858
11859 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11860
11861 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11862 bound in one function and used in the other.
11863 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11864 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11865
11866 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11867
11868 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11869
11870 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11871
11872 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11873 Give format correct control string.
11874
11875 * international/mule.el (define-translation-table): Fix bug of
11876 setting incorrect translation-table-id. If the first element of
11877 ARGS is a translation table, just register it.
11878
11879 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11880 property.
11881
11882 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11883
11884 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11885 syntax table to determine what is whitespace.
11886
11887 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11888
11889 * frame.el (frame-parameter): Doc fix.
11890
11891 * textmodes/tex-mode.el (tex-feed-input): New function.
11892 (tex-define-common-keys): Add binding for C-c C-m.
11893
11894 1998-11-23 Dave Love <fx@gnu.org>
11895
11896 * progmodes/fortran.el: Various minor doc fixes.
11897 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11898 (fortran-with-subprogram-narrowing): New macro.
11899 (fortran-check-for-matching-do): Use it.
11900 (fortran-end-do): Use fortran-check-end-prog-re.
11901 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11902 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11903
11904 1998-11-23 Simon Marshall <simon@gnu.org>
11905
11906 * font-lock.el (font-lock-defaults): Doc fix.
11907 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11908 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11909
11910 * lazy-lock.el (lazy-lock-unstall):
11911 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11912
11913 * fast-lock.el (fast-lock-save-cache-1):
11914 (fast-lock-cache-data): Rewritten to use with-temp-message.
11915
11916 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11917
11918 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11919 messages that have been added with DOS line endings and convert
11920 the line endings for such messages.
11921
11922 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11923
11924 * help.el: Add resizing of temporary buffers.
11925 (temp-buffer-resize-mode): New command and variable.
11926 (temp-buffer-max-height): New variable.
11927 (resize-temp-buffer-window): New function.
11928
11929 * window.el (window-buffer-height): New function, split from
11930 shrink-window-if-larger-than-buffer.
11931 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11932
11933 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11934
11935 * frame.el (initial-frame-alist): Add defcustom.
11936
11937 * shell.el (shell-prompt-pattern): Add defcustom.
11938
11939 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11940
11941 * message.el (message-ignored-supersedes-headers): Remove
11942 NNTP-Posting-Date.
11943
11944 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11945
11946 * help.el (describe-mode): Don't avoid loop indirecting thru
11947 value of INDICATOR.
11948
11949 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11950
11951 * help.el (describe-variable): Allow any variable with a defcustom,
11952 even if it is not a user variable.
11953
11954 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11955
11956 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11957
11958 * gnus/nntp.el (nntp-request-group): Allow for failures when
11959 requesting a new group.
11960
11961 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11962
11963 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11964
11965 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11966
11967 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11968
11969 1998-11-19 Simon Marshall <simon@gnu.org>
11970
11971 * subr.el (with-temp-message): New macro.
11972
11973 * emacs-lisp/lisp-mode.el (with-temp-message):
11974 Add lisp-indent-function property.
11975
11976 1998-11-18 Dave Love <fx@gnu.org>
11977
11978 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11979
11980 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11981
11982 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11983 This is not obsolete.
11984
11985 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11986
11987 * textmodes/picture.el: Make a new map by make-keymap.
11988 (picture-desired-column): New variable.
11989 (picture-update-desired-column): New function.
11990 (picture-beginning-of-line): Set picture-desired-column to 0.
11991 (picture-end-of-line): Set picture-desired-column to the current
11992 column.
11993 (picture-forward-column): Pay attention to multi-column character.
11994 (picture-backward-column): Likewise.
11995 (picture-move-down): Likewise.
11996 (picture-move-up): Likewise.
11997 (picture-movement-nw): With prefix arg, move twice columns.
11998 (picture-movement-ne): Likewise.
11999 (picture-movement-sw): Likewise.
12000 (picture-movement-se): Likewise.
12001 (picture-set-motion): Handle two-column movements.
12002 (picture-move): Call picture-move-down or picture-forward-column
12003 only when necessary.
12004 (picture-insert): Pay attention to picture-desired-column.
12005 (picture-self-insert): Likewise.
12006 (picture-clear-column): Pay attention to multi-column character.
12007 (picture-mode): Modify doc-string for two-column movement.
12008
12009 * rect.el (move-to-column-force): New function.
12010 (operate-on-rectangle): If coerce-tabs is non-nil, call
12011 move-to-column-force instead of move-to-column.
12012 (insert-rectangle): Call move-to-column-force instead of
12013 move-to-column.
12014 (open-rectangle-line): If begextra is not zero, call
12015 move-to-column-force.
12016
12017
12018 1998-11-16 Dave Love <fx@gnu.org>
12019
12020 * textmodes/sgml-mode.el Require skeleton when compiling.
12021 (sgml-font-lock-keywords-1): Accept single-letter tags.
12022 (v2): Defvar free variable.
12023
12024 1998-11-16 Sam Steingold <sds@goems.com>
12025
12026 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
12027 macro, not ELisp one.
12028
12029 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12030
12031 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
12032 characters to symbol.
12033
12034 * language/japan-util.el (japanese-zenkaku-region): New optional
12035 arg KATAKANA-ONLY.
12036
12037 1998-11-16 Kenichi Handa <handa@etl.go.jp>
12038
12039 * international/mule.el
12040 (after-insert-file-set-buffer-file-coding-system): If the buffer
12041 is changed to unibyte, return inserted bytes.
12042
12043 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
12044 and link names if necessary.
12045 (tar-header-block-summarize): Handle the case that file or link
12046 names are multibyte.
12047 (tar-summarize-buffer): At first set the current buffer unibyte,
12048 then if there are multibyte file names, change it to multibyte.
12049 (tar-mode): Get char position from tar-header-offset.
12050 (tar-extract): Avoid multibyte<->unibyte conversion in
12051 insert-buffer-subsring by setting both buffers unibyte
12052 temporarily.
12053 (tar-copy): Set the buffer unibyte while doing a work. Write
12054 without code conversion.
12055 (tar-expunge): Set the buffer unibyte while doing a work.
12056 (tar-alter-one-field): Likewise.
12057 (tar-clear-modification-flags): Compare byte position with
12058 tar-header-offset.
12059 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
12060 insert-buffer-subsring by setting both buffers unibyte
12061 temporarily. Pay attention to multibyteness while updating the
12062 descriptor-line.
12063 (tar-mode-write-file): Write without code conversion.
12064
12065 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12066
12067 * nngateway.el: Require cl.
12068
12069 1998-11-15 Dave Love <fx@gnu.org>
12070
12071 * progmodes/fortran.el: Fix previous change:
12072 (fortran-end-prog-re1): Changed.
12073 (fortran-check-end-prog-re): New function.
12074 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
12075
12076 1998-11-13 Tom Breton <tob@world.std.com>
12077
12078 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
12079 GNU Emacs.
12080
12081 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12082
12083 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12084 fixed.
12085 (reftex-toc-toggle-file-boundary,
12086 reftex-toc-toggle-labels,
12087 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12088 (reftex-toc-include-labels, reftex-toc-include-context,
12089 reftex-toc-include-file-boundaries,
12090 reftex-toc-keep-other-windows): New options.
12091 (reftex-use-text-after-label-as-context): Option removed.
12092 (reftex-extract-bib-entries): Protect use in non-latex
12093 buffers.
12094 (reftex-toc-visit-location): Renamed from
12095 `reftex-toc-visit-line'.
12096 (reftex-latin1-to-ascii): Works now with and without Mule.
12097 (reftex-truncate): Removed special stuff for Emacs 20.2.
12098 (reftex-get-offset): Made more general.
12099 (reftex-show-label-location): Renamed from
12100 `reftex-select-label-callback'.
12101 (reftex-pop-to-label): Function removed (using
12102 `reftex-show-label-location' instead.
12103 (reftex-insert-docstruct): Renamed from
12104 `reftex-make-and-insert-label-list'. Function args changed.
12105 (reftex-toc): Now uses `reftex-insert-docstruct' and
12106 `reftex-find-start-point'.
12107 (reftex-select-item): Use `reftex-find-start-point'.
12108 (reftex-toc-visit-line): Can display labels and file
12109 boundaries.
12110 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12111
12112 1998-11-12 Sam Steingold <sds@goems.com>
12113
12114 * browse-url.el (browse-url): Handle the case when
12115 `browse-url-browser-function' is a lambda list.
12116
12117 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12118
12119 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12120 version string.
12121 * loadhist.el (symbol-file): Likewise
12122
12123 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12124
12125 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12126
12127 1998-11-11 Sam Steingold <sds@goems.com>
12128
12129 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12130 `run-lisp' instead of signalling an error.
12131
12132 1998-11-11 Karl Heuer <kwzh@gnu.org>
12133
12134 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12135
12136 1998-11-11 Richard Stallman <rms@gnu.org>
12137
12138 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12139
12140 1998-11-11 Per Starback <starback@update.uu.se>
12141
12142 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12143 renamed svenska8 to svenska, and fixed and extended CASECHARS
12144 for it.
12145
12146 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12147
12148 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12149 handling if setpagedevice is not available.
12150 (ps-begin-file): Fix typo.
12151
12152 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12153
12154 * international/mule-util.el (compose-chars-component): Signal
12155 error if CH is a rule-based composition character.
12156 (compose-chars): Signal error if an already compsed character is
12157 going to be composed by rule-base.
12158
12159 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12160 full XLFD, don't try to get information of WEIGHT and SLANT from
12161 that font name.
12162
12163 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12164
12165 * dos-w32.el (set-default-process-coding-system): Use function on
12166 before-init-hook to set default-process-coding-system based on
12167 enable-multibyte-characters.
12168
12169 * term/w32-win.el ([language-change]): For now ignore
12170 keyboard language-change events.
12171
12172 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12173
12174 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12175 convert-standard-file-name, but leave the results of
12176 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12177 characters if the original name already exists, or has a special
12178 handler.
12179
12180 1998-11-10 Karl Heuer <kwzh@gnu.org>
12181
12182 * international/iso-insert.el: Delete autoload cookies.
12183
12184 * international/iso-transl.el: Add autoload cookies.
12185
12186 1998-11-10 Richard Stallman <rms@gnu.org>
12187
12188 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12189 (ispell-process-line): Don't treat multibyte
12190
12191 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12192
12193 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12194 setpagedevice to specify the page size if setpagedevice is
12195 available. This is necessary to select the correct paper tray on
12196 Level 2 printers with multiple paper sizes available.
12197
12198 (ps-begin-file): Cope with font names that contain spaces, and
12199 call BeginDoc in a BeginSetup/EndSetup block.
12200
12201 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12202
12203 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12204 convert-standard-filename.
12205
12206 * loadhist.el (symbol-file): Run fns-VERSION.el through
12207 convert-standard-filename.
12208
12209 1998-11-06 Richard Stallman <rms@gnu.org>
12210
12211 * textmodes/texinfmt.el (texinfo-format-scan):
12212 Detect the case of two @-commands in a row; process just the first.
12213 (texinfo-append-refill): If line has a @c, insert the @refill
12214 before it.
12215 (texinfo-format-refill): Return with point where the @refill was.
12216
12217 * files.el (hack-local-variables): Test local-enable-local-variables.
12218 (hack-local-variables-prop-line): Likewise.
12219 (set-auto-mode): Don't test local-enable-local-variables here.
12220 (enable-local-variables): Doc fix.
12221 (local-enable-local-variables): Doc fix.
12222 (normal-mode): Doc fix.
12223
12224 1998-11-06 Karl Heuer <kwzh@gnu.org>
12225
12226 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12227
12228 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12229
12230 * simple.el (line-number-mode): Doc fix.
12231
12232 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12233
12234 * international/fontset.el (create-fontset-from-fontset-spec):
12235 Give correct arg to `error'.
12236
12237 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12238
12239 * textmodes/sgml-mode.el (html-mode): Doc fix.
12240 (sgml-name-8bit-mode): Fix missing format character in message string.
12241
12242 1998-11-05 Karl Heuer <kwzh@gnu.org>
12243
12244 * mail/sendmail.el (sendmail-send-it): Check for failure.
12245
12246 1998-11-05 Richard Stallman <rms@gnu.org>
12247
12248 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12249
12250 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12251 (close-rectangle): Define as alias.
12252
12253 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12254
12255 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12256
12257 1998-11-05 Dave Love <fx@gnu.org>
12258
12259 * help.el (describe-variable): Don't quote link to source.
12260
12261 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12262
12263 * gud.el (gud-common-init): Use pop-to-buffer.
12264 (same-window-regexps): Add an element that matches all gud buffers.
12265
12266 1998-11-04 Jason Rumney <jasonr@altavista.net>
12267
12268 * term/w32-win.el (x-get-selection-value): Alias to
12269 x-cut-buffer-or-selection-value.
12270 (w32-standard-fontset-spec): New variable.
12271 (w32-create-initial-fontsets, mouse-set-font): Check whether
12272 new-fontset is available.
12273 (w32-use-w32-font-dialog): Enable use of set-variable.
12274
12275 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12276
12277 * vc.el (with-vc-file, edit-vc-file): New macros.
12278
12279 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12280
12281 * international/quail.el (quail-show-guidance-buf): Call
12282 set-minibuffer-window to set minibuffer window of the current
12283 frame correctly.
12284
12285 1998-11-03 Theodore Jump <tjump@tertius.com>
12286
12287 * term/w32-win.el: Require fontset.
12288
12289 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12290
12291 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12292 (set-face-font-auto): Ditto.
12293
12294 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12295
12296 * mouse.el (mouse-drag-region): Fix typo.
12297
12298 1998-11-02 Dave Love <fx@gnu.org>
12299
12300 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12301 (fortran-fontify-string): New function.
12302 (fortran-font-lock-keywords-1): Use it.
12303
12304 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12305
12306 * comint.el (comint-file-name-quote-list): Doc fix.
12307
12308 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12309
12310 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12311 build directory, not source directory.
12312
12313 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12314 if we did not get one for the final move.
12315
12316 1998-11-01 Dave Love <fx@gnu.org>
12317
12318 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12319 Don't funcall browse-url-browser-function.
12320
12321 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12322 Don't funcall browse-url-browser-function.
12323
12324 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12325
12326 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12327
12328 * files.el (revert-buffer): Doc fix.
12329
12330 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12331
12332 * textmodes/tex-mode.el (tex-start-options-string):
12333 Quote the backslashes with more backslashes.
12334
12335 1998-10-31 Dave Love <fx@gnu.org>
12336
12337 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12338 (webjump): Don't funcall browse-url-browser-function.
12339
12340 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12341
12342 * international/quail.el (quail-start-translation): Handle
12343 switching of the frame in read-key-sequence.
12344 (quail-start-conversion): Likewise.
12345 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12346 windows before setting an appropriate window for it.
12347 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12348 quail-guidance-win to nil.
12349 (quail-update-guidance): If quail-guidance-buf is not in the
12350 selected frame, call quail-show-guidance-buf again.
12351
12352 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12353
12354 * progmodes/pascal.el (pascal-mode):
12355 `blink-matching-paren-dont-ignore-comments' set to t.
12356
12357 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12358
12359 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12360
12361 1998-10-30 Dave Love <fx@gnu.org>
12362
12363 * vc.el (vc-backend-merge-news): Check for "P" output.
12364
12365 * help.el (describe-variable): Hyperlink the definition.
12366
12367 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12368
12369 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12370 (sh-set-shell): Likewise.
12371
12372 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12373
12374 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12375 (edebug-on-error): Fix customize type to match that of
12376 debug-on-error.
12377
12378 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12379
12380 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12381 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12382
12383 * international/mule-cmds.el (select-message-coding-system): Doc
12384 fix.
12385
12386 * international/mule-diag.el (describe-coding-system): Describe
12387 all flags.
12388
12389 * mail/sendmail.el (sendmail-coding-system,
12390 default-sendmail-coding-system): Doc fix.
12391
12392 * simple.el (shell-command-on-region): Doc fix.
12393
12394 * loadup.el: Write fns-*.el in current directory instead of
12395 data-directory since no installation directory exists yet. Mark
12396 buffer unmodified afterwards.
12397
12398 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12399 instead of data-directory since it is architecture dependent.
12400 (load-history-loaded): Update doc string.
12401
12402 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12403
12404 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12405 path as a default directory when canonicalizing names.
12406
12407 * w32-fns.el: Remove a dangling reference to a directory on the
12408 build machine.
12409
12410 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12411
12412 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12413 namespace related keywords such as `class', `body', `private',
12414 `variable', `namespace eval', etc.
12415 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12416 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12417 imenu and font-lock so that searches for \sw would find words
12418 containing colons.
12419
12420 * progmodes/etags.el (initialize-new-tags-table):
12421 Do not alter find-tag-marker-ring and tags-location-ring.
12422
12423 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12424
12425 * term/w32-win.el: Require fontset.
12426 (w32-init-fontsets): New function (code from x-win.el).
12427
12428 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12429
12430 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12431 calendar-and-diary-frame-parameters): Add title parameter.
12432
12433 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12434
12435 * completion.el (dynamic-completion-mode): New function to enable
12436 the mode. (Just loading the file now does not change anything.)
12437
12438 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12439
12440 * ps-print.el: User option for multibyte buffer handling and doc fix.
12441 (ps-multibyte-buffer): New user option.
12442 (ps-setup): Print new user option.
12443 (ps-print-quote): New fun.
12444 (ps-color-p, ps-mule-font-info-database-latin): New var.
12445 (ps-default-color, ps-mule-font-info-database)
12446 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12447 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12448 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12449 Little code improvement.
12450 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12451 (ps-print-prologue-header, ps-font-family, ps-font-size)
12452 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12453 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12454 (ps-mule-external-libraries, ps-mule-init-external-library)
12455 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12456 Doc fix.
12457 (ps-print-version): New version number (4.1.1) and doc fix.
12458 (ps-print-prologue-header): New user option.
12459 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12460 Conditional compilation for GNU Emacs and emacsens.
12461 (ps-generate-postscript-with-faces): Skip invisible text better.
12462 (ps-setup): Print new user option.
12463 (ps-print-preprint): Check if input file name exists and is unwritable.
12464 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12465 and insert user PostScript prologue header comments.
12466 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12467 New funs.
12468 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12469 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12470 PostScript programming normalization.
12471 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12472 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12473 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12474 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12475 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12476 Programming style normalization.
12477
12478 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12479
12480 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12481 version, check the value of mule-version.
12482
12483 * international/mule-util.el (compose-region): Insert then delete
12484 to preserve markers.
12485 (decompose-region): Use search-forward for efficiency.
12486
12487 * language/chinese.el (pre-write-encode-hz): Cancel previous
12488 change, use generate-new-buffer instead of get-buffer-create.
12489 * language/devan-util.el
12490 (in-is13194-devanagari-pre-write-conversion): Likewise.
12491 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12492 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12493 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12494
12495 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12496
12497 * mail/rmailsum.el (rmail-message-subject-p):
12498 Handle message whose header has not been reformatted.
12499
12500 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12501
12502 1998-10-25 Jason Rumney <jasonr@altavista.net>
12503
12504 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12505 New variables.
12506 (mouse-set-font): Use font menus instead of dialog according to
12507 w32-use-w32-font-dialog.
12508
12509 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12510
12511 * calendar/calendar.el (calendar-day-name-array): Add doc string
12512 correctly!
12513 (calendar-month-name-array): Add doc string correctly!
12514
12515 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12516
12517 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12518
12519 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12520
12521 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12522
12523 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12524
12525 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12526
12527 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12528
12529 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12530
12531 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12532
12533 1998-10-21 Karl Heuer <kwzh@gnu.org>
12534
12535 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12536 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12537 (profile-filter, profile-reset-timer): Functions deleted.
12538 (profile-check-zero-init-times, profile-get-time): Likewise.
12539 (profile-find-function, profile-quit): Likewise.
12540 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12541 (profile-time-list, profile-init-list): Doc fix.
12542 (profile-functions): Simplify.
12543 (profile-print): Use float. Make output include space separators.
12544 (profile-add-time): New helper function.
12545 (profile-function-prolog): Renamed from profile-start-function.
12546 Handle profile-distinct.
12547 (profile-function-epilog): Renamed from profile-update-function.
12548 Handle profile-distinct.
12549 (profile-a-function): If the function to be profiled is an
12550 autoload form, load it. If it's lazy-loaded, fetch it.
12551 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12552 (profile-restore-fun): Arg FUN is now a function symbol, as was
12553 documented, rather than a one-element list.
12554 (profile-finish): Call profile-restore-fun properly.
12555
12556 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12557
12558 * international/characters.el: Setup charset property
12559 nospace-between-words.
12560
12561 * international/mule-cmds.el (get-charset-property): If CHARSET is
12562 composition, return nil.
12563 (put-charset-property): If CHARSET is composition, do nothing.
12564
12565 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12566 * language/devan-util.el
12567 (in-is13194-devanagari-pre-write-conversion): Likewise.
12568 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12569 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12570 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12571
12572 * textmodes/fill.el (sentence-end-without-period): New variable.
12573 (canonically-space-region): Pay attention to
12574 sentence-end-without-period.
12575 (fill-find-break-point): The first argument CHARSET deleted.
12576 Caller changed.
12577 (fill-region-as-paragraph): Pay attention to charset property
12578 nospace-between-words and text property nospace-between-words.
12579
12580 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12581
12582 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12583 an unrecognized shell.
12584
12585 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12586
12587 * desktop.el (desktop-save): Include minor modes symbolically.
12588 (desktop-create-buffer): Turn on all minor modes in `mim'.
12589
12590 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12591
12592 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12593 (sh-font-lock-keywords): Handle rpm and rpm2.
12594 (sh-ancestor-alist): Handle rpm.
12595
12596 * files.el (auto-mode-alist): Recognize .rpm files.
12597 Also .spec and .mspec files.
12598
12599 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12600
12601 * faces.el (frame-set-background-mode): Enable the function for
12602 MSDOS frames.
12603
12604 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12605
12606 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12607 (calendar-month-name-array): Add doc string.
12608
12609 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12610
12611 * simple.el (kill-ring-max): Increased to 60.
12612
12613 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12614
12615 * international/characters.el: Setup auto-fill-chars.
12616
12617 * international/kinsoku.el (kinsoku): Check the variable
12618 enable-kinsoku.
12619
12620 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12621 Don't call kinsoku directly, intead call fill-find-break-point.
12622
12623 * textmodes/fill.el: Setup `fill-find-break-point-function'
12624 property to character sets which require `kinsoku' processing for
12625 filling.
12626 (fill-find-break-point): New function.
12627 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12628 Don't call kinsoku directly, intead call fill-find-break-point.
12629
12630 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12631
12632 * faces.el (modify-face-read-string): Return (nil) for "none".
12633 (modify-face): Don't get error if (nil) is the argument.
12634 (face-try-color-list): Don't check whether nil is a valid color.
12635
12636 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12637
12638 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12639 Print message about each directory, even in batch mode.
12640
12641 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12642
12643 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12644 (ps-mule-string-char): No need to use sref.
12645 (ps-mule-next-index): No need to use sref.
12646
12647 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12648
12649 * files.el (revert-buffer-internal-hook): Add defvar.
12650
12651 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12652
12653 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12654
12655 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12656
12657 * international/mule-cmds.el (default-input-method): Fix custom type.
12658
12659 * net-utils.el (whois-server-list): Fix customization type.
12660
12661 * shell.el (shell-input-autoexpand): Fix customization group.
12662
12663 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12664
12665 * repeat.el (repeat): Handle keyboard macros properly.
12666 Handle new prefix arg after self-insert command.
12667
12668 * repeat.el: Don't include cl even at compile time.
12669 (repeat): Avoid using `loop'.
12670
12671 * simple.el (shell-command-on-region): Doc fix.
12672 (next-history-element): Special error message if no default.
12673
12674 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12675
12676 * ps-print.el (ps-print-buffer): Doc fix.
12677 (ps-despool): Likewise.
12678
12679 * arc-mode.el (arc-mode): Provide arc-mode.
12680
12681 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12682
12683 * ps-print.el (ps-print-buffer): Doc fix.
12684
12685 1998-10-14 Dave Love <fx@gnu.org>
12686
12687 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12688 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12689 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12690
12691 * progmodes/fortran.el (fortran-mode-map): Change "Join
12692 Continuation Line" to "Join Line".
12693 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12694
12695 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12696
12697 * progmodes/fortran.el (fortran-join-line): Use
12698 `delete-indentation' instead of issuing an error message if not on
12699 a continuation line. Provide for joining several lines using
12700 prefix arg.
12701
12702 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12703
12704 * term/pc-win.el (msdos-color-values): New variable.
12705 (x-color-values): New function, emulates its namesake from
12706 src/xfns.c.
12707 (msdos-bg-mode): Add all dark colors to those which return
12708 "dark".
12709
12710 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12711
12712 * replace.el (keep-lines, flush-lines, how-many):
12713 Don't ignore case if arg has upper case letters.
12714
12715 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12716
12717 * progmodes/vhdl-mode.el
12718 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12719 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12720 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12721 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12722 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12723 (vhdl-when): Fix indentation problem.
12724 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12725 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12726 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12727
12728 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12729
12730 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12731 (ls-lisp-insert-directory): Renamed from insert-directory.
12732 (insert-directory): New function.
12733
12734 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12735
12736 * simple.el (completion-fixup-function): Variable deleted.
12737 (completion-setup-function): Delete code for completion-fixup-function.
12738 * emacs-lisp/lisp.el (lisp-complete-symbol):
12739 Don't bind completion-fixup-function.
12740
12741 * files.el (find-file-wildcards): New option.
12742 (find-file-noselect): Handle wild cards, if enabled.
12743 (file-expand-wildcards): New function.
12744
12745 * simple.el (set-fill-column): Doc fix.
12746
12747 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12748
12749 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12750
12751 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12752
12753 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12754 Move declaration before first use.
12755 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12756 hif-math, hif-factor): Rename token to hif-token and token-list to
12757 hif-token-list.
12758 (hif-token, hif-token-list): Declare them.
12759 (hif-find-ifdef-block): Return cons of top and bottom point
12760 instead of setting dynamically bound variables.
12761 (hide-ifdef-block, show-ifdef-block): Use return value of
12762 hif-find-ifdef-block.
12763
12764 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12765
12766 * subr.el (read-passwd): Use clear-this-command-keys.
12767
12768 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12769
12770 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12771 and ...-for-write.
12772
12773 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12774
12775 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12776 responses to GROUP command, since this may be called from a timer
12777 with quit inhibited.
12778
12779 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12780
12781 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12782 set unconditional-jump to nil.
12783 (ccl-compile-read-multibyte-character): Return nil.
12784 (ccl-compile-write-multibyte-character): Likewise.
12785 (ccl-compile-translate-character): Likewise
12786 (ccl-compile-map-multiple): Likewise.
12787 (ccl-compile-map-single): Likewise.
12788
12789 * international/kinsoku.el: Add coding tag.
12790 (kinsoku-bol): Remove superfluous TAB in a string.
12791
12792 * international/mule-cmds.el (find-coding-systems-for-charsets):
12793 Delete `composition' (if any) from CHARSETS.
12794
12795 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12796
12797 * international/mule-cmds.el (setup-specified-language-environment):
12798 Add apropos-inhibit property.
12799 (describe-specified-language-support): Likewise.
12800
12801 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12802
12803 * international/mule.el (make-coding-system): Create -with-esc
12804 variant coding system.
12805
12806 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12807
12808 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12809 (next-file): Optionally offer to revert a file's buffer,
12810 if it has an existing buffer but the file has changed.
12811
12812 * info.el (Info-insert-dir): Detect and report problems
12813 in input files, such as "No Top node". Return with point
12814 at the beginning of the text.
12815 (Info-find-node): Reinsert the code to handle files
12816 with no tags table; it was deleted by mistake.
12817
12818 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12819
12820 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12821 texinfo-find-higher-level-node repeatedly find the same node.
12822 (texinfo-find-higher-level-node): Doc fix.
12823
12824 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12825
12826 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12827 (smtpmail-address-buffer): Add defvar.
12828 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12829
12830 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12831
12832 * ffap.el (ffap-machine-p-local): Fix editing error.
12833
12834 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12835
12836 * faces.el (frame-set-background-mode):
12837 Don't do anythung for text-only or MSDOS frame.
12838
12839 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12840
12841 * international/quail.el (quail-defrule): New optional arg APPEND.
12842 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12843
12844 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12845
12846 * gnus/pop3.el (pop3-open-server):
12847 Set process-coding-system-alist around open-network-stream.
12848
12849 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12850
12851 * files.el (save-buffer): Doc fix.
12852
12853 1998-10-07 Karl Heuer <kwzh@gnu.org>
12854
12855 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12856 return DEF unchanged, not nil. Simplify.
12857
12858 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12859
12860 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12861
12862 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12863
12864 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12865
12866 * net-utils.el (ftp, nslookup): Require comint.
12867 (network-service-connection): Likewise.
12868 (whois-server-name): Defaults to whois.arin.net
12869 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12870 (whois): Tries to guess the appropriate top-level domain server.
12871 (whois-get-tld): New function.
12872
12873 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12874 (dirtrack-debug-toggle): Added this function.
12875
12876 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12877
12878 * files.el (find-file-noselect): Switch to the correct buffer
12879 before checking find-file-literally, and allow non-nil non-t
12880 rawfile params.
12881
12882 1998-10-06 Karl Heuer <kwzh@gnu.org>
12883
12884 * midnight.el (clean-buffer-list): Add autoload cookie.
12885
12886 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12887 no-autosave.
12888 * tar-mode.el (tar-mode-revert): Likewise.
12889 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12890 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12891 * gnus/message.el (message-auto-save-directory): Renamed from
12892 message-autosave-directory. All references changed.
12893
12894 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12895
12896 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12897 string. Expose mime stuff while searching.
12898
12899 1998-10-06 Richard Stallman <rms@gnu.org>
12900
12901 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12902
12903 * replace.el (perform-replace): Position point properly
12904 before and after the recursive edit of C-r.
12905
12906 * progmodes/etags.el (tags-reset-tags-tables): Properly
12907 find the markers in the old rings that are being discarded.
12908
12909 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12910
12911 * apropos.el (apropos-print): Control invalid characters.
12912
12913 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12914 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12915 confusing customize.
12916
12917 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12918
12919 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12920 built-in commands. Add more built-in commands and fix face names.
12921
12922 1998-10-05 Simon Marshall <simon@gnu.org>
12923
12924 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12925
12926 1998-10-04 Eric Ludlam <zappo@gnu.org>
12927
12928 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12929 customization since it is not useful in this case.
12930 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12931 sure it gets evalled to a number. Also verify that set-frame-name
12932 fn exists before calling it.
12933
12934 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12935 Protect a `forward-sexp' call which could fail, and improved regex
12936 for ie, and eg abbreviations.
12937
12938 1998-10-02 Noah Friedman <friedman@splode.com>
12939
12940 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12941 send-string.
12942 (rlogin-send-Ctrl-D): Here also.
12943 (rlogin-send-Ctrl-Z): Here also.
12944 (rlogin-send-Ctrl-backslash): Here also.
12945
12946 1998-10-02 Dave Love <fx@gnu.org>
12947
12948 * outline.el (hide-region-body): Bind
12949 outline-view-change-hook to nil while making repeated calls to
12950 outline-flag-region. Run it once at the end.
12951 (hide-other, hide-sublevels, show-children): Likewise.
12952
12953 * info-look.el: Remove duplicate scheme-mode entry.
12954 (info-lookup-make-completions): When looking for entries, check
12955 that `item' isn't null or "Menu".
12956
12957 1998-10-01 Karl Heuer <kwzh@gnu.org>
12958
12959 * net-utils.el: Don't require ffap.
12960 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12961 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12962
12963 1998-09-30 Richard Stallman <rms@gnu.org>
12964
12965 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12966
12967 * imenu.el (imenu--generic-function): Sort each submenu by position.
12968 (imenu--sort-by-position): New function.
12969
12970 * cus-edit.el (Custom-mode-menu): Fix info node name.
12971 (customize group): Fix info node name.
12972
12973 * mail/mailalias.el (build-mail-aliases): Don't allow
12974 a newline in the alias name. Don't define an alias
12975 if the definition would be empty.
12976
12977 * which-func.el (which-func-mode-global): Make :set function
12978 more reliable.
12979
12980 * custom.el (custom-set-variables): Load the requests first,
12981 then check the symbol's `set' function.
12982
12983 * ffap.el: Doc fixes.
12984
12985 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12986
12987 * gnus.el: (gnus-valid-select-methods): Fix type.
12988 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12989 * gnus-score.el (gnus-orphan-score): Fix type.
12990 (gnus-score-default-header, gnus-score-default-type): Fix type.
12991 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12992 (gnus-saved-headers): Fix type.
12993
12994 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12995 Avoid nil value of `two-lines-citation-part'.
12996
12997 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12998
12999 * which-func.el (which-function): Handle case when
13000 (car imenu--index-alist) is nil.
13001
13002 1998-09-29 Dave Love <fx@gnu.org>
13003
13004 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
13005 bzip2 args.
13006
13007 1998-09-29 Simon Marshall <simon@gnu.org>
13008
13009 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
13010 comint-exec-hook.
13011
13012 1998-09-29 Stephen Eglen <stephen@gnu.org>
13013
13014 * info-look.el: Add support for Octave.
13015
13016 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
13017
13018 * textmodes/reftex.el (reftex-finding-files): New customize group.
13019 (reftex-texpath-environment-variables,
13020 reftex-use-external-file-finders, reftex-external-file-finders,
13021 reftex-search-unrecursed-path-first): New options.
13022 (reftex-process-string, reftex-find-file-externally): New
13023 functions.
13024 (reftex-access-search-path): Execute shell commands to find the
13025 search path.
13026 (reftex-toggle-auto-view-crossref): When turning on, make sure
13027 `reftex-auto-view-crossref' becomes non-nil.
13028 (reftex-abbrev-regexp): Constant removed.
13029 (reftex-convert-string): Abbrev regexp calculated locally.
13030
13031 1998-09-28 Dave Love <fx@gnu.org>
13032
13033 * progmodes/fortran.el: Don't call regexp-opt when deriving
13034 font-lock patterns with keywords that aren't all literal.
13035
13036 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
13037
13038 * octave-inf.el (inferior-octave-prompt): Also match prompts of
13039 the form `octave.bin:1>' which come from using precopiled binary
13040 versions.
13041
13042 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
13043
13044 * help.el (help-for-help): Use %THIS-KEY%.
13045 (help-quit): Add doc.
13046
13047 * help-macro.el (make-help-screen): Keep HELP-TEXT
13048 in a separate function definition, not in the help command FNAME.
13049 Replace %THIS-KEY% with the key sequence that ran FNAME.
13050
13051 1998-09-25 Richard Stallman <rms@gnu.org>
13052
13053 * textmodes/texinfo.el (texinfo-show-structure):
13054 Bind inhibit-read-only.
13055
13056 * isearch.el (isearch-search-and-update): Properly
13057 handle upper case letters in the reverse-search special case.
13058
13059 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13060
13061 * gnus.el: Extend the list of autoloaded functions.
13062
13063 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13064 buffer before creating help group. (from Gnus v5.6.43, fix by
13065 1998-08-20 Per Starback <starback@update.uu.se>)
13066
13067 * gnus-util.el (gnus-output-to-rmail): Adjust to
13068 `rmail-output-to-rmail-file'.
13069
13070 1998-09-25 Karl Heuer <kwzh@gnu.org>
13071
13072 * hexl.el (hexl-mode-map): More of previous change.
13073
13074 * textmodes/tex-mode.el (tex-run-command): Doc fix.
13075 (tex-start-tex): Don't use tex-start-options-string in star case.
13076 Quote file name in star case as well as in non-star.
13077 Add blank and quoting of option string here.
13078 (tex-start-options-string): Not here.
13079
13080 1998-09-23 Karl Heuer <kwzh@gnu.org>
13081
13082 * term.el (term-delimiter-argument-list): Doc fix.
13083 (term-emulate-terminal): Escape literal semicolon.
13084 * progmodes/asm-mode.el (asm-mode): Doc fix.
13085 (asm-comment-char): Escape literal semicolon.
13086 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13087
13088 1998-09-23 Richard Stallman <rms@gnu.org>
13089
13090 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13091 only those that normally modify the buffer.
13092
13093 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13094 over again.
13095
13096 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13097
13098 * ispell.el (check-ispell-version): Ensure same buffer is current
13099 when let-binding of case-fold-search ends.
13100
13101 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13102
13103 * ps-print.el: Skip invisible overlay.
13104 Test for set-buffer-multibyte rather than using mule-version.
13105 (ps-print-version): New version number (4.1) and doc fix.
13106 (ps-generate-postscript-with-faces): Skip invisible overlay.
13107
13108 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13109
13110 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13111
13112 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13113
13114 * international/quail.el (quail-update-guidance): Check for the
13115 return value of (quail-guidance) fixed.
13116 (quail-update-translation): Bind quail-current-str locally when it
13117 calls quail-update-guidance.
13118 (quail-update-translation): If input-method-exit-on-first-char is
13119 non-nil, terminate translation only when the current input method
13120 is simple.
13121
13122 1998-09-22 Paul Eggert <eggert@twinsun.com>
13123
13124 * startup.el (locale-translation-file-name): Prefer X-related names
13125 to the name used by GNU/Linux sans X. Set to nil if no file found.
13126 (command-line): Use locale-translation-file-name if it is not nil,
13127 instead of testing for its existence again.
13128 regexp-quote the ctype before using it in a regexp.
13129 Allow a colon to appear after the ctype in the aliases file,
13130 as is done in X11R6.4.
13131
13132 1998-09-21 Richard Stallman <rms@gnu.org>
13133
13134 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13135
13136 * calendar/appt.el (appt-interval): Variable deleted.
13137 (appt-check): For minutes in between appt-display-interval times,
13138 do check, but don't display anything except an updated mode line.
13139 Count against appt-display-interval based on minutes since
13140 first display of this appointment, not based on time of day.
13141 If appt-display-mode-line, force mode line redisplay
13142 whenever appt-mode-string has changed.
13143 (appt-add, appt-delete): Add autoload cookies.
13144 (appt-check): Catch errors from calling `diary'.
13145 (appt-max-time): Renamed from max-time.
13146 (appt-now-displayed, appt-display-count): New variables.
13147 (appt-timer): Don't create one if we already have one.
13148
13149 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13150 More general code to use the source buffer instead of the zap file.
13151
13152 * hilit-chg.el (highlight-compare-with-file): Renamed from
13153 compare-with-file.
13154
13155 * loadhist.el (load-history-loaded): New variable.
13156 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13157
13158 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13159
13160 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13161 Fix error messages.
13162
13163 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13164
13165 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13166 Emacs frame.
13167
13168 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13169
13170 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13171 `undecided' and `undecided-unix'.
13172
13173 1998-09-21 Dave Love <fx@gnu.org>
13174
13175 * help.el (help-make-xrefs): Fix typo affecting Info references.
13176
13177 * subr.el (remove-hook): Check list values to avoid errors.
13178
13179 1998-09-18 Noah Friedman <friedman@splode.com>
13180
13181 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13182 store string in eldoc-last-message without consing a new string.
13183 Rearrange logic from nested if's into cond's.
13184 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13185 Do not print message; just return string.
13186 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13187 Do not print message; just return string.
13188 Cache that string in eldoc-last-data.
13189 (eldoc-last-data): Make into a vector.
13190 (eldoc-get-fnsym-args-string): Use new data form of structure.
13191 (eldoc-get-var-docstring): Here also.
13192 (eldoc-last-data-store): New function.
13193 (eldoc-get-fnsym-args-string): Use it.
13194 (eldoc-get-var-docstring): Here also.
13195 (eldoc-docstring-first-line): Minimize interim string consing.
13196 Call substitute-command-keys on the result.
13197 (eldoc-print-var-docstrings, eldoc-print-docstring,
13198 eldoc-docstring-message): Functions removed.
13199 (eldoc-docstring-format-sym-doc): New function, functionality
13200 ripped out of eldoc-docstring-message.
13201 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13202
13203 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13204
13205 * international/mule.el (make-coding-system): Doc-string modified.
13206
13207 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13208
13209 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13210
13211 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13212 customize type.
13213
13214 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13215 type.
13216
13217 * progmodes/compile.el (compilation-error-screen-columns): New
13218 variable.
13219 (compilation-next-error-locus): Use it to decide whether to use
13220 forward-char or move-to-column.
13221
13222 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13223
13224 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13225 feedmail-fiddle-plex-user-list,
13226 feedmail-spray-address-fiddle-plex-list,
13227 feedmail-prompt-before-queue-user-alist,
13228 feedmail-prompt-before-queue-help-supplement,
13229 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13230 feedmail-queue-alternative-mail-header-separator): Fix customize
13231 type.
13232
13233 * startup.el (site-run-file): Fix customize type.
13234
13235 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13236 customize type.
13237
13238 * shell.el (shell-input-autoexpand): Fix customize type.
13239
13240 * ps-print.el (ps-font-info-database): Add missing dots in value.
13241 Improve layout of customize type.
13242
13243 * net-utils.el (traceroute-program-options, ping-program-options,
13244 ipconfig-program-options, netstat-program-options,
13245 arp-program-options, route-program-options,
13246 nslookup-program-options, ftp-program-options): Fix customize
13247 type.
13248
13249 * midnight.el (clean-buffer-list-kill-regexps,
13250 clean-buffer-list-kill-buffer-names,
13251 clean-buffer-list-kill-never-buffer-names,
13252 clean-buffer-list-kill-never-regexps): Fix customize type.
13253
13254 * man.el (Man-init-defvars): Avoid trailing nil on
13255 Man-filter-list.
13256
13257 * lpr.el (printer-name): Fix customize type.
13258
13259 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13260
13261 * international/mule-cmds.el (reset-language-environment): Call
13262 update-coding-systems-internal.
13263
13264 * international/mule-conf.el: Call update-coding-systems-internal
13265 at the tail.
13266
13267 1998-09-14 Dave Love <fx@gnu.org>
13268
13269 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13270 use the menu-enable properties, pending doing it correctly and
13271 acceptably fast.
13272
13273 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13274
13275 1998-09-13 Dave Love <d.love@dl.ac.uk>
13276
13277 * progmodes/hideshow.el (hs-grok-mode-type): Check
13278 comment-{start,end} non-nil as well as bound. Report an error if
13279 we can't grok the mode.
13280
13281 1998-09-13 Richard Stallman <rms@gnu.org>
13282
13283 * simple.el (blink-matching-open): Don't log paren matching
13284 messages in *Messages*.
13285
13286 1998-09-12 Richard Stallman <rms@gnu.org>
13287
13288 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13289 Set point-before-scroll at end even if there was an error.
13290
13291 * ange-ftp.el (ange-ftp-insert-file-contents):
13292 Use binary mode for dumb-unix hosts as for unix hosts.
13293 (ange-ftp-copy-file-internal): Likewise.
13294
13295 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13296
13297 * emacs-lisp/pp.el: Doc fixes.
13298
13299 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13300 (widget-choose): Don't use single-char shortcuts if # items
13301 exceeds that many. Use minibuffer instead.
13302
13303 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13304
13305 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13306
13307 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13308
13309 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13310 in terminal mode.
13311
13312 1998-09-10 Noah Friedman <friedman@splode.com>
13313
13314 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13315 defcustom declaration. It's wreaking too much havoc with XEmacs
13316 and older versions of Emacs, which share this code.
13317
13318 * type-break.el (type-break-mode): Here also.
13319
13320 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13321 `t' to add-hook also to modify the new local value.
13322
13323 1998-09-10 Dave Love <fx@gnu.org>
13324
13325 * vc.el (vc-insert-headers): Doc fix.
13326
13327 1998-09-10 Richard Stallman <rms@gnu.org>
13328
13329 * textmodes/flyspell.el (flyspell-mode-on): Make the
13330 ispell-... variables permanent locals.
13331 (flyspell-mode-off): Add autoload cookie.
13332
13333 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13334 do use binary mode, just as for `unix'.
13335 (ange-ftp-host-type): If HOST is nil, return `unix'.
13336
13337 * dired.el (dired-mark-files-containing-regexp):
13338 Don't scan directories. Ignore non-readable files.
13339
13340 * progmodes/compile.el (compilation-error-regexp-alist):
13341 Fix previous change: allow . and _ in command name.
13342
13343 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13344
13345 * uncompress.el (uncompress-while-visiting):
13346 Use just the car of what find-operation-coding-system returns.
13347
13348 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13349
13350 * shell.el (shell-file-name-quote-list): Add # to the value.
13351
13352 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13353
13354 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13355 to make killing of ispell process work even if
13356 kill-all-local-variables has been run.
13357
13358 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13359
13360 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13361 loop when sexp entry ends at end of file with no newline.
13362
13363 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13364
13365 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13366 (Custom-reset-standard): Fix menu inconsistency.
13367
13368 * mail/feedmail.el (feedmail-from-line): Allow t.
13369 (feedmail-message-id-suffix): Allow nil.
13370
13371 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13372 Simplify. Make prefix arg work right.
13373
13374 1998-09-09 Dave Love <fx@gnu.org>
13375
13376 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13377
13378 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13379
13380 1998-09-08 Dave Love <fx@gnu.org>
13381
13382 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13383 stuff only after file names or at start of line. Allow parens
13384 around e-mail, as well as angles.
13385
13386 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13387 ignore-errors too, eval'd when compile. Require w3 stuff at load
13388 time for nicer failure if it's not available.
13389
13390 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13391
13392 * comint.el (comint-arguments): Ignore backslashes when using
13393 w32 shells that expect backslashes as the directory separator.
13394
13395 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13396
13397 * international/fontset.el (resolved-ascii-font): New variable.
13398 (x-complement-fontset-spec): By side effect, set
13399 `resolved-ascii-font' to the resolved name of ASCII font."
13400 (create-fontset-from-fontset-spec): Don't get a value for
13401 resolved-ascii-font from the list full-fontlist. It is set by
13402 x-complement-fontset-spec now.
13403
13404 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13405 version, check the value of mule-version.
13406
13407 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13408
13409 * textmodes/reftex.el (reftex-view-crossref): Split up into
13410 several functions. No longer moves to find a macro.
13411 (reftex-view-cr-cite, reftex-view-cr-ref,
13412 reftex-end-of-bib-entry): New functions.
13413 (reftex-auto-view-crossref): New value `window' allowed.
13414 (reftex-view-crossref-when-idle): Process new `window' option in
13415 (reftex-translate-to-ascii-function): New default.
13416 (reftex-label-illegal-re): Default changed, removed Latin1.
13417 (reftex-latin1-to-ascii): New function.
13418 (reftex-what-environment): Check for section regexp before use.
13419 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13420 absolute path names.
13421 (reftex-TeX-master-file): Changed sequence of file checks.
13422 (reftex-do-citation): bibview cache only with RefTeX mode on.
13423
13424 1998-09-06 Richard Stallman <rms@gnu.org>
13425
13426 * progmodes/compile.el (compilation-error-regexp-alist):
13427 In first pattern (GNU utilities and other things),
13428 allow a space after the optional program name at the beginning.
13429
13430 * mail/mail-hist.el (mail-hist-current-header-contents):
13431 Fix previous change: use mail-header-end.
13432
13433 1998-09-06 Bill Richter <richter@math.nwu.edu>
13434
13435 * international/ccl.el: Doc fixes.
13436 * international/encoded-kb.el: Doc fixes.
13437 * international/fontset.el: Doc fixes.
13438 * international/kinsoku.el: Doc fixes.
13439 * international/kkc.el: Doc fixes.
13440 * international/mule-cmds.el: Doc fixes.
13441 * international/mule-conf.el: Doc fixes.
13442 * international/mule-util.el: Doc fixes.
13443 * international/mule.el: Doc fixes.
13444
13445 1998-09-05 Eric Ludlam <zappo@gnu.org>
13446
13447 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13448 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13449 (checkdoc-this-string-valid-engine): Permit ? as terminating
13450 punctuation for first line sentence breaking.
13451 (checkdoc-this-string-valid): When converting a comment into a doc
13452 string, make sure " chars are \".
13453 (checkdoc-sentencespace-region-engine): Only do double space check
13454 if based on the variable `sentence-end-double-space'
13455 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13456 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13457
13458 1998-09-04 Richard Stallman <rms@gnu.org>
13459
13460 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13461 Recognize define-skeleton as a function definer.
13462
13463 * cus-edit.el (customize-option): Refuse to customize
13464 a variable that has no defcustom. But if variable is autoloaded,
13465 first try to load the library that defines it.
13466
13467 * international/iso-insert.el: Use `string' before calling `insert'
13468 so that in multibyte buffers we insert multibyte chars.
13469
13470 * dired.el (dired-mark-files-containing-regexp):
13471 Don't use find-file; instead, insert the file in a temp buffer.
13472
13473 * textmodes/tex-mode.el (tex-start-options-string): New option.
13474 (tex-start-tex): Use that variable.
13475
13476 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13477 value in the `repeat' alternative a list.
13478
13479 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13480 the inserted newline, verify that one was really inserted.
13481
13482 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13483 remains on or remains off.
13484 (flyspell-multi-language-p): Default changed to nil.
13485
13486 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13487 In "found in comment" case, don't beginning-of-line after forward-line.
13488
13489 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13490 If the function definition is not a lambda, return original FORM
13491 with no error.
13492
13493 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13494
13495 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13496 so that by default netstat shows all network connections.
13497
13498 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13499
13500 * international/quail.el: Doc fixes.
13501
13502 * info.el (info): Don't add parens if FILE already has them.
13503
13504 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13505
13506 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13507 on extension lines.
13508
13509 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13510
13511 * w32-fns.el (w32-shell-dos-semantics): New function.
13512
13513 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13514
13515 * international/quail.el (quail-choose-completion-string): Store
13516 completion `choice' in `quail-current-str'; don't insert it.
13517
13518 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13519
13520 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13521 argument to ps-mule-generate-bitmap-font.
13522
13523 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13524 entry and change Latin-1 entry in the default value.
13525 (ps-mule-font-info-database-ps-bdf): New variable.
13526 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13527 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13528 registerd in FONT-SPEC.
13529 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13530 charcter width of bitmap fonts.
13531 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13532 procedure NF.
13533 (ps-begin-file): Output PostScript code for setting
13534 SpaceWidthRatio.
13535 (ps-plot-region): Use line-beginning-position to get a position of
13536 the beginning of the current line.
13537
13538 * international/mule-cmds.el (register-input-method): Doc-string
13539 modified.
13540
13541 1998-09-01 Dave Love <fx@gnu.org>
13542
13543 * international/mule-cmds.el (current-language-environment): Fix
13544 setter function.
13545
13546 1998-09-01 Simon Marshall <simon@gnu.org>
13547
13548 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13549 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13550 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13551 names with font-lock-type-face. Fontify type specs, etc., with
13552 font-lock-keyword-face.
13553
13554 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13555
13556 * international/fontset.el (x-complement-fontset-spec): If ASCII
13557 font is specified in FONTLIST, don't substitute it for the
13558 resolved name.
13559
13560 1998-08-31 Paul Eggert <eggert@twinsun.com>
13561
13562 * international/mule.el (charset-description): Doc fix.
13563
13564 * language/chinese.el, language/cyrillic.el, language/czech.el,
13565 language/devanagari.el, language/ethiopic.el,
13566 language/european.el, language/hebrew.el, language/indian.el,
13567 language/japanese.el, language/korean.el, language/lao.el,
13568 language/slovak.el, language/thai.el, language/tibetan.el,
13569 language/vietnamese.el:
13570 Add coding: local variable, to avoid bootstrapping problem
13571 if you need to recompile all the Lisp files using interpreted code.
13572
13573 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13574
13575 * cal-china.el (chinese-year-cache): Change range of years from
13576 1989-2000 to 1990-2010.
13577
13578 1998-08-29 Dave Love <d.love@dl.ac.uk>
13579
13580 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13581 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13582
13583 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13584
13585 * ps-print.el (ps-print-control-characters): Doc-string modified.
13586 (ps-output-string-prim): Comment format changed.
13587 (ps-do-despool): Indentation of source code changed.
13588
13589 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13590
13591 * subr.el (sref): Make it an alias of aref. Make the
13592 byte-compiler warn that it is obsolete.
13593 (char-bytes): Make the byte-compiler warn that it is obsolete.
13594
13595 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13596 Calculate the total bytes using position-bytes instead of
13597 char-bytes.
13598
13599 1998-08-27 Karl Heuer <kwzh@gnu.org>
13600
13601 * snmp-mode.el: New file.
13602 * files.el (auto-mode-alist): Add snmp-mode patterns.
13603
13604 1998-08-27 Karl Eichwalder <ke@suse.de>
13605
13606 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13607
13608 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13609
13610 * calendar/diary-lib.el (diary-block): Doc fix..
13611 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13612
13613 1998-08-27 Richard Stallman <rms@gnu.org>
13614
13615 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13616 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13617 Clear appt-mode-string if we don't put something in it.
13618
13619 1998-08-27 Dave Love <fx@gnu.org>
13620
13621 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13622 dired-local-variables-file for dired-x.
13623
13624 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13625 for compressed library files too.
13626
13627 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13628
13629 * language/european.el ("Latin-1"): Modify `documentation' key value.
13630 ("Latin-2"): Likewise.
13631
13632 1998-08-26 Karl Heuer <kwzh@gnu.org>
13633
13634 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13635
13636 1998-08-26 Albert L. Ting <alt@artisan.com>
13637
13638 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13639 (mail-hist-current-header-contents): Use mail-text-start.
13640
13641 1998-08-26 Richard Stallman <rms@gnu.org>
13642
13643 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13644 (customize-changed-options-previous-release): New variable.
13645 (customize-changed-options): Use that variable as default arg.
13646
13647 1998-08-26 Karl Eichwalder <ke@suse.de>
13648
13649 * midnight.el: Require `timer' not only when compiling.
13650
13651 1998-08-26 Per Starback <starback@update.uu.se>
13652
13653 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13654 buffer before creating help group.
13655
13656 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13657
13658 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13659 coding-system-for-write before saving.
13660
13661 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13662
13663 * isearch.el (isearch-forward): Doc fix.
13664
13665 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13666
13667 * emacs-lisp/find-func.el: Fix :version tags to have a string
13668 value, not a float.
13669
13670 * cus-dep.el: Fix typo in output.
13671
13672 1998-08-25 Dave Love <fx@gnu.org>
13673
13674 * repeat.el (repeat): Doc fix.
13675 [From rms:]
13676 (repeat-previous-repeated-command): New variable.
13677 (repeat): Check for real-last-command being null or repeat. Set
13678 repeat-previous-repeated-command.
13679
13680 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13681
13682 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13683
13684 * gnus/message.el (message-send-mail-with-sendmail): Bind
13685 coding-system-for-write by the return value of
13686 select-message-coding-system.
13687 (message-send-mail-with-qmail): Likewise.
13688
13689 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13690
13691 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13692 define-derived-mode.
13693
13694 * files.el (file-name-invalid-regexp):
13695 Fix regex for ms-dos without long file names.
13696
13697 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13698
13699 * ps-print.el: Multi-byte buffer handling.
13700 (ps-print-version): New version number (4.0) and doc fix.
13701 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13702 compilation for GNU Emacs and emacsens.
13703 (ps-generate-postscript-with-faces): Force invisible text to be
13704 visible.
13705 (dos-ps-printer): New var to avoid compilation gripes.
13706
13707 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13708
13709 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13710 that no more characters can't be printed in the current line.
13711
13712 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13713
13714 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13715 greater than TO.
13716
13717 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13718
13719 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13720 20.2 and the earlier version.
13721 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13722 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13723 (ps-mule-find-wrappoint): Likewise.
13724 (ps-mule-generate-font): Change `X' to `x' in format
13725 control-string.
13726 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13727 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13728 `restore' form procedures `BC' and `EC'.
13729
13730 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13731
13732 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13733 is an executable procedure. Make LineThickness, Xshadow, and
13734 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13735 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13736 ps-mule-font-info-database-bdf): New vars.
13737 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13738 (ccl-encode-ethio-unicode): New CCL program.
13739 (ps-mule-encode-ethiopic): New fun.
13740 (ps-mule-current-charset): New var.
13741 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13742 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13743 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13744 (ps-mule-external-libraries): New var.
13745 (ps-mule-init-external-library): New fun.
13746 (ps-mule-font-cache): New var.
13747 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13748 (ps-last-font): New var.
13749 (ps-mule-prepare-font): New fun.
13750 (ps-mule-charset-list): New var.
13751 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13752 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13753 ps-mule-plot-string): New funs.
13754 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13755 New vars.
13756 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13757 ps-mule-prepare-cmpchar-font): New funs.
13758 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13759 vars.
13760 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13761 ps-mule-generate-bitmap-glyph): New funs.
13762 (ps-mule-initialize, ps-mule-begin): New funs.
13763 (ps-output-string-prim): Insert string as unibyte.
13764 (ps-output-prologue): New fun.
13765 (ps-flush-output): Handle the case of 'prologue.
13766 (ps-begin-file): Call ps-mule-initialize.
13767 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13768 printing multibyte characters.
13769 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13770 (ps-basic-plot-string): Handle the case of printing ASCII
13771 characters by external libraries (e.g. BDF).
13772 (ps-set-font): Set ps-last-font.
13773 (ps-plot-region): Handle multibyte characters, use
13774 ps-mule-plot-string for them.
13775 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13776
13777 * bdf.el: New file.
13778
13779 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13780
13781 * international/mule-cmds.el (select-message-coding-system): New
13782 function.
13783 (set-language-environment-coding-systems): Set
13784 default-sendmail-coding-system.
13785
13786 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13787 (default-sendmail-coding-system): New variable.
13788 (sendmail-send-it): Encode the message by a coding system
13789 select-message-coding-system returns.
13790
13791 1998-08-23 Eric Ludlam <zappo@gnu.org>
13792
13793 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13794 (speedbar-mode): Set buffer to read only.
13795 (speedbar-temp-buffer-show-function): For emacs don't call hook
13796 with arguments.
13797 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13798
13799 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13800
13801 * speedbar.el (speedbar-key-map): Fix typo.
13802
13803 See ChangeLog.7 for earlier changes.