]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-30 Jason Rumney <jasonr@gnu.org>
2
3 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
4
5 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6 Reenable code to create initial fontsets.
7 Use set-fontset-font in place of put-charset-property.
8
9 2000-05-30 Gerd Moellmann <gerd@gnu.org>
10
11 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12 label, ensure that the first colon isn't followed by another.
13
14 * paths.el (Info-default-directory-list): Doc fix.
15
16 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
17 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
18 send a query containing USER only, not USER@HOST.
19
20 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21 and rmail-msgend to compute the restriction at the end, instead of
22 computing it.
23
24 2000-05-29 Gerd Moellmann <gerd@gnu.org>
25
26 * dabbrev.el (dabbrev-expand): Don't display messages in the
27 echo area if the minibuffer window is active.
28
29 * jit-lock.el (jit-lock-mode): Add after change function to
30 local hook.
31
32 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
33
34 * antlr-mode.el: New commands: hide/unhide actions,
35 upcase/downcase literals.
36 (antlr-tiny-action-length): New user option.
37 (antlr-hide-actions): New command. Suggested by
38 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
39 (antlr-mode-map): New binding [C-c C-v].
40 (antlr-mode-menu): New entries.
41 (antlr-downcase-literals): New command.
42 (antlr-upcase-literals): Ditto.
43
44 * antlr-mode.el: Minor changes: indendation, mode-name.
45 (antlr-indent-line): Indent cpp directive at column 0.
46 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
47
48 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
49 (antlr-font-lock-additional-keywords): Workaround for intentional
50 bug in XEmacs version of font-lock.
51 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
52 be used by a smarter version of `buffers-menu-grouping-function'.
53
54 2000-05-29 Gerd Moellmann <gerd@gnu.org>
55
56 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
57 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
58
59 2000-05-29 Kenichi Handa <handa@etl.go.jp>
60
61 * international/encoded-kb.el
62 (encoded-kbd-iso2022-designation-map): Pay attention to that
63 charset-iso-final-char return -1 for eight-bit-control and
64 eight-bit-graphic.
65
66 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * speedbar.el (speedbar-use-images, speedbar-update-flag)
69 (speedbar-easymenu-definition-base): Use display-graphic-p where
70 available, instead of window-system.
71
72 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * international/codepage.el (cp-coding-system-for-codepage-1): Add
75 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
76 coding systems.
77
78 2000-05-26 Dave Love <fx@gnu.org>
79
80 * disp-table.el (standard-display-underline): Don't use
81 internal-find-face.
82
83 * mail/reporter.el: Maintainer change. Doc fixes.
84 (reporter-version): Deleted.
85
86 * emacs-lisp/elp.el: Maintainer change.
87 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
88
89 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
90
91 * add-log.el (add-change-log-entry): Merge the current entry with the
92 previous one if the previous one is empty.
93
94 2000-05-26 Dave Love <fx@gnu.org>
95
96 * loadhist.el (unload-feature): Fix interactive spec [from
97 lijnzaad@ebi.ac.uk].
98
99 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
100 subr-arity to check primitives.
101 (byte-compile-flush-pending, byte-compile-file-form-progn)
102 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
103 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
104 mapcar.
105
106 2000-05-26 Kenichi Handa <handa@etl.go.jp>
107
108 * international/fontset.el: Set family names of non-latin charsets
109 in default fontset to "*".
110
111 * international/mule-diag.el (print-fontset): Combine family part
112 and registry part of the fontname by "-*-" instead of "-".
113
114 * international/mule-cmds.el (encode-coding-char): Make strings
115 multibyte before calling encode-coding-string.
116
117 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
118
119 * derived.el: Fix keywords.
120 (define-derived-mode): Only define if needed.
121
122 * simple.el (fill-comment, comment-column, comment-start)
123 (comment-start-skip, comment-end, comment-indent-function)
124 (block-comment-start, block-comment-end, indent-for-comment)
125 (set-comment-column, kill-comment, comment-padding, comment-region)
126 (comment-multi-line, indent-new-comment-line): Remove.
127
128 * bindings.el (esc-map): Change ; to comment-dwim and use the new
129 function names for comment operations.
130
131 * newcomment.el: Add abundant autoload cookies.
132 (comment-style): Don't depend on runtime data at compile-time.
133 (comment-indent-hook): Remove.
134 (comment-indent): Check if comment-indent-hook is bound.
135 (comment-region): Docstring fix.
136
137 2000-05-25 Dave Love <fx@gnu.org>
138
139 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
140 byte-code-function-p.
141
142 * mail/rmailsum.el: Add provide.
143
144 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
145
146 * smerge-mode.el (smerge-diff-switches): Don't use list* in
147 defcustom.
148
149 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
150
151 * ediff-diff.el (ediff-exec-process): delete --binary option from
152 non-buffer ediff jobs.
153
154 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * hilit-chg.el (highlight-changes-mode): Ask about color or
157 grayscale support, not about window-system.
158
159 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
160 window-system.
161 (ffap-highlight): Always default to t.
162
163 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
164 display-popup-menus-p instead of looking at window-system.
165
166 * disp-table.el (standard-display-g1, standard-display-graphic):
167 Only refuse to use string glyphs on X and MS-Windows.
168
169 * avoid.el: Remove window-system from commentary, suggest to use
170 display-*-p instead.
171
172 * apropos.el (apropos-print): Use display-mouse-p instead of
173 window-system.
174
175 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * international/codepage.el (cp-decoding-vector-for-codepage):
178 Fill up unsupported characters with their own codes. From Kenichi
179 Handa.
180
181 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * international/mule-diag.el (describe-char-after): Use
184 display-graphic-p instead of window-system, so that this function
185 works on MS-DOS.
186
187 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * international/codepage.el (cp-make-coding-systems-for-codepage):
190 Remove the eight-bit-graphic and eight-bit-control charsets from
191 the list of charsets which we convert into `?'.
192
193 2000-05-25 Kenichi Handa <handa@etl.go.jp>
194
195 * international/mule-conf.el: Specify CHARSET-ID explicitely for
196 private charsets.
197 (mule-unicode-0100-24ff, japanese-jisx0213-1,
198 japanese-jisx0213-2): New charsets.
199
200 * international/fontset.el: Setup default fontset for new charsets.
201
202 2000-05-24 Dave Love <fx@gnu.org>
203
204 * info.el (Info-find-node-2): Restructure [following "Vadim
205 S. Solomin" <sovs@uic.nnov.ru>].
206
207 * icomplete.el: Fix header for Finder.
208
209 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
210
211 * rmailout.el (rmail-output-to-rmail-file): Added optional param
212 STAY.
213
214 * rmail.el (rmail-automatic-folder-directives): New user variable.
215 (rmail-show-message): Add call to `rmail-auto-file' during
216 display.
217 (rmail-auto-file): New function.
218
219 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
220
221 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
222 account.
223 (ediff-test-utility,ediff-diff-mandatory-option)
224 (ediff-reset-diff-options): Utilities for proper initialization of
225 ediff-diff-options and ediff-diff3-options on Windows.
226
227 * ediff-init.el (ediff-merge-filename-prefix): New customizable
228 variable.
229
230 * ediff-mult.el (ediff-filegroup-action): Use
231 ediff-merge-filename-prefix.
232
233 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
234
235 * viper-ex.el (ex-write): Set selective display to nil.
236
237 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
240 aliases for hebrew-iso-8bit.
241
242 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
243
244 * woman.el: New version from Francis J. Wright
245 <F.J.Wright@Maths.QMW.ac.uk>.
246 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
247 names in environment variables regardless of the path separator.
248 (woman-topic-all-completions-1): Don't call file-name-directory-p
249 on all files, since woman-file-regexp already filters out any
250 directories.
251
252 2000-05-24 Kenichi Handa <handa@etl.go.jp>
253
254 * international/quail.el (quail-start-translation): Don't change
255 modified-p of the current buffer.
256 (quail-start-conversion): Likewise.
257
258 * international/kkc.el (kkc-region): Don't change modified-p of
259 the current buffer.
260
261 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
262 conform to RFC1468.
263 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
264
265 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
266
267 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
268 (speedbar-insert-button): Invisible text property fix.
269 (speedbar-directory-plus): Renamed from speedbar-directory-+
270 (speedbar-directory-minus): Renamed from speedbar-directory--
271 (speedbar-page-plus): Renamed from speedbar-file-+
272 (speedbar-page-minus): Renamed from speedbar-file--
273 (speedbar-page): Renamed from speedbar-file-
274 (speedbar-tag): Renamed from speedbar-tag-
275 (speedbar-tag-plus): Renamed from speedbar-tag-+
276 (speedbar-tag-minus): Renamed from speedbar-tag--
277 (speedbar-expand-image-button-alist): Use above renames.
278
279 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
280 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
281 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
282 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
283 * sb-pg.xpm: Renamed from sb-file.xpm
284 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
285 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
286
287 2000-05-24 Kenichi Handa <handa@etl.go.jp>
288
289 * international/quail.el (quail-show-guidance-buf): Set
290 current-input-method of the guidance buffer to the name of the
291 curren input method.
292
293 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
294
295 * progmodes/compile.el (compile-internal): Style typo.
296
297 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
298 quote vars and functions in the docstring.
299
300 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
301
302 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
303 Don't quote lambdas.
304
305 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
306
307 2000-05-23 Gerd Moellmann <gerd@gnu.org>
308
309 * startup.el (command-line): Determine source file of compiled
310 user init file differently. Warn if compiled user init file
311 is older than its source file.
312
313 * ffap.el (ffap-url-regexp): Add `https'.
314
315 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
316
317 * files.el (make-backup-file-name-1): Replace slashes with `!'
318 rather than `|' (which is not allowed on Windows). Replace the
319 drive letters with a string "drive_X".
320
321 2000-05-23 Gerd Moellmann <gerd@gnu.org>
322
323 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
324
325 * files.el (interpreter-mode-alist): Add `bash2'.
326
327 2000-05-22 Dave Love <fx@gnu.org>
328
329 * loadhist.el (feature-symbols, file-provides, file-requires): Use
330 mapc.
331 (feature-file): Avoid calling symbol-name. Doc fix.
332 (file-set-intersect, file-dependents): Use dolist, not mapcar.
333 (loadhist-hook-functions): Add mouse-position-function.
334 (unload-feature): Change uses of mapcar.
335
336 * files.el (parse-colon-path): Doc fix.
337 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
338 (set-auto-mode): Use mapc.
339
340 * complete.el (PC-look-for-include-file): Use :alnum: character
341 class.
342 (partial-completion-mode): Add autoload cookie.
343
344 2000-05-22 Sam Steingold <sds@gnu.org>
345
346 * info.el (Info-fontify-node): Fixed the call to
347 `add-text-properties' (bug introduced on 2000-05-18).
348
349 2000-05-22 Dave Love <fx@gnu.org>
350
351 * bindings.el: Remove debug-ignored-errors set in other files.
352
353 * progmodes/etags.el: Add to debug-ignored-errors.
354 (visit-tags-table-buffer): Clear out buffers holding old tables
355 when making a new list.
356 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
357 mapc.
358
359 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
360 quote keywords.
361 (cmpl-string-case-type): Use character classes.
362
363 * comint.el:
364 * textmodes/ispell.el:
365 * imenu.el:
366 * mail/mh-e.el:
367 * progmodes/compile.el: Add to debug-ignored-errors.
368
369 * dabbrev.el: Add to debug-ignored-errors.
370 (dabbrev-completion): Use mapc.
371
372 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
373
374 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
375 (woman-mapcan, woman-parse-man.conf)
376 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
377 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
378 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
379 path syntax better.
380 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
381 (woman-manpath): Call woman-parse-man.conf.
382 (woman-emulation): New defcustom, defaults to nroff.
383 (woman-font-support): New defconst.
384 (woman-use-symbol-font): New defcustom.
385 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
386 "Emulation".
387 Many functions: Doc fix.
388
389 2000-05-22 Kenichi Handa <handa@etl.go.jp>
390
391 * international/quail.el (quail-simple-translation-keymap): Map
392 128..255 to quail-self-insert-command.
393 (quail-keyboard-layout-alist): Add definition for "pc102-de".
394
395 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
396
397 * help.el (help-manyarg-func-alist): Typo.
398
399 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
400 intervals which makes it heaps simpler.
401
402 * newcomment.el (comment-region-internal): Go back to BEG after quoting
403 the nested comment markers.
404
405 * subr.el (remove-hook): Don't turn the hook's value into a list.
406
407 2000-05-21 Dave Love <fx@gnu.org>
408
409 * edmacro.el (edmacro-parse-keys): Return vector if any elements
410 are invalid characters.
411
412 * international/mule-util.el (detect-coding-with-priority): Use
413 mapc. Remove redundant lambda.
414
415 * international/mule-diag.el (list-non-iso-charset-chars)
416 (describe-fontset): Remove redundant lambda.
417
418 * emulation/crisp.el (brief-mode): New alias.
419
420 * emacs-lisp/ring.el (ring-elements): New function.
421
422 * emacs-lisp/easymenu.el (easy-menu-create-menu)
423 (easy-menu-do-add-item): Use keywordp.
424
425 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
426
427 * replace.el: Doc and error message fixes.
428 (replace-highlight): Use facep, not internal-find-face.
429
430 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
431
432 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
433
434 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
435 (log-edit-insert-changelog): Drop `:' as well.
436
437 * log-view.el: Fix file description.
438 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
439 available.
440 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
441 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
442
443 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
444 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
445 Print a status message if the toggle is called interactively.
446 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
447 for global minor modes and use `defcustom' for them.
448 Use add-minor-mode.
449 (easy-mmode-define-derived-mode): Remove.
450 (define-derived-mode): Fancier default docstring.
451 (easy-mmode-define-navigation): Signal an error rather than (ding).
452
453 * newcomment.el (comment-styles): New `box-multi'.
454 (comment-normalize-vars): Better default for comment-continue to
455 avoid whitespace-only continuations.
456 (comment-search-forward): Always move even in the no-syntax case.
457 (comment-padright): Only obey N if it's only obeyed for padleft.
458 (comment-make-extra-lines): Better handling of empty continuations.
459 Use `=' for the filler if comment-start has only one character.
460 (uncomment-region): Try handling the special `=' filler.
461 (comment-region): Allow LINES even if MULTI is nil.
462 (comment-box): Choose box style based on comment-style.
463
464 2000-05-20 Kenichi Handa <handa@etl.go.jp>
465
466 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
467 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
468
469 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
470
471 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
472 and insert, not subst-char-in-region.
473
474 * international/mule-diag.el (list-character-sets-1): Handle
475 charsets eight-bit-control and eight-bit-graphic.
476 (list-iso-charset-chars): Likewise.
477 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
478 charactes as is. Use indent-to to align characters.
479
480 * international/mule-cmds.el (find-multibyte-characters): Never
481 exclude charsets eight-bit-control and eight-bit-graphic.
482
483 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
484
485 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
486 Don't quote lambdas.
487
488 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
489
490 2000-05-19 Gerd Moellmann <gerd@gnu.org>
491
492 * gud.el (gud-jdb-directories): Doc fix.
493
494 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
495
496 * newcomment.el: New file.
497
498 2000-05-19 Gerd Moellmann <gerd@gnu.org>
499
500 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
501
502 2000-05-18 Andreas Schwab <schwab@suse.de>
503
504 * dired.el (dired-between-files): Also skip lines beginning with
505 `used'.
506
507 2000-05-18 Gerd Moellmann <gerd@gnu.org>
508
509 * msb.el (msb-menu-cond): Add choice `user'.
510
511 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
512
513 * ps-print.el: Compatibility, customization and doc fix.
514 (ps-printer-name-option): Replace defconst by defvar.
515 (ps-postscript-code-directory): XEmacs compatibility.
516 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
517 fix.
518 (ps-user-defined-prologue, ps-print-prologue-header)
519 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
520 compatibility and code fix.
521 (ps-print-background-image, ps-print-background-text):
522 Customization fix.
523 (ps-line-number-start, ps-n-up-on): New vars.
524
525 2000-05-18 Espen Skoglund <esk@ira.uka.de>
526
527 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
528 the indent-comment function to just return the appropriate indent.
529
530 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
531
532 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
533 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
534 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
535
536 2000-05-18 Dave Love <fx@gnu.org>
537
538 * info.el (Info-fontify-node): Add intangible property as well as
539 invisible.
540
541 * calendar/appt.el (appt-make-list): Match all lines of entry.
542 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
543
544 2000-05-18 Kenichi Handa <handa@etl.go.jp>
545
546 * international/mule-diag.el (describe-char-after): Call
547 internal-char-font, not char-font. If internal-char-font returns
548 nil, display "-- none --".
549
550 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
551
552 * image.el (image-type-available-p): Don't reference image-types
553 if it isn't bound.
554
555 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
556
557 * autoarg.el (autoarg-mode): Typo in the :set argument.
558
559 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
560
561 * startup.el (command-line-1): Don't signal an error if the
562 directory for auto-save-list files does not yet exist.
563
564 2000-05-17 Kenichi Handa <handa@etl.go.jp>
565
566 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
567
568 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
569
570 * subr.el (remove-hook): `setq' hook-value, not `set'.
571
572 2000-05-16 Sam Steingold <sds@gnu.org>
573
574 * info.el (debug-ignored-errors): More errors to ignore.
575
576 2000-05-16 Dave Love <fx@gnu.org>
577
578 * cus-edit.el: Don't require cl or easymenu.
579 (custom-variable-prompt): Test standard-value property, not
580 user-variable-p.
581
582 2000-05-16 Sam Steingold <sds@gnu.org>
583
584 * subr.el (add-hook): `setq' hook-value, not `set'.
585
586 2000-05-16 Gerd Moellmann <gerd@gnu.org>
587
588 * startup.el (command-line-1): Mention the FAQ in the startup
589 message.
590
591 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
592
593 * progmodes/compile.el (compilation-parse-errors): Collect
594 `nomessage' regexps last.
595
596 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
597
598 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
599 to the function name.
600
601 2000-05-15 Dave Love <fx@gnu.org>
602
603 * speedbar.el (speedbar-recenter): Typo.
604 (speedbar-expand-line): Make arg optional.
605 (speedbar-mode): Avoid a compiler warning.
606
607 2000-05-15 Gerd Moellmann <gerd@gnu.org>
608
609 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
610 user-specified option string is empty.
611
612 * mouse.el (mouse-yank-at-click): Doc fix.
613
614 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
615
616 * term/internal.el (IT-character-translations): More updates of
617 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
618 documents.
619
620 2000-05-15 Gerd Moellmann <gerd@gnu.org>
621
622 * env.el (getenv): New function, interactively callable.
623 (setenv, getenv): Remove autoload cookies.
624
625 * loadup.el: Load `env'.
626
627 * progmodes/f90.el: Change author's mail address.
628
629 2000-05-14 Dave Love <fx@gnu.org>
630
631 * mail/rmail.el (rmail-show-message-hook): Customize and offer
632 goto-addr as an option.
633
634 * help.el (help-xref-stack): Doc fix.
635 (help-xref-following): New variable.
636 (help-make-xrefs): Use it.
637 (help-xref-go-back): Use position information from stack element.
638 (help-follow): Make position in stack element a pair. Use
639 help-xref-following.
640
641 * autoarg.el: New file.
642
643 * faces.el: Declare more functions obsolete.
644
645 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
646 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
647 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
648 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
649 Remove all the setup-...-environment functions.
650
651 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
652
653 * speedbar.el: Updated the commentary section. xemacs20p now uses
654 >= when detecting. Require `defimage' safely.
655 (speedbar-easymenu-definition-base): Add toggle for images.
656 (speedbar-easymenu-definition-special): Add flush cache & expand.
657 (speedbar-visiting-tag-hook): Set new defaults. Added options.
658 (speedbar-reconfigure-keymaps-hook): New variable.
659 (speedbar-frame-parameters): Updated documentation.
660 (speedbar-use-imenu-flag): Updated custom tag
661 (speedbar-dynamic-tags-function-list): New variable.
662 (speedbar-tag-hierarchy-method): Updated doc & custom.
663 (speedbar-indentation-width, speedbar-indentation-width) New
664 variables.
665 (speedbar-hide-button-brackets-flag): Customizable.
666 (speedbar-vc-indicator): Doc update.
667 (speedbar-ignored-path-expressions): Updated default value.
668 (speedbar-supported-extension-expressions): Updated default value.
669 (speedbar-syntax-table): Remove {} paren status.
670 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
671 as "+". Added overlay aliases.
672 (speedbar-mode): Use `speedbar-mode-line-update' instead of
673 `force-mode-line-update'.
674 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
675 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
676 `mouse-set-point'
677 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
678 (speedbar-item-info-tag-helper): Revamped to handle a wider range
679 of arbitrary text, and new helper functions.
680 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
681 filename finder.
682 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
683 (speedbar-directory-buttons): Update path search/expansion.
684 (speedbar-make-tag-line): Pay attention to
685 `speedbar-indentation-width'. Use more care w/ invisible
686 properties.
687 (speedbar-change-expand-button-char): Call
688 `speedbar-insert-image-button-maybe'.
689 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
690 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
691 (speedbar-trim-words-tag-hierarchy)
692 (speedbar-simple-group-tag-hierarchy): New functions
693 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
694 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
695 functions.
696 (speedbar-mouse-set-point): New function
697 (speedbar-power-click): Updated documentation.
698 (speedbar-line-token, speedbar-goto-this-file): Handle more types
699 of tag prefix text.
700 (speedbar-expand-line, speedbar-contract-line): Make more robust
701 to strange text.
702 (speedbar-expand-line): Takes universal argument to flush the
703 cache.
704 (speedbar-flush-expand-line): New function.
705 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
706 Use new generator insertion method.
707 (speedbar-fetch-dynamic-tags): New function.
708 (speedbar-fetch-dynamic-imenu): Removed code now handled in
709 `speedbar-fetch-dynamic-imenu'.
710 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
711 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
712 "Revert Buffer" menu items.
713 (speedbar-buffer-buttons-engine): Be smarter when creating a
714 filename tag (for expansion purposes.).
715 (speedbar-highlight-one-tag-line,
716 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
717 (speedbar-recenter): New functions.
718 (defimage-speedbar): Image loading abstraction.
719 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
720 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
721 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
722 (speedbar-tag-type, speedbar-tag-mail): New images.
723 (speedbar-expand-image-button-alist): New variable.
724 (speedbar-insert-image-button-maybe): Insert an image over some
725 buttons.
726
727 2000-05-13 Kenichi Handa <handa@etl.go.jp>
728
729 * international/mule-cmds.el (encode-coding-char): An ASCII
730 character is always encodable.
731
732 * international/mule-conf.el: Add more information in descriptions
733 of character sets.
734
735 * international/mule-diag.el (describe-char-after): New function.
736 (describe-font-internal): Adjusted for the change of font-info.
737 (describe-font): Likewise.
738 (print-fontset): Rewritten for the new fontset implementation.
739 (describe-fontset): Include fontset alias names in completion.
740 (list-fontsets): Adjusted for the change of print-fontset.
741
742 * simple.el (what-cursor-position): If DETAIL is non-nil, call
743 describe-char-after instead of displaying the detail in the echo
744 area.
745 (syntax-code-table): Format changed.
746 (string-to-syntax): Adjusted for the above change.
747
748 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
749
750 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
751
752 2000-05-12 Dave Love <fx@gnu.org>
753
754 * calendar/todo-mode.el: Remove some compatibility stuff and CL
755 dependence. Use line-{beginning,end}-position, not
756 point-at{b,e}ol. Some doc fixes.
757 (todo-position): New function. Fix callers of position to use it.
758 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
759
760 2000-05-12 Gerd Moellmann <gerd@gnu.org>
761
762 * time.el (display-time-mail-icon): Use `:ascent center'.
763
764 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
765 handling FTP security extensions.
766
767 2000-05-11 Dave Love <fx@gnu.org>
768
769 * calendar/todo-mode.el: New file.
770
771 2000-05-11 Gerd Moellmann <gerd@gnu.org>
772
773 * comint.el (comint-read-input-ring): Move reference to
774 comint-input-ring-size outside of the save-excursion. It was
775 causing the default value to be the only one ever seen.
776
777 * font-lock.el: Update copyright. Remove Simon Marshall's email
778 address on request from him.
779
780 * subr.el (substitute-key-definition): Add comment describing
781 the meaning of PREFIX.
782
783 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
784
785 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
786
787 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
788 (add-minor-mode): Don't make the variable buffer-local and add a
789 reference to define-minor-mode in the docstring.
790
791 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
792 HEADER/FOOTER and fix bug with trailing empty directory.
793 (cvs-append-to-ignore): Use vc-editable-p if available.
794 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
795 (vc-do-command): Tweak advice to handle the new VC.
796
797 * log-view.el (log-view-goto-rev): New function for the new VC.
798 (log-view-minor-wrap): Use mark-active.
799
800 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
801 (log-edit-changelog-full-paragraphs): New var.
802 (log-edit-insert-changelog): Remove a lonely leading `* file'.
803 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
804 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
805 (log-edit-changelog-ours-p, log-edit-changelog-entries)
806 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
807 Replace the `cvs' prefix with `log-edit'.
808
809 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
810
811 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
812 (diff-font-lock-defaults): Explicitly turn off multiline.
813 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
814 (diff-ediff-patch): Fix call to ediff-patch-file.
815 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
816 Handle comments.
817
818 * frame.el (automatic-hscrolling): Typo.
819
820 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
821
822 2000-05-09 Sam Steingold <sds@goems.com>
823
824 * apropos.el (apropos-print): use `describe-face' instead of
825 `customize-face-other-window'.
826
827 2000-05-09 Dave Love <fx@gnu.org>
828
829 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
830
831 * help.el (describe-variable): Have customize button pop the
832 help-xref stack when invoked.
833 (help-xref-symbol-regexp): Add `face'.
834 (help-make-xrefs): Check for quoted face names and adapt regexp
835 submatch numbers to cope.
836 (help-xref-interned): Maybe insert face doc too. Separate
837 sections with a line of hyphens.
838
839 * faces.el: Some doc fixes. Declare some functions obsolete.
840 (describe-face): Add customize button. Return the help
841 text. Fix prompt.
842
843 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
844
845 * term/internal.el (IT-character-translations): Fix last change.
846
847 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
848
849 * woman.el: New file
850 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
851
852 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
853
854 * term/internal.el (IT-character-translations): Update ASCII
855 simulations for greek-iso8859-7, add latin-iso8859-14 and
856 latin-iso8859-15.
857
858 * international/mule-cmds.el (set-language-info-alist): Call
859 define-prefix-command with 3 arguments, to make the map suitable
860 for a menu.
861
862 2000-05-07 Dave Love <fx@gnu.org>
863
864 * time.el: Small doc fixes from Pavel Janík ml..
865
866 2000-05-05 Dave Love <fx@gnu.org>
867
868 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
869 list in doc string. Don't quote keyword symbols.
870 * emacs-lisp/cl.el: Likewise
871 * emacs-lisp/cl-seq.el: Likewise
872
873 2000-05-05 Gerd Moellmann <gerd@gnu.org>
874
875 * abbrev.el (abbrev-mode): Make ARG optional.
876
877 2000-05-04 Gerd Moellmann <gerd@gnu.org>
878
879 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
880
881 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
882
883 * subr.el (substitute-key-definition): Clarify documentation.
884
885 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
886
887 * glasses.el (glasses-convert-to-unreadable): Use
888 `glasses-separator' instead of the hard-wired "_".
889 (glasses-mode): Call `glasses-make-unreadable' only in a single
890 place.
891
892 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
893
894 * term/internal.el (cjk-codepages-alist): Add associations for
895 Chinese and Korean codepages. Remove FIXME comment.
896
897 2000-05-03 Dave Love <fx@gnu.org>
898
899 * time.el (display-time-mail-face, display-time-use-mail-icon):
900 New option.
901 (display-time-mail-icon): New variable.
902 (display-time-string-forms): Use the above. Fix the local-map.
903
904 2000-05-03 Gerd Moellmann <gerd@gnu.org>
905
906 * replace.el (query-replace-map): Add binding for `E'.
907 (query-replace-help): Extend help text.
908 (perform-replace): Allow editing the replacement string.
909
910 * make-mode.el (makefile-mode-abbrev-table): New variable.
911 (makefile-mode): Set local abbrev table to
912 makefile-mode-abbrev-table.
913 (makefile-font-lock-keywords): Fontify includes and conditionals.
914
915 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
916 set TOGGLE's value.
917
918 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
919 mail-interactive-insert-alias.
920 (mail-abbrev-complete-alias): New command.
921 (mail-mode-map): Bind it to `M-TAB'.
922
923 2000-05-03 Kenichi Handa <handa@etl.go.jp>
924
925 * language/lao-util.el (lao-compose-region): New function.
926
927 2000-05-02 Gerd Moellmann <gerd@gnu.org>
928
929 * files.el (recover-session): Make directories as necessary
930 if they don't exist yet.
931
932 * calendar/cal-french.el
933 (french-calendar-multibyte-special-days-array)
934 (french-calendar-special-days-array): Change French text.
935 (calendar-french-date-string): Change output.
936 (calendar-goto-french-date): Likewise.
937
938 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
939
940 * wid-edit.el (widget-default-active): Obey `:always-active'.
941 (widget-documentation-string-value-create): Set `:always-active'.
942
943 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
946 default prefix to `~/_emacs.d/auto-save.list/_s'.
947 (normal-top-level): Create the directory for auto-save files, if
948 it doesn't already exist (in the ms-dos case only).
949
950 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * international/mule-cmds.el (set-language-environment): Don't
953 concat an integer (dos-codepage), use format instead.
954
955 2000-05-02 Dave Love <fx@gnu.org>
956
957 * help.el (help-xref-on-pp): Check for constant symbols.
958
959 2000-04-29 Gerd Moellmann <gerd@gnu.org>
960
961 * startup.el (normal-top-level): Put a condition-case around
962 the code loading subdirs.el.
963
964 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
965
966 * ps-print.el: Upside-down and face background color printing,
967 line number step, doc fix.
968 (ps-print-version): New version number (5.2).
969 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
970 (ps-face-attribute-list, ps-plot-with-face): Code fix.
971 (ps-spool-config): Var fix.
972 (ps-printer-name-option): Const fix.
973 (ps-print-upside-down, ps-use-face-background)
974 (ps-line-number-step): New vars.
975 (ps-window-system, ps-lp-system): New consts.
976 (ps-face-background): New fun.
977
978 2000-04-28 Richard Stallman <rms@gnu.org>
979
980 * files.el (make-auto-save-file-name):
981 Apply auto-save-file-name-transforms to visited file name
982 before generating auto save file name.
983 (auto-save-file-name-transforms): New variable.
984
985 * files.el (backup-enable-predicate):
986 Correctly test for a file under a temporary directory.
987
988 2000-04-28 Gerd Moellmann <gerd@gnu.org>
989
990 * subr.el (add-minor-mode): Rewritten.
991
992 2000-04-28 Kenichi Handa <handa@etl.go.jp>
993
994 * mail/sendmail.el (sendmail-send-it): Set
995 buffer-file-coding-system to the selected coding system for MIME
996 header.
997
998 2000-04-27 Gerd Moellmann <gerd@gnu.org>
999
1000 * dired.el (dired-move-to-filename-regexp): Allow format where
1001 YYYY is followed by two spaces.
1002
1003 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1004 in the second character class of the regexp.
1005
1006 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1007 mh-etc, too.
1008
1009 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1010 nil.
1011
1012 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1013
1014 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1015 argument.
1016
1017 2000-04-27 Sen Nagata <sen@eccosys.com>
1018
1019 * emacs-lisp/crm.el (crm-completion-table): New variable.
1020 (crm-collection-fn, crm-test-completion)
1021 (completing-read-multiple): Use it.
1022
1023 2000-04-27 Dave Love <fx@gnu.org>
1024
1025 * help.el (locate-library): Use mapc.
1026 (help-manyarg-func-alist): Add call-process-region.
1027
1028 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1029
1030 * subr.el (add-minor-mode): Make argument MAP optional.
1031
1032 * desktop.el (desktop-save): Save list of minor modes.
1033 (desktop-create-buffer): Restore minor modes.
1034 (desktop-minor-mode-table): New user-option.
1035
1036 * subr.el (add-minor-mode): New function.
1037
1038 * image.el (find-image): New function.
1039 (defimage): Rewritten to find image at load time.
1040
1041 * startup.el (normal-top-level-add-to-load-path): Handle
1042 case that the default directory is not in load-path.
1043
1044 * help.el: Old patch from Stefan Monnier.
1045 (help-xref-on-pp): New function.
1046 (describe-variable): Use it to display xrefs in a symbol's value.
1047
1048 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1049
1050 * cus-edit.el (custom-face): Fix parenthesis.
1051
1052 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1053
1054 * mail/rmail.el (rmail-expunge): When there are no deleted
1055 messages, do nothing.
1056
1057 2000-04-26 Dave Love <fx@gnu.org>
1058
1059 * international/mule-cmds.el (locale-translation-file-name):
1060 Defvar to nil.
1061 (set-locale-environment): Set it here (at runtime).
1062
1063 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1064
1065 * replace.el (perform-replace): Add parameters START and END. Use
1066 them instead of the check for a region in Transient Mark mode.
1067 (query-replace-read-args): Return two more list elements for the
1068 start and end of the region in Transient Mark mode.
1069 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1070 (map-query-replace-regexp, replace-string, replace-regexp): Add
1071 optional last arguments START and END and pass them to
1072 perform-replace.
1073
1074 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1075 form with additional arguments for perform-replace.
1076
1077 * progmodes/etags.el (tags-query-replace): Add parameters START
1078 and END. Construct a form with additional arguments for
1079 perform-replace.
1080
1081 * simple.el (shell-command): Set default directory for "*Shell
1082 Command Output" buffer.
1083
1084 * language/european.el (iso-latin-4): Fix typo.
1085
1086 * emacs-lisp/crm.el: New file.
1087
1088 2000-04-24 Dave Love <fx@gnu.org>
1089
1090 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1091 (Custom-reset-saved, Custom-reset-standard)
1092 (custom-group-value-create, custom-group-set, custom-group-save)
1093 (custom-group-reset-current, custom-group-reset-saved)
1094 (custom-group-reset-standard): Use mapc.
1095 (custom-buffer-create-internal): Disable undo when creating items.
1096 Use mapc.
1097 (custom-face): Avoid redundant lambda.
1098
1099 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1100
1101 * startup.el (auto-save-list-file-prefix): Set default to
1102 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1103
1104 2000-04-24 Sam Steingold <sds@gnu.org>
1105
1106 * time-stamp.el (time-stamp-string-preprocess): Always convert
1107 `field-result' to a string.
1108
1109 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1110
1111 * frame.el (scrolling): New group.
1112 (automatic-hscrolling): New user-option.
1113
1114 * startup.el (command-line-x-option-alist): Add `-lsp' and
1115 `--line-spacing'.
1116
1117 2000-04-19 Dave Love <fx@gnu.org>
1118
1119 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1120 (cl-mapc): Rename from mapc. Fix the funcall.
1121
1122 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1123
1124 * simple.el (clone-indirect-buffer-other-window): New command.
1125 (clone-indirect-buffer): Add optional arg NORECROD.
1126 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1127
1128 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1129
1130 * window.el (count-screen-lines): New function.
1131 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1132 instead of window-buffer-height.
1133
1134 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1135 non-existing variable comint-input-sentinel.
1136 (inferior-lisp-args-to-list): Removed.
1137 (inferior-lisp): Use split-string instead of
1138 inferior-lisp-args-to-list.
1139
1140 * hexl.el (hexl-insert-hex-string): New command.
1141
1142 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1143 instead of concat.
1144
1145 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1146
1147 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1148 at the start of an existing but empty folder.
1149
1150 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1151
1152 * ps-mule.el: Customization fix, doc fix.
1153 (ps-multibyte-buffer): Customization fix.
1154
1155 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1156
1157 * subr.el (read-passwd): Use read-char-exclusive.
1158
1159 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1160
1161 * textmodes/texinfo.el (texinfo-insert-@email)
1162 (texinfo-insert-@emph, texinfo-insert-@quotation)
1163 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1164 (texinfo-mode-map): Add key bindings for them.
1165
1166 * files.el (basic-save-buffer-2): Use a template with `$'
1167 instead of `#' for VMS.
1168
1169 * simple.el (clone-indirect-buffer): New function.
1170
1171 2000-04-16 Stephen Eglen <stephen@gnu.org>
1172
1173 * iswitchb.el (iswitchb-case): New function. If the user input
1174 contains any upper-case characters, the search is made
1175 case-sensitive.
1176
1177 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1178
1179 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1180 comment-end.
1181 (texinfo-font-lock-syntactic-keywords): New var.
1182 (texinfo-font-lock-keywords): Remove comment regexp.
1183 (texinfo-insert-block): New function.
1184 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1185 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1186 and font-lock-defaults. Use regexp-opt for outline-regexp.
1187 (texinfo-environments): New var.
1188 (texinfo-environment-regexp): Use regexp-opt and
1189 texinfo-environments.
1190
1191 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1192 ispell-process is bound since this might be eval'd before ispell
1193 is loaded.
1194 (ispell-message): Use a tiny bit less magic and a bit more hard
1195 data to figure out what kind of sc-cite-regexp to use.
1196
1197 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1198
1199 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1200 (insert-cyclic-diary-entry): Unquote the lambda.
1201
1202 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1203
1204 * files.el (backup-enable-predicate): Unquote the lambda.
1205
1206 * cus-edit.el (custom-face, face): Unquote the lambda.
1207
1208 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1209
1210 * ps-print.el: Check for line-beginning-position definition.
1211
1212 * ps-print.el: Fix counting lines in a region.
1213 (ps-print-version): New version number (5.1.5).
1214 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1215 (ps-printing-region): Fun code fix.
1216
1217 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1218
1219 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1220 to file-directory-p.
1221
1222 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1223
1224 * gud.el (gud-jdb-build-source-files-list): Check that directory
1225 exists before calling directory-files.
1226
1227 2000-04-13 Dave Love <fx@gnu.org>
1228
1229 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1230 syntax.
1231
1232 * emacs-lisp/cl-specs.el: Remove when, unless.
1233
1234 * emacs-lisp/cl-extra.el: Don't quote keywords.
1235 (cl-old-mapc): New variable.
1236 (mapc): Use it.
1237 (cl-map-intervals): Use with-current-buffer. Don't check for
1238 next-property-change.
1239 (cl-map-overlays): Use with-current-buffer.
1240 (cl-expt): Remove.
1241 (copy-tree, remprop): Define unconditionally.
1242
1243 * emacs-lisp/cl-compat.el (keywordp): Remove.
1244
1245 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1246 to use keywordp.
1247 (edebug-spec): Enable keywordp.
1248
1249 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1250 string-lessp.
1251
1252 * cus-start.el: Use keywordp.
1253
1254 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1255
1256 * diary-lib.el (include-other-diary-files): Fix the fix of
1257 2000-02-18 by doing a save-excursion.
1258
1259 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1260
1261 * ps-print.el: Customization fix, doc fix.
1262 (ps-print-version): New version number (5.1.4).
1263 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1264 (ps-print-preprint): Adjust code.
1265 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1266 (ps-print-prologue-header, ps-print-control-characters)
1267 (ps-spool-config): Customization fix.
1268
1269 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1270
1271 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1272 converted to the new menu-item format, names silightly changed,
1273 help strings added.
1274
1275 Support for spelling without async subprocesses:
1276
1277 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1278 (ispell-session-buffer): New variables.
1279 (ispell-start-process, ispell-process-status,
1280 ispell-accept-output, ispell-send-string): New functions, for
1281 Ispell invocation when async subprocesses aren't supported.
1282 (ispell-word, ispell-pdict-save, ispell-command-loop,
1283 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1284 to process-send-string with calls to ispell-send-string, and
1285 accept-process-output with ispell-accept-output.
1286 (ispell-init-process): Call ispell-process-status instead of
1287 process-status with.
1288 (ispell-init-process): Call ispell-start-process. Call
1289 ispell-accept-output and ispell-send-string. Don't call
1290 process-kill-without-query and kill-process if they are unbound.
1291 (ispell-async-processp): New function.
1292
1293 2000-04-12 Dave Love <fx@gnu.org>
1294
1295 * info.el: Add debug-ignored-errors.
1296 (Info-mode-menu): Add some items.
1297 (Info-directory): Add autoload cookie.
1298
1299 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1300 Modify `truncate-lines'. Make `describe-language-environment'
1301 always visible and add help. Modify `describe-key' help. Invoke
1302 Info-directory from `info'. New entry `emacs-manual'.
1303
1304 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1305
1306 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1307 propertized-buffer-identification.
1308 (ebrowse-update-member-buffer-mode-line): Likewise.
1309 (ebrowse--mode-strings): Removed.
1310 (ebrowse--mode-line-props): Removed.
1311
1312 * files.el (auto-mode-alist): Add `EBROWSE'.
1313
1314 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1315 space before testing for end of buffer.
1316 (ebrowse-load): Removed.
1317 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1318 (ebrowse-create-tree-buffer): Rewritten.
1319 (ebrowse-tree-mode): Read tree from buffer.
1320
1321 * progmodes/ebrowse-ffh.el: Removed.
1322
1323 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1324
1325 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1326
1327 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1328
1329 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1330 at the wrong place.
1331
1332 2000-04-09 Dave Love <fx@gnu.org>
1333
1334 * files.el (backup-enable-predicate): Use
1335 temporary-file-directory, small-temporary-file-directory.
1336 (make-backup-file-name-function, backup-directory-alist): New
1337 variables.
1338 (make-backup-file-name-1): New function.
1339 (make-backup-file-name): Use it.
1340 (find-backup-file-name): Likewise. Use format for clarity, not
1341 concat.
1342 (file-newest-backup): Use make-backup-file-name.
1343
1344 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1345
1346 * progmodes/ebrowse-ffh.el: New file.
1347
1348 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1349 to ebrowse-ffh.el.
1350 (ebrowse-load): Add autoload.
1351
1352 * finder.el (finder-commentary): Add autoload cookie.
1353
1354 * mail/rfc2368.el: Correct author's email address.
1355
1356 * progmodes/ebrowse.el: New file.
1357
1358 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1359 item help string.
1360 (easy-menu-do-add-item): Ditto.
1361 (easy-menu-define): Extend doc string.
1362
1363 * jit-lock.el (with-buffer-unmodified): Use
1364 restore-buffer-modified-p.
1365 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1366 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1367 with-buffer-unmodified.
1368
1369 2000-04-08 Dave Love <fx@gnu.org>
1370
1371 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1372 unless, when.
1373
1374 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1375
1376 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1377 (viper-flash-search-pattern): No operation when using Emacs
1378 doesn't support face.
1379 Use `viper-put-on-search-overlay'.
1380
1381 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1382
1383 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1384 like C-r.
1385
1386 * progmodes/make-mode.el: Some doc fixes.
1387 (makefile-mode-abbrev-table): New variable.
1388 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1389 (makefile-font-lock-keywords): Fontify includes and conditionals.
1390 (toplevel): Require `dabbrev' and `add-log' when compiling.
1391
1392 * replace.el (perform-replace): Don't move forward one char
1393 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1394 to do that because it leaves point 1 position after the last
1395 replacement, after everything has been replaced.
1396
1397 * jit-lock.el (with-buffer-unmodified): New macro.
1398 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1399 modified state.
1400 (jit-lock-function-1): Extracted from jit-lock-function; not
1401 preserving buffer's modified state.
1402 (jit-lock-function, jit-lock-stealth-fontify): Call
1403 jit-lock-function-1.
1404
1405 * mail/rfc2368.el: Remove supernumerary copyright line.
1406
1407 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1408
1409 * glasses.el: Provide facilities for inserting space before left
1410 parentheses and uncapitalization of identifiers.
1411 (glasses-mode): Try to remove old overlays in all cases.
1412
1413 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1414
1415 * progmodes/compile.el (compile-internal): Display the compilation
1416 buffer in a different frame, if it's already displayed there.
1417
1418 * mail/rfc2368.el: New file.
1419
1420 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1421 header and insert its value as mail body.
1422
1423 * subr.el (member-ignore-case): New function.
1424
1425 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1426 (dabbrev--find-expansion): Ignore buffers matching a regexp
1427 from dabbrev-ignored-regexps.
1428
1429 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1430 to extensions handled by gzip.
1431
1432 2000-04-03 Richard M. Stallman <rms@gnu.org>
1433
1434 * files.el (insert-directory): List the total free space
1435 along with the used space.
1436
1437 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1438 line is followed by one that matches CITATION-REGEXP, end the
1439 paragraph.
1440
1441 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1442
1443 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1444 (rmail-make-basic-summary-line): Use that option.
1445
1446 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1447
1448 * international/mule-cmds.el (encoded-string-description):
1449 Rewritten. Try pretty description for ISO 2022 escape sequences
1450 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1451 for hexadecimal format.
1452
1453 2000-04-01 Dave Love <fx@gnu.org>
1454
1455 * cpp.el: Change customization group to `c' from `C'.
1456
1457 * vcursor.el (vcursor-move): Use display-color-p.
1458
1459 * international/mule-util.el: Provide mule-utils.
1460 (string-to-sequence): Simplify and speed up.
1461
1462 * international/mule.el (make-coding-system): Purecopy doc-string.
1463
1464 * international/mule-cmds.el: Various menu changes.
1465 (describe-specified-language-support): Handle `Default'.
1466 (set-language-info): Purecopy `info'.
1467
1468 2000-03-31 Andrew Innes <andrewi@gnu.org>
1469
1470 * vc.el (vc-backend-diff): Return the correct status if we had to
1471 retry the rcsdiff command without the --brief option.
1472
1473 2000-03-31 Dave Love <fx@gnu.org>
1474
1475 * help.el (help-manyarg-func-alist): Correct several omissions.
1476
1477 * add-log.el: Don't require cl, fortran.
1478 (add-log-current-defun-function): Doc fix.
1479 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1480 fix.
1481 (change-log-version-rcs): Function deleted.
1482 (change-log-version-number-search): Doc fix. Use
1483 vc-workfile-version. Avoid CL dolist.
1484 (add-change-log-entry): Just call add-log-current-defun to get
1485 defun. Simplify somewhat.
1486 (change-log-get-method-definition-1): Likewise.
1487 (add-log-current-defun): Return nil if calling
1488 add-log-current-defun-function does so. Move Fortran stuff to
1489 fortran.el. Return string without properties.
1490
1491 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1492 and :alpha: char classes.
1493
1494 * mail/supercite.el: Defvar curline when compiling.
1495 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1496 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1497 rather than a-zA-Z0-9 to allow non-ASCII characters.
1498
1499 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1500
1501 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1502
1503 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1504 Re-enable new code.
1505
1506 * lpr.el (print-region-1): Use -d to specify printer name for
1507 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1508
1509 2000-03-31 Dave Love <fx@gnu.org>
1510
1511 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1512 for function definition in symbol's function value slot first
1513 instead of first consulting byte-compile-function-environment.
1514
1515 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1516
1517 * language/european.el ("Polish"): New language environment.
1518 (setup-polish-environment): New function.
1519
1520 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1521
1522 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1523 Disable new code.
1524
1525 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1526 trying to `load' the symbol of an autoload instead of the file
1527 recorded in the autoload. Fix error messages.
1528
1529 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1530
1531 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1532 (ps-print-version): New version number (5.1.3).
1533 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1534 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1535 (ps-generate-postscript-with-faces): Code fix.
1536 (ps-color-values): XEmacs compatibility.
1537 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1538 (ps-default-fg, ps-default-bg): Adjust customization.
1539 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1540 (ps-color-scale): Renaming old ps-color-value fun.
1541 (ps-print-headers): Replace ps-print-header group to avoid conflict
1542 with ps-print-header variable.
1543 (ps-print-miscellany): New group.
1544 (ps-format-color, ps-rgb-color): New funs.
1545 (ps-default-foreground): New var.
1546 (ps-printer-name-option): New const.
1547
1548 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1549
1550 * net/net-utils.el:
1551 (network-connection-host, network-connection-service): New variables
1552 (network-connection-mode): New mode, derived from comint-mode
1553 (network-connection-mode-setup): New function, saves host and
1554 service information in local variables.
1555
1556 * lisp/locate.el:
1557 (locate-word-at-point): Added this function
1558 (locate): Default to using locate-word-at-point as input
1559 Run dired-mode-hook
1560
1561 2000-03-29 Dave Love <fx@gnu.org>
1562
1563 * calendar/appt.el: Doc fixes.
1564 (appt-check): Convert min-to-app to a string before passing to
1565 appt-disp-window-function or concat.
1566 (appt-delete-window): Remove test for frame-root-window.
1567 (appt-select-lowest-window, appt-convert-time): Simplify.
1568
1569 * emacs-lisp/bytecomp.el: Doc fixes.
1570 (byte-compile-file-form-autoload): Update
1571 byte-compile-function-environment.
1572
1573 2000-03-29 Andreas Schwab <schwab@suse.de>
1574
1575 * emacs-lisp/autoload.el: Also print defsubst doc string
1576 specially.
1577
1578 * dired.el (dired-insert-directory): If dired-free-space-program
1579 failed just delete its output.
1580
1581 2000-03-29 Dave Love <fx@gnu.org>
1582
1583 * international/iso-cvt.el: Move provide to end. Doc fixes.
1584 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1585 (iso-iso2sgml, iso-sgml2iso): New functions.
1586 (iso-cvt-define-menu): Fix some entries and use backquote for
1587 clarity.
1588
1589 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1590
1591 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1592
1593 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1594 ISO-DATE. If non-nil, return date in ISO 8601 format.
1595
1596 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1597
1598 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1599 if it ever becomes used.
1600 (log-edit-mode-hook): Default to vc-log-mode-hook.
1601 (log-edit-mode): Fix the docstring.
1602
1603 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1604 the code.
1605
1606 2000-03-26 Dave Love <fx@gnu.org>
1607
1608 * net/browse-url.el (browse-url): Re-fix case of
1609 browse-url-browser-function being an alist.
1610 (browse-url): Add :link to defgroup.
1611
1612 * files.el: Doc fixes.
1613 (file-truename): Include `[' in wildcard characters.
1614 (automount-dir-prefix): Customize.
1615 (find-file-wildcards): Add :version.
1616 (find-file-noselect): Simplify a mapcar call.
1617
1618 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1619 compatible with inf-lisp version.
1620 (eval-defun-1): Fix custom-declare-variable case.
1621
1622 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1623
1624 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1625
1626 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1627
1628 * Makefile (COMPILE_FIRST): New macro.
1629 (compile-files): Compile files from COMPILE_FIRST first.
1630
1631 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1632 code.
1633
1634 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1635 matching open parenthesis in column 0 to defun-prompt-regexp
1636 only if open-paren-in-column-0-is-defun-start is set.
1637
1638 * sun-curs.el: Require CL at compile-time only.
1639
1640 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1641 instead of copy-list which is a function from CL.
1642 (msb--choose-menu, msb--mode-menu-cond)
1643 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1644 (msb--init-file-alist): Use mapcar instead of mapcan.
1645 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1646 `(' in column 0 in doc string.
1647 (msb--add-separators): Use mapcar instead of mapcan.
1648
1649 * cus-dep.el: Require CL at compile-time only.
1650
1651 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1652
1653 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1654 (byte-compile-warnings): New warning `noruntime'.
1655 (byte-compile-constants, byte-compile-variables): Fix docstring.
1656 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1657 execute `eval-whenc-compile's body.
1658 (byte-compile-unresolved-functions): Fix docstring.
1659 (byte-compile-eval): New function.
1660 (byte-compile-callargs-warn): Check if the function will be available
1661 at runtime (via property `byte-compile-noruntime').
1662 (byte-compile-print-syms): New function.
1663 (byte-compile-warn-about-unresolved-functions): Also warn about
1664 `noruntime' functions (and use `byte-compile-print-syms').
1665 (byte-compile-file): Capitalize the message.
1666
1667 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1668
1669 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1670 (rmail-expunge): Ask for confirmation depending on the setting
1671 of rmail-confirm-expunge.
1672
1673 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1674
1675 * Makefile (bootstrap-clean): If $(emacs) exists, build
1676 loaddefs.el first. A loaddefs.el that's not up-to-date might
1677 cause a bootstrap failure because things don't autoload as
1678 expected.
1679
1680 2000-03-23 Dave Love <fx@gnu.org>
1681
1682 * net/browse-url.el: Restore previous use of
1683 browse-url-maybe-new-window.
1684
1685 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1686
1687 * ps-print.el: Skip banner page fix.
1688 (ps-print-version): New version number (5.1.2).
1689 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1690
1691 2000-03-23 Dave Pearson <davep@davep.org>
1692
1693 * net/quickurl.el Changed the type of parameter passed to the
1694 function defined by `quickurl-format-function'. Before only the
1695 text of the URL was passed. Now the whole URL structure is passed
1696 and the function is responsible for extracting the parts it
1697 requires. Changed the default of `quickurl-format-function'
1698 accordingly.
1699 (quickurl-insert): Changed the `funcall' of
1700 `quickurl-format-function' to match the above change.
1701 (quickurl-list-insert): Changed the `url' case so that it makes
1702 use of `quickurl-format-function', previous to this the format was
1703 hard wired.
1704
1705 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1706
1707 * startup.el: Change some spellings for the X Window System.
1708
1709 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1710
1711 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1712 up the code and the regexp and make sure the cursor is temporarily
1713 moved to the suspicious line while querying the user.
1714
1715 2000-03-22 Jason Rumney <jasonr@gnu.org>
1716
1717 * w32-fns.el (w32-charset-info-alist): Initialize.
1718
1719 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1720
1721 * ps-print.el: N-up last page fix.
1722 (ps-print-version): New version number (5.1.1).
1723 (ps-end-file, ps-end-job, ps-generate): Code fix.
1724
1725 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1726
1727 * files.el (find-file-run-dired): Update docstring.
1728 (find-directory-functions): New hook.
1729 (find-file-noselect): Run find-directory-functions rather than
1730 calling dired directly.
1731
1732 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1733
1734 * pcvs.el: Add a minimal leading commentary.
1735 (cvs-make-cvs-buffer): Change the header part by removing the startup
1736 message and adding a `Module' entry. Also replace the FOOTER and
1737 HEADER special fileinfos with the new support in ewoc for updating
1738 its own footer and header.
1739 (cvs-update-header): Update to use the header/footer of the ewoc.
1740 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1741 (cvs-is-within-p): New function.
1742 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1743 to only examine some subset of the buffers.
1744
1745 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1746 `format' instead of our own ad-hoc functions.
1747 Remove HEADER and FOOTER cases, now handled in the EWOC.
1748 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1749
1750 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1751 output to avoid scaring the user.
1752 (cvs-parse-table): Catch message for non-up-to-date commits.
1753
1754 * pcvs-defs.el (cvs-startup-message): Remove.
1755 (cvs-global-menu): New autoloaded menu.
1756
1757 * pcvs-util.el (cvs-string-fill): Remove.
1758
1759 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1760 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1761 PP part of it and also make it work for footers and headers.
1762 (ewoc-create): Drop POS and BUFFER arguments.
1763 Use the DLL's dummy node to store the end-of-footer position.
1764 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1765 (ewoc-refresh): Remove unused `header' variable.
1766 (ewoc-(get|set)-hf): New functions.
1767
1768 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1769 log-view-*-(message|file) and use easy-mmode-define-navigation.
1770 (log-view-message-re): Match SCCS format as well.
1771 And match the revision line rather than the dashed separator line.
1772 (log-view-mode): Use the new define-derived-mode.
1773 (log-view-current-tag): Fill in with an actual implementation.
1774
1775 * cvs-status.el (cvs-status-(prev|next)): Rename from
1776 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1777 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1778 to let the output "breathe" a little more (more readable).
1779 (cvs-status-mode): Use the new define-derived-mode.
1780
1781 * smerge-mode.el (smerge-auto-leave): New function and variable.
1782 (smerge-basic-map): Rename from smerge-basic-keymap.
1783 Change the bindings for smerge-diff-*.
1784 (smerge-*-map): Use easy-mmode-defmap.
1785 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1786 (smerge-keep-*): Use smerge-auto-leave.
1787
1788 2000-03-21 Jason Rumney <jasonr@gnu.org>
1789
1790 * cus-edit.el (custom-button-face): Use 3D look for w32.
1791 (custom-button-pressed-face): Likewise.
1792
1793 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1794
1795 * progmodes/etags.el (tags-case-fold-search): New user-option.
1796 (tags-loop-eval): New function. Bind case-fold-search around eval
1797 depending on the value of tags-case-fold-search.
1798 (tags-loop-continue): Use tags-loop-eval.
1799 (find-tag-in-order): Bind case-fold-search depending on the value
1800 of tags-case-fold-search.
1801
1802 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1803
1804 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1805 (diff-end-of-hunk): Return the end position for use in
1806 `easy-mmode-define-navigation'.
1807 (diff-recenter): Remove.
1808 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1809 of `easy-mmode-define-navigation'.
1810 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1811 previous renaming) and fix to use new names.
1812 (diff-merge-strings): Use \n as separator: simpler, faster.
1813 (diff-mode): Use `define-derived-mode'.
1814
1815 * derived.el (define-derived-mode): Don't autoload anymore.
1816 Prefer the macro-only version provided by easy-mmode.el.
1817
1818 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1819 `easy-mmode-define-derived-mode'.
1820 Use `combine-run-hooks'.
1821 (easy-mmode-define-navigation): New macro.
1822
1823 * subr.el (combine-run-hooks): New function.
1824
1825 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1826
1827 * term/x-win.el: Fontsets related initialization is simplified.
1828
1829 * international/mule-diag.el (describe-font): Don't refer to
1830 global-fontset-alist, instead call font-list.
1831 (describe-fontset, list-fontsets, mule-diag): Likewise.
1832 (print-fontset): Adjusted for the change of fontset
1833 implementation.
1834
1835 * international/fontset.el (x-charset-registries): Variable
1836 removed, instead the corresponding data is stored in the default
1837 fontset.
1838 (register-alternate-fontnames): Function removed.
1839 (resolved-ascii-font): Variable removed.
1840 (x-compose-font-name): Ignore the second argument REDOCE.
1841 (x-complement-fontset-spec): Complement only an ASCII font and
1842 element for those charsets than can use that ASCII font.
1843 (generate-fontset-menu): Don't refer to global-fontset-alist,
1844 instead call fontset-list.
1845 (uninstantiated-fontset-alist): Variable removed.
1846 (x-style-funcs-alist): Likewise.
1847 (fontset-default-styles): Likewise.
1848 (x-modify-font-name): Function removed.
1849 (create-fontset-from-fontset-spec): Ignore the argument
1850 STYLE-VARIANT.
1851 (create-fontset-from-ascii-font): Docsting adjusted for the above
1852 change.
1853 (instantiate-fontset, resolve-fontset-name): Functions removed.
1854 (fontset-list): Now implemented by C code.
1855
1856 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1857 (describe-face): Include `font' attribute in the description.
1858
1859 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1860
1861 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1862
1863 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1864
1865 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1866 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1867 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1868
1869 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1870 about behavior of set-buffer-modified-p wrt redisplay.
1871
1872 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1873
1874 * view.el (view-mode-disable): Kill local binding of view-read-only.
1875
1876 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1877
1878 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1879 is a string, convert it to a syntax cell using string-to-syntax.
1880
1881 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1882 (string-to-syntax): New function.
1883
1884 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1885 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1886 try to use passive ftp mode.
1887
1888 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1889
1890 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1891
1892 * simple.el (append-to-buffer): Update point of windows after
1893 insertion.
1894
1895 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1896 forward then moving backward. Reindent.
1897
1898 * frame.el (other-frame): Call x-focus-frame only if
1899 focus-follows-mouse is off.
1900
1901 2000-03-17 Dave Love <fx@gnu.org>
1902
1903 * pcvs-util.el (cvs-strings->string): Rename
1904 replace-regexps-in-string.
1905
1906 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1907
1908 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1909 regexp for labels cannot span several lines.
1910
1911 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1912 `(setq :<key> ':<key>)' to the macro expansion.
1913
1914 2000-03-16 Dave Love <fx@gnu.org>
1915
1916 * progmodes/f90.el (f90): Put custom group under `languages', not
1917 `fortran'.
1918 (f90-mode-hook): Customize.
1919 (f90-mode): Set add-log-current-defun-function.
1920 (f90-current-defun): New function.
1921
1922 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1923
1924 * cus-edit.el (custom-variable-tag-face): Handle case that
1925 default face's height is not a number.
1926 (custom-face-tag-face, custom-group-tag-face-1)
1927 (custom-group-tag-face): Ditto.
1928 (custom-group-tag-face-1): Add :group.
1929
1930 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1931
1932 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1933
1934 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1935 requiring easymenu.
1936
1937 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1938
1939 * ps-print.el: PostScript user-defined prologue, PostScript error
1940 handler, doc fix.
1941 (ps-print-version): New version number (5.1).
1942 (ps-user-defined-prologue, ps-error-handler-message)
1943 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1944 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1945 (ps-insert-string): New function.
1946
1947 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1948
1949 * international/ccl.el (ccl-compile-expression): Don't generate
1950 invalid self-assignment code.
1951
1952 2000-03-14 Dave Love <fx@gnu.org>
1953
1954 * subr.el (replace-regexp-in-string): Renamed from
1955 replace-regexps-in-string. Doc fix.
1956
1957 2000-03-12 Dave Love <fx@gnu.org>
1958
1959 * cus-edit.el: Doc fixes.
1960 (customize-set-variable, customize-save-variable): Rename args for
1961 doc.
1962 (custom-variable-tag-face, custom-face-tag-face)
1963 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1964 style which user identify as hyperlink.
1965 (hook): Don't add undefined functions to the hook.
1966 (debug-ignored-errors): Transfer message from bindings.el.
1967
1968 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1969
1970 * recentf.el (recentf-keep-non-readable-files-p): Remove
1971 double/nested definition.
1972
1973 2000-03-12 Dave Love <fx@gnu.org>
1974
1975 * facemenu.el (facemenu-get-face): Use display-color-p.
1976 * enriched.el (enriched-decode-foreground): Likewise.
1977 (enriched-decode-background): Likewise.
1978 * isearch.el (isearch-highlight): Likewise.
1979 * info-look.el (info-lookup): Likewise.
1980 * simple.el (completion-setup-function): Likewise.
1981
1982 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1983 :options.
1984
1985 * bindings.el (mode-line-format): Fix line-number and
1986 column-number items. Add help-echo for the background.
1987 (mode-line-mule-info): Modify help-echo.
1988
1989 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1990 defcustom.
1991
1992 * files.el (load-file): Allow completion to .elc.
1993
1994 * man.el: Doc fixes.
1995 (Man-init-defvars): Use display-color-p to set fontification.
1996
1997 * play/hanoi.el (hanoi-internal): Don't use oddp.
1998
1999 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2000
2001 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2002
2003 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2004
2005 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2006
2007 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2008 Fix comment.
2009
2010 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2011
2012 * font-lock.el (font-lock-keywords): Fix the doc now that
2013 regexp-opt-depth is unnecessary.
2014 (save-buffer-state): Set an edebug spec.
2015 (font-lock-fontify-anchored-keywords): Properly handle the case when
2016 the matcher goes past the limit.
2017
2018 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2019 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2020
2021 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2022 dll.el and cookie.el (from Elib) with heavy renaming and other
2023 massaging.
2024
2025 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2026 Autoload the functions used.
2027 (easy-mmode-define-syntax): Fix CL typo.
2028 (easy-mmode-define-derived-mode): Improve the docstring generation.
2029
2030 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2031
2032 * textmodes/texinfo.el (texinfo-version): Variable and function
2033 removed.
2034
2035 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2036
2037 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2038 allow more flexibility.
2039 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2040 fns.
2041 (easy-mmode-defmap, easy-mmode-defsyntax)
2042 (easy-mmode-define-derived-mode): New macros.
2043
2044 2000-03-09 Didier Verna <didier@xemacs.org>
2045
2046 * rect.el (replace-rectangle): New function.
2047
2048 2000-03-09 Dave Love <fx@gnu.org>
2049
2050 * progmodes/fortran.el (fortran-comment-line-start): Define as
2051 "C".
2052 (fortran-comment-line-start-skip): Don't match cpp stuff.
2053 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2054 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2055 (fortran-mode): Don't set fortran-comment-line-start-skip,
2056 fortran-comment-line-start here. Set comment-start,
2057 add-log-current-defun.
2058 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2059 (fortran-current-defun): New function.
2060
2061 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2062
2063 * emacs-lisp/re-builder.el: New file.
2064
2065 * mouse.el (mouse-drag-region): Don't run up-event handler
2066 if hscroll has changed.
2067
2068 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2069 builtin operators, use `font-lock-builtin-face' for Emacs and
2070 `font-lock-preprocessor-face' otherwise.
2071
2072 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2073 `(defun (setf foo)' differently.
2074
2075 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2076
2077 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2078 (regexp-opt): Update comment and adapt the code the new meaning of
2079 the `paren' argument of regex-opt-group for shy-groups.
2080 (regexp-opt-depth): Handle shy groups as well as backslashed
2081 backslashes.
2082 (regexp-opt-group): Turn the leading comment into a docstring.
2083 Allow `paren' to be a string (the string to use to open a group).
2084 Remove open-presuf and close-presuf. Instead of checking for `all
2085 one-char' and then later on check for `several one-char', handle
2086 both cases close together. Also apply a more generic algorithm
2087 for suffixes (the mirror image of the algorithm used for
2088 prefixes). Use shy-groups. Use nreverse rather than reverse.
2089 (regexp-opt-try-suffix): Removed.
2090
2091 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2092 from comint-mode-map, so we can just inherit from it. Also, move
2093 the initialization into the `defvar' since there's no docstring
2094 anyway and it's fairly short.
2095 (inferior-scheme-mode): Define it as derived-mode: the code is
2096 shorter and this way we inherit from comint-mode-map rather than
2097 copying it.
2098
2099 * subr.el (replace-regexps-in-string): Properly handle the case
2100 where we match an empty string.
2101
2102 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2103 when the command has a directory component (such as "./testml").
2104 Also fix a typo in the comment.
2105
2106 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2107
2108 * Makefile (compile-files): Compile files one by one because
2109 that's the only way to ensure a clean compilation environment for
2110 each individual file.
2111
2112 * frame.el (other-frame): Call x-focus-frame.
2113
2114 2000-03-07 Dave Love <fx@gnu.org>
2115
2116 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2117 :require to defcustom.
2118
2119 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2120 lists.
2121
2122 * files.el (auto-mode-alist): Add configure.in.
2123
2124 * progmodes/autoconf.el: New file.
2125
2126 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2127
2128 * mail/mh-e.el: Change maintainer to `none'.
2129
2130 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2131 to remove-hook and add-hook.
2132
2133 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2134
2135 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2136 it as the default.
2137 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2138 (sendmail-send-it): Conditionally add MIME headers specifying the
2139 used character set.
2140
2141 2000-03-07 Dave Love <fx@gnu.org>
2142
2143 * winner.el: Fix keywords, autoload cookies. Split
2144 eval-when-compile form to avoid compilation failure.
2145
2146 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2147
2148 * international/mule.el: Modify comment about coding system
2149 property `coding-category'.
2150 (make-coding-system): New argument EOL-TYPE. Pay attention to
2151 coding-category property of PROPERTIES.
2152
2153 * international/mule-conf.el (coding-category-utf-8,
2154 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2155 categories. Include them in the argument for set-coding-priority.
2156
2157 * international/mule-cmds.el (reset-language-environment): Include
2158 coding-category-utf-8, coding-category-utf-16-be, and
2159 coding-category-utf-16-le in the argument for set-coding-priority.
2160 (reset-language-environment): Initialize coding-category-utf-8,
2161 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2162
2163 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2164
2165 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2166 code abstracted out of `bookmark-jump-noselect'. Now tries info
2167 extensions as well as compression extensions.
2168 (bookmark-jump-noselect): Use above new func.
2169
2170 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2171
2172 * strokes.el: Change maintainer's mail address.
2173
2174 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2175
2176 * international/mule-diag.el (list-character-sets): Make help-echo
2177 string by substitute-command-keys.
2178 (list-character-sets): Likewise.
2179 (sort-listed-character-sets): Call help-setup-xref.
2180
2181 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2182
2183 * time.el (display-time-mail-file): Add `none' to the list of
2184 choices.
2185
2186 2000-03-01 Dave Love <fx@gnu.org>
2187
2188 * help.el (help-xref-go-back): Don't try to set position.
2189
2190 * international/mule-diag.el (list-character-sets): Call
2191 help-setup-xref. Add help-echo to xrefs.
2192 (list-character-sets-1): Add help-echo to xrefs.
2193
2194 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2195
2196 * frame.el (blink-cursor-mode): Switch cursor on when turning
2197 the mode off.
2198
2199 * add-log.el (add-log-current-defun): Add support for
2200 Autoconf mode.
2201
2202 * mail/rmail.el (rmail-quit-hook): New variable.
2203
2204 2000-03-01 Dave Love <fx@gnu.org>
2205
2206 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2207
2208 * help.el (help-xref-button): Add help-echo arg.
2209 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2210
2211 * faces.el (list-faces-display): Supply help-echo with
2212 help-make-xrefs.
2213
2214 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2215 nil.
2216
2217 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2218
2219 * image.el (defimage): Look for image files in load-path.
2220
2221 * frame.el (busy-cursor-delay-seconds): Change type to
2222 `number'.
2223
2224 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2225
2226 * recentf.el (recentf): Added version tag to the defgroup of
2227 recentf.
2228
2229 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2230
2231 * recentf.el (recentf-cleanup): Changed to remove excluded file
2232 too.
2233 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2234 action to select/unselect a file.
2235 (recentf-edit-list): Code cleanup and improvement.
2236 (recentf-open-more-files-action): `recentf-open-more-files' button
2237 widget action to open a file.
2238 (recentf-open-more-files): No more use standard completion but
2239 widgets.
2240 (recentf-more-collection): Deleted.
2241 (recentf-more-history): Deleted.
2242 (recentf-setup-more-completion): Deleted.
2243
2244 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2245
2246 * recentf.el (recentf-mode): No more needs that Emacs is running
2247 under a window-system.
2248
2249 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2250
2251 * recentf.el (recentf-edit-list): New command to edit the recent
2252 list which allow the user to remove files.
2253 (recentf-edit-selected-items): New global variable, used by
2254 `recentf-edit-list' to hold the list of files to be removed from
2255 the recent list.
2256 (recentf-make-menu-items): Updated to display a "Edit list..."
2257 menu item. Minor code cleanup.
2258
2259 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2260
2261 * recentf.el (recentf-open-more-files): New command to open files
2262 that are not displayed in the menu.
2263 (recentf-more-collection): New global variable holding the set of
2264 permissible completions used by `recentf-open-more-files'.
2265 (recentf-more-history): New global variable holding the history list
2266 used by `recentf-open-more-files' completion.
2267 (recentf-setup-more-completion): New function to setup completion for
2268 `recentf-open-more-files'.
2269 (recentf-make-menu-items): Updated to display a "More..." menu item.
2270
2271 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2272
2273 * recentf.el (recentf-menu-action): Doc fixed.
2274
2275 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2276
2277 * recentf.el (recentf-menu-filter): Doc updated.
2278 (recentf-update-menu-hook): Allow menu filters to force menu update.
2279 (recentf-make-menu-items): New menu filter handling.
2280 (recentf-make-menu-item): New helper function.
2281 (recentf-menu-elements): New menu handling function.
2282 (recentf-sort-ascending): Updated to new menu filter handling.
2283 (recentf-sort-descending): Updated to new menu filter handling.
2284 (recentf-sort-basenames-ascending): New menu filter function.
2285 (recentf-sort-basenames-descending): New menu filter function.
2286 (recentf-show-basenames): New menu filter function.
2287 (recentf-show-basenames-ascending): New menu filter function.
2288 (recentf-show-basenames-descending): New menu filter function.
2289
2290 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2291
2292 * diary-lib.el (list-diary-entries): Don't try to go forward at
2293 the end of the buffer.
2294
2295 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2296
2297 * international/mule-diag.el (list-character-sets): Completely
2298 rewritten.
2299 (sort-listed-character-sets): New function.
2300 (list-character-sets-1): Completely rewritten.
2301 (list-character-sets-2): New function.
2302 (non-iso-charset-alist): New variable.
2303 (decode-codepage-char): New function.
2304 (charset-history): New variable.
2305 (read-charset) (list-block-of-chars)
2306 (list-iso-charset-chars)
2307 (list-non-iso-charset-chars)
2308 (list-charset-chars): New functions.
2309 (mule-diag): Call list-character-sets-2, not
2310 list-character-sets-2.
2311 (dump-charsets): Likewise.
2312
2313 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2314
2315 * dired-x.el (dired-filename-at-point): Add `@' to valid
2316 file name characters.
2317 (dired-filename-at-point): Handle ange-ftp file names.
2318
2319 * frame.el (frame-notice-user-settings): Use assq-delete-all
2320 instead of assoc-delete-all.
2321 (frame-notice-user-settings): Ditto.
2322
2323 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2324 Don't copy alist.
2325
2326 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2327
2328 * calculator.el (calculator-use-menu): New option.
2329 (calculator-initial-bindings): Changed some bindings to work as
2330 macros.
2331 (calculator-forced-input): Removed.
2332 (calculator-restart-other-mode): New variable.
2333 (calculator-mode-map): Set up menu.
2334
2335 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2336
2337 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2338 tags.
2339
2340 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2341
2342 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2343 translate all ESC key sequences.
2344 (viper-goto-mark-subr): restore markers for files for which
2345 they were saved.
2346 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2347 * viper-util.el (viper-set-replace-overlay-glyphs,
2348 viper-set-replace-overlay): always check if the replacement
2349 overlay is live.
2350 * viper.el (viper-vi-state-mode-list): added major modes.
2351 * ediff-wind.el: minor comment changes.
2352 * ediff.el: copyright notice date fix.
2353
2354 2000-02-27 Jason Rumney <jasonr@gnu.org>
2355
2356 * faces.el (face-font-family-alternatives): Add arial to helv.
2357 (mode-line, header-line, tool-bar): Same default as x for w32.
2358 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2359 face-font-family-alternatives from working.
2360 * term/w32-win.el (mouse-set-font): Do not build fontset from
2361 chosen font.
2362
2363 2000-02-25 Sam Steingold <sds@goems.com>
2364
2365 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2366 properly.
2367
2368 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2369
2370 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2371
2372 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2373
2374 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2375 writable.
2376
2377 * frame.el (busy-cursor-delay-seconds): New option.
2378
2379 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2380
2381 * frame.el (show-cursor-in-non-selected-windows): New option.
2382
2383 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2384
2385 * diary-lib.el (include-other-diary-files): Undo the selective
2386 display in any included file and don't kill it.
2387
2388 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2389
2390 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2391 bar. Menu items converted to (menu-item format, help strings
2392 added.
2393 [downcase, upcase]: Don't enable on MS-DOS.
2394 [symlink, symlinks]: Don't show if make-symbolic-link is not
2395 bound.
2396 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2397
2398 2000-02-23 Dave Love <fx@gnu.org>
2399
2400 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2401 (backward-kill-word): Revert addition of * to interactive spec --
2402 it's a feature.
2403
2404 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2405 (backward-kill-sentence, kill-sentence): Likewise.
2406
2407 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2408 scratch buffer name.
2409 (gud-format-command): Use int-to-string in ?l case. Simplify
2410 slightly.
2411
2412 * term/w32-win.el (internal-face-interactive): Update prompt for
2413 new read-face-name.
2414
2415 * mail/footnote.el (footnote): Add :version to defgroup.
2416 (footnote-section-tag-regexp): Customize.
2417 (footnote-start-tag, footnote-end-tag): New option.
2418 (footnote-latin-regexp): New variable.
2419 (Footnote-latin): New function.
2420 (footnote-style-alist): Add element for latin style.
2421 (footnote-style): Moved.
2422 (Footnote-goto-footnote): Use eq to test arg.
2423
2424 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2425
2426 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2427 (byte-compile-trueconstp): Include keywords.
2428 (byte-optimize-quote, byte-optimize-lapcode): Use
2429 byte-compile-const-symbol-p.
2430 (byte-optimize-char-before): New optimization.
2431
2432 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2433 (byte-compile-const-symbol-p): New function.
2434 (byte-compile-constp, byte-compile-out-toplevel)
2435 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2436 Use it.
2437
2438 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2439
2440 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2441
2442 * international/encoded-kb.el: Be sure to update minor-mode-alist
2443 and minor-mode-map-alist.
2444 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2445 codes SS2 and SS3 correctly.
2446 (encoded-kbd-self-insert-ccl): New function.
2447 (encoded-kbd-setup-keymap): New function.
2448 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2449 by calling encoded-kbd-setup-keymap.
2450
2451 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2452 characters.
2453 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2454 locally.
2455
2456 2000-02-22 Dave Love <fx@gnu.org>
2457
2458 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2459 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2460 defvar.
2461 (lisp-mode-syntax-table): Set up for #|...|# comments.
2462 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2463 classes. Match `defface'.
2464 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2465 (eval-defun-1): Fix for defcustom.
2466 (lisp-indent-region): Doc fix.
2467
2468 * subr.el (when, unless, split-string): Doc fix.
2469 (read-passwd): Move call of clear-this-command-keys to the right
2470 place.
2471 (replace-regexps-in-string): New function.
2472
2473 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2474
2475 * help.el (describe-variable): Set syntax table to
2476 emacs-lisp-mode-syntax-table when moving forward over the
2477 symbol's name.
2478
2479 2000-02-22 Dave Love <fx@gnu.org>
2480
2481 * xt-mouse.el: Doc fixes.
2482 (xterm-mouse-position-function): New function, replacing advice of
2483 mouse-position.
2484 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2485
2486 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2487
2488 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2489
2490 * format.el (format-annotate-single-property-change): Handle
2491 properties.with dotted-list values.
2492 (format-proper-list-p): New function.
2493
2494 * enriched.el (enriched-face-ans): Handle '(foreground-color
2495 . COLOR) and (background-color . COLOR).
2496
2497 2000-02-20 Dave Love <fx@gnu.org>
2498
2499 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2500 and assignments to it.
2501 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2502 current local map.
2503 (make-flyspell-overlay): Use it.
2504 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2505
2506 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2507 (lm-get-header-re): Defun, not defsubst.
2508 (lm-get-package-name): Defun, not defsubst. Simplify.
2509 (lm-version): Doc fix. Simplify.
2510 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2511 (lm-crack-address, lm-last-modified-date, lm-commentary)
2512 (lm-verify, lm-synopsis): Simplify.
2513 (lm-report-bug): Require emacsbug. Use compose-mail.
2514
2515 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2516
2517 * dired.el (dired-mode): Call propertized-buffer-identification
2518 to set mode-line-buffer-identification to something having
2519 the right text properties.
2520
2521 * bindings.el (propertized-buffer-identification): New function.
2522
2523 2000-02-20 Dave Love <fx@gnu.org>
2524
2525 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2526 check for t-mouse too.
2527
2528 * cus-start.el: Make echo-keystrokes `number'.
2529
2530 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2533 Don't call ring-empty-p unless tags-location-ring is bound.
2534 From Noah Friedman <friedman@splode.com>.
2535
2536 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2537
2538 * progmodes/hideshow.el (hs-flag-region): No longer use
2539 `intangible' overlay property.
2540
2541 (hs-toggle-hiding): New command.
2542 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2543
2544 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2545 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2546 and deactivation.
2547
2548 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2549
2550 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2551
2552 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2553
2554 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2555
2556 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2557 of `*' to handle `(* ... *)' comments.
2558
2559 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2560
2561 * faces.el (list-faces-display): Use display-mouse-p instead of
2562 window-system.
2563
2564 * menu-bar.el (global-map): Menu-bar items converted to the new
2565 format (menu-item..., rearranged for better CUA compliance, and
2566 their names changed for better clarity. Help strings added.
2567
2568 * international/mule-cmds.el (mule-menu-keymap)
2569 (describe-language-environment-map, set-coding-system-map)
2570 (setup-language-environment-map): Convert to new (menu-item...
2571 form, add help strings. Change names of menu items for better
2572 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2573 submenu).
2574
2575 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2576
2577 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2578 within the code.
2579
2580 2000-02-16 Dave Love <fx@gnu.org>
2581
2582 * faces.el: Don't require custom. Add more specific :groups to
2583 various deffaces.
2584 (set-face-attribute): Purecopy args.
2585 (read-face-name): Default to name at point and use it in prompt.
2586 Remove colon from arg in all callers.
2587 (list-faces-display): Hyperlink to face descriptions and customize
2588 buffers.
2589
2590 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2591
2592 * wid-edit.el (widget-match-inline): An atom never matches a
2593 list.
2594
2595 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2596
2597 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2598 at ':' characters by call to split-string.
2599
2600 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2601
2602 * textmodes/bibtex.el: Added RCS version identification.
2603
2604 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2605
2606 * textmodes/bibtex.el: Some temporary comments removed.
2607 (bibtex-field-name, bibtex-entry-type): Made the relationship
2608 explicit.
2609 (bibtex-field-const): Allow capital letters.
2610 (bibtex-start-of-string): Deleted because unused.
2611
2612 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2613 use the term 'reference' to describe a bibtex entry as a whole.
2614 Further, reference keys are no longer called 'labels'.
2615 (bibtex-keys): Renamed to bibtex-reference-keys.
2616 (bibtex-reformat-previous-labels): Renamed to
2617 bibtex-reformat-previous-reference-keys.
2618 (bibtex-reference-type): Renamed to bibtex-entry-type.
2619 (bibtex-reference-head): Renamed to bibtex-entry-head.
2620 (bibtex-reference-maybe-empty-head): Renamed to
2621 bibtex-entry-maybe-empty-head.
2622 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2623 (bibtex-search-reference): Renamed to bibtex-search-entry.
2624 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2625 bibtex-enclosing-entry-maybe-empty-head.
2626 (bibtex-entry-field-alist, bibtex-entry-head,
2627 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2628 bibtex-map-entries, bibtex-search-entry,
2629 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2630 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2631 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2632 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2633 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2634 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2635 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2636
2637 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2638
2639 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2640 comment.
2641 (bibtex-format-field-delimiters): New function, functionality
2642 extracted from bibtex-format-entry.
2643 (bibtex-autokey-get-yearfield-digits): New function, functionality
2644 extracted from bibtex-autokey-get-yearfield.
2645
2646 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2647 entries in order to avoid stack overflow in the regexp matcher if
2648 field contents become large.
2649 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2650 bibtex-field-string-part-not-braced,
2651 bibtex-field-string-part-no-inner-braces,
2652 bibtex-field-string-part-1-inner-brace,
2653 bibtex-field-string-part-2-inner-braces,
2654 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2655 bibtex-field-string-quoted, bibtex-field-string,
2656 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2657 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2658 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2659 as parsing is now performed by the following functions.
2660 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2661 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2662 bibtex-parse-field-string, bibtex-search-forward-field-string,
2663 bibtex-parse-association, bibtex-field-name-for-parsing,
2664 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2665 bibtex-search-forward-field, bibtex-search-backward-field,
2666 bibtex-start-of-field, bibtex-end-of-field,
2667 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2668 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2669 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2670 bibtex-parse-string, bibtex-search-forward-string,
2671 bibtex-search-backward-string, bibtex-start-of-string,
2672 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2673 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2674 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2675 entries. Instead of reporting the results of the parsing by
2676 match-beginning or match-end, these functions return data structures
2677 that hold the corresponding positions.
2678 (bibtex-enclosing-field): Changed to also report field boundaries by
2679 return values rather than by match-beginning or match-end. The
2680 following functions have been adapted to use the new parsing
2681 functions.
2682 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2683 bibtex-enclosing-field, bibtex-format-entry,
2684 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2685 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2686 bibtex-print-help-message, bibtex-end-of-entry,
2687 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2688 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2689 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2690 method for parsing.
2691 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2692 bibtex-map-entries, bibtex-flash-head,
2693 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2694 bibtex-autokey-change, bibtex-autokey-get-namefield,
2695 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2696 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2697 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2698 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2699 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2700 order to make the new binding of case-fold-search immediately
2701 visible.
2702
2703 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2704
2705 * textmodes/bibtex.el: Copyright notice is up to date.
2706 Added constant 'bibtex-maintainer-salutation.
2707
2708 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2709 than make-temp-name, use match-string-no-properties and eliminate
2710 a quadratic behavior when building bibtex-strings.
2711
2712 * bibtex.el (bibtex-reference-key): Accept string entries whose
2713 reference key contains upper case letters.
2714
2715 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2716
2717 * bibtex.el (bibtex-reference-head): Allow entries to start with
2718 a new line.
2719
2720 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2721
2722 * bibtex.el: Hiding of entry bodies is not longer provided by
2723 bibtex.el directly. Instead the hideshow package can be used.
2724 Added a special bibtex entry to hs-special-modes-alist.
2725 (bibtex-hs-forward-sexp): Added for hideshow.el.
2726
2727 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2728
2729 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2730 at ':' characters by call to split-string.
2731
2732 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2733
2734 * textmodes/bibtex.el: Added RCS version identification.
2735
2736 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2737
2738 * textmodes/bibtex.el: Some temporary comments removed.
2739 (bibtex-field-name, bibtex-entry-type): Made the relationship
2740 explicit.
2741 (bibtex-field-const): Allow capital letters.
2742 (bibtex-start-of-string): Deleted because unused.
2743
2744 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2745 use the term 'reference' to describe a bibtex entry as a whole.
2746 Further, reference keys are no longer called 'labels'.
2747 (bibtex-keys): Renamed to bibtex-reference-keys.
2748 (bibtex-reformat-previous-labels): Renamed to
2749 bibtex-reformat-previous-reference-keys.
2750 (bibtex-reference-type): Renamed to bibtex-entry-type.
2751 (bibtex-reference-head): Renamed to bibtex-entry-head.
2752 (bibtex-reference-maybe-empty-head): Renamed to
2753 bibtex-entry-maybe-empty-head.
2754 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2755 (bibtex-search-reference): Renamed to bibtex-search-entry.
2756 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2757 bibtex-enclosing-entry-maybe-empty-head.
2758 (bibtex-entry-field-alist, bibtex-entry-head,
2759 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2760 bibtex-map-entries, bibtex-search-entry,
2761 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2762 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2763 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2764 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2765 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2766 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2767 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2768
2769 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2770
2771 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2772 comment.
2773 (bibtex-format-field-delimiters): New function, functionality
2774 extracted from bibtex-format-entry.
2775 (bibtex-autokey-get-yearfield-digits): New function, functionality
2776 extracted from bibtex-autokey-get-yearfield.
2777
2778 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2779 entries in order to avoid stack overflow in the regexp matcher if
2780 field contents become large.
2781 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2782 bibtex-field-string-part-not-braced,
2783 bibtex-field-string-part-no-inner-braces,
2784 bibtex-field-string-part-1-inner-brace,
2785 bibtex-field-string-part-2-inner-braces,
2786 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2787 bibtex-field-string-quoted, bibtex-field-string,
2788 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2789 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2790 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2791 as parsing is now performed by the following functions.
2792 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2793 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2794 bibtex-parse-field-string, bibtex-search-forward-field-string,
2795 bibtex-parse-association, bibtex-field-name-for-parsing,
2796 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2797 bibtex-search-forward-field, bibtex-search-backward-field,
2798 bibtex-start-of-field, bibtex-end-of-field,
2799 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2800 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2801 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2802 bibtex-parse-string, bibtex-search-forward-string,
2803 bibtex-search-backward-string, bibtex-start-of-string,
2804 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2805 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2806 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2807 entries. Instead of reporting the results of the parsing by
2808 match-beginning or match-end, these functions return data structures
2809 that hold the corresponding positions.
2810 (bibtex-enclosing-field): Changed to also report field boundaries by
2811 return values rather than by match-beginning or match-end. The
2812 following functions have been adapted to use the new parsing
2813 functions.
2814 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2815 bibtex-enclosing-field, bibtex-format-entry,
2816 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2817 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2818 bibtex-print-help-message, bibtex-end-of-entry,
2819 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2820 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2821 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2822 method for parsing.
2823 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2824 bibtex-map-entries, bibtex-flash-head,
2825 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2826 bibtex-autokey-change, bibtex-autokey-get-namefield,
2827 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2828 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2829 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2830 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2831 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2832 order to make the new binding of case-fold-search immediately
2833 visible.
2834
2835 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2836
2837 * textmodes/bibtex.el: Copyright notice is up to date.
2838 Added constant 'bibtex-maintainer-salutation.
2839
2840 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2841 than make-temp-name, use match-string-no-properties and eliminate
2842 a quadratic behavior when building bibtex-strings.
2843
2844 * bibtex.el (bibtex-reference-key): Accept string entries whose
2845 reference key contains upper case letters.
2846
2847 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2848
2849 * bibtex.el (bibtex-reference-head): Allow entries to start with
2850 a new line.
2851
2852 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2853
2854 * bibtex.el: Hiding of entry bodies is not longer provided by
2855 bibtex.el directly. Instead the hideshow package can be used.
2856 Added a special bibtex entry to hs-special-modes-alist.
2857 (bibtex-hs-forward-sexp): Added for hideshow.el.
2858
2859 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2860
2861 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2862 proceedings entry type (for cross referencing). Thanks to Wagner
2863 Toledo Correa for the suggestion.
2864
2865 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2866
2867 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2868
2869 * international/characters.el: Setup case table for Vietnamese.
2870
2871 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2872
2873 * uniquify.el (toplevel): Require CL at compile time.
2874 (uniquify-push): Removed.
2875
2876 * shadowfile.el (shadow-when): Removed.
2877
2878 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2879 (tempo-process-and-insert-string): Use dolist instead of
2880 tempo-dolist.
2881
2882 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2883 regexp for paragraph-start.
2884
2885 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2886 commas as well.
2887
2888 2000-02-10 Dave Love <fx@gnu.org>
2889
2890 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2891 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2892 Deleted.
2893 (widget-specify-field, widget-specify-button): Don't use
2894 widget-mouse-help as help-echo property.
2895 (default): Use #'ignore for :validate and :mouse-down-action.
2896 (checkbox): Add help-echo.
2897 (widget-sexp-validate): Rewritten to clarify error messages.
2898 (character): Use char-valid-p in :match function.
2899 (widget-color-complete): Use facemenu-color-alist.
2900 (widget-color-action): Use facemenu-read-color.
2901
2902 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2903 set up `caar' &c that we now have.
2904
2905 2000-02-09 Ray Blaak <blaak@gnu.org>
2906
2907 * delphi.el: Make resourcestring a declaration region, like const
2908 and var.
2909
2910 2000-02-09 Dave Love <fx@gnu.org>
2911
2912 * bindings.el (mode-line-input-method-map): New variable.
2913 (mode-line-mule-info): Use it; fix last change.
2914 (mode-line-mode-menu): Move definition.
2915 (mode-line-mouse-sensitive-p): Deleted.
2916 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2917 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2918 level.
2919
2920 * startup.el (command-line-1): Don't call
2921 make-mode-line-mouse-sensitive.
2922
2923 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2924
2925 * mail/rmail.el (rmail-retry-failure): Use
2926 rmail-beginning-of-message before rmail-toggle-header, because the
2927 former toggles headers.
2928
2929 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * diff-mode.el (diff-kill-junk): New interactive function.
2932 (diff-reverse-direction): Use delete-and-extract-region.
2933 (diff-post-command-hook): Restrict the area so that the hook also works
2934 outside of any diff hunk. This is necessary for the minor-mode.
2935 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2936 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2937
2938 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2939 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2940 so that it can be used more easily in <foo>-mode-hook. Also make sure
2941 to avoid duplicate entries.
2942 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2943 (font-lock-remove-keywords): Just as was done for `add', allow it to
2944 work even if font-lock-mode is nil. Also make sure we don't modify
2945 any pre-existing list by forcing a copy-sequence. Finally rename
2946 `major-mode' to `mode'.
2947 (font-lock-fontify-syntactic-anchored-keywords)
2948 (font-lock-fontify-anchored-keywords)
2949 (font-lock-fontify-keywords-region): Use line-end-position.
2950 Don't make `font-lock-multiline' local (it's now done in
2951 font-lock-set-defaults).
2952 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2953 move the `font-lock-fontified' creation to inside the `unless'.
2954
2955 2000-02-06 Andrew Innes <andrewi@gnu.org>
2956
2957 * term/w32-win.el (x-handle-args): Comment out call to message,
2958 which occurs before window system is initialized.
2959
2960 * makefile.nt: Add support for recompiling lisp code.
2961
2962 2000-02-04 Dave Love <fx@gnu.org>
2963
2964 * bindings.el (mode-line-mule-info): Fix/extend last change.
2965
2966 * completion.el: Replace completion-dolist with dolist.
2967
2968 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2969 dotimes.
2970
2971 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2972
2973 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2974 environment names before they go into the section regexp.
2975
2976 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2977 char class in regexp.
2978
2979 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2980 `case-fold-search' to nil.
2981
2982 * progmodes/idlwave.el (idlwave-template): Respect
2983 `idlwave-abbrev-change-case'.
2984 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2985 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2986 idlwave-while): respect `idlwave-reserved-word-upcase'.
2987 (idlwave-rw-case): New function.
2988 (idlwave-statement-match): Fixed problem with assignment regexp.
2989 (idlwave-font-lock-keywords): Improved regexp for keyword
2990 parameters.
2991 (idlwave-surround): New argument LENGTH to support padding of
2992 operators longer than 1 char.
2993
2994 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2995 idlwave-shell-expression-overlay. Implemented printing of
2996 expressions on higher levels of the calling stack.
2997 (idlwave-shell-display-level-in-calling-stack): Restore stack
2998 level.
2999 (idlwave-retrieve-expression-from-level): New function.
3000 (idlwave-shell-last-calling-stack): Variable removed.
3001 (idlwave-shell-reset): Argument action reversed (`visible' to
3002 `hidden'). Also remove stop-line overlay.
3003 (idlwave-shell-calling-stack-routine): New variable.
3004 (idlwave-shell-parse-stack-and-display): Messages now display
3005 negative level numbers.
3006 (idlwave-shell-mode): Set `modeline-format'.
3007 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3008 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3009 21.
3010 (idlwave-shell-print-expression-function): New option.
3011
3012 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3013 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3014 `tool-bar' instead of `toolbar'.
3015
3016 2000-02-02 Dave Love <fx@gnu.org>
3017
3018 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3019 emacs-lisp-mode-hook. Don't check for defalias being defined.
3020
3021 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3022 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3023 the new builtins directly.
3024
3025 * whitespace.el (whitespace): Add :version to defgroup.
3026
3027 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3028 Doc fix.
3029
3030 * thingatpt.el (sexp-at-point, symbol-at-point)
3031 (number-at-point, list-at-point): Add autoload cookie.
3032
3033 * recentf.el (recentf): Add :version to defgroup.
3034
3035 * quickurl.el (quickurl): Add :version to defgroup.
3036
3037 * elide-head.el (elide-head): Use point-marker more.
3038
3039 * bs.el (bs): Add :version to defgroup.
3040
3041 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3042
3043 * progmodes/delphi.el (delphi): Add :version to defgroup.
3044
3045 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3046
3047 * ange-ftp.el (ange-ftp-write-region): Handle case that
3048 succeeding process operation sets a different coding system.
3049
3050 * calculator.el: New file.
3051
3052 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3053
3054 * frame.el (frames-on-display-list, framep-on-display): New
3055 functions.
3056 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3057 (display-selections-p, display-screens, display-pixel-width)
3058 (display-pixel-height, display-mm-width, display-mm-height)
3059 (display-backing-store, display-save-under, display-planes)
3060 (display-color-cells, display-visual-class): New functions.
3061
3062 * term/tty-colors.el (tty-color-gray-shades): New function.
3063
3064 * faces.el (display-color-p): Use framep-on-display.
3065 (display-grayscale-p): New function.
3066
3067 2000-01-31 Dave Love <fx@gnu.org>
3068
3069 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3070 (create-fontset-from-x-resource): Don't concat integers.
3071
3072 2000-01-31 Inge Frick <inge@nada.kth.se>
3073
3074 * view.el: Some changes in documentation. Removed some trailing
3075 whitespace. Changed some parameter names to agree with
3076 documentation.
3077 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3078 window is not deleted. Modifies change 1998-04-26.
3079
3080 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3081
3082 * windmove.el: New file.
3083
3084 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3085 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3086 progmodes/ebnf-yac.el: Update copyright and license info.
3087
3088 * jit-lock.el (jit-lock-function): Widen before calculating end
3089 position.
3090 (jit-lock-stealth-chunk-start): Rewritten.
3091
3092 * info.el (Info-title-face-alist): Removed.
3093 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3094 faces.
3095 (Info-fontify-node): Use these faces.
3096
3097 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3098
3099 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3100 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3101 `&allow-other-keywords'.
3102
3103 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3104 the list of directories scanned heuristically.
3105
3106 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3107 exist.
3108
3109 2000-01-30 Jason Rumney <jasonr@gnu.org>
3110
3111 * w32-fns.el: Define w32-tty-standard-colors.
3112
3113 * startup.el (command-line): Use w32-tty-standard-colors when in
3114 w32 console mode.
3115
3116 2000-01-30 Dave Love <fx@gnu.org>
3117
3118 * jka-compr.el (jka-compr-load): Fix up load-history.
3119
3120 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3121
3122 * emacs-lisp/cl-macs.el: Revert previous change.
3123
3124 2000-01-29 Dave Love <fx@gnu.org>
3125
3126 * facemenu.el: Purecopy various strings.
3127
3128 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3129 years. Deal with three-digit years.
3130
3131 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3132 defconst, purecopy.
3133 (help-back-label): Purecopy it.
3134
3135 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3136
3137 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3138 variable. If non-nil, order the buffer list according to the
3139 currently selected frame.
3140 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3141 non-nil, pass the selected frame to function buffer-list.
3142
3143 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3144
3145 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3146
3147 2000-01-28 Dave Love <fx@gnu.org>
3148
3149 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3150
3151 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3152 Don't use lisp-indent-hook property.
3153 (cl-abs): Remove.
3154
3155 * subr.el: Move out indent and edebug specs for when and unless.
3156
3157 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3158 when, unless.
3159
3160 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3161 unless, when.
3162
3163 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3164
3165 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3166 `collecting' as synonym for `collect'.
3167
3168 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3169 for the case it contains spaces.
3170
3171 * simple.el (what-cursor-position): Change formatting of
3172 messages.
3173
3174 * frame.el (delete-other-frames): New function.
3175 (toplevel): Bind it to C-x 5 1.
3176
3177 * sort.el (sort-numeric-base): New option.
3178 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3179 interpret it as octal or hexadecimal. Use sort-numeric-base
3180 as default base.
3181
3182 * progmodes/glasses.el: New file.
3183
3184 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3185
3186 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3187 userids differently.
3188
3189 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3190 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3191 progmodes/ebnf-yac.el: New files.
3192
3193 2000-01-26 Dave Love <fx@gnu.org>
3194
3195 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3196 on a function with an empty body. [From Eric Ludlam.]
3197
3198 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3199
3200 * vc.el (vc-version-diff): Make sure file name is expanded.
3201
3202 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3203
3204 * scroll-bar.el (scroll-bar-timer): Variable removed.
3205 (scroll-bar-toolkit-scroll): Don't use a timer.
3206
3207 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3208
3209 * language/thai-util.el (thai-composition-function): Delete
3210 superfluous `a'.
3211
3212 2000-01-24 Dave Love <fx@gnu.org>
3213
3214 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3215 end-of-defun-function.
3216
3217 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3218 &c.
3219
3220 2000-01-22 Jason Rumney <jasonr@gnu.org>
3221
3222 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3223 conflicts with new face support.
3224
3225 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3226
3227 * replace.el (query-replace): Rename last arg to DELIMITED.
3228 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3229 (query-replace-regexp): Likewise.
3230
3231 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3232
3233 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3234
3235 * emacs-lisp/lisp.el (beginning-of-defun-function):
3236 Variable renamed from beginning-of-defun.
3237 Do not call make-variable-buffer-local.
3238 (beginning-of-defun-raw): Use new variable name; doc fix.
3239 (beginning-of-defun): Doc fix.
3240 (end-of-defun-function): Variable renamed from end-of-defun.
3241 Do not call make-variable-buffer-local.
3242 (end-of-defun): Use new variable name; doc fix.
3243
3244 * subr.el (dolist, dotimes): Copied from cl-macs.el
3245 and made to work.
3246
3247 * mail/undigest.el (rmail-digest-end-regexps):
3248 Variable replaces rmail-digest-end-regexp.
3249 Allows multiple regexps for detecting the end line.
3250 (undigestify-rmail-message): Corresponding changes.
3251
3252 2000-01-19 Dave Love <fx@gnu.org>
3253
3254 * files.el (user-init-file): Don't declare here -- is primitive.
3255
3256 * startup.el (command-line): Check for compiled user-init-file and
3257 set to uncompiled version if necessary.
3258
3259 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3260
3261 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3262 (undigestify-rmail-message): Use it.
3263
3264 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3265
3266 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3267
3268 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3269 of mini-buffer.
3270
3271 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3272
3273 * emacs-lisp/copyright.el (copyright-update): Removed the
3274 requirement for a trailing space from `copyright-regexp', to
3275 support copyrights with owner specified on a separate line..
3276
3277 * align.el: New file.
3278
3279 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3280
3281 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3282
3283 2000-01-13 Dave Love <fx@gnu.org>
3284
3285 * ph.el: Removed. (Obsoleted by EUDC.)
3286
3287 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3288
3289 * net/eudc.el (toplevel): Remove autoloaded code installing
3290 menu with easymenu, because that causes build problems.
3291
3292 * frame.el (frame-notice-user-settings): New variable.
3293 (frame-notice-user-settings): Don't modify frame parameters
3294 if called a second time.
3295
3296 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3297
3298 * frame.el (frame-notice-user-settings):
3299 Notice default-frame-parameters even for non-window frames.
3300
3301 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3302
3303 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3304 for Emacs.
3305 (eudc-bob-can-display-inline-images): Extend for Emacs.
3306 (eudc-bob-toggle-inline-display): Ditto.
3307 (eudc-bob-display-jpeg): Ditto.
3308
3309 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3310
3311 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3312 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3313 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3314
3315 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3316 nil)'.
3317
3318 * subdirs.el: Add `net' directory.
3319
3320 * net: New directory.
3321
3322 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3323 eval-last-sexp. Don't bind debug-on-error here.
3324 (eval-last-sexp): New function. Bind debug-on-error if
3325 eval-expression-debug-on-error is non-nil.
3326 (eval-defun-2, eval-defun): Likewise.
3327
3328 * simple.el (eval-expression): Don't bind debug-on-error if
3329 eval-expression-debug-on-error is nil. Detect changed
3330 debug-on-error, and propagate new value to global binding, if
3331 eval-expression-debug-on-error is non-nil,
3332 (eval-expression-debug-on-error): Change doc string.
3333
3334 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3335
3336 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3337
3338 * emacs-lisp/lisp-mode.el (with-syntax-table):
3339 Set up lisp-indent-function property.
3340
3341 * subr.el (with-syntax-table): Moved from simple.el.
3342
3343 * simple.el (with-syntax-table): Moved to subr.el.
3344
3345 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3346
3347 * tmm.el (tmm-shortcut): Delete region after prompt instead
3348 of erasing buffer.
3349
3350 * textmodes/fill.el (fill-common-string-prefix): New function.
3351 (fill-context-prefix): Use the longest common prefix of first
3352 and second line fill prefix, if there is one.
3353
3354 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3355
3356 * array.el (array-mode): Don't use make-variable-buffer-local.
3357 Use make-local-variable for `truncate-lines'.
3358
3359 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3360
3361 * add-log.el (add-log-current-defun): Handle user-defined
3362 add-log-current-function returning nil,
3363
3364 * add-log.el (add-change-log-entry): Insert version number
3365 if having found a current function
3366
3367 * add-log.el (add-log-current-defun): Call
3368 `add-log-current-defun-function'. Try matches at level 0 and
3369 level 1. Strip whitespace from defun found.
3370
3371 2000-01-10 John Wiegley <johnw@gnu.org>
3372
3373 * allout.el (isearch-done/outline-provisions): Added `edit'
3374 argument to correspond with the current definition of
3375 `isearch-done'.
3376
3377 2000-01-10 Dave Love <fx@gnu.org>
3378
3379 * elide-head.el (elide-head): Use point-marker, not point.
3380
3381 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3382
3383 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3384 before and after the year 2000.
3385
3386 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3387 Add ispell- prefix.
3388
3389 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3390
3391 * ispell.el: Only define dictionaries in menus when they exist.
3392 (version18p): New variable.
3393 (version20p): New variable.
3394 (xemacsp): New variable.
3395 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3396 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3397 (ispell-dictionary-alist6): Russian command lines no longer accept
3398 run-together words.
3399 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3400 (ispell-dictionary-alist): Add koi8-r to customize definition.
3401 (check-ispell-version): Added documentation string. Returns
3402 library path when called non-interactively.
3403 (ispell-menu-map-needed): Uses new variables.
3404 (ispell-library-path): New variable.
3405 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3406 (ispell-word): Improved documentation string. Test for valid
3407 character mappings. Correctly check typed in word changes that can
3408 result in single words split into multiple words. Returns
3409 replacement word.
3410 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3411 replace in recursive query replace mode. Help message for
3412 recursive edit mode.
3413 (ispell-show-choices): Protect against bad framepop bindings.
3414 (ispell-help): Fix to work with XEmacs.
3415 (ispell-highlight-spelling-error): Use new variables.
3416 (ispell-overlay-window): Fix to work with XEmacs.
3417 (ispell-parse-output): Passed and returns location information
3418 tracking spelling corrections. Doesn't recheck same word on
3419 current line.
3420 (ispell-init-process): Protect against bogus XEmacs variable binding.
3421 Fix call to single argument in sleep-for. Use new variables.
3422 (ispell-region): Passed and returns location information tracking
3423 spelling corrections. Doesn't check same word on current line.
3424 Improved documentation string. Doesn't resend a line already
3425 checked to the ispell process - fixes bug in LaTeX parsing.
3426 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3427 (ispell-skip-region): No longer skips <TT> in SGML.
3428 (ispell-process-line): Tracks location information with spelling
3429 corrections. Added documentation string. Accounts for words
3430 already accepted on this line. Don't allow query-replace on line
3431 starting with math characters. Doesn't resend a line already sent
3432 to ispell process. Fixes alignment error bug.
3433
3434 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3435
3436 * dired-x.el (dired-guess-shell-alist-default):
3437 Suggest xloadimage, which is free, not xv, which isn't.
3438
3439 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3440 Don't ever include the host name or user name in the value.
3441
3442 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3443
3444 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3445 of a real newline.
3446
3447 2000-01-09 Stephen Eglen <stephen@gnu.org>
3448
3449 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3450 for .png files.
3451
3452 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3453
3454 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3455
3456 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3457
3458 * progmodes/cperl-mode.el: Replace ^F with ^L.
3459
3460 * sendmail.el (toplevel): Provide `sendmail' when compiling
3461 before `require'ing rmail and mailalias to prevent infinite
3462 recursion.
3463
3464 2000-01-08 Dave Love <fx@gnu.org>
3465
3466 * emacs-lisp/backquote.el: Remove inappropriate customization
3467 (allowing custom.el to use backquote).
3468
3469 2000-01-07 Dave Love <fx@gnu.org>
3470
3471 * add-log.el (add-log-debugging): Deleted.
3472 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3473 file. Remove debugging code.
3474 (change-log-get-method-definition, change-log-name): Add doc.
3475 (change-log-sortable-date-at): New function.
3476 (change-log-merge): New command.
3477
3478 * time.el (display-time-string-forms): Make the Mail string active.
3479 (display-time-update): Provide help-echo for load average.
3480
3481 * bindings.el (make-mode-line-mouse2-map): New function.
3482 (mode-line-modified): Use it and simplify.
3483 (mode-line-mule-info): Provide help-echo info.
3484 (minor-mode-alist): Activate the strings.
3485 (make-mode-line-mouse-sensitive): Simplify for
3486 mode-line-buffer-identification.
3487
3488 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3489
3490 * play/pong.el: New file.
3491
3492 2000-01-06 Dave Love <fx@gnu.org>
3493
3494 * array.el: Assorted cleanups for compiler warnings, doc strings,
3495 `array-' prefix for symbols.
3496
3497 2000-01-05 Dave Love <fx@gnu.org>
3498
3499 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3500 outline-headers-as-kill.
3501 (outline-mode): Define imenu-generic-expression.
3502 (outline-headers-as-kill): New command.
3503
3504 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3505 from paragraph-start.
3506 (paragraph-indent-minor-mode): New command.
3507
3508 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3509 M-C-e, M-C-h, C-j, C-xnd, TAB.
3510 (fortran-mode): Set beginning-of-defun, end-of-defun.
3511 (fortran-column-ruler): Simplify.
3512 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3513 (fortran-with-subprogram-narrowing): Likewise.
3514 (fortran-indent-subprogram): Call mark-defun.
3515 (fortran-check-for-matching-do): Change narrowing.
3516
3517 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3518 (cl-lucid-hash-tag): Delete.
3519 (cl-hash-table-p): Correct test for native table.
3520 (cl-hash-table-count): Use hash-table-count.
3521
3522 * browse-url.el (browse-url): Fix case of
3523 browse-url-browser-function being an alist.
3524
3525 2000-01-05 Carsten Dominik <cd@gnu.org>
3526
3527 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3528 (reftex-index-phrase-file-extension): New options.
3529
3530 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3531 Use new option `reftex-index-phrase-file-extension'.
3532
3533 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3534 `reftex-parse-file-extension'.
3535
3536 2000-01-05 Dave Love <fx@gnu.org>
3537
3538 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3539 (beginning-of-defun-raw): Use it.
3540 (end-of-defun): New variable.
3541 (end-of-defun): Use it.
3542 (check-parens): New command.
3543
3544 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3545
3546 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3547 (hs-show-block): Don't use `mapcar' when not accumulating.
3548
3549 Fix buglet in local variables initialization.
3550
3551 2000-01-05 Andreas Schwab <schwab@suse.de>
3552
3553 * hscroll.el (hscroll): Doc fix.
3554
3555 2000-01-05 Carsten Dominik <cd@gnu.org>
3556
3557 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3558 idlw-toolbar.
3559
3560 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3561 file idlw-rinfo.el.
3562 (idlwave-customize): load must read file idlw-shell.el.
3563 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3564
3565 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3566
3567 * progmodes/idlw-shell.el: Also provide idlwave-shell
3568 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3569 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3570
3571 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3572 both reftex-dcr and reftex-vcr.
3573
3574 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3575
3576 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3577
3578 * ps-print.el: PostScript code now is in separate files, doc fix.
3579 (ps-print-version): New version number (5.0.3).
3580 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3581 local.
3582 (ps-spool-config): Initialization fix.
3583 (ps-print-prologue-1, ps-print-prologue-2)
3584 (ps-print-duplex-feature): PostScript code moved to separated file.
3585 (ps-background-image): Little code reformating.
3586 (ps-begin-file, ps-begin-job): Fix code.
3587 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3588 (ps-prologue-file): New fun.
3589
3590 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3591
3592 * ps-vars.el: Eliminated.
3593
3594 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3595 `;;;###autoload'.
3596
3597 * ps-print.el: ps-vars eliminated, doc fix.
3598 (ps-print-version): New version number (5.0.2).
3599 (ps-spool-config): Initialization fix.
3600 (ps-print-customize): New fun.
3601
3602 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3603
3604 * autorevert.el (auto-revert-mode): Return value of
3605 auto-revert-mode.
3606
3607 2000-01-04 Dave Love <fx@gnu.org>
3608
3609 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3610 menu items.
3611
3612 2000-01-03 Dave Love <fx@gnu.org>
3613
3614 * elide-head.el (elide-head) [defgroup]: Add :version.
3615
3616 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3617 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3618 `cl-hash-table-p', not `hash-table-p'.
3619 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3620
3621 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3622
3623 * faces.el (face-read-integer, read-face-attribute)
3624 (color-defined-p, color-values): unspecified-{f,b}g are now
3625 strings.
3626
3627 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3628
3629 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3630 at comment end, and re-insert them after filling.
3631
3632 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3635 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3636 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3637
3638 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3639
3640 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3641 the new name of face-color-supported-p.
3642
3643 * term/w32-win.el (xw-defined-colors): Likewise.
3644
3645 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3646
3647 * simple.el (completion-setup-function): Count completion-size
3648 from minibuffer-prompt-end, not from point-min.
3649
3650 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3651
3652 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3653 Pass the frame to tty-color-* functions.
3654 (display-color-p, frame-set-background-mode): Pass the frame to
3655 tty-display-color-p.
3656
3657 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3658 tty-color-alist.
3659 (tty-color-alist, tty-modify-color-alist): New functions.
3660 (tty-color-define, tty-color-clear, tty-color-approximate)
3661 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3662 an optional parameter FRAME.
3663
3664 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3665
3666 * image.el (create-image, defimage): Don't assume image data is a
3667 string.
3668
3669 * image.el (defimage): Handle specifications containing :data
3670 instead of :file.
3671 (image-type-from-data): New function.
3672 (image-type-from-file-header): Use it.
3673 (create-image): Add parameter DATA-P.
3674
3675 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3676
3677 * echistory.el (electric-command-history): Call Command-history-setup
3678 and command-history-mode using their new conventions.
3679
3680 * chistory.el (Command-history-setup): Don't switch buffers. Take
3681 no args, and do not set major-mode, mode-name or the local map.
3682 (command-history-mode): New function, does some of those things
3683 Command-history-setup used to do.
3684 (list-command-history): Call command-history-mode, not
3685 Command-history-setup.
3686 (command-history): Renamed from command-history-mode.
3687
3688 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3689
3690 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3691
3692 1999-12-31 William M. Perry <wmperry@aventail.com>
3693
3694 * image.el (defimage): Images with the `:data' keyword should be
3695 considered valid as well.
3696
3697 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3698
3699 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3700 with FILE if FILE is nil.
3701
3702 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3703
3704 * simple.el (choose-completion-string): In minibuffer,
3705 do not delete the prompt string.
3706
3707 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3708
3709 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3710 assigned to mode-line-mode-menu because bindings.el is dumped with
3711 Emacs, and thus the lists used for menu-item definition will be
3712 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3713 like pure menu item definitions.
3714
3715 * expand.el (expand-abbrev-hook): Return t if expansion was
3716 done, nil otherwise.
3717
3718 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3719
3720 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3721 (tar-quit): Function deleted.
3722
3723 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3724
3725 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3726 was used but not declared.
3727
3728 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3729 hs-find-block-beginning): Add or modify docstrings.
3730
3731 (hs-isearch-show): Rewrite.
3732
3733 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3734
3735 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3736
3737 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3738 space in front of a C-style comment end.
3739
3740 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3741
3742 * startup.el (command-line-1): Make mode line mouse-sensitive for
3743 the MS-DOS version as well.
3744
3745 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3746
3747 * bs.el: New file.
3748
3749 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3750
3751 * textmodes/ispell.el (ispell-process-line):
3752 Add local var line-offset to adjust for the change
3753 in positions within the line, due to previous replacements.
3754
3755 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3756
3757 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3758 Doc fixes.
3759
3760 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3761
3762 * add-log.el (change-log-version-number-regexp-list)
3763 (change-log-version-info-enabled): Change :version to 21.1.
3764 (toplevel): Require CL when compiling.
3765
3766 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3767
3768 * add-log.el (change-log-version-number-regexp-list): Added tag
3769 :version 20.6
3770 (change-log-version-info-enabled): Added tag :version 20.6
3771
3772 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3773
3774 * add-log.el: More general version number search with
3775 user-configurable regexp list.
3776 (change-log-version-number-regexp-list): New user variable.
3777 (change-log-find-version): Rewritten. Use user-configurable
3778 version numbering regexp list
3779 change-log-version-number-regexp-list.
3780 (change-log-find-version): Renamed to
3781 change-log-version-number-search
3782 (add-log-file-name-function): New.
3783 (change-log-search-vc-number): Added END paramaeter. Added doc
3784 string to function.
3785 (change-log-version-rcs): Renamed. Was
3786 change-log-search-vc-number.
3787
3788 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3789
3790 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3791 overlays if they interfere.
3792 (compilation-find-file): Make intangible overlays tangible.
3793
3794 * progmodes/hideshow.el: Generally, synch w/ maintainer
3795 version 5.9.
3796
3797 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3798
3799 (hs-minor-mode-hook): Don't initialize.
3800
3801 (hs-special-modes-alist): Rewrite value and docstring.
3802
3803 (hs-minor-mode-prefix): Delete unused var.
3804
3805 (hs-block-start-mdata-select): New var, buffer local.
3806
3807 (hs-headline): New var.
3808
3809 (hs-match-data, hs-forward-sexp): New funcs.
3810
3811 (hs-hide-comment-region): New func.
3812
3813 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3814 hs-safety-is-job-n, hs-hide-initial-comment-block,
3815 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3816 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3817 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3818 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3819 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3820
3821 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3822 (hs-isearch-show-temporary): New funcs.
3823
3824 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3825
3826 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3827
3828 When constructing menu, use `[(shift button2)]' notation.
3829
3830 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3831
3832 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3833 (jka-compr-compression-info-list): Add new elt to each vector.
3834 (jka-compr-write-region): Don't compress the data if it is
3835 already compressed.
3836
3837 * jka-compr.el (jka-compr-really-do-compress): New variable.
3838 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3839 if visiting.
3840 (jka-compr-write-region): Set jka-compr-really-do-compress
3841 if visiting. Test it when deciding to compress.
3842
3843 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3844
3845 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3846 with third argument t.
3847
3848 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3849
3850 * antlr-mode.el: Version 1.2 is released.
3851 (antlr): This package has a web page.
3852
3853 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3854
3855 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3856 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3857 (antlr-mode-map): New binding [C-c C-c].
3858 (antlr-mode-menu): New entries.
3859
3860 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3861
3862 * antlr-mode.el: Respect Emacs conventions.
3863 ((require 'cl)): Only use during compilation.
3864 (antlr-language-for-option): New function to avoid using `find'.
3865 (antlr-mode): Use it.
3866 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3867 (antlr-imenu-create-index-function): Change accordingly.
3868 (antlr-inside-rule-p): Ditto.
3869 (antlr-end-of-rule): Ditto.
3870 (antlr-end-of-body): Ditto.
3871 (antlr-beginning-of-rule): Ditto.
3872 (antlr-indent-line): Ditto.
3873
3874 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3875
3876 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3877 (antlr-set-tabs): Don't use hard-coded values.
3878
3879 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3880 won't be possible without a huge time penalty.
3881 (antlr-skip-exception-part): Be more specific.
3882 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3883 Renamed from `antlr-skip-grammar-header'.
3884 (antlr-next-rule): Change accordingly.
3885 (antlr-end-of-body): Ditto. Better error message.
3886 (antlr-beginning-of-body): Better error message.
3887 (antlr-imenu-create-index-function): Skip rule action prelude.
3888
3889 * antlr-mode.el: Minor syntax highlighting changes.
3890 (antlr-font-lock-default-face): Deletia.
3891 (antlr-font-lock-tokendef-face): Changed color.
3892 (antlr-font-lock-tokenref-face): Changed color.
3893 (antlr-font-lock-literal-face): Changed color.
3894 (antlr-font-lock-additional-keywords): Minor changes.
3895
3896 1999-12-20 Carsten Dominik <cd@gnu.org>
3897
3898 * progmodes/idlwave.el: New file.
3899
3900 * progmodes/idlwave-rinfo.el: New file.
3901
3902 * progmodes/idlwave-shell.el: New file.
3903
3904 * progmodes/idlwave-toolbar.el: New file.
3905
3906 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3907
3908 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3909
3910 * progmodes/cwarn.el: New file.
3911
3912 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3913
3914 * bindings.el (completion-ignored-extensions): Add .pdf.
3915
3916 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3917
3918 * version.el: Put the version info into binary on MS-DOS as well.
3919
3920 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3921
3922 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3923 debugger-may-continue is nil.
3924
3925 1999-12-18 Dave Love <fx@gnu.org>
3926
3927 * emacs-lisp/cl-macs.el: Remove conditional definition of
3928 eval-when-compile. Don't specify abs, expt, gethash,
3929 hash-table-count, hash-table-p as side-effect-free here.
3930 (cl-emacs-type): Don't declare.
3931 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3932 (cl-parse-loop-clause): Remove compatibility code.
3933
3934 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3935 (side-effect-free-fns): Add gethash, hash-table-count.
3936 (side-effect-and-error-free-fns): Add hash-table-p.
3937
3938 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3939 `cl-' to autoload names for some hash functions. Don't autoload
3940 eval-when-compile. Don't provide mini-cl.
3941 (cl-emacs-type): Remove.
3942 (cl-map-extents): Remove compatibility code.
3943
3944 * emacs-lisp/float.el: Bind free variables.
3945
3946 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3947
3948 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3949
3950 * bindings.el (completion-ignored-extensions): Add .tfm.
3951
3952 1999-12-16 Dave Love <fx@gnu.org>
3953
3954 * faces.el (set-face-attribute): Purecopy the attributes set.
3955
3956 * custom.el (custom-declare-variable): Purecopy value.
3957
3958 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3959 (byte-extrude-byte-code-vectors): Use remprop.
3960 (byte-compile-lambda): Check that arg is a lambda.
3961
3962 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3963
3964 * font-lock.el: System for adding and removing keywords.
3965 Both local (previously added keyword) and global keywords
3966 can be removed.
3967 (font-lock-remove-keywords): New user-level function.
3968 (font-lock-update-removed-keyword-alist): New internal function.
3969 (font-lock-removed-keywords-alist): New variable.
3970 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3971 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3972 growing datastructures.
3973 (font-lock-set-defaults): Removes keywords stored in
3974 `font-lock-removed-keywords-alist' after local keywords added.
3975
3976 1999-12-16 Anders Lindgren <andersl@andersl.com>
3977
3978 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3979 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3980
3981 * font-lock.el (c-keywords): Only highlight preprocessor
3982 directives when spelled correctly.
3983
3984 * font-lock.el (font-lock-match-c++-structor-declaration,
3985 c++-keywords): Fontify constructors and destructors with function
3986 face inside C++ class declarations.
3987
3988 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3989
3990 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3991 the shell from sh-shell-file.
3992
3993 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3994
3995 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3996
3997 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3998 if one of the files specified cannot be accessed by
3999 file-attributes. Do not strip any leading directories from the
4000 file names, to behave more like `ls' does.
4001
4002 * dired.el (dired-get-filename): Handle absolute file names.
4003 (dired-readin-insert): If argument is a cons, don't print
4004 "wildcard" on the ``total'' line.
4005
4006 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 * faces.el (face-read-integer, read-face-attribute)
4009 (color-defined-p, color-values): Allow color values unspecified-fg
4010 and unspecified-bg, handle them as unspecified.
4011
4012 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4013
4014 * textmodes/reftex.el: (reftex-compile-variables): respect new
4015 structure of `reftex-index-macro'
4016 (reftex-compile-variables): Use the changed structure of
4017 `reftex-label-alist'.
4018
4019 * textmodes/reftex-vars.el (reftex-index-math-format,
4020 (reftex-toc-max-level): New option.
4021 reftex-index-phrases-search-whole-words,
4022 reftex-index-phrases-case-fold-search,
4023 reftex-index-phrases-skip-indexed-matches,
4024 reftex-index-phrases-wrap-long-lines,
4025 reftex-index-phrases-sort-prefers-entry,
4026 reftex-index-phrases-sort-in-blocks): New options.
4027 (reftex-index-macros): Option structure changed.
4028 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4029 (reftex-label-alist): Additional item in each entry to specify if
4030 the environment should be listed in the TOC.
4031 (eval-when-compile (require 'cl)) added.
4032
4033 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4034 longer deals with "repeat".
4035 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4036 now used.
4037 (reftex-index-phrases-comment-regexp,
4038 reftex-index-phrases-macrodef-regexp,
4039 reftex-index-phrases-phrase-regexp1,
4040 reftex-index-phrases-phrase-regexp2,
4041 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4042 New constants.
4043 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4044 reftex-index-phrases-font-lock-keywords,
4045 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4046 reftex-index-phrases-restrict-file): New variables.
4047 (reftex-index-phrase-selection-or-word,
4048 reftex-index-visit-phrases-buffer,
4049 reftex-index-initialize-phrases-buffer,
4050 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4051 reftex-index-next-phrase, reftex-index-this-phrase,
4052 reftex-index-all-phrases, reftex-index-region-phrases,
4053 reftex-index-phrases-parse-header,
4054 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4055 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4056 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4057 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4058 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4059 reftex-index-make-replace-string,
4060 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4061 reftex-index-phrase-match-is-indexed,
4062 reftex-index-phrases-fixup-line,
4063 reftex-index-phrases-replace-space,
4064 reftex-index-select-phrases-macro): New functions.
4065 (reftex-index-globalize, reftex-index-globally): functions removed
4066 (eval-when-compile (require 'cl)) added.
4067
4068 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4069 for max level.
4070 (reftex-toc-max-level-indicator): New variable.
4071 (reftex-toc-max-level): New command.
4072 (reftex-toc-map): New keybinding `t'.
4073 (reftex-toc-help): Constant updated.
4074 (eval-when-compile (require 'cl)) added.
4075
4076 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4077 `t' command key can change `reftex-toc-max-level'
4078 (eval-when-compile (require 'cl)) added.
4079
4080 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4081 `reftex-toc-max-level'
4082 (eval-when-compile (require 'cl)) added.
4083
4084 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4085 added.
4086
4087 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4088 added.
4089
4090 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4091 commands.
4092 (reftex-citation, reftex-do-citation,
4093 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4094 preselect a citation format.
4095 (eval-when-compile (require 'cl)) added.
4096
4097 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4098 parameter to-end
4099 (reftex-section-info): Deal with environment matches.
4100 (eval-when-compile (require 'cl)) added.
4101
4102 * reftex-global.el (eval-when-compile (require 'cl)) added.
4103
4104 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4105
4106 The following changes are for the new composition mechanism. We
4107 have deleted `composition' charset and composite characters,
4108 instead introduced a special text property `composition'.
4109
4110 * composite.el: New file.
4111
4112 * ps-mule.el: Define encode-composition-rule and find-composition
4113 for Emacs 20.4 and the earlier versions.
4114 (ps-mule-init-external-library): Just require a feature for
4115 external libraries.
4116 (ps-mule-prologue): Postscript code modified for new composition.
4117 (ps-mule-find-wrappoint): New arg COMPOSITION.
4118 (ps-mule-plot-string): Delete code for composite characaters.
4119 (ps-mule-plot-composition): New funcion.
4120 (ps-mule-prepare-font-for-components): New function.
4121 (ps-mule-plot-components): New function.
4122 (ps-mule-composition-prologue-generated): Renamed from
4123 ps-mule-cmpchar-prologue-generated.
4124 (ps-mule-composition-prologue): New named from
4125 ps-mule-cmpchar-prologue. Modified for new composition.
4126 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4127 ps-mule-prepare-cmpchar-font): Deleted.
4128 (ps-mule-string-encoding): New arg NO-SETFONT.
4129 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4130 check Composing, not Cmpchar
4131 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4132 to nil.
4133 (ps-mule-begin-job): Check existence of new composition.
4134
4135 * ps-print.el (ps-plot-region): Handle new composition.
4136
4137 * simple.el (what-cursor-position): Show "(composed)" if the
4138 character is composed.
4139
4140 * international/characters.el: Fix cateogries of Lao symbols.
4141
4142 * international/fontset.el (vertical-centering-font-regexp): New
4143 variable.
4144
4145 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4146 (mule-version-date): Updated to 1999.12.7.
4147 (with-category-table): New macro.
4148
4149 * international/mule-cmds.el (encode-coding-char): Don't check
4150 composite character.
4151
4152 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4153 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4154 x-ctext): Give `composition' property t.
4155
4156 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4157 non-nil) at the tail of ALIST.
4158 (compose-region, decompose-region, decompse-string,
4159 reference-point-alist, compose-chars): Moved to composite.el.
4160 (compose-chars-component, compose-chars-rule,
4161 decompose-composite-char): Deleted.
4162
4163 * international/quail.el (quail-install-map): New optional arg
4164 NAME.
4165 (quail-get-translation): If DEF is a symbol but not a function,
4166 ignore it.
4167 (quail-start-translation): Put a key sequence undefined in the
4168 translation keymap in unread-command-events, not generated-events.
4169 Return parameterized event (compose-last-chars N) if the input
4170 characters should be composed.
4171 (quail-map-definition): If DEF is t, treat it as nil.
4172 (quail-delete-last-char): Delete the quail region.
4173 (quail-show-translations): Don't show list of translations if the
4174 quail package is deterministic.
4175 (quail-completion-max-depth): New variable.
4176 (quail-completion-1): Pay attention to the above variable. Fix
4177 for the case that a translation is a function.
4178 (quail-map-from-table, quail-map-from-table-1,
4179 quail-map-from-table-2): New functions.
4180 (quail-lookup-map-and-concat): New function
4181
4182 * language/devan-util.el: Mostly rewritten.
4183
4184 * language/lao.el: Register lao-composition-function in
4185 composition-function-table.
4186
4187 * language/lao-util.el: Mostly rewritten.
4188
4189 * language/thai.el: Register thai-composition-function in
4190 composition-function-table.
4191 (thai-tis620): Delete `pre-write-conversion' property.
4192
4193 * language/thai-util.el: (thai-category-table): Make it by
4194 make-category-table.
4195 (thai-composition-pattern): New variable.
4196 (thai-compose-region, thai-compose-string): Use
4197 with-category-table.
4198 (thai-post-read-conversion): Just call thai-compose-region.
4199 (thai-pre-write-conversion): Deleted.
4200 (thai-composition-function): New funciton.
4201
4202 * language/tibet-util.el: Most functions rewritten.
4203 (tibetan-char-p): Renamed from tibetan-char-examin.
4204 (tibetan-composable-examin) (tibetan-complete-char-examin)
4205 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4206 (tibetan-add-components): New function.
4207 (tibetan-composition-function): New function.
4208
4209 * language/tibetan.el: Register tibetan-composition-function in
4210 composition-function-table.
4211 (tibetan-composable-pattern): New variable.
4212 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4213 (tibetan-precomposition-rule-alist): Move punctuations to
4214 tibetan-punctuation-transcription-alist and
4215 tibetan-obsolete-glyphs.
4216 (tibetan-punctuation-transcription-alist): New variable.
4217 (tibetan-obsolete-glyphs): New variable.
4218 (tibetan-regexp): Improve the initialization code.
4219
4220 * textmodes/fill.el (fill-find-break-point): Delete codes for
4221 composite characters.
4222 (fill-region-as-paragraph): Likewise.
4223
4224 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4225
4226 * international/mule-cmds.el (default-input-method): Specify
4227 that it should be set after current-language-environment.
4228
4229 * custom.el (custom-handle-keyword): Add :set-after.
4230 (custom-add-dependencies): New function.
4231 (custom-set-variables): Take dependencies between args into
4232 account.
4233
4234 * battery.el (battery): Doc fix.
4235
4236 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4237
4238 * progmodes/cc-make.el: Removed.
4239
4240 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4241
4242 * Release of cc-mode 5.26
4243
4244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4245
4246 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4247 target depth. Optionally count #else lines as clause limits,
4248 as suggested by don provan <provan@lucent.com>. #elif
4249 handling fixed.
4250
4251 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4252 (c-down-conditional-with-else): New commands that uses the
4253 added functionality in `c-forward-conditional'.
4254
4255 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4256
4257 * cc-align.el (c-lineup-comment): Preserve the alignment with
4258 a comment on the previous line instead of preserving the
4259 comment-column.
4260
4261 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4262
4263 * Fixes to IDL mode after input from Eric Eide
4264 <eeide@cs.utah.edu>:
4265 * cc-engine.el (c-beginning-of-statement-1): Allow
4266 `c-conditional-key' to be nil, for the benefit of IDL mode.
4267 * cc-engine.el (c-guess-basic-syntax): Ditto.
4268 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4269 but do match CORBA 2.3 `valuetype'.
4270 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4271 for IDL.
4272 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4273 be nil for IDL.
4274 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4275 Like C++.
4276 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4277 set `c-method-key' and `c-baseclass-key' to nil.
4278
4279 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4280
4281 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4282 with nonhanging open braces.
4283
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4285
4286 * cc-align.el: Added docstrings to all lineup functions.
4287
4288 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4289 keyword.
4290
4291 * cc-align.el (c-lineup-C-comments): Handle free form text
4292 comments. Use c-comment-prefix-regexp and comment-start-skip
4293 instead of hardcoded regexps.
4294
4295 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4296
4297 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4298 behavior and return value as documented.
4299
4300 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4301
4302 * Changes for new style variable init system:
4303 * cc-langs.el (c-common-init): Dito.
4304 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4305 now customizable.
4306 * cc-vars.el: Style variables may now take a value
4307 'set-from-style to make them take their value from the style
4308 system. This value is now the default on all these variables.
4309 * cc-vars.el (c-valid-offset): New function to verify a
4310 syntactic symbol offset setting.
4311 * cc-vars.el (c-offsets-alist): Variable moved from
4312 cc-styles.el since it's now customizable in a similar way to
4313 the other style variables.
4314 * cc-vars.el (c-old-style-variable-behavior): New variable to
4315 revert to the old style init behavior.
4316
4317 * cc-vars.el (c-file-style, c-file-offsets): Made always
4318 buffer local.
4319
4320 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4321 the throws clause that might follow the function prototype in
4322 C++.
4323
4324 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4325
4326 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4327 could move forward for macros that doesn't start in column 0.
4328
4329 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4330
4331 * cc-align.el (c-indent-multi-line-block,
4332 c-lineup-whitesmith-in-block): Two new lineup functions for
4333 use in whitesmith style.
4334
4335 * cc-styles.el (c-style-alist): More fixes to whitesmith
4336 style. It should now handle all different braces uniformly in
4337 both hanging and non-hanging cases.
4338
4339 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4340
4341 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4342 make it stay in the same position relative to the surrounding
4343 text.
4344
4345 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4346 when adaptive-fill-mode doesn't manage to get it correct.
4347
4348 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4349 with dotted notation, e.g. foo.bar.Gnu.
4350
4351 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4352 within unwind-protect (previously only some were wrapped so it
4353 would be possible to register mode initialization when full
4354 initialization did not finish).
4355
4356 * cc-styles.el (c-style-alist): Corrected the brace placement
4357 in the whitesmith style. Thanks to Sean Luke
4358 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4359 styles with consistent brace placement for all constructs.
4360
4361 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4362
4363 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4364 when point is in the middle of them.
4365
4366 * cc-cmds.el: Line breaking and paragraph filling code
4367 rewritten:
4368 (c-guess-fill-prefix): New function that uses various
4369 heuristics to guess the comment prefix.
4370 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4371 It now assumes adaptive filling is active to preserve the line
4372 prefix inside comments.
4373 (c-indent-new-comment-line): Replacement for the now
4374 obsolete `c-comment-line-break-function' that uses
4375 `c-guess-fill-prefix' when appropriate. It now observes the
4376 setting of `comment-multi-line', which has effect in C-style
4377 block comments.
4378
4379 * cc-cmds.el (c-context-line-break): New function intended to
4380 be put on RET. It's essentially `newline-and-indent', but
4381 continues C block comments with the appropriate line prefix.
4382
4383 * cc-cmds.el (c-do-auto-fill): New function put on
4384 `normal-auto-fill-function' to implement the
4385 `c-ignore-auto-fill' variable.
4386
4387 * cc-cmds.el (c-beginning-of-statement): Use
4388 `c-comment-prefix-regexp' to avoid ending up inside the
4389 comment prefix. Better handling of comment starters and
4390 enders. Catch comments better when traversing code. Stop at
4391 preprocessor directives.
4392
4393 * cc-defs.el (c-forward-comment): New subst to hide platform
4394 dependent quirks in `forward-comment'.
4395
4396 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4397 argument.
4398 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4399 arguments. Activate this function by default when
4400 `parse-partial-sexp' supports it (currently Emacs 20.x).
4401
4402 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4403 on the comment opener to make constants usable as lineup
4404 arguments.
4405
4406 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4407 changed anchor position in the `c' syntactic symbol. Handle
4408 more than stars in the comment prefix; use the new variable
4409 `c-comment-prefix-regexp'. Don't indent text not preceded by
4410 a comment prefix to the right of the comment opener if it's
4411 long.
4412
4413 * cc-langs.el: Fixes to mode initialization for new line
4414 breaking and paragraph filling method. Adaptive fill mode is
4415 now activated at startup instead of deactivated. The
4416 variables used for adaptive filling and paragraph movement are
4417 also changed to incorporate the value of
4418 `c-comment-prefix-regexp'. `substitute-key-definition' is
4419 used to override some functions in the global map instead of
4420 overriding their default bindings.
4421
4422 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4423 javadoc markup at mode init.
4424
4425 * cc-mode.el (c-setup-filladapt): A new convenience function
4426 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4427 function is intended to be used explicitly by the end user
4428 only.
4429
4430 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4431 recognize the comment fill prefix inside comments.
4432 (c-block-comment-prefix): New name for
4433 `c-comment-contiuation-stars', which is now obsolete. It's
4434 generalized to handle any character sequence.
4435 (c-ignore-auto-fill): New variable used to selectively disable
4436 Auto Fill mode in specific contexts.
4437
4438 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4439
4440 * cc-cmds.el (c-comment-indent): Leave at least one space
4441 between the comment and the last nonblank character in the
4442 case where we look at the indentation of the comment on the
4443 previous line (case 4).
4444
4445 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4446 list of characters that may start a statement (it's a sort of
4447 prefix operator in Pike, and isn't used at all in any of the
4448 other languages).
4449
4450 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4451
4452 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4453 inside continued statements as statement-cont instead of
4454 brace-list-open. The reason is that one normally adjusts
4455 brace-list-open for brace lists as top-level constructs, and
4456 brace lists inside statements is a completely different
4457 context. Case 10B.2 changed. Also changed (the somewhat
4458 esoteric) case 9A to cope with this.
4459
4460 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4461
4462 * cc-cmds.el (c-electric-brace): Added electric handling of
4463 the open brace for brace-elseif-brace.
4464
4465 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4466
4467 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4468 syntax tables temporarily.
4469
4470 * cc-engine.el (c-guess-basic-syntax): Handle template and
4471 member init argument lists split over several lines. Case 5D
4472 changed.
4473
4474 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4475 @throws introduced in Javadoc 1.2.
4476
4477 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4478 patch from RMS to avoid infinite backtracking.
4479
4480 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4481
4482 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4483 by [ ].
4484
4485 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4486
4487 * cc-align.el (c-lineup-dont-change): Compensate properly for
4488 the column in langelem.
4489
4490 * cc-engine.el (c-syntactic-information-on-region): New
4491 function to help debugging the syntactic analysis.
4492
4493 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4494
4495 * cc-align.el (c-lineup-template-args): Handle nested template
4496 arglists.
4497
4498 * cc-langs.el (c++-template-syntax-table): New syntax table
4499 that makes `<' and `>' parenthesis characters, which is useful
4500 to switch to temporarily when analyzing template arglists.
4501
4502 * cc-styles.el: Changed default alignment of labels in the
4503 java style to conform to the examples in the Java Language
4504 Specification.
4505
4506 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4507 by default.
4508
4509 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4510
4511 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4512 immediately before the closing paren in an arglist, so don't
4513 check that in Pike mode. Case 7A changed.
4514
4515 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4516
4517 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4518 lines were ignored under certain conditions.
4519
4520 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * cc-align.el (c-lineup-template-args): New function for
4523 aligning continued template argument lists.
4524
4525 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4526 lists containing function arglists split over several lines.
4527 Case 5D.1 changed.
4528
4529 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4530 template-args-cont didn't get recognized when the first
4531 arglist opener line doesn't contain a template argument. New
4532 case 5K.
4533
4534 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4535
4536 * cc-defs.el (c-point): Changed from subst to macro for
4537 efficiency.
4538 (c-beginning-of-defun-1, c-end-of-defun-1): New
4539 beginning-of-defun/end-of-defun wrappers separated from
4540 c-point.
4541
4542 * cc-menus.el (imenu-generic-expression,
4543 imenu-case-fold-search, imenu-progress-message): Dummy
4544 definitions to avoid compiler warnings if imenu can't be
4545 loaded.
4546 * cc-menus.el (cc-imenu-init): New function called at mode
4547 init.
4548 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4549 imenu initializations to cc-imenu-init.
4550
4551 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4552
4553 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4554 for lambda-intro-cont in Pike mode. Case 6 changed.
4555
4556 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4557 anything following "new Foo()" was considered an anonymous
4558 class body in Java mode.
4559
4560 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4561
4562 * cc-cmds.el (c-comment-line-break-function): When breaking in
4563 a string, don't insert a new line.
4564
4565 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4566
4567 * cc-engine.el (c-at-toplevel-p): New interface function which
4568 returns information useful to add-on authors. It tells you
4569 whether you're at a toplevel statement or not.
4570
4571 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4572
4573 * cc-cmds.el (c-comment-line-break-function): It is possible
4574 that forward-line does not land us at the bol, say if we're on
4575 the last line in a file. In that case, do a
4576 back-to-indentation instead of a forward-comment -1.
4577
4578 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4579
4580 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4581 "default:" as normal label in case 4.
4582
4583 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4584
4585 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4586 recognize continued bitfield declarations. Case 5D.1 changed.
4587 * cc-langs.el: New variable c-bitfield-key.
4588 * cc-mode.el: New variable c-bitfield-key.
4589
4590 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4591
4592 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4593 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4594 ..}").
4595
4596 1999-12-12 Dave Love <fx@gnu.org>
4597
4598 * mail/footnote.el: Require cl when compiling. Don't autoload
4599 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4600 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4601 Avoid `acons'.
4602 (footnote-mode-line-string, Footnote-add-footnote): Remove
4603 autoload cookie.
4604
4605 1999-12-12 Richard Sharman <rsharman@pobox.com>
4606
4607 * sh-script.el: Fix for when font-lock mode is active.
4608 (sh-font-lock-unfontify-region-function): New function.
4609
4610 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4611
4612 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4613 if start-process is not bound, since Ispell now supports such
4614 platforms as well.
4615
4616 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4617
4618 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4619 rmail-summary-goto-msg.
4620
4621 * files.el (after-find-file): Fix previous change.
4622
4623 1999-12-11 Dave Love <fx@gnu.org>
4624
4625 * help.el (where-is): Use `commandp' as predicate for
4626 `completing-read'
4627
4628 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4629
4630 * cus-edit.el (custom-save-delete): Delete all occurrences,
4631 leave point where the first occurrence was.
4632 (custom-save-faces): Insert a newline at the end of the comment.
4633 Avoid a double newline there.
4634 If final closeparen is at bol, put a space before it.
4635 (custom-save-variables): Likewise.
4636 (custom-file): Doc fix.
4637
4638 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4639
4640 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4641 regexp matching image and audio files.
4642
4643 1999-12-09 Dave Love <fx@gnu.org>
4644
4645 * mail/footnote.el: New file.
4646
4647 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4648
4649 * files.el (after-find-file): Use auto-save-visited-file-name if
4650 set.
4651
4652 * mail/feedmail.el (feedmail-find-eoh): Take
4653 feedmail-queue-alternative-mail-header-separator into account.
4654
4655 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * smerge-mode.el: New file.
4658
4659 * font-lock.el (font-lock-multiline): New variable.
4660 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4661 (font-lock-remove-keywords): Added a dummy `mode' argument for
4662 potential future support.
4663 (font-lock-fontify-anchored-keywords,
4664 (font-lock-fontify-keywords-region): Only handle multiline strings
4665 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4666
4667 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4668
4669 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4670
4671 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4672
4673 1999-12-07 Dave Love <fx@gnu.org>
4674
4675 * help.el (view-emacs-problems): New command, bound to C-h P.
4676
4677 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4678
4679 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4680
4681 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4682 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4683 New code to support the minor mode version.
4684 (diff-recenter): New function.
4685 (diff-next-hunk, diff-next-file): Use it.
4686 (diff-remembered-files-alist): New var.
4687 (diff-merge-strings): New function.
4688 (diff-find-file-name): Make it smarter and use the user's input more.
4689 (diff-mode): Cosmetic changes.
4690
4691 * files.el (save-some-buffers): Turn EXITING into the more general
4692 PRED argument to allow specifying a subset of buffers.
4693
4694 * simple.el (kill-region): Use the new `delete-and-extract-region'
4695 rather than the undo log (which is incorrect with *-change-functions).
4696
4697 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4698 off-by-one problem that could force re-fontifying the whole buffer.
4699 (font-lock-remove-keywords): New function.
4700 (font-lock-add-keywords): Use the new function to ensure idempotence.
4701
4702 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4703
4704 * viper-cmd.el (viper-minibuffer-standard-hook,
4705 viper-minibuffer-real-start): Mew functions.
4706 (viper-read-string-with-history,viper-file-add-suffix,
4707 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4708 change in the status of the minibuffer prompt.
4709
4710 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4711
4712 * comint.el (comint-redirect-results-list)
4713 (comint-redirect-results-list-from-process): Remove interactive
4714 spec.
4715
4716 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4717
4718 * info.el (info-node, info-menu-5, info-xref): Define colors for
4719 Info faces if the display supports them.
4720
4721 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4722
4723 Changes for automatic remapping of X colors on terminal frames:
4724
4725 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4726 term-setup-hook. Call msdos-remember-default-colors and
4727 msdos-handle-reverse-video.
4728 (msdos-face-setup): Parts of code moved to
4729 msdos-setup-initial-frame.
4730 (msdos-handle-reverse-video): New function, modeled after
4731 x-handle-reverse-video.
4732 (make-msdos-frame): Don't use initial-frame-alist and
4733 default-frame-alist. Call msdos-handle-reverse-video.
4734 (msdos-color-aliases): Remove.
4735 (msdos-color-translate, msdos-approximate-color): Remove.
4736 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4737 for better approximation of X colors.
4738 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4739 up tty-color-alist (it is now on startup.el).
4740 (x-display-color-p, x-color-defined-p, x-color-values,
4741 x-defined-colors, face-color-supported-p, face-color-gray-p):
4742 Remove.
4743
4744 * facemenu.el (facemenu-read-color, list-colors-display): Use
4745 defined-colors for all frame types.
4746 (facemenu-color-equal): Use color-values for all frame types.
4747
4748 * faces.el (read-face-attribute): For :foreground and :background
4749 attributes and frames on character terminals, translate the color
4750 to the closest supported one before looking it up in the list of
4751 valid values.
4752 (face-valid-attribute-values): Call defined-colors for all types
4753 of frames.
4754 (defined-colors, color-defined-p, color-values, display-color-p):
4755 New finctions.
4756 (x-defined-colors, x-color-defined-p, x-color-values,
4757 x-display-color-p): Aliases for the above.
4758
4759 * startup.el (command-line): Register terminal colors for frame
4760 types other than x and w32, but only if the terminal supports
4761 colors. Call tty-color-define instead of face-register-tty-color.
4762
4763 * term/x-win.el (xw-defined-colors): Renamed from
4764 x-defined-colors.
4765 * term/w32-win.el (xw-defined-colors): Likewise.
4766
4767 * term/tty-colors.el: New file.
4768 * loadup.el: Load term/tty-colors.
4769
4770 1999-12-06 Dave Love <fx@gnu.org>
4771
4772 * ffap.el: Autoload the ffap alias directly.
4773
4774 1999-12-06 Inge Frick <inge@nada.kth.se>
4775
4776 * dired-aux.el (dired-do-shell-command): Changed documentation.
4777 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4778 meaning as `*'.
4779
4780 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4781
4782 * simple.el (insert-buffer): Doc fix.
4783
4784 * apropos.el (apropos-mode): Add autoload cookie.
4785
4786 1999-12-06 Sam Steingold <sds@goems.com>
4787
4788 * progmodes/etags.el (etags-tags-completion-table): Modified the
4789 regexp to allow for the CL symbols starting with `+*'.
4790 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4791 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4792 `function' quoting lambda.
4793 (tags-with-face): New macro.
4794 (list-tags, tags-apropos): Use it.
4795 (tags-apropos-additional-actions): New user option.
4796 (etags-tags-apropos-additional): Use it.
4797 (tags-apropos): Call etags-tags-apropos-additional.
4798 (tags-apropos-verbose): New user option.
4799 (etags-tags-apropos): Use it.
4800 (visit-tags-table-buffer, next-file): Use `unless'.
4801 (recognize-empty-tags-table): Renamed to
4802 tags-recognize-empty-tags-table.
4803 (complete-tag): Call tags-complete-tag bypassing try-completion.
4804
4805 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4806
4807 * international/mule.el (set-buffer-file-coding-system): Docstring
4808 modified.
4809
4810 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4811
4812 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4813 using the hideshow package.
4814 (hs-special-modes-alist): Added entry for bibtex to allow the use
4815 of the hideshow package.
4816 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4817 not longer provided by bibtex.el directly. Instead the hideshow
4818 package should be used.
4819 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4820 references to bibtex-hide-entry-bodies.
4821
4822 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4823
4824 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4825 maintainer information closer to the beginning of the bibtex.el
4826 file.
4827 (bibtex-maintainer-salutation): New constant.
4828 (bibtex-version): New constant.
4829 (bibtex-submit-bug-report): Use bibtex-version and
4830 bibtex-maintainer-salutation.
4831 (bibtex-entry-field-alist): Made booktitle field optional for
4832 @inproceedings entries when crossreferenced.
4833 (bibtex-entry-field-alist): Added booktitle field to proceedings
4834 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4835 for the suggestion.
4836 (bibtex-string-file-path): Fixed typo.
4837
4838 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4839
4840 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4841 for reftex.el.
4842 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4843 to menu.
4844
4845 1999-12-04 Dave Love <fx@gnu.org>
4846
4847 * delsel.el: Revert previous change -- region is significant to
4848 skeleton.
4849
4850 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4851
4852 * viper-cmd.el (viper-change-state): Use
4853 viper-ESC-moves-cursor-back to decide whether to move the cursor
4854 back.
4855
4856 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4857
4858 * international/mule-util.el (truncate-string-to-width): Docsting
4859 fixed.
4860
4861 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4862
4863 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4864 use of `cond'.
4865 (lm-with-file): Move all the find-file...kill-buffer stuff into
4866 this macro. Make it use `find-file-noselect' and make it kill
4867 the buffer only if it wasn't already displayed somewhere.
4868 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4869 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4870 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4871 (lm-commentary): Fix to handle the case when the change log is
4872 at the end of the file.
4873
4874 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4875
4876 * international/mule.el (charsetp): Fix typo in docstring.
4877
4878 * international/mule-diag.el (list-coding-categories): Fix typo;
4879 automatic -> autoload.
4880
4881 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4882
4883 * vc.el (vc-update-change-log): Look for rcs2log under
4884 exec-directory.
4885
4886 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4887 outline-regexp, add outline-level.
4888 (lisp-outline-level): New.
4889
4890 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4891 remove extraneous string-match.
4892
4893 * finder.el (finder-commentary): Activate Finder mode.
4894
4895 1999-12-01 Anders Lindgren <andersl@andersl.com>
4896
4897 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4898 off when reverting buffers that contained mode specifiers.
4899 `revert-buffer' is now called with non-nil PRESERVE-MODES
4900 argument.
4901
4902 1999-12-01 Dave Love <fx@gnu.org>
4903
4904 * delsel.el: Grok skeleton-pair-insert-maybe.
4905
4906 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4907
4908 * progmodes/cperl-mode.el (cperl-under-as-char):
4909 Use nil as default.
4910
4911 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4912
4913 * speedbar.el (toplevel): Remove compatibility code for Emacs
4914 versions without custom.el.
4915
4916 1999-11-30 Dave Love <fx@gnu.org>
4917
4918 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4919
4920 * autoinsert.el: Minor doc fixes.
4921 (auto-insert): Return nil.
4922
4923 * faces.el (set-face-documentation): Purecopy STRING.
4924
4925 1999-11-29 Dave Love <fx@gnu.org>
4926
4927 * derived.el: Doc fixes, remove old backquote syntax.
4928
4929 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4930 comment warning about editing.
4931
4932 * help.el (help-mode-hook): Define.
4933
4934 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4935
4936 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4937 invalid translation of old-style backquote syntax to new syntax.
4938
4939 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4940
4941 * Makefile (DONTCOMPILE): Add term/internal.el.
4942
4943 1999-11-26 Dave Love <fx@gnu.org>
4944
4945 * comint.el: Fix last change.
4946
4947 * emacs-lisp/advice.el: Fix last change.
4948
4949 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4950
4951 * cus-edit.el (Custom-reset-standard): Doc fix.
4952 (custom-variable-reset-standard): Doc fix.
4953 (custom-face-reset-standard): Doc fix.
4954 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4955 (custom-variable-menu): Likewise.
4956 (custom-reset-menu): Likewise.
4957 (custom-buffer-create-internal): Likewise.
4958
4959 1999-11-26 Dave Love <fx@gnu.org>
4960
4961 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4962
4963 * font-lock.el: Doc fixes.
4964
4965 * menu-bar.el (menu-bar-mode): Customize.
4966
4967 * cus-start.el: Add use-dialog-box.
4968
4969 * add-log.el (change-log-mode-hook): Customize.
4970 (add-log-current-defun): Use
4971 fortran-{beginning,end}-of-subprogram.
4972
4973 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4974
4975 * emacs-lisp/advice.el: Many doc fixes.
4976
4977 * comint.el (comint-preoutput-filter-functions): Doc fix.
4978
4979 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4980
4981 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4982 Improve messages for capitalization of arg names,
4983 for flag variables, for t and nil, for imperatives.
4984 Call them imperatives rather than infinitives sans "to".
4985 (checkdoc-common-verbs-wrong-voice): Add "moves".
4986 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4987
4988 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4989 Don't convert comments from 3-semicolon to 2-semicolon.
4990 That is a matter of style.
4991 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4992 (checkdoc-comments): Don't bind that variable.
4993
4994 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4995
4996 * files.el (write-file-hooks): Doc fix.
4997
4998 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4999
5000 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5001
5002 1999-11-25 Dave Love <fx@gnu.org>
5003
5004 * hippie-exp.el: Require comint when compiling.
5005 (hippie-expand): Add :links.
5006 (hippie-expand-try-functions-list): Customize.
5007
5008 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5009
5010 * viper*el: Replaced old-style backquotes.
5011
5012 * ediff*el: Replaced old-style backquotes.
5013
5014 * ediff-merge
5015 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5016 Changed to support the new format for ediff-combination-pattern.
5017
5018 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5019 Changed to support the new format for ediff-combination-pattern.
5020
5021 1999-11-24 Dave Love <fx@gnu.org>
5022
5023 * custom.el (custom-declare-group): Purecopy DOC.
5024 (custom-handle-keyword): Purecopy VALUE.
5025 (custom-add-link): Purecopy WIDGET.
5026 (custom-add-version): Purecopy VERSION.
5027 (custom-add-load): Purecopy LOAD.
5028
5029 * cus-face.el (custom-declare-face): Purecopy DOC.
5030
5031 * info.el:
5032 (Info-build-node-completions, Info-search, Info-follow-reference)
5033 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5034 (Info-find-emacs-command-nodes): Avoid properties on matched text
5035 which may appear in minibuffer.
5036
5037 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5038
5039 * locate.el (locate-with-filter): Doc fix.
5040
5041 1999-11-24 Alex Schroeder <alex@gnu.org>
5042
5043 * sql.el (sql-find-sqli-buffer): New function.
5044 (sql-set-sqli-buffer-generally): New function.
5045 (sql-set-sqli-buffer): Better checking of new-buffer.
5046 (sql-copy-column): Add comma after INTO clause, too.
5047
5048 1999-11-24 Alex Schroeder <alex@gnu.org>
5049
5050 * sql.el (sql-imenu-generic-expression): New, used to set
5051 imenu-generic-expression.
5052
5053 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5054 setting font-lock-defaults' SYNTAX-ALIST. Set
5055 imenu-generic-expression, imenu-case-fold-search, and
5056 imenu-syntax-alist.
5057
5058 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5059 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5060
5061 1999-11-23 Andrew Innes <andrewi@gnu.org>
5062
5063 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5064 drop coords aren't over a specific window.
5065
5066 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5067
5068 * ps-print.el: Define mule funs without checking if mule package is
5069 loaded.
5070 (ps-print-version): New version number (5.0.1).
5071 (ps-header-dirpart): Now uses abbreviate-file-name.
5072
5073 1999-11-23 Dave Love <fx@gnu.org>
5074
5075 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5076 comment-line-start.
5077 (fortran-comment-line-start-skip): Renamed from
5078 comment-line-start-skip.
5079 (fortran-mode-map): Use renamed functions. Add manual and custom
5080 entries to menu.
5081 (fortran-mode-hook): Customize.
5082 (fortran-comment-indent-function): Renamed from
5083 fortran-comment-hook.
5084 (delete-horizontal-regexp): Function deleted.
5085 (fortran-electric-line-number): Simplified.
5086 (fortran-beginning-of-subprogram): Renamed from
5087 beginning-of-fortran-subprogram.
5088 (fortran-end-of-subprogram): Renamed from
5089 end-of-fortran-subprogram.
5090 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5091 (fortran-previous-statement, fortran-next-statement): Simplified.
5092 (fortran-blink-match): New function.
5093 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5094 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5095 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5096 line-end-position.
5097 (fortran-fill): No longer interactive. Simplified.
5098 (fortran-break-line): Simplified.
5099 (fortran-analyze-file-format): Use char-after, not looking-at.
5100
5101 * emacs-lisp/find-func.el (find-function-regexp): Use
5102 `define-minor-mode' after easy-menu change.
5103
5104 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5105
5106 * comint.el: Add redirection.from active comint buffers into
5107 another buffer. Written by Peter Breton.
5108
5109 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5110
5111 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5112 `define-minor-mode'.
5113 (define-minor-mode): Specify `doc-string-elt'.
5114
5115 * emacs-lisp/easy-mmode.el: Changed maintainer.
5116 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5117 Use defcustom for the hooks; Improve the auto-generated docstrings.
5118 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5119 (define-minor-mode): Add BODY arg; Only declare the keymap if
5120 provided; Improve the auto-generated docstrings.
5121
5122 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5123
5124 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5125 that the leading `^' is at the start. This is necessary because
5126 paragraphs.el tries to remove anchors, but can find them only if
5127 they are the first character.
5128
5129 * progmodes/antlr-mode.el: New file.
5130
5131 * calendar/calendar.el: Fix autoload for
5132 calendar-absolute-from-astro. Add autoload for
5133 calendar-print-astro-day-number.
5134
5135 1999-11-21 Anders Lindgren <andersl@andersl.com>
5136
5137 * follow.el: Use modern backquote syntax. Minor comment update.
5138
5139 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5140
5141 * simple.el (with-syntax-table): Don't switch buffers.
5142
5143 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5144 progmodes/hideif.el: Use new backquote syntax.
5145
5146 1999-11-21 Ken Manheimer <klm@python.org>
5147
5148 * icomplete.el (icomplete-completions): Use an explicit variable
5149 `icomplete-prospects-length', obviating the need to use an
5150 apparently faulty throw/catch arrangement.
5151
5152 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5153
5154 * term/internal.el (IT-display-table-setup): Don't overstep
5155 character code 255.
5156
5157 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5158
5159 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5160 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5161
5162 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5163
5164 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5165 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5166
5167 * files.el (auto-mode-alist): Add patterns for diff-mode.
5168
5169 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5170 to detect an empty prompt.
5171
5172 1999-11-18 Dave Love <fx@gnu.org>
5173
5174 * simple.el (input-mode-8-bit): Fix the customization.
5175
5176 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5177
5178 * international/iso-acc.el (iso-languages): Add more
5179 characters for Portuguese.
5180
5181 * speedbar.el: Clean up comment at the start of the file.
5182 Remove RCS id.
5183
5184 * progmodes/compile.el (compilation-parse-errors): Use
5185 compilation-buffer-p instead of testing major-mode.
5186
5187 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5188
5189 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5190 (quickurl-ask): completion-ignore-case is set to the value of
5191 quickurl-completion-ignore-case for the duration of the call to
5192 completing-read.
5193
5194 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5195
5196 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5197
5198 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5199
5200 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5201 instead of ps-print-def.
5202
5203 * ps-print.el: Require ps-vars instead of ps-print-def.
5204
5205 * ps-mule.el: Require ps-vars instead of ps-print-def.
5206
5207 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5208
5209 * simple.el (with-syntax-table): Save buffer explicitly instead of
5210 using save-excursion.
5211
5212 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5213
5214 * mail/supercite.el: New maintainer.
5215
5216 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5217
5218 * progmodes/vhdl-mode.el: Use new backquote syntax.
5219
5220 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5221
5222 * simple.el (with-syntax-table): New.
5223
5224 1999-11-15 Sam Steingold <sds@ksp.com>
5225
5226 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5227
5228 1999-02-22 Sam Steingold <sds@goems.com>
5229
5230 * goto-addr.el (goto-address-at-mouse,
5231 goto-address-find-address-at-point): Use compose-mail.
5232 (goto-address-mail-method): Removed variable.
5233 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5234 goto-address-send-using-mail): Removed functions.
5235
5236 1998-11-03 Sam Steingold <sds@goems.com>
5237
5238 * simple.el (backward-delete-char-untabify):
5239 backward-delete-char-untabify-method can be `all' now - to delete
5240 hungrily including newlines.
5241
5242 1999-11-15 Sam Steingold <sds@ksp.com>
5243
5244 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5245
5246 1999-11-15 Dave Love <fx@gnu.org>
5247
5248 * cus-edit.el (customize-face, customize-face-other-window):
5249 Require match from completing-read.
5250 (custom-buffer-done-function): Default to custom-bury-buffer, not
5251 bury-buffer.
5252
5253 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5254
5255 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5256 progmodes/cperl-mode.el: Use new backquote syntax.
5257
5258 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5259
5260 * uniquify.el: Use new backquote syntax.
5261
5262 1999-11-14 Markus Rost <rost@ias.edu>
5263
5264 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5265 as in ispell-local-dictionary-alist.
5266
5267 1999-11-14 Alex Schroeder <alex@gnu.org>
5268
5269 * ansi-color.el (ansi-color-apply): Updated regexps to include
5270 highlighted face.
5271
5272 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5273
5274 * forms.el (forms--make-format-elt-using-text-properties):
5275 Treat `intangible' differently.
5276
5277 * forms.el: Use new backquote syntax.
5278
5279 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5280
5281 * textmodes/scribe.el (scribe-mode): Doc-fix.
5282
5283 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5284
5285 * net-utils.el (run-network-program, net-utils-run-program): Use
5286 the new backquote syntax.
5287 (smbclient-program, smbclient-program-options)
5288 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5289 variables
5290 (smbclient, smbclient-list-shares): New functions
5291
5292 1999-11-12 Sam Steingold <sds@ksp.com>
5293
5294 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5295 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5296 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5297 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5298 (viper-kbd-global-pair, viper-kbd-global-definition):
5299 Use the new backquote syntax.
5300
5301 * emulation/viper-cmd.el (viper-test-com-defun)
5302 (viper-prefix-arg-value, viper-prefix-arg-com):
5303 Use the new backquote syntax.
5304
5305 * emacs-lisp/debug.el (debugger-env-macro):
5306 Use the new backquote syntax.
5307
5308 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5309 Use the new backquote syntax.
5310
5311 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5312 New user variable.
5313 (calendar-hide-window): Use it.
5314 (increment-calendar-month, calendar-for-loop, calendar-sum):
5315 Use the new backquote syntax.
5316
5317 1999-11-12 Andrew Innes <andrewi@gnu.org>
5318
5319 * select.el (x-set-selection): Call buffer-substring, not
5320 substring. Also fix docstring
5321
5322 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5323
5324 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5325 of customizable variables to bug report message. Added
5326 system-type to package name in bug report.
5327
5328 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5329
5330 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5331 to display file names.
5332
5333 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5334
5335 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5336
5337 * isearch.el: Add lazy-highlighting feature.
5338
5339 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5340
5341 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5342 constant.
5343 (ps-mode-submit-bug-report): New function. Entry added to menu.
5344
5345 1999-11-10 William M. Perry <wmperry@aventail.com>
5346
5347 * mwheel.el: New file to support the new style wheeled mice.
5348
5349 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5350
5351 * startup.el (initial-scratch-message): Add ";;" to the front of
5352 lines in the message.
5353
5354 * files.el (file-local-copy): Remove optional BUFFER argument
5355 because that's not used by anything.
5356
5357 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5358 to-address.
5359
5360 1999-11-08 Markus Rost <rost@ias.edu>
5361
5362 * wid-edit.el (widget-button-click): Wrap with save-excursion
5363 to restore track-mouse in the correct buffer.
5364
5365 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5366
5367 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5368
5369 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5370
5371 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5372 lpr-command to "lp" for some system-types. (copied from lpr.el
5373 Emacs version 20.2.1).
5374
5375 1999-11-04 Markus Rost <rost@ias.edu>
5376
5377 * simple.el (comment-region): Strip off white space at end of
5378 comment-start.
5379
5380 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5381
5382 * faces.el (secondary-selection): Fix wrong color name.
5383
5384 1999-11-04 John Tobey <jtobey@epsilondev.com>
5385
5386 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5387 the default when invoking perldb in a non-Perl buffer, and other
5388 cases involving -e or --.
5389
5390 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5391
5392 * simple.el (previous-matching-history-element)
5393 (next-history-element): Use delete-field instead of erase-field.
5394
5395 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5396 Use delete-field instead of erase-field.
5397
5398 * faces.el (secondary-selection): Change background to yellow.
5399
5400 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5401 find the start of the text. Use field-string to read the user
5402 input.
5403
5404 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5405
5406 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5407 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5408 for compatibility with old face implementation.
5409
5410 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5411 Use erase-field instead of erase-buffer.
5412
5413 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5414 internal-show-cursor with new interface.
5415 (blink-cursor-timer-function): New.
5416 (blink-cursor-start): Use blink-cursor-timer-function.
5417
5418 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5419
5420 * calendar.el (redraw-calendar): Move to nearest date before
5421 redrawing.
5422
5423 * diary-lib.el (simple-diary-display): Reset modeline even if
5424 there are no diary entries since the diary buffer may be displayed.
5425
5426 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5427
5428 * emacs-lisp/debug.el (debug): If noninteractive, display the
5429 backtrace using `message', then exit Emacs.
5430 (debugger-batch-max-lines): New variable.
5431 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5432 Change the messages put at the start, to say that the debugger
5433 was entered.
5434
5435 1999-11-02 Sam Steingold <sds@ksp.com>
5436
5437 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5438
5439 1999-11-01 John Tobey <jtobey@epsilondev.com>
5440
5441 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5442 presence of perl switches other than "-e".
5443
5444 1999-11-01 Markus Rost <rost@ias.edu>
5445
5446 * dired-x.el (dired-smart-shell-command): Use
5447 shell-command-history as in shell-command.
5448
5449 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5450
5451 * userlock.el (ask-user-about-lock): Doc fix.
5452
5453 * frame.el: Doc fixes.
5454
5455 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5456
5457 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5458 of show-cursor.
5459 (blink-cursor-start, blink-cursor-end): Ditto.
5460
5461 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5462
5463 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5464
5465 * window.el (walk-windows): If ALL-FRAMES is a frame,
5466 start on that frame. Use save-selected-window.
5467
5468 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5469
5470 * simple.el (end-of-buffer): Use window-end to find the window end
5471 instead of vertical-motion because this handles variable-height
5472 lines correctly.
5473
5474 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5475
5476 * ediff.el: Version change.
5477
5478 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5479 make sure you are in a good frame before deleting other
5480 windows.
5481 (ediff-file-checked-in-p): Don't consider CVS
5482 files checked in.
5483 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5484 are writing to a newly created empty file.
5485
5486 * ediff-mult.el (ediff-show-session-group-hook): New default.
5487
5488 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5489 First cd to the file directory. reportedly works
5490 better with remote files.
5491
5492 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5493 Use file-name-nondirectory when passing files to CVS.
5494
5495 * ediff-diff.el (ediff-cmp-options): New variable.
5496 (ediff-same-file-contents): Use ediff-cmp-options.
5497
5498 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5499 ediff-get-patch-buffer): Use current buffer if it appears to be a
5500 patch.
5501
5502 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5503 C-g
5504
5505 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5506 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5507 (viper-save-cursor-color,viper-restore-cursor-color):
5508 Improved cursor color handling.
5509 (viper-get-saved-cursor-color-in-replace-mode,
5510 viper-get-saved-cursor-color-in-insert-mode): New functions for
5511 better cursor color handling.
5512
5513 * viper-ex.el (ex-read,ex-edit):
5514 Fixes for correct interpretation of #,%.
5515 (viper-ex): Now works correctly when called from other functions.
5516 (viper-glob-function): New variable.
5517 (viper-ex): Save excursion before doing :global.
5518
5519 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5520
5521 * viper-cmd.el (viper-post-command-sentinel,
5522 viper-insert-state-post-command-sentinel,
5523 viper-insert-state-pre-command-sentinel): Takes better care of
5524 cursor colors.
5525
5526 * viper.el: Version change.
5527
5528 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5529
5530 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5531 that the modeline display was updated *only* when
5532 `whitespace-display-in-modeline' was set, not otherwise.
5533
5534 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5535
5536 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5537 "frac12".
5538
5539 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5540 ad-activate.
5541
5542 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5543
5544 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5545 using fboundp instead of assuming that these are not present in
5546 particular flavors of emacs.
5547 (whitespace-version): Update to 2.8
5548 (whitespace-display-in-modeline): Add custom variable to control
5549 displaying the whitespace errors on the modeline based on
5550 suggestion from <klaus.berndl@sdm.de>
5551 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5552 clean, to enable using as a hook function, as suggested by Puneet
5553 Goel <puneet@computer.org>
5554 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5555 quiet was not set, even with whitespace-auto-cleanup set.
5556 (whitespace-mode-line): Now uses less modeline real estate and
5557 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5558 which is present in the file, and <y> is any type of whitespace
5559 whose check has been suppressed by setting
5560 `whitespace-check-<whitespace-type>' to nil.
5561 (whitespace-unchecked-whitespaces): New function to return the
5562 list of whitespaces for whom checks have been suppressed.
5563 (whitespace-display-unchecked-whitespaces): Renamed to
5564 `whitespace-update-modeline' to reflect its functionality.
5565
5566 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5567
5568 * progmodes/compile.el (compilation-error-regexp-alist):
5569 Undo previous change.
5570
5571 1999-10-28 Dave Love <fx@gnu.org>
5572
5573 * help.el (help-follow): Make arg optional again and really
5574 default to point.
5575
5576 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5577
5578 * paths.el (rmail-file-name): Make it an option.
5579
5580 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5581 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5582 comment fixes.
5583
5584 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5585 MIPS Pro 7.3 compiler error message syntax.
5586
5587 1999-10-27 Dave Love <fx@gnu.org>
5588
5589 * progmodes/compile.el: Checkdoc-inspired fixes.
5590
5591 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5592
5593 * lpr.el (print-buffer): Doc-string fix.
5594
5595 1999-10-27 Dave Love <fx@gnu.org>
5596
5597 * emacs-lisp/advice.el: Doc fixes.
5598 (ad-lemacs-p): Removed.
5599 (advice): Add :link to defgroup.
5600
5601 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5602
5603 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5604 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5605
5606 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5607
5608 * window.el (walk-windows): If ALL-FRAMES is a frame,
5609 start on that frame. Use save-selected-window.
5610
5611 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5612
5613 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5614 ad-activate. All callers changed, including those in data.c.
5615 (ad-activate-internal-off): Renamed from ad-activate-off.
5616 All uses changed.
5617 (ad-activate): Renamed from ad-activate-on. All uses changed.
5618 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5619 Alter the definition of ad-activate-internal, not ad-activate.
5620
5621 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5622
5623 * startup.el (command-line-1): Add support for command line
5624 arguments `file' and `execute'. Fix handling of `visit'.
5625
5626 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5627
5628 * international/mule-cmds.el (read-input-method-name): Handle the
5629 case that the arg DEFAULT is symbol.
5630
5631 * international/mule-diag.el (mule-diag): Handle the case that
5632 default-input-method is symbol.
5633
5634 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5635
5636 * textmodes/tildify.el: New file.
5637
5638 1999-10-25 Sam Steingold <sds@ksp.com>
5639
5640 * Makefile (compile-files): Fixed the "tr" strings.
5641 (EMACS): Set to ../src/emacs.
5642
5643 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5644
5645 * info.el (Info-build-node-completions): Add '("*") to the
5646 completion list.
5647
5648 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5649
5650 * frame.el (auto-raise-mode): When enabling the mode,
5651 immediately raise the selected frame.
5652
5653 * indent.el (indent-region): Doc fix.
5654
5655 * comint.el (comint-output-filter): Make the Comint buffer current
5656 for the comint-preoutput-filter-functions.
5657
5658 * mail/reporter.el: Doc fix.
5659
5660 1999-10-24 Stephen Eglen <stephen@gnu.org>
5661
5662 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5663 that Octave lisp files can also run under XEmacs 20.
5664 (require 'custom) added so that files can run under Emacs 19.34.
5665
5666 * iswitchb.el (iswitchb-default-keybindings): No need to use
5667 read-kbd-macro in keybindings.
5668
5669 1999-10-23 Dave Love <fx@gnu.org>
5670
5671 * elide-head.el: New file.
5672
5673 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5674
5675 * Makefile (compile-files, backup-compiled-files): New targets.
5676 (bootstrap, bootstrap-clean): Ditto.
5677
5678 1999-10-22 Paul Eggert <eggert@twinsun.com>
5679
5680 * international/mule-cmds.c (locale-language-names):
5681 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5682 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5683 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5684 Use Latin-8 for Welsh.
5685 Use Latin-1 for English if "en" is explicitly specified.
5686 Use Latin-1 for Scots Gaelic, Tagalog.
5687 Use Latin-1 (not Latin-4) for Greenlandic.
5688 Use Latin-1 (not Latin-2) for Albanian.
5689 (locale-preferred-coding-systems, locale-language-names):
5690 Remove generic ISO 8859 locales; locale-charset-language-names now
5691 does this.
5692 (locale-charset-language-names): New variable.
5693 (set-locale-environment): Use language name specified by
5694 locale-charset-language-names if its charsets disagree with the
5695 language name specified by locale-language-names.
5696
5697 1999-10-22 Dave Love <fx@gnu.org>
5698
5699 * make-mode.el: Minor doc fixes.
5700
5701 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5702
5703 1999-10-21 Dave Love <fx@gnu.org>
5704
5705 * loadup.el: Add latin-8, latin-9.
5706
5707 1999-10-20 Paul Eggert <eggert@twinsun.com>
5708
5709 * disp-table.el (standard-display-european): Remove undocumented
5710 arg AUTO; no longer used by startup.el. Do not attempt to treat
5711 all non-English language environments as coding system names.
5712 Instead, use the downcased language environment name as a coding
5713 system name if it is one; otherwise, use latin-1.
5714
5715 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5716
5717 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5718 that were split so that part of the comment appeared as Lisp code.
5719
5720 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5721
5722 * ps-bdf.el: Doc fix.
5723
5724 * ps-print-def.el: New file: common definitions for all parts of
5725 ps-print.
5726 (ps-multibyte-buffer): Moved from ps-mule.
5727
5728 * ps-mule.el: File dependence fix.
5729 (ps-multibyte-buffer): Moved to ps-print-def.
5730
5731 * ps-print.el: Doc fix, better customization.
5732 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5733 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5734 (ps-end-file): Doc fix.
5735 (ps-setup, ps-begin-file): Fun fix.
5736 (postscript): New group.
5737 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5738 (ps-print-prologue-1): Adjust PostScript programming.
5739 (ps-print): Adjust group hierarchy.
5740 (ps-print-n-up, ps-print-zebra, ps-print-background,
5741 ps-print-printer)
5742 (ps-print-page): New subgroups.
5743 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5744 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5745 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5746 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5747 (ps-zebra-stripe-height, ps-print-background-image)
5748 (ps-print-background-text, ps-spool-config): Adjust customization.
5749 (dos-ps-printer): Definition eliminated.
5750
5751 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5752
5753 * ps-mule.el: Doc fix, define functions properly if mule package is
5754 loaded or not.
5755 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5756 mule package is loaded or not.
5757
5758 * ps-print.el: Doc fix, n-up printing.
5759 (ps-print-version): New version number (5.0).
5760 (ps-page-dimensions-database): Added document media.
5761 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5762 (ps-page-order, ps-printing-region-p): New vars.
5763 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5764 funs.
5765 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5766 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5767 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5768 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5769 (ps-print-begin-sheet-hook): New hook.
5770 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5771 const.
5772 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5773 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5774 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5775 (ps-count-lines): Changed to defun.
5776 (ps-header-page): Changed to defsubst, fix fun.
5777 (ps-printing-region): Doc fix, adjust programming code.
5778 (ps-output-boolean, ps-background-pages, ps-background-text)
5779 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5780 programming code.
5781
5782 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5783
5784 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5785 (ps-print-version): New version number (4.2).
5786 (ps-spool-config, ps-spool-tumble): New vars.
5787 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5788 programming, new PostScript procedure to handle errors.
5789 (ps-print-prologue-2): Changed to defconst.
5790 (ps-print-duplex-feature): New const: duplex and tumble setting.
5791 (ps-setup, ps-begin-file): Fix funs.
5792 (ps-boolean-capitalized): New fun.
5793
5794 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5795
5796 * Makefile (dontcompilefiles): Obsoleted.
5797 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5798 (EL): Unused.
5799 (temacs): Removed (unused).
5800 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5801 version of the file (necessary for the update to work properly).
5802 (autoloads): Force the use of `pwd`/loaddefs.el.
5803 (updates); Redefined in terms of other targets to reduce redundancy.
5804 (.el.elc): New default rule, just in case you want it.
5805 (compile): Use a single invocation of Emacs.
5806 (bootstrap-compile); Unneeded.
5807 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5808
5809 1999-10-19 Dave Love <fx@gnu.org>
5810
5811 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5812
5813 1999-10-19 Sam Steingold <sds@ksp.com>
5814
5815 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5816 comply with the comment.
5817
5818 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5819
5820 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5821 permanent-local.
5822
5823 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5824
5825 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5826 value: \"lpr\" changed to "lpr"
5827 (ps-mode-version): New constant
5828 (ps-mode-show-version): New function, added key in ps-mode-map
5829 (ps-run-messages): Removed
5830 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5831 ps-run-messages. These keywords now include the value of
5832 ps-run-prompt, making its fontification customizable.
5833 (ps-run-init): Removed \\n from docstring, it is now added when
5834 the value is used
5835 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5836 ps-run-prompt
5837 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5838 customizable variables in doc-string (its equivalent
5839 ps-run-messages was missing in previous version of the doc-string)
5840 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5841 symbols only
5842
5843 1999-10-19 Alex Schroeder <alex@gnu.org>
5844
5845 * ansi-color.el: Complete rewrite.
5846
5847 1999-10-19 Paul Eggert <eggert@twinsun.com>
5848
5849 Fix bootstrapping problems.
5850 Use the system locale to specify Emacs locale defaults.
5851
5852 * international/mule-cmds.el (global-map):
5853 Do not use backquote, because that makes a bootstrapping
5854 problem if you need to recompile all Lisp files using interpreted code.
5855 * international/mule.el (charset-id, charset-bytes,
5856 charset-dimension, charset-chars, charset-width,
5857 charset-direction, charset-iso-final-char,
5858 charset-iso-graphic-plane, charset-reverse-charset,
5859 charset-short-name, charset-long-name, charset-description,
5860 charset-plist): Likewise.
5861 * subr.el (save-match-data): Likewise.
5862
5863 * international/mule-cmds.el
5864 (set-display-table-and-terminal-coding-system): New function,
5865 containing code migrated out of set-language-environment.
5866 (set-language-environment, set-locale-environment): Use it.
5867 (locale-translation-file-name): Moved here from startup.el.
5868 (locale-language-names, locale-preferred-coding-systems):
5869 New vars.
5870 (locale-name-match, set-locale-environment): New functions.
5871
5872 * language/japan-util.el (setup-japanese-environment-internal):
5873 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5874
5875 * startup.el (iso-8859-n-locale-regexp): Remove.
5876 (locale-translation-file-name): Move to mule-cmds.el.
5877 (command-line): Move locale-stuff into set-locale-environment.
5878
5879 1999-10-18 Dave Love <fx@gnu.org>
5880
5881 * abbrev.el (add-abbrev, inverse-add-abbrev)
5882 (expand-region-abbrevs): Remove properties from buffer text.
5883
5884 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5885
5886 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5887 from the mini-buffer, without the prompt.
5888
5889 * simple.el (minibuffer-prompt-end): Return the position
5890 after the prompt, not the position of that last character
5891 of the prompt.
5892
5893 1999-10-17 Miles Bader <miles@gnu.org>
5894
5895 * simple.el: Doc fixes.
5896
5897 1999-10-17 Miles Bader <miles@gnu.org>
5898
5899 * simple.el (previous-matching-history-element, next-history-element):
5900 Change to work correctly even if the point is in the prompt.
5901 (choose-completion-string): Likewise.
5902 (minibuffer-prompt-width): New function (compatibility with old subr).
5903
5904 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5905 When constraining the final position to the current field,
5906 don't use the ONLY-IN-LINE mode of constrain-to-field.
5907
5908 1999-10-17 Miles Bader <miles@gnu.org>
5909
5910 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5911 constrain-to-field.
5912 * textmodes/paragraphs.el (forward-sentence): Likewise.
5913
5914 1999-10-17 Miles Bader <miles@gnu.org>
5915
5916 * simple.el (line-move): Use constrain-to-field to avoid
5917 moving into a prompt.
5918 (previous-complete-history-element): Clarify doc string.
5919 (next-complete-history-element): Likewise.
5920 Use field-beginning instead of point-min.
5921 (next-matching-history-element): Use field-beginning and
5922 erase-field instead of point-min and erase-buffer.
5923 * textmodes/paragraphs.el
5924 (forward-paragraph, forward-sentence): Likewise.
5925 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5926 constrain the kill to an field, as the movement commands now
5927 do this.
5928
5929 1999-10-17 Miles Bader <miles@gnu.org>
5930
5931 * simple.el (previous-matching-history-element): Get the
5932 minibuffer input with field-string instead of buffer-string.
5933 (choose-completion-string): Likewise.
5934 (next-history-element): Likewise.
5935 Erase the minibuffer input with erase-field, not erase-buffer.
5936 Use field-beginning to find the beginning of the input.
5937 * textmodes/paragraphs.el (backward-kill-sentence):
5938 Remove minibuffer-prompt hack.
5939 Constrain to any input field.
5940
5941 1999-10-17 Sam Steingold <sds@ksp.com>
5942
5943 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5944 for CMUCL on sparc and ".ufsl" for LispWorks.
5945 (bound-and-true-p): Bugfix: free variable `v'.
5946
5947 1999-10-16 Dave Love <d.love@dl.ac.uk>
5948
5949 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5950 (edebug-uninstall-read-eval-functions): Use load-read-function,
5951 avoiding elisp-eval.
5952
5953 1999-10-16 Sam Steingold <sds@ksp.com>
5954
5955 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5956 instead of `eql'.
5957
5958 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5961 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5962 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5963 * ediff-util.el (ediff-make-temp-file):
5964 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5965 * emerge.el (emerge-make-temp-file):
5966 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5967 * vc.el (vc-update-change-log):
5968 * mail/mailpost.el (post-mail-send-it):
5969 * mail/metamail.el (metamail-region):
5970 * progmodes/cmacexp.el (c-macro-expansion):
5971 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5972
5973 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5974
5975 * smtpmail.el (smtpmail-via-smtp): Add support for
5976 automatically appending a domain to RCPT TO: addresses.
5977
5978 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5979
5980 * dired.el (dired-insert-directory): Insert the amount of
5981 free space after the total size.
5982 (dired-free-space-program, dired-free-space-args): New variables.
5983
5984 1999-10-14 Karl Heuer <kwzh@gnu.org>
5985
5986 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5987
5988 1999-10-14 Dave Love <fx@gnu.org>
5989
5990 * international/characters.el:
5991 * international/fontset.el:
5992 * international/mule-conf.el: Add latin-iso8859-1[45].
5993
5994 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5995 strings.
5996
5997 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5998 (command-line): Detect Latin-[89] locales.
5999
6000 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6001
6002 * international/mule-cmds.el (select-safe-coding-system)
6003 (leim-list-header): Avoid the use of strings that start with backslash
6004 newline since lread.c:read1 has a hack to turn those strings into
6005 integer 0 during the loadup.el process.
6006
6007 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6008
6009 1999-10-13 Dave Love <fx@gnu.org>
6010
6011 * image.el (insert-image): Copy the image spec and add an
6012 intangible property.
6013
6014 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6015
6016 * help.el (help-xref-interned): Make it also work on variable-only
6017 and function-only symbols.
6018 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6019 (help-follow): If the point under mouse is not highlighted, try
6020 `help-xref-interned' on the pointed-to symbol anyway.
6021
6022 * info.el (Info-on-current-buffer): New entry point.
6023 (Info-find-node): Split into two for Info-on-current-buffer to
6024 hook into it.
6025 (Info-current-file, Info-set-mode-line, Info-up):
6026 Info-current-file can now be t.
6027 (Info-clone-buffer-hook): Function for `clone-buffer'.
6028 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6029 Make `clone-buffer' available in various ways to the user.
6030
6031 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6032
6033 * simple.el (shell-command, shell-command-on-region): Use
6034 make-temp-file.
6035 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6036
6037 * subr.el (with-current-buffer): Don't use backquotes to avoid
6038 bootstrapping problems.
6039
6040 * loadup.el (load-path): Add subdirs for bootstrapping.
6041 (docstrings): Ignore errors during bootstrapping.
6042 (args): New `bootstrap' argument (for use in place of `dump').
6043
6044 1999-10-12 Emmanuel Briot <briot@gnat.com>
6045
6046 * ada-stmt.el: Doc-string fixes.
6047
6048 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6049
6050 * recentf.el: New file.
6051
6052 * ps-mode.el: New file.
6053
6054 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6055 case insensitive.
6056
6057 1999-10-12 Richard Sharman <rsharman@pobox.com>
6058
6059 * sh-script.el: Added support for indenting existing scripts.
6060 (sh-mode-map): Added new bindings.
6061 (sh-mode): Updated mode doc-string for new commands, added
6062 make-local-variable calls, initialize mode-specific variables.
6063 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6064 is now a different function.
6065 (sh-header-marker): Changed docstring.
6066 (sh-set-shell): Initialize mode-specific variables.
6067 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6068 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6069 Changed these define-skeleton calls to work with user-specified
6070 indentation settings.
6071 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6072 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6073 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6074 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6075 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6076 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6077 (sh-guess-basic-offset, sh-handle-after-case-label)
6078 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6079 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6080 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6081 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6082 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6083 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6084 (sh-handle-this-then, sh-help-string-for-variable)
6085 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6086 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6087 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6088 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6089 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6090 (sh-remove-our-text-properties, sh-rescan-buffer)
6091 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6092 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6093 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6094 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6095 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6096 functions.
6097 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6098 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6099 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6100 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6101 (sh-var-list): New variables.
6102
6103 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6104
6105 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6106 a value one line to high if the cursor wasn't at the start of a
6107 line. A `beginning-of-line' is now performed before making the
6108 call to `count-lines'.
6109
6110 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6111
6112 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6113
6114 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6115
6116 * Makefile (setwins): Abstract out the command to find subdirectories
6117 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6118 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6119 (autoloads-with-other-emacs): Use it.
6120
6121 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6122
6123 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6124
6125 * Makefile (bootstrap-compile): New target. Compile Lisp
6126 files with ../src/temacs.
6127
6128 1999-10-08 Dave Love <fx@gnu.org>
6129
6130 * ange-ftp.el: Require dired when compiling.
6131 (ange-ftp-normal-login): Allow EFS-style port specification.
6132
6133 1999-10-08 Simon Marshall <simon@gnu.org>
6134
6135 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6136 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6137 If STRINGS is nil, return "" rather than nil.
6138
6139 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6140
6141 * Makefile (compile): Compile files one by one. Set load-path to
6142 current directory and subdirectories when compiling.
6143
6144 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6145
6146 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6147 (emacs): Use it everywhere instead of EMACS.
6148 (compile): New target. Compile all Lisp files from scratch.
6149 (recompile): New target. Recompile lisp directory.
6150 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6151 an Emacs executable not built in the current directory tree.
6152
6153 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6154
6155 * filecache.el (file-cache-completion-ignore-case): New variable,
6156 defaulting to the value of completion-ignore-case.
6157 (file-cache-minibuffer-complete): Use it.
6158 (file-cache-files-matching, file-cache-files-matching-internal):
6159 New functions.
6160
6161 1999-10-07 Emmanuel Briot <briot@gnat.com>
6162
6163 * ada-xref.el: New file
6164
6165 * ada-prj.el: New file
6166
6167 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6168
6169 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6170 subprogram being created.
6171
6172 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6173 ada-indent-newline-indent): Rewritten to support the new indentation
6174 scheme
6175
6176 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6177 New functions
6178
6179 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6180 justification parameter
6181
6182 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6183 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6184 external program
6185
6186 1999-10-07 Dave Love <fx@gnu.org>
6187
6188 * bindings.el (bound-and-true-p): New macro.
6189 (make-mode-line-mouse-sensitive): Don't require easymenu.
6190
6191 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6192
6193 * custom.el (defface): Extend documentation for new values of
6194 `type'.
6195
6196 * faces.el (face-spec-set-match-display): Recognize `type' of
6197 `motif', `lucid', `x-toolkit'.
6198 (menu): New face.
6199
6200 1999-10-05 Dave Love <fx@gnu.org>
6201
6202 * files.el: Recognize temporary crontab files.
6203
6204 * info.el: Require jka-compr when compiling.
6205 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6206
6207 1999-10-04 Dave Love <fx@gnu.org>
6208
6209 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6210 scroll-up-aggressively, scroll-down-aggressively.
6211
6212 * time.el (display-time-mode): Add autoload cookie.
6213
6214 * rect.el (delete-extract-rectangle): Doc fix from verna.
6215
6216 * help-macro.el (three-step-help): Customize.
6217
6218 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6219
6220 * hexl.el (hexlify-buffer): Move point in proper range
6221 if it is too large.
6222 (hexl-after-revert-hook): Update hexl-max-address.
6223 (hexl-address-to-marker): Doc fix.
6224
6225 1999-10-03 Dave Love <fx@gnu.org>
6226
6227 * image.el (defimage): Remove redundant code. Substitute file in
6228 image plist.
6229
6230 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6231
6232 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6233 when doing with-temp-file.
6234
6235 1999-10-01 Dave Love <fx@gnu.org>
6236
6237 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6238
6239 * help.el: Require view when compiling.
6240 (view-emacs-FAQ): Use Info version.
6241
6242 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6243
6244 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6245 (normat->normal). Use correct font names for Korean
6246 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6247
6248 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6249
6250 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6251 code not used by KOI8 to the same 8-bit code instead of mapping to
6252 SPC.
6253 (cyrillic-alternativnyj-decode-table): Likewise.
6254
6255 1999-09-29 Alex Schroeder <alex@gnu.org>
6256
6257 * sql.el (sql-imenu-generic-expression): Aew, used to set
6258 imenu-generic-expression.
6259 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6260 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6261 imenu-case-fold-search, and imenu-syntax-alist.
6262 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6263 setting font-lock-defaults' SYNTAX-ALIST.
6264
6265 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6266
6267 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6268 macro, try again.
6269
6270 1999-09-28 Dave Love <fx@gnu.org>
6271
6272 * cus-edit.el (custom-comment): Change widget definition.
6273 (custom-comment-create, custom-comment-show)
6274 (custom-comment-invisible-p): Don't use :comment-overlay.
6275 (custom-comment-hide): New function.
6276 (custom-variable-set, custom-variable-save)
6277 (custom-variable-reset-standard, custom-face-set)
6278 (custom-face-save): Use it.
6279
6280 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6281
6282 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6283
6284 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6285
6286 * faces.el (region): Doc fix.
6287
6288 1999-09-27 Dave Love <fx@gnu.org>
6289
6290 * isearch.el (isearch): Add :links in defgroup.
6291 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6292 (isearch-switch-frame-handler): Comment out (unused).
6293 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6294 (isearch-ring-retreat-edit): Doc fix.
6295 (isearch-mouse-yank): New command.
6296 (isearch-last-command-char): Removed. Callers changed to use
6297 last-command-char.
6298 (isearch-char-to-string): Removed. Callers changed to use
6299 char-to-string.
6300
6301 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6302
6303 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6304 option for Russian.
6305
6306 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6307
6308 * faces.el (face-differs-from-default-p): Compare face
6309 attributes individually.
6310
6311 * image.el (put-image, insert-image): Add string argument.
6312
6313 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6314
6315 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6316 LANG=de_DE.iso88591 on HPUX 11.0.
6317
6318 * dired.el (dired-move-to-filename-regexp): Make it work
6319 for LANG=de_DE.iso88591 on HPUX 11.0.
6320
6321 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6322
6323 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6324 if we know for some other reason it should not be used.
6325
6326 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6327 New variable.
6328 (edebug-recursive-edit): Save current-prefix-arg there,
6329 bind it, and set it back at the end.
6330 (edebug-outside-excursion): Restore and update the outside
6331 value of current-prefix-arg.
6332 (edebug-emacs-version-specific): Delete support for Epoch.
6333
6334 1999-09-24 Howard Melman <howard@silverstream.com>
6335
6336 * imenu.el (imenu-after-jump-hook): New variable.
6337 (imenu): Run menu-after-jump-hook.
6338 (imenu-name-lookup-function): New variable.
6339 * imenu.el (imenu--in-alist): Use those variables.
6340
6341 1999-09-24 Carsten Dominik <cd@gnu.org>
6342
6343 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6344 multiple thebibliography environments.
6345
6346 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6347 with recentering window.
6348 (reftex-extract-bib-entries-from-thebibliography,
6349 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6350 with multiple thebibliography environments.
6351
6352 * textmodes/reftex-vars.el
6353 (reftex-section-levels): Function allowed as cdr.
6354 (reftex-max-section-depth) New option.
6355
6356 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6357 with multiple thebibliography environments.
6358
6359 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6360
6361 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6362 instead of point-min in call to delete-region.
6363
6364 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6365
6366 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6367 out into arbitrary file names.
6368
6369 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6370
6371 * language/european.el ("Turkish"): New language environment.
6372
6373 1999-09-19 Dave Love <fx@gnu.org>
6374
6375 * delim-col.el: New file.
6376
6377 1999-09-17 Richard Stallman <rms@gnu.org>
6378
6379 * files.el (after-find-file): When visiting a backup file,
6380 make it read-only.
6381
6382 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6383 (apropos-keybinding-face, apropos-label-face): Likewise.
6384 (apropos-property-face, apropos-match-face): Likewise.
6385 (apropos-label-properties): New variable.
6386 (apropos-print-doc): Use apropos-label-properties.
6387 (apropos-print): Set apropos-label-properties.
6388
6389 1999-09-15 Richard Stallman <rms@gnu.org>
6390
6391 * winner.el: Use aref instead of sref.
6392
6393 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6394
6395 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6396
6397 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6398
6399 1999-09-14 Richard Stallman <rms@gnu.org>
6400
6401 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6402 cookie, even if followed by a letter.
6403
6404 1999-09-14 Stephen Eglen <stephen@gnu.org>
6405
6406 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6407 --no-line-editing are passed to Octave by including them here
6408 rather than storing them in inferior-octave-startup-args.
6409
6410 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6411
6412 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6413 command, option, env and sc.
6414
6415 * subr.el (shell-quote-argument): Quote argument with double
6416 quotes for ms-dos.
6417
6418 1999-09-14 Richard Stallman <rms@gnu.org>
6419
6420 * simple.el (eval-expression-print-level): New variable.
6421 (eval-expression-print-length): New variable.
6422 (eval-expression-debug-on-error): New variable.
6423 (eval-expression): Bind print-level, print-length and
6424 debug-on-error from those vars.
6425
6426 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6427 Bind print-level, print-length and debug-on-error.
6428
6429 1999-09-14 Inge Frick <inge@nada.kth.se>
6430
6431 * dired.el (dired-recursive-deletes): New custom variable.
6432 (dired-re-no-dot): New variable.
6433 (dired-delete-file): New function deletes files and directories
6434 recursively.
6435 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6436
6437 * dired-aux.el (dired-recursive-copies): New custom variable.
6438 (dired-handle-overwrite): Broke a long line.
6439 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6440 `copy-file'.
6441 (dired-copy-file-recursive): New function. Copy directories
6442 recursively.
6443 (dired-do-create-files): Added support for generalized directory
6444 target. How-to function may now return a function. New fluid
6445 variable `dired-one-file'.
6446 (dired-copy-how-to-fn): New variable.
6447 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6448 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6449 (dired-do-copy-regexp): No recursive copies.
6450
6451 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6452
6453 * whitespace.el (whitespace-version): Update version to 2.4
6454
6455 * whitespace.el: Add customization variables to conditionally test
6456 any of the five whitespaces, per request from Rune Kleveland
6457 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6458
6459 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6460
6461 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6462 list of modes to be checked for bogus whitespaces.
6463
6464 * whitespace.el (whitespace-rescan-timer-time): Update
6465 documentation.
6466
6467 * whitespace.el (whitespace-display-unchecked-whitespaces):
6468 New function to update modeline with untested whitespaces.
6469
6470 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6471 checking is turned on, and update modeline using the newly created
6472 `whitespace-display-unchecked-whitespaces'.
6473
6474 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6475 whose checking is turned on, and update modeline using the newly
6476 created `whitespace-display-unchecked-whitespaces'.
6477
6478 * whitespace.el (whitespace-describe): Update documentation.
6479
6480 * whitespace.el (whitespace-tickle-timer): Test if
6481 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6482
6483 1999-09-13 Dave Love <fx@gnu.org>
6484
6485 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6486
6487 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6488 for temp buffer.
6489 (checkdoc-this-string-valid): Don't assume default comment-start.
6490
6491 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6492
6493 * rsz-mini.el: Remove code, keep the interface.
6494
6495 1999-09-13 Dave Love <fx@gnu.org>
6496
6497 * help.el (help-highlight-p): Doc fix.
6498
6499 * faces.el (mode-line, header-line, tool-bar): Add :version.
6500 (highlight, secondary-selection): Add :group.
6501 (trailing-whitespace): Add :group, :version.
6502
6503 * wid-edit.el: Remove some compatibility code and checks.
6504 (widget-specify-field, widget-specify-button): Don't use XEmacs
6505 properties.
6506 (widget-overlay-inactive): Change error message.
6507 (widget-button-pressed-face): New variable.
6508 (widget-button-click): Use it.
6509 (widget-documentation-link-add): Specify mouse and button faces.
6510 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6511 removed now the functionality is built in.
6512
6513 * cus-edit.el: Don't define-widget-keywords.
6514 (multimedia): New group.
6515 (custom-last): Function removed.
6516 (custom-quote): Add vectorp case, comment out characterp case.
6517 (custom-buffer-done-function, custom-raised-buttons): New option.
6518 (Custom-buffer-done): New function.
6519 (custom-buffer-create-internal): Obey custom-raised-buttons,
6520 Custom-buffer-done.
6521 (custom-button-face): Make it `released-button'.
6522 (custom-button-pressed-face): Make it `pressed-button'
6523 (custom-mode-map): Bind "q" to Custom-buffer-done.
6524 (custom-mode): Deal with raised/pressed buttons.
6525
6526 Changes from Didier Verna:
6527 (custom-prompt-variable): Optional third arg makes prompt for a
6528 comment string.
6529 (customize-set-value, customize-set-variable,
6530 customize-save-variable): Optional prefix makes function handle
6531 variable comments.
6532 (customize-customized, customize-saved, custom-variable-state-set)
6533 (custom-variable-set, custom-variable-save, custom-face-state-set)
6534 (custom-variable-reset-saved, custom-variable-reset-standard)
6535 (custom-face-set, custom-face-save, custom-face-reset-saved)
6536 (custom-face-reset-standard, customize-save-customized): Handle
6537 custom comments.
6538 (custom-comment-face, custom-comment-tag-face): New face.
6539 (custom-comment): New widget.
6540 (custom-comment-create, custom-comment-delete)
6541 (custom-comment-value-set, custom-comment-show)
6542 ()custom-comment-invisible-p): New functions.
6543 (custom-variable-value-create, custom-face-value-create): Create a
6544 comment field widget.
6545 (custom-variable-menu, custom-face-menu): New entry for custom
6546 comment.
6547 (custom-face-value-create): Remove compatibility code.
6548 (custom-save-variables, custom-save-faces): Possibly save custom
6549 comments.
6550
6551 * cus-face.el (custom-face-attributes): Simplify :underline,
6552 :overline, :inverse-video cases. Fix up :box case (probably needs
6553 more work).
6554
6555 Change from Didier Verna:
6556 (custom-set-faces): The arguments can now have a custom comment as
6557 fourth argument.
6558
6559 * custom.el: Don't define-widget-keywords.
6560 Change from Didier Verna:
6561 (custom-set-variables): The arguments can now have a
6562 custom comment as fifth element.
6563
6564 1999-09-13 Richard Stallman <rms@gnu.org>
6565
6566 * info.el (Info-find-node): Cope better if guesspos is too large.
6567
6568 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6569
6570 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6571 of buffer-substring because buffer-string doesn't copy the
6572 prompt.
6573
6574 * faces.el (mode-line): Replaces `modeline'.
6575 (toplevel): Make `modeline' an alias for `mode-line'.
6576
6577 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6578
6579 * gs.el: Change `ghostscript' to `postscript' in comment.
6580
6581 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6582
6583 * emulation/tpu-edt.el (tpu-version): New version.
6584 (tpu-search-overlay, tpu-replace-overlay): New variables.
6585 (tpu-search-highlight, tpu-toggle-direction): New functions.
6586 (tpu-lm-replace): Set tpu-replace-overlay.
6587 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6588 command hook.
6589
6590 1999-09-11 Richard Stallman <rms@gnu.org>
6591
6592 * isearch.el (isearch-mode-map): Undo previous change.
6593
6594 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6595 use all of that as the sexp.
6596
6597 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6598 and use the initial argument as file name directly.
6599 Likewise if nothing matches.
6600
6601 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6602
6603 * winner.el: Major changes. Avoid changing point and mark.
6604 Save configurations after they change, not before.
6605
6606 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6607
6608 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6609 Bind print-continuous-numbering and print-number-table.
6610
6611 1999-09-10 Dave Love <fx@gnu.org>
6612
6613 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6614
6615 1999-09-09 Richard Stallman <rms@gnu.org>
6616
6617 * whitespace.el: Finish making it fit Emacs conventions.
6618 Add autoloads.
6619
6620 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6621
6622 * generic-x.el (bat-generic-mode): "::"-style comments don't
6623 need to begin with "-". Fix the font-lock definitions of ON/OFF
6624 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6625 from the list of keywords. Add DO to the list of keywords.
6626
6627 1999-09-09 Dave Love <fx@gnu.org>
6628
6629 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6630 (byte-optimize-backward-word): New optimizations.
6631 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6632 entries.
6633
6634 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6635
6636 * image.el (put-image): Remove optional buffer parameter.
6637
6638 * faces.el (face-italic-p): Return t only for values `italic'
6639 and `oblique'.
6640
6641 * mouse.el (mouse-drag-mode-line-1): Extension of former
6642 mouse-drag-mode-line that also drags the header line.
6643 (mouse-drag-mode-line): Call it.
6644 (mouse-drag-header-line): New.
6645 (toplevel): Bind down-mouse-1 on header lines to
6646 mouse-drage-header-line.
6647
6648 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6649
6650 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6651 (make-mode-line-mouse-sensitive): Replace `top-line' by
6652 `header-line'.
6653
6654 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6655
6656 * help.el (describe-function-1): Don't return empty string for keymaps.
6657
6658 * fill.el (fill-region-as-paragraph, canonically-space-region):
6659 Respect colon-double-space at end of line.
6660
6661 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6662
6663 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6664 (backup-buffer): Use it.
6665
6666 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6667
6668 * generic-x.el (generic-define-unix-modes): Added new modes:
6669 inetd-conf-generic-mode, etc-services-generic-mode,
6670 etc-passwd-generic-mode. These are all defined for Unix by default.
6671 (apache-generic-mode): Use an imenu-generic-expression to list
6672 Configuration keywords.
6673 (samba-generic-mode): Use both ; and # as comment characters.
6674 (samba-generic-mode): Font-lock expressions now highlight name
6675 value pairs.
6676 (bat-generic-mode): Keywords are now case-insensitive through
6677 font-lock-defaults setting.
6678 (java-properties-generic-mode): Supports both ! and # as comment
6679 characters.
6680 (java-properties-generic-mode): Added an imenu-generic-expression
6681 (java-properties-generic-mode): Reworked to support the various
6682 different ways to separate name and value (viz, '=', ':' and
6683 whitespace).
6684 (show-tabs-generic-mode): Added this new generic-mode.
6685
6686 1999-09-08 Richard Stallman <rms@gnu.org>
6687
6688 * progmodes/inf-lisp.el: Moved from top directory.
6689
6690 * tar-mode.el (tar-header-block-tokenize):
6691 Use `when' instead of `and'. Fix some clobbered text.
6692
6693 * gud.el (gud-make-debug-menu): Make a child for the
6694 local menu, for its menu bar, and the debug menu.
6695 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6696 Use the history in the simple way.
6697
6698 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6699
6700 * language/korea-util.el (default-korean-keyboard): Initialize it
6701 according to the environment variable HANGUL_KEYBOARD_TYPE.
6702
6703 1999-09-07 Richard Stallman <rms@gnu.org>
6704
6705 * subr.el (make-temp-file): New function.
6706
6707 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6708
6709 * font-lock.el (font-lock-multiline): New text property contains
6710 a boolean to indicate if the char is part of a multiline match.
6711 (font-lock-default-fontify-region): Extend the region appropriately
6712 for multiline keywords.
6713 (font-lock-default-unfontify-region): Also remove the new
6714 font-lock-multiline text property.
6715 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6716 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6717
6718 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6719
6720 * diary-lib.el (list-diary-entries): Make sure two-digit years
6721 have leading zeros.
6722
6723 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6724
6725 * faces.el (face-set-after-frame-default): Initialize some
6726 attributes of some faces from frame parameters.
6727
6728 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6729
6730 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6731
6732 * faces.el (fringe): Replaces face `margin'.
6733
6734 1999-09-07 Dave Love <fx@gnu.org>
6735
6736 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6737
6738 1999-09-07 Richard Stallman <rms@gnu.org>
6739
6740 * subr.el (push): Doc fix.
6741
6742 1999-09-06 Richard Stallman <rms@gnu.org>
6743
6744 * vc.el (vc-annotate-display): Use < 69 not < 70
6745 to distinguish 20YY from 19YY.
6746
6747 * timezone.el (timezone-parse-date): Use < 69 not < 70
6748 to distinguish 20YY from 19YY.
6749
6750 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6751
6752 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6753
6754 * quickurl.el: (quickurl-list-focused-line): Removed.
6755 (quickurl-list-insert): Now works out the focused line using
6756 `count-lines' instead of using `quickurl-list-focused-line'.
6757
6758 1999-09-06 Richard Stallman <rms@gnu.org>
6759
6760 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6761 to beginning of message.
6762
6763 1999-09-06 Dave Love <fx@gnu.org>
6764
6765 * isearch.el (isearch-mode-map): Add mouse-2.
6766
6767 * mail/rmail.el (rmail-read-password): Deleted.
6768 (rmail-get-pop-password): Use read-password.
6769
6770 * quickurl.el: Don't conditionally define caddr.
6771 (quickurl-url-comment): Use nth, not caddr in function and
6772 defsetf.
6773
6774 1999-09-06 Richard Stallman <rms@gnu.org>
6775
6776 * auto-show.el: Doc fixes.
6777
6778 1999-09-06 Stephen Eglen <stephen@gnu.org>
6779
6780 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6781 --no-line-editing so that TABs in source files are not interpreted
6782 as completion requests.
6783
6784 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6785
6786 * hscroll.el, auto-show.el: Remove all code, keep the public
6787 interface as no-ops.
6788
6789 * faces.el (face-bold-p): Don't return t if face has lighter
6790 weight than normal.
6791
6792 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6793
6794 * startup.el (command-line): Make small-temporary-file-directory
6795 be nil except on ms-dos.
6796
6797 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6798
6799 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6800 is defined.
6801
6802 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6803 letters with a colon after d or l.
6804
6805 1999-09-06 Dave Love <fx@gnu.org>
6806
6807 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6808 primitive.)
6809
6810 1999-09-05 Richard Stallman <rms@gnu.org>
6811
6812 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6813
6814 * textmodes/paragraphs.el (backward-kill-sentence):
6815 Don't test minibuffer-prompt-end here.
6816 (forward-sentence): Do handle it here.
6817 (backward-kill-paragraph): Don't test it here.
6818 (forward-paragraph): Handle it here.
6819
6820 * mouse.el (font-menu-add-default): Simplify code.
6821
6822 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6823
6824 * faces.el (header-line): Renamed from `top-line'.
6825
6826 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6827
6828 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6829
6830 1999-09-04 Richard Stallman <rms@gnu.org>
6831
6832 * whitespace.el: New file.
6833
6834 1999-09-04 Dave Love <fx@gnu.org>
6835
6836 * paths.el: Make some doc strings obey the make-docfile convention.
6837
6838 * bindings.el: Likewise.
6839 (debug-ignored-errors): Remove BBDB ones.
6840
6841 1999-09-03 Richard Stallman <rms@gnu.org>
6842
6843 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6844 not from the draft to forward.
6845
6846 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6847
6848 1999-09-03 Dave Love <fx@gnu.org>
6849
6850 * double.el (double-mode): Customize the variable.
6851
6852 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6853
6854 * international/characters.el: Delete duplicated code.
6855
6856 1999-09-02 Richard Stallman <rms@gnu.org>
6857
6858 * indent.el (indent-relative): Doc fix.
6859
6860 * quickurl.el (quickurl): Doc fix.
6861
6862 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6863
6864 * faces.el (margin): Change background to "gray" for mono (this is
6865 drawn with a stipple pattern).
6866
6867 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6868
6869 * simple.el (next-history-element): Use minibuffer-prompt-end once
6870 again. Remove test for minibuffer-prompt-in-buffer.
6871
6872 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6873
6874 * files.el (small-temporary-file-directory): New variable.
6875
6876 * startup.el (command-line): Compute the value of
6877 small-temporary-file-directory.
6878
6879 * ediff-init.el (ediff-temp-file-prefix): Use
6880 small-temporary-file-directory if non-nil.
6881
6882 * vc.el (vc-update-change-log): Likewise.
6883
6884 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6885
6886 * simple.el (shell-command, shell-command-on-region): Use
6887 make-temp-name properly. Use small-temporary-file-directory if
6888 non-nil, otherwise temporary-file-directory, to generate temporary
6889 files.
6890
6891 * dos-w32.el (direct-print-region-helper): Use
6892 temporary-file-directory. (From Stefan Monnier.)
6893
6894 1999-09-02 Richard Stallman <rms@gnu.org>
6895
6896 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6897 from asm-comment-char.
6898 (asm-font-lock-keywords): Recognize instruction width suffixes.
6899
6900 1999-09-01 Richard Stallman <rms@gnu.org>
6901
6902 * play/fortune.el: New file.
6903
6904 1999-08-31 Dave Love <fx@gnu.org>
6905
6906 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6907 after key table.
6908
6909 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6910 redisplay variables.
6911
6912 * subr.el (push): Fix typo.
6913
6914 1999-08-30 Kevin Blake <kblake@ticnet.com>
6915
6916 * emacs-lisp/ring.el: Many doc fixes.
6917 (ring-size, ring-copy): New functions.
6918
6919 1999-08-29 Richard Stallman <rms@gnu.org>
6920
6921 * progmodes/etags.el (tags-loop-continue):
6922 After tags-loop-operate returns, force skip to next file.
6923
6924 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6925 (mail-extr-first-letters, mail-extr-last-letters):
6926 Use character classes [:alpha:] and [:alnum:].
6927
6928 * subr.el (push, pop): New macros.
6929
6930 * progmodes/compile.el (compilation-error-regexp-alist):
6931 New item for SGI IRIX MipsPro compilers.
6932
6933 * speedbar.el (speedbar-directory-buttons): Recognize
6934 device names when checking for file names.
6935
6936 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6937
6938 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6939 and specially handle defvar inside their expansions.
6940 (eval-defun-1): New subroutine.
6941
6942 * progmodes/compile.el (compilation-error-regexp-alist):
6943 Fix the Perl -w entry to allow period after line number.
6944 Don't allow newlines in file name, but allow them after line number
6945 for Perl debugging traces.
6946
6947 * which-func.el (which-func-cleanup-function): New variable.
6948 (which-function): Call that function.
6949
6950 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6951 to end a function name.
6952
6953 * informat.el (Info-tagify): Don't insert more than one newline
6954 before the tag table.
6955
6956 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6957
6958 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6959 than make-temp-name, use match-string-no-properties, and eliminate
6960 a quadratic behavior when building bibtex-strings.
6961
6962 1999-08-29 Alex Schroeder <alex@gnu.org>
6963
6964 * comint.el (comint-input-ring-separator): New variable.
6965 (comint-read-input-ring): Doc change; use
6966 comint-input-ring-separator when reading file.
6967 (comint-write-input-ring): Use
6968 comint-input-ring-separator when writing file.
6969
6970 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6971
6972 * informat.el (Info-tagify): Start by widening.
6973 Match node headers that don't list the file name,
6974 and more kinds of page separations.
6975 Strip properties during tagification.
6976 Use start of node header line as tag's position.
6977 Fix the "done" message.
6978
6979 (Info-validate): Save and restore match data around narrowing down.
6980
6981 1999-08-28 Richard M. Stallman <rms@gnu.org>
6982
6983 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6984 On repeated call, override previous values put into
6985 minor-mode-map-alist and minor-mode-alist.
6986
6987 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6988
6989 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6990
6991 1999-08-27 Andreas Schwab <schwab@gnu.org>
6992
6993 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6994 from cvs update.
6995
6996 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6997
6998 * calendar/calendar.el (calendar-move-hook): New hook.
6999
7000 * calendar/cal-move.el: Call the new hook in every movement function.
7001
7002 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7003 the right function name.
7004
7005 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7006
7007 * time-stamp.el: Put quote-backquote around all symbol names
7008 in doc strings, for mousing.
7009 (time-stamp): Support multi-line patterns.
7010 (time-stamp-inserts-lines): New variable.
7011 (time-stamp-count): New variable.
7012 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7013 "Thu" instead of "%a".
7014
7015 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7016
7017 * simple.el (kill-word): Undo previous change.
7018
7019 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7020
7021 * jit-lock.el (jit-lock-function): Extend the fontified range
7022 to the beginning of the line containing the range start and
7023 the beginning of the line following the range end.
7024
7025 1999-08-24 Dave Love <fx@gnu.org>
7026
7027 * timezone.el: Move provide to end.
7028 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7029 <70 are 2000+.
7030 (timezone-parse-time): Simplify somewhat.
7031
7032 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7033
7034 * faces.el (margin): Renamed from bitmap-area.
7035
7036 1999-08-24 Alex Schroeder <alex@gnu.org>
7037
7038 * sql.el: Doc changes.
7039 (sql-sybase): Use sql-server instead of sql-database.
7040
7041 1999-08-23 Dave Love <fx@gnu.org>
7042
7043 * rect.el: Add/fix various doc strings. Add `*' to all the
7044 interactive specs.
7045
7046 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7047
7048 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7049 Don't unwind-protect font-lock-fontify-region.
7050
7051 * paragraphs.el (backward-kill-paragraph): Don't move
7052 point into mini-buffer prompt.
7053 (backward-kill-sentence): Ditto.
7054
7055 * simple.el (next-history-element): Use minibuffer-prompt-end.
7056 Remove test for minibuffer-prompt-in-buffer.
7057 (kill-word): Don't move point into mini-buffer prompt.
7058
7059 1999-08-21 Dave Love <fx@gnu.org>
7060
7061 * Makefile: Exclude CVS dirs like RCS.
7062
7063 1999-08-19 Dave Love <fx@gnu.org>
7064
7065 * tooltip.el (tooltip-mode): Customize this, per convention.
7066 (tooltip-active): Option deleted.
7067
7068 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7069
7070 * hanoi.el, page-ext.el: Declare dynamic vars.
7071
7072 * term.el: Avoid ange-ftp related compilation warnings.
7073
7074 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7075
7076 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7077 the default so that beginners can benefit from it without
7078 searching in manuals.
7079
7080 1999-08-18 Ray Blaak <blaak@gnu.org>
7081
7082 * progmodes/delphi.el: Consider assembly sections as blocks, to
7083 indent them better. Make auto-indent on newline optional.
7084
7085 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7086
7087 * bindings.el (mode-line-modified): Look up key binding for C-x
7088 C-q. If it's bound call that binding, otherwise call
7089 toggle-read-only.
7090
7091 1999-08-17 Dave Love <fx@gnu.org>
7092
7093 * info.el (info): Doc fix.
7094
7095 * finder.el (finder-known-keywords): Add `multimedia'.
7096
7097 * apropos.el: Don't capitalize custom group name.
7098
7099 * info-look.el: Remove compatibility code.
7100 (info-lookup-guess-default*): DTRT for point at start of symbol.
7101 (info-complete): Don't lose with point not at end of symbol.
7102
7103 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7104
7105 * term.el (toplevel): Make face `term-default' an empty face.
7106 The code relied on the fact that Emacs ignored invalid faces in
7107 face text properties in 20.4.
7108
7109 1999-08-16 Richard M. Stallman <rms@gnu.org>
7110
7111 * subr.el (point-at-eol, point-at-bol): New aliases.
7112
7113 * simple.el: Functions reordered.
7114
7115 * rect.el (delete-rectangle-line): Use line-end-position.
7116
7117 1999-08-16 Karl Heuer <kwzh@gnu.org>
7118
7119 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7120 here from simple.el.
7121
7122 1999-08-16 Dave Love <fx@gnu.org>
7123
7124 * mouse.el: Provide `mldrag' for compatibility.
7125 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7126 marked obsolete.
7127
7128 * mldrag.el: Removed since the features are in mouse.el.
7129
7130 * jka-compr.el (auto-compression-mode): New variable for
7131 customization.
7132
7133 * bindings.el (mode-line-mule-info): Doc fix.
7134
7135 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7136 name comparisons.
7137
7138 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7139 (find-file): Doc fix.
7140
7141 1999-08-16 Carsten Dominik <cd@gnu.org>
7142
7143 * textmodes/reftex.el: Most of the code moved to other files.
7144 * textmodes/reftex-auc.el: New file, split out from reftex.el
7145 * textmodes/reftex-cite.el: New file, split out from reftex.el
7146 * textmodes/reftex-global.el: New file, split out from reftex.el
7147 * textmodes/reftex-index.el: New file, split out from reftex.el
7148 * textmodes/reftex-parse.el: New file, split out from reftex.el
7149 * textmodes/reftex-ref.el: New file, split out from reftex.el
7150 * textmodes/reftex-sel.el: New file, split out from reftex.el
7151 * textmodes/reftex-toc.el: New file, split out from reftex.el
7152 * textmodes/reftex-vars.el: New file, split out from reftex.el
7153 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7154
7155 1999-08-16 Carsten Dominik <cd@gnu.org>
7156
7157 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7158 conflict with pop-up-frames.
7159 (reftex-special-environment-parsers): New constant.
7160 (reftex-label-alist): car of an entry can also be a function.
7161 (reftex-what-special-env): Cew function.
7162 (reftex-label-location): Call `reftex-what-special-env'.
7163 (reftex-compile-variables): Check for symbol in
7164 `reftex-label-alist'.
7165 (reftex-what-environment): Fixed bug with stacked environments of
7166 same kind (e.g. enumerate).
7167 (reftex-process-string): Preserve default directory.
7168 (reftex-label-alist-builtin): Changed prefixes of endnote and
7169 footnote. Also the magic words.
7170 (reftex-reference): Interprete new option
7171 `reftex-fref-is-default'.
7172 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7173 (reftex-toc-mouse-view-line): Command removed (had no binding).
7174 (reftex-everything-regexp): New function.
7175 (reftex-nearest-match): Made better.
7176 (reftex-toc-find-section): Use new version of
7177 `reftex-nearest-match'.
7178 (reftex-insert-docstruct): Adapted to work with the index stuff.
7179 (reftex-parse-from-file): Find index entries as well.
7180 (reftex-toc-toggle-index): New function
7181 (reftex-toc-map): `i' is now used to togle the index, File
7182 boundaries has been moved to `F'.
7183 (reftex-select-label-map): Toggling display of file boundaries is
7184 now on the `F' key, for consistency with `reftex-toc-map'.
7185 (reftex-erase-all-selection-and-index-buffers): Renamed from
7186 `reftex-erase-all-selection-buffer'. Now also kills the index
7187 buffers.
7188 (reftex-viewing-cross-references): Customization group renamed
7189 from reftex-viewing-cross-references-and-citations.
7190 (reftex-index-macro-regexp,
7191 reftex-find-index-entry-regexp-format): New variables
7192 (reftex-macros-with-index): New variable
7193 (reftex-add-index-macros): New function
7194 (reftex-renumber-simple-labels, reftex-translate): Allow for
7195 multiple labels in a single ref command.
7196 (reftex-index-support): New customization group
7197 (reftex-support-index, reftex-index-special-chars,
7198 reftex-index-macros, reftex-index-default-macro,
7199 reftex-index-default-tag, reftex-index-math-format,
7200 reftex-index-section-letters, reftex-index-include-context,
7201 reftex-index-follow-mode, reftex-index-header-face,
7202 reftex-index-section-face, reftex-index-tag-face,
7203 reftex-index-face): New options
7204 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7205 reftex-index-tag, reftex-index-return-marker,
7206 reftex-index-restriction-indicator, reftex-index-restriction-data,
7207 reftex-index-macro-regexp, reftex-index-level-re,
7208 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7209 reftex-everything-regexp-no-index, reftex-index-re,
7210 reftex-macros-with-index, reftex-index-macro-alist): New variables
7211 (reftex-index-help, reftex-index-macros-builtin,
7212 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7213 reftex-query-index-macro-help): New constants
7214 (reftex-index-selection-or-word, reftex-index,
7215 reftex-default-index, reftex-update-default-index,
7216 reftex-index-complete-tag, reftex-index-select-tag,
7217 reftex-index-complete-key, reftex-index-update-taglist,
7218 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7219 reftex-display-index, reftex-insert-index,
7220 reftex-index-insert-new-letter, reftex-get-restriction,
7221 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7222 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7223 reftex-index-toggle-follow, reftex-index-toggle-context,
7224 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7225 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7226 reftex-index-quit, reftex-index-quit-and-kill,
7227 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7228 reftex-index-revert, reftex-index-switch-index-tag,
7229 reftex-index-restrict-to-section, reftex-index-widen,
7230 reftex-index-restriction-forward,
7231 reftex-index-restriction-backward, reftex-index-visit-location,
7232 reftex-index-analyze-entry, reftex-index-globalize,
7233 reftex-index-edit, reftex-index-toggle-range-beginning,
7234 reftex-index-toggle-range-end, reftex-index-edit-key,
7235 reftex-index-edit-attribute, reftex-index-edit-visual,
7236 reftex-index-edit-part, reftex-index-level-down,
7237 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7238 reftex-index-change-entry, reftex-index-goto-letter,
7239 reftex-add-index-macros, reftex-ensure-index-support,
7240 reftex-index-info-safe, reftex-index-info): New functions.
7241
7242
7243 1999-08-15 Richard M. Stallman <rms@gnu.org>
7244
7245 * paren.el (show-paren-mode): Support making show-paren-mode
7246 a buffer-local variable. Don't check for a window system.
7247 (show-paren-function): Check whether show-paren-function is
7248 enabled in current buffer; do the right thing if not.
7249 Don't check for a window system.
7250 (show-paren-mode): Make it a user variable.
7251
7252 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7253 Handle `enum' like `struct'.
7254
7255 * server.el (server-process-filter): If a client visits no buffers,
7256 close it immediately before recording it.
7257
7258 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7259 Optimize by calling concat just once. Handle =\n sequence.
7260 (mail-unquote-printable-region): New command.
7261 (mail-quote-printable): Make it autoload.
7262
7263 1999-08-15 Karl Heuer <kwzh@gnu.org>
7264
7265 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7266
7267 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7268
7269 * lisp/texinfmt.el: Handle @ifnottex.
7270
7271 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7272
7273 * frame.el (blink-cursor): Don't turn on cursor blinking for
7274 ms-dos.
7275
7276 * faces.el (face-valid-attribute-values): Look in
7277 x-bitmap-file-path only for x and w32 window systems.
7278
7279 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7280 Do that if width is nil as well.
7281 (x-display-mm-height, x-display-mm-width): Update values.
7282 (x-colors): Compute the list from msdos-color-values.
7283 (x-select-enable-clipboard): Doc fix.
7284 (x-frob-font-weight, x-font-family-list): New functions.
7285
7286 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7287
7288 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7289 back up from beginning of buffer.
7290
7291 1999-08-13 Karl Heuer <kwzh@gnu.org>
7292
7293 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7294
7295 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7296
7297 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7298 doomsday clock, speed control is added and changes are made to
7299 allow large numbers of rings: rings now show the whole ring
7300 number, not just the last digit; consecutive rings are allowed to
7301 be the same size when necessary to fit all the rings in the
7302 window; and poles can be oriented horizontally. Face support is
7303 thrown in gratuitously.
7304 (hanoi): Changed default number of rings back to 3.
7305 (hanoi-unix, hanoi-unix-64): New commands
7306 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7307 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7308 hanoi-odd-ring-face): New variables.
7309 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7310 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7311 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7312 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7313 (hanoi-topos, hanoi-draw-ring): Removed.
7314
7315 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7316
7317 * faces.el (face-valid-attribute-values): Return an alist for
7318 families on ttys.
7319 (face-read-integer): Handle unspecified face attributes. Add
7320 completion for `unspecified'.
7321 (read-face-attribute): Handle unspecified font attributes.
7322 (face-valid-attribute-values): Add `unspecified' to lists so that
7323 it can be chosen via completion.
7324 (face-read-string): Don't recognize "none" as input.
7325
7326 1999-08-10 Dave Love <fx@gnu.org>
7327
7328 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7329 string.
7330
7331 * sun-curs.el: Require sun-fns.
7332
7333 1999-08-10 Dave Love <fx@gnu.org>
7334
7335 * autorevert.el (auto-revert-mode): Add autoload cookie.
7336
7337 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7338 hscroll.
7339
7340 * simple.el (hscroll-step, hscroll-point-visible)
7341 (hscroll-window-column): Remove now we have the mentioned real
7342 horizontal autoscrolling.
7343
7344 1999-08-10 Richard M. Stallman <rms@gnu.org>
7345
7346 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7347 control use of -f option.
7348 (mail-specify-envelope-from): New variable.
7349 (mail-from-style): Doc fix.
7350
7351 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7352 (easy-menu-get-map): New arg TO-MODIFY helps choose
7353 between local and global maps.
7354 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7355 (easy-menu-change): Doc fix.
7356
7357 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7358 (info-lookup-guess-default): Simplified and cleaned up.
7359 (info-lookup-guess-default*): Preserve point.
7360
7361 * view.el (view-mode-disable): If buffer-read-only is nil,
7362 don't change it.
7363
7364 * files.el (after-find-file): Disable View mode if buffer is no
7365 longer read-only.
7366
7367 * view.el (view-mode-enable, view-mode-disable):
7368 Call force-mode-line-update.
7369
7370 1999-08-10 Karl Heuer <kwzh@gnu.org>
7371
7372 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7373 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7374 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7375
7376 1999-08-10 Alex Schroeder <asc@bsiag.com>
7377
7378 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7379 to prevent m-eating-bug.
7380
7381 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7382
7383 * term/pc-win.el (msdos-bg-mode): Remove. Call
7384 frame-set-background-mode instead. All callers changed.
7385 (msdos-face-setup): Don't force color display parameter, it is set
7386 by frame-set-background-mode.
7387 (make-msdos-frame): Call x-handle-reverse-video and
7388 face-set-after-frame-default. Delete frame if creation failed.
7389
7390 * faces.el (face-set-after-frame-default): Don't call
7391 make-face-x-resource-internal for the pc window-system.
7392
7393 1999-08-10 Dave Love <fx@melange.gnu.org>
7394
7395 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7396 case with no docstring specially.
7397
7398 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7399
7400 * complete.el (PC-do-completion): If completing on file name,
7401 reproduce str by concatenating its directory and basename parts.
7402
7403 1999-08-07 Dave Love <fx@gnu.org>
7404
7405 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7406 unibyte to multibyte conversion of search-forward (from Handa),
7407 but avoid the replacement if the language is Latin-N.
7408
7409 1999-08-06 Richard Stallman <rms@gnu.org>
7410
7411 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7412 of eval-buffer.
7413
7414 * international/mule.el (load-with-code-conversion):
7415 Pass t to eval-buffer for DO-ALLOW-PRINT.
7416
7417 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7418
7419 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7420 of filenames and attributes.
7421 (ls-lisp-insert-directory): Use directory-files-and-attributes
7422 for speed.
7423
7424 1999-08-05 Dave Love <fx@gnu.org>
7425
7426 * auto-show.el (auto-show-mode): Fix :set.
7427
7428 * widget.el (define-widget-keywords): Make dummy definition and
7429 comment-out its use.
7430
7431 1999-08-04 Richard Stallman <rms@gnu.org>
7432
7433 * progmodes/tcl.el: Customized.
7434
7435 * sql.el (sql-accumulate-and-indent): Instead of testing
7436 whether this is Emacs 20 before calling comint-accumulate,
7437 test whether comint-accumulate is defined.
7438
7439 1999-08-04 Dave Love <fx@gnu.org>
7440
7441 * sgml-mode.el: Require outline when compiling.
7442 (sgml-mode-hook, html-mode-hook): Customize.
7443 (sgml-validate-command): Fix :version.
7444 (html-autoview-mode): Doc fix.
7445
7446 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7447 nothing in Latin-N environment.
7448
7449 * info.el (Info-find-node): Call info-initialize here.
7450 (info): Not here.
7451 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7452
7453 1999-08-04 Richard Stallman <rms@gnu.org>
7454
7455 * ansi-color.el: New file.
7456
7457 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7458
7459 * dired.el (dired-string-replace-match): Return `nil' when no match
7460 found with global search.
7461
7462 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7463 * terminal.el (te-terminfo-directory):
7464 * mail/mailpost.el (post-mail-send-it):
7465 * mail/metamail.el (metamail-region):
7466 * progmodes/ada-mode.el (ada-tmp-directory):
7467 Use temporary-file-directory.
7468
7469 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7470 (compilation-filter, compilation-forget-errors)
7471 (compilation-parse-errors): Use a marker instead of an integer for
7472 `compilation-parsing-end'.
7473
7474 * progmodes/diff.el (diff-parse-differences):
7475 Use a marker instead of an integer for `compilation-parsing-end'.
7476 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7477 Use a marker instead of an integer for `compilation-parsing-end'.
7478
7479 1999-08-03 Richard Stallman <rms@gnu.org>
7480
7481 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7482 (Buffer-menu-mode): Doc fix.
7483 (Buffer-menu-view): New command.
7484 (Buffer-menu-view-other-window): New command.
7485
7486 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7487
7488 * replace.el (query-replace-regexp-eval)
7489 (replace-eval-replacement, replace-loop-through-replacements)
7490 (replace-match-string-symbols): New functions.
7491 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7492 Use replace-loop-through-replacements.
7493
7494 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7495
7496 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7497 (5x5): Doc fix.
7498
7499 1999-08-03 Dave Love <fx@gnu.org>
7500
7501 * fortran.el (fortran-indent-new-line): Make it an alias
7502 for reindent-then-newline-and-indent.
7503
7504 1999-08-03 Didier Verna <verna@inf.enst.fr>
7505
7506 * rect.el: All functions rewritten, except when noted above
7507 their declaration. Below is a list of interface changes.
7508 (apply-on-rectangle): New function, mostly replaces
7509 `operate-on-rectangle'. All callers changed.
7510 (move-to-column-force): Pass new second argument to `move-to-column'.
7511 (kill-rectangle): Added optional prefix arg to fill lines.
7512 (delete-rectangle): Ditto.
7513 (delete-whitespace-rectangle): Ditto.
7514 (delete-extract-rectangle): Ditto.
7515 (open-rectangle): Ditto.
7516 (clear-rectangle): Ditto.
7517 (delete-whitespace-rectangle-line): New function.
7518 (delete-rectangle-line): Added third arg FILL.
7519 (delete-extract-rectangle-line): Ditto.
7520 (open-rectangle-line): Ditto.
7521 (clear-rectangle-line): Ditto.
7522
7523 1999-08-03 Ray Blaak <blaak@gnu.org>
7524
7525 * progmodes/delphi.el: New file.
7526
7527 1999-08-02 Richard Stallman <rms@gnu.org>
7528
7529 * textmodes/outline.el (outline-previous-heading): New function.
7530 (outline-up-heading-all): Use outline-previous-heading.
7531 (outline-next-heading): Delete definition inserted yesterday.
7532
7533 1999-08-01 Richard Stallman <rms@gnu.org>
7534
7535 * textmodes/outline.el (outline-next-heading): New function.
7536 (outline-up-heading-all): New function.
7537 (outline-font-lock-level): Using outline-up-heading-all.
7538 Tell outline-back-to-heading to accept invisible headings.
7539
7540 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7541
7542 * mail/mh-utils.el (mh-find-path-run): New variable.
7543 (mh-find-path): Test and set that.
7544 Set mail-user-agent only the first time this function is run.
7545 (mail-user-agent): Defvar deleted.
7546
7547 * info.el (info-initialize): New function.
7548 (info): Call info-initialize.
7549 (Info-directory-list): Initialize to nil,
7550 so info-initialize will set it up for real.
7551
7552 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7553
7554 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7555 does not interpret a time as the year in a day-month entry.
7556
7557 * calendar/diary-lib.el: Change syntax table entry for colon in
7558 the diary as part of the european-date-diary-pattern fix.
7559
7560 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7561
7562 * international/mule.el (set-auto-coding): Allow whitespace before
7563 and after the "variable: value" pair.
7564
7565 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7566
7567 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7568 (default-sendmail-coding-system): Doc-string fixed.
7569
7570 1999-07-30 Dave Love <fx@gnu.org>
7571
7572 * subr.el (assoc-delete-all): New function, renamed from
7573 frame-delete-all.
7574
7575 * frame.el: Change comments to doc strings and other doc fixes.
7576 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7577 Callers changed.
7578 (set-background-color, set-foreground-color, set-cursor-color)
7579 (set-mouse-color, set-border-color): Offer completion of colours.
7580 (cursor): Add :version to defgroup.
7581
7582 * facemenu.el (list-colors-display): Make it work on ttys.
7583 (facemenu-read-color): Likewise.
7584
7585 1999-07-30 Richard M. Stallman <rms@gnu.org>
7586
7587 * frame.el (frame-notice-user-settings): If background
7588 color has been changed, update background-mode from it,
7589 then update faces.
7590
7591 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7592
7593 * net-utils.el (finger): Don't do indirect fingering.
7594
7595 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7596
7597 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7598 rules. Add separator at end of holidays.
7599 (cal-tex-rules): New customizable variable.
7600 (cal-tex-latexify-list): Add optional parameter to put separator
7601 at end.
7602
7603 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7604
7605 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7606 fill prefix on each line while looping to the end of paragraph.
7607 End paragraph if it's longer than the existing fill prefix.
7608
7609 * textmodes/fill.el (fill-context-prefix): Doc fix.
7610
7611 1999-07-30 Dave Love <fx@gnu.org>
7612
7613 * font-lock.el (jit-lock): Fix :load, add :version.
7614
7615 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7616
7617 * term/pc-win.el (msdos-face-setup): Register standard colors in
7618 Vface_tty_color_alist.
7619 (face-color-supported-p, face_color_gray_p): New functions.
7620
7621 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7622 is bound.
7623
7624 * startup.el (command-line): Don't register default colors for
7625 MSDOS window-system.
7626
7627 1999-07-29 Dave Love <fx@gnu.org>
7628
7629 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7630 charquote.
7631
7632 * lisp-mode.el (eval-defun): Re-written to avoid
7633 capturing variables.
7634
7635 * picture.el (picture-beginning-of-line): Don't call
7636 hscroll-point-visible now we have real autoscrolling.
7637 (picture-end-of-line, picture-newline, picture-open-line):
7638 Likewise.
7639
7640 * international/latin-8.el: New file.
7641 * international/latin-9.el: New file.
7642
7643 1999-07-28 Dave Love <fx@gnu.org>
7644
7645 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7646
7647 * msb.el: Require cl only when compiling.
7648 (msb--home-dir): Deleted.
7649 (msb--format-title): Use abbreviate-file-name.
7650 (msb--choose-file-menu): Simplify string comparison.
7651
7652 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7653
7654 * faces.el (toolbar): Add face definition for mono displays.
7655
7656 1999-07-27 Richard M. Stallman <rms@gnu.org>
7657
7658 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7659
7660 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7661 force copying of default-frame-alist.
7662
7663 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7664
7665 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7666
7667 1999-07-26 Richard M. Stallman <rms@gnu.org>
7668
7669 * frame.el (set-mouse-color): If new color is nil,
7670 really respecify the current color.
7671
7672 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7673
7674 * faces.el (bitmap-area): Change background of face `bitmap-area'
7675 to white for mono displays.
7676
7677 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7678
7679 * international/ccl.el (ccl-embed-symbol): New function.
7680 (ccl-program-p): Deleted. Now it's implemented in C code.
7681 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7682 (ccl-compile-translate-character): Likewise.
7683 (ccl-compile-map-single): Likewise.
7684 (ccl-compile-multiple-map-function): Likewise.
7685 (declare-ccl-program): Doc-string modified.
7686 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7687
7688 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7689
7690 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7691
7692 1999-07-25 Markus Rost <rost@gnu.org>
7693
7694 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7695 the entries to make custom-file more readable.
7696
7697 1999-07-25 Richard M. Stallman <rms@gnu.org>
7698
7699 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7700
7701 * emacs-lisp/edebug.el: Delete compatibility code.
7702 (edebug-next-token-class): If . is followed by a digit,
7703 return `symbol' for the token class.
7704
7705 * startup.el (command-line): If we don't find the user's init file,
7706 set user-init-file to nil.
7707
7708 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7709
7710 * info-look.el (info-lookup-interactive-arguments): Add optional
7711 argument query for new choice of help mode.
7712 (info-lookup-symbol): Use it.
7713 (info-lookup-file): Ditto.
7714 (info-lookup): Don't switch to other window, if already in Info
7715 buffer.
7716
7717 1999-07-23 Dave Love <fx@gnu.org>
7718
7719 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7720 syntax.
7721 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7722 (fortran-font-lock-syntactic-keywords): New variable.
7723 (fortran-mode): Use it.
7724 (fortran-font-lock-keywords-1): Don't do comments.
7725 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7726 match data.
7727
7728 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7729
7730 * msb.el (msb-menu-bar-update-buffers): Renamed from
7731 menu-bar-update-buffers.
7732 (msb-custom-set, msb--toggle-menu-type): Call
7733 msb-menu-bar-update-buffers.
7734 (msb-mode): Revise the hook setting.
7735
7736 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7737
7738 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7739
7740 * font-lock.el, help.el, simple.el: Re-integrate previously
7741 described changes that were lost due to errors while checking them
7742 in.
7743
7744 1999-07-23 Kevin Blake <kblake@ticnet.com>
7745
7746 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7747
7748 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7749
7750 * international/encoded-kb.el
7751 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7752 but push it to unread-command-events.
7753 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7754 (encoded-kbd-self-insert-sjis): Likewise.
7755 (encoded-kbd-self-insert-big5): Likewise.
7756
7757 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7758 before left margin and fill-prefix by fill-find-break-point.
7759
7760 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7761
7762 * info-look.el (info-lookup-setup-mode): Don't give up, if
7763 info-lookup-make-completions returns an error.
7764 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7765 name latex, not latex2e.
7766
7767 1999-07-21 Richard M. Stallman <rms@gnu.org>
7768
7769 * replace.el (perform-replace): Turn off case-fold-search
7770 if FROM-STRING argument has uppercase in it.
7771
7772 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7773
7774 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7775 mode is on. Don't use end of changed text.
7776
7777 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7778
7779 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7780 (cl-hash-table-p): Renamed from hash-table-p.
7781 (cl-hash-table-count): Renamed from hash-table-count.
7782 (maphash): Alias to cl-maphash removed.
7783 (gethash): Likewise.
7784 (puthash): Likewise.
7785 (remhash): Likewise.
7786 (clrhash): Likewise.
7787
7788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7789
7790 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7791 third arg non-nil. See comment there why this isn't a good idea.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7796
7797 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7798 sit-for with 3rd arg non-nil to prevent redisplay.
7799
7800 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7801
7802 * image.el (image-type-from-file-header): If file doesn't
7803 have a directory part, add data-directory.
7804
7805 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7806
7807 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7808 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7809 motion handling when tooltip-gud-tips-p is nil.
7810
7811 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7812
7813 * tooltip.el (tooltip-mode): Don't use `plusp'.
7814 (tooltip-active): Use initial value of nil.
7815
7816 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7817
7818 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7819
7820 * bindings.el (make-mode-line-mouse-sensitive): Add key
7821 definitions for `top-line'.
7822
7823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7824
7825 * faces.el (top-line): New face.
7826
7827 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7828
7829 * image.el (image-type-regexps): Add regexp for PS files.
7830
7831 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7832
7833 * faces.el (set-face-attribute): Fix wrong handling of frame
7834 begin equal to t.
7835
7836 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7837
7838 * image.el (image-type-regexps): Add PNG format.
7839
7840 1999-07-21 Dave Love <fx@gnu.org>
7841
7842 * bindings.el (mode-line-modified): New variable.
7843 (mode-line-mode-menu-1): Switch to appropriate window before
7844 showing menu.
7845
7846 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7847
7848 * faces.el (face-underline): Removed.
7849 (face-underline-color): Ditto.
7850
7851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7852
7853 * faces.el (face-x-resources): Fix typo.
7854
7855 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7856
7857 * faces.el: Remove handling of `:relief', extend handling of
7858 `:box'.
7859 (frame-set-background-mode): Choose new defface specs after
7860 frame parameters have changed.
7861
7862 * cus-face.el: Ditto.
7863
7864 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7865
7866 * custom.el (defface): Extend documentation to include new
7867 face attributes.
7868
7869 * cus-face.el (custom-face-attributes): Add overline,
7870 strike-through, box.
7871
7872 * faces.el (face-valid-attribute-values): Handle overline,
7873 strike-through, box.
7874 (face-attribute-name-alist): Add pairs for new face attributes.
7875 (describe-face): Handle new face attributes.
7876
7877 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7878
7879 * faces.el (face-x-resources): Add overline, strike-through, box.
7880
7881 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7882
7883 * enriched.el (enriched-translations): Add `display' and
7884 "x-display".
7885 (enriched-handle-display-prop): New.
7886 (enriched-decode-display-prop): New.
7887
7888 * format.el (top-level): Give `display' property
7889 `format-list-atomic-p.
7890 (format-annotate-single-property-change): Test that property.
7891 If present, treat list property values like atoms.
7892
7893 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7894
7895 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7896 so that "*" can be entered.
7897
7898 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7899
7900 * cus-face.el (custom-face-attributes): Don't use `#''.
7901
7902 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7903
7904 * cus-face.el (custom-face-attributes): Return underline
7905 face attribute directly from the second lambda of underline.
7906
7907 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7908
7909 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7910
7911 * frame.el (after-setting-font-hooks): New variable.
7912 (set-frame-font): Run those hooks.
7913
7914 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7915
7916 * faces.el (set-face-attribute): Fix doc string.
7917
7918 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7919
7920 * cus-face.el (custom-face-attributes): Accept color name.
7921
7922 * faces.el (face-underline-p): Accept unspecified underlining.
7923 (face-underline): Ditto. Fix doc string.
7924
7925 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7926
7927 * faces.el (face-underline-color): New function.
7928
7929 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7930
7931 * cus-face.el (custom-face-attributes): Support underline coloring.
7932 Added slot to choose a color.
7933
7934 * faces.el (face-underline): New function.
7935 (face-underline-p): Support underline coloring.
7936 Return nil only if the underline attribute is 'normal.
7937 (set-face-underline): New function.
7938 (face-valid-attribute-values): Support underline coloring.
7939
7940 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7941
7942 * image.el (insert-image): Use `display' instead of `glyph'
7943 as text property name.
7944 (put-image): Ditto.
7945 (image-type-from-file-header): Use insert-file-contents-literally.
7946
7947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7948
7949 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7950 string to indicate separators.
7951
7952 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7953
7954 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7955 instead of message-log.
7956
7957 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7958
7959 * faces.el (bitmap-area): New face.
7960
7961 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7962
7963 * image.el (insert-image): New.
7964
7965 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7966
7967 * frame.el (blink-cursor): Set the symbol's value.
7968 (show-trailing-whitespace): Change group to font-lock.
7969
7970 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7971
7972 * jit-lock.el: New.
7973 * font-lock.el: Add jit-mode as new support mode.
7974
7975 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7976 reaching end instead of letting re-search-forward signal an error.
7977 (demand-lock-mode): New.
7978 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7979 (font-lock-turn-off-thing-lock): Ditto.
7980 (font-lock-after-fontify-buffer): Ditto.
7981 (font-lock-after-unfontify-buffer): Ditto.
7982
7983 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7984
7985 * gs.el: New file.
7986
7987 * startup.el (command-line-1): Activate tooltip mode if
7988 interactive.
7989
7990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7991
7992 * faces.el (toolbar): Grey default background.
7993 (modeline): Ditto.
7994
7995 * image.el (image-type-regexps): New.
7996 (image-type-from-file-header): New.
7997 (create-image): Call it.
7998
7999 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8000
8001 * image.el: New file.
8002
8003 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8004
8005 * bindings.el (mode-line-format): Replace `mode-name' with
8006 `(:eval mode-line-mode-name)'.
8007 (mode-line-mode-name): New.
8008 (make-mode-line-mouse-sensitive): Don't change default value
8009 of `mode-name'.
8010
8011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8012
8013 * tooltip.el: New file.
8014
8015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8016
8017 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8018 instead of mouse-3 to pop up menus.
8019 (mode-line-kill-buffer): Removed.
8020 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8021 buffer name.
8022 (mode-line-buffer-menu-1): Removed.
8023
8024 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8025
8026 * bindings.el (mode-line-buffer-identification-keymap): New.
8027 (mode-line-buffer-menu-keymap): New.
8028 (mode-line-mode-menu-keymap): New.
8029 (mode-line-unbury-buffer): New.
8030 (mode-line-other-buffer): New.
8031 (mode-line-kill-buffer): New.
8032 (mode-line-buffer-menu-1): New.
8033 (mode-line-mode-menu-1): New.
8034 (make-mode-line-mouse-sensitive): New.
8035
8036 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8037
8038 * help.el (describe-key-briefly): Handle mode line strings
8039 with local-map properties.
8040 (describe-key): Ditto.
8041 (mode-line-key-binding): New.
8042
8043 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8044
8045 * scroll-bar.el (scroll-bar-timer): New.
8046 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8047
8048 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8049
8050 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8051 and `bottom'.
8052
8053 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8054
8055 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8056 (global): Use different key bindings if using tookit scroll bars.
8057
8058 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8059
8060 * faces.el (modeline): Define mode line face with relief for
8061 class color, only.
8062 (toolbar): New face.
8063
8064 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8065
8066 * frame.el (frame-initialize): Set frame-creation-function to
8067 tty-create-frame-with-faces.
8068
8069 * faces.el (frame-set-background-mode): Make it work for
8070 window-system nil.
8071
8072 * faces.el (tty-create-frame-with-faces): New.
8073 (face-set-after-frame-default): Make it work for TTY frames.
8074
8075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8076
8077 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8078 Return a list of one font family for TTYs. Don't return bitmap
8079 file paths for TTY frames.
8080
8081 * faces.el: Add face specs for tty displays to basic faces.
8082
8083 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8084 (font-lock-string-face): Ditto.
8085 (font-lock-keyword-face): Ditto.
8086 (font-lock-builtin-face): Ditto.
8087 (font-lock-function-name-face): Ditto.
8088 (font-lock-variable-name-face): Ditto.
8089 (font-lock-type-face): Ditto.
8090 (font-lock-constant-face): Ditto.
8091 (font-lock-warning-face): Ditto.
8092
8093 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8094
8095 * startup.el (command-line): Register default tty colors.
8096
8097 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8098
8099 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8100
8101 * faces.el (modeline): For X frames, use a modeline with relief.
8102
8103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8104
8105 * faces.el (frame-update-faces): Copied from 20.2.
8106 (frame-update-face-colors): Ditto. Code removed that isn't
8107 applicable in the new face implementation.
8108
8109 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8110
8111 * frame.el (show-trailing-whitespace): New.
8112
8113 * faces.el (trailing-whitespace): New basic face.
8114
8115 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8116
8117 * cus-face.el (custom-facep): Always define as alias for facep.
8118
8119 * cus-face.el (custom-face-attributes): Use choice widgets.
8120 Remove :bold and :italic.
8121
8122 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8123
8124 * faces.el (face-charset-registries): Removed since fontset.el
8125 is no always loaded.
8126
8127 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8128
8129 * faces.el (internal-get-face): Added as obsolete function for
8130 compatibility.
8131
8132 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8133
8134 * frame.el (blink-cursor-end): Call show-cursor.
8135 (blink-cursor-mode): Ditto.
8136
8137 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8138
8139 * faces.el (face-spec-reset-face): Reset all attributes to
8140 `unspecified'.
8141 (face-spec-set): Use it.
8142
8143 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8144
8145 * faces.el (read-all-face-attributes): Bug fix.
8146 (face-read-integer): Allow nil default value.
8147 (face-valid-attribute-values): Use symbol names of attribute
8148 values for completion list.
8149
8150 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8151
8152 * faces.el (internal-find-face): Define for compatibility with
8153 20.2.
8154 (face-id): Likewise.
8155
8156 * faces.el (face-id): Return the ID of a realized face for ASCII.
8157
8158 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8159 (x-complement-fontset-spec): Use face-charset-registries.
8160
8161 * faces.el (face-font-selection-order): Set font selection order
8162 from Lisp.
8163 (face-alternative-font-family-alist): Set alternative font
8164 families from Lisp.
8165
8166 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8167
8168 * faces.el (set-face-charset-registries): Set symbol value.
8169
8170 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8171
8172 * faces.el (face-set-after-frame-default): Call function
8173 internal-merge-in-global-face.
8174
8175 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8176
8177 * faces.el (face-list): Return symbols from face-global-alist.
8178
8179 * faces.el (face-list): Return a copy of the face name list so
8180 that it cannot be modified from outside (facemenu.el uses
8181 nreverse, for example).
8182
8183 * cus-face.el (custom-face-attributes): Add :bold and :italic
8184 for compatibility with old code.
8185
8186 * faces.el (set-face-attributes-from-resources): Additional
8187 frame parameter.
8188 (make-face-x-resource-internal): Set attributes from resources
8189 for a given frame or all frames.
8190
8191 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8192
8193 * faces.el (all-faces): Removed.
8194
8195 * custom.el (defface): Add new face attributes to function
8196 comment.
8197
8198 * font-lock.el (font-lock-comment-face): Use new face attribute
8199 names.
8200 (font-lock-string-face): Ditto.
8201 (font-lock-keyword-face): Ditto.
8202 (font-lock-builtin-face): Ditto.
8203 (font-lock-function-name-face): Ditto.
8204 (font-lock-variable-name-face): Ditto.
8205 (font-lock-type-face): Ditto.
8206 (font-lock-reference-face): Ditto.
8207 (font-lock-warning-face): Ditto.
8208 ((boundp 'font-lock-face-attributes)): Ditto.
8209
8210 * cus-face.el (custom-face-attributes): Use new face attributes.
8211
8212 * faces.el (set-face-attribute-from-resource): Initialize
8213 from resources only for X and W32.
8214
8215 * cus-face.el (custom-declare-face): Don't make frame-local
8216 faces.
8217
8218 * faces.el (describe-face): Use princ instead of insert.
8219
8220 * faces.el: Add XLFD manipulation functions from 20.2 again
8221 because fontset.el uses them.
8222 (face-set-after-frame-default): Add empty definition.
8223
8224 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8225
8226 * faces.el (make-face): Correct typo.
8227 (set-face-attribute-from-resource): Use let*.
8228 (face-underline-p): Correct typo.
8229 (face-inverse-video-p): Ditto.
8230 (set-face-stipple): Ditto.
8231 (face-read-string): Make completion-list optional parameter.
8232
8233 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8234
8235 * faces.el (face-charset-registries): Alist mapping charset
8236 symbols to registries and encoding.
8237
8238 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8239
8240 * frame.el (blink-cursor-mode): Use interactive spec "P".
8241
8242 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8243
8244 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8245 mode. The cursor of selected_window blinks if the mode is enabled.
8246
8247 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8248
8249 * simple.el (next-history-element): Set point to the end of the
8250 prompt if minibuffer-prompt-in-buffer.
8251
8252 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8253
8254 * faces.el (x-font-regexp): Add sub-expression parentheses for
8255 several font name components.
8256
8257 1999-07-21 Gerd Moellmann <gerd@acm.org>
8258
8259 * faces.el (set-face-relief): Use index 12 for relief.
8260 (face-fill-in): Set relief from data.
8261 (internal-make-face): Init relief to zero.
8262
8263 * faces.el (face-spec-set): Call modify-face with additional
8264 parameters for relief and fixed-p.
8265
8266 1999-07-21 Gerd Moellmann <gerd@acm.org>
8267
8268 * cus-face.el: ':fixed and ':relief added.
8269
8270 * faces.el (describe-face): Add fixed font attribute and relief.
8271 (face-attr-match-p): Ditto.
8272 (face-attr-construct): Ditto.
8273 (face-spec-set): Ditto.
8274
8275 1999-07-21 Gerd Moellmann <gerd@acm.org>
8276
8277 * faces.el (internal-make-face): Function to create a Lisp vector
8278 suitable for representing a face.
8279 (make-face): Use it instead of make-vector.
8280 (x-create-frame-with-faces): Use it instead of vector.
8281 (internal-facep): Increase vector size to 14.
8282 (internal-make-face): Ditto.
8283 (face-relief): Access relief thickness.
8284 (face-fixed-p): Access fixed font attribute.
8285 (set-face-fixed-p): Set fixed font attribute.
8286 (set-face-relief): Set relief attribute.
8287 (internal-face-interactive-int): Read int attribute of face.
8288 (modify-face): Add fixed-p and relief parameters.
8289 (copy-face): Handle fixed-p and relief.
8290 (face-equal): Compare fixed-p and relief.
8291 (face-differs-from-default-p): Ditto.
8292 (face-nontrivial-p): Add fixed-p and relief.
8293
8294 1999-07-21 Gerd Moellmann <gerd@acm.org>
8295
8296 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8297 (internal-facep): Increase vector size.
8298 (make-face): Ditto.
8299 (face-shadow-thickness): Added.
8300 (set-face-shadow-thickness): Added.
8301 (modify-face): Add optional shadow-thickness parameter.
8302 (make-face-x-resource-internal): Add shadows.
8303 (copy-face): Ditto.
8304 (face-equal): Ditto.
8305 (face-differs-from-default-p): Ditto.
8306 (face-nontrivial-p): Ditto.
8307 (face-attr-match-p): Ditto.
8308 (face-attr-construct): Ditto.
8309 (face-spec-set): Ditto.
8310 (face-fill-in): Ditto.
8311
8312 1999-07-21 Gerd Moellmann <gerd@acm.org>
8313
8314 * bench.el (bench-mark-split-window): New bench mark.
8315
8316 1999-07-21 Gerd Moellmann <gerd@acm.org>
8317
8318 * faces.el (set-face-font): Don't pass default font to
8319 x-resolve-font so that font will not have to be of the same
8320 size.
8321
8322 1999-07-20 Dave Love <fx@gnu.org>
8323
8324 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8325 unconditionally t.
8326
8327 1999-07-20 Karl Heuer <kwzh@gnu.org>
8328
8329 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8330
8331 1999-07-20 Dave Love <fx@gnu.org>
8332
8333 * help.el (describe-variable): Fix test for customizability.
8334
8335 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8336 Check for readonly buffer in interactive spec.
8337 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8338 (backward-kill-word): Add * to interactive spec.
8339
8340 * underline.el (underline-region, ununderline-region): Add * to
8341 interactive spec.
8342
8343 * fill.el (canonically-space-region, justify-current-line): Add *
8344 to interactive spec.
8345 (fill-region-as-paragraph, fill-paragraph, fill-region)
8346 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8347 readonly buffer in interactive spec.
8348
8349 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8350 (backward-kill-sentence, kill-sentence): Add * to interactive
8351 spec.
8352
8353 1999-07-19 Richard M. Stallman <rms@gnu.org>
8354
8355 * dired-aux.el (dired-do-shell-command): Doc fix.
8356
8357 * shell.el (shell-unquote-argument): New function.
8358 (shell-directory-tracker): Use shell-unquote-argument.
8359 * comint.el (comint-arguments): Handle \ followed by space or tab.
8360
8361 1999-07-19 John Wiegley <jwiegley@borland.com>
8362
8363 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8364 color codes 39 and 49, which by the way lynx uses them seem to
8365 mean "foreground reset" and "background reset".
8366
8367 1999-07-19 Karl Heuer <kwzh@gnu.org>
8368
8369 * font-lock.el (c++-keywords): Add "typeid".
8370
8371 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8372 selects no font, treat that as zero selections, not one.
8373
8374 1999-07-19 Dave Love <fx@gnu.org>
8375
8376 * info.el (Info-search): Don't lose with empty regexp.
8377
8378 * version.el: Cater for (free) `ident' program, not `which'.
8379
8380 * hl-line.el: New file.
8381
8382 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8383 for modes which don't define menus.
8384
8385 1999-07-16 Richard M. Stallman <rms@gnu.org>
8386
8387 * webjump.el (webjump-sample-sites): Update some URLs.
8388
8389 1999-07-14 Richard Stallman <rms@gnu.org>
8390
8391 * Version 20.4 released.
8392
8393 1999-07-14 Andreas Schwab <schwab@gnu.org>
8394
8395 * compare-w.el (compare-windows): Try to find the next window in
8396 the current frame before looking at the other frames.
8397
8398 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8399
8400 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8401 Use cyrillic-jcuken as default input method.
8402
8403 1999-07-12 Richard Stallman <rms@gnu.org>
8404
8405 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8406 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8407
8408 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8409 (ispell-local-dictionary-alist): Add koi8-r for character set.
8410
8411 * textmodes/flyspell.el (flyspell-get-word):
8412 Add special handling for when ispell-otherchars is empty.
8413
8414 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8415
8416 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8417 when having nested functons.
8418 (pascal-indent-nested-functions) (pascal-indent-line)
8419 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8420 indenting nested functions.
8421
8422 1999-07-09 Richard Stallman <rms@gnu.org>
8423
8424 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8425
8426 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8427
8428 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8429 the `end' keyword was in the very beginning of the buffer.
8430
8431 1999-07-08 Richard Stallman <rms@gnu.org>
8432
8433 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8434
8435 * term.el (term-emulate-terminal): Avoid infinite loop
8436 in strange case where minibuffer window is selected but not active.
8437
8438 1999-07-07 Stephen Eglen <stephen@gnu.org>
8439
8440 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8441 Change regexp so that it doesn't match commands beginning with `cd'.
8442
8443 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8444
8445 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8446
8447 1999-07-06 Richard Stallman <rms@gnu.org>
8448
8449 * hscroll.el (hscroll-minibuffer-hook): New function.
8450 (hscroll-global-mode): Add and remove that hook.
8451 Set hscroll-old-truncate-was-global's default value.
8452
8453 1999-07-05 Richard Stallman <rms@gnu.org>
8454
8455 * files.el (revert-buffer): Don't preserve point here.
8456 (revert-buffer-insert-file-contents-function): Doc fix.
8457
8458 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8459
8460 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8461 doing a `stat' when it isn't necessary because that can cause
8462 trouble when an NFS server is down.
8463
8464 1999-07-04 Richard Stallman <rms@gnu.org>
8465
8466 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8467
8468 1999-07-03 Richard Stallman <rms@gnu.org>
8469
8470 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8471 for \200...\240 also.
8472 (isearch-printing-char): Use unibyte-char-to-multibyte.
8473
8474 1999-07-02 Richard Stallman <rms@gnu.org>
8475
8476 * frame.el (minibuffer-frame-alist): Use defcustom.
8477 (pop-up-frame-alist): Likewise.
8478 (initial-frame-alist): Specify * in the doc string.
8479
8480 * hscroll.el (hscroll-mode): Make it a permanent local.
8481 (hscroll-mode): Don't cancel the timer
8482 if HScroll mode is enabled in some other buffer.
8483
8484 * isearch.el (isearch-done): If search ends in middle of intangible
8485 text (due to text property), move on to the limit of that text.
8486
8487 1999-07-01 Andrew Innes <andrewi@gnu.org>
8488
8489 * man.el (Man-build-man-command): Use value of null-device,
8490 instead of hard-coding "/dev/null".
8491
8492 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8493 ange-ftp file names, which might force ange-ftp to prompt for a
8494 password.
8495
8496 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8497 to prevent references to temp files.
8498
8499 1999-06-30 Richard Stallman <rms@gnu.org>
8500
8501 * progmodes/sh-script.el (sh-feature): If nothing is known
8502 about the given shell, use the values for `sh'.
8503
8504 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8505
8506 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8507 to make it non-recursive.
8508
8509 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8510
8511 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8512
8513 * auto-show.el (auto-show-mode): Fix Typo in :set.
8514
8515 1999-06-29 Richard M. Stallman <rms@gnu.org>
8516
8517 * progmodes/sh-script.el (sh-mode): When setting syntax
8518 table, default to the standard one.
8519
8520 1999-06-27 Richard M. Stallman <rms@gnu.org>
8521
8522 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8523
8524 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8525
8526 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8527 a frame when `return' is requested (even if pop-up-frames = t)
8528 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8529 should only be set for the bibtex buffer.
8530
8531 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8532
8533 * progmodes/compile.el: Deal with compilation-error-screen-columns
8534 being buffer-local.
8535
8536 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8537
8538 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8539
8540 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8541
8542 * cal-x.el (calendar-only-one-frame-setup): New function.
8543 * calendar.el (calendar): Call it if requested.
8544
8545 1999-06-24 Karl Heuer <kwzh@gnu.org>
8546
8547 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8548
8549 1999-06-22 Richard M. Stallman <rms@gnu.org>
8550
8551 * mail/supercite.el (sc-emacs-features): Doc fix.
8552
8553 1999-06-22 Karl Heuer <kwzh@gnu.org>
8554
8555 * files.el (auto-mode-alist): Add pike-mode.
8556
8557 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8558
8559 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8560 last byte of a numeric field is a space or a NUL. Parse it as
8561 potentially part of the number. This is used by GNU tar
8562 1.12.64012 to handle larger values.
8563
8564 1999-06-20 Karl Heuer <kwzh@gnu.org>
8565
8566 * custom.el (custom-handle-keyword): Fix error message.
8567
8568 1999-06-18 Andrew Innes <andrewi@gnu.org>
8569
8570 * mail/smtpmail.el (smtpmail-send-it): Use
8571 convert-standard-filename to make file names for queued mail safe
8572 on Windows (`:' is invalid in file names on Windows).
8573
8574 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8575
8576 * international/mule-cmds.el (describe-current-input-method):
8577 Current-input-method is string.
8578 (toggle-input-method): Docstring fixed.
8579
8580 * international/mule-diag.el
8581 (describe-current-coding-system-briefly): Fix format string.
8582
8583 * international/mule-util.el (coding-system-eol-type-mnemonic):
8584 Docstring modified. Return a string.
8585
8586 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8587
8588 * sql.el (sql-input-ring-file-name): Doc fix.
8589
8590 1999-06-17 Richard M. Stallman <rms@gnu.org>
8591
8592 * calendar/cal-x.el (special-display-buffer-names):
8593 Don't put (get-file-buffer diary-file) on this list.
8594
8595 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8596
8597 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8598 Don't penalize player for certain impossible guesses.
8599
8600 1999-06-16 Andrew Innes <andrewi@gnu.org>
8601
8602 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8603 return the string "Unk 0 0000" so at least it appears to be a
8604 valid timestamp to `dired-move-to-filename-regexp'.
8605
8606 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8607
8608 * ps-print.el (ps-control-character): Fix previous change.
8609
8610 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8611
8612 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8613 multiple output of the last message.
8614
8615 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8616
8617 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8618 the ASCII apostrophe, as most DOS codepages have some other glyph
8619 there.
8620
8621 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8622
8623 * language/ethio-util.el (setup-ethiopic-environment-internal):
8624 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8625 (exit-ethiopic-environment): Likewize.
8626
8627 1999-06-12 Richard M. Stallman <rms@gnu.org>
8628
8629 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8630
8631 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8632
8633 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8634 custom-initialize-default to avoid infinite loop.
8635 (crisp-mode): (defun) Call transient-mark-mode here, not when
8636 loading the file. Run crisp-mode-hook here, and run
8637 crisp-load-hook when loading the file.
8638
8639 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8640 rmail-summary buffer, search for pattern in rmail-file.
8641
8642 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8643
8644 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8645
8646 * ps-print.el (ps-printer-name): Fix custom type.
8647
8648 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8649
8650 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8651 (vhdl-port-paste-generic-map): Fix indentation bug.
8652 (vhdl-port-paste-port-map): Fix indentation bug.
8653 (vhdl-scan-file-contents): Make scanning case insensitive.
8654
8655 1999-06-11 Richard M. Stallman <rms@gnu.org>
8656
8657 * files.el (write-file): When buffer is not already visiting a file,
8658 don't put buffer name in the minibuffer, just make it the default.
8659 Also handle just directory as arg usefully in that case.
8660
8661 * simple.el (sendmail-user-agent-compose):
8662 Ignore case when inserting the rest of the "other" headers.
8663
8664 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8665
8666 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8667 (info-lookup-interactive-arguments): Never insert the default
8668 into the minibuffer automatically.
8669
8670 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8671
8672 1999-06-09 Richard M. Stallman <rms@gnu.org>
8673
8674 * simple.el (shell-command): Avoid printing "mark set" message.
8675
8676 1999-06-09 Dave Love <fx@gnu.org>
8677
8678 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8679 digits in program name in first pattern.
8680
8681 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8682
8683 * vc.el (vc-dired-mode): Don't match anything before the date in
8684 dired-move-to-filename-regexp.
8685
8686 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8687
8688 * international/quail.el (quail-define-rules): Fix typo in
8689 docstring.
8690
8691 1999-06-05 Stephen Eglen <stephen@gnu.org>
8692
8693 * iswitchb.el (iswitchb-default-keybindings): Add
8694 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8695 than when package is loaded.
8696
8697 1999-06-04 Richard M. Stallman <rms@gnu.org>
8698
8699 * startup.el (command-line): Don't set user-init-file directly;
8700 tell `load' to set it.
8701
8702 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8703
8704 * simple.el (next-history-element):
8705 Handle minibuffer-text-before-history properly when reading sexps.
8706
8707 * disp-table.el (standard-display-european):
8708 For an interactive call by the user,
8709 don't set enable-multibyte-characters,
8710 and don't set the terminal coding system.
8711
8712 * textmodes/refbib.el: Don't print any messages or display
8713 a buffer when loading the library.
8714 (r2b-help): Doc fix.
8715 (r2b-help-message): Update the documentation.
8716 (r2b-load-quietly): Variable deleted.
8717 (r2b-convert-buffer): Doc fix.
8718
8719 1999-06-04 Dave Love <fx@gnu.org>
8720
8721 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8722
8723 * auto-show.el: Don't change hooks on loading.
8724 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8725 (auto-show-mode): Add to hooks here.
8726
8727 1999-06-04 Richard Sharman <rsharman@pobox.com>
8728
8729 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8730 recursion on bogus input.
8731
8732 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8733
8734 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8735 does not select a buffer from the buffers menu, then the attached
8736 frame is not switched to anything.
8737
8738 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8739
8740 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8741 (viet-viscii-...->viet-vscii...).
8742
8743 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8744
8745 1999-06-01 Dave Love <fx@gnu.org>
8746
8747 * progmodes/fortran.el: Add :link to defgroup.
8748 (fortran-blink-matching-if): Match ELSE statements too.
8749 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8750 that filling is always done.
8751
8752 1999-05-31 Richard M. Stallman <rms@gnu.org>
8753
8754 * simple.el (append-next-kill): Use an arg to distinguish
8755 interactive calls from Lisp calls, rather than (interactive-p).
8756
8757 * international/iso-transl.el (iso-transl-language-alist):
8758 Interchange n and N.
8759
8760 1999-05-31 Dave Love <fx@gnu.org>
8761
8762 * msb.el Add to minor-mode-map-alist. Remove hook installation
8763 and keymap munging on load.
8764 (msb-mode): New option.
8765 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8766 Doc fix.
8767 (msb-mode-map): New variable.
8768 (msb-mode): New command.
8769
8770 1999-05-31 Dave Love <fx@gnu.org>
8771
8772 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8773 (ispell-complete-word-dict): Likewise.
8774
8775 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8776
8777 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8778 force the data buffer to be saved, even if the data didn't
8779 change, in case the write filter was modified. Restore the
8780 current record after read-file-filter finishes.
8781
8782 1999-05-29 Karl Heuer <kwzh@gnu.org>
8783
8784 * ispell4.el: Obsolete; file deleted.
8785
8786 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8787
8788 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8789 VALUE is a syntax table.
8790
8791 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8792
8793 * simple.el (zap-to-char): Doc fix.
8794
8795 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8796
8797 * isearch.el (isearch-quote-char): Don't assume character codes
8798 0200 - 0237 stand for characters in some single-byte character
8799 charset.
8800
8801 1999-05-27 Dave Love <fx@gnu.org>
8802
8803 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8804
8805 1999-05-27 Andreas Schwab <schwab@gnu.org>
8806
8807 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8808 headerline does not exist already.
8809
8810 1999-05-26 Richard Stallman <rms@gnu.org>
8811
8812 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8813 Avoid nested null-loops.
8814
8815 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8816
8817 * international/characters.el: Typo fixed; prefered->preferred.
8818
8819 * international/mule-cmds.el (find-coding-systems-for-charsets):
8820 Typo fixed; prefered->preferred.
8821
8822 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8823 method in read-event.
8824
8825 * international/mule.el (charset-info): Doc-string fixed.
8826
8827 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8828
8829 * mail/smtpmail.el (smtpmail-send-it): Bind
8830 smtpmail-code-conv-from properly.
8831 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8832 by smtpmail-code-conv-from.
8833
8834 1999-05-24 Richard Stallman <rms@gnu.org>
8835
8836 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8837 Binding deleted also.
8838
8839 1999-05-24 Karl Heuer <kwzh@gnu.org>
8840
8841 * comint.el (comint-bol-or-process-mark): Doc fix.
8842
8843 1999-05-23 Dave Love <fx@gnu.org>
8844
8845 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8846 Enter it on minor-mode-map-alist.
8847 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8848 Autoload. Add custom setter.
8849 (crisp-mark-line): Doc fix.
8850 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8851 (crisp-mode-hook): Define.
8852
8853 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8854
8855 * files.el (recover-file): Recover buffer-file-coding-system.
8856
8857 1999-05-22 Richard Stallman <rms@gnu.org>
8858
8859 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8860 regexp match the date, to avoid treating date as file size.
8861 Add YYYY S option to WESTERN/
8862
8863 * bookmark.el: Delete some XEmacs compatibility code.
8864 (bookmark-jump-noselect): Check vc-backend.
8865
8866 * subr.el (add-to-list): Doc fix.
8867
8868 1999-05-21 Stephen Eglen <stephen@gnu.org>
8869
8870 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8871
8872 1999-05-18 Richard Stallman <rms@gnu.org>
8873
8874 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8875 non-space after the @anchor command.
8876 (texinfo-format-var): Handle other nested constructs, using
8877 texinfo-parse-expanded-arg and texinfo-discard-command, not
8878 texinfo-parse-arg-discard.
8879
8880 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8881 (debug): Bind and use debugger-outer-inhibit-redisplay.
8882 Bind inhibit-redisplay to nil.
8883 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8884
8885 1999-05-17 Dave Love <fx@gnu.org>
8886
8887 * help.el (describe-function-1): Extra arg, interactive-p.
8888 (describe-key, describe-function): Use it.
8889
8890 1999-05-17 Karl Heuer <kwzh@gnu.org>
8891
8892 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8893
8894 1999-05-16 Dave Love <fx@gnu.org>
8895
8896 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8897 scroll-preserve-screen-position, scroll-conservatively.
8898
8899 1999-05-16 Dave Love <fx@gnu.org>
8900
8901 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8902
8903 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8904
8905 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8906
8907 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8908
8909 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8910 magic number and is not associated with a file.
8911
8912 1999-05-14 Richard M. Stallman <rms@gnu.org>
8913
8914 * files.el (find-file-noselect-1): Fix previous change.
8915
8916 1999-05-14 Simon Marshall <simon@gnu.org>
8917
8918 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8919
8920 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8921
8922 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8923 docstring.
8924
8925 * international/mule-cmds.el: Change MULE to Mule in docstrings
8926 and menus.
8927
8928 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8929
8930 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8931 to correctly reflect the value of BaseLineOffset in
8932 RelativeCompose. Now the value of RelativeCompose is an array of
8933 low and high positions.
8934 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8935 RLC for the above change.
8936
8937 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8938
8939 * comint.el (comint-password-prompt-regexp): Modified to match the
8940 output of ksu and ssh-add.
8941
8942 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8943
8944 * language/korea-util.el (isearch-toggle-korean-input-method):
8945 Adjusted for the change of input method handling in isearch.el.
8946 (isearch-hangul-switch-symbol-ksc): Likewise.
8947 (isearch-hangul-switch-hanja): Likewise.
8948
8949 1999-05-10 Dave Love <fx@gnu.org>
8950
8951 * help.el (help-make-xrefs): Fix typo.
8952
8953 1999-05-10 Andreas Schwab <schwab@gnu.org>
8954
8955 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8956 unibyte-display-via-language-environment.
8957
8958 * help.el (help-make-xrefs): Handle more cases when looking for
8959 commands in a keymap description.
8960
8961 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8962
8963 * loadup.el: For ms-dos systems, load ccl and codepage.
8964
8965 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8966
8967 * ps-print.el (ps-control-character): Call
8968 ps-mule-prepare-ascii-font to setup ASCII fonts.
8969
8970 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8971 ps-multibyte-buffer is nil, use
8972 ps-mule-font-info-database-default."
8973
8974 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8975
8976 * ispell.el (ispell-local-dictionary-alist): New variable for
8977 customizing local dictionaries not accessable by everyone.
8978 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8979 (ispell-required-version): Changed format `(major minor
8980 revision)' to support general pattern matching.
8981 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8982 skip region commented out due to incorrect skip potential in std latex.
8983 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8984 cursor point on small words for calls from `ispell-minor-mode'.
8985 (check-ispell-version): Tests and accepts versions major.minor
8986 and above, with adjustments for interactions in 3.1.0-3.1.11.
8987 (ispell-get-line): No longer skips ispell process special characters.
8988 (ispell-comments-and-strings): Removed `when' macro call.
8989 (ispell-minor-check): Requires ispell-word to restore cursor point.
8990 (ispell-buffer-local-parsing): Supports checking comments only.
8991
8992 1999-05-08 Karl Heuer <kwzh@gnu.org>
8993
8994 * comint.el (comint-password-prompt-regexp): Fix last change to be
8995 more specific.
8996
8997 1999-05-07 Richard M. Stallman <rms@gnu.org>
8998
8999 * subr.el (with-temp-message): Fix the other call to message
9000 to use %s.
9001
9002 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9003
9004 * gud.el (gud-format-command): "%F" means file sans extension.
9005 (jdb): Use %F, not %f, for gud-break.
9006
9007 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9008
9009 * comint.el (comint-password-prompt-regexp): Modified so that it
9010 matches the output of kinit.
9011
9012 1999-05-06 Greg Stark <gsstark@mit.edu>
9013
9014 * timezone.el (timezone-parse-date): Recognize new format used in
9015 internet cookies.
9016
9017 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9018
9019 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9020
9021 1999-05-04 Andrew Innes <andrewi@gnu.org>
9022
9023 * time.el (display-time-update): Allow for wrap-around when
9024 checking against display-time-server-down-time.
9025
9026 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9027
9028 * international/mule-diag.el (describe-coding-system): Fix English
9029 message.
9030
9031 1999-05-03 Jason Rumney <jasonr@altavista.net>
9032
9033 * term/w32-win.el: Change the x-charset-registry property for the
9034 Japanese charsets that are supported by Japanese Windows fonts.
9035
9036 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9037
9038 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9039 diary-block diary entries for which the reminders and the diary
9040 entries can overlap.
9041
9042 1999-05-02 Jason Rumney <jasonr@altavista.net>
9043
9044 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9045 matches the font selected in the dialog.
9046
9047 1999-05-02 Dave Love <fx@gnu.org>
9048
9049 * browse-url.el (browse-url-browser-function): Add :version.
9050
9051 * international/mule.el (auto-coding-alist): Add .tgz.
9052
9053 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9054
9055 * international/codepage.el (cp-coding-system-for-codepage-1):
9056 Make the magnification parameter for the -dos encoder be 2.
9057
9058 1999-05-2 Andrew Innes <andrewi@gnu.org>
9059
9060 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9061 it is dropped, rather than current window.
9062
9063 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9064 after switching buffer, as case-fold-search is a buffer local
9065 variable.
9066
9067 * w32-fns.el (convert-standard-filename): Only convert directory
9068 separators to backslash if the interactive shell is one of the
9069 standard Windows shells that has DOS semantics.
9070
9071 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9072 format-time-string, and return a suitable string to indicate the
9073 timestamp was invalid.
9074
9075 * hexl.el (hexlify-command): Apply shell-quote-argument after
9076 expanding hexl-program in case exec-directory contains a space.
9077 (dehexlify-command): Ditto.
9078
9079 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9080 file extension regexps which aren't necessarily binary files.
9081 (direct-print-region-helper): Use subst-char-in-string instead of
9082 binding directory-sep-char to convert filenames to DOS syntax.
9083 (direct-print-region-use-command-dot-com): New variable.
9084 (direct-print-region-helper): Use it to control whether to invoked
9085 command.com to print on Windows 9x.
9086
9087 * browse-url.el (browse-url-browser-function): Default to
9088 browse-url-default-windows-browser on windows-nt.
9089 (browse-url-default-windows-browser): New function.
9090
9091 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9092
9093 * forms.el (forms-mode): Don't call forms-first-record or
9094 forms-last-record if the data file has zero records.
9095
9096 1999-04-29 Richard M. Stallman <rms@gnu.org>
9097
9098 * files.el (find-file-noselect-1): If buffer-file-name has changed
9099 after find-file-not-found-hooks runs, recompute the truename.
9100 And don't use FILENAME after that point.
9101
9102 1999-04-27 Dave Love <fx@gnu.org>
9103
9104 * paren.el (show-paren-mode)
9105 * which-func.el (which-func-mode-global)
9106 * type-break.el (type-break-mode)
9107 * time.el (display-time-mode)
9108 * rsz-mini.el (resize-minibuffer-mode)
9109 * mouse-sel.el (mouse-sel-mode)
9110 * icomplete.el (icomplete-mode)
9111 * hscroll.el (hscroll-global-mode)
9112 * help.el (temp-buffer-resize-mode)
9113 * font-lock.el (global-font-lock-mode)
9114 * delsel.el (delete-selection-mode)
9115 * avoid.el (mouse-avoidance-mode)
9116 * autoinsert.el (auto-insert-mode)
9117 * winner.el (winner-mode): Doc fix.
9118
9119 1999-04-26 Karl Heuer <kwzh@gnu.org>
9120
9121 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9122 the same whitespace that was ignored in choosing the subject string.
9123
9124 1999-04-26 Richard M. Stallman <rms@gnu.org>
9125
9126 * info.el (Info-find-node): Position properly after finding anchor.
9127
9128 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9129
9130 * simple.el (indent-new-comment-line): Fix previous change.
9131
9132 * complete.el: Delete the wildcard expansion feature
9133 since that is now standard in find-file.
9134 (PC-try-load-many-files): Function deleted.
9135 (PC-after-load-many-files): Function deleted.
9136 (PC-many-files-list): Variable deleted.
9137 (PC-disable-wildcards): Variable deleted.
9138 (partial-completion-mode): Don't enable the wildcard feature.
9139
9140 * complete.el (PC-look-for-include-file): Don't set global variables
9141 `error', `buf' and `filename' here.
9142
9143 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9144
9145 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9146
9147 * textmodes/outline.el (outline-regexp): Doc fix.
9148
9149 1999-04-26 John Wiegley <johnw@borland.com>
9150
9151 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9152 C++Builder 4.0 error message syntax.
9153
9154 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9155
9156 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9157 supported, use find -exec.
9158
9159 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9160
9161 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9162 coding-system-for-write, to avoid hanging when non-interactive.
9163
9164 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9165
9166 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9167 start with a newline.
9168
9169 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9170
9171 * international/mule-conf.el (x-ctext): New coding system.
9172
9173 1999-04-12 Richard M. Stallman <rms@gnu.org>
9174
9175 * international/mule-cmds.el (input-method-function):
9176 Add permanent-local property.
9177
9178 1999-04-12 Dave Love <fx@gnu.org>
9179
9180 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9181 change to use jka-compr-byte-compiler-base-file-name.
9182
9183 * supercite.el (sc-scan-info-alist): Revert last change.
9184 (sc-attrib-selection-list): Fix :type here instead.
9185
9186 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9187
9188 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9189 in the list of case-insensitive filesystems.
9190
9191 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9192
9193 * international/fontset.el (create-fontset-from-fontset-spec):
9194 Don't register duplicated alias fontset names.
9195
9196 1999-04-08 Richard Stallman <rms@gnu.org>
9197
9198 * international/mule.el (auto-coding-alist-lookup): New function.
9199 (set-auto-coding): Use auto-coding-alist-lookup.
9200
9201 * jka-compr.el (jka-compr-insert-file-contents):
9202 Use auto-coding-alist-lookup to check for files that
9203 should not have eol conversion, in the unibyte case.
9204
9205 1999-04-07 Dave Love <fx@gnu.org>
9206
9207 * help.el (describe-variable): Check custom-loads property as well
9208 as custom-type.
9209
9210 * abbrev.el (abbrev-mode): Customizing sets the default value.
9211
9212 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9213
9214 * vc.el (vc-backend-revert): For CVS files that were made
9215 writeable with "cvs edit", call "cvs unedit" to undo that.
9216
9217 1999-04-08 Dave Love <fx@gnu.org>
9218
9219 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9220 more.
9221 (sc-emacs-features): Recognize Emacs 20.
9222 (sc-read-string): Use history arg.
9223 (sc-scan-info-alist): Check for rtnvalue a cons.
9224
9225 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9226
9227 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9228 coding system to encode the message by
9229 select-message-coding-system.
9230
9231 1999-04-07 Richard Stallman <rms@gnu.org>
9232
9233 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9234
9235 * winner.el: Reorder definitions.
9236
9237 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9238
9239 * mail/rmail.el (rmail-decode-babyl-format):
9240 Undo previous change.
9241
9242 1999-04-06 Richard Stallman <rms@gnu.org>
9243
9244 * info.el (Info-find-node): Check for an anchor at the
9245 proper place, before reading an indirect file.
9246
9247 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9248
9249 * jka-compr.el (jka-compr-insert-file-contents):
9250 Use raw-text-unix when we want no conversion.
9251
9252 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9253
9254 * timezone.el (timezone-parse-date): Corrected regexp for
9255 style (5) date format so that tenths of seconds are optional.
9256
9257 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9258
9259 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9260 of dos-codepage-setup.
9261 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9262 codepages for which there's no need to set up cpNNN coding
9263 systems.
9264 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9265
9266 1999-04-05 Richard Stallman <rms@gnu.org>
9267
9268 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9269
9270 1999-04-02 Richard Stallman <rms@gnu.org>
9271
9272 * progmodes/compile.el (compilation-handle-exit): Do right thing
9273 if (car status) doesn't end in a newline.
9274
9275 1999-04-01 Dave Love <fx@gnu.org>
9276
9277 * progmodes/sql.el (SQL): Add defgroup :version.
9278
9279 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9280
9281 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9282 buffer-file-coding-system. If the coding system used is raw-text,
9283 etc., make the *Compiler Input* buffer unibyte.
9284
9285 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9286
9287 * loadup.el: Don't write the fns-...el file if not dumping.
9288
9289 1999-03-31 Dave Love <fx@gnu.org>
9290
9291 * snmp-mode.el (snmp): Fix defgroup :version.
9292
9293 * hilit-chg.el (highlight-changes): Add defgroup :version.
9294
9295 1999-03-31 Andreas Schwab <schwab@gnu.org>
9296
9297 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9298 the gnus-save-hidden-threads macro.
9299
9300 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9301
9302 * faces.el (face-set-after-frame-default): Obey the
9303 `customized-face' for new faces.
9304
9305 1999-03-30 Dave Love <fx@gnu.org>
9306
9307 * international/mule-cmds.el (current-language-environment): Doc fix.
9308 * abbrev.el (abbrev-mode): Doc fix.
9309 * autoinsert.el (auto-insert-mode): Doc fix.
9310 * complete.el (partial-completion-mode): Doc fix.
9311 * avoid.el (mouse-avoidance-mode): Doc fix.
9312 * delsel.el (delete-selection-mode): Doc fix.
9313 * font-lock.el (global-font-lock-mode): Doc fix.
9314 * help.el (temp-buffer-resize-mode): Doc fix.
9315 * hscroll.el (hscroll-global-mode): Doc fix.
9316 * icomplete.el (icomplete-mode): Doc fix.
9317 * mouse-sel.el (mouse-sel-mode): Doc fix.
9318 * paren.el (show-paren-mode): Doc fix.
9319 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9320 * time.el (display-time-mode): Doc fix.
9321 * type-break.el (type-break-mode): Doc fix.
9322 * which-func.el (which-func-mode-global): Doc fix.
9323 * winner.el (winner-mode): Doc fix.
9324
9325 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9326
9327 * wid-edit.el (widget-before-change): Signal text-read-only rather
9328 than an ordinary error.
9329
9330 1999-03-30 Richard M. Stallman <rms@gnu.org>
9331
9332 * repeat.el: Don't require advice.
9333 (repeat): Do function-indirection in check for kbd macro.
9334 In self-insert case, use the *last* char in INSERTION.
9335
9336 1999-03-30 Karl Heuer <kwzh@gnu.org>
9337
9338 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9339
9340 1999-03-29 Andreas Schwab <schwab@gnu.org>
9341
9342 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9343 comint-input-filter-functions. Make variables related to shell
9344 directory tracking local.
9345
9346 1999-03-26 Andreas Schwab <schwab@gnu.org>
9347
9348 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9349
9350 * simple.el (shell-command-on-region): Cope with exit-status being
9351 nil, which happens if call-process-region was interrupted.
9352
9353 1999-03-26 Richard M. Stallman <rms@gnu.org>
9354
9355 * simple.el (indent-new-comment-line): Handle use at a point
9356 after a comment-end. Handle multiple comments.
9357
9358 * mail/rmail.el (rmail-decode-babyl-format):
9359 To prevent locking, bind buffer-file-name to nil.
9360
9361 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9362
9363 * mail-hist.el (mail-hist-current-header-name): Don't make
9364 off-by-one-error when determining if in message body.
9365
9366 1999-03-25 Andrew Innes <andrewi@gnu.org>
9367
9368 * w32-fns.el (set-default-process-coding-system): Copied from
9369 dos-w32.el, but modified to use Unix line endings for process
9370 input, and to add a suitable entry to process-coding-system-alist
9371 for DOS shells.
9372
9373 * dos-fns.el (set-default-process-coding-system): Copied from
9374 dos-w32.el.
9375
9376 * dos-w32.el (set-default-process-coding-system): Move function to
9377 dos-fns.el; a different version is used in w32-fns.el.
9378
9379 1999-03-24 Dave Love <fx@gnu.org>
9380
9381 * info.el (Info-directory-list): Revert change to re-writing
9382 Info-default-directory-list, but put `alternative' first.
9383 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9384
9385 1999-03-23 Simon Marshall <simon@gnu.org>
9386
9387 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9388 on the line by itself.
9389 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9390 it is not in a declarative context.
9391
9392 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9393
9394 * cus-edit.el (custom-variable-prompt): Allow customization of
9395 autoloaded symbols.
9396
9397 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9398
9399 * simple.el (what-cursor-position): Don't cause error when point
9400 is at invalid multibyte sequence.
9401
9402 1999-03-21 Karl Heuer <kwzh@gnu.org>
9403
9404 * complete.el (partial-completion-mode): Doc fix.
9405
9406 1999-03-19 Richard M. Stallman <rms@gnu.org>
9407
9408 * progmodes/cplus-md.el (old-c++): Remove :group.
9409
9410 * progmodes/c-mode.el (old-c): Remove :group.
9411
9412 1999-03-18 Simon Marshall <simon@gnu.org>
9413
9414 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9415 (java-font-lock-keywords-2): Added "strictfp" keyword.
9416
9417 1999-03-17 Jason Rumney <jasonr@altavista.net>
9418
9419 * w32-fns.el (set-w32-system-coding-system) New function.
9420 (w32-system-coding-system) Initialize to 'iso-latin-1.
9421
9422 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9423
9424 * international/mule-cmds.el (set-language-environment): Fix
9425 previous change: don't use dos-codepage when unbound.
9426
9427 1999-03-17 Karl Heuer <kwzh@gnu.org>
9428
9429 * calendar/appt.el (appt-make-list): Fix previous change.
9430
9431 1999-03-16 Richard M. Stallman <rms@gnu.org>
9432
9433 * window.el (shrink-window-if-larger-than-buffer):
9434 Don't try to redisplay with the cursor at the end
9435 on its own line--that would force a scroll and spoil things.
9436
9437 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9438
9439 * international/mule-cmds.el (set-language-environment): Don't use
9440 cpNNN-nonascii-translation-table if it is unbound.
9441
9442 * term/internal.el (dos-codepage-setup): Compute the unibyte
9443 syntax table and bind unibyte-display-via-language-environment
9444 here, rather than at top level, so that resetting to unibyte in
9445 .emacs works as expected.
9446
9447 1999-03-15 Simon Marshall <simon@gnu.org>
9448
9449 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9450
9451 1999-03-14 Milan Zamazal <pdm@pvt.net>
9452
9453 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9454
9455 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9456
9457 * international/mule-util.el (detect-coding-with-priority):
9458 Restore the internal database.
9459
9460 1999-03-14 Stephen Eglen <stephen@gnu.org>
9461
9462 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9463 if mail-from-style has invalid value.
9464
9465 1999-03-12 Karl Heuer <kwzh@gnu.org>
9466
9467 * vc.el (vc-delete-logbuf-window): New var.
9468 (vc-finish-logentry): Use it.
9469
9470 1999-03-12 Richard M. Stallman <rms@gnu.org>
9471
9472 * startup.el (command-line-1): Improve startup msg.
9473
9474 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9475
9476 * speedbar.el: Added commentary about stealthy functions.
9477 (speedbar-message) new function.
9478 (speedbar-y-or-n-p): New function
9479 (speedbar-with-attached-buffer) Moved macro before reference.
9480 Now uses `save-selected-window'.
9481 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9482 speedbar-generic-item-info, speedbar-item-info-file-helper,
9483 speedbar-item-delete, speedbar-insert-generic-list,
9484 speedbar-timer-fn, speedbar-check-vc-this-line,
9485 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9486 speedbar-buffers-item-info) Use speedbar-message.
9487 (speedbar-item-info) Limit `message-log-max'.
9488 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9489 speedbar-item-delete, speedbar-item-object-delete,
9490 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9491
9492 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9493
9494 * server.el (server-start): Set coding system for the server
9495 process to raw-text.
9496 (server-process-filter): Decode file names if necessary.
9497
9498 1999-03-12 Dave Love <fx@gnu.org>
9499
9500 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9501
9502 * textmodes/paragraphs.el (sentence-end): Doc fix.
9503
9504 1999-03-11 Karl Heuer <kwzh@gnu.org>
9505
9506 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9507
9508 1999-03-09 Karl Heuer <kwzh@gnu.org>
9509
9510 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9511 (ispell-dictionary-alist-2): Likewise.
9512 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9513 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9514 (ispell-dictionary-alist): Build from six pieces, not just two.
9515
9516 * ps-bdf.el (bdf-directory-list): Doc fix.
9517
9518 * enriched.el (enriched-mode): Make var permanent-local.
9519
9520 1999-03-09 Dave Love <fx@gnu.org>
9521
9522 * textmodes/sgml-mode.el (html-mode): Use
9523 sentence-end-double-space when setting sentence-end.
9524
9525 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9526
9527 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9528
9529 1999-03-08 Felix Lee <flee@cygnus.com>
9530
9531 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9532
9533 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9534
9535 1999-03-08 Karl Heuer <kwzh@gnu.org>
9536
9537 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9538 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9539
9540 * dired.el (dired-do-copy-regexp): Doc fix.
9541 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9542
9543 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9544
9545 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9546
9547 1999-03-08 Jason Rumney <jasonr@altavista.net>
9548
9549 * international/codepage.el (cp1250-decode-table)
9550 (cp1251-decode-table, cp1253-decode-table)
9551 (cp1257-decode-table): New translation tables for MS Windows codepages.
9552 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9553
9554 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9555
9556 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9557
9558 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9559
9560 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9561
9562 * term/internal.el (top level): Display character 255 as 8bit as well.
9563
9564 1999-03-06 Dave Love <fx@gnu.org>
9565
9566 * progmodes/cc-cmds.el (c-outline-level): Bind
9567 buffer-invisibility-spec.
9568
9569 * progmodes/c-mode.el (c-outline-level): Likewise.
9570
9571 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9572
9573 1999-03-05 Felix Lee <flee@cygnus.com>
9574
9575 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9576
9577 1999-03-05 Richard M. Stallman <rms@gnu.org>
9578
9579 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9580
9581 1999-03-05 Andrew Innes <andrewi@gnu.org>
9582
9583 * w32-fns.el (convert-standard-filename): Convert directory
9584 separators to Windows format.
9585
9586 1999-03-05 Andreas Schwab <schwab@gnu.org>
9587
9588 * international/skkdic-cnv.el: Provide skkdic-cnv.
9589 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9590 (batch-skkdic-convert): Doc fix.
9591
9592 1999-03-04 Dave Love <fx@gnu.org>
9593
9594 * custom.el (custom-set-variables): Protect against setter errors.
9595
9596 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9597
9598 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9599 the file sizes from overflowing.
9600 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9601 Under -s, print the size in blocks with %4.0f, in case they have
9602 a *really* huge file.
9603
9604 1999-03-03 Dave Love <fx@gnu.org>
9605
9606 * options.el (edit-options): Doc fix.
9607 (list-options): Don't lose with unbound symbols. Maintain
9608 Edit-options-mode.
9609
9610 1999-03-01 Dave Love <fx@gnu.org>
9611
9612 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9613
9614 1999-02-28 Richard M. Stallman <rms@gnu.org>
9615
9616 * ispell.el (ispell-dictionary-alist-override): New variable.
9617 (ispell-dictionary-alist): Don't setq it,
9618 if ispell-dictionary-alist-override is set.
9619
9620 * simple.el (shell-command-default-error-buffer): Renamed from
9621 shell-command-on-region-default-error-buffer.
9622 (shell-command-on-region): Mention in echo area when there
9623 is some error output. Mention success or failure, too.
9624 Accumulate multiple error outputs
9625 going forward, with formfeed in between. Display the error buffer
9626 when we have put something in it.
9627 (shell-command): Add the ERROR-BUFFER argument feature.
9628
9629 1999-02-28 Karl Heuer <kwzh@gnu.org>
9630
9631 * mail/mh-utils.el (mh-lib): Doc fix.
9632 (mh-lib-progs, mh-nmh-p): New vars.
9633 (mh-find-progs): Set mh-lib-progs along with other vars.
9634 (mh-path-search): New arg FUNC-P; if specified, use that instead
9635 of mh-file-command-p.
9636 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9637
9638 * mail/mh-comp.el (mh-repl-formfile): New var.
9639 (mh-smail-batch): Don't ignore all arguments.
9640 (mh-reply): Do the right thing when using nmh.
9641
9642 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9643
9644 * international/mule-cmds.el (select-safe-coding-system): Be sure
9645 to show a buffer being decoded.
9646
9647 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9648
9649 * ps-bdf.el (bdf-directory-list): Initialize it to
9650 '("/usr/local/share/emacs/fonts/bdf").
9651
9652 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9653
9654 * ps-print.el: PostScript programming fix.
9655 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9656 setpagedevice operator).
9657
9658 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9659
9660 * ps-print.el: Doc fix, font size specifies landscape and portrait
9661 sizes.
9662 (ps-print-version): New version number (4.1.4).
9663 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9664 Specifies landscape and portrait sizes.
9665 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9666 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9667 fix.
9668 (ps-get-font-size): New fun.
9669 (ps-font-size-internal, ps-header-font-size-internal)
9670 (ps-header-title-font-size-internal): New vars.
9671
9672 * ps-mule.el: Change of ps-print font size variable name.
9673 (ps-mule-generate-font): Fun fix.
9674 (ps-mule-begin-job): Programming uniformization.
9675
9676 1999-02-25 Dave Love <fx@gnu.org>
9677
9678 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9679 (help-make-xrefs): Do Info case first.
9680
9681 * repeat.el: Don't require advice.
9682 (repeat-last-kill-command): Variable deleted.
9683
9684 1999-02-25 Richard Stallman <rms@gnu.org>
9685
9686 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9687 case just because the current buffer is the output buffer.
9688
9689 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9690
9691 * simple.el (what-cursor-position): To show the character's
9692 encoding, use encoded-string-description instead of information
9693 of chaset-origin-alist.
9694
9695 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9696 (encoded-code-description): New function.
9697 (encoded-string-description): New function.
9698 (encode-coding-char): New function.
9699
9700 1999-02-25 Andrew Innes <andrewi@gnu.org>
9701
9702 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9703 checking for .emacs[.el[c]].
9704
9705 1999-02-24 Richard Stallman <rms@gnu.org>
9706
9707 * help.el (describe-function-1): Don't print a whole lambda-function.
9708
9709 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9710
9711 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9712 inputting ?\240.
9713
9714 1999-02-23 Karl Heuer <kwzh@gnu.org>
9715
9716 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9717
9718 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9719 (clean-buffer-list-kill-buffer-names): Doc fix.
9720
9721 * gud.el (gud-jdb-massage-args): Spelling fix.
9722
9723 1999-02-23 Richard M. Stallman <rms@gnu.org>
9724
9725 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9726
9727 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9728
9729 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9730 excursion while calling set-auto-coding-function.
9731
9732 * play/handwrite.el (handwrite): Require ps-print, and use
9733 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9734 if it's defined, instead of forking ps-lpr-command unconditionally.
9735
9736 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9737
9738 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9739 charset-origin-alist property to a coding system for the codepage.
9740
9741 * international/mule.el: Modify comment for charset-origin-alist
9742 property of a coding system.
9743
9744 * simple.el (what-cursor-position): charset-origin-alist property
9745 of a coding system may be a translation table or a symbol of which
9746 `translation-table' property is a translation table.
9747
9748 1999-02-21 Richard Stallman <rms@gnu.org>
9749
9750 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9751 to the "html" template.
9752
9753 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9754
9755 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9756
9757 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9758
9759 * dirtrack.el (dirtrack): Check for the prompt in the input string
9760 instead of the buffer.
9761
9762 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9763
9764 * sql.el: Set version to 1.4.1. Changed mail address to
9765 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9766 (sql-input-ring-separator): Doc fix.
9767 (sql-mode-syntax-table): double-dash starts comments is defined as
9768 ". 56" instead of ". 12b" for XEmacs.
9769 (sql-stop, sql-interactive-mode): Doc fixes.
9770 (sql-postgres): Queries for database and server, not just one.
9771 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9772
9773 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9774 changed. This is needed for master.el to work.
9775 (sql-set-sqli-buffer): Use the new hook.
9776
9777 * sql.el (sql-make-alternate-buffer-name): Function that sets
9778 sql-alternate-buffer-name.
9779 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9780 (sql-interactive-mode): Set sql-alternate-buffer-name.
9781 (sql-rename-buffer): New command.
9782 (sql-interactive-mode-menu): Menu for SQLi buffers.
9783
9784 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9785 and sql-input-ring-file-name are used to temporarily set
9786 comint-input-ring-file-name and comint-input-ring-separator when
9787 reading and writing input history files.
9788
9789 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9790 (sql-input-ring-file-name): New variable with customization.
9791 (sql-input-ring-separator): New variable with customization.
9792 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9793 Callers changed.
9794 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9795 now includes the name of the current buffer.
9796
9797 (sql-mode): Set paragraph-separate and paragraph-start so that
9798 sql-send-paragraph sends the entire SQL statements, even if it
9799 contains indented lines.
9800
9801 1999-02-18 Dave Love <fx@gnu.org>
9802
9803 * format.el (format-encode-run-method, format-decode-run-method):
9804 Fix previous change.
9805
9806 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9807
9808 * international/mule.el (coding-system-list): Moved here from
9809 mule-util.el to avoid autoloading mule-util by the call of
9810 select-safe-coding-system.
9811
9812 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9813
9814 * simple.el (turn-on-auto-fill): Mark it as an option for
9815 `text-mode-hook'.
9816
9817 1999-02-17 Richard Stallman <rms@gnu.org>
9818
9819 * emacs-lisp/easymenu.el (easy-menu-get-map):
9820 Don't crash if (current-local-map) is nil.
9821
9822 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9823
9824 * filecache.el (file-cache-filter-regexps): Added .class.
9825
9826 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9827
9828 * international/mule-util.el (decompose-region): Use
9829 insert-buffer-substring instead of insert-buffer to avoid putting
9830 mark.
9831
9832 1999-02-17 Andreas Schwab <schwab@gnu.org>
9833
9834 * calendar/cal-move.el (scroll-calendar-left): Don't set
9835 displayed-month and displayed-year here, let generate-calendar do
9836 it, after range checking.
9837
9838 1999-02-17 Simon Marshall <simon@gnu.org>
9839
9840 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9841
9842 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9843 correctly between an object declared via a constructor and a method.
9844 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9845 (java-font-lock-keywords-1): Fontify package names individually.
9846 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9847 (java-font-lock-keywords-2): Simplify type fontification.
9848 (java-font-lock-keywords-3): Likewise.
9849
9850 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9851
9852 * language/japanese.el (iso-2022-jp-2): New coding system.
9853 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9854
9855 1999-02-16 Dave Love <fx@gnu.org>
9856
9857 * help.el (describe-function-1): Accept non-symbols.
9858
9859 1999-02-16 Paul Eggert <eggert@twinsun.com>
9860
9861 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9862 find the last match if there are multiple matches.
9863
9864 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9865
9866 * tex-mode.el (tex-run-command, latex-run-command)
9867 (slitex-run-command, tex-command): Doc changes.
9868 (tex-start-options-string): Autoload it. Doc change. Provide
9869 a menu for customization. Allow nil. Quote backslashes only once.
9870 (tex-start-tex): Handle nil value of tex-start-options-string
9871 and apply shell-quote-argument to it.
9872
9873 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9874
9875 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9876 the size in blocks, since it can be a float.
9877 (ls-lisp-format): Likewise
9878
9879 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9880
9881 * language/japanese.el (japanese-shift-jis): Add
9882 charset-origin-alist property.
9883
9884 1999-02-15 Richard Stallman <rms@gnu.org>
9885
9886 * progmodes/compile.el (compile-internal): Use save-selected-window.
9887
9888 * subr.el (momentary-string-display): Bind inhibit-read-only.
9889
9890 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9891
9892 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9893
9894 * mail/rmail.el (rmail-show-message): If an unseen message has a
9895 Summary-line in its header, get past one more line before looking
9896 for the X-Coding-System header.
9897
9898 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9899
9900 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9901 explicitly to accomodate Windows 9X lack of a useful copy program.
9902
9903 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9904
9905 * wid-edit.el (widget-choice-value-create): Use `equal'
9906 instead of `eq'.
9907
9908 1999-02-14 Richard Stallman <rms@gnu.org>
9909
9910 * international/iso-transl.el:
9911 (iso-transl-ae): Renamed from iso-transl-e-slash.
9912 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9913 (iso-transl-AE): Renamed from iso-transl-E-slash.
9914 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9915 (iso-transl-char-map): Related changes.
9916
9917 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9918
9919 1999-02-13 Richard Stallman <rms@gnu.org>
9920
9921 * textmodes/texinfmt.el (texinfo-alias): New function.
9922 (texinfo-fold-nodename-case): Add defvar.
9923 (texinfo-format-node): Do case folding if specified.
9924
9925 * ffap.el (ffap-file-at-point): Test local file names
9926 immediately. Strip off line numbers.
9927
9928 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9929
9930 * sql.el: Set version to 1.3.2
9931 (sql-solid-program): Added support for solid.
9932 (sql-help): Doc mentions sql-solid.
9933 (sql-solid): Entry function for Solid.
9934 (sql-buffer): Doc explains the use of the variable and how to
9935 change it.
9936 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9937 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9938 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9939 is new.
9940 (sql-show-sqli-buffer): New function to display the value of
9941 sql-buffer.
9942 (sql-change-sqli-buffer): New function to change sql-buffer.
9943 (sql-mode): Doc explains how to change sql-buffer.
9944 (sql-send-paragraph): New function to send a paragraph.
9945 (sql-mode-map): Added keybinding for sql-send-paragraph.
9946 (sql-mysql): Doc corrected.
9947 (sql-ms): Doc corrected.
9948
9949 * sql.el (sql-server): Doc fix.
9950 (sql-mysql): Added the use of sql-server to specify the host,
9951 sql-database now specifies database instead of host.
9952 (sql-mode-menu): Send... menu items are only active if sql-buffer
9953 is non-nil.
9954 (sql-help): Changed tag of entry functions a bit.
9955
9956 * sql.el: Added keywords from `finder-by-keyword'.
9957 (sql-mode): Made sql-buffer a local variable, changed the
9958 documentation: removed instructions to add *.sql files to
9959 auto-mode-alist, added documentation for having mutliple SQL
9960 buffers sending their stuff to different SQLi buffers, each
9961 running a different process.
9962 (sql-postgres): Quoted *SQL* in doc string.
9963 (sql-ms): Likewise.
9964 (sql-ingres): Likewise.
9965 (sql-ingres): Quoted *SQL* in doc string, added references to
9966 sql-user and sql-password used during login.
9967 (sql-sybase): Quoted *SQL* in doc string, added comma.
9968 (sql-oracle): Likewise.
9969 (sql-interactive-mode): Added extensive documentation for having
9970 mutliple SQL buffers sending their stuff to different SQLi
9971 buffers, each running a different process.
9972 (sql-buffer): Changed doc from *SQL* to SQLi.
9973 (sql-get-login): Doc fix.
9974
9975 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9976
9977 * international/mule-conf.el (undecided): Set ascii in
9978 safe-charsets property.
9979
9980 1999-02-12 Richard Stallman <rms@gnu.org>
9981
9982 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9983
9984 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9985
9986 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9987 value to ps-mule-font-info-database-latin.
9988
9989 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9990
9991 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9992 (ps-mule-font-info-database-default): New variable.
9993 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9994 ps-mule-font-info-database-default.
9995
9996 1999-02-12 Dave Love <fx@gnu.org>
9997
9998 * timezone.el (timezone-make-date-sortable)
9999 (timezone-make-date-arpa-standard): Doc fix.
10000
10001 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10002
10003 * international/quail.el (quail-show-kbd-layout): Bind
10004 blink-matching-paren to nil.
10005
10006 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10007 for ASCII and Latin-1.
10008
10009 1999-02-12 Andreas Schwab <schwab@gnu.org>
10010
10011 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10012
10013 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10014
10015 * international/mule-cmds.el (language-info-alist): Remove
10016 description about charset-origin-alist.
10017
10018 * international/mule.el: Comment added for a new coding system
10019 property `charset-origin-alit'.
10020 (make-translation-table): This variable deleted.
10021
10022 * language/chinese.el (chinese-big5): Add charset-origin-alist
10023 property.
10024 ("Chinese-CNS"): Remove charset-origin-alist property.
10025
10026 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10027 property.
10028 (cyrillic-alternativnyj): Likewise.
10029 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10030 ("Cyrillic-ALT"): Likewise.
10031
10032 * language/vietnamese.el (vietnamese-viqr): Add
10033 charset-origin-alist property.
10034 ("Vietnamese"): Remove charset-origin-alist property.
10035
10036 * simple.el (what-cursor-position): Don't use the varialbe
10037 charset-origin-alist, but use charset-origin-alist property of
10038 buffer-file-coding-system to decide external character set code.
10039
10040 1999-02-10 Richard Stallman <rms@gnu.org>
10041
10042 * shadowfile.el: Don't turn on the mode when the file is loaded.
10043
10044 1999-02-09 Richard Stallman <rms@gnu.org>
10045
10046 * progmodes/compile.el (compile-auto-highlight): Customize.
10047
10048 * add-log.el (add-log-file-name-function): New variable.
10049 (add-change-log-entry): Call that function, if non-nil.
10050
10051 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10052
10053 * rmail.el (rmail-search): Track match with a marker, not an integer.
10054
10055 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10056
10057 * progmodes/compile.el (compilation-setup): Set value of
10058 compilation-directory-stack as in compilation-forget-errors.
10059 (compile-reinitialize-errors): Bind buffer-undo-list and
10060 deactivate-mark.
10061 (compilation-forget-errors): Likewise.
10062
10063 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10064
10065 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10066 def... constructs.
10067
10068 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10069 Remove calls to sleep-for.
10070
10071 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10072
10073 * international/codepage.el (cp-coding-system-for-codepage-1): On
10074 MS-DOS, use dos-unsupported-char-glyph for characters not
10075 supported by the codepage.
10076 (cp-make-coding-systems-for-codepage): Likewise.
10077
10078 1999-02-08 Andreas Schwab <schwab@gnu.org>
10079
10080 * international/mule-util.el (coding-system-list): Don't sort
10081 coding-system-list here.
10082
10083 * international/mule.el (coding-system-lessp): Moved here from
10084 mule-util.el
10085 (add-to-coding-system-list): New function.
10086 (make-subsidiary-coding-system, make-coding-system,
10087 define-coding-system-alias): Use it instead of setting
10088 coding-system-list directly.
10089
10090 1999-02-07 Dave Love <fx@gnu.org>
10091
10092 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10093 onto message.
10094
10095 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10096
10097 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10098 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10099
10100 1999-02-06 Richard Stallman <rms@gnu.org>
10101
10102 * language/european.el (setup-slovenian-environment): New function.
10103 ("Slovenian"): New language environment.
10104
10105 * progmodes/sql.el (sql-help): Doc fix.
10106 (sql-mysql): Doc fix.
10107
10108 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10109
10110 * tex-mode.el: When compiling, require compare-w and skeleton
10111 to pacify the byte-compiler. Move the def's of the tex-commands
10112 together. Add a comment on kill-process vs. quit-process.
10113
10114 1999-02-05 Dave Love <fx@gnu.org>
10115
10116 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10117 null markers.
10118 (compile-goto-error): Likewise.
10119
10120 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10121
10122 * time-stamp.el (time-stamp-format): Format doc tighter.
10123 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10124 (time-stamp): Don't re-write the time stamp if it didn't change.
10125
10126 1999-02-05 Alex Schroeder <asc@bsiag.com>
10127
10128 * progmodes/sql.el: Changed version to 1.2.1.
10129 (sql-pop-to-buffer-after-send-region): Improved documentation.
10130 (sql-mysql-program): Added MySQL support.
10131 (sql-prompt-length): Made prompt-length configurable.
10132 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10133 (sql-help): Added MySQL support, changed documentation.
10134 (sql-send-region): A message is displayed if something is sent.
10135 (sql-mode): Added buffer-local comment-start.
10136 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10137 (sql-interactive-mode): Added buffer-local comment-start.
10138 (sql-oracle): Set sql-prompt-length.
10139 (sql-sybase): Set sql-prompt-length.
10140 (sql-mysql): Added MySQL support.
10141 (sql-ingres): Set sql-prompt-length.
10142 (sql-ms): Set sql-prompt-length.
10143 (sql-postgres): Set sql-prompt-length.
10144
10145 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10146
10147 * term/internal.el (dos-codepage-setup): Set selection coding
10148 system to cpNNN-dos.
10149
10150 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10151
10152 * international/characters.el: Let ethiopic use iso-2022-7bit.
10153
10154 1999-02-02 Dave Love <fx@gnu.org>
10155
10156 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10157 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10158
10159 1999-02-02 Karl Heuer <kwzh@gnu.org>
10160
10161 * terminal.el (terminal-emulator): Doc fix.
10162
10163 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10164
10165 * international/mule-util.el (compose-chars): Doc-string
10166 modified. Correctly handle a composition character in ARGS.
10167
10168 1999-02-01 Richard Stallman <rms@gnu.org>
10169
10170 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10171 (makefile-menu-index-function): Function deleted.
10172 (makefile-mode): Use makefile-imenu-generic-expression.
10173
10174 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10175
10176 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10177 change, invoke from before-init-hook.
10178
10179 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10180
10181 * subr.el (remove-from-invisibility-spec): Cope with the case when
10182 buffer-invisibility-spec is t.
10183
10184 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10185
10186 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10187 appt-add and appt-delete.
10188
10189 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10190
10191 * term/pc-win.el (msdos-approximate-color): New function.
10192 (msdos-color-translate): Call it to find a DOS color that best
10193 approximates an X-style "#NNNNNN" color specification.
10194
10195 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10196
10197 * international/mule-util.el (compose-chars-component): Add
10198 autoload cookie.
10199
10200 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10201
10202 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10203 function, replace cdr of MAP by the return value of the function
10204 unconditionally.
10205
10206 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10207
10208 * progmodes/compile.el (compilation-next-error-locus): Don't
10209 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10210
10211 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10212
10213 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10214 and NLs before "charset", and allow the charset name be in double
10215 quotes.
10216
10217 1999-01-31 Richard Stallman <rms@gnu.org>
10218
10219 * imenu.el (imenu-sort-function): Fix custom type.
10220
10221 1999-01-30 Richard Stallman <rms@gnu.org>
10222
10223 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10224 (speedbar-line-token): Likewise.
10225
10226 * play/gametree.el (gametree-default-score): Use defcustom.
10227 (gametree-score-regexp, gametree-score-closer): Likewise.
10228 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10229
10230 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10231
10232 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10233 decoding.
10234
10235 1999-01-29 Markus Rost <rost@gnu.org>
10236
10237 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10238 tex-validate-buffer.
10239 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10240 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10241 now with recent occur-mode.
10242 (tex-validate-region): Really walk through all Sexps.
10243 (tex-region): Bind shell-dirtrack-verbose.
10244 (tex-file, tex-bibtex-file): Likewise.
10245
10246 1999-01-29 Dave Love <fx@gnu.org>
10247
10248 * finder.el: (finder-commentary): Fix interactive spec. Try
10249 appending .el to file name.
10250 (finder-find-library, finder-commentary): Doc fixes.
10251
10252 1999-01-29 Andrew Innes <andrewi@gnu.org>
10253
10254 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10255 where the userid contains directory separators.
10256
10257 1999-01-29 Dave Love <fx@gnu.org>
10258
10259 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10260 (lm-commentary): Doc fix.
10261
10262 1999-01-29 Andreas Schwab <schwab@gnu.org>
10263
10264 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10265 wildcard match. Fix regexp that tests if dirpart contains
10266 wildcard characters.
10267
10268 1999-01-28 Richard Stallman <rms@gnu.org>
10269
10270 * font-lock.el (font-lock-default-unfontify-region):
10271 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10272
10273 1999-01-27 Jason Rumney <jasonr@altavista.net>
10274
10275 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10276 from FAMILY field.
10277 (w32-create-initial-fontsets): Do not use before-init-hook.
10278 (mouse-set-font): Document. Automatically create and use fontsets.
10279
10280 * dos-w32.el (direct-print-region-helper): Check for printer
10281 being t as well as a string.
10282
10283 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10284
10285 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10286 (rmail-mime-charset-pattern): New variable.
10287 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10288 rmail-decode-mime-charset is non-nil.
10289
10290 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10291
10292 * international/characters.el: Set category `q' for all characters
10293 in tibetan and tibetan-1-column.
10294
10295 1999-01-27 Andrew Innes <andrewi@gnu.org>
10296
10297 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10298 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10299
10300 1999-01-27 Dave Love <fx@gnu.org>
10301
10302 * international/mule-cmds.el (current-language-environment):
10303 Provide :link, :type (choices) and appropriate :get.
10304
10305 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10306
10307 * startup.el (command-line): Set default eol-mnemonic-* strings to
10308 display end-of-line format in mode line.
10309
10310 * cus-start.el (all): Add eol-mnemonic-* variables.
10311
10312 1999-01-26 Dave Love <fx@gnu.org>
10313
10314 * startup.el (command-line-1): Up-date copyright.
10315
10316 * paths.el (Info-default-directory-list): Use configdir twice.
10317
10318 * info.el (Info-directory-list): Don't set path-separator now
10319 we're not shipped with Texinfo. Simplify path definition.
10320 Substitute all occurrences of instdir in Info-default-directory-list.
10321
10322 1999-01-25 Richard Stallman <rms@gnu.org>
10323
10324 * startup.el (normal-top-level-add-subdirs-to-load-path):
10325 Record the inode numbers of the dirs processed, to avoid loop.
10326
10327 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10328
10329 1999-01-25 Dave Love <fx@gnu.org>
10330
10331 * browse-url.el (browse-url-netscape-program): Doc addition.
10332
10333 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10334 prefix.
10335
10336 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10337 auto-mode-alist.
10338
10339 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10340
10341 * calendar/diary-lib.el (mark-diary-entries): Use
10342 assoc-ignore-case and do not capitalize when matching month and
10343 day names.
10344
10345 * calendar/calendar.el (calendar-read-date): Ditto.
10346
10347 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10348 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10349
10350 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10351
10352 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10353
10354 * calendar/cal-islam.el (calendar-goto-islamic-date)
10355 (mark-islamic-diary-entries): Ditto.
10356
10357 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10358
10359 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10360 (calendar-read-mayan-tzolkin-date): Ditto.
10361
10362 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10363
10364 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10365
10366 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10367
10368 1999-01-25 Karl Heuer <kwzh@gnu.org>
10369
10370 * faces.el (list-faces-display): Multiline case of previous fix.
10371
10372 1999-01-25 Andreas Schwab <schwab@gnu.org>
10373
10374 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10375
10376 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10377
10378 * files.el (find-file): If find-file-noselect returns a list,
10379 do switch-to-buffer on each element.
10380 (find-file-other-window): Likewise for all but the first element.
10381 (find-file-other-frame): Same.
10382 (find-file-noselect): When we expand a wildcard, return a list
10383 of buffers.
10384
10385 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10386
10387 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10388 to set the appropriate cpNNN-dos coding system as the
10389 highest-priority coding system.
10390
10391 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10392
10393 * international/fontset.el (generate-fontset-menu): Return a
10394 sorted list by plain names of fontsets.
10395
10396 * international/mule-diag.el (list-fontsets): Sort fontsets by
10397 plain names.
10398
10399 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10400 FIRST is a composite character, decompose it at first.
10401
10402 1999-01-23 Dave Love <fx@gnu.org>
10403
10404 * format.el: Doc fixes.
10405 (format-encode-run-method): Have things happen in the right buffer.
10406 Deal with errors from method. Set coding-system-for-write.
10407 (format-decode-run-method): Have things happen in the right buffer.
10408 Deal with errors from method. Set coding-system-for-read.
10409 (format-alist): Use nil instead of unmatchable regexps.
10410
10411 * simple.el (shell-command-on-region): Return command's exit status.
10412
10413 1999-01-23 Eric Ludlam <zappo@gnu.org>
10414
10415 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10416 of the file whose info we want to display.
10417 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10418 (speedbar-add-mode-functions-list) Improve doc.
10419 (speedbar-line-token) New function.
10420 (speedbar-dired) Fix order of directories in -shown-directories.
10421 (speedbar-line-path): Default return is default-directory
10422 (speedbar-buffers-line-path): Return is dir name only.
10423 (speedbar-mode-functions-list): New variable.
10424 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10425 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10426 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10427 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10428 New functions.
10429 (speedbar-line-file): Broke out part that fetches file from a line.
10430 (speedbar-line-text): New function extracted from speedbar-line-file.
10431 (speedbar-line-path): Converted into a replaceable function.
10432 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10433
10434 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10435
10436 * international/fontset.el (create-fontset-from-x-resource): Make
10437 style variants.
10438
10439 1999-01-22 Dave Love <fx@gnu.org>
10440
10441 * paths.el (Info-default-directory-list): Put sysdir after start.
10442
10443 1999-01-22 Sam Steingold <sds@goems.com>
10444
10445 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10446 a process associated with it.
10447
10448 1999-01-22 Jason Rumney <jasonr@altavista.net>
10449
10450 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10451
10452 1999-01-22 Felix Lee <flee@cygnus.com>
10453
10454 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10455 major-mode.
10456 (vc-annotate-mode): Delete variable.
10457
10458 1999-01-22 Andrew Innes <andrewi@gnu.org>
10459
10460 * startup.el (command-line): [windows-nt]: Check for existence of
10461 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10462 in preference to _emacs.
10463
10464 1999-01-22 Dave Love <fx@gnu.org>
10465
10466 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10467
10468 1999-01-20 Richard Stallman <rms@gnu.org>
10469
10470 * files.el (find-file-noselect): Do wildcard processing only
10471 if new arg WILDCARDS is non-nil.
10472 (find-file, find-file-other-window): New arg WILDCARDS.
10473 Default it to non-nil if interactive.
10474 (find-file-other-frame): Likewise.
10475 (find-file-read-only): Likewise.
10476 (find-file-read-only-other-window): Likewise.
10477 (find-file-read-only-other-frame): Likewise.
10478
10479 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10480 (widget-plist-convert-option): Delete spurious comma.
10481
10482 1999-01-19 Jason Rumney <jasonr@altavista.net>
10483
10484 * term/w32-win.el (w32-standard-fontspec-spec): Change
10485 iso8859-5 to koi8-r. Add iso8859-9.
10486
10487 1999-01-19 Dave Love <fx@gnu.org>
10488
10489 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10490 its uses.
10491
10492 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10493 is active.
10494 (fortran-indent-subprogram): Likewise.
10495
10496 1999-01-19 Dave Love <d.love@dl.ac.uk>
10497
10498 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10499
10500 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10501
10502 * wid-edit.el (alist): Use sexp as default key-type.
10503
10504 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10505
10506 * textmodes/tex-mode.el (tex-define-common-keys):
10507 Remove key binding of tex-feed-input.
10508 (tex-mode-map): Bind tex-feed-input here.
10509 (tex-start-shell): Use compilation-shell-minor-mode. Set
10510 comint-input-filter-functions before running tex-shell-hook.
10511 (tex-start-tex): Forget compilation errors.
10512 (tex-compilation-parse-errors): Rewritten to work also with
10513 compile-mouse-goto-error and compile-goto-error. Adjusted to
10514 change in tex-region.
10515 (tex-region): For the temp file use file-name without directory.
10516 (tex-file): Expand file name of tex-print-file.
10517
10518 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10519
10520 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10521
10522 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10523
10524 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10525 beginning could cause Emacs to hang. Fixed.
10526
10527 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10528
10529 * international/ccl.el (ccl-compile-translate-character): Handle
10530 the case that a tranlation table is CCL register correctly.
10531
10532 * international/mule-cmds.el (select-safe-coding-system):
10533 Hightlight at most 256 characters.
10534
10535 1999-01-18 Dave Love <fx@gnu.org>
10536
10537 * startup.el (command-line): If the init file changes operation to
10538 unibyte, make all buffers unibyte and re-set language environment.
10539
10540 * disp-table.el (standard-display-european): Make all existing
10541 buffers unibyte. Fix doc.
10542
10543 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10544
10545 * wid-edit.el (coding-system): Define this unconditionally.
10546
10547 * simple.el (shell-command-on-region-default-error-buffer): New var.
10548 (shell-command-on-region): Use that variable as interactive
10549 value of ERROR-BUFFER argument.
10550
10551 1999-01-17 Sam Steingold <sds@goems.com>
10552
10553 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10554
10555 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10556
10557 * progmodes/compile.el (compilation-goto-locus): If already in the
10558 compilation buffer's window, keep it in that window.
10559 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10560 (compile-goto-error): Don't play with windows.
10561
10562 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10563 (tex-command): Doc fix.
10564 (tex-compilation-parse-errors): Doc fix.
10565 (tex-generate-zap-file-name): Don't start the name with -.
10566 (tex-expand-files): Works now also with strings ending with ":".
10567
10568 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10569
10570 Patch failed to install:
10571 * gametree.el: Document scoring functionality.
10572 (gametree-score-regexp): Add optional plus sign.
10573 (gametree-score-opener): Replace `:' with `=' as the former
10574 conflicts with gametree-half-ply-regexp.
10575 (gametree-transpose-following-leaves): Add.
10576 (gametree-insert-new-leaf): Make modifying commands barf in read
10577 only buffers.
10578 (gametree-break-line-here): Add a call to
10579 `gametree-transpose-following-leaves'. This maintains the
10580 necessary invariant that on each level all leaf children precede
10581 all nonleaf children. This has always been implied, but left to
10582 the user, and, unfortunately, undocumented.
10583
10584 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10585
10586 * wid-edit.el (plist, alist): New widget types.
10587
10588 1999-01-17 Dave Love <fx@gnu.org>
10589
10590 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10591 fix scope of condition-case therein.
10592
10593 1999-01-17 Andrew Innes <andrewi@gnu.org>
10594
10595 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10596 default-buffer-file-coding-system when file doesn't exist (and
10597 isn't covered by a special case) instead of forcing undecided-dos
10598 against the user's wishes.
10599
10600 * dos-w32.el (direct-print-region-helper): New function based on
10601 direct-print-region-function; sends data to specified printer port
10602 without further translation. Recognize and handle specially the
10603 standard `print' and `nprint' programs, as well as `lpr' and
10604 similar programs. Only write directly to the printer port if no
10605 print program is specified. Work around a bug in Windows 9x
10606 affecting Win32 version of Emacs by invoking command.com to write
10607 to the printer port instead of writing directly.
10608 (direct-print-region-function): Use direct-print-region-helper to
10609 do most of the work.
10610 (direct-ps-print-region-function): New function; analogue of
10611 direct-print-region-function for ps-print.
10612 (ps-lpr-command): Comment out setq; leave as example usage.
10613 (ps-lpr-switches): Ditto.
10614
10615 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10616 and MS-Windows.
10617 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10618 DOS and Windows platforms, to indicate direct printing. Update
10619 the docstring accordingly.
10620
10621 * ps-print.el: (ps-printer-name): Update docstring about usage on
10622 MS-DOS and MS-Windows.
10623 (ps-lpr-command): Update docstring as for lpr-command.
10624 (ps-print-region-function): New variable.
10625 (ps-do-despool): Use it.
10626 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10627 DOS/Windows.
10628
10629 * subr.el (subst-char-in-string): New function.
10630
10631 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10632
10633 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10634
10635 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10636 (bdf-find-font-info): New function, looks for the first readable
10637 file from a list of alternatives.
10638 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10639 instead of bdf-get-font-info.
10640 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10641 to ps-mule-generate-bitmap-glyph.
10642
10643 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10644 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10645 now be a list of alternative names.
10646 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10647 (ps-mule-prepare-font): Likewise.
10648
10649 * international/codepage.el (cp855-decode-table,
10650 cp850-decode-table): Fill some nil entries.
10651
10652 1999-01-16 Dave Love <fx@gnu.org>
10653
10654 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10655 last change.
10656
10657 1999-01-15 Dave Love <fx@gnu.org>
10658
10659 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10660 and change regexp for command names.
10661 (help-xref-go-back, function-called-at-point, symbol-file)
10662 (where-is): Doc fixes.
10663 (help-xref-go-back): Remove interactive spec.
10664 (describe-function-1): Fix message for alias. Buttomize alias
10665 name.
10666
10667 * simple.el (join-line): New alias.
10668
10669 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10670
10671 * forms.el: (forms--show-record): Convert integers to string
10672 expicitly since concat will no longer accept integers.
10673 (forms-print): Use local `total-nb-records' since
10674 `forms--total-records' will be inaccessible after buffer switching.
10675
10676 1998-01-14 Felix Lee <flee@cygnus.com>
10677
10678 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10679
10680 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10681
10682 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10683
10684 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10685
10686 * international/codepage.el (cp850-decode-table): Fix previous change.
10687
10688 1999-01-14 Simon Marshall <simon@gnu.org>
10689
10690 * shell.el (shell-dirtrack-verbose): New custom variable.
10691 (shell-dirstack-message): Use it.
10692
10693 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10694
10695 * international/mule-conf.el: Coding system alias `dos' for
10696 `undecided-dos', `mac' for `undecided-mac'.
10697
10698 * international/mule-cmds.el (describe-language-environment):
10699 Don't alter input-method-alist.
10700
10701 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10702
10703 * international/codepage.el (cp850-decode-table): Replace nil
10704 entries with codes of similary looking glyphs. (Suggested by
10705 Jason Rumney <jasonr@altavista.net>.)
10706
10707 1999-01-13 Dave Love <fx@gnu.org>
10708
10709 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10710
10711 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10712
10713 1999-01-12 Karl Heuer <kwzh@gnu.org>
10714
10715 * files.el (auto-save-hook): Defvar this.
10716
10717 1999-01-12 Alex Schroeder <asc@bsiag.com>
10718
10719 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10720 faces, eliminating the need to load font-lock before loading sql.
10721 (sql-mode-oracle-font-lock-keywords): Likewise.
10722 (sql-mode-postgres-font-lock-keywords): Likewise.
10723
10724 1999-01-11 Dave Love <fx@gnu.org>
10725
10726 * cus-start.el: Add inhibit-eol-conversion.
10727
10728 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10729 the values round.
10730
10731 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10732
10733 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10734 Don't switch to Help mode here.
10735 (temp-buffer-setup-hook): Use help-mode-finish.
10736 (help-mode-setup): New function.
10737 (temp-buffer-setup-hook): Use help-mode-setup.
10738
10739 * progmodes/sql.el: New file.
10740
10741 * files.el (auto-mode-alist): Add sql-mode.
10742
10743 * faces.el (list-faces-display): Improve the formatting
10744 by computing the maximum length required for any face-name.
10745
10746 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10747
10748 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10749
10750 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10751
10752 * term.el (term_send_home): Change the string to
10753 be the same as the one emitted by xterm and consistent with the
10754 ones emitted by prior and next.
10755 (term_send_end): Likewise.
10756
10757 1999-01-10 Dave Love <fx@gnu.org>
10758
10759 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10760 bindings.
10761
10762 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10763
10764 * international/codepage.el (codepage-setup): Doc fix.
10765 (cp-decoding-vector-for-codepage): Likewise.
10766
10767 1999-01-10 Markus Rost <rost@gnu.org>
10768
10769 * cus-edit.el (custom-save-delete): First scan the custom-file.
10770
10771 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10772
10773 * international/iso-transl.el: Define a "function name" for
10774 each translation that isn't ASCII. Use these function names
10775 in iso-transl-char-map.
10776
10777 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10778
10779 * international/mule-util.el (decompose-region): Do decomposition
10780 on temporary unibyte buffer.
10781
10782 * international/mule.el (make-char): Doc-string modified.
10783
10784 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10785
10786 * simple.el (comment-region): Delete spaces only if we
10787 deleted a comment starter.
10788
10789 1999-01-07 Dave Love <fx@gnu.org>
10790
10791 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10792
10793 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10794 like eval-defun does.
10795
10796 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10797
10798 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10799 constructions. Doc fixes.
10800 (generic-create-generic-function): Use defalias, not fset.
10801
10802 * find-func.el: More doc fixes.
10803
10804 1999-01-06 Stephen Eglen <stephen@gnu.org>
10805
10806 * files.el (save-buffers-kill-emacs): Show the list of current
10807 processes before prompting to kill them and exit.
10808
10809 1999-01-06 Dave Love <fx@gnu.org>
10810
10811 * emacs-lisp/find-func.el: Doc fixes.
10812 (find-function-regexp): Extend for define-generic-mode,
10813 define-derived-mode, easy-mmode-define-minor-mode.
10814
10815 1999-01-06 Dave Love <fx@gnu.org>
10816
10817 * progmodes/fortran.el (fortran-window-create): Account for scroll
10818 bar width.
10819
10820 * browse-url.el: Require (noerror) w3-auto when compiling.
10821 (browse-url-maybe-new-window): Make it a macro and revert last
10822 change to callers.
10823 (browse-url-w3): Require w3 for w3-fetch-other-window.
10824
10825 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10826
10827 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10828 argument.
10829
10830 1999-01-06 Simon Marshall <simon@gnu.org>
10831
10832 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10833
10834 * font-lock.el (font-lock-default-fontify-buffer): When using
10835 with-temp-message, use nil rather than current-message.
10836
10837 * lazy-lock.el (lazy-lock-unstall):
10838 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10839 rather than current-message.
10840
10841 * fast-lock.el (fast-lock-save-cache-1):
10842 (fast-lock-cache-data): When using with-temp-message, use nil rather
10843 than current-message.
10844
10845 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10846
10847 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10848 the valid-codes property.
10849
10850 * international/mule-cmds.el (prefer-coding-system): Call
10851 set-coding-priority, so that the internal array of priorities is
10852 also updated.
10853
10854 * international/mule-util.el:
10855 (coding-system-change-eol-conversion,
10856 coding-system-change-text-conversion): Don't define here.
10857
10858 * international/mule-cmds.el: Define them here. Remove the
10859 autoload cookies.
10860
10861 1999-01-06 Andreas Schwab <schwab@gnu.org>
10862
10863 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10864 if it was enabled before.
10865
10866 * view.el (View-revert-buffer-scroll-page-forward): Bind
10867 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10868
10869 * files.el (recover-session): Preserve point when inserting
10870 explanation.
10871
10872 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10873
10874 * cus-edit.el (custom-save-delete): Don't delete whitespace
10875 and comments before the sexp that is replaced.
10876
10877 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10878
10879 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10880
10881 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10882
10883 * vc.el (vc-dired-hook): Use the original value of
10884 dired-move-to-filename-regexp on lines that have not been
10885 reformatted yet.
10886 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10887 file lines have already been reformatted.
10888
10889 1999-01-05 Dave Love <fx@gnu.org>
10890
10891 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10892 buffer-local.
10893
10894 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10895
10896 * progmodes/f90.el: Change of regular expressions for type to
10897 correct highlighting and identation. Some small fixes for
10898 compatibility with XEmacs.
10899
10900 1999-01-05 Stephen Eglen <stephen@gnu.org>
10901
10902 * mspools.el (mspools-vm-system-mail): Provide an alternative
10903 value based on rmail-spool-directory if $MAIL is not defined.
10904
10905 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10906
10907 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10908 (reftex-section-info): Handle negative section levels.
10909 (reftex-view-crossref-extra): New option.
10910 (reftex-view-crossref): Generalized to work in more places.
10911 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10912 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10913 (reftex-view-cite-locations-from-bibtex): New command.
10914 (reftex-view-regexp-match, reftex-global-search,
10915 reftex-global-search-continue): New functions.
10916 (reftex-extract-bib-entries): No error for non-existing BibTeX
10917 file, just a message.
10918 (reftex-extract-bib-entries): Better error handling.
10919 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10920 help and force it on current frame.
10921 (reftex-default-bibliography): New function.
10922 (reftex-access-parse-file): Check consistency after loading a
10923 parse file. When inconsistent, enfore rescan.
10924 (reftex-check-parse-consistency): New function.
10925 (easy-menu-define): Options section drastically shortened.
10926
10927 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10928
10929 * language/thai-util.el (thai-compose-string): New function.
10930
10931 1999-01-04 Inge Frick <inge@nada.kth.se>
10932
10933 * easymenu.el (easy-menu-define): Doc fix.
10934 (easy-menu-create-menu): New keyword :included.
10935 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10936 be an expression, not only a string. Simulate style `button'.
10937 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10938 (easy-menu-define-key-intern): New function.
10939 (easy-menu-add-item): Understand value returned from
10940 easy-menu-item-present-p and easy-menu-remove-item.
10941 (easy-menu-return-item): New function.
10942 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10943
10944 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10945
10946 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10947 Use rmail-output-read-rmail-file-name to read the file name.
10948 Always call rmail-output-to-rmail-file noninteractively.
10949 When count > 1, do the loop here.
10950 Handle rmail-delete-after-output here.
10951 (rmail-summary-output): Similar changes.
10952
10953 * mail/rmailout.el: Provide `rmailout'.
10954 (rmail-output-read-rmail-file-name): New function.
10955 (rmail-output-to-rmail-file): Use that.
10956 (rmail-output-read-file-name): New function.
10957 (rmail-output): Use that.
10958
10959 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10960 Error if wildcard matches no files.
10961
10962 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10963
10964 * menu-bar.el (clipboard-yank): Doc fix.
10965
10966 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10967
10968 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10969
10970 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10971
10972 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10973
10974 * rmail.el (rmail-encode-string): Make sure mask value is
10975 positive; (emacs-pid) returns a negative number on Windows 9x
10976 which causes odd behaviour.
10977
10978 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10979
10980 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10981 and about w32-* variables unless on Windows/NT.
10982
10983 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10984
10985 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10986 if buffer is modified; ask about all modified buffers.
10987
10988 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10989
10990 * simple.el (what-cursor-position): Fix previous change.
10991
10992 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10993
10994 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10995 from paragraph-start.
10996
10997 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10998
10999 * international/mule-cmds.el (prefer-coding-system): If the
11000 argument requires specific EOL conversion type, make the default
11001 coding systems use that.
11002
11003 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11004
11005 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11006 Use shell-command-on-region.
11007 (m4-start-m4, m4-end-m4): Functions deleted.
11008
11009 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11010
11011 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11012
11013 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11014
11015 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11016 to compose-mail in the correct places and as a list.
11017
11018 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11019
11020 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11021 (pages-directory-map): Bind mouse-2
11022 (pages-copy-header-and-position): Put text property.
11023 (pages-directory-goto-with-mouse): New function.
11024
11025 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11026
11027 * international/codepage.el (cp-make-coding-systems-for-codepage):
11028 Doc fix.
11029 (cp-coding-system-for-codepage-1): Likewise.
11030
11031 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11032
11033 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11034 composition sequence correctly here instead of calling
11035 thai-compose-region.
11036
11037 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11038 newline in multibyte buffer, if previous or next character is a
11039 composite char, check the first component of the composite char.
11040
11041 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11042
11043 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11044 and track-mouse.
11045
11046 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11047
11048 * mail/sendmail.el (mail-yank-original): Remove text properties
11049 after insertion.
11050 (mail-yank-region): Barf if no mark is set in the message
11051 being replied to.
11052
11053 * help.el (function-called-at-point): First look for function at point.
11054
11055 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11056
11057 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11058
11059 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11060
11061 * simple.el (what-cursor-position): Print character encoding also.
11062
11063 1998-12-26 Dave Love <fx@gnu.org>
11064
11065 * textmodes/flyspell.el: If local-maps work, don't put
11066 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11067 in flyspell-mouse-map (only).
11068 (flyspell-use-local-map): New variable.
11069 Use a different mouse-2 binding in that case,
11070 and don't add to minor-mode-map-alist.
11071 (make-flyspell-overlay, flyspell-correct-word):
11072 Test flyspell-use-local-map.
11073
11074 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11075
11076 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11077 Be careful about whether to return a relative file name,
11078 and if so, relative to what directory.
11079
11080 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11081
11082 * emacs-lisp/easymenu.el (easy-menu-get-map):
11083 Change global map only if this menu exists in the global map already,
11084 and not in the local map.
11085 (easy-menu-do-add-item): Fix error message.
11086
11087 * foldout.el (foldout-inhibit-key-bindings):
11088 Avoid concatenating onto outline-minor-mode-prefix.
11089 Make a new keymap for that prefix, if it does not already have one.
11090
11091 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11092
11093 * cperl-mode.el:
11094 Can use linear algorithm for indentation if Emacs supports it.
11095 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11096 (cperl-after-block-p): Likewise.
11097 (cperl-after-block-and-statement-beg): Likewise.
11098 (cperl-after-block-p): After END/BEGIN we are a block.
11099 (cperl-after-expr-p): Skip labels when checking
11100 (cperl-indent-region): Make a marker for END - text added/removed.
11101 Disable hooks during the call (how to call them later?).
11102 Now indents 820-line-long function in 6.5 sec (including
11103 syntaxification) the first time (when buffer has few
11104 properties), 7.1 sec the second time.
11105 (cperl-indent-region): Do not indent whitespace lines
11106 (cperl-style-alist)
11107 Include `cperl-merge-trailing-else' where the value is clear.
11108 (cperl-styles-entries): Likewise.
11109 (cperl-problems): Improvements to docs.
11110 (cperl-tips): Likewise.
11111 (cperl-non-problems): Likewise.
11112 (cperl-mode): Make lazy syntaxification possible.
11113 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11114 `font-lock-unfontify-region-function' was set to a wrong function.
11115
11116 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11117 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11118 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11119 but 1<<6 was considered as HERE-doc.
11120 <file/glob> made into a string.
11121 Postpone addition of faces after syntactic step.
11122 Recognition of <FH> was wrong.
11123 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11124 Knows that split// is null-RE.
11125 Highlights separators in 3-parts expressions as labels.
11126 <> was considered as a glob.
11127 Would err if the last line is `=head1'.
11128 $a-1 ? foo : bar; was a considered a regexp.
11129 `<< (' was considered a start of HERE-doc.
11130 mark qq[]-etc sections as syntax-type=string
11131 Was not processing sub protos after a comment ine.
11132 Was treating $a++ <= 5 as a glob.
11133 Tolerate unfinished REx at end-of-buffer.
11134 `unwind-protect' was left commented.
11135 / and ? after : start a REx.
11136
11137 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11138 Better default, customizes to `message' too, off in text-mode.
11139
11140 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11141 `defface'd.
11142 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11143 `defface'd.
11144 (cperl-emacs-can-parse): New state variable.
11145 (cperl-indent-line): Corrected to use global state.
11146 (cperl-calculate-indent): Likewise.
11147 (cperl-fix-line-spacing): Likewise (not used yet).
11148 (cperl-calculate-indent): Did not consider `,' as
11149 continuation mark for statements.
11150 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11151 Remove another parse-data optimization at toplevel: would
11152 indent correctly.
11153 Correct for labels when calculating indentation of continuations.
11154 Docstring updated.
11155 (cperl-choose-color): Converted to a function (to be
11156 compilable in text-mode).
11157 (cperl-dark-background): Disable without window-system.
11158 Do `defface' only if window-system.
11159 (cperl-fix-line-spacing): Sped up to bail out early.
11160 (x-color-defined-p): Was not compiling on XEmacs
11161 Was defmacro'ed with a tick. Remove another def.
11162 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11163 (cperl-unwind-to-safe): New function.
11164 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11165 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11166 long strings (not very successful).
11167 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11168 Highlight the starting // in s//foo/ as function-name.
11169 Emit a meaningful error instead of a cryptic one for an
11170 uncomplete REx near end-of-buffer.
11171
11172 (cperl-electric-keyword): `qr' recognized.
11173 (cperl-electric-else): Likewise
11174 (cperl-to-comment-or-eol): Likewise
11175 (cperl-make-regexp-x): Likewise
11176 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11177 Corrected to use new macros;
11178 `if' for copying `reference-face' to `constant-face' was backward.
11179 remove init `font-lock-other-emphasized-face',
11180 `font-lock-emphasized-face', `font-lock-keyword-face'.
11181 Interpolate `cperl-invalid-face'.
11182 (cperl-make-regexp-x): Misprint in a message.
11183 (cperl-syntaxify-unwind): New configuration variable
11184 (cperl-fontify-m-as-s): New configuration variable
11185 (cperl-electric-pod): Check for after-expr was performed
11186 inside of POD too.
11187 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11188 (cperl-clobber-mode-lists): New configuration variable.
11189 (cperl-not-bad-style-regexp): Updated.
11190 Init: `cperl-is-face' was busted.
11191 (cperl-make-face): New macros.
11192 (cperl-force-face): New macros.
11193 (font-lock-other-type-face): Done via `defface' too.
11194 (cperl-nonoverridable-face): New face. Renamed from
11195 `font-lock-other-type-face'.
11196 (cperl-init-faces-weak): Use `cperl-force-face'.
11197 (cperl-comment-indent): Commenting __END__ was not working.
11198 (cperl-indent-for-comment): Likewise.
11199 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11200 When removing old TAGS info was not relativizing filename.
11201 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11202 Another try to work around XEmacs problems. Better progress messages.
11203 (toplevel): Require custom unprotected => failure on 19.28.
11204 (cperl-xemacs-p): Defined when compile too
11205 (cperl-find-tags): Was writing line/pos in a wrong order,
11206 pos off by 1 and not at beg-of-line.
11207 (cperl-etags-snarf-tag): New macro
11208 (cperl-etags-goto-tag-location): New macro
11209 (cperl-version): New variable. New menu entry
11210 random docstrings: References to "future" 20.3 removed.
11211 Menu was described as `CPerl' instead of `Perl'
11212 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11213 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11214 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11215 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11216 `font-lock-reference-face', `font-lock-keyword-face'.
11217 Use `eval-after-load'.
11218 Remove not-CPerl-related faces.
11219 (cperl-tips-faces): New variable and an entry into Mini-docs.
11220 (cperl-indent-exp): Was not processing else-blocks.
11221 (cperl-get-state): NOP line removed.
11222 (cperl-ps-print): New function and menu entry.
11223 (cperl-ps-print-face-properties): New configuration variable.
11224 (cperl-invalid-face): New configuration variable.
11225 (perl-font-lock-keywords): Highlight trailing whitespace
11226 (cperl-contract-levels): Documentation corrected.
11227 (cperl-contract-level): Likewise.
11228 (cperl-ps-extend-face-list): New macro.
11229 (cperl-invalid-face): Change to ''underline.
11230
11231 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11232
11233 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11234 for read-file-name.
11235 (rmail-output-to-rmail-file): Likewise.
11236
11237 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11238
11239 * emacs-lisp/easymenu.el (easy-menu-get-map):
11240 If MENU is nil, use global menu-bar map.
11241 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11242 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11243
11244 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11245
11246 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11247
11248 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11249
11250 * ps-print.el (ps-print-version): New version number (4.1.3).
11251
11252 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11253
11254 * international/mule-cmds.el: Use make-sparse-keymap instead of
11255 define-prefix-key when defining MULE menu items.
11256
11257 * info.el (Info-node-at-bob-matching): New function.
11258 (Info-find-node, Info-build-node-completions): Call it.
11259
11260 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11261
11262 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11263 when this is an autoloaded keymap.
11264
11265 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11266
11267 * international/codepage.el (cp-coding-system-for-codepage-1):
11268 Create separate encoders and decoders, for DOS and Unix. Make the
11269 usual family of 3 coding systems, so that automatic detection of
11270 EOL type works.
11271 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11272 Unix-specific symbols here, and don't call
11273 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11274 Handa <handa@etl.go.jp>.)
11275
11276 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11277
11278 * term/internal.el (IT-character-translations): New variable, an
11279 alist used to display characters for which there's no glyphs in
11280 the current codepage.
11281 (IT-display-table-setup): New function, sets up the DOS terminal
11282 for a given codepage.
11283 (dos-codepage-setup): New function, sets up the MULE environment
11284 for the current value of dos-codepage.
11285 (top-level if): In the multibyte mode, turn on
11286 unibyte-display-via-language-environment. In the unibyte mode,
11287 set up the special syntax tables to map lower- to upper case and
11288 back.
11289
11290 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11291
11292 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11293 (speedbar-frame-plist) Remove useless comments.
11294 (speedbar-frame-mode) Do not specify height if it is in the param list.
11295 Use default y position w/out changing it.
11296 If default x position is a list, keep, calculate the non-list X
11297 value when devining an initial position.
11298 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11299 (speedbar-tag-group-name-minimum-length): New variable.
11300 (speedbar-frame-parameter): New compatibility function.
11301 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11302 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11303 groups to keep things in the right order, and to help with some
11304 naming conventions.
11305 (speedbar-create-tag-hierarchy): Enable buffer local version of
11306 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11307 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11308 the case, derive it from the cursor location in speedbar.
11309
11310 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11311
11312 * international/mule-cmds.el (set-language-environment): On MS-DOS
11313 terminals, install DOS-specific nonascii-translation-table if the
11314 language info doesn't specify one. Pass the default eol-type to
11315 set-language-environment-coding-systems.
11316 (set-default-coding-systems): Copy the eol-type property for the
11317 new default values of {buffer-file,process}-coding-system from the
11318 old defaults.
11319 (set-language-environment-coding-systems): Accept an optional
11320 argument EOL-TYPE, and set the eol-type property of the default
11321 coding systems accordingly.
11322 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11323 (set-keyboard-coding-system): Likewise.
11324 (set-default-coding-systems): Don't set
11325 default-terminal-coding-system on MS-DOS to anything but nil.
11326 (prefer-coding-system): Describe in the doc string that
11327 default-terminal-coding-system is not changed on MS-DOS.
11328 (set-language-environment): For MS-DOS, set standard syntax table
11329 and display table for all characters with code above 127.
11330 (standard-display-european-internal): For MS-DOS, pass all
11331 characters with code above 127 directly to the terminal, and don't
11332 remap characters 160 and 146 in the unibyte case.
11333
11334 * international/codepage.el: New file.
11335
11336 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11337
11338 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11339 comments.
11340
11341 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11342
11343 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11344
11345 * subr.el (read-passwd): Likewise.
11346
11347 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11348
11349 * info.el (Info-find-node): Add 1 to the position read from the
11350 tag table. Don't fail if the node delimiter ^_ is the first
11351 character in the file.
11352 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11353 first character in the file.
11354 (Info-read-subfile): Likewise.
11355 (Info-select-node): Likewise.
11356 (Info-build-node-completions): Likewise.
11357
11358 1998-12-16 Richard Stallman <rms@gnu.org>
11359
11360 * term/x-win.el (x-cut-buffer-or-selection-value):
11361 If clipboard is enabled, try it before PRIMARY selection.
11362
11363 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11364
11365 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11366 insert c-cedilla and C-cedilla respectively, like in latin-1.
11367
11368 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11369
11370 * language/hebrew.el: Don't use sublists in the flags argument
11371 passed to make-coding-system.
11372
11373 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11374
11375 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11376 list of character sets found by find-charset-region.
11377
11378 * ps-mule.el: Always require ps-print. Move some function
11379 definitions for Emacs 20.2 and the earlier to ps-print.el.
11380 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11381
11382 * ps-print.el: Define several functions for Emacs 20.2 and the
11383 earlier version.
11384 (ps-printer-name): Check if printer-name is bound.
11385
11386 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11387
11388 * ps-mule.el: Programming uniformization and little code improvement.
11389 (ps-mule-prepare-font): Programming uniformization.
11390 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11391 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11392
11393 * ps-bdf.el: Programming uniformization and little code improvement.
11394 (bdf-search-and-read): New fun.
11395 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11396 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11397 (bdf-info-relative-compose, bdf-info-baseline-offset)
11398 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11399 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11400 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11401 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11402 improvement.
11403
11404 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11405
11406 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11407 and mule related code extraction. Autoload ps-mule funs.
11408
11409 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11410 (ps-mule-prologue-generated): New fun.
11411 (ps-mule-plot-string): Add autoload cookie.
11412 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11413
11414 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11415
11416 * ps-bdf.el: Require ps-mule instead of ps-print.
11417 (bdf-directory-list): Add autoload cookie.
11418
11419 * ps-mule.el: New file. Mule related code extracted from
11420 ps-print.el. Require ps-print, provide ps-mule.
11421 (ps-multibyte-buffer): Add autoload cookie.
11422 (ps-mule-prepare-ascii-font): New fun.
11423 (ps-mule-set-ascii-font): New fun.
11424 (ps-mule-skip-same-charset): Fun deleted.
11425 (ps-mule-plot-string): Set ps-mule-current-charset.
11426 (ps-mule-initialize): Add autload cookie. Don't set
11427 ps-mule-font-info-database here.
11428 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11429 ps-mule-font-info-database and ps-control-or-escape-regexp.
11430 (ps-mule-begin-page): New fun.
11431
11432 * ps-print.el: Mule related code moved to ps-mule.el.
11433 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11434 check ps-mule-charset-list.
11435 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11436 ps-mule-begin-page.
11437 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11438 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11439 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11440 instead skip same charsets by itself.
11441 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11442 non-nil. Call ps-mule-begin-job.
11443
11444 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11445
11446 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11447 instead of bdf.
11448
11449 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11450 (ps-mule-external-libraries): New element FEATURE.
11451 (ps-mule-init-external-library): Ajusted for the above change.
11452 (ps-mule-generate-font): Likewise.
11453 (ps-mule-generate-glyphs): Likewise.
11454 (ps-mule-prepare-font): Likewise.
11455 (ps-mule-initialize): Likewise.
11456 (ps-begin-file): Superfluous tailing parenthesis deleted.
11457
11458 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11459
11460 * international/fontset.el (x-decompose-font-name): If PATTERN
11461 doesn't have any wild cards, return a vector made from a name that
11462 is found by x-resolve-font-name found. Comments added.
11463
11464 * international/mule-cmds.el (find-coding-systems-for-charsets):
11465 Handle the case of unknown charset.
11466 (find-multibyte-characters): If invalid multibyte characters are
11467 found, return the corresponding strings instead of character
11468 codes.
11469 (find-multibyte-characters): Adjusted for the above change.
11470 (select-safe-coding-system): For a unibyte buffer, always returns
11471 DEFAULT-CODING-SYSTEM.
11472 (get-charset-property): Fix previous change. Make it a function.
11473 (put-charset-property): Make it a function.
11474
11475 * international/mule.el (make-coding-system): Set mime-charset
11476 property of *-with-esc coding system to nil.
11477
11478 * international/quail.el (quail-point-in-conversion-region): New
11479 function.
11480 (quail-conversion-backward-delete-char): When a key sequence is
11481 being translated, call quail-delete-last-char.
11482
11483 * language/devan-util.el
11484 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11485 handle devanagari-decomposition-rules.
11486
11487 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11488
11489 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11490 tex-start-options-string to empty string.
11491 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11492
11493 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11494
11495 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11496 5xx responses are already handled properly).
11497
11498 1998-12-13 Richard Stallman <rms@gnu.org>
11499
11500 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11501 on a non-digit in the file name.
11502
11503 * simple.el (comment-region): Handle comment-padding
11504 separately for insertion and for deletion, in the right way for each.
11505
11506 1998-12-13 Felix Lee <flee@cygnus.com>
11507
11508 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11509 regexp to match "ChangeLog:1:1998-12-09 ..."
11510
11511 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11512
11513 * cus-start.el (dos-unsupported-char-glyph): Add.
11514
11515 1998-12-11 Dave Love <fx@gnu.org>
11516
11517 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11518 forward-sexp in condition-case.
11519
11520 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11521 Remove unnecessary test on `library' for explicit file name.
11522 Widen scope of save-match-data.
11523
11524 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11525
11526 * international/mule.el (load-with-code-conversion): If the loaded
11527 file was inserted with no-conversion or raw-text coding system,
11528 make the buffer unibyte.
11529
11530 1998-12-09 Richard Stallman <rms@gnu.org>
11531
11532 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11533 Get rid of nested loops.
11534
11535 * mouse.el (mouse-drag-vertical-line):
11536 If WHICH-SIDE is not `right', then scroll bars are on the left.
11537
11538 * loadhist.el (load-history-loaded): defvar moved to help.el.
11539
11540 * help.el (symbol-file-load-history-loaded): Variable renamed,
11541 and defvar moved from loadhist.el.
11542 (symbol-file): Renamed from describe-function-find-file.
11543 Load fns-VERSION.el here.
11544 (describe-variable, describe-function-1): Use symbol-file.
11545
11546 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11547 Don't start the name with #.
11548
11549 * ispell.el: Take out the eval-when's.
11550
11551 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11552
11553 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11554 (dirtrack): Run it. Make debug message more verbose.
11555
11556 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11557
11558 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11559 name of the abbrev table, and provide support for XEmacs.
11560 (octave-xemacs-p): New variable.
11561
11562 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11563
11564 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11565 exit, when mail-interactive is nil.
11566
11567 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11568
11569 * files.el (after-find-file): Message fix.
11570
11571 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11572
11573 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11574
11575 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11576
11577 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11578 filenames using backslashes.
11579
11580 1998-12-09 Dave Love <fx@gnu.org>
11581
11582 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11583 with correct number of args.
11584 (browse-url-maybe-new-window): New arg. Callers changed.
11585
11586 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11587 comment.
11588
11589 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11590
11591 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11592
11593 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11594
11595 * vc.el (vc-rcs-release): Fix Type.
11596 (vc-sccs-release): Fix Type.
11597 (vc-cvs-release): Fix Type.
11598
11599 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11600 arg work right.
11601
11602 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11603 output of last undeleted message.
11604
11605 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11606
11607 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11608 (buffer-undo-list) [windows-nt]: Use different relative path.
11609
11610 1998-12-07 Simon Marshall <simon@gnu.org>
11611
11612 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11613
11614 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11615
11616 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11617
11618 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11619
11620 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11621
11622 * info.el (Info-menu): Don't return error if point is between menu
11623 header and first menu item.
11624
11625 1998-12-04 Dave Love <fx@gnu.org>
11626
11627 * help.el (describe-function-1): Fix description for alias.
11628
11629 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11630
11631 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11632 specifications from summary line.
11633
11634 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11635 (close-rectangle): Define alias only once in loaddefs.el.
11636
11637 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11638
11639 * term/internal.el: Remove code which sets up a special syntax
11640 table for non-ASCII characters.
11641
11642 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11643
11644 * dos-w32.el (direct-print-region-function): Try to ensure that
11645 printer-name is expanded to a file name on a local drive;
11646 sometimes printing a file loaded from a network volume fails.
11647 (direct-print-region-function): Add a function to
11648 write-region-annotate-functions to append a formfeed character to
11649 the region being printed, if the region doesn't end with a
11650 formfeed already. This avoids creating a second print job
11651 containing a blank page when print spooling is enabled on Windows.
11652
11653 1998-12-02 Dave Love <fx@gnu.org>
11654
11655 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11656 `Info-goto-node'.
11657
11658 1998-12-02 Richard Stallman <rms@gnu.org>
11659
11660 * help.el (temp-buffer-resize-mode): Doc fix.
11661
11662 * cus-edit.el (custom-save-delete): Save point before
11663 reading a sexp, rather than backing up.
11664
11665 * international/iso-transl.el: Fix previous change.
11666
11667 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11668
11669 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11670 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11671 Added defvars to suppress compilation warnings.
11672
11673 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11674
11675 * ispell.el: Improved and fixed customize for variables:
11676 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11677 ispell-dictionary-alist, ispell-skip-sgml.
11678 Improved and fixed comments in variables and messages for
11679 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11680 ispell-menu-map, ispell-checking-message, ispell-parser,
11681 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11682 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11683 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11684 ispell-message-text-end, ispell-add-per-file-word-list.
11685 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11686 system is now required for all languages. Casechars improved for
11687 castellano, castellano8, and norsk dictionaries. Dictionary
11688 norsk7-tex added. Dictionary polish added.
11689 (ispell-dictionary-alist): Redefined at load-time to support
11690 dictionary changes.
11691 (ispell-menu-map): Redefined at load-time to support menu changes.
11692 (ispell-check-version): New alias for `check-ispell-version'.
11693 (ispell-parse-output): Fixed matching for ispell error messages.
11694 Correctly returns spelling suggestions in order generated by ispell
11695 process.
11696 (check-ispell-version): Ensure `case-fold-search' doesn't get
11697 redefined.
11698 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11699 redefined. Fix bug that didn't respect case of word being completed.
11700 (ispell-init-process): Set process coding system to be compatible
11701 with emacs processes and the ispell process.
11702 (ispell-kill-ispell): Ensures ispell process has terminated before
11703 starting new process. This can otherwise confuse process filters
11704 and hang the ispell process.
11705 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11706 skipping support for sgml.
11707 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11708 which could cause `ispell-complete-word' to hang.
11709 (ispell-message): Improved message reference matching. Ensure
11710 `case-fold-search' doesn't get redefined.
11711 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11712 get redefined. Fixed bug in returning to nroff mode from tex mode.
11713 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11714 get redefined.
11715
11716 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11717
11718 * textmodes/flyspell.el (flyspell-check-word-p):
11719 Don't delay inside a kbd macro.
11720
11721 * subr.el (make-local-hook): Return the hook variable.
11722
11723 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11724
11725 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11726 Use a timer instead of post-command-hook.
11727 (hscroll-timer): New variable.
11728
11729 1998-11-30 Dave Love <fx@gnu.org>
11730
11731 * help.el (help-xref-button): Do nothing if text already has the
11732 help-xref property.
11733 (describe-variable): Revert previous change to hyperlink to source.
11734
11735 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11736
11737 * bindings.el (features): Add `base64' to this list.
11738
11739 * loadhist.el (symbol-file): Doc fix.
11740
11741 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11742
11743 * files.el (hack-one-local-variable): Cope with non-file buffers.
11744
11745 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11746
11747 * help.el (describe-mode): Put major mode first.
11748
11749 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11750 to support special-display and same-window features.
11751
11752 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11753
11754 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11755 bound in one function and used in the other.
11756 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11757 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11758
11759 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11760
11761 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11762
11763 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11764
11765 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11766 Give format correct control string.
11767
11768 * international/mule.el (define-translation-table): Fix bug of
11769 setting incorrect translation-table-id. If the first element of
11770 ARGS is a translation table, just register it.
11771
11772 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11773 property.
11774
11775 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11776
11777 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11778 syntax table to determine what is whitespace.
11779
11780 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11781
11782 * frame.el (frame-parameter): Doc fix.
11783
11784 * textmodes/tex-mode.el (tex-feed-input): New function.
11785 (tex-define-common-keys): Add binding for C-c C-m.
11786
11787 1998-11-23 Dave Love <fx@gnu.org>
11788
11789 * progmodes/fortran.el: Various minor doc fixes.
11790 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11791 (fortran-with-subprogram-narrowing): New macro.
11792 (fortran-check-for-matching-do): Use it.
11793 (fortran-end-do): Use fortran-check-end-prog-re.
11794 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11795 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11796
11797 1998-11-23 Simon Marshall <simon@gnu.org>
11798
11799 * font-lock.el (font-lock-defaults): Doc fix.
11800 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11801 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11802
11803 * lazy-lock.el (lazy-lock-unstall):
11804 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11805
11806 * fast-lock.el (fast-lock-save-cache-1):
11807 (fast-lock-cache-data): Rewritten to use with-temp-message.
11808
11809 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11810
11811 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11812 messages that have been added with DOS line endings and convert
11813 the line endings for such messages.
11814
11815 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11816
11817 * help.el: Add resizing of temporary buffers.
11818 (temp-buffer-resize-mode): New command and variable.
11819 (temp-buffer-max-height): New variable.
11820 (resize-temp-buffer-window): New function.
11821
11822 * window.el (window-buffer-height): New function, split from
11823 shrink-window-if-larger-than-buffer.
11824 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11825
11826 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11827
11828 * frame.el (initial-frame-alist): Add defcustom.
11829
11830 * shell.el (shell-prompt-pattern): Add defcustom.
11831
11832 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11833
11834 * message.el (message-ignored-supersedes-headers): Remove
11835 NNTP-Posting-Date.
11836
11837 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11838
11839 * help.el (describe-mode): Don't avoid loop indirecting thru
11840 value of INDICATOR.
11841
11842 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11843
11844 * help.el (describe-variable): Allow any variable with a defcustom,
11845 even if it is not a user variable.
11846
11847 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11848
11849 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11850
11851 * gnus/nntp.el (nntp-request-group): Allow for failures when
11852 requesting a new group.
11853
11854 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11855
11856 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11857
11858 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11859
11860 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11861
11862 1998-11-19 Simon Marshall <simon@gnu.org>
11863
11864 * subr.el (with-temp-message): New macro.
11865
11866 * emacs-lisp/lisp-mode.el (with-temp-message):
11867 Add lisp-indent-function property.
11868
11869 1998-11-18 Dave Love <fx@gnu.org>
11870
11871 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11872
11873 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11874
11875 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11876 This is not obsolete.
11877
11878 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11879
11880 * textmodes/picture.el: Make a new map by make-keymap.
11881 (picture-desired-column): New variable.
11882 (picture-update-desired-column): New function.
11883 (picture-beginning-of-line): Set picture-desired-column to 0.
11884 (picture-end-of-line): Set picture-desired-column to the current
11885 column.
11886 (picture-forward-column): Pay attention to multi-column character.
11887 (picture-backward-column): Likewise.
11888 (picture-move-down): Likewise.
11889 (picture-move-up): Likewise.
11890 (picture-movement-nw): With prefix arg, move twice columns.
11891 (picture-movement-ne): Likewise.
11892 (picture-movement-sw): Likewise.
11893 (picture-movement-se): Likewise.
11894 (picture-set-motion): Handle two-column movements.
11895 (picture-move): Call picture-move-down or picture-forward-column
11896 only when necessary.
11897 (picture-insert): Pay attention to picture-desired-column.
11898 (picture-self-insert): Likewise.
11899 (picture-clear-column): Pay attention to multi-column character.
11900 (picture-mode): Modify doc-string for two-column movement.
11901
11902 * rect.el (move-to-column-force): New function.
11903 (operate-on-rectangle): If coerce-tabs is non-nil, call
11904 move-to-column-force instead of move-to-column.
11905 (insert-rectangle): Call move-to-column-force instead of
11906 move-to-column.
11907 (open-rectangle-line): If begextra is not zero, call
11908 move-to-column-force.
11909
11910
11911 1998-11-16 Dave Love <fx@gnu.org>
11912
11913 * textmodes/sgml-mode.el Require skeleton when compiling.
11914 (sgml-font-lock-keywords-1): Accept single-letter tags.
11915 (v2): Defvar free variable.
11916
11917 1998-11-16 Sam Steingold <sds@goems.com>
11918
11919 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11920 macro, not ELisp one.
11921
11922 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11923
11924 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11925 characters to symbol.
11926
11927 * language/japan-util.el (japanese-zenkaku-region): New optional
11928 arg KATAKANA-ONLY.
11929
11930 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11931
11932 * international/mule.el
11933 (after-insert-file-set-buffer-file-coding-system): If the buffer
11934 is changed to unibyte, return inserted bytes.
11935
11936 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11937 and link names if necessary.
11938 (tar-header-block-summarize): Handle the case that file or link
11939 names are multibyte.
11940 (tar-summarize-buffer): At first set the current buffer unibyte,
11941 then if there are multibyte file names, change it to multibyte.
11942 (tar-mode): Get char position from tar-header-offset.
11943 (tar-extract): Avoid multibyte<->unibyte conversion in
11944 insert-buffer-subsring by setting both buffers unibyte
11945 temporarily.
11946 (tar-copy): Set the buffer unibyte while doing a work. Write
11947 without code conversion.
11948 (tar-expunge): Set the buffer unibyte while doing a work.
11949 (tar-alter-one-field): Likewise.
11950 (tar-clear-modification-flags): Compare byte position with
11951 tar-header-offset.
11952 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11953 insert-buffer-subsring by setting both buffers unibyte
11954 temporarily. Pay attention to multibyteness while updating the
11955 descriptor-line.
11956 (tar-mode-write-file): Write without code conversion.
11957
11958 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11959
11960 * nngateway.el: Require cl.
11961
11962 1998-11-15 Dave Love <fx@gnu.org>
11963
11964 * progmodes/fortran.el: Fix previous change:
11965 (fortran-end-prog-re1): Changed.
11966 (fortran-check-end-prog-re): New function.
11967 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11968
11969 1998-11-13 Tom Breton <tob@world.std.com>
11970
11971 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11972 GNU Emacs.
11973
11974 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11975
11976 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11977 fixed.
11978 (reftex-toc-toggle-file-boundary,
11979 reftex-toc-toggle-labels,
11980 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11981 (reftex-toc-include-labels, reftex-toc-include-context,
11982 reftex-toc-include-file-boundaries,
11983 reftex-toc-keep-other-windows): New options.
11984 (reftex-use-text-after-label-as-context): Option removed.
11985 (reftex-extract-bib-entries): Protect use in non-latex
11986 buffers.
11987 (reftex-toc-visit-location): Renamed from
11988 `reftex-toc-visit-line'.
11989 (reftex-latin1-to-ascii): Works now with and without Mule.
11990 (reftex-truncate): Removed special stuff for Emacs 20.2.
11991 (reftex-get-offset): Made more general.
11992 (reftex-show-label-location): Renamed from
11993 `reftex-select-label-callback'.
11994 (reftex-pop-to-label): Function removed (using
11995 `reftex-show-label-location' instead.
11996 (reftex-insert-docstruct): Renamed from
11997 `reftex-make-and-insert-label-list'. Function args changed.
11998 (reftex-toc): Now uses `reftex-insert-docstruct' and
11999 `reftex-find-start-point'.
12000 (reftex-select-item): Use `reftex-find-start-point'.
12001 (reftex-toc-visit-line): Can display labels and file
12002 boundaries.
12003 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12004
12005 1998-11-12 Sam Steingold <sds@goems.com>
12006
12007 * browse-url.el (browse-url): Handle the case when
12008 `browse-url-browser-function' is a lambda list.
12009
12010 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12011
12012 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12013 version string.
12014 * loadhist.el (symbol-file): Likewise
12015
12016 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12017
12018 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12019
12020 1998-11-11 Sam Steingold <sds@goems.com>
12021
12022 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12023 `run-lisp' instead of signalling an error.
12024
12025 1998-11-11 Karl Heuer <kwzh@gnu.org>
12026
12027 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12028
12029 1998-11-11 Richard Stallman <rms@gnu.org>
12030
12031 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12032
12033 1998-11-11 Per Starback <starback@update.uu.se>
12034
12035 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12036 renamed svenska8 to svenska, and fixed and extended CASECHARS
12037 for it.
12038
12039 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12040
12041 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12042 handling if setpagedevice is not available.
12043 (ps-begin-file): Fix typo.
12044
12045 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12046
12047 * international/mule-util.el (compose-chars-component): Signal
12048 error if CH is a rule-based composition character.
12049 (compose-chars): Signal error if an already compsed character is
12050 going to be composed by rule-base.
12051
12052 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12053 full XLFD, don't try to get information of WEIGHT and SLANT from
12054 that font name.
12055
12056 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12057
12058 * dos-w32.el (set-default-process-coding-system): Use function on
12059 before-init-hook to set default-process-coding-system based on
12060 enable-multibyte-characters.
12061
12062 * term/w32-win.el ([language-change]): For now ignore
12063 keyboard language-change events.
12064
12065 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12066
12067 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12068 convert-standard-file-name, but leave the results of
12069 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12070 characters if the original name already exists, or has a special
12071 handler.
12072
12073 1998-11-10 Karl Heuer <kwzh@gnu.org>
12074
12075 * international/iso-insert.el: Delete autoload cookies.
12076
12077 * international/iso-transl.el: Add autoload cookies.
12078
12079 1998-11-10 Richard Stallman <rms@gnu.org>
12080
12081 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12082 (ispell-process-line): Don't treat multibyte
12083
12084 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12085
12086 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12087 setpagedevice to specify the page size if setpagedevice is
12088 available. This is necessary to select the correct paper tray on
12089 Level 2 printers with multiple paper sizes available.
12090
12091 (ps-begin-file): Cope with font names that contain spaces, and
12092 call BeginDoc in a BeginSetup/EndSetup block.
12093
12094 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12095
12096 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12097 convert-standard-filename.
12098
12099 * loadhist.el (symbol-file): Run fns-VERSION.el through
12100 convert-standard-filename.
12101
12102 1998-11-06 Richard Stallman <rms@gnu.org>
12103
12104 * textmodes/texinfmt.el (texinfo-format-scan):
12105 Detect the case of two @-commands in a row; process just the first.
12106 (texinfo-append-refill): If line has a @c, insert the @refill
12107 before it.
12108 (texinfo-format-refill): Return with point where the @refill was.
12109
12110 * files.el (hack-local-variables): Test local-enable-local-variables.
12111 (hack-local-variables-prop-line): Likewise.
12112 (set-auto-mode): Don't test local-enable-local-variables here.
12113 (enable-local-variables): Doc fix.
12114 (local-enable-local-variables): Doc fix.
12115 (normal-mode): Doc fix.
12116
12117 1998-11-06 Karl Heuer <kwzh@gnu.org>
12118
12119 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12120
12121 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12122
12123 * simple.el (line-number-mode): Doc fix.
12124
12125 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12126
12127 * international/fontset.el (create-fontset-from-fontset-spec):
12128 Give correct arg to `error'.
12129
12130 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12131
12132 * textmodes/sgml-mode.el (html-mode): Doc fix.
12133 (sgml-name-8bit-mode): Fix missing format character in message string.
12134
12135 1998-11-05 Karl Heuer <kwzh@gnu.org>
12136
12137 * mail/sendmail.el (sendmail-send-it): Check for failure.
12138
12139 1998-11-05 Richard Stallman <rms@gnu.org>
12140
12141 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12142
12143 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12144 (close-rectangle): Define as alias.
12145
12146 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12147
12148 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12149
12150 1998-11-05 Dave Love <fx@gnu.org>
12151
12152 * help.el (describe-variable): Don't quote link to source.
12153
12154 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12155
12156 * gud.el (gud-common-init): Use pop-to-buffer.
12157 (same-window-regexps): Add an element that matches all gud buffers.
12158
12159 1998-11-04 Jason Rumney <jasonr@altavista.net>
12160
12161 * term/w32-win.el (x-get-selection-value): Alias to
12162 x-cut-buffer-or-selection-value.
12163 (w32-standard-fontset-spec): New variable.
12164 (w32-create-initial-fontsets, mouse-set-font): Check whether
12165 new-fontset is available.
12166 (w32-use-w32-font-dialog): Enable use of set-variable.
12167
12168 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12169
12170 * vc.el (with-vc-file, edit-vc-file): New macros.
12171
12172 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12173
12174 * international/quail.el (quail-show-guidance-buf): Call
12175 set-minibuffer-window to set minibuffer window of the current
12176 frame correctly.
12177
12178 1998-11-03 Theodore Jump <tjump@tertius.com>
12179
12180 * term/w32-win.el: Require fontset.
12181
12182 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12183
12184 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12185 (set-face-font-auto): Ditto.
12186
12187 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12188
12189 * mouse.el (mouse-drag-region): Fix typo.
12190
12191 1998-11-02 Dave Love <fx@gnu.org>
12192
12193 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12194 (fortran-fontify-string): New function.
12195 (fortran-font-lock-keywords-1): Use it.
12196
12197 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12198
12199 * comint.el (comint-file-name-quote-list): Doc fix.
12200
12201 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12202
12203 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12204 build directory, not source directory.
12205
12206 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12207 if we did not get one for the final move.
12208
12209 1998-11-01 Dave Love <fx@gnu.org>
12210
12211 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12212 Don't funcall browse-url-browser-function.
12213
12214 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12215 Don't funcall browse-url-browser-function.
12216
12217 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12218
12219 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12220
12221 * files.el (revert-buffer): Doc fix.
12222
12223 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12224
12225 * textmodes/tex-mode.el (tex-start-options-string):
12226 Quote the backslashes with more backslashes.
12227
12228 1998-10-31 Dave Love <fx@gnu.org>
12229
12230 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12231 (webjump): Don't funcall browse-url-browser-function.
12232
12233 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12234
12235 * international/quail.el (quail-start-translation): Handle
12236 switching of the frame in read-key-sequence.
12237 (quail-start-conversion): Likewise.
12238 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12239 windows before setting an appropriate window for it.
12240 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12241 quail-guidance-win to nil.
12242 (quail-update-guidance): If quail-guidance-buf is not in the
12243 selected frame, call quail-show-guidance-buf again.
12244
12245 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12246
12247 * progmodes/pascal.el (pascal-mode):
12248 `blink-matching-paren-dont-ignore-comments' set to t.
12249
12250 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12251
12252 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12253
12254 1998-10-30 Dave Love <fx@gnu.org>
12255
12256 * vc.el (vc-backend-merge-news): Check for "P" output.
12257
12258 * help.el (describe-variable): Hyperlink the definition.
12259
12260 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12261
12262 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12263 (sh-set-shell): Likewise.
12264
12265 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12266
12267 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12268 (edebug-on-error): Fix customize type to match that of
12269 debug-on-error.
12270
12271 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12272
12273 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12274 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12275
12276 * international/mule-cmds.el (select-message-coding-system): Doc
12277 fix.
12278
12279 * international/mule-diag.el (describe-coding-system): Describe
12280 all flags.
12281
12282 * mail/sendmail.el (sendmail-coding-system,
12283 default-sendmail-coding-system): Doc fix.
12284
12285 * simple.el (shell-command-on-region): Doc fix.
12286
12287 * loadup.el: Write fns-*.el in current directory instead of
12288 data-directory since no installation directory exists yet. Mark
12289 buffer unmodified afterwards.
12290
12291 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12292 instead of data-directory since it is architecture dependent.
12293 (load-history-loaded): Update doc string.
12294
12295 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12296
12297 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12298 path as a default directory when canonicalizing names.
12299
12300 * w32-fns.el: Remove a dangling reference to a directory on the
12301 build machine.
12302
12303 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12304
12305 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12306 namespace related keywords such as `class', `body', `private',
12307 `variable', `namespace eval', etc.
12308 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12309 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12310 imenu and font-lock so that searches for \sw would find words
12311 containing colons.
12312
12313 * progmodes/etags.el (initialize-new-tags-table):
12314 Do not alter find-tag-marker-ring and tags-location-ring.
12315
12316 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12317
12318 * term/w32-win.el: Require fontset.
12319 (w32-init-fontsets): New function (code from x-win.el).
12320
12321 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12322
12323 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12324 calendar-and-diary-frame-parameters): Add title parameter.
12325
12326 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12327
12328 * completion.el (dynamic-completion-mode): New function to enable
12329 the mode. (Just loading the file now does not change anything.)
12330
12331 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12332
12333 * ps-print.el: User option for multibyte buffer handling and doc fix.
12334 (ps-multibyte-buffer): New user option.
12335 (ps-setup): Print new user option.
12336 (ps-print-quote): New fun.
12337 (ps-color-p, ps-mule-font-info-database-latin): New var.
12338 (ps-default-color, ps-mule-font-info-database)
12339 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12340 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12341 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12342 Little code improvement.
12343 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12344 (ps-print-prologue-header, ps-font-family, ps-font-size)
12345 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12346 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12347 (ps-mule-external-libraries, ps-mule-init-external-library)
12348 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12349 Doc fix.
12350 (ps-print-version): New version number (4.1.1) and doc fix.
12351 (ps-print-prologue-header): New user option.
12352 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12353 Conditional compilation for GNU Emacs and emacsens.
12354 (ps-generate-postscript-with-faces): Skip invisible text better.
12355 (ps-setup): Print new user option.
12356 (ps-print-preprint): Check if input file name exists and is unwritable.
12357 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12358 and insert user PostScript prologue header comments.
12359 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12360 New funs.
12361 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12362 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12363 PostScript programming normalization.
12364 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12365 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12366 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12367 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12368 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12369 Programming style normalization.
12370
12371 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12372
12373 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12374 version, check the value of mule-version.
12375
12376 * international/mule-util.el (compose-region): Insert then delete
12377 to preserve markers.
12378 (decompose-region): Use search-forward for efficiency.
12379
12380 * language/chinese.el (pre-write-encode-hz): Cancel previous
12381 change, use generate-new-buffer instead of get-buffer-create.
12382 * language/devan-util.el
12383 (in-is13194-devanagari-pre-write-conversion): Likewise.
12384 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12385 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12386 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12387
12388 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12389
12390 * mail/rmailsum.el (rmail-message-subject-p):
12391 Handle message whose header has not been reformatted.
12392
12393 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12394
12395 1998-10-25 Jason Rumney <jasonr@altavista.net>
12396
12397 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12398 New variables.
12399 (mouse-set-font): Use font menus instead of dialog according to
12400 w32-use-w32-font-dialog.
12401
12402 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12403
12404 * calendar/calendar.el (calendar-day-name-array): Add doc string
12405 correctly!
12406 (calendar-month-name-array): Add doc string correctly!
12407
12408 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12409
12410 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12411
12412 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12413
12414 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12415
12416 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12417
12418 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12419
12420 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12421
12422 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12423
12424 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12425
12426 1998-10-21 Karl Heuer <kwzh@gnu.org>
12427
12428 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12429 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12430 (profile-filter, profile-reset-timer): Functions deleted.
12431 (profile-check-zero-init-times, profile-get-time): Likewise.
12432 (profile-find-function, profile-quit): Likewise.
12433 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12434 (profile-time-list, profile-init-list): Doc fix.
12435 (profile-functions): Simplify.
12436 (profile-print): Use float. Make output include space separators.
12437 (profile-add-time): New helper function.
12438 (profile-function-prolog): Renamed from profile-start-function.
12439 Handle profile-distinct.
12440 (profile-function-epilog): Renamed from profile-update-function.
12441 Handle profile-distinct.
12442 (profile-a-function): If the function to be profiled is an
12443 autoload form, load it. If it's lazy-loaded, fetch it.
12444 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12445 (profile-restore-fun): Arg FUN is now a function symbol, as was
12446 documented, rather than a one-element list.
12447 (profile-finish): Call profile-restore-fun properly.
12448
12449 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12450
12451 * international/characters.el: Setup charset property
12452 nospace-between-words.
12453
12454 * international/mule-cmds.el (get-charset-property): If CHARSET is
12455 composition, return nil.
12456 (put-charset-property): If CHARSET is composition, do nothing.
12457
12458 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12459 * language/devan-util.el
12460 (in-is13194-devanagari-pre-write-conversion): Likewise.
12461 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12462 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12463 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12464
12465 * textmodes/fill.el (sentence-end-without-period): New variable.
12466 (canonically-space-region): Pay attention to
12467 sentence-end-without-period.
12468 (fill-find-break-point): The first argument CHARSET deleted.
12469 Caller changed.
12470 (fill-region-as-paragraph): Pay attention to charset property
12471 nospace-between-words and text property nospace-between-words.
12472
12473 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12474
12475 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12476 an unrecognized shell.
12477
12478 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12479
12480 * desktop.el (desktop-save): Include minor modes symbolically.
12481 (desktop-create-buffer): Turn on all minor modes in `mim'.
12482
12483 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12484
12485 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12486 (sh-font-lock-keywords): Handle rpm and rpm2.
12487 (sh-ancestor-alist): Handle rpm.
12488
12489 * files.el (auto-mode-alist): Recognize .rpm files.
12490 Also .spec and .mspec files.
12491
12492 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12493
12494 * faces.el (frame-set-background-mode): Enable the function for
12495 MSDOS frames.
12496
12497 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12498
12499 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12500 (calendar-month-name-array): Add doc string.
12501
12502 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12503
12504 * simple.el (kill-ring-max): Increased to 60.
12505
12506 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12507
12508 * international/characters.el: Setup auto-fill-chars.
12509
12510 * international/kinsoku.el (kinsoku): Check the variable
12511 enable-kinsoku.
12512
12513 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12514 Don't call kinsoku directly, intead call fill-find-break-point.
12515
12516 * textmodes/fill.el: Setup `fill-find-break-point-function'
12517 property to character sets which require `kinsoku' processing for
12518 filling.
12519 (fill-find-break-point): New function.
12520 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12521 Don't call kinsoku directly, intead call fill-find-break-point.
12522
12523 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12524
12525 * faces.el (modify-face-read-string): Return (nil) for "none".
12526 (modify-face): Don't get error if (nil) is the argument.
12527 (face-try-color-list): Don't check whether nil is a valid color.
12528
12529 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12530
12531 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12532 Print message about each directory, even in batch mode.
12533
12534 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12535
12536 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12537 (ps-mule-string-char): No need to use sref.
12538 (ps-mule-next-index): No need to use sref.
12539
12540 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12541
12542 * files.el (revert-buffer-internal-hook): Add defvar.
12543
12544 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12545
12546 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12547
12548 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12549
12550 * international/mule-cmds.el (default-input-method): Fix custom type.
12551
12552 * net-utils.el (whois-server-list): Fix customization type.
12553
12554 * shell.el (shell-input-autoexpand): Fix customization group.
12555
12556 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12557
12558 * repeat.el (repeat): Handle keyboard macros properly.
12559 Handle new prefix arg after self-insert command.
12560
12561 * repeat.el: Don't include cl even at compile time.
12562 (repeat): Avoid using `loop'.
12563
12564 * simple.el (shell-command-on-region): Doc fix.
12565 (next-history-element): Special error message if no default.
12566
12567 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12568
12569 * ps-print.el (ps-print-buffer): Doc fix.
12570 (ps-despool): Likewise.
12571
12572 * arc-mode.el (arc-mode): Provide arc-mode.
12573
12574 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12575
12576 * ps-print.el (ps-print-buffer): Doc fix.
12577
12578 1998-10-14 Dave Love <fx@gnu.org>
12579
12580 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12581 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12582 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12583
12584 * progmodes/fortran.el (fortran-mode-map): Change "Join
12585 Continuation Line" to "Join Line".
12586 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12587
12588 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12589
12590 * progmodes/fortran.el (fortran-join-line): Use
12591 `delete-indentation' instead of issuing an error message if not on
12592 a continuation line. Provide for joining several lines using
12593 prefix arg.
12594
12595 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12596
12597 * term/pc-win.el (msdos-color-values): New variable.
12598 (x-color-values): New function, emulates its namesake from
12599 src/xfns.c.
12600 (msdos-bg-mode): Add all dark colors to those which return
12601 "dark".
12602
12603 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12604
12605 * replace.el (keep-lines, flush-lines, how-many):
12606 Don't ignore case if arg has upper case letters.
12607
12608 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12609
12610 * progmodes/vhdl-mode.el
12611 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12612 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12613 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12614 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12615 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12616 (vhdl-when): Fix indentation problem.
12617 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12618 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12619 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12620
12621 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12622
12623 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12624 (ls-lisp-insert-directory): Renamed from insert-directory.
12625 (insert-directory): New function.
12626
12627 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12628
12629 * simple.el (completion-fixup-function): Variable deleted.
12630 (completion-setup-function): Delete code for completion-fixup-function.
12631 * emacs-lisp/lisp.el (lisp-complete-symbol):
12632 Don't bind completion-fixup-function.
12633
12634 * files.el (find-file-wildcards): New option.
12635 (find-file-noselect): Handle wild cards, if enabled.
12636 (file-expand-wildcards): New function.
12637
12638 * simple.el (set-fill-column): Doc fix.
12639
12640 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12641
12642 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12643
12644 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12645
12646 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12647 Move declaration before first use.
12648 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12649 hif-math, hif-factor): Rename token to hif-token and token-list to
12650 hif-token-list.
12651 (hif-token, hif-token-list): Declare them.
12652 (hif-find-ifdef-block): Return cons of top and bottom point
12653 instead of setting dynamically bound variables.
12654 (hide-ifdef-block, show-ifdef-block): Use return value of
12655 hif-find-ifdef-block.
12656
12657 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12658
12659 * subr.el (read-passwd): Use clear-this-command-keys.
12660
12661 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12662
12663 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12664 and ...-for-write.
12665
12666 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12667
12668 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12669 responses to GROUP command, since this may be called from a timer
12670 with quit inhibited.
12671
12672 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12673
12674 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12675 set unconditional-jump to nil.
12676 (ccl-compile-read-multibyte-character): Return nil.
12677 (ccl-compile-write-multibyte-character): Likewise.
12678 (ccl-compile-translate-character): Likewise
12679 (ccl-compile-map-multiple): Likewise.
12680 (ccl-compile-map-single): Likewise.
12681
12682 * international/kinsoku.el: Add coding tag.
12683 (kinsoku-bol): Remove superfluous TAB in a string.
12684
12685 * international/mule-cmds.el (find-coding-systems-for-charsets):
12686 Delete `composition' (if any) from CHARSETS.
12687
12688 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12689
12690 * international/mule-cmds.el (setup-specified-language-environment):
12691 Add apropos-inhibit property.
12692 (describe-specified-language-support): Likewise.
12693
12694 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12695
12696 * international/mule.el (make-coding-system): Create -with-esc
12697 variant coding system.
12698
12699 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12700
12701 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12702 (next-file): Optionally offer to revert a file's buffer,
12703 if it has an existing buffer but the file has changed.
12704
12705 * info.el (Info-insert-dir): Detect and report problems
12706 in input files, such as "No Top node". Return with point
12707 at the beginning of the text.
12708 (Info-find-node): Reinsert the code to handle files
12709 with no tags table; it was deleted by mistake.
12710
12711 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12712
12713 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12714 texinfo-find-higher-level-node repeatedly find the same node.
12715 (texinfo-find-higher-level-node): Doc fix.
12716
12717 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12718
12719 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12720 (smtpmail-address-buffer): Add defvar.
12721 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12722
12723 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12724
12725 * ffap.el (ffap-machine-p-local): Fix editing error.
12726
12727 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12728
12729 * faces.el (frame-set-background-mode):
12730 Don't do anythung for text-only or MSDOS frame.
12731
12732 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12733
12734 * international/quail.el (quail-defrule): New optional arg APPEND.
12735 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12736
12737 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12738
12739 * gnus/pop3.el (pop3-open-server):
12740 Set process-coding-system-alist around open-network-stream.
12741
12742 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12743
12744 * files.el (save-buffer): Doc fix.
12745
12746 1998-10-07 Karl Heuer <kwzh@gnu.org>
12747
12748 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12749 return DEF unchanged, not nil. Simplify.
12750
12751 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12752
12753 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12754
12755 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12756
12757 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12758
12759 * net-utils.el (ftp, nslookup): Require comint.
12760 (network-service-connection): Likewise.
12761 (whois-server-name): Defaults to whois.arin.net
12762 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12763 (whois): Tries to guess the appropriate top-level domain server.
12764 (whois-get-tld): New function.
12765
12766 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12767 (dirtrack-debug-toggle): Added this function.
12768
12769 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12770
12771 * files.el (find-file-noselect): Switch to the correct buffer
12772 before checking find-file-literally, and allow non-nil non-t
12773 rawfile params.
12774
12775 1998-10-06 Karl Heuer <kwzh@gnu.org>
12776
12777 * midnight.el (clean-buffer-list): Add autoload cookie.
12778
12779 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12780 no-autosave.
12781 * tar-mode.el (tar-mode-revert): Likewise.
12782 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12783 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12784 * gnus/message.el (message-auto-save-directory): Renamed from
12785 message-autosave-directory. All references changed.
12786
12787 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12788
12789 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12790 string. Expose mime stuff while searching.
12791
12792 1998-10-06 Richard Stallman <rms@gnu.org>
12793
12794 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12795
12796 * replace.el (perform-replace): Position point properly
12797 before and after the recursive edit of C-r.
12798
12799 * progmodes/etags.el (tags-reset-tags-tables): Properly
12800 find the markers in the old rings that are being discarded.
12801
12802 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12803
12804 * apropos.el (apropos-print): Control invalid characters.
12805
12806 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12807 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12808 confusing customize.
12809
12810 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12811
12812 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12813 built-in commands. Add more built-in commands and fix face names.
12814
12815 1998-10-05 Simon Marshall <simon@gnu.org>
12816
12817 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12818
12819 1998-10-04 Eric Ludlam <zappo@gnu.org>
12820
12821 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12822 customization since it is not useful in this case.
12823 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12824 sure it gets evalled to a number. Also verify that set-frame-name
12825 fn exists before calling it.
12826
12827 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12828 Protect a `forward-sexp' call which could fail, and improved regex
12829 for ie, and eg abbreviations.
12830
12831 1998-10-02 Noah Friedman <friedman@splode.com>
12832
12833 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12834 send-string.
12835 (rlogin-send-Ctrl-D): Here also.
12836 (rlogin-send-Ctrl-Z): Here also.
12837 (rlogin-send-Ctrl-backslash): Here also.
12838
12839 1998-10-02 Dave Love <fx@gnu.org>
12840
12841 * outline.el (hide-region-body): Bind
12842 outline-view-change-hook to nil while making repeated calls to
12843 outline-flag-region. Run it once at the end.
12844 (hide-other, hide-sublevels, show-children): Likewise.
12845
12846 * info-look.el: Remove duplicate scheme-mode entry.
12847 (info-lookup-make-completions): When looking for entries, check
12848 that `item' isn't null or "Menu".
12849
12850 1998-10-01 Karl Heuer <kwzh@gnu.org>
12851
12852 * net-utils.el: Don't require ffap.
12853 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12854 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12855
12856 1998-09-30 Richard Stallman <rms@gnu.org>
12857
12858 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12859
12860 * imenu.el (imenu--generic-function): Sort each submenu by position.
12861 (imenu--sort-by-position): New function.
12862
12863 * cus-edit.el (Custom-mode-menu): Fix info node name.
12864 (customize group): Fix info node name.
12865
12866 * mail/mailalias.el (build-mail-aliases): Don't allow
12867 a newline in the alias name. Don't define an alias
12868 if the definition would be empty.
12869
12870 * which-func.el (which-func-mode-global): Make :set function
12871 more reliable.
12872
12873 * custom.el (custom-set-variables): Load the requests first,
12874 then check the symbol's `set' function.
12875
12876 * ffap.el: Doc fixes.
12877
12878 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12879
12880 * gnus.el: (gnus-valid-select-methods): Fix type.
12881 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12882 * gnus-score.el (gnus-orphan-score): Fix type.
12883 (gnus-score-default-header, gnus-score-default-type): Fix type.
12884 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12885 (gnus-saved-headers): Fix type.
12886
12887 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12888 Avoid nil value of `two-lines-citation-part'.
12889
12890 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12891
12892 * which-func.el (which-function): Handle case when
12893 (car imenu--index-alist) is nil.
12894
12895 1998-09-29 Dave Love <fx@gnu.org>
12896
12897 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12898 bzip2 args.
12899
12900 1998-09-29 Simon Marshall <simon@gnu.org>
12901
12902 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12903 comint-exec-hook.
12904
12905 1998-09-29 Stephen Eglen <stephen@gnu.org>
12906
12907 * info-look.el: Add support for Octave.
12908
12909 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12910
12911 * textmodes/reftex.el (reftex-finding-files): New customize group.
12912 (reftex-texpath-environment-variables,
12913 reftex-use-external-file-finders, reftex-external-file-finders,
12914 reftex-search-unrecursed-path-first): New options.
12915 (reftex-process-string, reftex-find-file-externally): New
12916 functions.
12917 (reftex-access-search-path): Execute shell commands to find the
12918 search path.
12919 (reftex-toggle-auto-view-crossref): When turning on, make sure
12920 `reftex-auto-view-crossref' becomes non-nil.
12921 (reftex-abbrev-regexp): Constant removed.
12922 (reftex-convert-string): Abbrev regexp calculated locally.
12923
12924 1998-09-28 Dave Love <fx@gnu.org>
12925
12926 * progmodes/fortran.el: Don't call regexp-opt when deriving
12927 font-lock patterns with keywords that aren't all literal.
12928
12929 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12930
12931 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12932 the form `octave.bin:1>' which come from using precopiled binary
12933 versions.
12934
12935 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12936
12937 * help.el (help-for-help): Use %THIS-KEY%.
12938 (help-quit): Add doc.
12939
12940 * help-macro.el (make-help-screen): Keep HELP-TEXT
12941 in a separate function definition, not in the help command FNAME.
12942 Replace %THIS-KEY% with the key sequence that ran FNAME.
12943
12944 1998-09-25 Richard Stallman <rms@gnu.org>
12945
12946 * textmodes/texinfo.el (texinfo-show-structure):
12947 Bind inhibit-read-only.
12948
12949 * isearch.el (isearch-search-and-update): Properly
12950 handle upper case letters in the reverse-search special case.
12951
12952 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12953
12954 * gnus.el: Extend the list of autoloaded functions.
12955
12956 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12957 buffer before creating help group. (from Gnus v5.6.43, fix by
12958 1998-08-20 Per Starback <starback@update.uu.se>)
12959
12960 * gnus-util.el (gnus-output-to-rmail): Adjust to
12961 `rmail-output-to-rmail-file'.
12962
12963 1998-09-25 Karl Heuer <kwzh@gnu.org>
12964
12965 * hexl.el (hexl-mode-map): More of previous change.
12966
12967 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12968 (tex-start-tex): Don't use tex-start-options-string in star case.
12969 Quote file name in star case as well as in non-star.
12970 Add blank and quoting of option string here.
12971 (tex-start-options-string): Not here.
12972
12973 1998-09-23 Karl Heuer <kwzh@gnu.org>
12974
12975 * term.el (term-delimiter-argument-list): Doc fix.
12976 (term-emulate-terminal): Escape literal semicolon.
12977 * progmodes/asm-mode.el (asm-mode): Doc fix.
12978 (asm-comment-char): Escape literal semicolon.
12979 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12980
12981 1998-09-23 Richard Stallman <rms@gnu.org>
12982
12983 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12984 only those that normally modify the buffer.
12985
12986 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12987 over again.
12988
12989 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12990
12991 * ispell.el (check-ispell-version): Ensure same buffer is current
12992 when let-binding of case-fold-search ends.
12993
12994 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12995
12996 * ps-print.el: Skip invisible overlay.
12997 Test for set-buffer-multibyte rather than using mule-version.
12998 (ps-print-version): New version number (4.1) and doc fix.
12999 (ps-generate-postscript-with-faces): Skip invisible overlay.
13000
13001 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13002
13003 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13004
13005 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13006
13007 * international/quail.el (quail-update-guidance): Check for the
13008 return value of (quail-guidance) fixed.
13009 (quail-update-translation): Bind quail-current-str locally when it
13010 calls quail-update-guidance.
13011 (quail-update-translation): If input-method-exit-on-first-char is
13012 non-nil, terminate translation only when the current input method
13013 is simple.
13014
13015 1998-09-22 Paul Eggert <eggert@twinsun.com>
13016
13017 * startup.el (locale-translation-file-name): Prefer X-related names
13018 to the name used by GNU/Linux sans X. Set to nil if no file found.
13019 (command-line): Use locale-translation-file-name if it is not nil,
13020 instead of testing for its existence again.
13021 regexp-quote the ctype before using it in a regexp.
13022 Allow a colon to appear after the ctype in the aliases file,
13023 as is done in X11R6.4.
13024
13025 1998-09-21 Richard Stallman <rms@gnu.org>
13026
13027 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13028
13029 * calendar/appt.el (appt-interval): Variable deleted.
13030 (appt-check): For minutes in between appt-display-interval times,
13031 do check, but don't display anything except an updated mode line.
13032 Count against appt-display-interval based on minutes since
13033 first display of this appointment, not based on time of day.
13034 If appt-display-mode-line, force mode line redisplay
13035 whenever appt-mode-string has changed.
13036 (appt-add, appt-delete): Add autoload cookies.
13037 (appt-check): Catch errors from calling `diary'.
13038 (appt-max-time): Renamed from max-time.
13039 (appt-now-displayed, appt-display-count): New variables.
13040 (appt-timer): Don't create one if we already have one.
13041
13042 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13043 More general code to use the source buffer instead of the zap file.
13044
13045 * hilit-chg.el (highlight-compare-with-file): Renamed from
13046 compare-with-file.
13047
13048 * loadhist.el (load-history-loaded): New variable.
13049 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13050
13051 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13052
13053 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13054 Fix error messages.
13055
13056 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13057
13058 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13059 Emacs frame.
13060
13061 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13062
13063 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13064 `undecided' and `undecided-unix'.
13065
13066 1998-09-21 Dave Love <fx@gnu.org>
13067
13068 * help.el (help-make-xrefs): Fix typo affecting Info references.
13069
13070 * subr.el (remove-hook): Check list values to avoid errors.
13071
13072 1998-09-18 Noah Friedman <friedman@splode.com>
13073
13074 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13075 store string in eldoc-last-message without consing a new string.
13076 Rearrange logic from nested if's into cond's.
13077 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13078 Do not print message; just return string.
13079 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13080 Do not print message; just return string.
13081 Cache that string in eldoc-last-data.
13082 (eldoc-last-data): Make into a vector.
13083 (eldoc-get-fnsym-args-string): Use new data form of structure.
13084 (eldoc-get-var-docstring): Here also.
13085 (eldoc-last-data-store): New function.
13086 (eldoc-get-fnsym-args-string): Use it.
13087 (eldoc-get-var-docstring): Here also.
13088 (eldoc-docstring-first-line): Minimize interim string consing.
13089 Call substitute-command-keys on the result.
13090 (eldoc-print-var-docstrings, eldoc-print-docstring,
13091 eldoc-docstring-message): Functions removed.
13092 (eldoc-docstring-format-sym-doc): New function, functionality
13093 ripped out of eldoc-docstring-message.
13094 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13095
13096 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13097
13098 * international/mule.el (make-coding-system): Doc-string modified.
13099
13100 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13101
13102 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13103
13104 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13105 customize type.
13106
13107 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13108 type.
13109
13110 * progmodes/compile.el (compilation-error-screen-columns): New
13111 variable.
13112 (compilation-next-error-locus): Use it to decide whether to use
13113 forward-char or move-to-column.
13114
13115 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13116
13117 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13118 feedmail-fiddle-plex-user-list,
13119 feedmail-spray-address-fiddle-plex-list,
13120 feedmail-prompt-before-queue-user-alist,
13121 feedmail-prompt-before-queue-help-supplement,
13122 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13123 feedmail-queue-alternative-mail-header-separator): Fix customize
13124 type.
13125
13126 * startup.el (site-run-file): Fix customize type.
13127
13128 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13129 customize type.
13130
13131 * shell.el (shell-input-autoexpand): Fix customize type.
13132
13133 * ps-print.el (ps-font-info-database): Add missing dots in value.
13134 Improve layout of customize type.
13135
13136 * net-utils.el (traceroute-program-options, ping-program-options,
13137 ipconfig-program-options, netstat-program-options,
13138 arp-program-options, route-program-options,
13139 nslookup-program-options, ftp-program-options): Fix customize
13140 type.
13141
13142 * midnight.el (clean-buffer-list-kill-regexps,
13143 clean-buffer-list-kill-buffer-names,
13144 clean-buffer-list-kill-never-buffer-names,
13145 clean-buffer-list-kill-never-regexps): Fix customize type.
13146
13147 * man.el (Man-init-defvars): Avoid trailing nil on
13148 Man-filter-list.
13149
13150 * lpr.el (printer-name): Fix customize type.
13151
13152 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13153
13154 * international/mule-cmds.el (reset-language-environment): Call
13155 update-coding-systems-internal.
13156
13157 * international/mule-conf.el: Call update-coding-systems-internal
13158 at the tail.
13159
13160 1998-09-14 Dave Love <fx@gnu.org>
13161
13162 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13163 use the menu-enable properties, pending doing it correctly and
13164 acceptably fast.
13165
13166 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13167
13168 1998-09-13 Dave Love <d.love@dl.ac.uk>
13169
13170 * progmodes/hideshow.el (hs-grok-mode-type): Check
13171 comment-{start,end} non-nil as well as bound. Report an error if
13172 we can't grok the mode.
13173
13174 1998-09-13 Richard Stallman <rms@gnu.org>
13175
13176 * simple.el (blink-matching-open): Don't log paren matching
13177 messages in *Messages*.
13178
13179 1998-09-12 Richard Stallman <rms@gnu.org>
13180
13181 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13182 Set point-before-scroll at end even if there was an error.
13183
13184 * ange-ftp.el (ange-ftp-insert-file-contents):
13185 Use binary mode for dumb-unix hosts as for unix hosts.
13186 (ange-ftp-copy-file-internal): Likewise.
13187
13188 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13189
13190 * emacs-lisp/pp.el: Doc fixes.
13191
13192 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13193 (widget-choose): Don't use single-char shortcuts if # items
13194 exceeds that many. Use minibuffer instead.
13195
13196 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13197
13198 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13199
13200 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13201
13202 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13203 in terminal mode.
13204
13205 1998-09-10 Noah Friedman <friedman@splode.com>
13206
13207 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13208 defcustom declaration. It's wreaking too much havoc with XEmacs
13209 and older versions of Emacs, which share this code.
13210
13211 * type-break.el (type-break-mode): Here also.
13212
13213 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13214 `t' to add-hook also to modify the new local value.
13215
13216 1998-09-10 Dave Love <fx@gnu.org>
13217
13218 * vc.el (vc-insert-headers): Doc fix.
13219
13220 1998-09-10 Richard Stallman <rms@gnu.org>
13221
13222 * textmodes/flyspell.el (flyspell-mode-on): Make the
13223 ispell-... variables permanent locals.
13224 (flyspell-mode-off): Add autoload cookie.
13225
13226 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13227 do use binary mode, just as for `unix'.
13228 (ange-ftp-host-type): If HOST is nil, return `unix'.
13229
13230 * dired.el (dired-mark-files-containing-regexp):
13231 Don't scan directories. Ignore non-readable files.
13232
13233 * progmodes/compile.el (compilation-error-regexp-alist):
13234 Fix previous change: allow . and _ in command name.
13235
13236 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13237
13238 * uncompress.el (uncompress-while-visiting):
13239 Use just the car of what find-operation-coding-system returns.
13240
13241 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13242
13243 * shell.el (shell-file-name-quote-list): Add # to the value.
13244
13245 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13246
13247 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13248 to make killing of ispell process work even if
13249 kill-all-local-variables has been run.
13250
13251 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13252
13253 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13254 loop when sexp entry ends at end of file with no newline.
13255
13256 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13257
13258 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13259 (Custom-reset-standard): Fix menu inconsistency.
13260
13261 * mail/feedmail.el (feedmail-from-line): Allow t.
13262 (feedmail-message-id-suffix): Allow nil.
13263
13264 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13265 Simplify. Make prefix arg work right.
13266
13267 1998-09-09 Dave Love <fx@gnu.org>
13268
13269 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13270
13271 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13272
13273 1998-09-08 Dave Love <fx@gnu.org>
13274
13275 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13276 stuff only after file names or at start of line. Allow parens
13277 around e-mail, as well as angles.
13278
13279 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13280 ignore-errors too, eval'd when compile. Require w3 stuff at load
13281 time for nicer failure if it's not available.
13282
13283 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13284
13285 * comint.el (comint-arguments): Ignore backslashes when using
13286 w32 shells that expect backslashes as the directory separator.
13287
13288 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13289
13290 * international/fontset.el (resolved-ascii-font): New variable.
13291 (x-complement-fontset-spec): By side effect, set
13292 `resolved-ascii-font' to the resolved name of ASCII font."
13293 (create-fontset-from-fontset-spec): Don't get a value for
13294 resolved-ascii-font from the list full-fontlist. It is set by
13295 x-complement-fontset-spec now.
13296
13297 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13298 version, check the value of mule-version.
13299
13300 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13301
13302 * textmodes/reftex.el (reftex-view-crossref): Split up into
13303 several functions. No longer moves to find a macro.
13304 (reftex-view-cr-cite, reftex-view-cr-ref,
13305 reftex-end-of-bib-entry): New functions.
13306 (reftex-auto-view-crossref): New value `window' allowed.
13307 (reftex-view-crossref-when-idle): Process new `window' option in
13308 (reftex-translate-to-ascii-function): New default.
13309 (reftex-label-illegal-re): Default changed, removed Latin1.
13310 (reftex-latin1-to-ascii): New function.
13311 (reftex-what-environment): Check for section regexp before use.
13312 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13313 absolute path names.
13314 (reftex-TeX-master-file): Changed sequence of file checks.
13315 (reftex-do-citation): bibview cache only with RefTeX mode on.
13316
13317 1998-09-06 Richard Stallman <rms@gnu.org>
13318
13319 * progmodes/compile.el (compilation-error-regexp-alist):
13320 In first pattern (GNU utilities and other things),
13321 allow a space after the optional program name at the beginning.
13322
13323 * mail/mail-hist.el (mail-hist-current-header-contents):
13324 Fix previous change: use mail-header-end.
13325
13326 1998-09-06 Bill Richter <richter@math.nwu.edu>
13327
13328 * international/ccl.el: Doc fixes.
13329 * international/encoded-kb.el: Doc fixes.
13330 * international/fontset.el: Doc fixes.
13331 * international/kinsoku.el: Doc fixes.
13332 * international/kkc.el: Doc fixes.
13333 * international/mule-cmds.el: Doc fixes.
13334 * international/mule-conf.el: Doc fixes.
13335 * international/mule-util.el: Doc fixes.
13336 * international/mule.el: Doc fixes.
13337
13338 1998-09-05 Eric Ludlam <zappo@gnu.org>
13339
13340 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13341 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13342 (checkdoc-this-string-valid-engine): Permit ? as terminating
13343 punctuation for first line sentence breaking.
13344 (checkdoc-this-string-valid): When converting a comment into a doc
13345 string, make sure " chars are \".
13346 (checkdoc-sentencespace-region-engine): Only do double space check
13347 if based on the variable `sentence-end-double-space'
13348 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13349 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13350
13351 1998-09-04 Richard Stallman <rms@gnu.org>
13352
13353 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13354 Recognize define-skeleton as a function definer.
13355
13356 * cus-edit.el (customize-option): Refuse to customize
13357 a variable that has no defcustom. But if variable is autoloaded,
13358 first try to load the library that defines it.
13359
13360 * international/iso-insert.el: Use `string' before calling `insert'
13361 so that in multibyte buffers we insert multibyte chars.
13362
13363 * dired.el (dired-mark-files-containing-regexp):
13364 Don't use find-file; instead, insert the file in a temp buffer.
13365
13366 * textmodes/tex-mode.el (tex-start-options-string): New option.
13367 (tex-start-tex): Use that variable.
13368
13369 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13370 value in the `repeat' alternative a list.
13371
13372 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13373 the inserted newline, verify that one was really inserted.
13374
13375 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13376 remains on or remains off.
13377 (flyspell-multi-language-p): Default changed to nil.
13378
13379 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13380 In "found in comment" case, don't beginning-of-line after forward-line.
13381
13382 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13383 If the function definition is not a lambda, return original FORM
13384 with no error.
13385
13386 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13387
13388 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13389 so that by default netstat shows all network connections.
13390
13391 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13392
13393 * international/quail.el: Doc fixes.
13394
13395 * info.el (info): Don't add parens if FILE already has them.
13396
13397 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13398
13399 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13400 on extension lines.
13401
13402 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13403
13404 * w32-fns.el (w32-shell-dos-semantics): New function.
13405
13406 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13407
13408 * international/quail.el (quail-choose-completion-string): Store
13409 completion `choice' in `quail-current-str'; don't insert it.
13410
13411 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13412
13413 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13414 argument to ps-mule-generate-bitmap-font.
13415
13416 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13417 entry and change Latin-1 entry in the default value.
13418 (ps-mule-font-info-database-ps-bdf): New variable.
13419 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13420 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13421 registerd in FONT-SPEC.
13422 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13423 charcter width of bitmap fonts.
13424 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13425 procedure NF.
13426 (ps-begin-file): Output PostScript code for setting
13427 SpaceWidthRatio.
13428 (ps-plot-region): Use line-beginning-position to get a position of
13429 the beginning of the current line.
13430
13431 * international/mule-cmds.el (register-input-method): Doc-string
13432 modified.
13433
13434 1998-09-01 Dave Love <fx@gnu.org>
13435
13436 * international/mule-cmds.el (current-language-environment): Fix
13437 setter function.
13438
13439 1998-09-01 Simon Marshall <simon@gnu.org>
13440
13441 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13442 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13443 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13444 names with font-lock-type-face. Fontify type specs, etc., with
13445 font-lock-keyword-face.
13446
13447 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13448
13449 * international/fontset.el (x-complement-fontset-spec): If ASCII
13450 font is specified in FONTLIST, don't substitute it for the
13451 resolved name.
13452
13453 1998-08-31 Paul Eggert <eggert@twinsun.com>
13454
13455 * international/mule.el (charset-description): Doc fix.
13456
13457 * language/chinese.el, language/cyrillic.el, language/czech.el,
13458 language/devanagari.el, language/ethiopic.el,
13459 language/european.el, language/hebrew.el, language/indian.el,
13460 language/japanese.el, language/korean.el, language/lao.el,
13461 language/slovak.el, language/thai.el, language/tibetan.el,
13462 language/vietnamese.el:
13463 Add coding: local variable, to avoid bootstrapping problem
13464 if you need to recompile all the Lisp files using interpreted code.
13465
13466 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13467
13468 * cal-china.el (chinese-year-cache): Change range of years from
13469 1989-2000 to 1990-2010.
13470
13471 1998-08-29 Dave Love <d.love@dl.ac.uk>
13472
13473 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13474 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13475
13476 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13477
13478 * ps-print.el (ps-print-control-characters): Doc-string modified.
13479 (ps-output-string-prim): Comment format changed.
13480 (ps-do-despool): Indentation of source code changed.
13481
13482 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13483
13484 * subr.el (sref): Make it an alias of aref. Make the
13485 byte-compiler warn that it is obsolete.
13486 (char-bytes): Make the byte-compiler warn that it is obsolete.
13487
13488 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13489 Calculate the total bytes using position-bytes instead of
13490 char-bytes.
13491
13492 1998-08-27 Karl Heuer <kwzh@gnu.org>
13493
13494 * snmp-mode.el: New file.
13495 * files.el (auto-mode-alist): Add snmp-mode patterns.
13496
13497 1998-08-27 Karl Eichwalder <ke@suse.de>
13498
13499 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13500
13501 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13502
13503 * calendar/diary-lib.el (diary-block): Doc fix..
13504 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13505
13506 1998-08-27 Richard Stallman <rms@gnu.org>
13507
13508 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13509 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13510 Clear appt-mode-string if we don't put something in it.
13511
13512 1998-08-27 Dave Love <fx@gnu.org>
13513
13514 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13515 dired-local-variables-file for dired-x.
13516
13517 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13518 for compressed library files too.
13519
13520 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13521
13522 * language/european.el ("Latin-1"): Modify `documentation' key value.
13523 ("Latin-2"): Likewise.
13524
13525 1998-08-26 Karl Heuer <kwzh@gnu.org>
13526
13527 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13528
13529 1998-08-26 Albert L. Ting <alt@artisan.com>
13530
13531 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13532 (mail-hist-current-header-contents): Use mail-text-start.
13533
13534 1998-08-26 Richard Stallman <rms@gnu.org>
13535
13536 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13537 (customize-changed-options-previous-release): New variable.
13538 (customize-changed-options): Use that variable as default arg.
13539
13540 1998-08-26 Karl Eichwalder <ke@suse.de>
13541
13542 * midnight.el: Require `timer' not only when compiling.
13543
13544 1998-08-26 Per Starback <starback@update.uu.se>
13545
13546 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13547 buffer before creating help group.
13548
13549 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13550
13551 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13552 coding-system-for-write before saving.
13553
13554 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13555
13556 * isearch.el (isearch-forward): Doc fix.
13557
13558 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13559
13560 * emacs-lisp/find-func.el: Fix :version tags to have a string
13561 value, not a float.
13562
13563 * cus-dep.el: Fix typo in output.
13564
13565 1998-08-25 Dave Love <fx@gnu.org>
13566
13567 * repeat.el (repeat): Doc fix.
13568 [From rms:]
13569 (repeat-previous-repeated-command): New variable.
13570 (repeat): Check for real-last-command being null or repeat. Set
13571 repeat-previous-repeated-command.
13572
13573 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13574
13575 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13576
13577 * gnus/message.el (message-send-mail-with-sendmail): Bind
13578 coding-system-for-write by the return value of
13579 select-message-coding-system.
13580 (message-send-mail-with-qmail): Likewise.
13581
13582 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13583
13584 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13585 define-derived-mode.
13586
13587 * files.el (file-name-invalid-regexp):
13588 Fix regex for ms-dos without long file names.
13589
13590 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13591
13592 * ps-print.el: Multi-byte buffer handling.
13593 (ps-print-version): New version number (4.0) and doc fix.
13594 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13595 compilation for GNU Emacs and emacsens.
13596 (ps-generate-postscript-with-faces): Force invisible text to be
13597 visible.
13598 (dos-ps-printer): New var to avoid compilation gripes.
13599
13600 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13601
13602 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13603 that no more characters can't be printed in the current line.
13604
13605 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13606
13607 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13608 greater than TO.
13609
13610 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13611
13612 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13613 20.2 and the earlier version.
13614 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13615 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13616 (ps-mule-find-wrappoint): Likewise.
13617 (ps-mule-generate-font): Change `X' to `x' in format
13618 control-string.
13619 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13620 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13621 `restore' form procedures `BC' and `EC'.
13622
13623 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13624
13625 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13626 is an executable procedure. Make LineThickness, Xshadow, and
13627 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13628 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13629 ps-mule-font-info-database-bdf): New vars.
13630 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13631 (ccl-encode-ethio-unicode): New CCL program.
13632 (ps-mule-encode-ethiopic): New fun.
13633 (ps-mule-current-charset): New var.
13634 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13635 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13636 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13637 (ps-mule-external-libraries): New var.
13638 (ps-mule-init-external-library): New fun.
13639 (ps-mule-font-cache): New var.
13640 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13641 (ps-last-font): New var.
13642 (ps-mule-prepare-font): New fun.
13643 (ps-mule-charset-list): New var.
13644 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13645 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13646 ps-mule-plot-string): New funs.
13647 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13648 New vars.
13649 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13650 ps-mule-prepare-cmpchar-font): New funs.
13651 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13652 vars.
13653 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13654 ps-mule-generate-bitmap-glyph): New funs.
13655 (ps-mule-initialize, ps-mule-begin): New funs.
13656 (ps-output-string-prim): Insert string as unibyte.
13657 (ps-output-prologue): New fun.
13658 (ps-flush-output): Handle the case of 'prologue.
13659 (ps-begin-file): Call ps-mule-initialize.
13660 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13661 printing multibyte characters.
13662 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13663 (ps-basic-plot-string): Handle the case of printing ASCII
13664 characters by external libraries (e.g. BDF).
13665 (ps-set-font): Set ps-last-font.
13666 (ps-plot-region): Handle multibyte characters, use
13667 ps-mule-plot-string for them.
13668 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13669
13670 * bdf.el: New file.
13671
13672 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13673
13674 * international/mule-cmds.el (select-message-coding-system): New
13675 function.
13676 (set-language-environment-coding-systems): Set
13677 default-sendmail-coding-system.
13678
13679 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13680 (default-sendmail-coding-system): New variable.
13681 (sendmail-send-it): Encode the message by a coding system
13682 select-message-coding-system returns.
13683
13684 1998-08-23 Eric Ludlam <zappo@gnu.org>
13685
13686 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13687 (speedbar-mode): Set buffer to read only.
13688 (speedbar-temp-buffer-show-function): For emacs don't call hook
13689 with arguments.
13690 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13691
13692 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13693
13694 * speedbar.el (speedbar-key-map): Fix typo.
13695
13696 See ChangeLog.7 for earlier changes.