(finger-X.500-host-regexps): New user-option.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-30 Gerd Moellmann <gerd@gnu.org>
2
3 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
4 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5 send a query containing USER only, not USER@HOST.
6
7 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8 and rmail-msgend to compute the restriction at the end, instead of
9 computing it.
10
11 2000-05-29 Gerd Moellmann <gerd@gnu.org>
12
13 * dabbrev.el (dabbrev-expand): Don't display messages in the
14 echo area if the minibuffer window is active.
15
16 * jit-lock.el (jit-lock-mode): Add after change function to
17 local hook.
18
19 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
20
21 * antlr-mode.el: New commands: hide/unhide actions,
22 upcase/downcase literals.
23 (antlr-tiny-action-length): New user option.
24 (antlr-hide-actions): New command. Suggested by
25 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
26 (antlr-mode-map): New binding [C-c C-v].
27 (antlr-mode-menu): New entries.
28 (antlr-downcase-literals): New command.
29 (antlr-upcase-literals): Ditto.
30
31 * antlr-mode.el: Minor changes: indendation, mode-name.
32 (antlr-indent-line): Indent cpp directive at column 0.
33 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
34
35 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
36 (antlr-font-lock-additional-keywords): Workaround for intentional
37 bug in XEmacs version of font-lock.
38 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
39 be used by a smarter version of `buffers-menu-grouping-function'.
40
41 2000-05-29 Gerd Moellmann <gerd@gnu.org>
42
43 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
44 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
45
46 2000-05-29 Kenichi Handa <handa@etl.go.jp>
47
48 * international/encoded-kb.el
49 (encoded-kbd-iso2022-designation-map): Pay attention to that
50 charset-iso-final-char return -1 for eight-bit-control and
51 eight-bit-graphic.
52
53 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * speedbar.el (speedbar-use-images, speedbar-update-flag)
56 (speedbar-easymenu-definition-base): Use display-graphic-p where
57 available, instead of window-system.
58
59 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
60
61 * international/codepage.el (cp-coding-system-for-codepage-1): Add
62 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
63 coding systems.
64
65 2000-05-26 Dave Love <fx@gnu.org>
66
67 * disp-table.el (standard-display-underline): Don't use
68 internal-find-face.
69
70 * mail/reporter.el: Maintainer change. Doc fixes.
71 (reporter-version): Deleted.
72
73 * emacs-lisp/elp.el: Maintainer change.
74 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
75
76 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
77
78 * add-log.el (add-change-log-entry): Merge the current entry with the
79 previous one if the previous one is empty.
80
81 2000-05-26 Dave Love <fx@gnu.org>
82
83 * loadhist.el (unload-feature): Fix interactive spec [from
84 lijnzaad@ebi.ac.uk].
85
86 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
87 subr-arity to check primitives.
88 (byte-compile-flush-pending, byte-compile-file-form-progn)
89 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
90 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
91 mapcar.
92
93 2000-05-26 Kenichi Handa <handa@etl.go.jp>
94
95 * international/fontset.el: Set family names of non-latin charsets
96 in default fontset to "*".
97
98 * international/mule-diag.el (print-fontset): Combine family part
99 and registry part of the fontname by "-*-" instead of "-".
100
101 * international/mule-cmds.el (encode-coding-char): Make strings
102 multibyte before calling encode-coding-string.
103
104 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
105
106 * derived.el: Fix keywords.
107 (define-derived-mode): Only define if needed.
108
109 * simple.el (fill-comment, comment-column, comment-start)
110 (comment-start-skip, comment-end, comment-indent-function)
111 (block-comment-start, block-comment-end, indent-for-comment)
112 (set-comment-column, kill-comment, comment-padding, comment-region)
113 (comment-multi-line, indent-new-comment-line): Remove.
114
115 * bindings.el (esc-map): Change ; to comment-dwim and use the new
116 function names for comment operations.
117
118 * newcomment.el: Add abundant autoload cookies.
119 (comment-style): Don't depend on runtime data at compile-time.
120 (comment-indent-hook): Remove.
121 (comment-indent): Check if comment-indent-hook is bound.
122 (comment-region): Docstring fix.
123
124 2000-05-25 Dave Love <fx@gnu.org>
125
126 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
127 byte-code-function-p.
128
129 * mail/rmailsum.el: Add provide.
130
131 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
132
133 * smerge-mode.el (smerge-diff-switches): Don't use list* in
134 defcustom.
135
136 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
137
138 * ediff-diff.el (ediff-exec-process): delete --binary option from
139 non-buffer ediff jobs.
140
141 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
142
143 * hilit-chg.el (highlight-changes-mode): Ask about color or
144 grayscale support, not about window-system.
145
146 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
147 window-system.
148 (ffap-highlight): Always default to t.
149
150 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
151 display-popup-menus-p instead of looking at window-system.
152
153 * disp-table.el (standard-display-g1, standard-display-graphic):
154 Only refuse to use string glyphs on X and MS-Windows.
155
156 * avoid.el: Remove window-system from commentary, suggest to use
157 display-*-p instead.
158
159 * apropos.el (apropos-print): Use display-mouse-p instead of
160 window-system.
161
162 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
163
164 * international/codepage.el (cp-decoding-vector-for-codepage):
165 Fill up unsupported characters with their own codes. From Kenichi
166 Handa.
167
168 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
169
170 * international/mule-diag.el (describe-char-after): Use
171 display-graphic-p instead of window-system, so that this function
172 works on MS-DOS.
173
174 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
175
176 * international/codepage.el (cp-make-coding-systems-for-codepage):
177 Remove the eight-bit-graphic and eight-bit-control charsets from
178 the list of charsets which we convert into `?'.
179
180 2000-05-25 Kenichi Handa <handa@etl.go.jp>
181
182 * international/mule-conf.el: Specify CHARSET-ID explicitely for
183 private charsets.
184 (mule-unicode-0100-24ff, japanese-jisx0213-1,
185 japanese-jisx0213-2): New charsets.
186
187 * international/fontset.el: Setup default fontset for new charsets.
188
189 2000-05-24 Dave Love <fx@gnu.org>
190
191 * info.el (Info-find-node-2): Restructure [following "Vadim
192 S. Solomin" <sovs@uic.nnov.ru>].
193
194 * icomplete.el: Fix header for Finder.
195
196 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
197
198 * rmailout.el (rmail-output-to-rmail-file): Added optional param
199 STAY.
200
201 * rmail.el (rmail-automatic-folder-directives): New user variable.
202 (rmail-show-message): Add call to `rmail-auto-file' during
203 display.
204 (rmail-auto-file): New function.
205
206 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
207
208 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
209 account.
210 (ediff-test-utility,ediff-diff-mandatory-option)
211 (ediff-reset-diff-options): Utilities for proper initialization of
212 ediff-diff-options and ediff-diff3-options on Windows.
213
214 * ediff-init.el (ediff-merge-filename-prefix): New customizable
215 variable.
216
217 * ediff-mult.el (ediff-filegroup-action): Use
218 ediff-merge-filename-prefix.
219
220 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
221
222 * viper-ex.el (ex-write): Set selective display to nil.
223
224 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
225
226 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
227 aliases for hebrew-iso-8bit.
228
229 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
230
231 * woman.el: New version from Francis J. Wright
232 <F.J.Wright@Maths.QMW.ac.uk>.
233 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
234 names in environment variables regardless of the path separator.
235 (woman-topic-all-completions-1): Don't call file-name-directory-p
236 on all files, since woman-file-regexp already filters out any
237 directories.
238
239 2000-05-24 Kenichi Handa <handa@etl.go.jp>
240
241 * international/quail.el (quail-start-translation): Don't change
242 modified-p of the current buffer.
243 (quail-start-conversion): Likewise.
244
245 * international/kkc.el (kkc-region): Don't change modified-p of
246 the current buffer.
247
248 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
249 conform to RFC1468.
250 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
251
252 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
253
254 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
255 (speedbar-insert-button): Invisible text property fix.
256 (speedbar-directory-plus): Renamed from speedbar-directory-+
257 (speedbar-directory-minus): Renamed from speedbar-directory--
258 (speedbar-page-plus): Renamed from speedbar-file-+
259 (speedbar-page-minus): Renamed from speedbar-file--
260 (speedbar-page): Renamed from speedbar-file-
261 (speedbar-tag): Renamed from speedbar-tag-
262 (speedbar-tag-plus): Renamed from speedbar-tag-+
263 (speedbar-tag-minus): Renamed from speedbar-tag--
264 (speedbar-expand-image-button-alist): Use above renames.
265
266 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
267 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
268 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
269 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
270 * sb-pg.xpm: Renamed from sb-file.xpm
271 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
272 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
273
274 2000-05-24 Kenichi Handa <handa@etl.go.jp>
275
276 * international/quail.el (quail-show-guidance-buf): Set
277 current-input-method of the guidance buffer to the name of the
278 curren input method.
279
280 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
281
282 * progmodes/compile.el (compile-internal): Style typo.
283
284 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
285 quote vars and functions in the docstring.
286
287 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
288
289 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
290 Don't quote lambdas.
291
292 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
293
294 2000-05-23 Gerd Moellmann <gerd@gnu.org>
295
296 * startup.el (command-line): Determine source file of compiled
297 user init file differently. Warn if compiled user init file
298 is older than its source file.
299
300 * ffap.el (ffap-url-regexp): Add `https'.
301
302 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
303
304 * files.el (make-backup-file-name-1): Replace slashes with `!'
305 rather than `|' (which is not allowed on Windows). Replace the
306 drive letters with a string "drive_X".
307
308 2000-05-23 Gerd Moellmann <gerd@gnu.org>
309
310 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
311
312 * files.el (interpreter-mode-alist): Add `bash2'.
313
314 2000-05-22 Dave Love <fx@gnu.org>
315
316 * loadhist.el (feature-symbols, file-provides, file-requires): Use
317 mapc.
318 (feature-file): Avoid calling symbol-name. Doc fix.
319 (file-set-intersect, file-dependents): Use dolist, not mapcar.
320 (loadhist-hook-functions): Add mouse-position-function.
321 (unload-feature): Change uses of mapcar.
322
323 * files.el (parse-colon-path): Doc fix.
324 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
325 (set-auto-mode): Use mapc.
326
327 * complete.el (PC-look-for-include-file): Use :alnum: character
328 class.
329 (partial-completion-mode): Add autoload cookie.
330
331 2000-05-22 Sam Steingold <sds@gnu.org>
332
333 * info.el (Info-fontify-node): Fixed the call to
334 `add-text-properties' (bug introduced on 2000-05-18).
335
336 2000-05-22 Dave Love <fx@gnu.org>
337
338 * bindings.el: Remove debug-ignored-errors set in other files.
339
340 * progmodes/etags.el: Add to debug-ignored-errors.
341 (visit-tags-table-buffer): Clear out buffers holding old tables
342 when making a new list.
343 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
344 mapc.
345
346 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
347 quote keywords.
348 (cmpl-string-case-type): Use character classes.
349
350 * comint.el:
351 * textmodes/ispell.el:
352 * imenu.el:
353 * mail/mh-e.el:
354 * progmodes/compile.el: Add to debug-ignored-errors.
355
356 * dabbrev.el: Add to debug-ignored-errors.
357 (dabbrev-completion): Use mapc.
358
359 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
360
361 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
362 (woman-mapcan, woman-parse-man.conf)
363 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
364 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
365 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
366 path syntax better.
367 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
368 (woman-manpath): Call woman-parse-man.conf.
369 (woman-emulation): New defcustom, defaults to nroff.
370 (woman-font-support): New defconst.
371 (woman-use-symbol-font): New defcustom.
372 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
373 "Emulation".
374 Many functions: Doc fix.
375
376 2000-05-22 Kenichi Handa <handa@etl.go.jp>
377
378 * international/quail.el (quail-simple-translation-keymap): Map
379 128..255 to quail-self-insert-command.
380 (quail-keyboard-layout-alist): Add definition for "pc102-de".
381
382 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
383
384 * help.el (help-manyarg-func-alist): Typo.
385
386 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
387 intervals which makes it heaps simpler.
388
389 * newcomment.el (comment-region-internal): Go back to BEG after quoting
390 the nested comment markers.
391
392 * subr.el (remove-hook): Don't turn the hook's value into a list.
393
394 2000-05-21 Dave Love <fx@gnu.org>
395
396 * edmacro.el (edmacro-parse-keys): Return vector if any elements
397 are invalid characters.
398
399 * international/mule-util.el (detect-coding-with-priority): Use
400 mapc. Remove redundant lambda.
401
402 * international/mule-diag.el (list-non-iso-charset-chars)
403 (describe-fontset): Remove redundant lambda.
404
405 * emulation/crisp.el (brief-mode): New alias.
406
407 * emacs-lisp/ring.el (ring-elements): New function.
408
409 * emacs-lisp/easymenu.el (easy-menu-create-menu)
410 (easy-menu-do-add-item): Use keywordp.
411
412 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
413
414 * replace.el: Doc and error message fixes.
415 (replace-highlight): Use facep, not internal-find-face.
416
417 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
418
419 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
420
421 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
422 (log-edit-insert-changelog): Drop `:' as well.
423
424 * log-view.el: Fix file description.
425 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
426 available.
427 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
428 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
429
430 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
431 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
432 Print a status message if the toggle is called interactively.
433 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
434 for global minor modes and use `defcustom' for them.
435 Use add-minor-mode.
436 (easy-mmode-define-derived-mode): Remove.
437 (define-derived-mode): Fancier default docstring.
438 (easy-mmode-define-navigation): Signal an error rather than (ding).
439
440 * newcomment.el (comment-styles): New `box-multi'.
441 (comment-normalize-vars): Better default for comment-continue to
442 avoid whitespace-only continuations.
443 (comment-search-forward): Always move even in the no-syntax case.
444 (comment-padright): Only obey N if it's only obeyed for padleft.
445 (comment-make-extra-lines): Better handling of empty continuations.
446 Use `=' for the filler if comment-start has only one character.
447 (uncomment-region): Try handling the special `=' filler.
448 (comment-region): Allow LINES even if MULTI is nil.
449 (comment-box): Choose box style based on comment-style.
450
451 2000-05-20 Kenichi Handa <handa@etl.go.jp>
452
453 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
454 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
455
456 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
457
458 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
459 and insert, not subst-char-in-region.
460
461 * international/mule-diag.el (list-character-sets-1): Handle
462 charsets eight-bit-control and eight-bit-graphic.
463 (list-iso-charset-chars): Likewise.
464 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
465 charactes as is. Use indent-to to align characters.
466
467 * international/mule-cmds.el (find-multibyte-characters): Never
468 exclude charsets eight-bit-control and eight-bit-graphic.
469
470 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
471
472 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
473 Don't quote lambdas.
474
475 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
476
477 2000-05-19 Gerd Moellmann <gerd@gnu.org>
478
479 * gud.el (gud-jdb-directories): Doc fix.
480
481 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
482
483 * newcomment.el: New file.
484
485 2000-05-19 Gerd Moellmann <gerd@gnu.org>
486
487 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
488
489 2000-05-18 Andreas Schwab <schwab@suse.de>
490
491 * dired.el (dired-between-files): Also skip lines beginning with
492 `used'.
493
494 2000-05-18 Gerd Moellmann <gerd@gnu.org>
495
496 * msb.el (msb-menu-cond): Add choice `user'.
497
498 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
499
500 * ps-print.el: Compatibility, customization and doc fix.
501 (ps-printer-name-option): Replace defconst by defvar.
502 (ps-postscript-code-directory): XEmacs compatibility.
503 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
504 fix.
505 (ps-user-defined-prologue, ps-print-prologue-header)
506 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
507 compatibility and code fix.
508 (ps-print-background-image, ps-print-background-text):
509 Customization fix.
510 (ps-line-number-start, ps-n-up-on): New vars.
511
512 2000-05-18 Espen Skoglund <esk@ira.uka.de>
513
514 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
515 the indent-comment function to just return the appropriate indent.
516
517 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
518
519 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
520 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
521 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
522
523 2000-05-18 Dave Love <fx@gnu.org>
524
525 * info.el (Info-fontify-node): Add intangible property as well as
526 invisible.
527
528 * calendar/appt.el (appt-make-list): Match all lines of entry.
529 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
530
531 2000-05-18 Kenichi Handa <handa@etl.go.jp>
532
533 * international/mule-diag.el (describe-char-after): Call
534 internal-char-font, not char-font. If internal-char-font returns
535 nil, display "-- none --".
536
537 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
538
539 * image.el (image-type-available-p): Don't reference image-types
540 if it isn't bound.
541
542 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
543
544 * autoarg.el (autoarg-mode): Typo in the :set argument.
545
546 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
547
548 * startup.el (command-line-1): Don't signal an error if the
549 directory for auto-save-list files does not yet exist.
550
551 2000-05-17 Kenichi Handa <handa@etl.go.jp>
552
553 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
554
555 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
556
557 * subr.el (remove-hook): `setq' hook-value, not `set'.
558
559 2000-05-16 Sam Steingold <sds@gnu.org>
560
561 * info.el (debug-ignored-errors): More errors to ignore.
562
563 2000-05-16 Dave Love <fx@gnu.org>
564
565 * cus-edit.el: Don't require cl or easymenu.
566 (custom-variable-prompt): Test standard-value property, not
567 user-variable-p.
568
569 2000-05-16 Sam Steingold <sds@gnu.org>
570
571 * subr.el (add-hook): `setq' hook-value, not `set'.
572
573 2000-05-16 Gerd Moellmann <gerd@gnu.org>
574
575 * startup.el (command-line-1): Mention the FAQ in the startup
576 message.
577
578 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
579
580 * progmodes/compile.el (compilation-parse-errors): Collect
581 `nomessage' regexps last.
582
583 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
584
585 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
586 to the function name.
587
588 2000-05-15 Dave Love <fx@gnu.org>
589
590 * speedbar.el (speedbar-recenter): Typo.
591 (speedbar-expand-line): Make arg optional.
592 (speedbar-mode): Avoid a compiler warning.
593
594 2000-05-15 Gerd Moellmann <gerd@gnu.org>
595
596 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
597 user-specified option string is empty.
598
599 * mouse.el (mouse-yank-at-click): Doc fix.
600
601 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
602
603 * term/internal.el (IT-character-translations): More updates of
604 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
605 documents.
606
607 2000-05-15 Gerd Moellmann <gerd@gnu.org>
608
609 * env.el (getenv): New function, interactively callable.
610 (setenv, getenv): Remove autoload cookies.
611
612 * loadup.el: Load `env'.
613
614 * progmodes/f90.el: Change author's mail address.
615
616 2000-05-14 Dave Love <fx@gnu.org>
617
618 * mail/rmail.el (rmail-show-message-hook): Customize and offer
619 goto-addr as an option.
620
621 * help.el (help-xref-stack): Doc fix.
622 (help-xref-following): New variable.
623 (help-make-xrefs): Use it.
624 (help-xref-go-back): Use position information from stack element.
625 (help-follow): Make position in stack element a pair. Use
626 help-xref-following.
627
628 * autoarg.el: New file.
629
630 * faces.el: Declare more functions obsolete.
631
632 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
633 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
634 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
635 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
636 Remove all the setup-...-environment functions.
637
638 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
639
640 * speedbar.el: Updated the commentary section. xemacs20p now uses
641 >= when detecting. Require `defimage' safely.
642 (speedbar-easymenu-definition-base): Add toggle for images.
643 (speedbar-easymenu-definition-special): Add flush cache & expand.
644 (speedbar-visiting-tag-hook): Set new defaults. Added options.
645 (speedbar-reconfigure-keymaps-hook): New variable.
646 (speedbar-frame-parameters): Updated documentation.
647 (speedbar-use-imenu-flag): Updated custom tag
648 (speedbar-dynamic-tags-function-list): New variable.
649 (speedbar-tag-hierarchy-method): Updated doc & custom.
650 (speedbar-indentation-width, speedbar-indentation-width) New
651 variables.
652 (speedbar-hide-button-brackets-flag): Customizable.
653 (speedbar-vc-indicator): Doc update.
654 (speedbar-ignored-path-expressions): Updated default value.
655 (speedbar-supported-extension-expressions): Updated default value.
656 (speedbar-syntax-table): Remove {} paren status.
657 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
658 as "+". Added overlay aliases.
659 (speedbar-mode): Use `speedbar-mode-line-update' instead of
660 `force-mode-line-update'.
661 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
662 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
663 `mouse-set-point'
664 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
665 (speedbar-item-info-tag-helper): Revamped to handle a wider range
666 of arbitrary text, and new helper functions.
667 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
668 filename finder.
669 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
670 (speedbar-directory-buttons): Update path search/expansion.
671 (speedbar-make-tag-line): Pay attention to
672 `speedbar-indentation-width'. Use more care w/ invisible
673 properties.
674 (speedbar-change-expand-button-char): Call
675 `speedbar-insert-image-button-maybe'.
676 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
677 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
678 (speedbar-trim-words-tag-hierarchy)
679 (speedbar-simple-group-tag-hierarchy): New functions
680 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
681 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
682 functions.
683 (speedbar-mouse-set-point): New function
684 (speedbar-power-click): Updated documentation.
685 (speedbar-line-token, speedbar-goto-this-file): Handle more types
686 of tag prefix text.
687 (speedbar-expand-line, speedbar-contract-line): Make more robust
688 to strange text.
689 (speedbar-expand-line): Takes universal argument to flush the
690 cache.
691 (speedbar-flush-expand-line): New function.
692 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
693 Use new generator insertion method.
694 (speedbar-fetch-dynamic-tags): New function.
695 (speedbar-fetch-dynamic-imenu): Removed code now handled in
696 `speedbar-fetch-dynamic-imenu'.
697 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
698 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
699 "Revert Buffer" menu items.
700 (speedbar-buffer-buttons-engine): Be smarter when creating a
701 filename tag (for expansion purposes.).
702 (speedbar-highlight-one-tag-line,
703 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
704 (speedbar-recenter): New functions.
705 (defimage-speedbar): Image loading abstraction.
706 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
707 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
708 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
709 (speedbar-tag-type, speedbar-tag-mail): New images.
710 (speedbar-expand-image-button-alist): New variable.
711 (speedbar-insert-image-button-maybe): Insert an image over some
712 buttons.
713
714 2000-05-13 Kenichi Handa <handa@etl.go.jp>
715
716 * international/mule-cmds.el (encode-coding-char): An ASCII
717 character is always encodable.
718
719 * international/mule-conf.el: Add more information in descriptions
720 of character sets.
721
722 * international/mule-diag.el (describe-char-after): New function.
723 (describe-font-internal): Adjusted for the change of font-info.
724 (describe-font): Likewise.
725 (print-fontset): Rewritten for the new fontset implementation.
726 (describe-fontset): Include fontset alias names in completion.
727 (list-fontsets): Adjusted for the change of print-fontset.
728
729 * simple.el (what-cursor-position): If DETAIL is non-nil, call
730 describe-char-after instead of displaying the detail in the echo
731 area.
732 (syntax-code-table): Format changed.
733 (string-to-syntax): Adjusted for the above change.
734
735 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
736
737 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
738
739 2000-05-12 Dave Love <fx@gnu.org>
740
741 * calendar/todo-mode.el: Remove some compatibility stuff and CL
742 dependence. Use line-{beginning,end}-position, not
743 point-at{b,e}ol. Some doc fixes.
744 (todo-position): New function. Fix callers of position to use it.
745 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
746
747 2000-05-12 Gerd Moellmann <gerd@gnu.org>
748
749 * time.el (display-time-mail-icon): Use `:ascent center'.
750
751 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
752 handling FTP security extensions.
753
754 2000-05-11 Dave Love <fx@gnu.org>
755
756 * calendar/todo-mode.el: New file.
757
758 2000-05-11 Gerd Moellmann <gerd@gnu.org>
759
760 * comint.el (comint-read-input-ring): Move reference to
761 comint-input-ring-size outside of the save-excursion. It was
762 causing the default value to be the only one ever seen.
763
764 * font-lock.el: Update copyright. Remove Simon Marshall's email
765 address on request from him.
766
767 * subr.el (substitute-key-definition): Add comment describing
768 the meaning of PREFIX.
769
770 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
771
772 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
773
774 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
775 (add-minor-mode): Don't make the variable buffer-local and add a
776 reference to define-minor-mode in the docstring.
777
778 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
779 HEADER/FOOTER and fix bug with trailing empty directory.
780 (cvs-append-to-ignore): Use vc-editable-p if available.
781 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
782 (vc-do-command): Tweak advice to handle the new VC.
783
784 * log-view.el (log-view-goto-rev): New function for the new VC.
785 (log-view-minor-wrap): Use mark-active.
786
787 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
788 (log-edit-changelog-full-paragraphs): New var.
789 (log-edit-insert-changelog): Remove a lonely leading `* file'.
790 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
791 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
792 (log-edit-changelog-ours-p, log-edit-changelog-entries)
793 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
794 Replace the `cvs' prefix with `log-edit'.
795
796 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
797
798 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
799 (diff-font-lock-defaults): Explicitly turn off multiline.
800 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
801 (diff-ediff-patch): Fix call to ediff-patch-file.
802 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
803 Handle comments.
804
805 * frame.el (automatic-hscrolling): Typo.
806
807 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
808
809 2000-05-09 Sam Steingold <sds@goems.com>
810
811 * apropos.el (apropos-print): use `describe-face' instead of
812 `customize-face-other-window'.
813
814 2000-05-09 Dave Love <fx@gnu.org>
815
816 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
817
818 * help.el (describe-variable): Have customize button pop the
819 help-xref stack when invoked.
820 (help-xref-symbol-regexp): Add `face'.
821 (help-make-xrefs): Check for quoted face names and adapt regexp
822 submatch numbers to cope.
823 (help-xref-interned): Maybe insert face doc too. Separate
824 sections with a line of hyphens.
825
826 * faces.el: Some doc fixes. Declare some functions obsolete.
827 (describe-face): Add customize button. Return the help
828 text. Fix prompt.
829
830 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
831
832 * term/internal.el (IT-character-translations): Fix last change.
833
834 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * woman.el: New file
837 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
838
839 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
840
841 * term/internal.el (IT-character-translations): Update ASCII
842 simulations for greek-iso8859-7, add latin-iso8859-14 and
843 latin-iso8859-15.
844
845 * international/mule-cmds.el (set-language-info-alist): Call
846 define-prefix-command with 3 arguments, to make the map suitable
847 for a menu.
848
849 2000-05-07 Dave Love <fx@gnu.org>
850
851 * time.el: Small doc fixes from Pavel Janík ml..
852
853 2000-05-05 Dave Love <fx@gnu.org>
854
855 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
856 list in doc string. Don't quote keyword symbols.
857 * emacs-lisp/cl.el: Likewise
858 * emacs-lisp/cl-seq.el: Likewise
859
860 2000-05-05 Gerd Moellmann <gerd@gnu.org>
861
862 * abbrev.el (abbrev-mode): Make ARG optional.
863
864 2000-05-04 Gerd Moellmann <gerd@gnu.org>
865
866 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
867
868 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
869
870 * subr.el (substitute-key-definition): Clarify documentation.
871
872 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
873
874 * glasses.el (glasses-convert-to-unreadable): Use
875 `glasses-separator' instead of the hard-wired "_".
876 (glasses-mode): Call `glasses-make-unreadable' only in a single
877 place.
878
879 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * term/internal.el (cjk-codepages-alist): Add associations for
882 Chinese and Korean codepages. Remove FIXME comment.
883
884 2000-05-03 Dave Love <fx@gnu.org>
885
886 * time.el (display-time-mail-face, display-time-use-mail-icon):
887 New option.
888 (display-time-mail-icon): New variable.
889 (display-time-string-forms): Use the above. Fix the local-map.
890
891 2000-05-03 Gerd Moellmann <gerd@gnu.org>
892
893 * replace.el (query-replace-map): Add binding for `E'.
894 (query-replace-help): Extend help text.
895 (perform-replace): Allow editing the replacement string.
896
897 * make-mode.el (makefile-mode-abbrev-table): New variable.
898 (makefile-mode): Set local abbrev table to
899 makefile-mode-abbrev-table.
900 (makefile-font-lock-keywords): Fontify includes and conditionals.
901
902 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
903 set TOGGLE's value.
904
905 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
906 mail-interactive-insert-alias.
907 (mail-abbrev-complete-alias): New command.
908 (mail-mode-map): Bind it to `M-TAB'.
909
910 2000-05-03 Kenichi Handa <handa@etl.go.jp>
911
912 * language/lao-util.el (lao-compose-region): New function.
913
914 2000-05-02 Gerd Moellmann <gerd@gnu.org>
915
916 * files.el (recover-session): Make directories as necessary
917 if they don't exist yet.
918
919 * calendar/cal-french.el
920 (french-calendar-multibyte-special-days-array)
921 (french-calendar-special-days-array): Change French text.
922 (calendar-french-date-string): Change output.
923 (calendar-goto-french-date): Likewise.
924
925 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
926
927 * wid-edit.el (widget-default-active): Obey `:always-active'.
928 (widget-documentation-string-value-create): Set `:always-active'.
929
930 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
931
932 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
933 default prefix to `~/_emacs.d/auto-save.list/_s'.
934 (normal-top-level): Create the directory for auto-save files, if
935 it doesn't already exist (in the ms-dos case only).
936
937 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * international/mule-cmds.el (set-language-environment): Don't
940 concat an integer (dos-codepage), use format instead.
941
942 2000-05-02 Dave Love <fx@gnu.org>
943
944 * help.el (help-xref-on-pp): Check for constant symbols.
945
946 2000-04-29 Gerd Moellmann <gerd@gnu.org>
947
948 * startup.el (normal-top-level): Put a condition-case around
949 the code loading subdirs.el.
950
951 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
952
953 * ps-print.el: Upside-down and face background color printing,
954 line number step, doc fix.
955 (ps-print-version): New version number (5.2).
956 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
957 (ps-face-attribute-list, ps-plot-with-face): Code fix.
958 (ps-spool-config): Var fix.
959 (ps-printer-name-option): Const fix.
960 (ps-print-upside-down, ps-use-face-background)
961 (ps-line-number-step): New vars.
962 (ps-window-system, ps-lp-system): New consts.
963 (ps-face-background): New fun.
964
965 2000-04-28 Richard Stallman <rms@gnu.org>
966
967 * files.el (make-auto-save-file-name):
968 Apply auto-save-file-name-transforms to visited file name
969 before generating auto save file name.
970 (auto-save-file-name-transforms): New variable.
971
972 * files.el (backup-enable-predicate):
973 Correctly test for a file under a temporary directory.
974
975 2000-04-28 Gerd Moellmann <gerd@gnu.org>
976
977 * subr.el (add-minor-mode): Rewritten.
978
979 2000-04-28 Kenichi Handa <handa@etl.go.jp>
980
981 * mail/sendmail.el (sendmail-send-it): Set
982 buffer-file-coding-system to the selected coding system for MIME
983 header.
984
985 2000-04-27 Gerd Moellmann <gerd@gnu.org>
986
987 * dired.el (dired-move-to-filename-regexp): Allow format where
988 YYYY is followed by two spaces.
989
990 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
991 in the second character class of the regexp.
992
993 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
994 mh-etc, too.
995
996 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
997 nil.
998
999 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1000
1001 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1002 argument.
1003
1004 2000-04-27 Sen Nagata <sen@eccosys.com>
1005
1006 * emacs-lisp/crm.el (crm-completion-table): New variable.
1007 (crm-collection-fn, crm-test-completion)
1008 (completing-read-multiple): Use it.
1009
1010 2000-04-27 Dave Love <fx@gnu.org>
1011
1012 * help.el (locate-library): Use mapc.
1013 (help-manyarg-func-alist): Add call-process-region.
1014
1015 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1016
1017 * subr.el (add-minor-mode): Make argument MAP optional.
1018
1019 * desktop.el (desktop-save): Save list of minor modes.
1020 (desktop-create-buffer): Restore minor modes.
1021 (desktop-minor-mode-table): New user-option.
1022
1023 * subr.el (add-minor-mode): New function.
1024
1025 * image.el (find-image): New function.
1026 (defimage): Rewritten to find image at load time.
1027
1028 * startup.el (normal-top-level-add-to-load-path): Handle
1029 case that the default directory is not in load-path.
1030
1031 * help.el: Old patch from Stefan Monnier.
1032 (help-xref-on-pp): New function.
1033 (describe-variable): Use it to display xrefs in a symbol's value.
1034
1035 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1036
1037 * cus-edit.el (custom-face): Fix parenthesis.
1038
1039 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1040
1041 * mail/rmail.el (rmail-expunge): When there are no deleted
1042 messages, do nothing.
1043
1044 2000-04-26 Dave Love <fx@gnu.org>
1045
1046 * international/mule-cmds.el (locale-translation-file-name):
1047 Defvar to nil.
1048 (set-locale-environment): Set it here (at runtime).
1049
1050 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1051
1052 * replace.el (perform-replace): Add parameters START and END. Use
1053 them instead of the check for a region in Transient Mark mode.
1054 (query-replace-read-args): Return two more list elements for the
1055 start and end of the region in Transient Mark mode.
1056 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1057 (map-query-replace-regexp, replace-string, replace-regexp): Add
1058 optional last arguments START and END and pass them to
1059 perform-replace.
1060
1061 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1062 form with additional arguments for perform-replace.
1063
1064 * progmodes/etags.el (tags-query-replace): Add parameters START
1065 and END. Construct a form with additional arguments for
1066 perform-replace.
1067
1068 * simple.el (shell-command): Set default directory for "*Shell
1069 Command Output" buffer.
1070
1071 * language/european.el (iso-latin-4): Fix typo.
1072
1073 * emacs-lisp/crm.el: New file.
1074
1075 2000-04-24 Dave Love <fx@gnu.org>
1076
1077 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1078 (Custom-reset-saved, Custom-reset-standard)
1079 (custom-group-value-create, custom-group-set, custom-group-save)
1080 (custom-group-reset-current, custom-group-reset-saved)
1081 (custom-group-reset-standard): Use mapc.
1082 (custom-buffer-create-internal): Disable undo when creating items.
1083 Use mapc.
1084 (custom-face): Avoid redundant lambda.
1085
1086 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1087
1088 * startup.el (auto-save-list-file-prefix): Set default to
1089 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1090
1091 2000-04-24 Sam Steingold <sds@gnu.org>
1092
1093 * time-stamp.el (time-stamp-string-preprocess): Always convert
1094 `field-result' to a string.
1095
1096 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1097
1098 * frame.el (scrolling): New group.
1099 (automatic-hscrolling): New user-option.
1100
1101 * startup.el (command-line-x-option-alist): Add `-lsp' and
1102 `--line-spacing'.
1103
1104 2000-04-19 Dave Love <fx@gnu.org>
1105
1106 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1107 (cl-mapc): Rename from mapc. Fix the funcall.
1108
1109 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1110
1111 * simple.el (clone-indirect-buffer-other-window): New command.
1112 (clone-indirect-buffer): Add optional arg NORECROD.
1113 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1114
1115 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1116
1117 * window.el (count-screen-lines): New function.
1118 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1119 instead of window-buffer-height.
1120
1121 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1122 non-existing variable comint-input-sentinel.
1123 (inferior-lisp-args-to-list): Removed.
1124 (inferior-lisp): Use split-string instead of
1125 inferior-lisp-args-to-list.
1126
1127 * hexl.el (hexl-insert-hex-string): New command.
1128
1129 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1130 instead of concat.
1131
1132 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1133
1134 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1135 at the start of an existing but empty folder.
1136
1137 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1138
1139 * ps-mule.el: Customization fix, doc fix.
1140 (ps-multibyte-buffer): Customization fix.
1141
1142 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1143
1144 * subr.el (read-passwd): Use read-char-exclusive.
1145
1146 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1147
1148 * textmodes/texinfo.el (texinfo-insert-@email)
1149 (texinfo-insert-@emph, texinfo-insert-@quotation)
1150 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1151 (texinfo-mode-map): Add key bindings for them.
1152
1153 * files.el (basic-save-buffer-2): Use a template with `$'
1154 instead of `#' for VMS.
1155
1156 * simple.el (clone-indirect-buffer): New function.
1157
1158 2000-04-16 Stephen Eglen <stephen@gnu.org>
1159
1160 * iswitchb.el (iswitchb-case): New function. If the user input
1161 contains any upper-case characters, the search is made
1162 case-sensitive.
1163
1164 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1167 comment-end.
1168 (texinfo-font-lock-syntactic-keywords): New var.
1169 (texinfo-font-lock-keywords): Remove comment regexp.
1170 (texinfo-insert-block): New function.
1171 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1172 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1173 and font-lock-defaults. Use regexp-opt for outline-regexp.
1174 (texinfo-environments): New var.
1175 (texinfo-environment-regexp): Use regexp-opt and
1176 texinfo-environments.
1177
1178 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1179 ispell-process is bound since this might be eval'd before ispell
1180 is loaded.
1181 (ispell-message): Use a tiny bit less magic and a bit more hard
1182 data to figure out what kind of sc-cite-regexp to use.
1183
1184 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1185
1186 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1187 (insert-cyclic-diary-entry): Unquote the lambda.
1188
1189 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1190
1191 * files.el (backup-enable-predicate): Unquote the lambda.
1192
1193 * cus-edit.el (custom-face, face): Unquote the lambda.
1194
1195 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1196
1197 * ps-print.el: Check for line-beginning-position definition.
1198
1199 * ps-print.el: Fix counting lines in a region.
1200 (ps-print-version): New version number (5.1.5).
1201 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1202 (ps-printing-region): Fun code fix.
1203
1204 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1205
1206 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1207 to file-directory-p.
1208
1209 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1210
1211 * gud.el (gud-jdb-build-source-files-list): Check that directory
1212 exists before calling directory-files.
1213
1214 2000-04-13 Dave Love <fx@gnu.org>
1215
1216 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1217 syntax.
1218
1219 * emacs-lisp/cl-specs.el: Remove when, unless.
1220
1221 * emacs-lisp/cl-extra.el: Don't quote keywords.
1222 (cl-old-mapc): New variable.
1223 (mapc): Use it.
1224 (cl-map-intervals): Use with-current-buffer. Don't check for
1225 next-property-change.
1226 (cl-map-overlays): Use with-current-buffer.
1227 (cl-expt): Remove.
1228 (copy-tree, remprop): Define unconditionally.
1229
1230 * emacs-lisp/cl-compat.el (keywordp): Remove.
1231
1232 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1233 to use keywordp.
1234 (edebug-spec): Enable keywordp.
1235
1236 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1237 string-lessp.
1238
1239 * cus-start.el: Use keywordp.
1240
1241 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1242
1243 * diary-lib.el (include-other-diary-files): Fix the fix of
1244 2000-02-18 by doing a save-excursion.
1245
1246 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1247
1248 * ps-print.el: Customization fix, doc fix.
1249 (ps-print-version): New version number (5.1.4).
1250 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1251 (ps-print-preprint): Adjust code.
1252 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1253 (ps-print-prologue-header, ps-print-control-characters)
1254 (ps-spool-config): Customization fix.
1255
1256 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1259 converted to the new menu-item format, names silightly changed,
1260 help strings added.
1261
1262 Support for spelling without async subprocesses:
1263
1264 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1265 (ispell-session-buffer): New variables.
1266 (ispell-start-process, ispell-process-status,
1267 ispell-accept-output, ispell-send-string): New functions, for
1268 Ispell invocation when async subprocesses aren't supported.
1269 (ispell-word, ispell-pdict-save, ispell-command-loop,
1270 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1271 to process-send-string with calls to ispell-send-string, and
1272 accept-process-output with ispell-accept-output.
1273 (ispell-init-process): Call ispell-process-status instead of
1274 process-status with.
1275 (ispell-init-process): Call ispell-start-process. Call
1276 ispell-accept-output and ispell-send-string. Don't call
1277 process-kill-without-query and kill-process if they are unbound.
1278 (ispell-async-processp): New function.
1279
1280 2000-04-12 Dave Love <fx@gnu.org>
1281
1282 * info.el: Add debug-ignored-errors.
1283 (Info-mode-menu): Add some items.
1284 (Info-directory): Add autoload cookie.
1285
1286 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1287 Modify `truncate-lines'. Make `describe-language-environment'
1288 always visible and add help. Modify `describe-key' help. Invoke
1289 Info-directory from `info'. New entry `emacs-manual'.
1290
1291 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1292
1293 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1294 propertized-buffer-identification.
1295 (ebrowse-update-member-buffer-mode-line): Likewise.
1296 (ebrowse--mode-strings): Removed.
1297 (ebrowse--mode-line-props): Removed.
1298
1299 * files.el (auto-mode-alist): Add `EBROWSE'.
1300
1301 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1302 space before testing for end of buffer.
1303 (ebrowse-load): Removed.
1304 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1305 (ebrowse-create-tree-buffer): Rewritten.
1306 (ebrowse-tree-mode): Read tree from buffer.
1307
1308 * progmodes/ebrowse-ffh.el: Removed.
1309
1310 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1311
1312 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1313
1314 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1315
1316 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1317 at the wrong place.
1318
1319 2000-04-09 Dave Love <fx@gnu.org>
1320
1321 * files.el (backup-enable-predicate): Use
1322 temporary-file-directory, small-temporary-file-directory.
1323 (make-backup-file-name-function, backup-directory-alist): New
1324 variables.
1325 (make-backup-file-name-1): New function.
1326 (make-backup-file-name): Use it.
1327 (find-backup-file-name): Likewise. Use format for clarity, not
1328 concat.
1329 (file-newest-backup): Use make-backup-file-name.
1330
1331 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1332
1333 * progmodes/ebrowse-ffh.el: New file.
1334
1335 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1336 to ebrowse-ffh.el.
1337 (ebrowse-load): Add autoload.
1338
1339 * finder.el (finder-commentary): Add autoload cookie.
1340
1341 * mail/rfc2368.el: Correct author's email address.
1342
1343 * progmodes/ebrowse.el: New file.
1344
1345 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1346 item help string.
1347 (easy-menu-do-add-item): Ditto.
1348 (easy-menu-define): Extend doc string.
1349
1350 * jit-lock.el (with-buffer-unmodified): Use
1351 restore-buffer-modified-p.
1352 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1353 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1354 with-buffer-unmodified.
1355
1356 2000-04-08 Dave Love <fx@gnu.org>
1357
1358 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1359 unless, when.
1360
1361 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1362
1363 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1364 (viper-flash-search-pattern): No operation when using Emacs
1365 doesn't support face.
1366 Use `viper-put-on-search-overlay'.
1367
1368 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1369
1370 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1371 like C-r.
1372
1373 * progmodes/make-mode.el: Some doc fixes.
1374 (makefile-mode-abbrev-table): New variable.
1375 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1376 (makefile-font-lock-keywords): Fontify includes and conditionals.
1377 (toplevel): Require `dabbrev' and `add-log' when compiling.
1378
1379 * replace.el (perform-replace): Don't move forward one char
1380 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1381 to do that because it leaves point 1 position after the last
1382 replacement, after everything has been replaced.
1383
1384 * jit-lock.el (with-buffer-unmodified): New macro.
1385 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1386 modified state.
1387 (jit-lock-function-1): Extracted from jit-lock-function; not
1388 preserving buffer's modified state.
1389 (jit-lock-function, jit-lock-stealth-fontify): Call
1390 jit-lock-function-1.
1391
1392 * mail/rfc2368.el: Remove supernumerary copyright line.
1393
1394 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1395
1396 * glasses.el: Provide facilities for inserting space before left
1397 parentheses and uncapitalization of identifiers.
1398 (glasses-mode): Try to remove old overlays in all cases.
1399
1400 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1401
1402 * progmodes/compile.el (compile-internal): Display the compilation
1403 buffer in a different frame, if it's already displayed there.
1404
1405 * mail/rfc2368.el: New file.
1406
1407 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1408 header and insert its value as mail body.
1409
1410 * subr.el (member-ignore-case): New function.
1411
1412 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1413 (dabbrev--find-expansion): Ignore buffers matching a regexp
1414 from dabbrev-ignored-regexps.
1415
1416 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1417 to extensions handled by gzip.
1418
1419 2000-04-03 Richard M. Stallman <rms@gnu.org>
1420
1421 * files.el (insert-directory): List the total free space
1422 along with the used space.
1423
1424 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1425 line is followed by one that matches CITATION-REGEXP, end the
1426 paragraph.
1427
1428 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1429
1430 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1431 (rmail-make-basic-summary-line): Use that option.
1432
1433 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1434
1435 * international/mule-cmds.el (encoded-string-description):
1436 Rewritten. Try pretty description for ISO 2022 escape sequences
1437 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1438 for hexadecimal format.
1439
1440 2000-04-01 Dave Love <fx@gnu.org>
1441
1442 * cpp.el: Change customization group to `c' from `C'.
1443
1444 * vcursor.el (vcursor-move): Use display-color-p.
1445
1446 * international/mule-util.el: Provide mule-utils.
1447 (string-to-sequence): Simplify and speed up.
1448
1449 * international/mule.el (make-coding-system): Purecopy doc-string.
1450
1451 * international/mule-cmds.el: Various menu changes.
1452 (describe-specified-language-support): Handle `Default'.
1453 (set-language-info): Purecopy `info'.
1454
1455 2000-03-31 Andrew Innes <andrewi@gnu.org>
1456
1457 * vc.el (vc-backend-diff): Return the correct status if we had to
1458 retry the rcsdiff command without the --brief option.
1459
1460 2000-03-31 Dave Love <fx@gnu.org>
1461
1462 * help.el (help-manyarg-func-alist): Correct several omissions.
1463
1464 * add-log.el: Don't require cl, fortran.
1465 (add-log-current-defun-function): Doc fix.
1466 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1467 fix.
1468 (change-log-version-rcs): Function deleted.
1469 (change-log-version-number-search): Doc fix. Use
1470 vc-workfile-version. Avoid CL dolist.
1471 (add-change-log-entry): Just call add-log-current-defun to get
1472 defun. Simplify somewhat.
1473 (change-log-get-method-definition-1): Likewise.
1474 (add-log-current-defun): Return nil if calling
1475 add-log-current-defun-function does so. Move Fortran stuff to
1476 fortran.el. Return string without properties.
1477
1478 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1479 and :alpha: char classes.
1480
1481 * mail/supercite.el: Defvar curline when compiling.
1482 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1483 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1484 rather than a-zA-Z0-9 to allow non-ASCII characters.
1485
1486 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1487
1488 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1489
1490 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1491 Re-enable new code.
1492
1493 * lpr.el (print-region-1): Use -d to specify printer name for
1494 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1495
1496 2000-03-31 Dave Love <fx@gnu.org>
1497
1498 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1499 for function definition in symbol's function value slot first
1500 instead of first consulting byte-compile-function-environment.
1501
1502 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1503
1504 * language/european.el ("Polish"): New language environment.
1505 (setup-polish-environment): New function.
1506
1507 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1508
1509 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1510 Disable new code.
1511
1512 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1513 trying to `load' the symbol of an autoload instead of the file
1514 recorded in the autoload. Fix error messages.
1515
1516 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1517
1518 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1519 (ps-print-version): New version number (5.1.3).
1520 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1521 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1522 (ps-generate-postscript-with-faces): Code fix.
1523 (ps-color-values): XEmacs compatibility.
1524 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1525 (ps-default-fg, ps-default-bg): Adjust customization.
1526 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1527 (ps-color-scale): Renaming old ps-color-value fun.
1528 (ps-print-headers): Replace ps-print-header group to avoid conflict
1529 with ps-print-header variable.
1530 (ps-print-miscellany): New group.
1531 (ps-format-color, ps-rgb-color): New funs.
1532 (ps-default-foreground): New var.
1533 (ps-printer-name-option): New const.
1534
1535 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1536
1537 * net/net-utils.el:
1538 (network-connection-host, network-connection-service): New variables
1539 (network-connection-mode): New mode, derived from comint-mode
1540 (network-connection-mode-setup): New function, saves host and
1541 service information in local variables.
1542
1543 * lisp/locate.el:
1544 (locate-word-at-point): Added this function
1545 (locate): Default to using locate-word-at-point as input
1546 Run dired-mode-hook
1547
1548 2000-03-29 Dave Love <fx@gnu.org>
1549
1550 * calendar/appt.el: Doc fixes.
1551 (appt-check): Convert min-to-app to a string before passing to
1552 appt-disp-window-function or concat.
1553 (appt-delete-window): Remove test for frame-root-window.
1554 (appt-select-lowest-window, appt-convert-time): Simplify.
1555
1556 * emacs-lisp/bytecomp.el: Doc fixes.
1557 (byte-compile-file-form-autoload): Update
1558 byte-compile-function-environment.
1559
1560 2000-03-29 Andreas Schwab <schwab@suse.de>
1561
1562 * emacs-lisp/autoload.el: Also print defsubst doc string
1563 specially.
1564
1565 * dired.el (dired-insert-directory): If dired-free-space-program
1566 failed just delete its output.
1567
1568 2000-03-29 Dave Love <fx@gnu.org>
1569
1570 * international/iso-cvt.el: Move provide to end. Doc fixes.
1571 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1572 (iso-iso2sgml, iso-sgml2iso): New functions.
1573 (iso-cvt-define-menu): Fix some entries and use backquote for
1574 clarity.
1575
1576 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1577
1578 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1579
1580 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1581 ISO-DATE. If non-nil, return date in ISO 8601 format.
1582
1583 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1584
1585 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1586 if it ever becomes used.
1587 (log-edit-mode-hook): Default to vc-log-mode-hook.
1588 (log-edit-mode): Fix the docstring.
1589
1590 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1591 the code.
1592
1593 2000-03-26 Dave Love <fx@gnu.org>
1594
1595 * net/browse-url.el (browse-url): Re-fix case of
1596 browse-url-browser-function being an alist.
1597 (browse-url): Add :link to defgroup.
1598
1599 * files.el: Doc fixes.
1600 (file-truename): Include `[' in wildcard characters.
1601 (automount-dir-prefix): Customize.
1602 (find-file-wildcards): Add :version.
1603 (find-file-noselect): Simplify a mapcar call.
1604
1605 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1606 compatible with inf-lisp version.
1607 (eval-defun-1): Fix custom-declare-variable case.
1608
1609 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1610
1611 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1612
1613 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1614
1615 * Makefile (COMPILE_FIRST): New macro.
1616 (compile-files): Compile files from COMPILE_FIRST first.
1617
1618 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1619 code.
1620
1621 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1622 matching open parenthesis in column 0 to defun-prompt-regexp
1623 only if open-paren-in-column-0-is-defun-start is set.
1624
1625 * sun-curs.el: Require CL at compile-time only.
1626
1627 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1628 instead of copy-list which is a function from CL.
1629 (msb--choose-menu, msb--mode-menu-cond)
1630 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1631 (msb--init-file-alist): Use mapcar instead of mapcan.
1632 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1633 `(' in column 0 in doc string.
1634 (msb--add-separators): Use mapcar instead of mapcan.
1635
1636 * cus-dep.el: Require CL at compile-time only.
1637
1638 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1639
1640 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1641 (byte-compile-warnings): New warning `noruntime'.
1642 (byte-compile-constants, byte-compile-variables): Fix docstring.
1643 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1644 execute `eval-whenc-compile's body.
1645 (byte-compile-unresolved-functions): Fix docstring.
1646 (byte-compile-eval): New function.
1647 (byte-compile-callargs-warn): Check if the function will be available
1648 at runtime (via property `byte-compile-noruntime').
1649 (byte-compile-print-syms): New function.
1650 (byte-compile-warn-about-unresolved-functions): Also warn about
1651 `noruntime' functions (and use `byte-compile-print-syms').
1652 (byte-compile-file): Capitalize the message.
1653
1654 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1655
1656 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1657 (rmail-expunge): Ask for confirmation depending on the setting
1658 of rmail-confirm-expunge.
1659
1660 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1661
1662 * Makefile (bootstrap-clean): If $(emacs) exists, build
1663 loaddefs.el first. A loaddefs.el that's not up-to-date might
1664 cause a bootstrap failure because things don't autoload as
1665 expected.
1666
1667 2000-03-23 Dave Love <fx@gnu.org>
1668
1669 * net/browse-url.el: Restore previous use of
1670 browse-url-maybe-new-window.
1671
1672 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1673
1674 * ps-print.el: Skip banner page fix.
1675 (ps-print-version): New version number (5.1.2).
1676 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1677
1678 2000-03-23 Dave Pearson <davep@davep.org>
1679
1680 * net/quickurl.el Changed the type of parameter passed to the
1681 function defined by `quickurl-format-function'. Before only the
1682 text of the URL was passed. Now the whole URL structure is passed
1683 and the function is responsible for extracting the parts it
1684 requires. Changed the default of `quickurl-format-function'
1685 accordingly.
1686 (quickurl-insert): Changed the `funcall' of
1687 `quickurl-format-function' to match the above change.
1688 (quickurl-list-insert): Changed the `url' case so that it makes
1689 use of `quickurl-format-function', previous to this the format was
1690 hard wired.
1691
1692 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1693
1694 * startup.el: Change some spellings for the X Window System.
1695
1696 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1697
1698 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1699 up the code and the regexp and make sure the cursor is temporarily
1700 moved to the suspicious line while querying the user.
1701
1702 2000-03-22 Jason Rumney <jasonr@gnu.org>
1703
1704 * w32-fns.el (w32-charset-info-alist): Initialize.
1705
1706 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1707
1708 * ps-print.el: N-up last page fix.
1709 (ps-print-version): New version number (5.1.1).
1710 (ps-end-file, ps-end-job, ps-generate): Code fix.
1711
1712 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1713
1714 * files.el (find-file-run-dired): Update docstring.
1715 (find-directory-functions): New hook.
1716 (find-file-noselect): Run find-directory-functions rather than
1717 calling dired directly.
1718
1719 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1720
1721 * pcvs.el: Add a minimal leading commentary.
1722 (cvs-make-cvs-buffer): Change the header part by removing the startup
1723 message and adding a `Module' entry. Also replace the FOOTER and
1724 HEADER special fileinfos with the new support in ewoc for updating
1725 its own footer and header.
1726 (cvs-update-header): Update to use the header/footer of the ewoc.
1727 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1728 (cvs-is-within-p): New function.
1729 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1730 to only examine some subset of the buffers.
1731
1732 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1733 `format' instead of our own ad-hoc functions.
1734 Remove HEADER and FOOTER cases, now handled in the EWOC.
1735 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1736
1737 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1738 output to avoid scaring the user.
1739 (cvs-parse-table): Catch message for non-up-to-date commits.
1740
1741 * pcvs-defs.el (cvs-startup-message): Remove.
1742 (cvs-global-menu): New autoloaded menu.
1743
1744 * pcvs-util.el (cvs-string-fill): Remove.
1745
1746 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1747 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1748 PP part of it and also make it work for footers and headers.
1749 (ewoc-create): Drop POS and BUFFER arguments.
1750 Use the DLL's dummy node to store the end-of-footer position.
1751 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1752 (ewoc-refresh): Remove unused `header' variable.
1753 (ewoc-(get|set)-hf): New functions.
1754
1755 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1756 log-view-*-(message|file) and use easy-mmode-define-navigation.
1757 (log-view-message-re): Match SCCS format as well.
1758 And match the revision line rather than the dashed separator line.
1759 (log-view-mode): Use the new define-derived-mode.
1760 (log-view-current-tag): Fill in with an actual implementation.
1761
1762 * cvs-status.el (cvs-status-(prev|next)): Rename from
1763 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1764 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1765 to let the output "breathe" a little more (more readable).
1766 (cvs-status-mode): Use the new define-derived-mode.
1767
1768 * smerge-mode.el (smerge-auto-leave): New function and variable.
1769 (smerge-basic-map): Rename from smerge-basic-keymap.
1770 Change the bindings for smerge-diff-*.
1771 (smerge-*-map): Use easy-mmode-defmap.
1772 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1773 (smerge-keep-*): Use smerge-auto-leave.
1774
1775 2000-03-21 Jason Rumney <jasonr@gnu.org>
1776
1777 * cus-edit.el (custom-button-face): Use 3D look for w32.
1778 (custom-button-pressed-face): Likewise.
1779
1780 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1781
1782 * progmodes/etags.el (tags-case-fold-search): New user-option.
1783 (tags-loop-eval): New function. Bind case-fold-search around eval
1784 depending on the value of tags-case-fold-search.
1785 (tags-loop-continue): Use tags-loop-eval.
1786 (find-tag-in-order): Bind case-fold-search depending on the value
1787 of tags-case-fold-search.
1788
1789 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1790
1791 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1792 (diff-end-of-hunk): Return the end position for use in
1793 `easy-mmode-define-navigation'.
1794 (diff-recenter): Remove.
1795 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1796 of `easy-mmode-define-navigation'.
1797 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1798 previous renaming) and fix to use new names.
1799 (diff-merge-strings): Use \n as separator: simpler, faster.
1800 (diff-mode): Use `define-derived-mode'.
1801
1802 * derived.el (define-derived-mode): Don't autoload anymore.
1803 Prefer the macro-only version provided by easy-mmode.el.
1804
1805 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1806 `easy-mmode-define-derived-mode'.
1807 Use `combine-run-hooks'.
1808 (easy-mmode-define-navigation): New macro.
1809
1810 * subr.el (combine-run-hooks): New function.
1811
1812 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1813
1814 * term/x-win.el: Fontsets related initialization is simplified.
1815
1816 * international/mule-diag.el (describe-font): Don't refer to
1817 global-fontset-alist, instead call font-list.
1818 (describe-fontset, list-fontsets, mule-diag): Likewise.
1819 (print-fontset): Adjusted for the change of fontset
1820 implementation.
1821
1822 * international/fontset.el (x-charset-registries): Variable
1823 removed, instead the corresponding data is stored in the default
1824 fontset.
1825 (register-alternate-fontnames): Function removed.
1826 (resolved-ascii-font): Variable removed.
1827 (x-compose-font-name): Ignore the second argument REDOCE.
1828 (x-complement-fontset-spec): Complement only an ASCII font and
1829 element for those charsets than can use that ASCII font.
1830 (generate-fontset-menu): Don't refer to global-fontset-alist,
1831 instead call fontset-list.
1832 (uninstantiated-fontset-alist): Variable removed.
1833 (x-style-funcs-alist): Likewise.
1834 (fontset-default-styles): Likewise.
1835 (x-modify-font-name): Function removed.
1836 (create-fontset-from-fontset-spec): Ignore the argument
1837 STYLE-VARIANT.
1838 (create-fontset-from-ascii-font): Docsting adjusted for the above
1839 change.
1840 (instantiate-fontset, resolve-fontset-name): Functions removed.
1841 (fontset-list): Now implemented by C code.
1842
1843 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1844 (describe-face): Include `font' attribute in the description.
1845
1846 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1847
1848 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1849
1850 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1851
1852 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1853 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1854 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1855
1856 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1857 about behavior of set-buffer-modified-p wrt redisplay.
1858
1859 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1860
1861 * view.el (view-mode-disable): Kill local binding of view-read-only.
1862
1863 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1864
1865 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1866 is a string, convert it to a syntax cell using string-to-syntax.
1867
1868 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1869 (string-to-syntax): New function.
1870
1871 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1872 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1873 try to use passive ftp mode.
1874
1875 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1876
1877 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1878
1879 * simple.el (append-to-buffer): Update point of windows after
1880 insertion.
1881
1882 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1883 forward then moving backward. Reindent.
1884
1885 * frame.el (other-frame): Call x-focus-frame only if
1886 focus-follows-mouse is off.
1887
1888 2000-03-17 Dave Love <fx@gnu.org>
1889
1890 * pcvs-util.el (cvs-strings->string): Rename
1891 replace-regexps-in-string.
1892
1893 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1894
1895 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1896 regexp for labels cannot span several lines.
1897
1898 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1899 `(setq :<key> ':<key>)' to the macro expansion.
1900
1901 2000-03-16 Dave Love <fx@gnu.org>
1902
1903 * progmodes/f90.el (f90): Put custom group under `languages', not
1904 `fortran'.
1905 (f90-mode-hook): Customize.
1906 (f90-mode): Set add-log-current-defun-function.
1907 (f90-current-defun): New function.
1908
1909 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1910
1911 * cus-edit.el (custom-variable-tag-face): Handle case that
1912 default face's height is not a number.
1913 (custom-face-tag-face, custom-group-tag-face-1)
1914 (custom-group-tag-face): Ditto.
1915 (custom-group-tag-face-1): Add :group.
1916
1917 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1918
1919 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1920
1921 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1922 requiring easymenu.
1923
1924 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1925
1926 * ps-print.el: PostScript user-defined prologue, PostScript error
1927 handler, doc fix.
1928 (ps-print-version): New version number (5.1).
1929 (ps-user-defined-prologue, ps-error-handler-message)
1930 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1931 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1932 (ps-insert-string): New function.
1933
1934 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1935
1936 * international/ccl.el (ccl-compile-expression): Don't generate
1937 invalid self-assignment code.
1938
1939 2000-03-14 Dave Love <fx@gnu.org>
1940
1941 * subr.el (replace-regexp-in-string): Renamed from
1942 replace-regexps-in-string. Doc fix.
1943
1944 2000-03-12 Dave Love <fx@gnu.org>
1945
1946 * cus-edit.el: Doc fixes.
1947 (customize-set-variable, customize-save-variable): Rename args for
1948 doc.
1949 (custom-variable-tag-face, custom-face-tag-face)
1950 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1951 style which user identify as hyperlink.
1952 (hook): Don't add undefined functions to the hook.
1953 (debug-ignored-errors): Transfer message from bindings.el.
1954
1955 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1956
1957 * recentf.el (recentf-keep-non-readable-files-p): Remove
1958 double/nested definition.
1959
1960 2000-03-12 Dave Love <fx@gnu.org>
1961
1962 * facemenu.el (facemenu-get-face): Use display-color-p.
1963 * enriched.el (enriched-decode-foreground): Likewise.
1964 (enriched-decode-background): Likewise.
1965 * isearch.el (isearch-highlight): Likewise.
1966 * info-look.el (info-lookup): Likewise.
1967 * simple.el (completion-setup-function): Likewise.
1968
1969 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1970 :options.
1971
1972 * bindings.el (mode-line-format): Fix line-number and
1973 column-number items. Add help-echo for the background.
1974 (mode-line-mule-info): Modify help-echo.
1975
1976 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1977 defcustom.
1978
1979 * files.el (load-file): Allow completion to .elc.
1980
1981 * man.el: Doc fixes.
1982 (Man-init-defvars): Use display-color-p to set fontification.
1983
1984 * play/hanoi.el (hanoi-internal): Don't use oddp.
1985
1986 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1987
1988 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1989
1990 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1991
1992 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1993
1994 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1995 Fix comment.
1996
1997 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1998
1999 * font-lock.el (font-lock-keywords): Fix the doc now that
2000 regexp-opt-depth is unnecessary.
2001 (save-buffer-state): Set an edebug spec.
2002 (font-lock-fontify-anchored-keywords): Properly handle the case when
2003 the matcher goes past the limit.
2004
2005 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2006 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2007
2008 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2009 dll.el and cookie.el (from Elib) with heavy renaming and other
2010 massaging.
2011
2012 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2013 Autoload the functions used.
2014 (easy-mmode-define-syntax): Fix CL typo.
2015 (easy-mmode-define-derived-mode): Improve the docstring generation.
2016
2017 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2018
2019 * textmodes/texinfo.el (texinfo-version): Variable and function
2020 removed.
2021
2022 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2023
2024 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2025 allow more flexibility.
2026 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2027 fns.
2028 (easy-mmode-defmap, easy-mmode-defsyntax)
2029 (easy-mmode-define-derived-mode): New macros.
2030
2031 2000-03-09 Didier Verna <didier@xemacs.org>
2032
2033 * rect.el (replace-rectangle): New function.
2034
2035 2000-03-09 Dave Love <fx@gnu.org>
2036
2037 * progmodes/fortran.el (fortran-comment-line-start): Define as
2038 "C".
2039 (fortran-comment-line-start-skip): Don't match cpp stuff.
2040 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2041 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2042 (fortran-mode): Don't set fortran-comment-line-start-skip,
2043 fortran-comment-line-start here. Set comment-start,
2044 add-log-current-defun.
2045 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2046 (fortran-current-defun): New function.
2047
2048 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2049
2050 * emacs-lisp/re-builder.el: New file.
2051
2052 * mouse.el (mouse-drag-region): Don't run up-event handler
2053 if hscroll has changed.
2054
2055 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2056 builtin operators, use `font-lock-builtin-face' for Emacs and
2057 `font-lock-preprocessor-face' otherwise.
2058
2059 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2060 `(defun (setf foo)' differently.
2061
2062 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2065 (regexp-opt): Update comment and adapt the code the new meaning of
2066 the `paren' argument of regex-opt-group for shy-groups.
2067 (regexp-opt-depth): Handle shy groups as well as backslashed
2068 backslashes.
2069 (regexp-opt-group): Turn the leading comment into a docstring.
2070 Allow `paren' to be a string (the string to use to open a group).
2071 Remove open-presuf and close-presuf. Instead of checking for `all
2072 one-char' and then later on check for `several one-char', handle
2073 both cases close together. Also apply a more generic algorithm
2074 for suffixes (the mirror image of the algorithm used for
2075 prefixes). Use shy-groups. Use nreverse rather than reverse.
2076 (regexp-opt-try-suffix): Removed.
2077
2078 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2079 from comint-mode-map, so we can just inherit from it. Also, move
2080 the initialization into the `defvar' since there's no docstring
2081 anyway and it's fairly short.
2082 (inferior-scheme-mode): Define it as derived-mode: the code is
2083 shorter and this way we inherit from comint-mode-map rather than
2084 copying it.
2085
2086 * subr.el (replace-regexps-in-string): Properly handle the case
2087 where we match an empty string.
2088
2089 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2090 when the command has a directory component (such as "./testml").
2091 Also fix a typo in the comment.
2092
2093 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2094
2095 * Makefile (compile-files): Compile files one by one because
2096 that's the only way to ensure a clean compilation environment for
2097 each individual file.
2098
2099 * frame.el (other-frame): Call x-focus-frame.
2100
2101 2000-03-07 Dave Love <fx@gnu.org>
2102
2103 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2104 :require to defcustom.
2105
2106 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2107 lists.
2108
2109 * files.el (auto-mode-alist): Add configure.in.
2110
2111 * progmodes/autoconf.el: New file.
2112
2113 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2114
2115 * mail/mh-e.el: Change maintainer to `none'.
2116
2117 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2118 to remove-hook and add-hook.
2119
2120 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2121
2122 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2123 it as the default.
2124 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2125 (sendmail-send-it): Conditionally add MIME headers specifying the
2126 used character set.
2127
2128 2000-03-07 Dave Love <fx@gnu.org>
2129
2130 * winner.el: Fix keywords, autoload cookies. Split
2131 eval-when-compile form to avoid compilation failure.
2132
2133 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2134
2135 * international/mule.el: Modify comment about coding system
2136 property `coding-category'.
2137 (make-coding-system): New argument EOL-TYPE. Pay attention to
2138 coding-category property of PROPERTIES.
2139
2140 * international/mule-conf.el (coding-category-utf-8,
2141 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2142 categories. Include them in the argument for set-coding-priority.
2143
2144 * international/mule-cmds.el (reset-language-environment): Include
2145 coding-category-utf-8, coding-category-utf-16-be, and
2146 coding-category-utf-16-le in the argument for set-coding-priority.
2147 (reset-language-environment): Initialize coding-category-utf-8,
2148 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2149
2150 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2151
2152 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2153 code abstracted out of `bookmark-jump-noselect'. Now tries info
2154 extensions as well as compression extensions.
2155 (bookmark-jump-noselect): Use above new func.
2156
2157 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2158
2159 * strokes.el: Change maintainer's mail address.
2160
2161 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2162
2163 * international/mule-diag.el (list-character-sets): Make help-echo
2164 string by substitute-command-keys.
2165 (list-character-sets): Likewise.
2166 (sort-listed-character-sets): Call help-setup-xref.
2167
2168 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2169
2170 * time.el (display-time-mail-file): Add `none' to the list of
2171 choices.
2172
2173 2000-03-01 Dave Love <fx@gnu.org>
2174
2175 * help.el (help-xref-go-back): Don't try to set position.
2176
2177 * international/mule-diag.el (list-character-sets): Call
2178 help-setup-xref. Add help-echo to xrefs.
2179 (list-character-sets-1): Add help-echo to xrefs.
2180
2181 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2182
2183 * frame.el (blink-cursor-mode): Switch cursor on when turning
2184 the mode off.
2185
2186 * add-log.el (add-log-current-defun): Add support for
2187 Autoconf mode.
2188
2189 * mail/rmail.el (rmail-quit-hook): New variable.
2190
2191 2000-03-01 Dave Love <fx@gnu.org>
2192
2193 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2194
2195 * help.el (help-xref-button): Add help-echo arg.
2196 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2197
2198 * faces.el (list-faces-display): Supply help-echo with
2199 help-make-xrefs.
2200
2201 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2202 nil.
2203
2204 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2205
2206 * image.el (defimage): Look for image files in load-path.
2207
2208 * frame.el (busy-cursor-delay-seconds): Change type to
2209 `number'.
2210
2211 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2212
2213 * recentf.el (recentf): Added version tag to the defgroup of
2214 recentf.
2215
2216 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2217
2218 * recentf.el (recentf-cleanup): Changed to remove excluded file
2219 too.
2220 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2221 action to select/unselect a file.
2222 (recentf-edit-list): Code cleanup and improvement.
2223 (recentf-open-more-files-action): `recentf-open-more-files' button
2224 widget action to open a file.
2225 (recentf-open-more-files): No more use standard completion but
2226 widgets.
2227 (recentf-more-collection): Deleted.
2228 (recentf-more-history): Deleted.
2229 (recentf-setup-more-completion): Deleted.
2230
2231 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2232
2233 * recentf.el (recentf-mode): No more needs that Emacs is running
2234 under a window-system.
2235
2236 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2237
2238 * recentf.el (recentf-edit-list): New command to edit the recent
2239 list which allow the user to remove files.
2240 (recentf-edit-selected-items): New global variable, used by
2241 `recentf-edit-list' to hold the list of files to be removed from
2242 the recent list.
2243 (recentf-make-menu-items): Updated to display a "Edit list..."
2244 menu item. Minor code cleanup.
2245
2246 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2247
2248 * recentf.el (recentf-open-more-files): New command to open files
2249 that are not displayed in the menu.
2250 (recentf-more-collection): New global variable holding the set of
2251 permissible completions used by `recentf-open-more-files'.
2252 (recentf-more-history): New global variable holding the history list
2253 used by `recentf-open-more-files' completion.
2254 (recentf-setup-more-completion): New function to setup completion for
2255 `recentf-open-more-files'.
2256 (recentf-make-menu-items): Updated to display a "More..." menu item.
2257
2258 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2259
2260 * recentf.el (recentf-menu-action): Doc fixed.
2261
2262 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2263
2264 * recentf.el (recentf-menu-filter): Doc updated.
2265 (recentf-update-menu-hook): Allow menu filters to force menu update.
2266 (recentf-make-menu-items): New menu filter handling.
2267 (recentf-make-menu-item): New helper function.
2268 (recentf-menu-elements): New menu handling function.
2269 (recentf-sort-ascending): Updated to new menu filter handling.
2270 (recentf-sort-descending): Updated to new menu filter handling.
2271 (recentf-sort-basenames-ascending): New menu filter function.
2272 (recentf-sort-basenames-descending): New menu filter function.
2273 (recentf-show-basenames): New menu filter function.
2274 (recentf-show-basenames-ascending): New menu filter function.
2275 (recentf-show-basenames-descending): New menu filter function.
2276
2277 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2278
2279 * diary-lib.el (list-diary-entries): Don't try to go forward at
2280 the end of the buffer.
2281
2282 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2283
2284 * international/mule-diag.el (list-character-sets): Completely
2285 rewritten.
2286 (sort-listed-character-sets): New function.
2287 (list-character-sets-1): Completely rewritten.
2288 (list-character-sets-2): New function.
2289 (non-iso-charset-alist): New variable.
2290 (decode-codepage-char): New function.
2291 (charset-history): New variable.
2292 (read-charset) (list-block-of-chars)
2293 (list-iso-charset-chars)
2294 (list-non-iso-charset-chars)
2295 (list-charset-chars): New functions.
2296 (mule-diag): Call list-character-sets-2, not
2297 list-character-sets-2.
2298 (dump-charsets): Likewise.
2299
2300 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2301
2302 * dired-x.el (dired-filename-at-point): Add `@' to valid
2303 file name characters.
2304 (dired-filename-at-point): Handle ange-ftp file names.
2305
2306 * frame.el (frame-notice-user-settings): Use assq-delete-all
2307 instead of assoc-delete-all.
2308 (frame-notice-user-settings): Ditto.
2309
2310 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2311 Don't copy alist.
2312
2313 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2314
2315 * calculator.el (calculator-use-menu): New option.
2316 (calculator-initial-bindings): Changed some bindings to work as
2317 macros.
2318 (calculator-forced-input): Removed.
2319 (calculator-restart-other-mode): New variable.
2320 (calculator-mode-map): Set up menu.
2321
2322 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2323
2324 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2325 tags.
2326
2327 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2328
2329 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2330 translate all ESC key sequences.
2331 (viper-goto-mark-subr): restore markers for files for which
2332 they were saved.
2333 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2334 * viper-util.el (viper-set-replace-overlay-glyphs,
2335 viper-set-replace-overlay): always check if the replacement
2336 overlay is live.
2337 * viper.el (viper-vi-state-mode-list): added major modes.
2338 * ediff-wind.el: minor comment changes.
2339 * ediff.el: copyright notice date fix.
2340
2341 2000-02-27 Jason Rumney <jasonr@gnu.org>
2342
2343 * faces.el (face-font-family-alternatives): Add arial to helv.
2344 (mode-line, header-line, tool-bar): Same default as x for w32.
2345 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2346 face-font-family-alternatives from working.
2347 * term/w32-win.el (mouse-set-font): Do not build fontset from
2348 chosen font.
2349
2350 2000-02-25 Sam Steingold <sds@goems.com>
2351
2352 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2353 properly.
2354
2355 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2356
2357 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2358
2359 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2360
2361 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2362 writable.
2363
2364 * frame.el (busy-cursor-delay-seconds): New option.
2365
2366 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2367
2368 * frame.el (show-cursor-in-non-selected-windows): New option.
2369
2370 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2371
2372 * diary-lib.el (include-other-diary-files): Undo the selective
2373 display in any included file and don't kill it.
2374
2375 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2376
2377 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2378 bar. Menu items converted to (menu-item format, help strings
2379 added.
2380 [downcase, upcase]: Don't enable on MS-DOS.
2381 [symlink, symlinks]: Don't show if make-symbolic-link is not
2382 bound.
2383 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2384
2385 2000-02-23 Dave Love <fx@gnu.org>
2386
2387 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2388 (backward-kill-word): Revert addition of * to interactive spec --
2389 it's a feature.
2390
2391 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2392 (backward-kill-sentence, kill-sentence): Likewise.
2393
2394 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2395 scratch buffer name.
2396 (gud-format-command): Use int-to-string in ?l case. Simplify
2397 slightly.
2398
2399 * term/w32-win.el (internal-face-interactive): Update prompt for
2400 new read-face-name.
2401
2402 * mail/footnote.el (footnote): Add :version to defgroup.
2403 (footnote-section-tag-regexp): Customize.
2404 (footnote-start-tag, footnote-end-tag): New option.
2405 (footnote-latin-regexp): New variable.
2406 (Footnote-latin): New function.
2407 (footnote-style-alist): Add element for latin style.
2408 (footnote-style): Moved.
2409 (Footnote-goto-footnote): Use eq to test arg.
2410
2411 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2412
2413 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2414 (byte-compile-trueconstp): Include keywords.
2415 (byte-optimize-quote, byte-optimize-lapcode): Use
2416 byte-compile-const-symbol-p.
2417 (byte-optimize-char-before): New optimization.
2418
2419 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2420 (byte-compile-const-symbol-p): New function.
2421 (byte-compile-constp, byte-compile-out-toplevel)
2422 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2423 Use it.
2424
2425 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2426
2427 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2428
2429 * international/encoded-kb.el: Be sure to update minor-mode-alist
2430 and minor-mode-map-alist.
2431 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2432 codes SS2 and SS3 correctly.
2433 (encoded-kbd-self-insert-ccl): New function.
2434 (encoded-kbd-setup-keymap): New function.
2435 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2436 by calling encoded-kbd-setup-keymap.
2437
2438 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2439 characters.
2440 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2441 locally.
2442
2443 2000-02-22 Dave Love <fx@gnu.org>
2444
2445 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2446 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2447 defvar.
2448 (lisp-mode-syntax-table): Set up for #|...|# comments.
2449 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2450 classes. Match `defface'.
2451 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2452 (eval-defun-1): Fix for defcustom.
2453 (lisp-indent-region): Doc fix.
2454
2455 * subr.el (when, unless, split-string): Doc fix.
2456 (read-passwd): Move call of clear-this-command-keys to the right
2457 place.
2458 (replace-regexps-in-string): New function.
2459
2460 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2461
2462 * help.el (describe-variable): Set syntax table to
2463 emacs-lisp-mode-syntax-table when moving forward over the
2464 symbol's name.
2465
2466 2000-02-22 Dave Love <fx@gnu.org>
2467
2468 * xt-mouse.el: Doc fixes.
2469 (xterm-mouse-position-function): New function, replacing advice of
2470 mouse-position.
2471 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2472
2473 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2474
2475 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2476
2477 * format.el (format-annotate-single-property-change): Handle
2478 properties.with dotted-list values.
2479 (format-proper-list-p): New function.
2480
2481 * enriched.el (enriched-face-ans): Handle '(foreground-color
2482 . COLOR) and (background-color . COLOR).
2483
2484 2000-02-20 Dave Love <fx@gnu.org>
2485
2486 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2487 and assignments to it.
2488 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2489 current local map.
2490 (make-flyspell-overlay): Use it.
2491 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2492
2493 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2494 (lm-get-header-re): Defun, not defsubst.
2495 (lm-get-package-name): Defun, not defsubst. Simplify.
2496 (lm-version): Doc fix. Simplify.
2497 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2498 (lm-crack-address, lm-last-modified-date, lm-commentary)
2499 (lm-verify, lm-synopsis): Simplify.
2500 (lm-report-bug): Require emacsbug. Use compose-mail.
2501
2502 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2503
2504 * dired.el (dired-mode): Call propertized-buffer-identification
2505 to set mode-line-buffer-identification to something having
2506 the right text properties.
2507
2508 * bindings.el (propertized-buffer-identification): New function.
2509
2510 2000-02-20 Dave Love <fx@gnu.org>
2511
2512 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2513 check for t-mouse too.
2514
2515 * cus-start.el: Make echo-keystrokes `number'.
2516
2517 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2520 Don't call ring-empty-p unless tags-location-ring is bound.
2521 From Noah Friedman <friedman@splode.com>.
2522
2523 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2524
2525 * progmodes/hideshow.el (hs-flag-region): No longer use
2526 `intangible' overlay property.
2527
2528 (hs-toggle-hiding): New command.
2529 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2530
2531 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2532 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2533 and deactivation.
2534
2535 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2536
2537 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2538
2539 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2540
2541 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2542
2543 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2544 of `*' to handle `(* ... *)' comments.
2545
2546 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2547
2548 * faces.el (list-faces-display): Use display-mouse-p instead of
2549 window-system.
2550
2551 * menu-bar.el (global-map): Menu-bar items converted to the new
2552 format (menu-item..., rearranged for better CUA compliance, and
2553 their names changed for better clarity. Help strings added.
2554
2555 * international/mule-cmds.el (mule-menu-keymap)
2556 (describe-language-environment-map, set-coding-system-map)
2557 (setup-language-environment-map): Convert to new (menu-item...
2558 form, add help strings. Change names of menu items for better
2559 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2560 submenu).
2561
2562 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2563
2564 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2565 within the code.
2566
2567 2000-02-16 Dave Love <fx@gnu.org>
2568
2569 * faces.el: Don't require custom. Add more specific :groups to
2570 various deffaces.
2571 (set-face-attribute): Purecopy args.
2572 (read-face-name): Default to name at point and use it in prompt.
2573 Remove colon from arg in all callers.
2574 (list-faces-display): Hyperlink to face descriptions and customize
2575 buffers.
2576
2577 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2578
2579 * wid-edit.el (widget-match-inline): An atom never matches a
2580 list.
2581
2582 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2583
2584 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2585 at ':' characters by call to split-string.
2586
2587 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2588
2589 * textmodes/bibtex.el: Added RCS version identification.
2590
2591 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2592
2593 * textmodes/bibtex.el: Some temporary comments removed.
2594 (bibtex-field-name, bibtex-entry-type): Made the relationship
2595 explicit.
2596 (bibtex-field-const): Allow capital letters.
2597 (bibtex-start-of-string): Deleted because unused.
2598
2599 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2600 use the term 'reference' to describe a bibtex entry as a whole.
2601 Further, reference keys are no longer called 'labels'.
2602 (bibtex-keys): Renamed to bibtex-reference-keys.
2603 (bibtex-reformat-previous-labels): Renamed to
2604 bibtex-reformat-previous-reference-keys.
2605 (bibtex-reference-type): Renamed to bibtex-entry-type.
2606 (bibtex-reference-head): Renamed to bibtex-entry-head.
2607 (bibtex-reference-maybe-empty-head): Renamed to
2608 bibtex-entry-maybe-empty-head.
2609 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2610 (bibtex-search-reference): Renamed to bibtex-search-entry.
2611 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2612 bibtex-enclosing-entry-maybe-empty-head.
2613 (bibtex-entry-field-alist, bibtex-entry-head,
2614 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2615 bibtex-map-entries, bibtex-search-entry,
2616 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2617 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2618 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2619 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2620 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2621 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2622 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2623
2624 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2625
2626 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2627 comment.
2628 (bibtex-format-field-delimiters): New function, functionality
2629 extracted from bibtex-format-entry.
2630 (bibtex-autokey-get-yearfield-digits): New function, functionality
2631 extracted from bibtex-autokey-get-yearfield.
2632
2633 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2634 entries in order to avoid stack overflow in the regexp matcher if
2635 field contents become large.
2636 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2637 bibtex-field-string-part-not-braced,
2638 bibtex-field-string-part-no-inner-braces,
2639 bibtex-field-string-part-1-inner-brace,
2640 bibtex-field-string-part-2-inner-braces,
2641 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2642 bibtex-field-string-quoted, bibtex-field-string,
2643 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2644 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2645 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2646 as parsing is now performed by the following functions.
2647 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2648 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2649 bibtex-parse-field-string, bibtex-search-forward-field-string,
2650 bibtex-parse-association, bibtex-field-name-for-parsing,
2651 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2652 bibtex-search-forward-field, bibtex-search-backward-field,
2653 bibtex-start-of-field, bibtex-end-of-field,
2654 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2655 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2656 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2657 bibtex-parse-string, bibtex-search-forward-string,
2658 bibtex-search-backward-string, bibtex-start-of-string,
2659 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2660 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2661 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2662 entries. Instead of reporting the results of the parsing by
2663 match-beginning or match-end, these functions return data structures
2664 that hold the corresponding positions.
2665 (bibtex-enclosing-field): Changed to also report field boundaries by
2666 return values rather than by match-beginning or match-end. The
2667 following functions have been adapted to use the new parsing
2668 functions.
2669 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2670 bibtex-enclosing-field, bibtex-format-entry,
2671 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2672 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2673 bibtex-print-help-message, bibtex-end-of-entry,
2674 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2675 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2676 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2677 method for parsing.
2678 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2679 bibtex-map-entries, bibtex-flash-head,
2680 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2681 bibtex-autokey-change, bibtex-autokey-get-namefield,
2682 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2683 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2684 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2685 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2686 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2687 order to make the new binding of case-fold-search immediately
2688 visible.
2689
2690 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2691
2692 * textmodes/bibtex.el: Copyright notice is up to date.
2693 Added constant 'bibtex-maintainer-salutation.
2694
2695 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2696 than make-temp-name, use match-string-no-properties and eliminate
2697 a quadratic behavior when building bibtex-strings.
2698
2699 * bibtex.el (bibtex-reference-key): Accept string entries whose
2700 reference key contains upper case letters.
2701
2702 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2703
2704 * bibtex.el (bibtex-reference-head): Allow entries to start with
2705 a new line.
2706
2707 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2708
2709 * bibtex.el: Hiding of entry bodies is not longer provided by
2710 bibtex.el directly. Instead the hideshow package can be used.
2711 Added a special bibtex entry to hs-special-modes-alist.
2712 (bibtex-hs-forward-sexp): Added for hideshow.el.
2713
2714 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2715
2716 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2717 at ':' characters by call to split-string.
2718
2719 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2720
2721 * textmodes/bibtex.el: Added RCS version identification.
2722
2723 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2724
2725 * textmodes/bibtex.el: Some temporary comments removed.
2726 (bibtex-field-name, bibtex-entry-type): Made the relationship
2727 explicit.
2728 (bibtex-field-const): Allow capital letters.
2729 (bibtex-start-of-string): Deleted because unused.
2730
2731 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2732 use the term 'reference' to describe a bibtex entry as a whole.
2733 Further, reference keys are no longer called 'labels'.
2734 (bibtex-keys): Renamed to bibtex-reference-keys.
2735 (bibtex-reformat-previous-labels): Renamed to
2736 bibtex-reformat-previous-reference-keys.
2737 (bibtex-reference-type): Renamed to bibtex-entry-type.
2738 (bibtex-reference-head): Renamed to bibtex-entry-head.
2739 (bibtex-reference-maybe-empty-head): Renamed to
2740 bibtex-entry-maybe-empty-head.
2741 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2742 (bibtex-search-reference): Renamed to bibtex-search-entry.
2743 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2744 bibtex-enclosing-entry-maybe-empty-head.
2745 (bibtex-entry-field-alist, bibtex-entry-head,
2746 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2747 bibtex-map-entries, bibtex-search-entry,
2748 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2749 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2750 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2751 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2752 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2753 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2754 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2755
2756 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2757
2758 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2759 comment.
2760 (bibtex-format-field-delimiters): New function, functionality
2761 extracted from bibtex-format-entry.
2762 (bibtex-autokey-get-yearfield-digits): New function, functionality
2763 extracted from bibtex-autokey-get-yearfield.
2764
2765 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2766 entries in order to avoid stack overflow in the regexp matcher if
2767 field contents become large.
2768 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2769 bibtex-field-string-part-not-braced,
2770 bibtex-field-string-part-no-inner-braces,
2771 bibtex-field-string-part-1-inner-brace,
2772 bibtex-field-string-part-2-inner-braces,
2773 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2774 bibtex-field-string-quoted, bibtex-field-string,
2775 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2776 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2777 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2778 as parsing is now performed by the following functions.
2779 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2780 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2781 bibtex-parse-field-string, bibtex-search-forward-field-string,
2782 bibtex-parse-association, bibtex-field-name-for-parsing,
2783 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2784 bibtex-search-forward-field, bibtex-search-backward-field,
2785 bibtex-start-of-field, bibtex-end-of-field,
2786 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2787 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2788 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2789 bibtex-parse-string, bibtex-search-forward-string,
2790 bibtex-search-backward-string, bibtex-start-of-string,
2791 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2792 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2793 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2794 entries. Instead of reporting the results of the parsing by
2795 match-beginning or match-end, these functions return data structures
2796 that hold the corresponding positions.
2797 (bibtex-enclosing-field): Changed to also report field boundaries by
2798 return values rather than by match-beginning or match-end. The
2799 following functions have been adapted to use the new parsing
2800 functions.
2801 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2802 bibtex-enclosing-field, bibtex-format-entry,
2803 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2804 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2805 bibtex-print-help-message, bibtex-end-of-entry,
2806 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2807 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2808 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2809 method for parsing.
2810 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2811 bibtex-map-entries, bibtex-flash-head,
2812 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2813 bibtex-autokey-change, bibtex-autokey-get-namefield,
2814 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2815 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2816 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2817 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2818 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2819 order to make the new binding of case-fold-search immediately
2820 visible.
2821
2822 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2823
2824 * textmodes/bibtex.el: Copyright notice is up to date.
2825 Added constant 'bibtex-maintainer-salutation.
2826
2827 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2828 than make-temp-name, use match-string-no-properties and eliminate
2829 a quadratic behavior when building bibtex-strings.
2830
2831 * bibtex.el (bibtex-reference-key): Accept string entries whose
2832 reference key contains upper case letters.
2833
2834 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2835
2836 * bibtex.el (bibtex-reference-head): Allow entries to start with
2837 a new line.
2838
2839 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2840
2841 * bibtex.el: Hiding of entry bodies is not longer provided by
2842 bibtex.el directly. Instead the hideshow package can be used.
2843 Added a special bibtex entry to hs-special-modes-alist.
2844 (bibtex-hs-forward-sexp): Added for hideshow.el.
2845
2846 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2847
2848 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2849 proceedings entry type (for cross referencing). Thanks to Wagner
2850 Toledo Correa for the suggestion.
2851
2852 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2853
2854 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2855
2856 * international/characters.el: Setup case table for Vietnamese.
2857
2858 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2859
2860 * uniquify.el (toplevel): Require CL at compile time.
2861 (uniquify-push): Removed.
2862
2863 * shadowfile.el (shadow-when): Removed.
2864
2865 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2866 (tempo-process-and-insert-string): Use dolist instead of
2867 tempo-dolist.
2868
2869 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2870 regexp for paragraph-start.
2871
2872 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2873 commas as well.
2874
2875 2000-02-10 Dave Love <fx@gnu.org>
2876
2877 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2878 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2879 Deleted.
2880 (widget-specify-field, widget-specify-button): Don't use
2881 widget-mouse-help as help-echo property.
2882 (default): Use #'ignore for :validate and :mouse-down-action.
2883 (checkbox): Add help-echo.
2884 (widget-sexp-validate): Rewritten to clarify error messages.
2885 (character): Use char-valid-p in :match function.
2886 (widget-color-complete): Use facemenu-color-alist.
2887 (widget-color-action): Use facemenu-read-color.
2888
2889 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2890 set up `caar' &c that we now have.
2891
2892 2000-02-09 Ray Blaak <blaak@gnu.org>
2893
2894 * delphi.el: Make resourcestring a declaration region, like const
2895 and var.
2896
2897 2000-02-09 Dave Love <fx@gnu.org>
2898
2899 * bindings.el (mode-line-input-method-map): New variable.
2900 (mode-line-mule-info): Use it; fix last change.
2901 (mode-line-mode-menu): Move definition.
2902 (mode-line-mouse-sensitive-p): Deleted.
2903 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2904 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2905 level.
2906
2907 * startup.el (command-line-1): Don't call
2908 make-mode-line-mouse-sensitive.
2909
2910 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2911
2912 * mail/rmail.el (rmail-retry-failure): Use
2913 rmail-beginning-of-message before rmail-toggle-header, because the
2914 former toggles headers.
2915
2916 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * diff-mode.el (diff-kill-junk): New interactive function.
2919 (diff-reverse-direction): Use delete-and-extract-region.
2920 (diff-post-command-hook): Restrict the area so that the hook also works
2921 outside of any diff hunk. This is necessary for the minor-mode.
2922 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2923 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2924
2925 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2926 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2927 so that it can be used more easily in <foo>-mode-hook. Also make sure
2928 to avoid duplicate entries.
2929 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2930 (font-lock-remove-keywords): Just as was done for `add', allow it to
2931 work even if font-lock-mode is nil. Also make sure we don't modify
2932 any pre-existing list by forcing a copy-sequence. Finally rename
2933 `major-mode' to `mode'.
2934 (font-lock-fontify-syntactic-anchored-keywords)
2935 (font-lock-fontify-anchored-keywords)
2936 (font-lock-fontify-keywords-region): Use line-end-position.
2937 Don't make `font-lock-multiline' local (it's now done in
2938 font-lock-set-defaults).
2939 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2940 move the `font-lock-fontified' creation to inside the `unless'.
2941
2942 2000-02-06 Andrew Innes <andrewi@gnu.org>
2943
2944 * term/w32-win.el (x-handle-args): Comment out call to message,
2945 which occurs before window system is initialized.
2946
2947 * makefile.nt: Add support for recompiling lisp code.
2948
2949 2000-02-04 Dave Love <fx@gnu.org>
2950
2951 * bindings.el (mode-line-mule-info): Fix/extend last change.
2952
2953 * completion.el: Replace completion-dolist with dolist.
2954
2955 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2956 dotimes.
2957
2958 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2959
2960 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2961 environment names before they go into the section regexp.
2962
2963 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2964 char class in regexp.
2965
2966 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2967 `case-fold-search' to nil.
2968
2969 * progmodes/idlwave.el (idlwave-template): Respect
2970 `idlwave-abbrev-change-case'.
2971 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2972 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2973 idlwave-while): respect `idlwave-reserved-word-upcase'.
2974 (idlwave-rw-case): New function.
2975 (idlwave-statement-match): Fixed problem with assignment regexp.
2976 (idlwave-font-lock-keywords): Improved regexp for keyword
2977 parameters.
2978 (idlwave-surround): New argument LENGTH to support padding of
2979 operators longer than 1 char.
2980
2981 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2982 idlwave-shell-expression-overlay. Implemented printing of
2983 expressions on higher levels of the calling stack.
2984 (idlwave-shell-display-level-in-calling-stack): Restore stack
2985 level.
2986 (idlwave-retrieve-expression-from-level): New function.
2987 (idlwave-shell-last-calling-stack): Variable removed.
2988 (idlwave-shell-reset): Argument action reversed (`visible' to
2989 `hidden'). Also remove stop-line overlay.
2990 (idlwave-shell-calling-stack-routine): New variable.
2991 (idlwave-shell-parse-stack-and-display): Messages now display
2992 negative level numbers.
2993 (idlwave-shell-mode): Set `modeline-format'.
2994 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2995 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2996 21.
2997 (idlwave-shell-print-expression-function): New option.
2998
2999 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3000 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3001 `tool-bar' instead of `toolbar'.
3002
3003 2000-02-02 Dave Love <fx@gnu.org>
3004
3005 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3006 emacs-lisp-mode-hook. Don't check for defalias being defined.
3007
3008 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3009 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3010 the new builtins directly.
3011
3012 * whitespace.el (whitespace): Add :version to defgroup.
3013
3014 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3015 Doc fix.
3016
3017 * thingatpt.el (sexp-at-point, symbol-at-point)
3018 (number-at-point, list-at-point): Add autoload cookie.
3019
3020 * recentf.el (recentf): Add :version to defgroup.
3021
3022 * quickurl.el (quickurl): Add :version to defgroup.
3023
3024 * elide-head.el (elide-head): Use point-marker more.
3025
3026 * bs.el (bs): Add :version to defgroup.
3027
3028 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3029
3030 * progmodes/delphi.el (delphi): Add :version to defgroup.
3031
3032 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3033
3034 * ange-ftp.el (ange-ftp-write-region): Handle case that
3035 succeeding process operation sets a different coding system.
3036
3037 * calculator.el: New file.
3038
3039 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3040
3041 * frame.el (frames-on-display-list, framep-on-display): New
3042 functions.
3043 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3044 (display-selections-p, display-screens, display-pixel-width)
3045 (display-pixel-height, display-mm-width, display-mm-height)
3046 (display-backing-store, display-save-under, display-planes)
3047 (display-color-cells, display-visual-class): New functions.
3048
3049 * term/tty-colors.el (tty-color-gray-shades): New function.
3050
3051 * faces.el (display-color-p): Use framep-on-display.
3052 (display-grayscale-p): New function.
3053
3054 2000-01-31 Dave Love <fx@gnu.org>
3055
3056 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3057 (create-fontset-from-x-resource): Don't concat integers.
3058
3059 2000-01-31 Inge Frick <inge@nada.kth.se>
3060
3061 * view.el: Some changes in documentation. Removed some trailing
3062 whitespace. Changed some parameter names to agree with
3063 documentation.
3064 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3065 window is not deleted. Modifies change 1998-04-26.
3066
3067 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3068
3069 * windmove.el: New file.
3070
3071 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3072 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3073 progmodes/ebnf-yac.el: Update copyright and license info.
3074
3075 * jit-lock.el (jit-lock-function): Widen before calculating end
3076 position.
3077 (jit-lock-stealth-chunk-start): Rewritten.
3078
3079 * info.el (Info-title-face-alist): Removed.
3080 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3081 faces.
3082 (Info-fontify-node): Use these faces.
3083
3084 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3085
3086 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3087 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3088 `&allow-other-keywords'.
3089
3090 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3091 the list of directories scanned heuristically.
3092
3093 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3094 exist.
3095
3096 2000-01-30 Jason Rumney <jasonr@gnu.org>
3097
3098 * w32-fns.el: Define w32-tty-standard-colors.
3099
3100 * startup.el (command-line): Use w32-tty-standard-colors when in
3101 w32 console mode.
3102
3103 2000-01-30 Dave Love <fx@gnu.org>
3104
3105 * jka-compr.el (jka-compr-load): Fix up load-history.
3106
3107 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3108
3109 * emacs-lisp/cl-macs.el: Revert previous change.
3110
3111 2000-01-29 Dave Love <fx@gnu.org>
3112
3113 * facemenu.el: Purecopy various strings.
3114
3115 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3116 years. Deal with three-digit years.
3117
3118 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3119 defconst, purecopy.
3120 (help-back-label): Purecopy it.
3121
3122 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3123
3124 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3125 variable. If non-nil, order the buffer list according to the
3126 currently selected frame.
3127 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3128 non-nil, pass the selected frame to function buffer-list.
3129
3130 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3131
3132 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3133
3134 2000-01-28 Dave Love <fx@gnu.org>
3135
3136 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3137
3138 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3139 Don't use lisp-indent-hook property.
3140 (cl-abs): Remove.
3141
3142 * subr.el: Move out indent and edebug specs for when and unless.
3143
3144 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3145 when, unless.
3146
3147 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3148 unless, when.
3149
3150 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3151
3152 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3153 `collecting' as synonym for `collect'.
3154
3155 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3156 for the case it contains spaces.
3157
3158 * simple.el (what-cursor-position): Change formatting of
3159 messages.
3160
3161 * frame.el (delete-other-frames): New function.
3162 (toplevel): Bind it to C-x 5 1.
3163
3164 * sort.el (sort-numeric-base): New option.
3165 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3166 interpret it as octal or hexadecimal. Use sort-numeric-base
3167 as default base.
3168
3169 * progmodes/glasses.el: New file.
3170
3171 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3172
3173 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3174 userids differently.
3175
3176 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3177 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3178 progmodes/ebnf-yac.el: New files.
3179
3180 2000-01-26 Dave Love <fx@gnu.org>
3181
3182 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3183 on a function with an empty body. [From Eric Ludlam.]
3184
3185 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3186
3187 * vc.el (vc-version-diff): Make sure file name is expanded.
3188
3189 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3190
3191 * scroll-bar.el (scroll-bar-timer): Variable removed.
3192 (scroll-bar-toolkit-scroll): Don't use a timer.
3193
3194 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3195
3196 * language/thai-util.el (thai-composition-function): Delete
3197 superfluous `a'.
3198
3199 2000-01-24 Dave Love <fx@gnu.org>
3200
3201 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3202 end-of-defun-function.
3203
3204 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3205 &c.
3206
3207 2000-01-22 Jason Rumney <jasonr@gnu.org>
3208
3209 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3210 conflicts with new face support.
3211
3212 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3213
3214 * replace.el (query-replace): Rename last arg to DELIMITED.
3215 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3216 (query-replace-regexp): Likewise.
3217
3218 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3219
3220 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3221
3222 * emacs-lisp/lisp.el (beginning-of-defun-function):
3223 Variable renamed from beginning-of-defun.
3224 Do not call make-variable-buffer-local.
3225 (beginning-of-defun-raw): Use new variable name; doc fix.
3226 (beginning-of-defun): Doc fix.
3227 (end-of-defun-function): Variable renamed from end-of-defun.
3228 Do not call make-variable-buffer-local.
3229 (end-of-defun): Use new variable name; doc fix.
3230
3231 * subr.el (dolist, dotimes): Copied from cl-macs.el
3232 and made to work.
3233
3234 * mail/undigest.el (rmail-digest-end-regexps):
3235 Variable replaces rmail-digest-end-regexp.
3236 Allows multiple regexps for detecting the end line.
3237 (undigestify-rmail-message): Corresponding changes.
3238
3239 2000-01-19 Dave Love <fx@gnu.org>
3240
3241 * files.el (user-init-file): Don't declare here -- is primitive.
3242
3243 * startup.el (command-line): Check for compiled user-init-file and
3244 set to uncompiled version if necessary.
3245
3246 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3247
3248 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3249 (undigestify-rmail-message): Use it.
3250
3251 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3252
3253 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3254
3255 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3256 of mini-buffer.
3257
3258 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3259
3260 * emacs-lisp/copyright.el (copyright-update): Removed the
3261 requirement for a trailing space from `copyright-regexp', to
3262 support copyrights with owner specified on a separate line..
3263
3264 * align.el: New file.
3265
3266 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3267
3268 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3269
3270 2000-01-13 Dave Love <fx@gnu.org>
3271
3272 * ph.el: Removed. (Obsoleted by EUDC.)
3273
3274 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3275
3276 * net/eudc.el (toplevel): Remove autoloaded code installing
3277 menu with easymenu, because that causes build problems.
3278
3279 * frame.el (frame-notice-user-settings): New variable.
3280 (frame-notice-user-settings): Don't modify frame parameters
3281 if called a second time.
3282
3283 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3284
3285 * frame.el (frame-notice-user-settings):
3286 Notice default-frame-parameters even for non-window frames.
3287
3288 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3289
3290 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3291 for Emacs.
3292 (eudc-bob-can-display-inline-images): Extend for Emacs.
3293 (eudc-bob-toggle-inline-display): Ditto.
3294 (eudc-bob-display-jpeg): Ditto.
3295
3296 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3297
3298 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3299 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3300 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3301
3302 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3303 nil)'.
3304
3305 * subdirs.el: Add `net' directory.
3306
3307 * net: New directory.
3308
3309 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3310 eval-last-sexp. Don't bind debug-on-error here.
3311 (eval-last-sexp): New function. Bind debug-on-error if
3312 eval-expression-debug-on-error is non-nil.
3313 (eval-defun-2, eval-defun): Likewise.
3314
3315 * simple.el (eval-expression): Don't bind debug-on-error if
3316 eval-expression-debug-on-error is nil. Detect changed
3317 debug-on-error, and propagate new value to global binding, if
3318 eval-expression-debug-on-error is non-nil,
3319 (eval-expression-debug-on-error): Change doc string.
3320
3321 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3322
3323 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3324
3325 * emacs-lisp/lisp-mode.el (with-syntax-table):
3326 Set up lisp-indent-function property.
3327
3328 * subr.el (with-syntax-table): Moved from simple.el.
3329
3330 * simple.el (with-syntax-table): Moved to subr.el.
3331
3332 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3333
3334 * tmm.el (tmm-shortcut): Delete region after prompt instead
3335 of erasing buffer.
3336
3337 * textmodes/fill.el (fill-common-string-prefix): New function.
3338 (fill-context-prefix): Use the longest common prefix of first
3339 and second line fill prefix, if there is one.
3340
3341 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3342
3343 * array.el (array-mode): Don't use make-variable-buffer-local.
3344 Use make-local-variable for `truncate-lines'.
3345
3346 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3347
3348 * add-log.el (add-log-current-defun): Handle user-defined
3349 add-log-current-function returning nil,
3350
3351 * add-log.el (add-change-log-entry): Insert version number
3352 if having found a current function
3353
3354 * add-log.el (add-log-current-defun): Call
3355 `add-log-current-defun-function'. Try matches at level 0 and
3356 level 1. Strip whitespace from defun found.
3357
3358 2000-01-10 John Wiegley <johnw@gnu.org>
3359
3360 * allout.el (isearch-done/outline-provisions): Added `edit'
3361 argument to correspond with the current definition of
3362 `isearch-done'.
3363
3364 2000-01-10 Dave Love <fx@gnu.org>
3365
3366 * elide-head.el (elide-head): Use point-marker, not point.
3367
3368 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3369
3370 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3371 before and after the year 2000.
3372
3373 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3374 Add ispell- prefix.
3375
3376 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3377
3378 * ispell.el: Only define dictionaries in menus when they exist.
3379 (version18p): New variable.
3380 (version20p): New variable.
3381 (xemacsp): New variable.
3382 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3383 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3384 (ispell-dictionary-alist6): Russian command lines no longer accept
3385 run-together words.
3386 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3387 (ispell-dictionary-alist): Add koi8-r to customize definition.
3388 (check-ispell-version): Added documentation string. Returns
3389 library path when called non-interactively.
3390 (ispell-menu-map-needed): Uses new variables.
3391 (ispell-library-path): New variable.
3392 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3393 (ispell-word): Improved documentation string. Test for valid
3394 character mappings. Correctly check typed in word changes that can
3395 result in single words split into multiple words. Returns
3396 replacement word.
3397 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3398 replace in recursive query replace mode. Help message for
3399 recursive edit mode.
3400 (ispell-show-choices): Protect against bad framepop bindings.
3401 (ispell-help): Fix to work with XEmacs.
3402 (ispell-highlight-spelling-error): Use new variables.
3403 (ispell-overlay-window): Fix to work with XEmacs.
3404 (ispell-parse-output): Passed and returns location information
3405 tracking spelling corrections. Doesn't recheck same word on
3406 current line.
3407 (ispell-init-process): Protect against bogus XEmacs variable binding.
3408 Fix call to single argument in sleep-for. Use new variables.
3409 (ispell-region): Passed and returns location information tracking
3410 spelling corrections. Doesn't check same word on current line.
3411 Improved documentation string. Doesn't resend a line already
3412 checked to the ispell process - fixes bug in LaTeX parsing.
3413 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3414 (ispell-skip-region): No longer skips <TT> in SGML.
3415 (ispell-process-line): Tracks location information with spelling
3416 corrections. Added documentation string. Accounts for words
3417 already accepted on this line. Don't allow query-replace on line
3418 starting with math characters. Doesn't resend a line already sent
3419 to ispell process. Fixes alignment error bug.
3420
3421 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3422
3423 * dired-x.el (dired-guess-shell-alist-default):
3424 Suggest xloadimage, which is free, not xv, which isn't.
3425
3426 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3427 Don't ever include the host name or user name in the value.
3428
3429 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3430
3431 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3432 of a real newline.
3433
3434 2000-01-09 Stephen Eglen <stephen@gnu.org>
3435
3436 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3437 for .png files.
3438
3439 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3440
3441 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3442
3443 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3444
3445 * progmodes/cperl-mode.el: Replace ^F with ^L.
3446
3447 * sendmail.el (toplevel): Provide `sendmail' when compiling
3448 before `require'ing rmail and mailalias to prevent infinite
3449 recursion.
3450
3451 2000-01-08 Dave Love <fx@gnu.org>
3452
3453 * emacs-lisp/backquote.el: Remove inappropriate customization
3454 (allowing custom.el to use backquote).
3455
3456 2000-01-07 Dave Love <fx@gnu.org>
3457
3458 * add-log.el (add-log-debugging): Deleted.
3459 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3460 file. Remove debugging code.
3461 (change-log-get-method-definition, change-log-name): Add doc.
3462 (change-log-sortable-date-at): New function.
3463 (change-log-merge): New command.
3464
3465 * time.el (display-time-string-forms): Make the Mail string active.
3466 (display-time-update): Provide help-echo for load average.
3467
3468 * bindings.el (make-mode-line-mouse2-map): New function.
3469 (mode-line-modified): Use it and simplify.
3470 (mode-line-mule-info): Provide help-echo info.
3471 (minor-mode-alist): Activate the strings.
3472 (make-mode-line-mouse-sensitive): Simplify for
3473 mode-line-buffer-identification.
3474
3475 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3476
3477 * play/pong.el: New file.
3478
3479 2000-01-06 Dave Love <fx@gnu.org>
3480
3481 * array.el: Assorted cleanups for compiler warnings, doc strings,
3482 `array-' prefix for symbols.
3483
3484 2000-01-05 Dave Love <fx@gnu.org>
3485
3486 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3487 outline-headers-as-kill.
3488 (outline-mode): Define imenu-generic-expression.
3489 (outline-headers-as-kill): New command.
3490
3491 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3492 from paragraph-start.
3493 (paragraph-indent-minor-mode): New command.
3494
3495 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3496 M-C-e, M-C-h, C-j, C-xnd, TAB.
3497 (fortran-mode): Set beginning-of-defun, end-of-defun.
3498 (fortran-column-ruler): Simplify.
3499 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3500 (fortran-with-subprogram-narrowing): Likewise.
3501 (fortran-indent-subprogram): Call mark-defun.
3502 (fortran-check-for-matching-do): Change narrowing.
3503
3504 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3505 (cl-lucid-hash-tag): Delete.
3506 (cl-hash-table-p): Correct test for native table.
3507 (cl-hash-table-count): Use hash-table-count.
3508
3509 * browse-url.el (browse-url): Fix case of
3510 browse-url-browser-function being an alist.
3511
3512 2000-01-05 Carsten Dominik <cd@gnu.org>
3513
3514 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3515 (reftex-index-phrase-file-extension): New options.
3516
3517 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3518 Use new option `reftex-index-phrase-file-extension'.
3519
3520 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3521 `reftex-parse-file-extension'.
3522
3523 2000-01-05 Dave Love <fx@gnu.org>
3524
3525 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3526 (beginning-of-defun-raw): Use it.
3527 (end-of-defun): New variable.
3528 (end-of-defun): Use it.
3529 (check-parens): New command.
3530
3531 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3532
3533 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3534 (hs-show-block): Don't use `mapcar' when not accumulating.
3535
3536 Fix buglet in local variables initialization.
3537
3538 2000-01-05 Andreas Schwab <schwab@suse.de>
3539
3540 * hscroll.el (hscroll): Doc fix.
3541
3542 2000-01-05 Carsten Dominik <cd@gnu.org>
3543
3544 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3545 idlw-toolbar.
3546
3547 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3548 file idlw-rinfo.el.
3549 (idlwave-customize): load must read file idlw-shell.el.
3550 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3551
3552 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3553
3554 * progmodes/idlw-shell.el: Also provide idlwave-shell
3555 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3556 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3557
3558 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3559 both reftex-dcr and reftex-vcr.
3560
3561 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3562
3563 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3564
3565 * ps-print.el: PostScript code now is in separate files, doc fix.
3566 (ps-print-version): New version number (5.0.3).
3567 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3568 local.
3569 (ps-spool-config): Initialization fix.
3570 (ps-print-prologue-1, ps-print-prologue-2)
3571 (ps-print-duplex-feature): PostScript code moved to separated file.
3572 (ps-background-image): Little code reformating.
3573 (ps-begin-file, ps-begin-job): Fix code.
3574 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3575 (ps-prologue-file): New fun.
3576
3577 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3578
3579 * ps-vars.el: Eliminated.
3580
3581 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3582 `;;;###autoload'.
3583
3584 * ps-print.el: ps-vars eliminated, doc fix.
3585 (ps-print-version): New version number (5.0.2).
3586 (ps-spool-config): Initialization fix.
3587 (ps-print-customize): New fun.
3588
3589 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3590
3591 * autorevert.el (auto-revert-mode): Return value of
3592 auto-revert-mode.
3593
3594 2000-01-04 Dave Love <fx@gnu.org>
3595
3596 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3597 menu items.
3598
3599 2000-01-03 Dave Love <fx@gnu.org>
3600
3601 * elide-head.el (elide-head) [defgroup]: Add :version.
3602
3603 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3604 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3605 `cl-hash-table-p', not `hash-table-p'.
3606 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3607
3608 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3609
3610 * faces.el (face-read-integer, read-face-attribute)
3611 (color-defined-p, color-values): unspecified-{f,b}g are now
3612 strings.
3613
3614 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3615
3616 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3617 at comment end, and re-insert them after filling.
3618
3619 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3620
3621 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3622 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3623 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3624
3625 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3626
3627 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3628 the new name of face-color-supported-p.
3629
3630 * term/w32-win.el (xw-defined-colors): Likewise.
3631
3632 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3633
3634 * simple.el (completion-setup-function): Count completion-size
3635 from minibuffer-prompt-end, not from point-min.
3636
3637 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3638
3639 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3640 Pass the frame to tty-color-* functions.
3641 (display-color-p, frame-set-background-mode): Pass the frame to
3642 tty-display-color-p.
3643
3644 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3645 tty-color-alist.
3646 (tty-color-alist, tty-modify-color-alist): New functions.
3647 (tty-color-define, tty-color-clear, tty-color-approximate)
3648 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3649 an optional parameter FRAME.
3650
3651 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3652
3653 * image.el (create-image, defimage): Don't assume image data is a
3654 string.
3655
3656 * image.el (defimage): Handle specifications containing :data
3657 instead of :file.
3658 (image-type-from-data): New function.
3659 (image-type-from-file-header): Use it.
3660 (create-image): Add parameter DATA-P.
3661
3662 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3663
3664 * echistory.el (electric-command-history): Call Command-history-setup
3665 and command-history-mode using their new conventions.
3666
3667 * chistory.el (Command-history-setup): Don't switch buffers. Take
3668 no args, and do not set major-mode, mode-name or the local map.
3669 (command-history-mode): New function, does some of those things
3670 Command-history-setup used to do.
3671 (list-command-history): Call command-history-mode, not
3672 Command-history-setup.
3673 (command-history): Renamed from command-history-mode.
3674
3675 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3676
3677 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3678
3679 1999-12-31 William M. Perry <wmperry@aventail.com>
3680
3681 * image.el (defimage): Images with the `:data' keyword should be
3682 considered valid as well.
3683
3684 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3685
3686 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3687 with FILE if FILE is nil.
3688
3689 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3690
3691 * simple.el (choose-completion-string): In minibuffer,
3692 do not delete the prompt string.
3693
3694 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3695
3696 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3697 assigned to mode-line-mode-menu because bindings.el is dumped with
3698 Emacs, and thus the lists used for menu-item definition will be
3699 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3700 like pure menu item definitions.
3701
3702 * expand.el (expand-abbrev-hook): Return t if expansion was
3703 done, nil otherwise.
3704
3705 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3706
3707 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3708 (tar-quit): Function deleted.
3709
3710 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3711
3712 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3713 was used but not declared.
3714
3715 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3716 hs-find-block-beginning): Add or modify docstrings.
3717
3718 (hs-isearch-show): Rewrite.
3719
3720 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3721
3722 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3723
3724 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3725 space in front of a C-style comment end.
3726
3727 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3728
3729 * startup.el (command-line-1): Make mode line mouse-sensitive for
3730 the MS-DOS version as well.
3731
3732 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3733
3734 * bs.el: New file.
3735
3736 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3737
3738 * textmodes/ispell.el (ispell-process-line):
3739 Add local var line-offset to adjust for the change
3740 in positions within the line, due to previous replacements.
3741
3742 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3743
3744 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3745 Doc fixes.
3746
3747 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3748
3749 * add-log.el (change-log-version-number-regexp-list)
3750 (change-log-version-info-enabled): Change :version to 21.1.
3751 (toplevel): Require CL when compiling.
3752
3753 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3754
3755 * add-log.el (change-log-version-number-regexp-list): Added tag
3756 :version 20.6
3757 (change-log-version-info-enabled): Added tag :version 20.6
3758
3759 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3760
3761 * add-log.el: More general version number search with
3762 user-configurable regexp list.
3763 (change-log-version-number-regexp-list): New user variable.
3764 (change-log-find-version): Rewritten. Use user-configurable
3765 version numbering regexp list
3766 change-log-version-number-regexp-list.
3767 (change-log-find-version): Renamed to
3768 change-log-version-number-search
3769 (add-log-file-name-function): New.
3770 (change-log-search-vc-number): Added END paramaeter. Added doc
3771 string to function.
3772 (change-log-version-rcs): Renamed. Was
3773 change-log-search-vc-number.
3774
3775 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3776
3777 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3778 overlays if they interfere.
3779 (compilation-find-file): Make intangible overlays tangible.
3780
3781 * progmodes/hideshow.el: Generally, synch w/ maintainer
3782 version 5.9.
3783
3784 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3785
3786 (hs-minor-mode-hook): Don't initialize.
3787
3788 (hs-special-modes-alist): Rewrite value and docstring.
3789
3790 (hs-minor-mode-prefix): Delete unused var.
3791
3792 (hs-block-start-mdata-select): New var, buffer local.
3793
3794 (hs-headline): New var.
3795
3796 (hs-match-data, hs-forward-sexp): New funcs.
3797
3798 (hs-hide-comment-region): New func.
3799
3800 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3801 hs-safety-is-job-n, hs-hide-initial-comment-block,
3802 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3803 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3804 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3805 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3806 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3807
3808 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3809 (hs-isearch-show-temporary): New funcs.
3810
3811 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3812
3813 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3814
3815 When constructing menu, use `[(shift button2)]' notation.
3816
3817 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3818
3819 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3820 (jka-compr-compression-info-list): Add new elt to each vector.
3821 (jka-compr-write-region): Don't compress the data if it is
3822 already compressed.
3823
3824 * jka-compr.el (jka-compr-really-do-compress): New variable.
3825 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3826 if visiting.
3827 (jka-compr-write-region): Set jka-compr-really-do-compress
3828 if visiting. Test it when deciding to compress.
3829
3830 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3831
3832 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3833 with third argument t.
3834
3835 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3836
3837 * antlr-mode.el: Version 1.2 is released.
3838 (antlr): This package has a web page.
3839
3840 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3841
3842 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3843 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3844 (antlr-mode-map): New binding [C-c C-c].
3845 (antlr-mode-menu): New entries.
3846
3847 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3848
3849 * antlr-mode.el: Respect Emacs conventions.
3850 ((require 'cl)): Only use during compilation.
3851 (antlr-language-for-option): New function to avoid using `find'.
3852 (antlr-mode): Use it.
3853 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3854 (antlr-imenu-create-index-function): Change accordingly.
3855 (antlr-inside-rule-p): Ditto.
3856 (antlr-end-of-rule): Ditto.
3857 (antlr-end-of-body): Ditto.
3858 (antlr-beginning-of-rule): Ditto.
3859 (antlr-indent-line): Ditto.
3860
3861 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3862
3863 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3864 (antlr-set-tabs): Don't use hard-coded values.
3865
3866 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3867 won't be possible without a huge time penalty.
3868 (antlr-skip-exception-part): Be more specific.
3869 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3870 Renamed from `antlr-skip-grammar-header'.
3871 (antlr-next-rule): Change accordingly.
3872 (antlr-end-of-body): Ditto. Better error message.
3873 (antlr-beginning-of-body): Better error message.
3874 (antlr-imenu-create-index-function): Skip rule action prelude.
3875
3876 * antlr-mode.el: Minor syntax highlighting changes.
3877 (antlr-font-lock-default-face): Deletia.
3878 (antlr-font-lock-tokendef-face): Changed color.
3879 (antlr-font-lock-tokenref-face): Changed color.
3880 (antlr-font-lock-literal-face): Changed color.
3881 (antlr-font-lock-additional-keywords): Minor changes.
3882
3883 1999-12-20 Carsten Dominik <cd@gnu.org>
3884
3885 * progmodes/idlwave.el: New file.
3886
3887 * progmodes/idlwave-rinfo.el: New file.
3888
3889 * progmodes/idlwave-shell.el: New file.
3890
3891 * progmodes/idlwave-toolbar.el: New file.
3892
3893 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3894
3895 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3896
3897 * progmodes/cwarn.el: New file.
3898
3899 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3900
3901 * bindings.el (completion-ignored-extensions): Add .pdf.
3902
3903 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * version.el: Put the version info into binary on MS-DOS as well.
3906
3907 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3908
3909 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3910 debugger-may-continue is nil.
3911
3912 1999-12-18 Dave Love <fx@gnu.org>
3913
3914 * emacs-lisp/cl-macs.el: Remove conditional definition of
3915 eval-when-compile. Don't specify abs, expt, gethash,
3916 hash-table-count, hash-table-p as side-effect-free here.
3917 (cl-emacs-type): Don't declare.
3918 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3919 (cl-parse-loop-clause): Remove compatibility code.
3920
3921 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3922 (side-effect-free-fns): Add gethash, hash-table-count.
3923 (side-effect-and-error-free-fns): Add hash-table-p.
3924
3925 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3926 `cl-' to autoload names for some hash functions. Don't autoload
3927 eval-when-compile. Don't provide mini-cl.
3928 (cl-emacs-type): Remove.
3929 (cl-map-extents): Remove compatibility code.
3930
3931 * emacs-lisp/float.el: Bind free variables.
3932
3933 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3934
3935 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3936
3937 * bindings.el (completion-ignored-extensions): Add .tfm.
3938
3939 1999-12-16 Dave Love <fx@gnu.org>
3940
3941 * faces.el (set-face-attribute): Purecopy the attributes set.
3942
3943 * custom.el (custom-declare-variable): Purecopy value.
3944
3945 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3946 (byte-extrude-byte-code-vectors): Use remprop.
3947 (byte-compile-lambda): Check that arg is a lambda.
3948
3949 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3950
3951 * font-lock.el: System for adding and removing keywords.
3952 Both local (previously added keyword) and global keywords
3953 can be removed.
3954 (font-lock-remove-keywords): New user-level function.
3955 (font-lock-update-removed-keyword-alist): New internal function.
3956 (font-lock-removed-keywords-alist): New variable.
3957 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3958 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3959 growing datastructures.
3960 (font-lock-set-defaults): Removes keywords stored in
3961 `font-lock-removed-keywords-alist' after local keywords added.
3962
3963 1999-12-16 Anders Lindgren <andersl@andersl.com>
3964
3965 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3966 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3967
3968 * font-lock.el (c-keywords): Only highlight preprocessor
3969 directives when spelled correctly.
3970
3971 * font-lock.el (font-lock-match-c++-structor-declaration,
3972 c++-keywords): Fontify constructors and destructors with function
3973 face inside C++ class declarations.
3974
3975 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3976
3977 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3978 the shell from sh-shell-file.
3979
3980 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3981
3982 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3983
3984 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3985 if one of the files specified cannot be accessed by
3986 file-attributes. Do not strip any leading directories from the
3987 file names, to behave more like `ls' does.
3988
3989 * dired.el (dired-get-filename): Handle absolute file names.
3990 (dired-readin-insert): If argument is a cons, don't print
3991 "wildcard" on the ``total'' line.
3992
3993 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3994
3995 * faces.el (face-read-integer, read-face-attribute)
3996 (color-defined-p, color-values): Allow color values unspecified-fg
3997 and unspecified-bg, handle them as unspecified.
3998
3999 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4000
4001 * textmodes/reftex.el: (reftex-compile-variables): respect new
4002 structure of `reftex-index-macro'
4003 (reftex-compile-variables): Use the changed structure of
4004 `reftex-label-alist'.
4005
4006 * textmodes/reftex-vars.el (reftex-index-math-format,
4007 (reftex-toc-max-level): New option.
4008 reftex-index-phrases-search-whole-words,
4009 reftex-index-phrases-case-fold-search,
4010 reftex-index-phrases-skip-indexed-matches,
4011 reftex-index-phrases-wrap-long-lines,
4012 reftex-index-phrases-sort-prefers-entry,
4013 reftex-index-phrases-sort-in-blocks): New options.
4014 (reftex-index-macros): Option structure changed.
4015 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4016 (reftex-label-alist): Additional item in each entry to specify if
4017 the environment should be listed in the TOC.
4018 (eval-when-compile (require 'cl)) added.
4019
4020 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4021 longer deals with "repeat".
4022 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4023 now used.
4024 (reftex-index-phrases-comment-regexp,
4025 reftex-index-phrases-macrodef-regexp,
4026 reftex-index-phrases-phrase-regexp1,
4027 reftex-index-phrases-phrase-regexp2,
4028 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4029 New constants.
4030 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4031 reftex-index-phrases-font-lock-keywords,
4032 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4033 reftex-index-phrases-restrict-file): New variables.
4034 (reftex-index-phrase-selection-or-word,
4035 reftex-index-visit-phrases-buffer,
4036 reftex-index-initialize-phrases-buffer,
4037 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4038 reftex-index-next-phrase, reftex-index-this-phrase,
4039 reftex-index-all-phrases, reftex-index-region-phrases,
4040 reftex-index-phrases-parse-header,
4041 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4042 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4043 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4044 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4045 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4046 reftex-index-make-replace-string,
4047 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4048 reftex-index-phrase-match-is-indexed,
4049 reftex-index-phrases-fixup-line,
4050 reftex-index-phrases-replace-space,
4051 reftex-index-select-phrases-macro): New functions.
4052 (reftex-index-globalize, reftex-index-globally): functions removed
4053 (eval-when-compile (require 'cl)) added.
4054
4055 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4056 for max level.
4057 (reftex-toc-max-level-indicator): New variable.
4058 (reftex-toc-max-level): New command.
4059 (reftex-toc-map): New keybinding `t'.
4060 (reftex-toc-help): Constant updated.
4061 (eval-when-compile (require 'cl)) added.
4062
4063 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4064 `t' command key can change `reftex-toc-max-level'
4065 (eval-when-compile (require 'cl)) added.
4066
4067 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4068 `reftex-toc-max-level'
4069 (eval-when-compile (require 'cl)) added.
4070
4071 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4072 added.
4073
4074 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4075 added.
4076
4077 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4078 commands.
4079 (reftex-citation, reftex-do-citation,
4080 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4081 preselect a citation format.
4082 (eval-when-compile (require 'cl)) added.
4083
4084 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4085 parameter to-end
4086 (reftex-section-info): Deal with environment matches.
4087 (eval-when-compile (require 'cl)) added.
4088
4089 * reftex-global.el (eval-when-compile (require 'cl)) added.
4090
4091 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4092
4093 The following changes are for the new composition mechanism. We
4094 have deleted `composition' charset and composite characters,
4095 instead introduced a special text property `composition'.
4096
4097 * composite.el: New file.
4098
4099 * ps-mule.el: Define encode-composition-rule and find-composition
4100 for Emacs 20.4 and the earlier versions.
4101 (ps-mule-init-external-library): Just require a feature for
4102 external libraries.
4103 (ps-mule-prologue): Postscript code modified for new composition.
4104 (ps-mule-find-wrappoint): New arg COMPOSITION.
4105 (ps-mule-plot-string): Delete code for composite characaters.
4106 (ps-mule-plot-composition): New funcion.
4107 (ps-mule-prepare-font-for-components): New function.
4108 (ps-mule-plot-components): New function.
4109 (ps-mule-composition-prologue-generated): Renamed from
4110 ps-mule-cmpchar-prologue-generated.
4111 (ps-mule-composition-prologue): New named from
4112 ps-mule-cmpchar-prologue. Modified for new composition.
4113 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4114 ps-mule-prepare-cmpchar-font): Deleted.
4115 (ps-mule-string-encoding): New arg NO-SETFONT.
4116 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4117 check Composing, not Cmpchar
4118 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4119 to nil.
4120 (ps-mule-begin-job): Check existence of new composition.
4121
4122 * ps-print.el (ps-plot-region): Handle new composition.
4123
4124 * simple.el (what-cursor-position): Show "(composed)" if the
4125 character is composed.
4126
4127 * international/characters.el: Fix cateogries of Lao symbols.
4128
4129 * international/fontset.el (vertical-centering-font-regexp): New
4130 variable.
4131
4132 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4133 (mule-version-date): Updated to 1999.12.7.
4134 (with-category-table): New macro.
4135
4136 * international/mule-cmds.el (encode-coding-char): Don't check
4137 composite character.
4138
4139 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4140 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4141 x-ctext): Give `composition' property t.
4142
4143 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4144 non-nil) at the tail of ALIST.
4145 (compose-region, decompose-region, decompse-string,
4146 reference-point-alist, compose-chars): Moved to composite.el.
4147 (compose-chars-component, compose-chars-rule,
4148 decompose-composite-char): Deleted.
4149
4150 * international/quail.el (quail-install-map): New optional arg
4151 NAME.
4152 (quail-get-translation): If DEF is a symbol but not a function,
4153 ignore it.
4154 (quail-start-translation): Put a key sequence undefined in the
4155 translation keymap in unread-command-events, not generated-events.
4156 Return parameterized event (compose-last-chars N) if the input
4157 characters should be composed.
4158 (quail-map-definition): If DEF is t, treat it as nil.
4159 (quail-delete-last-char): Delete the quail region.
4160 (quail-show-translations): Don't show list of translations if the
4161 quail package is deterministic.
4162 (quail-completion-max-depth): New variable.
4163 (quail-completion-1): Pay attention to the above variable. Fix
4164 for the case that a translation is a function.
4165 (quail-map-from-table, quail-map-from-table-1,
4166 quail-map-from-table-2): New functions.
4167 (quail-lookup-map-and-concat): New function
4168
4169 * language/devan-util.el: Mostly rewritten.
4170
4171 * language/lao.el: Register lao-composition-function in
4172 composition-function-table.
4173
4174 * language/lao-util.el: Mostly rewritten.
4175
4176 * language/thai.el: Register thai-composition-function in
4177 composition-function-table.
4178 (thai-tis620): Delete `pre-write-conversion' property.
4179
4180 * language/thai-util.el: (thai-category-table): Make it by
4181 make-category-table.
4182 (thai-composition-pattern): New variable.
4183 (thai-compose-region, thai-compose-string): Use
4184 with-category-table.
4185 (thai-post-read-conversion): Just call thai-compose-region.
4186 (thai-pre-write-conversion): Deleted.
4187 (thai-composition-function): New funciton.
4188
4189 * language/tibet-util.el: Most functions rewritten.
4190 (tibetan-char-p): Renamed from tibetan-char-examin.
4191 (tibetan-composable-examin) (tibetan-complete-char-examin)
4192 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4193 (tibetan-add-components): New function.
4194 (tibetan-composition-function): New function.
4195
4196 * language/tibetan.el: Register tibetan-composition-function in
4197 composition-function-table.
4198 (tibetan-composable-pattern): New variable.
4199 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4200 (tibetan-precomposition-rule-alist): Move punctuations to
4201 tibetan-punctuation-transcription-alist and
4202 tibetan-obsolete-glyphs.
4203 (tibetan-punctuation-transcription-alist): New variable.
4204 (tibetan-obsolete-glyphs): New variable.
4205 (tibetan-regexp): Improve the initialization code.
4206
4207 * textmodes/fill.el (fill-find-break-point): Delete codes for
4208 composite characters.
4209 (fill-region-as-paragraph): Likewise.
4210
4211 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4212
4213 * international/mule-cmds.el (default-input-method): Specify
4214 that it should be set after current-language-environment.
4215
4216 * custom.el (custom-handle-keyword): Add :set-after.
4217 (custom-add-dependencies): New function.
4218 (custom-set-variables): Take dependencies between args into
4219 account.
4220
4221 * battery.el (battery): Doc fix.
4222
4223 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4224
4225 * progmodes/cc-make.el: Removed.
4226
4227 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4228
4229 * Release of cc-mode 5.26
4230
4231 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4232
4233 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4234 target depth. Optionally count #else lines as clause limits,
4235 as suggested by don provan <provan@lucent.com>. #elif
4236 handling fixed.
4237
4238 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4239 (c-down-conditional-with-else): New commands that uses the
4240 added functionality in `c-forward-conditional'.
4241
4242 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4243
4244 * cc-align.el (c-lineup-comment): Preserve the alignment with
4245 a comment on the previous line instead of preserving the
4246 comment-column.
4247
4248 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4249
4250 * Fixes to IDL mode after input from Eric Eide
4251 <eeide@cs.utah.edu>:
4252 * cc-engine.el (c-beginning-of-statement-1): Allow
4253 `c-conditional-key' to be nil, for the benefit of IDL mode.
4254 * cc-engine.el (c-guess-basic-syntax): Ditto.
4255 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4256 but do match CORBA 2.3 `valuetype'.
4257 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4258 for IDL.
4259 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4260 be nil for IDL.
4261 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4262 Like C++.
4263 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4264 set `c-method-key' and `c-baseclass-key' to nil.
4265
4266 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4267
4268 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4269 with nonhanging open braces.
4270
4271 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4272
4273 * cc-align.el: Added docstrings to all lineup functions.
4274
4275 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4276 keyword.
4277
4278 * cc-align.el (c-lineup-C-comments): Handle free form text
4279 comments. Use c-comment-prefix-regexp and comment-start-skip
4280 instead of hardcoded regexps.
4281
4282 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4283
4284 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4285 behavior and return value as documented.
4286
4287 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4288
4289 * Changes for new style variable init system:
4290 * cc-langs.el (c-common-init): Dito.
4291 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4292 now customizable.
4293 * cc-vars.el: Style variables may now take a value
4294 'set-from-style to make them take their value from the style
4295 system. This value is now the default on all these variables.
4296 * cc-vars.el (c-valid-offset): New function to verify a
4297 syntactic symbol offset setting.
4298 * cc-vars.el (c-offsets-alist): Variable moved from
4299 cc-styles.el since it's now customizable in a similar way to
4300 the other style variables.
4301 * cc-vars.el (c-old-style-variable-behavior): New variable to
4302 revert to the old style init behavior.
4303
4304 * cc-vars.el (c-file-style, c-file-offsets): Made always
4305 buffer local.
4306
4307 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4308 the throws clause that might follow the function prototype in
4309 C++.
4310
4311 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4312
4313 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4314 could move forward for macros that doesn't start in column 0.
4315
4316 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4317
4318 * cc-align.el (c-indent-multi-line-block,
4319 c-lineup-whitesmith-in-block): Two new lineup functions for
4320 use in whitesmith style.
4321
4322 * cc-styles.el (c-style-alist): More fixes to whitesmith
4323 style. It should now handle all different braces uniformly in
4324 both hanging and non-hanging cases.
4325
4326 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4327
4328 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4329 make it stay in the same position relative to the surrounding
4330 text.
4331
4332 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4333 when adaptive-fill-mode doesn't manage to get it correct.
4334
4335 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4336 with dotted notation, e.g. foo.bar.Gnu.
4337
4338 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4339 within unwind-protect (previously only some were wrapped so it
4340 would be possible to register mode initialization when full
4341 initialization did not finish).
4342
4343 * cc-styles.el (c-style-alist): Corrected the brace placement
4344 in the whitesmith style. Thanks to Sean Luke
4345 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4346 styles with consistent brace placement for all constructs.
4347
4348 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4349
4350 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4351 when point is in the middle of them.
4352
4353 * cc-cmds.el: Line breaking and paragraph filling code
4354 rewritten:
4355 (c-guess-fill-prefix): New function that uses various
4356 heuristics to guess the comment prefix.
4357 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4358 It now assumes adaptive filling is active to preserve the line
4359 prefix inside comments.
4360 (c-indent-new-comment-line): Replacement for the now
4361 obsolete `c-comment-line-break-function' that uses
4362 `c-guess-fill-prefix' when appropriate. It now observes the
4363 setting of `comment-multi-line', which has effect in C-style
4364 block comments.
4365
4366 * cc-cmds.el (c-context-line-break): New function intended to
4367 be put on RET. It's essentially `newline-and-indent', but
4368 continues C block comments with the appropriate line prefix.
4369
4370 * cc-cmds.el (c-do-auto-fill): New function put on
4371 `normal-auto-fill-function' to implement the
4372 `c-ignore-auto-fill' variable.
4373
4374 * cc-cmds.el (c-beginning-of-statement): Use
4375 `c-comment-prefix-regexp' to avoid ending up inside the
4376 comment prefix. Better handling of comment starters and
4377 enders. Catch comments better when traversing code. Stop at
4378 preprocessor directives.
4379
4380 * cc-defs.el (c-forward-comment): New subst to hide platform
4381 dependent quirks in `forward-comment'.
4382
4383 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4384 argument.
4385 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4386 arguments. Activate this function by default when
4387 `parse-partial-sexp' supports it (currently Emacs 20.x).
4388
4389 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4390 on the comment opener to make constants usable as lineup
4391 arguments.
4392
4393 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4394 changed anchor position in the `c' syntactic symbol. Handle
4395 more than stars in the comment prefix; use the new variable
4396 `c-comment-prefix-regexp'. Don't indent text not preceded by
4397 a comment prefix to the right of the comment opener if it's
4398 long.
4399
4400 * cc-langs.el: Fixes to mode initialization for new line
4401 breaking and paragraph filling method. Adaptive fill mode is
4402 now activated at startup instead of deactivated. The
4403 variables used for adaptive filling and paragraph movement are
4404 also changed to incorporate the value of
4405 `c-comment-prefix-regexp'. `substitute-key-definition' is
4406 used to override some functions in the global map instead of
4407 overriding their default bindings.
4408
4409 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4410 javadoc markup at mode init.
4411
4412 * cc-mode.el (c-setup-filladapt): A new convenience function
4413 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4414 function is intended to be used explicitly by the end user
4415 only.
4416
4417 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4418 recognize the comment fill prefix inside comments.
4419 (c-block-comment-prefix): New name for
4420 `c-comment-contiuation-stars', which is now obsolete. It's
4421 generalized to handle any character sequence.
4422 (c-ignore-auto-fill): New variable used to selectively disable
4423 Auto Fill mode in specific contexts.
4424
4425 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4426
4427 * cc-cmds.el (c-comment-indent): Leave at least one space
4428 between the comment and the last nonblank character in the
4429 case where we look at the indentation of the comment on the
4430 previous line (case 4).
4431
4432 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4433 list of characters that may start a statement (it's a sort of
4434 prefix operator in Pike, and isn't used at all in any of the
4435 other languages).
4436
4437 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4438
4439 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4440 inside continued statements as statement-cont instead of
4441 brace-list-open. The reason is that one normally adjusts
4442 brace-list-open for brace lists as top-level constructs, and
4443 brace lists inside statements is a completely different
4444 context. Case 10B.2 changed. Also changed (the somewhat
4445 esoteric) case 9A to cope with this.
4446
4447 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4448
4449 * cc-cmds.el (c-electric-brace): Added electric handling of
4450 the open brace for brace-elseif-brace.
4451
4452 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4453
4454 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4455 syntax tables temporarily.
4456
4457 * cc-engine.el (c-guess-basic-syntax): Handle template and
4458 member init argument lists split over several lines. Case 5D
4459 changed.
4460
4461 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4462 @throws introduced in Javadoc 1.2.
4463
4464 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4465 patch from RMS to avoid infinite backtracking.
4466
4467 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4468
4469 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4470 by [ ].
4471
4472 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4473
4474 * cc-align.el (c-lineup-dont-change): Compensate properly for
4475 the column in langelem.
4476
4477 * cc-engine.el (c-syntactic-information-on-region): New
4478 function to help debugging the syntactic analysis.
4479
4480 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4481
4482 * cc-align.el (c-lineup-template-args): Handle nested template
4483 arglists.
4484
4485 * cc-langs.el (c++-template-syntax-table): New syntax table
4486 that makes `<' and `>' parenthesis characters, which is useful
4487 to switch to temporarily when analyzing template arglists.
4488
4489 * cc-styles.el: Changed default alignment of labels in the
4490 java style to conform to the examples in the Java Language
4491 Specification.
4492
4493 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4494 by default.
4495
4496 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4497
4498 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4499 immediately before the closing paren in an arglist, so don't
4500 check that in Pike mode. Case 7A changed.
4501
4502 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4503
4504 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4505 lines were ignored under certain conditions.
4506
4507 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4508
4509 * cc-align.el (c-lineup-template-args): New function for
4510 aligning continued template argument lists.
4511
4512 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4513 lists containing function arglists split over several lines.
4514 Case 5D.1 changed.
4515
4516 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4517 template-args-cont didn't get recognized when the first
4518 arglist opener line doesn't contain a template argument. New
4519 case 5K.
4520
4521 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4522
4523 * cc-defs.el (c-point): Changed from subst to macro for
4524 efficiency.
4525 (c-beginning-of-defun-1, c-end-of-defun-1): New
4526 beginning-of-defun/end-of-defun wrappers separated from
4527 c-point.
4528
4529 * cc-menus.el (imenu-generic-expression,
4530 imenu-case-fold-search, imenu-progress-message): Dummy
4531 definitions to avoid compiler warnings if imenu can't be
4532 loaded.
4533 * cc-menus.el (cc-imenu-init): New function called at mode
4534 init.
4535 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4536 imenu initializations to cc-imenu-init.
4537
4538 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4539
4540 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4541 for lambda-intro-cont in Pike mode. Case 6 changed.
4542
4543 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4544 anything following "new Foo()" was considered an anonymous
4545 class body in Java mode.
4546
4547 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4548
4549 * cc-cmds.el (c-comment-line-break-function): When breaking in
4550 a string, don't insert a new line.
4551
4552 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4553
4554 * cc-engine.el (c-at-toplevel-p): New interface function which
4555 returns information useful to add-on authors. It tells you
4556 whether you're at a toplevel statement or not.
4557
4558 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4559
4560 * cc-cmds.el (c-comment-line-break-function): It is possible
4561 that forward-line does not land us at the bol, say if we're on
4562 the last line in a file. In that case, do a
4563 back-to-indentation instead of a forward-comment -1.
4564
4565 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4566
4567 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4568 "default:" as normal label in case 4.
4569
4570 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4571
4572 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4573 recognize continued bitfield declarations. Case 5D.1 changed.
4574 * cc-langs.el: New variable c-bitfield-key.
4575 * cc-mode.el: New variable c-bitfield-key.
4576
4577 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4578
4579 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4580 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4581 ..}").
4582
4583 1999-12-12 Dave Love <fx@gnu.org>
4584
4585 * mail/footnote.el: Require cl when compiling. Don't autoload
4586 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4587 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4588 Avoid `acons'.
4589 (footnote-mode-line-string, Footnote-add-footnote): Remove
4590 autoload cookie.
4591
4592 1999-12-12 Richard Sharman <rsharman@pobox.com>
4593
4594 * sh-script.el: Fix for when font-lock mode is active.
4595 (sh-font-lock-unfontify-region-function): New function.
4596
4597 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4598
4599 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4600 if start-process is not bound, since Ispell now supports such
4601 platforms as well.
4602
4603 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4604
4605 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4606 rmail-summary-goto-msg.
4607
4608 * files.el (after-find-file): Fix previous change.
4609
4610 1999-12-11 Dave Love <fx@gnu.org>
4611
4612 * help.el (where-is): Use `commandp' as predicate for
4613 `completing-read'
4614
4615 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4616
4617 * cus-edit.el (custom-save-delete): Delete all occurrences,
4618 leave point where the first occurrence was.
4619 (custom-save-faces): Insert a newline at the end of the comment.
4620 Avoid a double newline there.
4621 If final closeparen is at bol, put a space before it.
4622 (custom-save-variables): Likewise.
4623 (custom-file): Doc fix.
4624
4625 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4626
4627 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4628 regexp matching image and audio files.
4629
4630 1999-12-09 Dave Love <fx@gnu.org>
4631
4632 * mail/footnote.el: New file.
4633
4634 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4635
4636 * files.el (after-find-file): Use auto-save-visited-file-name if
4637 set.
4638
4639 * mail/feedmail.el (feedmail-find-eoh): Take
4640 feedmail-queue-alternative-mail-header-separator into account.
4641
4642 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4643
4644 * smerge-mode.el: New file.
4645
4646 * font-lock.el (font-lock-multiline): New variable.
4647 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4648 (font-lock-remove-keywords): Added a dummy `mode' argument for
4649 potential future support.
4650 (font-lock-fontify-anchored-keywords,
4651 (font-lock-fontify-keywords-region): Only handle multiline strings
4652 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4653
4654 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4655
4656 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4657
4658 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4659
4660 1999-12-07 Dave Love <fx@gnu.org>
4661
4662 * help.el (view-emacs-problems): New command, bound to C-h P.
4663
4664 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4665
4666 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4667
4668 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4669 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4670 New code to support the minor mode version.
4671 (diff-recenter): New function.
4672 (diff-next-hunk, diff-next-file): Use it.
4673 (diff-remembered-files-alist): New var.
4674 (diff-merge-strings): New function.
4675 (diff-find-file-name): Make it smarter and use the user's input more.
4676 (diff-mode): Cosmetic changes.
4677
4678 * files.el (save-some-buffers): Turn EXITING into the more general
4679 PRED argument to allow specifying a subset of buffers.
4680
4681 * simple.el (kill-region): Use the new `delete-and-extract-region'
4682 rather than the undo log (which is incorrect with *-change-functions).
4683
4684 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4685 off-by-one problem that could force re-fontifying the whole buffer.
4686 (font-lock-remove-keywords): New function.
4687 (font-lock-add-keywords): Use the new function to ensure idempotence.
4688
4689 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4690
4691 * viper-cmd.el (viper-minibuffer-standard-hook,
4692 viper-minibuffer-real-start): Mew functions.
4693 (viper-read-string-with-history,viper-file-add-suffix,
4694 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4695 change in the status of the minibuffer prompt.
4696
4697 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4698
4699 * comint.el (comint-redirect-results-list)
4700 (comint-redirect-results-list-from-process): Remove interactive
4701 spec.
4702
4703 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4704
4705 * info.el (info-node, info-menu-5, info-xref): Define colors for
4706 Info faces if the display supports them.
4707
4708 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4709
4710 Changes for automatic remapping of X colors on terminal frames:
4711
4712 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4713 term-setup-hook. Call msdos-remember-default-colors and
4714 msdos-handle-reverse-video.
4715 (msdos-face-setup): Parts of code moved to
4716 msdos-setup-initial-frame.
4717 (msdos-handle-reverse-video): New function, modeled after
4718 x-handle-reverse-video.
4719 (make-msdos-frame): Don't use initial-frame-alist and
4720 default-frame-alist. Call msdos-handle-reverse-video.
4721 (msdos-color-aliases): Remove.
4722 (msdos-color-translate, msdos-approximate-color): Remove.
4723 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4724 for better approximation of X colors.
4725 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4726 up tty-color-alist (it is now on startup.el).
4727 (x-display-color-p, x-color-defined-p, x-color-values,
4728 x-defined-colors, face-color-supported-p, face-color-gray-p):
4729 Remove.
4730
4731 * facemenu.el (facemenu-read-color, list-colors-display): Use
4732 defined-colors for all frame types.
4733 (facemenu-color-equal): Use color-values for all frame types.
4734
4735 * faces.el (read-face-attribute): For :foreground and :background
4736 attributes and frames on character terminals, translate the color
4737 to the closest supported one before looking it up in the list of
4738 valid values.
4739 (face-valid-attribute-values): Call defined-colors for all types
4740 of frames.
4741 (defined-colors, color-defined-p, color-values, display-color-p):
4742 New finctions.
4743 (x-defined-colors, x-color-defined-p, x-color-values,
4744 x-display-color-p): Aliases for the above.
4745
4746 * startup.el (command-line): Register terminal colors for frame
4747 types other than x and w32, but only if the terminal supports
4748 colors. Call tty-color-define instead of face-register-tty-color.
4749
4750 * term/x-win.el (xw-defined-colors): Renamed from
4751 x-defined-colors.
4752 * term/w32-win.el (xw-defined-colors): Likewise.
4753
4754 * term/tty-colors.el: New file.
4755 * loadup.el: Load term/tty-colors.
4756
4757 1999-12-06 Dave Love <fx@gnu.org>
4758
4759 * ffap.el: Autoload the ffap alias directly.
4760
4761 1999-12-06 Inge Frick <inge@nada.kth.se>
4762
4763 * dired-aux.el (dired-do-shell-command): Changed documentation.
4764 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4765 meaning as `*'.
4766
4767 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4768
4769 * simple.el (insert-buffer): Doc fix.
4770
4771 * apropos.el (apropos-mode): Add autoload cookie.
4772
4773 1999-12-06 Sam Steingold <sds@goems.com>
4774
4775 * progmodes/etags.el (etags-tags-completion-table): Modified the
4776 regexp to allow for the CL symbols starting with `+*'.
4777 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4778 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4779 `function' quoting lambda.
4780 (tags-with-face): New macro.
4781 (list-tags, tags-apropos): Use it.
4782 (tags-apropos-additional-actions): New user option.
4783 (etags-tags-apropos-additional): Use it.
4784 (tags-apropos): Call etags-tags-apropos-additional.
4785 (tags-apropos-verbose): New user option.
4786 (etags-tags-apropos): Use it.
4787 (visit-tags-table-buffer, next-file): Use `unless'.
4788 (recognize-empty-tags-table): Renamed to
4789 tags-recognize-empty-tags-table.
4790 (complete-tag): Call tags-complete-tag bypassing try-completion.
4791
4792 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4793
4794 * international/mule.el (set-buffer-file-coding-system): Docstring
4795 modified.
4796
4797 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4798
4799 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4800 using the hideshow package.
4801 (hs-special-modes-alist): Added entry for bibtex to allow the use
4802 of the hideshow package.
4803 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4804 not longer provided by bibtex.el directly. Instead the hideshow
4805 package should be used.
4806 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4807 references to bibtex-hide-entry-bodies.
4808
4809 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4810
4811 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4812 maintainer information closer to the beginning of the bibtex.el
4813 file.
4814 (bibtex-maintainer-salutation): New constant.
4815 (bibtex-version): New constant.
4816 (bibtex-submit-bug-report): Use bibtex-version and
4817 bibtex-maintainer-salutation.
4818 (bibtex-entry-field-alist): Made booktitle field optional for
4819 @inproceedings entries when crossreferenced.
4820 (bibtex-entry-field-alist): Added booktitle field to proceedings
4821 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4822 for the suggestion.
4823 (bibtex-string-file-path): Fixed typo.
4824
4825 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4826
4827 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4828 for reftex.el.
4829 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4830 to menu.
4831
4832 1999-12-04 Dave Love <fx@gnu.org>
4833
4834 * delsel.el: Revert previous change -- region is significant to
4835 skeleton.
4836
4837 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4838
4839 * viper-cmd.el (viper-change-state): Use
4840 viper-ESC-moves-cursor-back to decide whether to move the cursor
4841 back.
4842
4843 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4844
4845 * international/mule-util.el (truncate-string-to-width): Docsting
4846 fixed.
4847
4848 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4849
4850 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4851 use of `cond'.
4852 (lm-with-file): Move all the find-file...kill-buffer stuff into
4853 this macro. Make it use `find-file-noselect' and make it kill
4854 the buffer only if it wasn't already displayed somewhere.
4855 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4856 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4857 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4858 (lm-commentary): Fix to handle the case when the change log is
4859 at the end of the file.
4860
4861 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4862
4863 * international/mule.el (charsetp): Fix typo in docstring.
4864
4865 * international/mule-diag.el (list-coding-categories): Fix typo;
4866 automatic -> autoload.
4867
4868 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4869
4870 * vc.el (vc-update-change-log): Look for rcs2log under
4871 exec-directory.
4872
4873 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4874 outline-regexp, add outline-level.
4875 (lisp-outline-level): New.
4876
4877 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4878 remove extraneous string-match.
4879
4880 * finder.el (finder-commentary): Activate Finder mode.
4881
4882 1999-12-01 Anders Lindgren <andersl@andersl.com>
4883
4884 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4885 off when reverting buffers that contained mode specifiers.
4886 `revert-buffer' is now called with non-nil PRESERVE-MODES
4887 argument.
4888
4889 1999-12-01 Dave Love <fx@gnu.org>
4890
4891 * delsel.el: Grok skeleton-pair-insert-maybe.
4892
4893 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4894
4895 * progmodes/cperl-mode.el (cperl-under-as-char):
4896 Use nil as default.
4897
4898 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4899
4900 * speedbar.el (toplevel): Remove compatibility code for Emacs
4901 versions without custom.el.
4902
4903 1999-11-30 Dave Love <fx@gnu.org>
4904
4905 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4906
4907 * autoinsert.el: Minor doc fixes.
4908 (auto-insert): Return nil.
4909
4910 * faces.el (set-face-documentation): Purecopy STRING.
4911
4912 1999-11-29 Dave Love <fx@gnu.org>
4913
4914 * derived.el: Doc fixes, remove old backquote syntax.
4915
4916 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4917 comment warning about editing.
4918
4919 * help.el (help-mode-hook): Define.
4920
4921 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4922
4923 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4924 invalid translation of old-style backquote syntax to new syntax.
4925
4926 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4927
4928 * Makefile (DONTCOMPILE): Add term/internal.el.
4929
4930 1999-11-26 Dave Love <fx@gnu.org>
4931
4932 * comint.el: Fix last change.
4933
4934 * emacs-lisp/advice.el: Fix last change.
4935
4936 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4937
4938 * cus-edit.el (Custom-reset-standard): Doc fix.
4939 (custom-variable-reset-standard): Doc fix.
4940 (custom-face-reset-standard): Doc fix.
4941 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4942 (custom-variable-menu): Likewise.
4943 (custom-reset-menu): Likewise.
4944 (custom-buffer-create-internal): Likewise.
4945
4946 1999-11-26 Dave Love <fx@gnu.org>
4947
4948 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4949
4950 * font-lock.el: Doc fixes.
4951
4952 * menu-bar.el (menu-bar-mode): Customize.
4953
4954 * cus-start.el: Add use-dialog-box.
4955
4956 * add-log.el (change-log-mode-hook): Customize.
4957 (add-log-current-defun): Use
4958 fortran-{beginning,end}-of-subprogram.
4959
4960 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4961
4962 * emacs-lisp/advice.el: Many doc fixes.
4963
4964 * comint.el (comint-preoutput-filter-functions): Doc fix.
4965
4966 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4967
4968 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4969 Improve messages for capitalization of arg names,
4970 for flag variables, for t and nil, for imperatives.
4971 Call them imperatives rather than infinitives sans "to".
4972 (checkdoc-common-verbs-wrong-voice): Add "moves".
4973 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4974
4975 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4976 Don't convert comments from 3-semicolon to 2-semicolon.
4977 That is a matter of style.
4978 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4979 (checkdoc-comments): Don't bind that variable.
4980
4981 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4982
4983 * files.el (write-file-hooks): Doc fix.
4984
4985 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4986
4987 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4988
4989 1999-11-25 Dave Love <fx@gnu.org>
4990
4991 * hippie-exp.el: Require comint when compiling.
4992 (hippie-expand): Add :links.
4993 (hippie-expand-try-functions-list): Customize.
4994
4995 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4996
4997 * viper*el: Replaced old-style backquotes.
4998
4999 * ediff*el: Replaced old-style backquotes.
5000
5001 * ediff-merge
5002 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5003 Changed to support the new format for ediff-combination-pattern.
5004
5005 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5006 Changed to support the new format for ediff-combination-pattern.
5007
5008 1999-11-24 Dave Love <fx@gnu.org>
5009
5010 * custom.el (custom-declare-group): Purecopy DOC.
5011 (custom-handle-keyword): Purecopy VALUE.
5012 (custom-add-link): Purecopy WIDGET.
5013 (custom-add-version): Purecopy VERSION.
5014 (custom-add-load): Purecopy LOAD.
5015
5016 * cus-face.el (custom-declare-face): Purecopy DOC.
5017
5018 * info.el:
5019 (Info-build-node-completions, Info-search, Info-follow-reference)
5020 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5021 (Info-find-emacs-command-nodes): Avoid properties on matched text
5022 which may appear in minibuffer.
5023
5024 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5025
5026 * locate.el (locate-with-filter): Doc fix.
5027
5028 1999-11-24 Alex Schroeder <alex@gnu.org>
5029
5030 * sql.el (sql-find-sqli-buffer): New function.
5031 (sql-set-sqli-buffer-generally): New function.
5032 (sql-set-sqli-buffer): Better checking of new-buffer.
5033 (sql-copy-column): Add comma after INTO clause, too.
5034
5035 1999-11-24 Alex Schroeder <alex@gnu.org>
5036
5037 * sql.el (sql-imenu-generic-expression): New, used to set
5038 imenu-generic-expression.
5039
5040 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5041 setting font-lock-defaults' SYNTAX-ALIST. Set
5042 imenu-generic-expression, imenu-case-fold-search, and
5043 imenu-syntax-alist.
5044
5045 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5046 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5047
5048 1999-11-23 Andrew Innes <andrewi@gnu.org>
5049
5050 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5051 drop coords aren't over a specific window.
5052
5053 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5054
5055 * ps-print.el: Define mule funs without checking if mule package is
5056 loaded.
5057 (ps-print-version): New version number (5.0.1).
5058 (ps-header-dirpart): Now uses abbreviate-file-name.
5059
5060 1999-11-23 Dave Love <fx@gnu.org>
5061
5062 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5063 comment-line-start.
5064 (fortran-comment-line-start-skip): Renamed from
5065 comment-line-start-skip.
5066 (fortran-mode-map): Use renamed functions. Add manual and custom
5067 entries to menu.
5068 (fortran-mode-hook): Customize.
5069 (fortran-comment-indent-function): Renamed from
5070 fortran-comment-hook.
5071 (delete-horizontal-regexp): Function deleted.
5072 (fortran-electric-line-number): Simplified.
5073 (fortran-beginning-of-subprogram): Renamed from
5074 beginning-of-fortran-subprogram.
5075 (fortran-end-of-subprogram): Renamed from
5076 end-of-fortran-subprogram.
5077 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5078 (fortran-previous-statement, fortran-next-statement): Simplified.
5079 (fortran-blink-match): New function.
5080 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5081 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5082 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5083 line-end-position.
5084 (fortran-fill): No longer interactive. Simplified.
5085 (fortran-break-line): Simplified.
5086 (fortran-analyze-file-format): Use char-after, not looking-at.
5087
5088 * emacs-lisp/find-func.el (find-function-regexp): Use
5089 `define-minor-mode' after easy-menu change.
5090
5091 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5092
5093 * comint.el: Add redirection.from active comint buffers into
5094 another buffer. Written by Peter Breton.
5095
5096 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5097
5098 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5099 `define-minor-mode'.
5100 (define-minor-mode): Specify `doc-string-elt'.
5101
5102 * emacs-lisp/easy-mmode.el: Changed maintainer.
5103 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5104 Use defcustom for the hooks; Improve the auto-generated docstrings.
5105 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5106 (define-minor-mode): Add BODY arg; Only declare the keymap if
5107 provided; Improve the auto-generated docstrings.
5108
5109 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5110
5111 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5112 that the leading `^' is at the start. This is necessary because
5113 paragraphs.el tries to remove anchors, but can find them only if
5114 they are the first character.
5115
5116 * progmodes/antlr-mode.el: New file.
5117
5118 * calendar/calendar.el: Fix autoload for
5119 calendar-absolute-from-astro. Add autoload for
5120 calendar-print-astro-day-number.
5121
5122 1999-11-21 Anders Lindgren <andersl@andersl.com>
5123
5124 * follow.el: Use modern backquote syntax. Minor comment update.
5125
5126 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5127
5128 * simple.el (with-syntax-table): Don't switch buffers.
5129
5130 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5131 progmodes/hideif.el: Use new backquote syntax.
5132
5133 1999-11-21 Ken Manheimer <klm@python.org>
5134
5135 * icomplete.el (icomplete-completions): Use an explicit variable
5136 `icomplete-prospects-length', obviating the need to use an
5137 apparently faulty throw/catch arrangement.
5138
5139 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5140
5141 * term/internal.el (IT-display-table-setup): Don't overstep
5142 character code 255.
5143
5144 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5145
5146 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5147 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5148
5149 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5150
5151 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5152 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5153
5154 * files.el (auto-mode-alist): Add patterns for diff-mode.
5155
5156 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5157 to detect an empty prompt.
5158
5159 1999-11-18 Dave Love <fx@gnu.org>
5160
5161 * simple.el (input-mode-8-bit): Fix the customization.
5162
5163 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5164
5165 * international/iso-acc.el (iso-languages): Add more
5166 characters for Portuguese.
5167
5168 * speedbar.el: Clean up comment at the start of the file.
5169 Remove RCS id.
5170
5171 * progmodes/compile.el (compilation-parse-errors): Use
5172 compilation-buffer-p instead of testing major-mode.
5173
5174 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5175
5176 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5177 (quickurl-ask): completion-ignore-case is set to the value of
5178 quickurl-completion-ignore-case for the duration of the call to
5179 completing-read.
5180
5181 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5182
5183 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5184
5185 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5186
5187 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5188 instead of ps-print-def.
5189
5190 * ps-print.el: Require ps-vars instead of ps-print-def.
5191
5192 * ps-mule.el: Require ps-vars instead of ps-print-def.
5193
5194 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5195
5196 * simple.el (with-syntax-table): Save buffer explicitly instead of
5197 using save-excursion.
5198
5199 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5200
5201 * mail/supercite.el: New maintainer.
5202
5203 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5204
5205 * progmodes/vhdl-mode.el: Use new backquote syntax.
5206
5207 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5208
5209 * simple.el (with-syntax-table): New.
5210
5211 1999-11-15 Sam Steingold <sds@ksp.com>
5212
5213 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5214
5215 1999-02-22 Sam Steingold <sds@goems.com>
5216
5217 * goto-addr.el (goto-address-at-mouse,
5218 goto-address-find-address-at-point): Use compose-mail.
5219 (goto-address-mail-method): Removed variable.
5220 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5221 goto-address-send-using-mail): Removed functions.
5222
5223 1998-11-03 Sam Steingold <sds@goems.com>
5224
5225 * simple.el (backward-delete-char-untabify):
5226 backward-delete-char-untabify-method can be `all' now - to delete
5227 hungrily including newlines.
5228
5229 1999-11-15 Sam Steingold <sds@ksp.com>
5230
5231 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5232
5233 1999-11-15 Dave Love <fx@gnu.org>
5234
5235 * cus-edit.el (customize-face, customize-face-other-window):
5236 Require match from completing-read.
5237 (custom-buffer-done-function): Default to custom-bury-buffer, not
5238 bury-buffer.
5239
5240 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5241
5242 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5243 progmodes/cperl-mode.el: Use new backquote syntax.
5244
5245 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5246
5247 * uniquify.el: Use new backquote syntax.
5248
5249 1999-11-14 Markus Rost <rost@ias.edu>
5250
5251 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5252 as in ispell-local-dictionary-alist.
5253
5254 1999-11-14 Alex Schroeder <alex@gnu.org>
5255
5256 * ansi-color.el (ansi-color-apply): Updated regexps to include
5257 highlighted face.
5258
5259 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5260
5261 * forms.el (forms--make-format-elt-using-text-properties):
5262 Treat `intangible' differently.
5263
5264 * forms.el: Use new backquote syntax.
5265
5266 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5267
5268 * textmodes/scribe.el (scribe-mode): Doc-fix.
5269
5270 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5271
5272 * net-utils.el (run-network-program, net-utils-run-program): Use
5273 the new backquote syntax.
5274 (smbclient-program, smbclient-program-options)
5275 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5276 variables
5277 (smbclient, smbclient-list-shares): New functions
5278
5279 1999-11-12 Sam Steingold <sds@ksp.com>
5280
5281 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5282 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5283 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5284 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5285 (viper-kbd-global-pair, viper-kbd-global-definition):
5286 Use the new backquote syntax.
5287
5288 * emulation/viper-cmd.el (viper-test-com-defun)
5289 (viper-prefix-arg-value, viper-prefix-arg-com):
5290 Use the new backquote syntax.
5291
5292 * emacs-lisp/debug.el (debugger-env-macro):
5293 Use the new backquote syntax.
5294
5295 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5296 Use the new backquote syntax.
5297
5298 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5299 New user variable.
5300 (calendar-hide-window): Use it.
5301 (increment-calendar-month, calendar-for-loop, calendar-sum):
5302 Use the new backquote syntax.
5303
5304 1999-11-12 Andrew Innes <andrewi@gnu.org>
5305
5306 * select.el (x-set-selection): Call buffer-substring, not
5307 substring. Also fix docstring
5308
5309 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5310
5311 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5312 of customizable variables to bug report message. Added
5313 system-type to package name in bug report.
5314
5315 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5316
5317 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5318 to display file names.
5319
5320 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5321
5322 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5323
5324 * isearch.el: Add lazy-highlighting feature.
5325
5326 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5327
5328 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5329 constant.
5330 (ps-mode-submit-bug-report): New function. Entry added to menu.
5331
5332 1999-11-10 William M. Perry <wmperry@aventail.com>
5333
5334 * mwheel.el: New file to support the new style wheeled mice.
5335
5336 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5337
5338 * startup.el (initial-scratch-message): Add ";;" to the front of
5339 lines in the message.
5340
5341 * files.el (file-local-copy): Remove optional BUFFER argument
5342 because that's not used by anything.
5343
5344 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5345 to-address.
5346
5347 1999-11-08 Markus Rost <rost@ias.edu>
5348
5349 * wid-edit.el (widget-button-click): Wrap with save-excursion
5350 to restore track-mouse in the correct buffer.
5351
5352 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5353
5354 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5355
5356 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5357
5358 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5359 lpr-command to "lp" for some system-types. (copied from lpr.el
5360 Emacs version 20.2.1).
5361
5362 1999-11-04 Markus Rost <rost@ias.edu>
5363
5364 * simple.el (comment-region): Strip off white space at end of
5365 comment-start.
5366
5367 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5368
5369 * faces.el (secondary-selection): Fix wrong color name.
5370
5371 1999-11-04 John Tobey <jtobey@epsilondev.com>
5372
5373 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5374 the default when invoking perldb in a non-Perl buffer, and other
5375 cases involving -e or --.
5376
5377 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5378
5379 * simple.el (previous-matching-history-element)
5380 (next-history-element): Use delete-field instead of erase-field.
5381
5382 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5383 Use delete-field instead of erase-field.
5384
5385 * faces.el (secondary-selection): Change background to yellow.
5386
5387 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5388 find the start of the text. Use field-string to read the user
5389 input.
5390
5391 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5392
5393 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5394 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5395 for compatibility with old face implementation.
5396
5397 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5398 Use erase-field instead of erase-buffer.
5399
5400 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5401 internal-show-cursor with new interface.
5402 (blink-cursor-timer-function): New.
5403 (blink-cursor-start): Use blink-cursor-timer-function.
5404
5405 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5406
5407 * calendar.el (redraw-calendar): Move to nearest date before
5408 redrawing.
5409
5410 * diary-lib.el (simple-diary-display): Reset modeline even if
5411 there are no diary entries since the diary buffer may be displayed.
5412
5413 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5414
5415 * emacs-lisp/debug.el (debug): If noninteractive, display the
5416 backtrace using `message', then exit Emacs.
5417 (debugger-batch-max-lines): New variable.
5418 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5419 Change the messages put at the start, to say that the debugger
5420 was entered.
5421
5422 1999-11-02 Sam Steingold <sds@ksp.com>
5423
5424 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5425
5426 1999-11-01 John Tobey <jtobey@epsilondev.com>
5427
5428 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5429 presence of perl switches other than "-e".
5430
5431 1999-11-01 Markus Rost <rost@ias.edu>
5432
5433 * dired-x.el (dired-smart-shell-command): Use
5434 shell-command-history as in shell-command.
5435
5436 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5437
5438 * userlock.el (ask-user-about-lock): Doc fix.
5439
5440 * frame.el: Doc fixes.
5441
5442 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5443
5444 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5445 of show-cursor.
5446 (blink-cursor-start, blink-cursor-end): Ditto.
5447
5448 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5449
5450 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5451
5452 * window.el (walk-windows): If ALL-FRAMES is a frame,
5453 start on that frame. Use save-selected-window.
5454
5455 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5456
5457 * simple.el (end-of-buffer): Use window-end to find the window end
5458 instead of vertical-motion because this handles variable-height
5459 lines correctly.
5460
5461 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5462
5463 * ediff.el: Version change.
5464
5465 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5466 make sure you are in a good frame before deleting other
5467 windows.
5468 (ediff-file-checked-in-p): Don't consider CVS
5469 files checked in.
5470 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5471 are writing to a newly created empty file.
5472
5473 * ediff-mult.el (ediff-show-session-group-hook): New default.
5474
5475 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5476 First cd to the file directory. reportedly works
5477 better with remote files.
5478
5479 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5480 Use file-name-nondirectory when passing files to CVS.
5481
5482 * ediff-diff.el (ediff-cmp-options): New variable.
5483 (ediff-same-file-contents): Use ediff-cmp-options.
5484
5485 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5486 ediff-get-patch-buffer): Use current buffer if it appears to be a
5487 patch.
5488
5489 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5490 C-g
5491
5492 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5493 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5494 (viper-save-cursor-color,viper-restore-cursor-color):
5495 Improved cursor color handling.
5496 (viper-get-saved-cursor-color-in-replace-mode,
5497 viper-get-saved-cursor-color-in-insert-mode): New functions for
5498 better cursor color handling.
5499
5500 * viper-ex.el (ex-read,ex-edit):
5501 Fixes for correct interpretation of #,%.
5502 (viper-ex): Now works correctly when called from other functions.
5503 (viper-glob-function): New variable.
5504 (viper-ex): Save excursion before doing :global.
5505
5506 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5507
5508 * viper-cmd.el (viper-post-command-sentinel,
5509 viper-insert-state-post-command-sentinel,
5510 viper-insert-state-pre-command-sentinel): Takes better care of
5511 cursor colors.
5512
5513 * viper.el: Version change.
5514
5515 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5516
5517 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5518 that the modeline display was updated *only* when
5519 `whitespace-display-in-modeline' was set, not otherwise.
5520
5521 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5522
5523 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5524 "frac12".
5525
5526 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5527 ad-activate.
5528
5529 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5530
5531 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5532 using fboundp instead of assuming that these are not present in
5533 particular flavors of emacs.
5534 (whitespace-version): Update to 2.8
5535 (whitespace-display-in-modeline): Add custom variable to control
5536 displaying the whitespace errors on the modeline based on
5537 suggestion from <klaus.berndl@sdm.de>
5538 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5539 clean, to enable using as a hook function, as suggested by Puneet
5540 Goel <puneet@computer.org>
5541 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5542 quiet was not set, even with whitespace-auto-cleanup set.
5543 (whitespace-mode-line): Now uses less modeline real estate and
5544 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5545 which is present in the file, and <y> is any type of whitespace
5546 whose check has been suppressed by setting
5547 `whitespace-check-<whitespace-type>' to nil.
5548 (whitespace-unchecked-whitespaces): New function to return the
5549 list of whitespaces for whom checks have been suppressed.
5550 (whitespace-display-unchecked-whitespaces): Renamed to
5551 `whitespace-update-modeline' to reflect its functionality.
5552
5553 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5554
5555 * progmodes/compile.el (compilation-error-regexp-alist):
5556 Undo previous change.
5557
5558 1999-10-28 Dave Love <fx@gnu.org>
5559
5560 * help.el (help-follow): Make arg optional again and really
5561 default to point.
5562
5563 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5564
5565 * paths.el (rmail-file-name): Make it an option.
5566
5567 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5568 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5569 comment fixes.
5570
5571 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5572 MIPS Pro 7.3 compiler error message syntax.
5573
5574 1999-10-27 Dave Love <fx@gnu.org>
5575
5576 * progmodes/compile.el: Checkdoc-inspired fixes.
5577
5578 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5579
5580 * lpr.el (print-buffer): Doc-string fix.
5581
5582 1999-10-27 Dave Love <fx@gnu.org>
5583
5584 * emacs-lisp/advice.el: Doc fixes.
5585 (ad-lemacs-p): Removed.
5586 (advice): Add :link to defgroup.
5587
5588 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5589
5590 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5591 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5592
5593 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5594
5595 * window.el (walk-windows): If ALL-FRAMES is a frame,
5596 start on that frame. Use save-selected-window.
5597
5598 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5599
5600 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5601 ad-activate. All callers changed, including those in data.c.
5602 (ad-activate-internal-off): Renamed from ad-activate-off.
5603 All uses changed.
5604 (ad-activate): Renamed from ad-activate-on. All uses changed.
5605 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5606 Alter the definition of ad-activate-internal, not ad-activate.
5607
5608 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5609
5610 * startup.el (command-line-1): Add support for command line
5611 arguments `file' and `execute'. Fix handling of `visit'.
5612
5613 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5614
5615 * international/mule-cmds.el (read-input-method-name): Handle the
5616 case that the arg DEFAULT is symbol.
5617
5618 * international/mule-diag.el (mule-diag): Handle the case that
5619 default-input-method is symbol.
5620
5621 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5622
5623 * textmodes/tildify.el: New file.
5624
5625 1999-10-25 Sam Steingold <sds@ksp.com>
5626
5627 * Makefile (compile-files): Fixed the "tr" strings.
5628 (EMACS): Set to ../src/emacs.
5629
5630 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5631
5632 * info.el (Info-build-node-completions): Add '("*") to the
5633 completion list.
5634
5635 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5636
5637 * frame.el (auto-raise-mode): When enabling the mode,
5638 immediately raise the selected frame.
5639
5640 * indent.el (indent-region): Doc fix.
5641
5642 * comint.el (comint-output-filter): Make the Comint buffer current
5643 for the comint-preoutput-filter-functions.
5644
5645 * mail/reporter.el: Doc fix.
5646
5647 1999-10-24 Stephen Eglen <stephen@gnu.org>
5648
5649 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5650 that Octave lisp files can also run under XEmacs 20.
5651 (require 'custom) added so that files can run under Emacs 19.34.
5652
5653 * iswitchb.el (iswitchb-default-keybindings): No need to use
5654 read-kbd-macro in keybindings.
5655
5656 1999-10-23 Dave Love <fx@gnu.org>
5657
5658 * elide-head.el: New file.
5659
5660 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5661
5662 * Makefile (compile-files, backup-compiled-files): New targets.
5663 (bootstrap, bootstrap-clean): Ditto.
5664
5665 1999-10-22 Paul Eggert <eggert@twinsun.com>
5666
5667 * international/mule-cmds.c (locale-language-names):
5668 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5669 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5670 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5671 Use Latin-8 for Welsh.
5672 Use Latin-1 for English if "en" is explicitly specified.
5673 Use Latin-1 for Scots Gaelic, Tagalog.
5674 Use Latin-1 (not Latin-4) for Greenlandic.
5675 Use Latin-1 (not Latin-2) for Albanian.
5676 (locale-preferred-coding-systems, locale-language-names):
5677 Remove generic ISO 8859 locales; locale-charset-language-names now
5678 does this.
5679 (locale-charset-language-names): New variable.
5680 (set-locale-environment): Use language name specified by
5681 locale-charset-language-names if its charsets disagree with the
5682 language name specified by locale-language-names.
5683
5684 1999-10-22 Dave Love <fx@gnu.org>
5685
5686 * make-mode.el: Minor doc fixes.
5687
5688 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5689
5690 1999-10-21 Dave Love <fx@gnu.org>
5691
5692 * loadup.el: Add latin-8, latin-9.
5693
5694 1999-10-20 Paul Eggert <eggert@twinsun.com>
5695
5696 * disp-table.el (standard-display-european): Remove undocumented
5697 arg AUTO; no longer used by startup.el. Do not attempt to treat
5698 all non-English language environments as coding system names.
5699 Instead, use the downcased language environment name as a coding
5700 system name if it is one; otherwise, use latin-1.
5701
5702 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5703
5704 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5705 that were split so that part of the comment appeared as Lisp code.
5706
5707 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5708
5709 * ps-bdf.el: Doc fix.
5710
5711 * ps-print-def.el: New file: common definitions for all parts of
5712 ps-print.
5713 (ps-multibyte-buffer): Moved from ps-mule.
5714
5715 * ps-mule.el: File dependence fix.
5716 (ps-multibyte-buffer): Moved to ps-print-def.
5717
5718 * ps-print.el: Doc fix, better customization.
5719 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5720 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5721 (ps-end-file): Doc fix.
5722 (ps-setup, ps-begin-file): Fun fix.
5723 (postscript): New group.
5724 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5725 (ps-print-prologue-1): Adjust PostScript programming.
5726 (ps-print): Adjust group hierarchy.
5727 (ps-print-n-up, ps-print-zebra, ps-print-background,
5728 ps-print-printer)
5729 (ps-print-page): New subgroups.
5730 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5731 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5732 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5733 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5734 (ps-zebra-stripe-height, ps-print-background-image)
5735 (ps-print-background-text, ps-spool-config): Adjust customization.
5736 (dos-ps-printer): Definition eliminated.
5737
5738 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5739
5740 * ps-mule.el: Doc fix, define functions properly if mule package is
5741 loaded or not.
5742 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5743 mule package is loaded or not.
5744
5745 * ps-print.el: Doc fix, n-up printing.
5746 (ps-print-version): New version number (5.0).
5747 (ps-page-dimensions-database): Added document media.
5748 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5749 (ps-page-order, ps-printing-region-p): New vars.
5750 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5751 funs.
5752 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5753 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5754 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5755 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5756 (ps-print-begin-sheet-hook): New hook.
5757 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5758 const.
5759 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5760 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5761 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5762 (ps-count-lines): Changed to defun.
5763 (ps-header-page): Changed to defsubst, fix fun.
5764 (ps-printing-region): Doc fix, adjust programming code.
5765 (ps-output-boolean, ps-background-pages, ps-background-text)
5766 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5767 programming code.
5768
5769 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5770
5771 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5772 (ps-print-version): New version number (4.2).
5773 (ps-spool-config, ps-spool-tumble): New vars.
5774 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5775 programming, new PostScript procedure to handle errors.
5776 (ps-print-prologue-2): Changed to defconst.
5777 (ps-print-duplex-feature): New const: duplex and tumble setting.
5778 (ps-setup, ps-begin-file): Fix funs.
5779 (ps-boolean-capitalized): New fun.
5780
5781 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5782
5783 * Makefile (dontcompilefiles): Obsoleted.
5784 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5785 (EL): Unused.
5786 (temacs): Removed (unused).
5787 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5788 version of the file (necessary for the update to work properly).
5789 (autoloads): Force the use of `pwd`/loaddefs.el.
5790 (updates); Redefined in terms of other targets to reduce redundancy.
5791 (.el.elc): New default rule, just in case you want it.
5792 (compile): Use a single invocation of Emacs.
5793 (bootstrap-compile); Unneeded.
5794 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5795
5796 1999-10-19 Dave Love <fx@gnu.org>
5797
5798 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5799
5800 1999-10-19 Sam Steingold <sds@ksp.com>
5801
5802 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5803 comply with the comment.
5804
5805 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5806
5807 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5808 permanent-local.
5809
5810 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5811
5812 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5813 value: \"lpr\" changed to "lpr"
5814 (ps-mode-version): New constant
5815 (ps-mode-show-version): New function, added key in ps-mode-map
5816 (ps-run-messages): Removed
5817 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5818 ps-run-messages. These keywords now include the value of
5819 ps-run-prompt, making its fontification customizable.
5820 (ps-run-init): Removed \\n from docstring, it is now added when
5821 the value is used
5822 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5823 ps-run-prompt
5824 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5825 customizable variables in doc-string (its equivalent
5826 ps-run-messages was missing in previous version of the doc-string)
5827 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5828 symbols only
5829
5830 1999-10-19 Alex Schroeder <alex@gnu.org>
5831
5832 * ansi-color.el: Complete rewrite.
5833
5834 1999-10-19 Paul Eggert <eggert@twinsun.com>
5835
5836 Fix bootstrapping problems.
5837 Use the system locale to specify Emacs locale defaults.
5838
5839 * international/mule-cmds.el (global-map):
5840 Do not use backquote, because that makes a bootstrapping
5841 problem if you need to recompile all Lisp files using interpreted code.
5842 * international/mule.el (charset-id, charset-bytes,
5843 charset-dimension, charset-chars, charset-width,
5844 charset-direction, charset-iso-final-char,
5845 charset-iso-graphic-plane, charset-reverse-charset,
5846 charset-short-name, charset-long-name, charset-description,
5847 charset-plist): Likewise.
5848 * subr.el (save-match-data): Likewise.
5849
5850 * international/mule-cmds.el
5851 (set-display-table-and-terminal-coding-system): New function,
5852 containing code migrated out of set-language-environment.
5853 (set-language-environment, set-locale-environment): Use it.
5854 (locale-translation-file-name): Moved here from startup.el.
5855 (locale-language-names, locale-preferred-coding-systems):
5856 New vars.
5857 (locale-name-match, set-locale-environment): New functions.
5858
5859 * language/japan-util.el (setup-japanese-environment-internal):
5860 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5861
5862 * startup.el (iso-8859-n-locale-regexp): Remove.
5863 (locale-translation-file-name): Move to mule-cmds.el.
5864 (command-line): Move locale-stuff into set-locale-environment.
5865
5866 1999-10-18 Dave Love <fx@gnu.org>
5867
5868 * abbrev.el (add-abbrev, inverse-add-abbrev)
5869 (expand-region-abbrevs): Remove properties from buffer text.
5870
5871 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5872
5873 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5874 from the mini-buffer, without the prompt.
5875
5876 * simple.el (minibuffer-prompt-end): Return the position
5877 after the prompt, not the position of that last character
5878 of the prompt.
5879
5880 1999-10-17 Miles Bader <miles@gnu.org>
5881
5882 * simple.el: Doc fixes.
5883
5884 1999-10-17 Miles Bader <miles@gnu.org>
5885
5886 * simple.el (previous-matching-history-element, next-history-element):
5887 Change to work correctly even if the point is in the prompt.
5888 (choose-completion-string): Likewise.
5889 (minibuffer-prompt-width): New function (compatibility with old subr).
5890
5891 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5892 When constraining the final position to the current field,
5893 don't use the ONLY-IN-LINE mode of constrain-to-field.
5894
5895 1999-10-17 Miles Bader <miles@gnu.org>
5896
5897 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5898 constrain-to-field.
5899 * textmodes/paragraphs.el (forward-sentence): Likewise.
5900
5901 1999-10-17 Miles Bader <miles@gnu.org>
5902
5903 * simple.el (line-move): Use constrain-to-field to avoid
5904 moving into a prompt.
5905 (previous-complete-history-element): Clarify doc string.
5906 (next-complete-history-element): Likewise.
5907 Use field-beginning instead of point-min.
5908 (next-matching-history-element): Use field-beginning and
5909 erase-field instead of point-min and erase-buffer.
5910 * textmodes/paragraphs.el
5911 (forward-paragraph, forward-sentence): Likewise.
5912 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5913 constrain the kill to an field, as the movement commands now
5914 do this.
5915
5916 1999-10-17 Miles Bader <miles@gnu.org>
5917
5918 * simple.el (previous-matching-history-element): Get the
5919 minibuffer input with field-string instead of buffer-string.
5920 (choose-completion-string): Likewise.
5921 (next-history-element): Likewise.
5922 Erase the minibuffer input with erase-field, not erase-buffer.
5923 Use field-beginning to find the beginning of the input.
5924 * textmodes/paragraphs.el (backward-kill-sentence):
5925 Remove minibuffer-prompt hack.
5926 Constrain to any input field.
5927
5928 1999-10-17 Sam Steingold <sds@ksp.com>
5929
5930 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5931 for CMUCL on sparc and ".ufsl" for LispWorks.
5932 (bound-and-true-p): Bugfix: free variable `v'.
5933
5934 1999-10-16 Dave Love <d.love@dl.ac.uk>
5935
5936 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5937 (edebug-uninstall-read-eval-functions): Use load-read-function,
5938 avoiding elisp-eval.
5939
5940 1999-10-16 Sam Steingold <sds@ksp.com>
5941
5942 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5943 instead of `eql'.
5944
5945 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5946
5947 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5948 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5949 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5950 * ediff-util.el (ediff-make-temp-file):
5951 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5952 * emerge.el (emerge-make-temp-file):
5953 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5954 * vc.el (vc-update-change-log):
5955 * mail/mailpost.el (post-mail-send-it):
5956 * mail/metamail.el (metamail-region):
5957 * progmodes/cmacexp.el (c-macro-expansion):
5958 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5959
5960 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5961
5962 * smtpmail.el (smtpmail-via-smtp): Add support for
5963 automatically appending a domain to RCPT TO: addresses.
5964
5965 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5966
5967 * dired.el (dired-insert-directory): Insert the amount of
5968 free space after the total size.
5969 (dired-free-space-program, dired-free-space-args): New variables.
5970
5971 1999-10-14 Karl Heuer <kwzh@gnu.org>
5972
5973 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5974
5975 1999-10-14 Dave Love <fx@gnu.org>
5976
5977 * international/characters.el:
5978 * international/fontset.el:
5979 * international/mule-conf.el: Add latin-iso8859-1[45].
5980
5981 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5982 strings.
5983
5984 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5985 (command-line): Detect Latin-[89] locales.
5986
5987 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5988
5989 * international/mule-cmds.el (select-safe-coding-system)
5990 (leim-list-header): Avoid the use of strings that start with backslash
5991 newline since lread.c:read1 has a hack to turn those strings into
5992 integer 0 during the loadup.el process.
5993
5994 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5995
5996 1999-10-13 Dave Love <fx@gnu.org>
5997
5998 * image.el (insert-image): Copy the image spec and add an
5999 intangible property.
6000
6001 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6002
6003 * help.el (help-xref-interned): Make it also work on variable-only
6004 and function-only symbols.
6005 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6006 (help-follow): If the point under mouse is not highlighted, try
6007 `help-xref-interned' on the pointed-to symbol anyway.
6008
6009 * info.el (Info-on-current-buffer): New entry point.
6010 (Info-find-node): Split into two for Info-on-current-buffer to
6011 hook into it.
6012 (Info-current-file, Info-set-mode-line, Info-up):
6013 Info-current-file can now be t.
6014 (Info-clone-buffer-hook): Function for `clone-buffer'.
6015 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6016 Make `clone-buffer' available in various ways to the user.
6017
6018 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6019
6020 * simple.el (shell-command, shell-command-on-region): Use
6021 make-temp-file.
6022 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6023
6024 * subr.el (with-current-buffer): Don't use backquotes to avoid
6025 bootstrapping problems.
6026
6027 * loadup.el (load-path): Add subdirs for bootstrapping.
6028 (docstrings): Ignore errors during bootstrapping.
6029 (args): New `bootstrap' argument (for use in place of `dump').
6030
6031 1999-10-12 Emmanuel Briot <briot@gnat.com>
6032
6033 * ada-stmt.el: Doc-string fixes.
6034
6035 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6036
6037 * recentf.el: New file.
6038
6039 * ps-mode.el: New file.
6040
6041 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6042 case insensitive.
6043
6044 1999-10-12 Richard Sharman <rsharman@pobox.com>
6045
6046 * sh-script.el: Added support for indenting existing scripts.
6047 (sh-mode-map): Added new bindings.
6048 (sh-mode): Updated mode doc-string for new commands, added
6049 make-local-variable calls, initialize mode-specific variables.
6050 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6051 is now a different function.
6052 (sh-header-marker): Changed docstring.
6053 (sh-set-shell): Initialize mode-specific variables.
6054 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6055 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6056 Changed these define-skeleton calls to work with user-specified
6057 indentation settings.
6058 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6059 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6060 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6061 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6062 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6063 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6064 (sh-guess-basic-offset, sh-handle-after-case-label)
6065 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6066 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6067 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6068 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6069 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6070 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6071 (sh-handle-this-then, sh-help-string-for-variable)
6072 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6073 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6074 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6075 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6076 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6077 (sh-remove-our-text-properties, sh-rescan-buffer)
6078 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6079 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6080 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6081 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6082 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6083 functions.
6084 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6085 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6086 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6087 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6088 (sh-var-list): New variables.
6089
6090 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6091
6092 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6093 a value one line to high if the cursor wasn't at the start of a
6094 line. A `beginning-of-line' is now performed before making the
6095 call to `count-lines'.
6096
6097 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6098
6099 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6100
6101 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6102
6103 * Makefile (setwins): Abstract out the command to find subdirectories
6104 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6105 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6106 (autoloads-with-other-emacs): Use it.
6107
6108 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6109
6110 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6111
6112 * Makefile (bootstrap-compile): New target. Compile Lisp
6113 files with ../src/temacs.
6114
6115 1999-10-08 Dave Love <fx@gnu.org>
6116
6117 * ange-ftp.el: Require dired when compiling.
6118 (ange-ftp-normal-login): Allow EFS-style port specification.
6119
6120 1999-10-08 Simon Marshall <simon@gnu.org>
6121
6122 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6123 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6124 If STRINGS is nil, return "" rather than nil.
6125
6126 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6127
6128 * Makefile (compile): Compile files one by one. Set load-path to
6129 current directory and subdirectories when compiling.
6130
6131 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6132
6133 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6134 (emacs): Use it everywhere instead of EMACS.
6135 (compile): New target. Compile all Lisp files from scratch.
6136 (recompile): New target. Recompile lisp directory.
6137 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6138 an Emacs executable not built in the current directory tree.
6139
6140 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6141
6142 * filecache.el (file-cache-completion-ignore-case): New variable,
6143 defaulting to the value of completion-ignore-case.
6144 (file-cache-minibuffer-complete): Use it.
6145 (file-cache-files-matching, file-cache-files-matching-internal):
6146 New functions.
6147
6148 1999-10-07 Emmanuel Briot <briot@gnat.com>
6149
6150 * ada-xref.el: New file
6151
6152 * ada-prj.el: New file
6153
6154 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6155
6156 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6157 subprogram being created.
6158
6159 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6160 ada-indent-newline-indent): Rewritten to support the new indentation
6161 scheme
6162
6163 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6164 New functions
6165
6166 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6167 justification parameter
6168
6169 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6170 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6171 external program
6172
6173 1999-10-07 Dave Love <fx@gnu.org>
6174
6175 * bindings.el (bound-and-true-p): New macro.
6176 (make-mode-line-mouse-sensitive): Don't require easymenu.
6177
6178 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6179
6180 * custom.el (defface): Extend documentation for new values of
6181 `type'.
6182
6183 * faces.el (face-spec-set-match-display): Recognize `type' of
6184 `motif', `lucid', `x-toolkit'.
6185 (menu): New face.
6186
6187 1999-10-05 Dave Love <fx@gnu.org>
6188
6189 * files.el: Recognize temporary crontab files.
6190
6191 * info.el: Require jka-compr when compiling.
6192 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6193
6194 1999-10-04 Dave Love <fx@gnu.org>
6195
6196 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6197 scroll-up-aggressively, scroll-down-aggressively.
6198
6199 * time.el (display-time-mode): Add autoload cookie.
6200
6201 * rect.el (delete-extract-rectangle): Doc fix from verna.
6202
6203 * help-macro.el (three-step-help): Customize.
6204
6205 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6206
6207 * hexl.el (hexlify-buffer): Move point in proper range
6208 if it is too large.
6209 (hexl-after-revert-hook): Update hexl-max-address.
6210 (hexl-address-to-marker): Doc fix.
6211
6212 1999-10-03 Dave Love <fx@gnu.org>
6213
6214 * image.el (defimage): Remove redundant code. Substitute file in
6215 image plist.
6216
6217 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6218
6219 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6220 when doing with-temp-file.
6221
6222 1999-10-01 Dave Love <fx@gnu.org>
6223
6224 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6225
6226 * help.el: Require view when compiling.
6227 (view-emacs-FAQ): Use Info version.
6228
6229 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6230
6231 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6232 (normat->normal). Use correct font names for Korean
6233 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6234
6235 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6236
6237 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6238 code not used by KOI8 to the same 8-bit code instead of mapping to
6239 SPC.
6240 (cyrillic-alternativnyj-decode-table): Likewise.
6241
6242 1999-09-29 Alex Schroeder <alex@gnu.org>
6243
6244 * sql.el (sql-imenu-generic-expression): Aew, used to set
6245 imenu-generic-expression.
6246 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6247 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6248 imenu-case-fold-search, and imenu-syntax-alist.
6249 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6250 setting font-lock-defaults' SYNTAX-ALIST.
6251
6252 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6253
6254 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6255 macro, try again.
6256
6257 1999-09-28 Dave Love <fx@gnu.org>
6258
6259 * cus-edit.el (custom-comment): Change widget definition.
6260 (custom-comment-create, custom-comment-show)
6261 (custom-comment-invisible-p): Don't use :comment-overlay.
6262 (custom-comment-hide): New function.
6263 (custom-variable-set, custom-variable-save)
6264 (custom-variable-reset-standard, custom-face-set)
6265 (custom-face-save): Use it.
6266
6267 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6268
6269 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6270
6271 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6272
6273 * faces.el (region): Doc fix.
6274
6275 1999-09-27 Dave Love <fx@gnu.org>
6276
6277 * isearch.el (isearch): Add :links in defgroup.
6278 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6279 (isearch-switch-frame-handler): Comment out (unused).
6280 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6281 (isearch-ring-retreat-edit): Doc fix.
6282 (isearch-mouse-yank): New command.
6283 (isearch-last-command-char): Removed. Callers changed to use
6284 last-command-char.
6285 (isearch-char-to-string): Removed. Callers changed to use
6286 char-to-string.
6287
6288 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6289
6290 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6291 option for Russian.
6292
6293 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6294
6295 * faces.el (face-differs-from-default-p): Compare face
6296 attributes individually.
6297
6298 * image.el (put-image, insert-image): Add string argument.
6299
6300 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6301
6302 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6303 LANG=de_DE.iso88591 on HPUX 11.0.
6304
6305 * dired.el (dired-move-to-filename-regexp): Make it work
6306 for LANG=de_DE.iso88591 on HPUX 11.0.
6307
6308 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6309
6310 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6311 if we know for some other reason it should not be used.
6312
6313 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6314 New variable.
6315 (edebug-recursive-edit): Save current-prefix-arg there,
6316 bind it, and set it back at the end.
6317 (edebug-outside-excursion): Restore and update the outside
6318 value of current-prefix-arg.
6319 (edebug-emacs-version-specific): Delete support for Epoch.
6320
6321 1999-09-24 Howard Melman <howard@silverstream.com>
6322
6323 * imenu.el (imenu-after-jump-hook): New variable.
6324 (imenu): Run menu-after-jump-hook.
6325 (imenu-name-lookup-function): New variable.
6326 * imenu.el (imenu--in-alist): Use those variables.
6327
6328 1999-09-24 Carsten Dominik <cd@gnu.org>
6329
6330 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6331 multiple thebibliography environments.
6332
6333 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6334 with recentering window.
6335 (reftex-extract-bib-entries-from-thebibliography,
6336 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6337 with multiple thebibliography environments.
6338
6339 * textmodes/reftex-vars.el
6340 (reftex-section-levels): Function allowed as cdr.
6341 (reftex-max-section-depth) New option.
6342
6343 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6344 with multiple thebibliography environments.
6345
6346 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6347
6348 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6349 instead of point-min in call to delete-region.
6350
6351 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6352
6353 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6354 out into arbitrary file names.
6355
6356 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6357
6358 * language/european.el ("Turkish"): New language environment.
6359
6360 1999-09-19 Dave Love <fx@gnu.org>
6361
6362 * delim-col.el: New file.
6363
6364 1999-09-17 Richard Stallman <rms@gnu.org>
6365
6366 * files.el (after-find-file): When visiting a backup file,
6367 make it read-only.
6368
6369 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6370 (apropos-keybinding-face, apropos-label-face): Likewise.
6371 (apropos-property-face, apropos-match-face): Likewise.
6372 (apropos-label-properties): New variable.
6373 (apropos-print-doc): Use apropos-label-properties.
6374 (apropos-print): Set apropos-label-properties.
6375
6376 1999-09-15 Richard Stallman <rms@gnu.org>
6377
6378 * winner.el: Use aref instead of sref.
6379
6380 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6381
6382 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6383
6384 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6385
6386 1999-09-14 Richard Stallman <rms@gnu.org>
6387
6388 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6389 cookie, even if followed by a letter.
6390
6391 1999-09-14 Stephen Eglen <stephen@gnu.org>
6392
6393 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6394 --no-line-editing are passed to Octave by including them here
6395 rather than storing them in inferior-octave-startup-args.
6396
6397 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6398
6399 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6400 command, option, env and sc.
6401
6402 * subr.el (shell-quote-argument): Quote argument with double
6403 quotes for ms-dos.
6404
6405 1999-09-14 Richard Stallman <rms@gnu.org>
6406
6407 * simple.el (eval-expression-print-level): New variable.
6408 (eval-expression-print-length): New variable.
6409 (eval-expression-debug-on-error): New variable.
6410 (eval-expression): Bind print-level, print-length and
6411 debug-on-error from those vars.
6412
6413 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6414 Bind print-level, print-length and debug-on-error.
6415
6416 1999-09-14 Inge Frick <inge@nada.kth.se>
6417
6418 * dired.el (dired-recursive-deletes): New custom variable.
6419 (dired-re-no-dot): New variable.
6420 (dired-delete-file): New function deletes files and directories
6421 recursively.
6422 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6423
6424 * dired-aux.el (dired-recursive-copies): New custom variable.
6425 (dired-handle-overwrite): Broke a long line.
6426 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6427 `copy-file'.
6428 (dired-copy-file-recursive): New function. Copy directories
6429 recursively.
6430 (dired-do-create-files): Added support for generalized directory
6431 target. How-to function may now return a function. New fluid
6432 variable `dired-one-file'.
6433 (dired-copy-how-to-fn): New variable.
6434 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6435 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6436 (dired-do-copy-regexp): No recursive copies.
6437
6438 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6439
6440 * whitespace.el (whitespace-version): Update version to 2.4
6441
6442 * whitespace.el: Add customization variables to conditionally test
6443 any of the five whitespaces, per request from Rune Kleveland
6444 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6445
6446 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6447
6448 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6449 list of modes to be checked for bogus whitespaces.
6450
6451 * whitespace.el (whitespace-rescan-timer-time): Update
6452 documentation.
6453
6454 * whitespace.el (whitespace-display-unchecked-whitespaces):
6455 New function to update modeline with untested whitespaces.
6456
6457 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6458 checking is turned on, and update modeline using the newly created
6459 `whitespace-display-unchecked-whitespaces'.
6460
6461 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6462 whose checking is turned on, and update modeline using the newly
6463 created `whitespace-display-unchecked-whitespaces'.
6464
6465 * whitespace.el (whitespace-describe): Update documentation.
6466
6467 * whitespace.el (whitespace-tickle-timer): Test if
6468 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6469
6470 1999-09-13 Dave Love <fx@gnu.org>
6471
6472 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6473
6474 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6475 for temp buffer.
6476 (checkdoc-this-string-valid): Don't assume default comment-start.
6477
6478 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6479
6480 * rsz-mini.el: Remove code, keep the interface.
6481
6482 1999-09-13 Dave Love <fx@gnu.org>
6483
6484 * help.el (help-highlight-p): Doc fix.
6485
6486 * faces.el (mode-line, header-line, tool-bar): Add :version.
6487 (highlight, secondary-selection): Add :group.
6488 (trailing-whitespace): Add :group, :version.
6489
6490 * wid-edit.el: Remove some compatibility code and checks.
6491 (widget-specify-field, widget-specify-button): Don't use XEmacs
6492 properties.
6493 (widget-overlay-inactive): Change error message.
6494 (widget-button-pressed-face): New variable.
6495 (widget-button-click): Use it.
6496 (widget-documentation-link-add): Specify mouse and button faces.
6497 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6498 removed now the functionality is built in.
6499
6500 * cus-edit.el: Don't define-widget-keywords.
6501 (multimedia): New group.
6502 (custom-last): Function removed.
6503 (custom-quote): Add vectorp case, comment out characterp case.
6504 (custom-buffer-done-function, custom-raised-buttons): New option.
6505 (Custom-buffer-done): New function.
6506 (custom-buffer-create-internal): Obey custom-raised-buttons,
6507 Custom-buffer-done.
6508 (custom-button-face): Make it `released-button'.
6509 (custom-button-pressed-face): Make it `pressed-button'
6510 (custom-mode-map): Bind "q" to Custom-buffer-done.
6511 (custom-mode): Deal with raised/pressed buttons.
6512
6513 Changes from Didier Verna:
6514 (custom-prompt-variable): Optional third arg makes prompt for a
6515 comment string.
6516 (customize-set-value, customize-set-variable,
6517 customize-save-variable): Optional prefix makes function handle
6518 variable comments.
6519 (customize-customized, customize-saved, custom-variable-state-set)
6520 (custom-variable-set, custom-variable-save, custom-face-state-set)
6521 (custom-variable-reset-saved, custom-variable-reset-standard)
6522 (custom-face-set, custom-face-save, custom-face-reset-saved)
6523 (custom-face-reset-standard, customize-save-customized): Handle
6524 custom comments.
6525 (custom-comment-face, custom-comment-tag-face): New face.
6526 (custom-comment): New widget.
6527 (custom-comment-create, custom-comment-delete)
6528 (custom-comment-value-set, custom-comment-show)
6529 ()custom-comment-invisible-p): New functions.
6530 (custom-variable-value-create, custom-face-value-create): Create a
6531 comment field widget.
6532 (custom-variable-menu, custom-face-menu): New entry for custom
6533 comment.
6534 (custom-face-value-create): Remove compatibility code.
6535 (custom-save-variables, custom-save-faces): Possibly save custom
6536 comments.
6537
6538 * cus-face.el (custom-face-attributes): Simplify :underline,
6539 :overline, :inverse-video cases. Fix up :box case (probably needs
6540 more work).
6541
6542 Change from Didier Verna:
6543 (custom-set-faces): The arguments can now have a custom comment as
6544 fourth argument.
6545
6546 * custom.el: Don't define-widget-keywords.
6547 Change from Didier Verna:
6548 (custom-set-variables): The arguments can now have a
6549 custom comment as fifth element.
6550
6551 1999-09-13 Richard Stallman <rms@gnu.org>
6552
6553 * info.el (Info-find-node): Cope better if guesspos is too large.
6554
6555 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6556
6557 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6558 of buffer-substring because buffer-string doesn't copy the
6559 prompt.
6560
6561 * faces.el (mode-line): Replaces `modeline'.
6562 (toplevel): Make `modeline' an alias for `mode-line'.
6563
6564 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6565
6566 * gs.el: Change `ghostscript' to `postscript' in comment.
6567
6568 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6569
6570 * emulation/tpu-edt.el (tpu-version): New version.
6571 (tpu-search-overlay, tpu-replace-overlay): New variables.
6572 (tpu-search-highlight, tpu-toggle-direction): New functions.
6573 (tpu-lm-replace): Set tpu-replace-overlay.
6574 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6575 command hook.
6576
6577 1999-09-11 Richard Stallman <rms@gnu.org>
6578
6579 * isearch.el (isearch-mode-map): Undo previous change.
6580
6581 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6582 use all of that as the sexp.
6583
6584 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6585 and use the initial argument as file name directly.
6586 Likewise if nothing matches.
6587
6588 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6589
6590 * winner.el: Major changes. Avoid changing point and mark.
6591 Save configurations after they change, not before.
6592
6593 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6594
6595 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6596 Bind print-continuous-numbering and print-number-table.
6597
6598 1999-09-10 Dave Love <fx@gnu.org>
6599
6600 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6601
6602 1999-09-09 Richard Stallman <rms@gnu.org>
6603
6604 * whitespace.el: Finish making it fit Emacs conventions.
6605 Add autoloads.
6606
6607 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6608
6609 * generic-x.el (bat-generic-mode): "::"-style comments don't
6610 need to begin with "-". Fix the font-lock definitions of ON/OFF
6611 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6612 from the list of keywords. Add DO to the list of keywords.
6613
6614 1999-09-09 Dave Love <fx@gnu.org>
6615
6616 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6617 (byte-optimize-backward-word): New optimizations.
6618 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6619 entries.
6620
6621 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6622
6623 * image.el (put-image): Remove optional buffer parameter.
6624
6625 * faces.el (face-italic-p): Return t only for values `italic'
6626 and `oblique'.
6627
6628 * mouse.el (mouse-drag-mode-line-1): Extension of former
6629 mouse-drag-mode-line that also drags the header line.
6630 (mouse-drag-mode-line): Call it.
6631 (mouse-drag-header-line): New.
6632 (toplevel): Bind down-mouse-1 on header lines to
6633 mouse-drage-header-line.
6634
6635 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6636
6637 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6638 (make-mode-line-mouse-sensitive): Replace `top-line' by
6639 `header-line'.
6640
6641 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6642
6643 * help.el (describe-function-1): Don't return empty string for keymaps.
6644
6645 * fill.el (fill-region-as-paragraph, canonically-space-region):
6646 Respect colon-double-space at end of line.
6647
6648 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6649
6650 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6651 (backup-buffer): Use it.
6652
6653 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6654
6655 * generic-x.el (generic-define-unix-modes): Added new modes:
6656 inetd-conf-generic-mode, etc-services-generic-mode,
6657 etc-passwd-generic-mode. These are all defined for Unix by default.
6658 (apache-generic-mode): Use an imenu-generic-expression to list
6659 Configuration keywords.
6660 (samba-generic-mode): Use both ; and # as comment characters.
6661 (samba-generic-mode): Font-lock expressions now highlight name
6662 value pairs.
6663 (bat-generic-mode): Keywords are now case-insensitive through
6664 font-lock-defaults setting.
6665 (java-properties-generic-mode): Supports both ! and # as comment
6666 characters.
6667 (java-properties-generic-mode): Added an imenu-generic-expression
6668 (java-properties-generic-mode): Reworked to support the various
6669 different ways to separate name and value (viz, '=', ':' and
6670 whitespace).
6671 (show-tabs-generic-mode): Added this new generic-mode.
6672
6673 1999-09-08 Richard Stallman <rms@gnu.org>
6674
6675 * progmodes/inf-lisp.el: Moved from top directory.
6676
6677 * tar-mode.el (tar-header-block-tokenize):
6678 Use `when' instead of `and'. Fix some clobbered text.
6679
6680 * gud.el (gud-make-debug-menu): Make a child for the
6681 local menu, for its menu bar, and the debug menu.
6682 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6683 Use the history in the simple way.
6684
6685 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6686
6687 * language/korea-util.el (default-korean-keyboard): Initialize it
6688 according to the environment variable HANGUL_KEYBOARD_TYPE.
6689
6690 1999-09-07 Richard Stallman <rms@gnu.org>
6691
6692 * subr.el (make-temp-file): New function.
6693
6694 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6695
6696 * font-lock.el (font-lock-multiline): New text property contains
6697 a boolean to indicate if the char is part of a multiline match.
6698 (font-lock-default-fontify-region): Extend the region appropriately
6699 for multiline keywords.
6700 (font-lock-default-unfontify-region): Also remove the new
6701 font-lock-multiline text property.
6702 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6703 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6704
6705 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6706
6707 * diary-lib.el (list-diary-entries): Make sure two-digit years
6708 have leading zeros.
6709
6710 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6711
6712 * faces.el (face-set-after-frame-default): Initialize some
6713 attributes of some faces from frame parameters.
6714
6715 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6716
6717 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6718
6719 * faces.el (fringe): Replaces face `margin'.
6720
6721 1999-09-07 Dave Love <fx@gnu.org>
6722
6723 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6724
6725 1999-09-07 Richard Stallman <rms@gnu.org>
6726
6727 * subr.el (push): Doc fix.
6728
6729 1999-09-06 Richard Stallman <rms@gnu.org>
6730
6731 * vc.el (vc-annotate-display): Use < 69 not < 70
6732 to distinguish 20YY from 19YY.
6733
6734 * timezone.el (timezone-parse-date): Use < 69 not < 70
6735 to distinguish 20YY from 19YY.
6736
6737 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6738
6739 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6740
6741 * quickurl.el: (quickurl-list-focused-line): Removed.
6742 (quickurl-list-insert): Now works out the focused line using
6743 `count-lines' instead of using `quickurl-list-focused-line'.
6744
6745 1999-09-06 Richard Stallman <rms@gnu.org>
6746
6747 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6748 to beginning of message.
6749
6750 1999-09-06 Dave Love <fx@gnu.org>
6751
6752 * isearch.el (isearch-mode-map): Add mouse-2.
6753
6754 * mail/rmail.el (rmail-read-password): Deleted.
6755 (rmail-get-pop-password): Use read-password.
6756
6757 * quickurl.el: Don't conditionally define caddr.
6758 (quickurl-url-comment): Use nth, not caddr in function and
6759 defsetf.
6760
6761 1999-09-06 Richard Stallman <rms@gnu.org>
6762
6763 * auto-show.el: Doc fixes.
6764
6765 1999-09-06 Stephen Eglen <stephen@gnu.org>
6766
6767 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6768 --no-line-editing so that TABs in source files are not interpreted
6769 as completion requests.
6770
6771 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6772
6773 * hscroll.el, auto-show.el: Remove all code, keep the public
6774 interface as no-ops.
6775
6776 * faces.el (face-bold-p): Don't return t if face has lighter
6777 weight than normal.
6778
6779 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6780
6781 * startup.el (command-line): Make small-temporary-file-directory
6782 be nil except on ms-dos.
6783
6784 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6785
6786 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6787 is defined.
6788
6789 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6790 letters with a colon after d or l.
6791
6792 1999-09-06 Dave Love <fx@gnu.org>
6793
6794 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6795 primitive.)
6796
6797 1999-09-05 Richard Stallman <rms@gnu.org>
6798
6799 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6800
6801 * textmodes/paragraphs.el (backward-kill-sentence):
6802 Don't test minibuffer-prompt-end here.
6803 (forward-sentence): Do handle it here.
6804 (backward-kill-paragraph): Don't test it here.
6805 (forward-paragraph): Handle it here.
6806
6807 * mouse.el (font-menu-add-default): Simplify code.
6808
6809 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6810
6811 * faces.el (header-line): Renamed from `top-line'.
6812
6813 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6814
6815 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6816
6817 1999-09-04 Richard Stallman <rms@gnu.org>
6818
6819 * whitespace.el: New file.
6820
6821 1999-09-04 Dave Love <fx@gnu.org>
6822
6823 * paths.el: Make some doc strings obey the make-docfile convention.
6824
6825 * bindings.el: Likewise.
6826 (debug-ignored-errors): Remove BBDB ones.
6827
6828 1999-09-03 Richard Stallman <rms@gnu.org>
6829
6830 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6831 not from the draft to forward.
6832
6833 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6834
6835 1999-09-03 Dave Love <fx@gnu.org>
6836
6837 * double.el (double-mode): Customize the variable.
6838
6839 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6840
6841 * international/characters.el: Delete duplicated code.
6842
6843 1999-09-02 Richard Stallman <rms@gnu.org>
6844
6845 * indent.el (indent-relative): Doc fix.
6846
6847 * quickurl.el (quickurl): Doc fix.
6848
6849 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6850
6851 * faces.el (margin): Change background to "gray" for mono (this is
6852 drawn with a stipple pattern).
6853
6854 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6855
6856 * simple.el (next-history-element): Use minibuffer-prompt-end once
6857 again. Remove test for minibuffer-prompt-in-buffer.
6858
6859 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6860
6861 * files.el (small-temporary-file-directory): New variable.
6862
6863 * startup.el (command-line): Compute the value of
6864 small-temporary-file-directory.
6865
6866 * ediff-init.el (ediff-temp-file-prefix): Use
6867 small-temporary-file-directory if non-nil.
6868
6869 * vc.el (vc-update-change-log): Likewise.
6870
6871 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6872
6873 * simple.el (shell-command, shell-command-on-region): Use
6874 make-temp-name properly. Use small-temporary-file-directory if
6875 non-nil, otherwise temporary-file-directory, to generate temporary
6876 files.
6877
6878 * dos-w32.el (direct-print-region-helper): Use
6879 temporary-file-directory. (From Stefan Monnier.)
6880
6881 1999-09-02 Richard Stallman <rms@gnu.org>
6882
6883 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6884 from asm-comment-char.
6885 (asm-font-lock-keywords): Recognize instruction width suffixes.
6886
6887 1999-09-01 Richard Stallman <rms@gnu.org>
6888
6889 * play/fortune.el: New file.
6890
6891 1999-08-31 Dave Love <fx@gnu.org>
6892
6893 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6894 after key table.
6895
6896 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6897 redisplay variables.
6898
6899 * subr.el (push): Fix typo.
6900
6901 1999-08-30 Kevin Blake <kblake@ticnet.com>
6902
6903 * emacs-lisp/ring.el: Many doc fixes.
6904 (ring-size, ring-copy): New functions.
6905
6906 1999-08-29 Richard Stallman <rms@gnu.org>
6907
6908 * progmodes/etags.el (tags-loop-continue):
6909 After tags-loop-operate returns, force skip to next file.
6910
6911 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6912 (mail-extr-first-letters, mail-extr-last-letters):
6913 Use character classes [:alpha:] and [:alnum:].
6914
6915 * subr.el (push, pop): New macros.
6916
6917 * progmodes/compile.el (compilation-error-regexp-alist):
6918 New item for SGI IRIX MipsPro compilers.
6919
6920 * speedbar.el (speedbar-directory-buttons): Recognize
6921 device names when checking for file names.
6922
6923 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6924
6925 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6926 and specially handle defvar inside their expansions.
6927 (eval-defun-1): New subroutine.
6928
6929 * progmodes/compile.el (compilation-error-regexp-alist):
6930 Fix the Perl -w entry to allow period after line number.
6931 Don't allow newlines in file name, but allow them after line number
6932 for Perl debugging traces.
6933
6934 * which-func.el (which-func-cleanup-function): New variable.
6935 (which-function): Call that function.
6936
6937 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6938 to end a function name.
6939
6940 * informat.el (Info-tagify): Don't insert more than one newline
6941 before the tag table.
6942
6943 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6944
6945 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6946 than make-temp-name, use match-string-no-properties, and eliminate
6947 a quadratic behavior when building bibtex-strings.
6948
6949 1999-08-29 Alex Schroeder <alex@gnu.org>
6950
6951 * comint.el (comint-input-ring-separator): New variable.
6952 (comint-read-input-ring): Doc change; use
6953 comint-input-ring-separator when reading file.
6954 (comint-write-input-ring): Use
6955 comint-input-ring-separator when writing file.
6956
6957 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6958
6959 * informat.el (Info-tagify): Start by widening.
6960 Match node headers that don't list the file name,
6961 and more kinds of page separations.
6962 Strip properties during tagification.
6963 Use start of node header line as tag's position.
6964 Fix the "done" message.
6965
6966 (Info-validate): Save and restore match data around narrowing down.
6967
6968 1999-08-28 Richard M. Stallman <rms@gnu.org>
6969
6970 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6971 On repeated call, override previous values put into
6972 minor-mode-map-alist and minor-mode-alist.
6973
6974 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6975
6976 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6977
6978 1999-08-27 Andreas Schwab <schwab@gnu.org>
6979
6980 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6981 from cvs update.
6982
6983 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6984
6985 * calendar/calendar.el (calendar-move-hook): New hook.
6986
6987 * calendar/cal-move.el: Call the new hook in every movement function.
6988
6989 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6990 the right function name.
6991
6992 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6993
6994 * time-stamp.el: Put quote-backquote around all symbol names
6995 in doc strings, for mousing.
6996 (time-stamp): Support multi-line patterns.
6997 (time-stamp-inserts-lines): New variable.
6998 (time-stamp-count): New variable.
6999 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7000 "Thu" instead of "%a".
7001
7002 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7003
7004 * simple.el (kill-word): Undo previous change.
7005
7006 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7007
7008 * jit-lock.el (jit-lock-function): Extend the fontified range
7009 to the beginning of the line containing the range start and
7010 the beginning of the line following the range end.
7011
7012 1999-08-24 Dave Love <fx@gnu.org>
7013
7014 * timezone.el: Move provide to end.
7015 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7016 <70 are 2000+.
7017 (timezone-parse-time): Simplify somewhat.
7018
7019 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7020
7021 * faces.el (margin): Renamed from bitmap-area.
7022
7023 1999-08-24 Alex Schroeder <alex@gnu.org>
7024
7025 * sql.el: Doc changes.
7026 (sql-sybase): Use sql-server instead of sql-database.
7027
7028 1999-08-23 Dave Love <fx@gnu.org>
7029
7030 * rect.el: Add/fix various doc strings. Add `*' to all the
7031 interactive specs.
7032
7033 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7034
7035 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7036 Don't unwind-protect font-lock-fontify-region.
7037
7038 * paragraphs.el (backward-kill-paragraph): Don't move
7039 point into mini-buffer prompt.
7040 (backward-kill-sentence): Ditto.
7041
7042 * simple.el (next-history-element): Use minibuffer-prompt-end.
7043 Remove test for minibuffer-prompt-in-buffer.
7044 (kill-word): Don't move point into mini-buffer prompt.
7045
7046 1999-08-21 Dave Love <fx@gnu.org>
7047
7048 * Makefile: Exclude CVS dirs like RCS.
7049
7050 1999-08-19 Dave Love <fx@gnu.org>
7051
7052 * tooltip.el (tooltip-mode): Customize this, per convention.
7053 (tooltip-active): Option deleted.
7054
7055 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7056
7057 * hanoi.el, page-ext.el: Declare dynamic vars.
7058
7059 * term.el: Avoid ange-ftp related compilation warnings.
7060
7061 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7062
7063 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7064 the default so that beginners can benefit from it without
7065 searching in manuals.
7066
7067 1999-08-18 Ray Blaak <blaak@gnu.org>
7068
7069 * progmodes/delphi.el: Consider assembly sections as blocks, to
7070 indent them better. Make auto-indent on newline optional.
7071
7072 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7073
7074 * bindings.el (mode-line-modified): Look up key binding for C-x
7075 C-q. If it's bound call that binding, otherwise call
7076 toggle-read-only.
7077
7078 1999-08-17 Dave Love <fx@gnu.org>
7079
7080 * info.el (info): Doc fix.
7081
7082 * finder.el (finder-known-keywords): Add `multimedia'.
7083
7084 * apropos.el: Don't capitalize custom group name.
7085
7086 * info-look.el: Remove compatibility code.
7087 (info-lookup-guess-default*): DTRT for point at start of symbol.
7088 (info-complete): Don't lose with point not at end of symbol.
7089
7090 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7091
7092 * term.el (toplevel): Make face `term-default' an empty face.
7093 The code relied on the fact that Emacs ignored invalid faces in
7094 face text properties in 20.4.
7095
7096 1999-08-16 Richard M. Stallman <rms@gnu.org>
7097
7098 * subr.el (point-at-eol, point-at-bol): New aliases.
7099
7100 * simple.el: Functions reordered.
7101
7102 * rect.el (delete-rectangle-line): Use line-end-position.
7103
7104 1999-08-16 Karl Heuer <kwzh@gnu.org>
7105
7106 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7107 here from simple.el.
7108
7109 1999-08-16 Dave Love <fx@gnu.org>
7110
7111 * mouse.el: Provide `mldrag' for compatibility.
7112 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7113 marked obsolete.
7114
7115 * mldrag.el: Removed since the features are in mouse.el.
7116
7117 * jka-compr.el (auto-compression-mode): New variable for
7118 customization.
7119
7120 * bindings.el (mode-line-mule-info): Doc fix.
7121
7122 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7123 name comparisons.
7124
7125 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7126 (find-file): Doc fix.
7127
7128 1999-08-16 Carsten Dominik <cd@gnu.org>
7129
7130 * textmodes/reftex.el: Most of the code moved to other files.
7131 * textmodes/reftex-auc.el: New file, split out from reftex.el
7132 * textmodes/reftex-cite.el: New file, split out from reftex.el
7133 * textmodes/reftex-global.el: New file, split out from reftex.el
7134 * textmodes/reftex-index.el: New file, split out from reftex.el
7135 * textmodes/reftex-parse.el: New file, split out from reftex.el
7136 * textmodes/reftex-ref.el: New file, split out from reftex.el
7137 * textmodes/reftex-sel.el: New file, split out from reftex.el
7138 * textmodes/reftex-toc.el: New file, split out from reftex.el
7139 * textmodes/reftex-vars.el: New file, split out from reftex.el
7140 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7141
7142 1999-08-16 Carsten Dominik <cd@gnu.org>
7143
7144 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7145 conflict with pop-up-frames.
7146 (reftex-special-environment-parsers): New constant.
7147 (reftex-label-alist): car of an entry can also be a function.
7148 (reftex-what-special-env): Cew function.
7149 (reftex-label-location): Call `reftex-what-special-env'.
7150 (reftex-compile-variables): Check for symbol in
7151 `reftex-label-alist'.
7152 (reftex-what-environment): Fixed bug with stacked environments of
7153 same kind (e.g. enumerate).
7154 (reftex-process-string): Preserve default directory.
7155 (reftex-label-alist-builtin): Changed prefixes of endnote and
7156 footnote. Also the magic words.
7157 (reftex-reference): Interprete new option
7158 `reftex-fref-is-default'.
7159 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7160 (reftex-toc-mouse-view-line): Command removed (had no binding).
7161 (reftex-everything-regexp): New function.
7162 (reftex-nearest-match): Made better.
7163 (reftex-toc-find-section): Use new version of
7164 `reftex-nearest-match'.
7165 (reftex-insert-docstruct): Adapted to work with the index stuff.
7166 (reftex-parse-from-file): Find index entries as well.
7167 (reftex-toc-toggle-index): New function
7168 (reftex-toc-map): `i' is now used to togle the index, File
7169 boundaries has been moved to `F'.
7170 (reftex-select-label-map): Toggling display of file boundaries is
7171 now on the `F' key, for consistency with `reftex-toc-map'.
7172 (reftex-erase-all-selection-and-index-buffers): Renamed from
7173 `reftex-erase-all-selection-buffer'. Now also kills the index
7174 buffers.
7175 (reftex-viewing-cross-references): Customization group renamed
7176 from reftex-viewing-cross-references-and-citations.
7177 (reftex-index-macro-regexp,
7178 reftex-find-index-entry-regexp-format): New variables
7179 (reftex-macros-with-index): New variable
7180 (reftex-add-index-macros): New function
7181 (reftex-renumber-simple-labels, reftex-translate): Allow for
7182 multiple labels in a single ref command.
7183 (reftex-index-support): New customization group
7184 (reftex-support-index, reftex-index-special-chars,
7185 reftex-index-macros, reftex-index-default-macro,
7186 reftex-index-default-tag, reftex-index-math-format,
7187 reftex-index-section-letters, reftex-index-include-context,
7188 reftex-index-follow-mode, reftex-index-header-face,
7189 reftex-index-section-face, reftex-index-tag-face,
7190 reftex-index-face): New options
7191 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7192 reftex-index-tag, reftex-index-return-marker,
7193 reftex-index-restriction-indicator, reftex-index-restriction-data,
7194 reftex-index-macro-regexp, reftex-index-level-re,
7195 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7196 reftex-everything-regexp-no-index, reftex-index-re,
7197 reftex-macros-with-index, reftex-index-macro-alist): New variables
7198 (reftex-index-help, reftex-index-macros-builtin,
7199 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7200 reftex-query-index-macro-help): New constants
7201 (reftex-index-selection-or-word, reftex-index,
7202 reftex-default-index, reftex-update-default-index,
7203 reftex-index-complete-tag, reftex-index-select-tag,
7204 reftex-index-complete-key, reftex-index-update-taglist,
7205 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7206 reftex-display-index, reftex-insert-index,
7207 reftex-index-insert-new-letter, reftex-get-restriction,
7208 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7209 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7210 reftex-index-toggle-follow, reftex-index-toggle-context,
7211 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7212 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7213 reftex-index-quit, reftex-index-quit-and-kill,
7214 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7215 reftex-index-revert, reftex-index-switch-index-tag,
7216 reftex-index-restrict-to-section, reftex-index-widen,
7217 reftex-index-restriction-forward,
7218 reftex-index-restriction-backward, reftex-index-visit-location,
7219 reftex-index-analyze-entry, reftex-index-globalize,
7220 reftex-index-edit, reftex-index-toggle-range-beginning,
7221 reftex-index-toggle-range-end, reftex-index-edit-key,
7222 reftex-index-edit-attribute, reftex-index-edit-visual,
7223 reftex-index-edit-part, reftex-index-level-down,
7224 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7225 reftex-index-change-entry, reftex-index-goto-letter,
7226 reftex-add-index-macros, reftex-ensure-index-support,
7227 reftex-index-info-safe, reftex-index-info): New functions.
7228
7229
7230 1999-08-15 Richard M. Stallman <rms@gnu.org>
7231
7232 * paren.el (show-paren-mode): Support making show-paren-mode
7233 a buffer-local variable. Don't check for a window system.
7234 (show-paren-function): Check whether show-paren-function is
7235 enabled in current buffer; do the right thing if not.
7236 Don't check for a window system.
7237 (show-paren-mode): Make it a user variable.
7238
7239 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7240 Handle `enum' like `struct'.
7241
7242 * server.el (server-process-filter): If a client visits no buffers,
7243 close it immediately before recording it.
7244
7245 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7246 Optimize by calling concat just once. Handle =\n sequence.
7247 (mail-unquote-printable-region): New command.
7248 (mail-quote-printable): Make it autoload.
7249
7250 1999-08-15 Karl Heuer <kwzh@gnu.org>
7251
7252 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7253
7254 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7255
7256 * lisp/texinfmt.el: Handle @ifnottex.
7257
7258 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7259
7260 * frame.el (blink-cursor): Don't turn on cursor blinking for
7261 ms-dos.
7262
7263 * faces.el (face-valid-attribute-values): Look in
7264 x-bitmap-file-path only for x and w32 window systems.
7265
7266 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7267 Do that if width is nil as well.
7268 (x-display-mm-height, x-display-mm-width): Update values.
7269 (x-colors): Compute the list from msdos-color-values.
7270 (x-select-enable-clipboard): Doc fix.
7271 (x-frob-font-weight, x-font-family-list): New functions.
7272
7273 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7274
7275 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7276 back up from beginning of buffer.
7277
7278 1999-08-13 Karl Heuer <kwzh@gnu.org>
7279
7280 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7281
7282 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7283
7284 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7285 doomsday clock, speed control is added and changes are made to
7286 allow large numbers of rings: rings now show the whole ring
7287 number, not just the last digit; consecutive rings are allowed to
7288 be the same size when necessary to fit all the rings in the
7289 window; and poles can be oriented horizontally. Face support is
7290 thrown in gratuitously.
7291 (hanoi): Changed default number of rings back to 3.
7292 (hanoi-unix, hanoi-unix-64): New commands
7293 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7294 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7295 hanoi-odd-ring-face): New variables.
7296 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7297 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7298 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7299 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7300 (hanoi-topos, hanoi-draw-ring): Removed.
7301
7302 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7303
7304 * faces.el (face-valid-attribute-values): Return an alist for
7305 families on ttys.
7306 (face-read-integer): Handle unspecified face attributes. Add
7307 completion for `unspecified'.
7308 (read-face-attribute): Handle unspecified font attributes.
7309 (face-valid-attribute-values): Add `unspecified' to lists so that
7310 it can be chosen via completion.
7311 (face-read-string): Don't recognize "none" as input.
7312
7313 1999-08-10 Dave Love <fx@gnu.org>
7314
7315 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7316 string.
7317
7318 * sun-curs.el: Require sun-fns.
7319
7320 1999-08-10 Dave Love <fx@gnu.org>
7321
7322 * autorevert.el (auto-revert-mode): Add autoload cookie.
7323
7324 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7325 hscroll.
7326
7327 * simple.el (hscroll-step, hscroll-point-visible)
7328 (hscroll-window-column): Remove now we have the mentioned real
7329 horizontal autoscrolling.
7330
7331 1999-08-10 Richard M. Stallman <rms@gnu.org>
7332
7333 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7334 control use of -f option.
7335 (mail-specify-envelope-from): New variable.
7336 (mail-from-style): Doc fix.
7337
7338 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7339 (easy-menu-get-map): New arg TO-MODIFY helps choose
7340 between local and global maps.
7341 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7342 (easy-menu-change): Doc fix.
7343
7344 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7345 (info-lookup-guess-default): Simplified and cleaned up.
7346 (info-lookup-guess-default*): Preserve point.
7347
7348 * view.el (view-mode-disable): If buffer-read-only is nil,
7349 don't change it.
7350
7351 * files.el (after-find-file): Disable View mode if buffer is no
7352 longer read-only.
7353
7354 * view.el (view-mode-enable, view-mode-disable):
7355 Call force-mode-line-update.
7356
7357 1999-08-10 Karl Heuer <kwzh@gnu.org>
7358
7359 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7360 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7361 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7362
7363 1999-08-10 Alex Schroeder <asc@bsiag.com>
7364
7365 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7366 to prevent m-eating-bug.
7367
7368 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7369
7370 * term/pc-win.el (msdos-bg-mode): Remove. Call
7371 frame-set-background-mode instead. All callers changed.
7372 (msdos-face-setup): Don't force color display parameter, it is set
7373 by frame-set-background-mode.
7374 (make-msdos-frame): Call x-handle-reverse-video and
7375 face-set-after-frame-default. Delete frame if creation failed.
7376
7377 * faces.el (face-set-after-frame-default): Don't call
7378 make-face-x-resource-internal for the pc window-system.
7379
7380 1999-08-10 Dave Love <fx@melange.gnu.org>
7381
7382 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7383 case with no docstring specially.
7384
7385 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7386
7387 * complete.el (PC-do-completion): If completing on file name,
7388 reproduce str by concatenating its directory and basename parts.
7389
7390 1999-08-07 Dave Love <fx@gnu.org>
7391
7392 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7393 unibyte to multibyte conversion of search-forward (from Handa),
7394 but avoid the replacement if the language is Latin-N.
7395
7396 1999-08-06 Richard Stallman <rms@gnu.org>
7397
7398 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7399 of eval-buffer.
7400
7401 * international/mule.el (load-with-code-conversion):
7402 Pass t to eval-buffer for DO-ALLOW-PRINT.
7403
7404 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7405
7406 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7407 of filenames and attributes.
7408 (ls-lisp-insert-directory): Use directory-files-and-attributes
7409 for speed.
7410
7411 1999-08-05 Dave Love <fx@gnu.org>
7412
7413 * auto-show.el (auto-show-mode): Fix :set.
7414
7415 * widget.el (define-widget-keywords): Make dummy definition and
7416 comment-out its use.
7417
7418 1999-08-04 Richard Stallman <rms@gnu.org>
7419
7420 * progmodes/tcl.el: Customized.
7421
7422 * sql.el (sql-accumulate-and-indent): Instead of testing
7423 whether this is Emacs 20 before calling comint-accumulate,
7424 test whether comint-accumulate is defined.
7425
7426 1999-08-04 Dave Love <fx@gnu.org>
7427
7428 * sgml-mode.el: Require outline when compiling.
7429 (sgml-mode-hook, html-mode-hook): Customize.
7430 (sgml-validate-command): Fix :version.
7431 (html-autoview-mode): Doc fix.
7432
7433 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7434 nothing in Latin-N environment.
7435
7436 * info.el (Info-find-node): Call info-initialize here.
7437 (info): Not here.
7438 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7439
7440 1999-08-04 Richard Stallman <rms@gnu.org>
7441
7442 * ansi-color.el: New file.
7443
7444 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7445
7446 * dired.el (dired-string-replace-match): Return `nil' when no match
7447 found with global search.
7448
7449 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7450 * terminal.el (te-terminfo-directory):
7451 * mail/mailpost.el (post-mail-send-it):
7452 * mail/metamail.el (metamail-region):
7453 * progmodes/ada-mode.el (ada-tmp-directory):
7454 Use temporary-file-directory.
7455
7456 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7457 (compilation-filter, compilation-forget-errors)
7458 (compilation-parse-errors): Use a marker instead of an integer for
7459 `compilation-parsing-end'.
7460
7461 * progmodes/diff.el (diff-parse-differences):
7462 Use a marker instead of an integer for `compilation-parsing-end'.
7463 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7464 Use a marker instead of an integer for `compilation-parsing-end'.
7465
7466 1999-08-03 Richard Stallman <rms@gnu.org>
7467
7468 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7469 (Buffer-menu-mode): Doc fix.
7470 (Buffer-menu-view): New command.
7471 (Buffer-menu-view-other-window): New command.
7472
7473 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7474
7475 * replace.el (query-replace-regexp-eval)
7476 (replace-eval-replacement, replace-loop-through-replacements)
7477 (replace-match-string-symbols): New functions.
7478 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7479 Use replace-loop-through-replacements.
7480
7481 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7482
7483 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7484 (5x5): Doc fix.
7485
7486 1999-08-03 Dave Love <fx@gnu.org>
7487
7488 * fortran.el (fortran-indent-new-line): Make it an alias
7489 for reindent-then-newline-and-indent.
7490
7491 1999-08-03 Didier Verna <verna@inf.enst.fr>
7492
7493 * rect.el: All functions rewritten, except when noted above
7494 their declaration. Below is a list of interface changes.
7495 (apply-on-rectangle): New function, mostly replaces
7496 `operate-on-rectangle'. All callers changed.
7497 (move-to-column-force): Pass new second argument to `move-to-column'.
7498 (kill-rectangle): Added optional prefix arg to fill lines.
7499 (delete-rectangle): Ditto.
7500 (delete-whitespace-rectangle): Ditto.
7501 (delete-extract-rectangle): Ditto.
7502 (open-rectangle): Ditto.
7503 (clear-rectangle): Ditto.
7504 (delete-whitespace-rectangle-line): New function.
7505 (delete-rectangle-line): Added third arg FILL.
7506 (delete-extract-rectangle-line): Ditto.
7507 (open-rectangle-line): Ditto.
7508 (clear-rectangle-line): Ditto.
7509
7510 1999-08-03 Ray Blaak <blaak@gnu.org>
7511
7512 * progmodes/delphi.el: New file.
7513
7514 1999-08-02 Richard Stallman <rms@gnu.org>
7515
7516 * textmodes/outline.el (outline-previous-heading): New function.
7517 (outline-up-heading-all): Use outline-previous-heading.
7518 (outline-next-heading): Delete definition inserted yesterday.
7519
7520 1999-08-01 Richard Stallman <rms@gnu.org>
7521
7522 * textmodes/outline.el (outline-next-heading): New function.
7523 (outline-up-heading-all): New function.
7524 (outline-font-lock-level): Using outline-up-heading-all.
7525 Tell outline-back-to-heading to accept invisible headings.
7526
7527 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7528
7529 * mail/mh-utils.el (mh-find-path-run): New variable.
7530 (mh-find-path): Test and set that.
7531 Set mail-user-agent only the first time this function is run.
7532 (mail-user-agent): Defvar deleted.
7533
7534 * info.el (info-initialize): New function.
7535 (info): Call info-initialize.
7536 (Info-directory-list): Initialize to nil,
7537 so info-initialize will set it up for real.
7538
7539 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7540
7541 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7542 does not interpret a time as the year in a day-month entry.
7543
7544 * calendar/diary-lib.el: Change syntax table entry for colon in
7545 the diary as part of the european-date-diary-pattern fix.
7546
7547 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7548
7549 * international/mule.el (set-auto-coding): Allow whitespace before
7550 and after the "variable: value" pair.
7551
7552 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7553
7554 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7555 (default-sendmail-coding-system): Doc-string fixed.
7556
7557 1999-07-30 Dave Love <fx@gnu.org>
7558
7559 * subr.el (assoc-delete-all): New function, renamed from
7560 frame-delete-all.
7561
7562 * frame.el: Change comments to doc strings and other doc fixes.
7563 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7564 Callers changed.
7565 (set-background-color, set-foreground-color, set-cursor-color)
7566 (set-mouse-color, set-border-color): Offer completion of colours.
7567 (cursor): Add :version to defgroup.
7568
7569 * facemenu.el (list-colors-display): Make it work on ttys.
7570 (facemenu-read-color): Likewise.
7571
7572 1999-07-30 Richard M. Stallman <rms@gnu.org>
7573
7574 * frame.el (frame-notice-user-settings): If background
7575 color has been changed, update background-mode from it,
7576 then update faces.
7577
7578 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7579
7580 * net-utils.el (finger): Don't do indirect fingering.
7581
7582 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7583
7584 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7585 rules. Add separator at end of holidays.
7586 (cal-tex-rules): New customizable variable.
7587 (cal-tex-latexify-list): Add optional parameter to put separator
7588 at end.
7589
7590 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7591
7592 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7593 fill prefix on each line while looping to the end of paragraph.
7594 End paragraph if it's longer than the existing fill prefix.
7595
7596 * textmodes/fill.el (fill-context-prefix): Doc fix.
7597
7598 1999-07-30 Dave Love <fx@gnu.org>
7599
7600 * font-lock.el (jit-lock): Fix :load, add :version.
7601
7602 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7603
7604 * term/pc-win.el (msdos-face-setup): Register standard colors in
7605 Vface_tty_color_alist.
7606 (face-color-supported-p, face_color_gray_p): New functions.
7607
7608 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7609 is bound.
7610
7611 * startup.el (command-line): Don't register default colors for
7612 MSDOS window-system.
7613
7614 1999-07-29 Dave Love <fx@gnu.org>
7615
7616 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7617 charquote.
7618
7619 * lisp-mode.el (eval-defun): Re-written to avoid
7620 capturing variables.
7621
7622 * picture.el (picture-beginning-of-line): Don't call
7623 hscroll-point-visible now we have real autoscrolling.
7624 (picture-end-of-line, picture-newline, picture-open-line):
7625 Likewise.
7626
7627 * international/latin-8.el: New file.
7628 * international/latin-9.el: New file.
7629
7630 1999-07-28 Dave Love <fx@gnu.org>
7631
7632 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7633
7634 * msb.el: Require cl only when compiling.
7635 (msb--home-dir): Deleted.
7636 (msb--format-title): Use abbreviate-file-name.
7637 (msb--choose-file-menu): Simplify string comparison.
7638
7639 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7640
7641 * faces.el (toolbar): Add face definition for mono displays.
7642
7643 1999-07-27 Richard M. Stallman <rms@gnu.org>
7644
7645 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7646
7647 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7648 force copying of default-frame-alist.
7649
7650 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7651
7652 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7653
7654 1999-07-26 Richard M. Stallman <rms@gnu.org>
7655
7656 * frame.el (set-mouse-color): If new color is nil,
7657 really respecify the current color.
7658
7659 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7660
7661 * faces.el (bitmap-area): Change background of face `bitmap-area'
7662 to white for mono displays.
7663
7664 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7665
7666 * international/ccl.el (ccl-embed-symbol): New function.
7667 (ccl-program-p): Deleted. Now it's implemented in C code.
7668 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7669 (ccl-compile-translate-character): Likewise.
7670 (ccl-compile-map-single): Likewise.
7671 (ccl-compile-multiple-map-function): Likewise.
7672 (declare-ccl-program): Doc-string modified.
7673 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7674
7675 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7676
7677 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7678
7679 1999-07-25 Markus Rost <rost@gnu.org>
7680
7681 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7682 the entries to make custom-file more readable.
7683
7684 1999-07-25 Richard M. Stallman <rms@gnu.org>
7685
7686 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7687
7688 * emacs-lisp/edebug.el: Delete compatibility code.
7689 (edebug-next-token-class): If . is followed by a digit,
7690 return `symbol' for the token class.
7691
7692 * startup.el (command-line): If we don't find the user's init file,
7693 set user-init-file to nil.
7694
7695 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7696
7697 * info-look.el (info-lookup-interactive-arguments): Add optional
7698 argument query for new choice of help mode.
7699 (info-lookup-symbol): Use it.
7700 (info-lookup-file): Ditto.
7701 (info-lookup): Don't switch to other window, if already in Info
7702 buffer.
7703
7704 1999-07-23 Dave Love <fx@gnu.org>
7705
7706 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7707 syntax.
7708 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7709 (fortran-font-lock-syntactic-keywords): New variable.
7710 (fortran-mode): Use it.
7711 (fortran-font-lock-keywords-1): Don't do comments.
7712 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7713 match data.
7714
7715 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7716
7717 * msb.el (msb-menu-bar-update-buffers): Renamed from
7718 menu-bar-update-buffers.
7719 (msb-custom-set, msb--toggle-menu-type): Call
7720 msb-menu-bar-update-buffers.
7721 (msb-mode): Revise the hook setting.
7722
7723 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7724
7725 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7726
7727 * font-lock.el, help.el, simple.el: Re-integrate previously
7728 described changes that were lost due to errors while checking them
7729 in.
7730
7731 1999-07-23 Kevin Blake <kblake@ticnet.com>
7732
7733 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7734
7735 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7736
7737 * international/encoded-kb.el
7738 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7739 but push it to unread-command-events.
7740 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7741 (encoded-kbd-self-insert-sjis): Likewise.
7742 (encoded-kbd-self-insert-big5): Likewise.
7743
7744 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7745 before left margin and fill-prefix by fill-find-break-point.
7746
7747 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7748
7749 * info-look.el (info-lookup-setup-mode): Don't give up, if
7750 info-lookup-make-completions returns an error.
7751 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7752 name latex, not latex2e.
7753
7754 1999-07-21 Richard M. Stallman <rms@gnu.org>
7755
7756 * replace.el (perform-replace): Turn off case-fold-search
7757 if FROM-STRING argument has uppercase in it.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7762 mode is on. Don't use end of changed text.
7763
7764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7765
7766 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7767 (cl-hash-table-p): Renamed from hash-table-p.
7768 (cl-hash-table-count): Renamed from hash-table-count.
7769 (maphash): Alias to cl-maphash removed.
7770 (gethash): Likewise.
7771 (puthash): Likewise.
7772 (remhash): Likewise.
7773 (clrhash): Likewise.
7774
7775 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7776
7777 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7778 third arg non-nil. See comment there why this isn't a good idea.
7779
7780 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7781
7782 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7783
7784 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7785 sit-for with 3rd arg non-nil to prevent redisplay.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * image.el (image-type-from-file-header): If file doesn't
7790 have a directory part, add data-directory.
7791
7792 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7793
7794 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7795 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7796 motion handling when tooltip-gud-tips-p is nil.
7797
7798 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7799
7800 * tooltip.el (tooltip-mode): Don't use `plusp'.
7801 (tooltip-active): Use initial value of nil.
7802
7803 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7804
7805 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7806
7807 * bindings.el (make-mode-line-mouse-sensitive): Add key
7808 definitions for `top-line'.
7809
7810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7811
7812 * faces.el (top-line): New face.
7813
7814 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7815
7816 * image.el (image-type-regexps): Add regexp for PS files.
7817
7818 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7819
7820 * faces.el (set-face-attribute): Fix wrong handling of frame
7821 begin equal to t.
7822
7823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7824
7825 * image.el (image-type-regexps): Add PNG format.
7826
7827 1999-07-21 Dave Love <fx@gnu.org>
7828
7829 * bindings.el (mode-line-modified): New variable.
7830 (mode-line-mode-menu-1): Switch to appropriate window before
7831 showing menu.
7832
7833 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7834
7835 * faces.el (face-underline): Removed.
7836 (face-underline-color): Ditto.
7837
7838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7839
7840 * faces.el (face-x-resources): Fix typo.
7841
7842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7843
7844 * faces.el: Remove handling of `:relief', extend handling of
7845 `:box'.
7846 (frame-set-background-mode): Choose new defface specs after
7847 frame parameters have changed.
7848
7849 * cus-face.el: Ditto.
7850
7851 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7852
7853 * custom.el (defface): Extend documentation to include new
7854 face attributes.
7855
7856 * cus-face.el (custom-face-attributes): Add overline,
7857 strike-through, box.
7858
7859 * faces.el (face-valid-attribute-values): Handle overline,
7860 strike-through, box.
7861 (face-attribute-name-alist): Add pairs for new face attributes.
7862 (describe-face): Handle new face attributes.
7863
7864 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7865
7866 * faces.el (face-x-resources): Add overline, strike-through, box.
7867
7868 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7869
7870 * enriched.el (enriched-translations): Add `display' and
7871 "x-display".
7872 (enriched-handle-display-prop): New.
7873 (enriched-decode-display-prop): New.
7874
7875 * format.el (top-level): Give `display' property
7876 `format-list-atomic-p.
7877 (format-annotate-single-property-change): Test that property.
7878 If present, treat list property values like atoms.
7879
7880 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7881
7882 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7883 so that "*" can be entered.
7884
7885 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7886
7887 * cus-face.el (custom-face-attributes): Don't use `#''.
7888
7889 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7890
7891 * cus-face.el (custom-face-attributes): Return underline
7892 face attribute directly from the second lambda of underline.
7893
7894 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7895
7896 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7897
7898 * frame.el (after-setting-font-hooks): New variable.
7899 (set-frame-font): Run those hooks.
7900
7901 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7902
7903 * faces.el (set-face-attribute): Fix doc string.
7904
7905 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7906
7907 * cus-face.el (custom-face-attributes): Accept color name.
7908
7909 * faces.el (face-underline-p): Accept unspecified underlining.
7910 (face-underline): Ditto. Fix doc string.
7911
7912 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7913
7914 * faces.el (face-underline-color): New function.
7915
7916 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7917
7918 * cus-face.el (custom-face-attributes): Support underline coloring.
7919 Added slot to choose a color.
7920
7921 * faces.el (face-underline): New function.
7922 (face-underline-p): Support underline coloring.
7923 Return nil only if the underline attribute is 'normal.
7924 (set-face-underline): New function.
7925 (face-valid-attribute-values): Support underline coloring.
7926
7927 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7928
7929 * image.el (insert-image): Use `display' instead of `glyph'
7930 as text property name.
7931 (put-image): Ditto.
7932 (image-type-from-file-header): Use insert-file-contents-literally.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7937 string to indicate separators.
7938
7939 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7940
7941 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7942 instead of message-log.
7943
7944 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7945
7946 * faces.el (bitmap-area): New face.
7947
7948 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7949
7950 * image.el (insert-image): New.
7951
7952 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7953
7954 * frame.el (blink-cursor): Set the symbol's value.
7955 (show-trailing-whitespace): Change group to font-lock.
7956
7957 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7958
7959 * jit-lock.el: New.
7960 * font-lock.el: Add jit-mode as new support mode.
7961
7962 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7963 reaching end instead of letting re-search-forward signal an error.
7964 (demand-lock-mode): New.
7965 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7966 (font-lock-turn-off-thing-lock): Ditto.
7967 (font-lock-after-fontify-buffer): Ditto.
7968 (font-lock-after-unfontify-buffer): Ditto.
7969
7970 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7971
7972 * gs.el: New file.
7973
7974 * startup.el (command-line-1): Activate tooltip mode if
7975 interactive.
7976
7977 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7978
7979 * faces.el (toolbar): Grey default background.
7980 (modeline): Ditto.
7981
7982 * image.el (image-type-regexps): New.
7983 (image-type-from-file-header): New.
7984 (create-image): Call it.
7985
7986 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7987
7988 * image.el: New file.
7989
7990 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7991
7992 * bindings.el (mode-line-format): Replace `mode-name' with
7993 `(:eval mode-line-mode-name)'.
7994 (mode-line-mode-name): New.
7995 (make-mode-line-mouse-sensitive): Don't change default value
7996 of `mode-name'.
7997
7998 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7999
8000 * tooltip.el: New file.
8001
8002 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8003
8004 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8005 instead of mouse-3 to pop up menus.
8006 (mode-line-kill-buffer): Removed.
8007 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8008 buffer name.
8009 (mode-line-buffer-menu-1): Removed.
8010
8011 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8012
8013 * bindings.el (mode-line-buffer-identification-keymap): New.
8014 (mode-line-buffer-menu-keymap): New.
8015 (mode-line-mode-menu-keymap): New.
8016 (mode-line-unbury-buffer): New.
8017 (mode-line-other-buffer): New.
8018 (mode-line-kill-buffer): New.
8019 (mode-line-buffer-menu-1): New.
8020 (mode-line-mode-menu-1): New.
8021 (make-mode-line-mouse-sensitive): New.
8022
8023 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8024
8025 * help.el (describe-key-briefly): Handle mode line strings
8026 with local-map properties.
8027 (describe-key): Ditto.
8028 (mode-line-key-binding): New.
8029
8030 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8031
8032 * scroll-bar.el (scroll-bar-timer): New.
8033 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8034
8035 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8036
8037 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8038 and `bottom'.
8039
8040 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8041
8042 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8043 (global): Use different key bindings if using tookit scroll bars.
8044
8045 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8046
8047 * faces.el (modeline): Define mode line face with relief for
8048 class color, only.
8049 (toolbar): New face.
8050
8051 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8052
8053 * frame.el (frame-initialize): Set frame-creation-function to
8054 tty-create-frame-with-faces.
8055
8056 * faces.el (frame-set-background-mode): Make it work for
8057 window-system nil.
8058
8059 * faces.el (tty-create-frame-with-faces): New.
8060 (face-set-after-frame-default): Make it work for TTY frames.
8061
8062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8063
8064 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8065 Return a list of one font family for TTYs. Don't return bitmap
8066 file paths for TTY frames.
8067
8068 * faces.el: Add face specs for tty displays to basic faces.
8069
8070 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8071 (font-lock-string-face): Ditto.
8072 (font-lock-keyword-face): Ditto.
8073 (font-lock-builtin-face): Ditto.
8074 (font-lock-function-name-face): Ditto.
8075 (font-lock-variable-name-face): Ditto.
8076 (font-lock-type-face): Ditto.
8077 (font-lock-constant-face): Ditto.
8078 (font-lock-warning-face): Ditto.
8079
8080 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8081
8082 * startup.el (command-line): Register default tty colors.
8083
8084 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8085
8086 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8087
8088 * faces.el (modeline): For X frames, use a modeline with relief.
8089
8090 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8091
8092 * faces.el (frame-update-faces): Copied from 20.2.
8093 (frame-update-face-colors): Ditto. Code removed that isn't
8094 applicable in the new face implementation.
8095
8096 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8097
8098 * frame.el (show-trailing-whitespace): New.
8099
8100 * faces.el (trailing-whitespace): New basic face.
8101
8102 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8103
8104 * cus-face.el (custom-facep): Always define as alias for facep.
8105
8106 * cus-face.el (custom-face-attributes): Use choice widgets.
8107 Remove :bold and :italic.
8108
8109 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8110
8111 * faces.el (face-charset-registries): Removed since fontset.el
8112 is no always loaded.
8113
8114 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8115
8116 * faces.el (internal-get-face): Added as obsolete function for
8117 compatibility.
8118
8119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8120
8121 * frame.el (blink-cursor-end): Call show-cursor.
8122 (blink-cursor-mode): Ditto.
8123
8124 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8125
8126 * faces.el (face-spec-reset-face): Reset all attributes to
8127 `unspecified'.
8128 (face-spec-set): Use it.
8129
8130 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8131
8132 * faces.el (read-all-face-attributes): Bug fix.
8133 (face-read-integer): Allow nil default value.
8134 (face-valid-attribute-values): Use symbol names of attribute
8135 values for completion list.
8136
8137 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8138
8139 * faces.el (internal-find-face): Define for compatibility with
8140 20.2.
8141 (face-id): Likewise.
8142
8143 * faces.el (face-id): Return the ID of a realized face for ASCII.
8144
8145 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8146 (x-complement-fontset-spec): Use face-charset-registries.
8147
8148 * faces.el (face-font-selection-order): Set font selection order
8149 from Lisp.
8150 (face-alternative-font-family-alist): Set alternative font
8151 families from Lisp.
8152
8153 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8154
8155 * faces.el (set-face-charset-registries): Set symbol value.
8156
8157 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8158
8159 * faces.el (face-set-after-frame-default): Call function
8160 internal-merge-in-global-face.
8161
8162 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8163
8164 * faces.el (face-list): Return symbols from face-global-alist.
8165
8166 * faces.el (face-list): Return a copy of the face name list so
8167 that it cannot be modified from outside (facemenu.el uses
8168 nreverse, for example).
8169
8170 * cus-face.el (custom-face-attributes): Add :bold and :italic
8171 for compatibility with old code.
8172
8173 * faces.el (set-face-attributes-from-resources): Additional
8174 frame parameter.
8175 (make-face-x-resource-internal): Set attributes from resources
8176 for a given frame or all frames.
8177
8178 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8179
8180 * faces.el (all-faces): Removed.
8181
8182 * custom.el (defface): Add new face attributes to function
8183 comment.
8184
8185 * font-lock.el (font-lock-comment-face): Use new face attribute
8186 names.
8187 (font-lock-string-face): Ditto.
8188 (font-lock-keyword-face): Ditto.
8189 (font-lock-builtin-face): Ditto.
8190 (font-lock-function-name-face): Ditto.
8191 (font-lock-variable-name-face): Ditto.
8192 (font-lock-type-face): Ditto.
8193 (font-lock-reference-face): Ditto.
8194 (font-lock-warning-face): Ditto.
8195 ((boundp 'font-lock-face-attributes)): Ditto.
8196
8197 * cus-face.el (custom-face-attributes): Use new face attributes.
8198
8199 * faces.el (set-face-attribute-from-resource): Initialize
8200 from resources only for X and W32.
8201
8202 * cus-face.el (custom-declare-face): Don't make frame-local
8203 faces.
8204
8205 * faces.el (describe-face): Use princ instead of insert.
8206
8207 * faces.el: Add XLFD manipulation functions from 20.2 again
8208 because fontset.el uses them.
8209 (face-set-after-frame-default): Add empty definition.
8210
8211 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8212
8213 * faces.el (make-face): Correct typo.
8214 (set-face-attribute-from-resource): Use let*.
8215 (face-underline-p): Correct typo.
8216 (face-inverse-video-p): Ditto.
8217 (set-face-stipple): Ditto.
8218 (face-read-string): Make completion-list optional parameter.
8219
8220 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8221
8222 * faces.el (face-charset-registries): Alist mapping charset
8223 symbols to registries and encoding.
8224
8225 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8226
8227 * frame.el (blink-cursor-mode): Use interactive spec "P".
8228
8229 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8230
8231 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8232 mode. The cursor of selected_window blinks if the mode is enabled.
8233
8234 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8235
8236 * simple.el (next-history-element): Set point to the end of the
8237 prompt if minibuffer-prompt-in-buffer.
8238
8239 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8240
8241 * faces.el (x-font-regexp): Add sub-expression parentheses for
8242 several font name components.
8243
8244 1999-07-21 Gerd Moellmann <gerd@acm.org>
8245
8246 * faces.el (set-face-relief): Use index 12 for relief.
8247 (face-fill-in): Set relief from data.
8248 (internal-make-face): Init relief to zero.
8249
8250 * faces.el (face-spec-set): Call modify-face with additional
8251 parameters for relief and fixed-p.
8252
8253 1999-07-21 Gerd Moellmann <gerd@acm.org>
8254
8255 * cus-face.el: ':fixed and ':relief added.
8256
8257 * faces.el (describe-face): Add fixed font attribute and relief.
8258 (face-attr-match-p): Ditto.
8259 (face-attr-construct): Ditto.
8260 (face-spec-set): Ditto.
8261
8262 1999-07-21 Gerd Moellmann <gerd@acm.org>
8263
8264 * faces.el (internal-make-face): Function to create a Lisp vector
8265 suitable for representing a face.
8266 (make-face): Use it instead of make-vector.
8267 (x-create-frame-with-faces): Use it instead of vector.
8268 (internal-facep): Increase vector size to 14.
8269 (internal-make-face): Ditto.
8270 (face-relief): Access relief thickness.
8271 (face-fixed-p): Access fixed font attribute.
8272 (set-face-fixed-p): Set fixed font attribute.
8273 (set-face-relief): Set relief attribute.
8274 (internal-face-interactive-int): Read int attribute of face.
8275 (modify-face): Add fixed-p and relief parameters.
8276 (copy-face): Handle fixed-p and relief.
8277 (face-equal): Compare fixed-p and relief.
8278 (face-differs-from-default-p): Ditto.
8279 (face-nontrivial-p): Add fixed-p and relief.
8280
8281 1999-07-21 Gerd Moellmann <gerd@acm.org>
8282
8283 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8284 (internal-facep): Increase vector size.
8285 (make-face): Ditto.
8286 (face-shadow-thickness): Added.
8287 (set-face-shadow-thickness): Added.
8288 (modify-face): Add optional shadow-thickness parameter.
8289 (make-face-x-resource-internal): Add shadows.
8290 (copy-face): Ditto.
8291 (face-equal): Ditto.
8292 (face-differs-from-default-p): Ditto.
8293 (face-nontrivial-p): Ditto.
8294 (face-attr-match-p): Ditto.
8295 (face-attr-construct): Ditto.
8296 (face-spec-set): Ditto.
8297 (face-fill-in): Ditto.
8298
8299 1999-07-21 Gerd Moellmann <gerd@acm.org>
8300
8301 * bench.el (bench-mark-split-window): New bench mark.
8302
8303 1999-07-21 Gerd Moellmann <gerd@acm.org>
8304
8305 * faces.el (set-face-font): Don't pass default font to
8306 x-resolve-font so that font will not have to be of the same
8307 size.
8308
8309 1999-07-20 Dave Love <fx@gnu.org>
8310
8311 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8312 unconditionally t.
8313
8314 1999-07-20 Karl Heuer <kwzh@gnu.org>
8315
8316 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8317
8318 1999-07-20 Dave Love <fx@gnu.org>
8319
8320 * help.el (describe-variable): Fix test for customizability.
8321
8322 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8323 Check for readonly buffer in interactive spec.
8324 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8325 (backward-kill-word): Add * to interactive spec.
8326
8327 * underline.el (underline-region, ununderline-region): Add * to
8328 interactive spec.
8329
8330 * fill.el (canonically-space-region, justify-current-line): Add *
8331 to interactive spec.
8332 (fill-region-as-paragraph, fill-paragraph, fill-region)
8333 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8334 readonly buffer in interactive spec.
8335
8336 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8337 (backward-kill-sentence, kill-sentence): Add * to interactive
8338 spec.
8339
8340 1999-07-19 Richard M. Stallman <rms@gnu.org>
8341
8342 * dired-aux.el (dired-do-shell-command): Doc fix.
8343
8344 * shell.el (shell-unquote-argument): New function.
8345 (shell-directory-tracker): Use shell-unquote-argument.
8346 * comint.el (comint-arguments): Handle \ followed by space or tab.
8347
8348 1999-07-19 John Wiegley <jwiegley@borland.com>
8349
8350 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8351 color codes 39 and 49, which by the way lynx uses them seem to
8352 mean "foreground reset" and "background reset".
8353
8354 1999-07-19 Karl Heuer <kwzh@gnu.org>
8355
8356 * font-lock.el (c++-keywords): Add "typeid".
8357
8358 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8359 selects no font, treat that as zero selections, not one.
8360
8361 1999-07-19 Dave Love <fx@gnu.org>
8362
8363 * info.el (Info-search): Don't lose with empty regexp.
8364
8365 * version.el: Cater for (free) `ident' program, not `which'.
8366
8367 * hl-line.el: New file.
8368
8369 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8370 for modes which don't define menus.
8371
8372 1999-07-16 Richard M. Stallman <rms@gnu.org>
8373
8374 * webjump.el (webjump-sample-sites): Update some URLs.
8375
8376 1999-07-14 Richard Stallman <rms@gnu.org>
8377
8378 * Version 20.4 released.
8379
8380 1999-07-14 Andreas Schwab <schwab@gnu.org>
8381
8382 * compare-w.el (compare-windows): Try to find the next window in
8383 the current frame before looking at the other frames.
8384
8385 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8386
8387 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8388 Use cyrillic-jcuken as default input method.
8389
8390 1999-07-12 Richard Stallman <rms@gnu.org>
8391
8392 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8393 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8394
8395 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8396 (ispell-local-dictionary-alist): Add koi8-r for character set.
8397
8398 * textmodes/flyspell.el (flyspell-get-word):
8399 Add special handling for when ispell-otherchars is empty.
8400
8401 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8402
8403 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8404 when having nested functons.
8405 (pascal-indent-nested-functions) (pascal-indent-line)
8406 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8407 indenting nested functions.
8408
8409 1999-07-09 Richard Stallman <rms@gnu.org>
8410
8411 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8412
8413 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8414
8415 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8416 the `end' keyword was in the very beginning of the buffer.
8417
8418 1999-07-08 Richard Stallman <rms@gnu.org>
8419
8420 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8421
8422 * term.el (term-emulate-terminal): Avoid infinite loop
8423 in strange case where minibuffer window is selected but not active.
8424
8425 1999-07-07 Stephen Eglen <stephen@gnu.org>
8426
8427 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8428 Change regexp so that it doesn't match commands beginning with `cd'.
8429
8430 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8431
8432 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8433
8434 1999-07-06 Richard Stallman <rms@gnu.org>
8435
8436 * hscroll.el (hscroll-minibuffer-hook): New function.
8437 (hscroll-global-mode): Add and remove that hook.
8438 Set hscroll-old-truncate-was-global's default value.
8439
8440 1999-07-05 Richard Stallman <rms@gnu.org>
8441
8442 * files.el (revert-buffer): Don't preserve point here.
8443 (revert-buffer-insert-file-contents-function): Doc fix.
8444
8445 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8446
8447 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8448 doing a `stat' when it isn't necessary because that can cause
8449 trouble when an NFS server is down.
8450
8451 1999-07-04 Richard Stallman <rms@gnu.org>
8452
8453 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8454
8455 1999-07-03 Richard Stallman <rms@gnu.org>
8456
8457 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8458 for \200...\240 also.
8459 (isearch-printing-char): Use unibyte-char-to-multibyte.
8460
8461 1999-07-02 Richard Stallman <rms@gnu.org>
8462
8463 * frame.el (minibuffer-frame-alist): Use defcustom.
8464 (pop-up-frame-alist): Likewise.
8465 (initial-frame-alist): Specify * in the doc string.
8466
8467 * hscroll.el (hscroll-mode): Make it a permanent local.
8468 (hscroll-mode): Don't cancel the timer
8469 if HScroll mode is enabled in some other buffer.
8470
8471 * isearch.el (isearch-done): If search ends in middle of intangible
8472 text (due to text property), move on to the limit of that text.
8473
8474 1999-07-01 Andrew Innes <andrewi@gnu.org>
8475
8476 * man.el (Man-build-man-command): Use value of null-device,
8477 instead of hard-coding "/dev/null".
8478
8479 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8480 ange-ftp file names, which might force ange-ftp to prompt for a
8481 password.
8482
8483 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8484 to prevent references to temp files.
8485
8486 1999-06-30 Richard Stallman <rms@gnu.org>
8487
8488 * progmodes/sh-script.el (sh-feature): If nothing is known
8489 about the given shell, use the values for `sh'.
8490
8491 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8492
8493 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8494 to make it non-recursive.
8495
8496 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8497
8498 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8499
8500 * auto-show.el (auto-show-mode): Fix Typo in :set.
8501
8502 1999-06-29 Richard M. Stallman <rms@gnu.org>
8503
8504 * progmodes/sh-script.el (sh-mode): When setting syntax
8505 table, default to the standard one.
8506
8507 1999-06-27 Richard M. Stallman <rms@gnu.org>
8508
8509 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8510
8511 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8512
8513 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8514 a frame when `return' is requested (even if pop-up-frames = t)
8515 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8516 should only be set for the bibtex buffer.
8517
8518 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8519
8520 * progmodes/compile.el: Deal with compilation-error-screen-columns
8521 being buffer-local.
8522
8523 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8524
8525 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8526
8527 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8528
8529 * cal-x.el (calendar-only-one-frame-setup): New function.
8530 * calendar.el (calendar): Call it if requested.
8531
8532 1999-06-24 Karl Heuer <kwzh@gnu.org>
8533
8534 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8535
8536 1999-06-22 Richard M. Stallman <rms@gnu.org>
8537
8538 * mail/supercite.el (sc-emacs-features): Doc fix.
8539
8540 1999-06-22 Karl Heuer <kwzh@gnu.org>
8541
8542 * files.el (auto-mode-alist): Add pike-mode.
8543
8544 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8545
8546 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8547 last byte of a numeric field is a space or a NUL. Parse it as
8548 potentially part of the number. This is used by GNU tar
8549 1.12.64012 to handle larger values.
8550
8551 1999-06-20 Karl Heuer <kwzh@gnu.org>
8552
8553 * custom.el (custom-handle-keyword): Fix error message.
8554
8555 1999-06-18 Andrew Innes <andrewi@gnu.org>
8556
8557 * mail/smtpmail.el (smtpmail-send-it): Use
8558 convert-standard-filename to make file names for queued mail safe
8559 on Windows (`:' is invalid in file names on Windows).
8560
8561 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8562
8563 * international/mule-cmds.el (describe-current-input-method):
8564 Current-input-method is string.
8565 (toggle-input-method): Docstring fixed.
8566
8567 * international/mule-diag.el
8568 (describe-current-coding-system-briefly): Fix format string.
8569
8570 * international/mule-util.el (coding-system-eol-type-mnemonic):
8571 Docstring modified. Return a string.
8572
8573 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8574
8575 * sql.el (sql-input-ring-file-name): Doc fix.
8576
8577 1999-06-17 Richard M. Stallman <rms@gnu.org>
8578
8579 * calendar/cal-x.el (special-display-buffer-names):
8580 Don't put (get-file-buffer diary-file) on this list.
8581
8582 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8583
8584 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8585 Don't penalize player for certain impossible guesses.
8586
8587 1999-06-16 Andrew Innes <andrewi@gnu.org>
8588
8589 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8590 return the string "Unk 0 0000" so at least it appears to be a
8591 valid timestamp to `dired-move-to-filename-regexp'.
8592
8593 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8594
8595 * ps-print.el (ps-control-character): Fix previous change.
8596
8597 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8598
8599 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8600 multiple output of the last message.
8601
8602 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8603
8604 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8605 the ASCII apostrophe, as most DOS codepages have some other glyph
8606 there.
8607
8608 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8609
8610 * language/ethio-util.el (setup-ethiopic-environment-internal):
8611 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8612 (exit-ethiopic-environment): Likewize.
8613
8614 1999-06-12 Richard M. Stallman <rms@gnu.org>
8615
8616 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8617
8618 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8619
8620 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8621 custom-initialize-default to avoid infinite loop.
8622 (crisp-mode): (defun) Call transient-mark-mode here, not when
8623 loading the file. Run crisp-mode-hook here, and run
8624 crisp-load-hook when loading the file.
8625
8626 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8627 rmail-summary buffer, search for pattern in rmail-file.
8628
8629 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8630
8631 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8632
8633 * ps-print.el (ps-printer-name): Fix custom type.
8634
8635 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8636
8637 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8638 (vhdl-port-paste-generic-map): Fix indentation bug.
8639 (vhdl-port-paste-port-map): Fix indentation bug.
8640 (vhdl-scan-file-contents): Make scanning case insensitive.
8641
8642 1999-06-11 Richard M. Stallman <rms@gnu.org>
8643
8644 * files.el (write-file): When buffer is not already visiting a file,
8645 don't put buffer name in the minibuffer, just make it the default.
8646 Also handle just directory as arg usefully in that case.
8647
8648 * simple.el (sendmail-user-agent-compose):
8649 Ignore case when inserting the rest of the "other" headers.
8650
8651 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8652
8653 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8654 (info-lookup-interactive-arguments): Never insert the default
8655 into the minibuffer automatically.
8656
8657 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8658
8659 1999-06-09 Richard M. Stallman <rms@gnu.org>
8660
8661 * simple.el (shell-command): Avoid printing "mark set" message.
8662
8663 1999-06-09 Dave Love <fx@gnu.org>
8664
8665 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8666 digits in program name in first pattern.
8667
8668 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8669
8670 * vc.el (vc-dired-mode): Don't match anything before the date in
8671 dired-move-to-filename-regexp.
8672
8673 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8674
8675 * international/quail.el (quail-define-rules): Fix typo in
8676 docstring.
8677
8678 1999-06-05 Stephen Eglen <stephen@gnu.org>
8679
8680 * iswitchb.el (iswitchb-default-keybindings): Add
8681 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8682 than when package is loaded.
8683
8684 1999-06-04 Richard M. Stallman <rms@gnu.org>
8685
8686 * startup.el (command-line): Don't set user-init-file directly;
8687 tell `load' to set it.
8688
8689 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8690
8691 * simple.el (next-history-element):
8692 Handle minibuffer-text-before-history properly when reading sexps.
8693
8694 * disp-table.el (standard-display-european):
8695 For an interactive call by the user,
8696 don't set enable-multibyte-characters,
8697 and don't set the terminal coding system.
8698
8699 * textmodes/refbib.el: Don't print any messages or display
8700 a buffer when loading the library.
8701 (r2b-help): Doc fix.
8702 (r2b-help-message): Update the documentation.
8703 (r2b-load-quietly): Variable deleted.
8704 (r2b-convert-buffer): Doc fix.
8705
8706 1999-06-04 Dave Love <fx@gnu.org>
8707
8708 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8709
8710 * auto-show.el: Don't change hooks on loading.
8711 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8712 (auto-show-mode): Add to hooks here.
8713
8714 1999-06-04 Richard Sharman <rsharman@pobox.com>
8715
8716 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8717 recursion on bogus input.
8718
8719 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8720
8721 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8722 does not select a buffer from the buffers menu, then the attached
8723 frame is not switched to anything.
8724
8725 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8726
8727 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8728 (viet-viscii-...->viet-vscii...).
8729
8730 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8731
8732 1999-06-01 Dave Love <fx@gnu.org>
8733
8734 * progmodes/fortran.el: Add :link to defgroup.
8735 (fortran-blink-matching-if): Match ELSE statements too.
8736 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8737 that filling is always done.
8738
8739 1999-05-31 Richard M. Stallman <rms@gnu.org>
8740
8741 * simple.el (append-next-kill): Use an arg to distinguish
8742 interactive calls from Lisp calls, rather than (interactive-p).
8743
8744 * international/iso-transl.el (iso-transl-language-alist):
8745 Interchange n and N.
8746
8747 1999-05-31 Dave Love <fx@gnu.org>
8748
8749 * msb.el Add to minor-mode-map-alist. Remove hook installation
8750 and keymap munging on load.
8751 (msb-mode): New option.
8752 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8753 Doc fix.
8754 (msb-mode-map): New variable.
8755 (msb-mode): New command.
8756
8757 1999-05-31 Dave Love <fx@gnu.org>
8758
8759 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8760 (ispell-complete-word-dict): Likewise.
8761
8762 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8763
8764 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8765 force the data buffer to be saved, even if the data didn't
8766 change, in case the write filter was modified. Restore the
8767 current record after read-file-filter finishes.
8768
8769 1999-05-29 Karl Heuer <kwzh@gnu.org>
8770
8771 * ispell4.el: Obsolete; file deleted.
8772
8773 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8774
8775 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8776 VALUE is a syntax table.
8777
8778 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8779
8780 * simple.el (zap-to-char): Doc fix.
8781
8782 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8783
8784 * isearch.el (isearch-quote-char): Don't assume character codes
8785 0200 - 0237 stand for characters in some single-byte character
8786 charset.
8787
8788 1999-05-27 Dave Love <fx@gnu.org>
8789
8790 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8791
8792 1999-05-27 Andreas Schwab <schwab@gnu.org>
8793
8794 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8795 headerline does not exist already.
8796
8797 1999-05-26 Richard Stallman <rms@gnu.org>
8798
8799 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8800 Avoid nested null-loops.
8801
8802 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8803
8804 * international/characters.el: Typo fixed; prefered->preferred.
8805
8806 * international/mule-cmds.el (find-coding-systems-for-charsets):
8807 Typo fixed; prefered->preferred.
8808
8809 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8810 method in read-event.
8811
8812 * international/mule.el (charset-info): Doc-string fixed.
8813
8814 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8815
8816 * mail/smtpmail.el (smtpmail-send-it): Bind
8817 smtpmail-code-conv-from properly.
8818 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8819 by smtpmail-code-conv-from.
8820
8821 1999-05-24 Richard Stallman <rms@gnu.org>
8822
8823 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8824 Binding deleted also.
8825
8826 1999-05-24 Karl Heuer <kwzh@gnu.org>
8827
8828 * comint.el (comint-bol-or-process-mark): Doc fix.
8829
8830 1999-05-23 Dave Love <fx@gnu.org>
8831
8832 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8833 Enter it on minor-mode-map-alist.
8834 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8835 Autoload. Add custom setter.
8836 (crisp-mark-line): Doc fix.
8837 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8838 (crisp-mode-hook): Define.
8839
8840 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8841
8842 * files.el (recover-file): Recover buffer-file-coding-system.
8843
8844 1999-05-22 Richard Stallman <rms@gnu.org>
8845
8846 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8847 regexp match the date, to avoid treating date as file size.
8848 Add YYYY S option to WESTERN/
8849
8850 * bookmark.el: Delete some XEmacs compatibility code.
8851 (bookmark-jump-noselect): Check vc-backend.
8852
8853 * subr.el (add-to-list): Doc fix.
8854
8855 1999-05-21 Stephen Eglen <stephen@gnu.org>
8856
8857 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8858
8859 1999-05-18 Richard Stallman <rms@gnu.org>
8860
8861 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8862 non-space after the @anchor command.
8863 (texinfo-format-var): Handle other nested constructs, using
8864 texinfo-parse-expanded-arg and texinfo-discard-command, not
8865 texinfo-parse-arg-discard.
8866
8867 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8868 (debug): Bind and use debugger-outer-inhibit-redisplay.
8869 Bind inhibit-redisplay to nil.
8870 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8871
8872 1999-05-17 Dave Love <fx@gnu.org>
8873
8874 * help.el (describe-function-1): Extra arg, interactive-p.
8875 (describe-key, describe-function): Use it.
8876
8877 1999-05-17 Karl Heuer <kwzh@gnu.org>
8878
8879 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8880
8881 1999-05-16 Dave Love <fx@gnu.org>
8882
8883 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8884 scroll-preserve-screen-position, scroll-conservatively.
8885
8886 1999-05-16 Dave Love <fx@gnu.org>
8887
8888 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8889
8890 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8891
8892 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8893
8894 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8895
8896 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8897 magic number and is not associated with a file.
8898
8899 1999-05-14 Richard M. Stallman <rms@gnu.org>
8900
8901 * files.el (find-file-noselect-1): Fix previous change.
8902
8903 1999-05-14 Simon Marshall <simon@gnu.org>
8904
8905 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8906
8907 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8908
8909 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8910 docstring.
8911
8912 * international/mule-cmds.el: Change MULE to Mule in docstrings
8913 and menus.
8914
8915 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8916
8917 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8918 to correctly reflect the value of BaseLineOffset in
8919 RelativeCompose. Now the value of RelativeCompose is an array of
8920 low and high positions.
8921 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8922 RLC for the above change.
8923
8924 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8925
8926 * comint.el (comint-password-prompt-regexp): Modified to match the
8927 output of ksu and ssh-add.
8928
8929 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8930
8931 * language/korea-util.el (isearch-toggle-korean-input-method):
8932 Adjusted for the change of input method handling in isearch.el.
8933 (isearch-hangul-switch-symbol-ksc): Likewise.
8934 (isearch-hangul-switch-hanja): Likewise.
8935
8936 1999-05-10 Dave Love <fx@gnu.org>
8937
8938 * help.el (help-make-xrefs): Fix typo.
8939
8940 1999-05-10 Andreas Schwab <schwab@gnu.org>
8941
8942 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8943 unibyte-display-via-language-environment.
8944
8945 * help.el (help-make-xrefs): Handle more cases when looking for
8946 commands in a keymap description.
8947
8948 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8949
8950 * loadup.el: For ms-dos systems, load ccl and codepage.
8951
8952 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8953
8954 * ps-print.el (ps-control-character): Call
8955 ps-mule-prepare-ascii-font to setup ASCII fonts.
8956
8957 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8958 ps-multibyte-buffer is nil, use
8959 ps-mule-font-info-database-default."
8960
8961 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8962
8963 * ispell.el (ispell-local-dictionary-alist): New variable for
8964 customizing local dictionaries not accessable by everyone.
8965 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8966 (ispell-required-version): Changed format `(major minor
8967 revision)' to support general pattern matching.
8968 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8969 skip region commented out due to incorrect skip potential in std latex.
8970 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8971 cursor point on small words for calls from `ispell-minor-mode'.
8972 (check-ispell-version): Tests and accepts versions major.minor
8973 and above, with adjustments for interactions in 3.1.0-3.1.11.
8974 (ispell-get-line): No longer skips ispell process special characters.
8975 (ispell-comments-and-strings): Removed `when' macro call.
8976 (ispell-minor-check): Requires ispell-word to restore cursor point.
8977 (ispell-buffer-local-parsing): Supports checking comments only.
8978
8979 1999-05-08 Karl Heuer <kwzh@gnu.org>
8980
8981 * comint.el (comint-password-prompt-regexp): Fix last change to be
8982 more specific.
8983
8984 1999-05-07 Richard M. Stallman <rms@gnu.org>
8985
8986 * subr.el (with-temp-message): Fix the other call to message
8987 to use %s.
8988
8989 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8990
8991 * gud.el (gud-format-command): "%F" means file sans extension.
8992 (jdb): Use %F, not %f, for gud-break.
8993
8994 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8995
8996 * comint.el (comint-password-prompt-regexp): Modified so that it
8997 matches the output of kinit.
8998
8999 1999-05-06 Greg Stark <gsstark@mit.edu>
9000
9001 * timezone.el (timezone-parse-date): Recognize new format used in
9002 internet cookies.
9003
9004 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9005
9006 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9007
9008 1999-05-04 Andrew Innes <andrewi@gnu.org>
9009
9010 * time.el (display-time-update): Allow for wrap-around when
9011 checking against display-time-server-down-time.
9012
9013 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9014
9015 * international/mule-diag.el (describe-coding-system): Fix English
9016 message.
9017
9018 1999-05-03 Jason Rumney <jasonr@altavista.net>
9019
9020 * term/w32-win.el: Change the x-charset-registry property for the
9021 Japanese charsets that are supported by Japanese Windows fonts.
9022
9023 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9024
9025 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9026 diary-block diary entries for which the reminders and the diary
9027 entries can overlap.
9028
9029 1999-05-02 Jason Rumney <jasonr@altavista.net>
9030
9031 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9032 matches the font selected in the dialog.
9033
9034 1999-05-02 Dave Love <fx@gnu.org>
9035
9036 * browse-url.el (browse-url-browser-function): Add :version.
9037
9038 * international/mule.el (auto-coding-alist): Add .tgz.
9039
9040 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9041
9042 * international/codepage.el (cp-coding-system-for-codepage-1):
9043 Make the magnification parameter for the -dos encoder be 2.
9044
9045 1999-05-2 Andrew Innes <andrewi@gnu.org>
9046
9047 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9048 it is dropped, rather than current window.
9049
9050 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9051 after switching buffer, as case-fold-search is a buffer local
9052 variable.
9053
9054 * w32-fns.el (convert-standard-filename): Only convert directory
9055 separators to backslash if the interactive shell is one of the
9056 standard Windows shells that has DOS semantics.
9057
9058 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9059 format-time-string, and return a suitable string to indicate the
9060 timestamp was invalid.
9061
9062 * hexl.el (hexlify-command): Apply shell-quote-argument after
9063 expanding hexl-program in case exec-directory contains a space.
9064 (dehexlify-command): Ditto.
9065
9066 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9067 file extension regexps which aren't necessarily binary files.
9068 (direct-print-region-helper): Use subst-char-in-string instead of
9069 binding directory-sep-char to convert filenames to DOS syntax.
9070 (direct-print-region-use-command-dot-com): New variable.
9071 (direct-print-region-helper): Use it to control whether to invoked
9072 command.com to print on Windows 9x.
9073
9074 * browse-url.el (browse-url-browser-function): Default to
9075 browse-url-default-windows-browser on windows-nt.
9076 (browse-url-default-windows-browser): New function.
9077
9078 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9079
9080 * forms.el (forms-mode): Don't call forms-first-record or
9081 forms-last-record if the data file has zero records.
9082
9083 1999-04-29 Richard M. Stallman <rms@gnu.org>
9084
9085 * files.el (find-file-noselect-1): If buffer-file-name has changed
9086 after find-file-not-found-hooks runs, recompute the truename.
9087 And don't use FILENAME after that point.
9088
9089 1999-04-27 Dave Love <fx@gnu.org>
9090
9091 * paren.el (show-paren-mode)
9092 * which-func.el (which-func-mode-global)
9093 * type-break.el (type-break-mode)
9094 * time.el (display-time-mode)
9095 * rsz-mini.el (resize-minibuffer-mode)
9096 * mouse-sel.el (mouse-sel-mode)
9097 * icomplete.el (icomplete-mode)
9098 * hscroll.el (hscroll-global-mode)
9099 * help.el (temp-buffer-resize-mode)
9100 * font-lock.el (global-font-lock-mode)
9101 * delsel.el (delete-selection-mode)
9102 * avoid.el (mouse-avoidance-mode)
9103 * autoinsert.el (auto-insert-mode)
9104 * winner.el (winner-mode): Doc fix.
9105
9106 1999-04-26 Karl Heuer <kwzh@gnu.org>
9107
9108 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9109 the same whitespace that was ignored in choosing the subject string.
9110
9111 1999-04-26 Richard M. Stallman <rms@gnu.org>
9112
9113 * info.el (Info-find-node): Position properly after finding anchor.
9114
9115 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9116
9117 * simple.el (indent-new-comment-line): Fix previous change.
9118
9119 * complete.el: Delete the wildcard expansion feature
9120 since that is now standard in find-file.
9121 (PC-try-load-many-files): Function deleted.
9122 (PC-after-load-many-files): Function deleted.
9123 (PC-many-files-list): Variable deleted.
9124 (PC-disable-wildcards): Variable deleted.
9125 (partial-completion-mode): Don't enable the wildcard feature.
9126
9127 * complete.el (PC-look-for-include-file): Don't set global variables
9128 `error', `buf' and `filename' here.
9129
9130 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9131
9132 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9133
9134 * textmodes/outline.el (outline-regexp): Doc fix.
9135
9136 1999-04-26 John Wiegley <johnw@borland.com>
9137
9138 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9139 C++Builder 4.0 error message syntax.
9140
9141 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9142
9143 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9144 supported, use find -exec.
9145
9146 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9147
9148 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9149 coding-system-for-write, to avoid hanging when non-interactive.
9150
9151 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9152
9153 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9154 start with a newline.
9155
9156 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9157
9158 * international/mule-conf.el (x-ctext): New coding system.
9159
9160 1999-04-12 Richard M. Stallman <rms@gnu.org>
9161
9162 * international/mule-cmds.el (input-method-function):
9163 Add permanent-local property.
9164
9165 1999-04-12 Dave Love <fx@gnu.org>
9166
9167 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9168 change to use jka-compr-byte-compiler-base-file-name.
9169
9170 * supercite.el (sc-scan-info-alist): Revert last change.
9171 (sc-attrib-selection-list): Fix :type here instead.
9172
9173 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9174
9175 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9176 in the list of case-insensitive filesystems.
9177
9178 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9179
9180 * international/fontset.el (create-fontset-from-fontset-spec):
9181 Don't register duplicated alias fontset names.
9182
9183 1999-04-08 Richard Stallman <rms@gnu.org>
9184
9185 * international/mule.el (auto-coding-alist-lookup): New function.
9186 (set-auto-coding): Use auto-coding-alist-lookup.
9187
9188 * jka-compr.el (jka-compr-insert-file-contents):
9189 Use auto-coding-alist-lookup to check for files that
9190 should not have eol conversion, in the unibyte case.
9191
9192 1999-04-07 Dave Love <fx@gnu.org>
9193
9194 * help.el (describe-variable): Check custom-loads property as well
9195 as custom-type.
9196
9197 * abbrev.el (abbrev-mode): Customizing sets the default value.
9198
9199 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9200
9201 * vc.el (vc-backend-revert): For CVS files that were made
9202 writeable with "cvs edit", call "cvs unedit" to undo that.
9203
9204 1999-04-08 Dave Love <fx@gnu.org>
9205
9206 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9207 more.
9208 (sc-emacs-features): Recognize Emacs 20.
9209 (sc-read-string): Use history arg.
9210 (sc-scan-info-alist): Check for rtnvalue a cons.
9211
9212 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9213
9214 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9215 coding system to encode the message by
9216 select-message-coding-system.
9217
9218 1999-04-07 Richard Stallman <rms@gnu.org>
9219
9220 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9221
9222 * winner.el: Reorder definitions.
9223
9224 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9225
9226 * mail/rmail.el (rmail-decode-babyl-format):
9227 Undo previous change.
9228
9229 1999-04-06 Richard Stallman <rms@gnu.org>
9230
9231 * info.el (Info-find-node): Check for an anchor at the
9232 proper place, before reading an indirect file.
9233
9234 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9235
9236 * jka-compr.el (jka-compr-insert-file-contents):
9237 Use raw-text-unix when we want no conversion.
9238
9239 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9240
9241 * timezone.el (timezone-parse-date): Corrected regexp for
9242 style (5) date format so that tenths of seconds are optional.
9243
9244 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9245
9246 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9247 of dos-codepage-setup.
9248 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9249 codepages for which there's no need to set up cpNNN coding
9250 systems.
9251 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9252
9253 1999-04-05 Richard Stallman <rms@gnu.org>
9254
9255 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9256
9257 1999-04-02 Richard Stallman <rms@gnu.org>
9258
9259 * progmodes/compile.el (compilation-handle-exit): Do right thing
9260 if (car status) doesn't end in a newline.
9261
9262 1999-04-01 Dave Love <fx@gnu.org>
9263
9264 * progmodes/sql.el (SQL): Add defgroup :version.
9265
9266 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9267
9268 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9269 buffer-file-coding-system. If the coding system used is raw-text,
9270 etc., make the *Compiler Input* buffer unibyte.
9271
9272 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9273
9274 * loadup.el: Don't write the fns-...el file if not dumping.
9275
9276 1999-03-31 Dave Love <fx@gnu.org>
9277
9278 * snmp-mode.el (snmp): Fix defgroup :version.
9279
9280 * hilit-chg.el (highlight-changes): Add defgroup :version.
9281
9282 1999-03-31 Andreas Schwab <schwab@gnu.org>
9283
9284 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9285 the gnus-save-hidden-threads macro.
9286
9287 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9288
9289 * faces.el (face-set-after-frame-default): Obey the
9290 `customized-face' for new faces.
9291
9292 1999-03-30 Dave Love <fx@gnu.org>
9293
9294 * international/mule-cmds.el (current-language-environment): Doc fix.
9295 * abbrev.el (abbrev-mode): Doc fix.
9296 * autoinsert.el (auto-insert-mode): Doc fix.
9297 * complete.el (partial-completion-mode): Doc fix.
9298 * avoid.el (mouse-avoidance-mode): Doc fix.
9299 * delsel.el (delete-selection-mode): Doc fix.
9300 * font-lock.el (global-font-lock-mode): Doc fix.
9301 * help.el (temp-buffer-resize-mode): Doc fix.
9302 * hscroll.el (hscroll-global-mode): Doc fix.
9303 * icomplete.el (icomplete-mode): Doc fix.
9304 * mouse-sel.el (mouse-sel-mode): Doc fix.
9305 * paren.el (show-paren-mode): Doc fix.
9306 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9307 * time.el (display-time-mode): Doc fix.
9308 * type-break.el (type-break-mode): Doc fix.
9309 * which-func.el (which-func-mode-global): Doc fix.
9310 * winner.el (winner-mode): Doc fix.
9311
9312 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9313
9314 * wid-edit.el (widget-before-change): Signal text-read-only rather
9315 than an ordinary error.
9316
9317 1999-03-30 Richard M. Stallman <rms@gnu.org>
9318
9319 * repeat.el: Don't require advice.
9320 (repeat): Do function-indirection in check for kbd macro.
9321 In self-insert case, use the *last* char in INSERTION.
9322
9323 1999-03-30 Karl Heuer <kwzh@gnu.org>
9324
9325 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9326
9327 1999-03-29 Andreas Schwab <schwab@gnu.org>
9328
9329 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9330 comint-input-filter-functions. Make variables related to shell
9331 directory tracking local.
9332
9333 1999-03-26 Andreas Schwab <schwab@gnu.org>
9334
9335 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9336
9337 * simple.el (shell-command-on-region): Cope with exit-status being
9338 nil, which happens if call-process-region was interrupted.
9339
9340 1999-03-26 Richard M. Stallman <rms@gnu.org>
9341
9342 * simple.el (indent-new-comment-line): Handle use at a point
9343 after a comment-end. Handle multiple comments.
9344
9345 * mail/rmail.el (rmail-decode-babyl-format):
9346 To prevent locking, bind buffer-file-name to nil.
9347
9348 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9349
9350 * mail-hist.el (mail-hist-current-header-name): Don't make
9351 off-by-one-error when determining if in message body.
9352
9353 1999-03-25 Andrew Innes <andrewi@gnu.org>
9354
9355 * w32-fns.el (set-default-process-coding-system): Copied from
9356 dos-w32.el, but modified to use Unix line endings for process
9357 input, and to add a suitable entry to process-coding-system-alist
9358 for DOS shells.
9359
9360 * dos-fns.el (set-default-process-coding-system): Copied from
9361 dos-w32.el.
9362
9363 * dos-w32.el (set-default-process-coding-system): Move function to
9364 dos-fns.el; a different version is used in w32-fns.el.
9365
9366 1999-03-24 Dave Love <fx@gnu.org>
9367
9368 * info.el (Info-directory-list): Revert change to re-writing
9369 Info-default-directory-list, but put `alternative' first.
9370 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9371
9372 1999-03-23 Simon Marshall <simon@gnu.org>
9373
9374 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9375 on the line by itself.
9376 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9377 it is not in a declarative context.
9378
9379 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9380
9381 * cus-edit.el (custom-variable-prompt): Allow customization of
9382 autoloaded symbols.
9383
9384 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9385
9386 * simple.el (what-cursor-position): Don't cause error when point
9387 is at invalid multibyte sequence.
9388
9389 1999-03-21 Karl Heuer <kwzh@gnu.org>
9390
9391 * complete.el (partial-completion-mode): Doc fix.
9392
9393 1999-03-19 Richard M. Stallman <rms@gnu.org>
9394
9395 * progmodes/cplus-md.el (old-c++): Remove :group.
9396
9397 * progmodes/c-mode.el (old-c): Remove :group.
9398
9399 1999-03-18 Simon Marshall <simon@gnu.org>
9400
9401 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9402 (java-font-lock-keywords-2): Added "strictfp" keyword.
9403
9404 1999-03-17 Jason Rumney <jasonr@altavista.net>
9405
9406 * w32-fns.el (set-w32-system-coding-system) New function.
9407 (w32-system-coding-system) Initialize to 'iso-latin-1.
9408
9409 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9410
9411 * international/mule-cmds.el (set-language-environment): Fix
9412 previous change: don't use dos-codepage when unbound.
9413
9414 1999-03-17 Karl Heuer <kwzh@gnu.org>
9415
9416 * calendar/appt.el (appt-make-list): Fix previous change.
9417
9418 1999-03-16 Richard M. Stallman <rms@gnu.org>
9419
9420 * window.el (shrink-window-if-larger-than-buffer):
9421 Don't try to redisplay with the cursor at the end
9422 on its own line--that would force a scroll and spoil things.
9423
9424 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9425
9426 * international/mule-cmds.el (set-language-environment): Don't use
9427 cpNNN-nonascii-translation-table if it is unbound.
9428
9429 * term/internal.el (dos-codepage-setup): Compute the unibyte
9430 syntax table and bind unibyte-display-via-language-environment
9431 here, rather than at top level, so that resetting to unibyte in
9432 .emacs works as expected.
9433
9434 1999-03-15 Simon Marshall <simon@gnu.org>
9435
9436 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9437
9438 1999-03-14 Milan Zamazal <pdm@pvt.net>
9439
9440 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9441
9442 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9443
9444 * international/mule-util.el (detect-coding-with-priority):
9445 Restore the internal database.
9446
9447 1999-03-14 Stephen Eglen <stephen@gnu.org>
9448
9449 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9450 if mail-from-style has invalid value.
9451
9452 1999-03-12 Karl Heuer <kwzh@gnu.org>
9453
9454 * vc.el (vc-delete-logbuf-window): New var.
9455 (vc-finish-logentry): Use it.
9456
9457 1999-03-12 Richard M. Stallman <rms@gnu.org>
9458
9459 * startup.el (command-line-1): Improve startup msg.
9460
9461 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9462
9463 * speedbar.el: Added commentary about stealthy functions.
9464 (speedbar-message) new function.
9465 (speedbar-y-or-n-p): New function
9466 (speedbar-with-attached-buffer) Moved macro before reference.
9467 Now uses `save-selected-window'.
9468 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9469 speedbar-generic-item-info, speedbar-item-info-file-helper,
9470 speedbar-item-delete, speedbar-insert-generic-list,
9471 speedbar-timer-fn, speedbar-check-vc-this-line,
9472 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9473 speedbar-buffers-item-info) Use speedbar-message.
9474 (speedbar-item-info) Limit `message-log-max'.
9475 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9476 speedbar-item-delete, speedbar-item-object-delete,
9477 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9478
9479 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9480
9481 * server.el (server-start): Set coding system for the server
9482 process to raw-text.
9483 (server-process-filter): Decode file names if necessary.
9484
9485 1999-03-12 Dave Love <fx@gnu.org>
9486
9487 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9488
9489 * textmodes/paragraphs.el (sentence-end): Doc fix.
9490
9491 1999-03-11 Karl Heuer <kwzh@gnu.org>
9492
9493 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9494
9495 1999-03-09 Karl Heuer <kwzh@gnu.org>
9496
9497 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9498 (ispell-dictionary-alist-2): Likewise.
9499 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9500 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9501 (ispell-dictionary-alist): Build from six pieces, not just two.
9502
9503 * ps-bdf.el (bdf-directory-list): Doc fix.
9504
9505 * enriched.el (enriched-mode): Make var permanent-local.
9506
9507 1999-03-09 Dave Love <fx@gnu.org>
9508
9509 * textmodes/sgml-mode.el (html-mode): Use
9510 sentence-end-double-space when setting sentence-end.
9511
9512 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9513
9514 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9515
9516 1999-03-08 Felix Lee <flee@cygnus.com>
9517
9518 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9519
9520 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9521
9522 1999-03-08 Karl Heuer <kwzh@gnu.org>
9523
9524 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9525 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9526
9527 * dired.el (dired-do-copy-regexp): Doc fix.
9528 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9529
9530 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9531
9532 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9533
9534 1999-03-08 Jason Rumney <jasonr@altavista.net>
9535
9536 * international/codepage.el (cp1250-decode-table)
9537 (cp1251-decode-table, cp1253-decode-table)
9538 (cp1257-decode-table): New translation tables for MS Windows codepages.
9539 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9540
9541 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9542
9543 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9544
9545 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9546
9547 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9548
9549 * term/internal.el (top level): Display character 255 as 8bit as well.
9550
9551 1999-03-06 Dave Love <fx@gnu.org>
9552
9553 * progmodes/cc-cmds.el (c-outline-level): Bind
9554 buffer-invisibility-spec.
9555
9556 * progmodes/c-mode.el (c-outline-level): Likewise.
9557
9558 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9559
9560 1999-03-05 Felix Lee <flee@cygnus.com>
9561
9562 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9563
9564 1999-03-05 Richard M. Stallman <rms@gnu.org>
9565
9566 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9567
9568 1999-03-05 Andrew Innes <andrewi@gnu.org>
9569
9570 * w32-fns.el (convert-standard-filename): Convert directory
9571 separators to Windows format.
9572
9573 1999-03-05 Andreas Schwab <schwab@gnu.org>
9574
9575 * international/skkdic-cnv.el: Provide skkdic-cnv.
9576 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9577 (batch-skkdic-convert): Doc fix.
9578
9579 1999-03-04 Dave Love <fx@gnu.org>
9580
9581 * custom.el (custom-set-variables): Protect against setter errors.
9582
9583 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9584
9585 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9586 the file sizes from overflowing.
9587 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9588 Under -s, print the size in blocks with %4.0f, in case they have
9589 a *really* huge file.
9590
9591 1999-03-03 Dave Love <fx@gnu.org>
9592
9593 * options.el (edit-options): Doc fix.
9594 (list-options): Don't lose with unbound symbols. Maintain
9595 Edit-options-mode.
9596
9597 1999-03-01 Dave Love <fx@gnu.org>
9598
9599 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9600
9601 1999-02-28 Richard M. Stallman <rms@gnu.org>
9602
9603 * ispell.el (ispell-dictionary-alist-override): New variable.
9604 (ispell-dictionary-alist): Don't setq it,
9605 if ispell-dictionary-alist-override is set.
9606
9607 * simple.el (shell-command-default-error-buffer): Renamed from
9608 shell-command-on-region-default-error-buffer.
9609 (shell-command-on-region): Mention in echo area when there
9610 is some error output. Mention success or failure, too.
9611 Accumulate multiple error outputs
9612 going forward, with formfeed in between. Display the error buffer
9613 when we have put something in it.
9614 (shell-command): Add the ERROR-BUFFER argument feature.
9615
9616 1999-02-28 Karl Heuer <kwzh@gnu.org>
9617
9618 * mail/mh-utils.el (mh-lib): Doc fix.
9619 (mh-lib-progs, mh-nmh-p): New vars.
9620 (mh-find-progs): Set mh-lib-progs along with other vars.
9621 (mh-path-search): New arg FUNC-P; if specified, use that instead
9622 of mh-file-command-p.
9623 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9624
9625 * mail/mh-comp.el (mh-repl-formfile): New var.
9626 (mh-smail-batch): Don't ignore all arguments.
9627 (mh-reply): Do the right thing when using nmh.
9628
9629 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9630
9631 * international/mule-cmds.el (select-safe-coding-system): Be sure
9632 to show a buffer being decoded.
9633
9634 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9635
9636 * ps-bdf.el (bdf-directory-list): Initialize it to
9637 '("/usr/local/share/emacs/fonts/bdf").
9638
9639 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9640
9641 * ps-print.el: PostScript programming fix.
9642 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9643 setpagedevice operator).
9644
9645 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9646
9647 * ps-print.el: Doc fix, font size specifies landscape and portrait
9648 sizes.
9649 (ps-print-version): New version number (4.1.4).
9650 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9651 Specifies landscape and portrait sizes.
9652 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9653 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9654 fix.
9655 (ps-get-font-size): New fun.
9656 (ps-font-size-internal, ps-header-font-size-internal)
9657 (ps-header-title-font-size-internal): New vars.
9658
9659 * ps-mule.el: Change of ps-print font size variable name.
9660 (ps-mule-generate-font): Fun fix.
9661 (ps-mule-begin-job): Programming uniformization.
9662
9663 1999-02-25 Dave Love <fx@gnu.org>
9664
9665 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9666 (help-make-xrefs): Do Info case first.
9667
9668 * repeat.el: Don't require advice.
9669 (repeat-last-kill-command): Variable deleted.
9670
9671 1999-02-25 Richard Stallman <rms@gnu.org>
9672
9673 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9674 case just because the current buffer is the output buffer.
9675
9676 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9677
9678 * simple.el (what-cursor-position): To show the character's
9679 encoding, use encoded-string-description instead of information
9680 of chaset-origin-alist.
9681
9682 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9683 (encoded-code-description): New function.
9684 (encoded-string-description): New function.
9685 (encode-coding-char): New function.
9686
9687 1999-02-25 Andrew Innes <andrewi@gnu.org>
9688
9689 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9690 checking for .emacs[.el[c]].
9691
9692 1999-02-24 Richard Stallman <rms@gnu.org>
9693
9694 * help.el (describe-function-1): Don't print a whole lambda-function.
9695
9696 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9697
9698 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9699 inputting ?\240.
9700
9701 1999-02-23 Karl Heuer <kwzh@gnu.org>
9702
9703 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9704
9705 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9706 (clean-buffer-list-kill-buffer-names): Doc fix.
9707
9708 * gud.el (gud-jdb-massage-args): Spelling fix.
9709
9710 1999-02-23 Richard M. Stallman <rms@gnu.org>
9711
9712 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9713
9714 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9715
9716 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9717 excursion while calling set-auto-coding-function.
9718
9719 * play/handwrite.el (handwrite): Require ps-print, and use
9720 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9721 if it's defined, instead of forking ps-lpr-command unconditionally.
9722
9723 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9724
9725 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9726 charset-origin-alist property to a coding system for the codepage.
9727
9728 * international/mule.el: Modify comment for charset-origin-alist
9729 property of a coding system.
9730
9731 * simple.el (what-cursor-position): charset-origin-alist property
9732 of a coding system may be a translation table or a symbol of which
9733 `translation-table' property is a translation table.
9734
9735 1999-02-21 Richard Stallman <rms@gnu.org>
9736
9737 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9738 to the "html" template.
9739
9740 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9741
9742 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9743
9744 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9745
9746 * dirtrack.el (dirtrack): Check for the prompt in the input string
9747 instead of the buffer.
9748
9749 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9750
9751 * sql.el: Set version to 1.4.1. Changed mail address to
9752 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9753 (sql-input-ring-separator): Doc fix.
9754 (sql-mode-syntax-table): double-dash starts comments is defined as
9755 ". 56" instead of ". 12b" for XEmacs.
9756 (sql-stop, sql-interactive-mode): Doc fixes.
9757 (sql-postgres): Queries for database and server, not just one.
9758 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9759
9760 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9761 changed. This is needed for master.el to work.
9762 (sql-set-sqli-buffer): Use the new hook.
9763
9764 * sql.el (sql-make-alternate-buffer-name): Function that sets
9765 sql-alternate-buffer-name.
9766 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9767 (sql-interactive-mode): Set sql-alternate-buffer-name.
9768 (sql-rename-buffer): New command.
9769 (sql-interactive-mode-menu): Menu for SQLi buffers.
9770
9771 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9772 and sql-input-ring-file-name are used to temporarily set
9773 comint-input-ring-file-name and comint-input-ring-separator when
9774 reading and writing input history files.
9775
9776 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9777 (sql-input-ring-file-name): New variable with customization.
9778 (sql-input-ring-separator): New variable with customization.
9779 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9780 Callers changed.
9781 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9782 now includes the name of the current buffer.
9783
9784 (sql-mode): Set paragraph-separate and paragraph-start so that
9785 sql-send-paragraph sends the entire SQL statements, even if it
9786 contains indented lines.
9787
9788 1999-02-18 Dave Love <fx@gnu.org>
9789
9790 * format.el (format-encode-run-method, format-decode-run-method):
9791 Fix previous change.
9792
9793 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9794
9795 * international/mule.el (coding-system-list): Moved here from
9796 mule-util.el to avoid autoloading mule-util by the call of
9797 select-safe-coding-system.
9798
9799 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9800
9801 * simple.el (turn-on-auto-fill): Mark it as an option for
9802 `text-mode-hook'.
9803
9804 1999-02-17 Richard Stallman <rms@gnu.org>
9805
9806 * emacs-lisp/easymenu.el (easy-menu-get-map):
9807 Don't crash if (current-local-map) is nil.
9808
9809 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9810
9811 * filecache.el (file-cache-filter-regexps): Added .class.
9812
9813 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9814
9815 * international/mule-util.el (decompose-region): Use
9816 insert-buffer-substring instead of insert-buffer to avoid putting
9817 mark.
9818
9819 1999-02-17 Andreas Schwab <schwab@gnu.org>
9820
9821 * calendar/cal-move.el (scroll-calendar-left): Don't set
9822 displayed-month and displayed-year here, let generate-calendar do
9823 it, after range checking.
9824
9825 1999-02-17 Simon Marshall <simon@gnu.org>
9826
9827 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9828
9829 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9830 correctly between an object declared via a constructor and a method.
9831 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9832 (java-font-lock-keywords-1): Fontify package names individually.
9833 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9834 (java-font-lock-keywords-2): Simplify type fontification.
9835 (java-font-lock-keywords-3): Likewise.
9836
9837 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9838
9839 * language/japanese.el (iso-2022-jp-2): New coding system.
9840 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9841
9842 1999-02-16 Dave Love <fx@gnu.org>
9843
9844 * help.el (describe-function-1): Accept non-symbols.
9845
9846 1999-02-16 Paul Eggert <eggert@twinsun.com>
9847
9848 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9849 find the last match if there are multiple matches.
9850
9851 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9852
9853 * tex-mode.el (tex-run-command, latex-run-command)
9854 (slitex-run-command, tex-command): Doc changes.
9855 (tex-start-options-string): Autoload it. Doc change. Provide
9856 a menu for customization. Allow nil. Quote backslashes only once.
9857 (tex-start-tex): Handle nil value of tex-start-options-string
9858 and apply shell-quote-argument to it.
9859
9860 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9861
9862 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9863 the size in blocks, since it can be a float.
9864 (ls-lisp-format): Likewise
9865
9866 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9867
9868 * language/japanese.el (japanese-shift-jis): Add
9869 charset-origin-alist property.
9870
9871 1999-02-15 Richard Stallman <rms@gnu.org>
9872
9873 * progmodes/compile.el (compile-internal): Use save-selected-window.
9874
9875 * subr.el (momentary-string-display): Bind inhibit-read-only.
9876
9877 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9878
9879 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9880
9881 * mail/rmail.el (rmail-show-message): If an unseen message has a
9882 Summary-line in its header, get past one more line before looking
9883 for the X-Coding-System header.
9884
9885 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9886
9887 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9888 explicitly to accomodate Windows 9X lack of a useful copy program.
9889
9890 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9891
9892 * wid-edit.el (widget-choice-value-create): Use `equal'
9893 instead of `eq'.
9894
9895 1999-02-14 Richard Stallman <rms@gnu.org>
9896
9897 * international/iso-transl.el:
9898 (iso-transl-ae): Renamed from iso-transl-e-slash.
9899 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9900 (iso-transl-AE): Renamed from iso-transl-E-slash.
9901 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9902 (iso-transl-char-map): Related changes.
9903
9904 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9905
9906 1999-02-13 Richard Stallman <rms@gnu.org>
9907
9908 * textmodes/texinfmt.el (texinfo-alias): New function.
9909 (texinfo-fold-nodename-case): Add defvar.
9910 (texinfo-format-node): Do case folding if specified.
9911
9912 * ffap.el (ffap-file-at-point): Test local file names
9913 immediately. Strip off line numbers.
9914
9915 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9916
9917 * sql.el: Set version to 1.3.2
9918 (sql-solid-program): Added support for solid.
9919 (sql-help): Doc mentions sql-solid.
9920 (sql-solid): Entry function for Solid.
9921 (sql-buffer): Doc explains the use of the variable and how to
9922 change it.
9923 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9924 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9925 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9926 is new.
9927 (sql-show-sqli-buffer): New function to display the value of
9928 sql-buffer.
9929 (sql-change-sqli-buffer): New function to change sql-buffer.
9930 (sql-mode): Doc explains how to change sql-buffer.
9931 (sql-send-paragraph): New function to send a paragraph.
9932 (sql-mode-map): Added keybinding for sql-send-paragraph.
9933 (sql-mysql): Doc corrected.
9934 (sql-ms): Doc corrected.
9935
9936 * sql.el (sql-server): Doc fix.
9937 (sql-mysql): Added the use of sql-server to specify the host,
9938 sql-database now specifies database instead of host.
9939 (sql-mode-menu): Send... menu items are only active if sql-buffer
9940 is non-nil.
9941 (sql-help): Changed tag of entry functions a bit.
9942
9943 * sql.el: Added keywords from `finder-by-keyword'.
9944 (sql-mode): Made sql-buffer a local variable, changed the
9945 documentation: removed instructions to add *.sql files to
9946 auto-mode-alist, added documentation for having mutliple SQL
9947 buffers sending their stuff to different SQLi buffers, each
9948 running a different process.
9949 (sql-postgres): Quoted *SQL* in doc string.
9950 (sql-ms): Likewise.
9951 (sql-ingres): Likewise.
9952 (sql-ingres): Quoted *SQL* in doc string, added references to
9953 sql-user and sql-password used during login.
9954 (sql-sybase): Quoted *SQL* in doc string, added comma.
9955 (sql-oracle): Likewise.
9956 (sql-interactive-mode): Added extensive documentation for having
9957 mutliple SQL buffers sending their stuff to different SQLi
9958 buffers, each running a different process.
9959 (sql-buffer): Changed doc from *SQL* to SQLi.
9960 (sql-get-login): Doc fix.
9961
9962 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9963
9964 * international/mule-conf.el (undecided): Set ascii in
9965 safe-charsets property.
9966
9967 1999-02-12 Richard Stallman <rms@gnu.org>
9968
9969 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9970
9971 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9972
9973 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9974 value to ps-mule-font-info-database-latin.
9975
9976 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9977
9978 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9979 (ps-mule-font-info-database-default): New variable.
9980 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9981 ps-mule-font-info-database-default.
9982
9983 1999-02-12 Dave Love <fx@gnu.org>
9984
9985 * timezone.el (timezone-make-date-sortable)
9986 (timezone-make-date-arpa-standard): Doc fix.
9987
9988 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9989
9990 * international/quail.el (quail-show-kbd-layout): Bind
9991 blink-matching-paren to nil.
9992
9993 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9994 for ASCII and Latin-1.
9995
9996 1999-02-12 Andreas Schwab <schwab@gnu.org>
9997
9998 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9999
10000 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10001
10002 * international/mule-cmds.el (language-info-alist): Remove
10003 description about charset-origin-alist.
10004
10005 * international/mule.el: Comment added for a new coding system
10006 property `charset-origin-alit'.
10007 (make-translation-table): This variable deleted.
10008
10009 * language/chinese.el (chinese-big5): Add charset-origin-alist
10010 property.
10011 ("Chinese-CNS"): Remove charset-origin-alist property.
10012
10013 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10014 property.
10015 (cyrillic-alternativnyj): Likewise.
10016 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10017 ("Cyrillic-ALT"): Likewise.
10018
10019 * language/vietnamese.el (vietnamese-viqr): Add
10020 charset-origin-alist property.
10021 ("Vietnamese"): Remove charset-origin-alist property.
10022
10023 * simple.el (what-cursor-position): Don't use the varialbe
10024 charset-origin-alist, but use charset-origin-alist property of
10025 buffer-file-coding-system to decide external character set code.
10026
10027 1999-02-10 Richard Stallman <rms@gnu.org>
10028
10029 * shadowfile.el: Don't turn on the mode when the file is loaded.
10030
10031 1999-02-09 Richard Stallman <rms@gnu.org>
10032
10033 * progmodes/compile.el (compile-auto-highlight): Customize.
10034
10035 * add-log.el (add-log-file-name-function): New variable.
10036 (add-change-log-entry): Call that function, if non-nil.
10037
10038 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10039
10040 * rmail.el (rmail-search): Track match with a marker, not an integer.
10041
10042 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10043
10044 * progmodes/compile.el (compilation-setup): Set value of
10045 compilation-directory-stack as in compilation-forget-errors.
10046 (compile-reinitialize-errors): Bind buffer-undo-list and
10047 deactivate-mark.
10048 (compilation-forget-errors): Likewise.
10049
10050 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10051
10052 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10053 def... constructs.
10054
10055 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10056 Remove calls to sleep-for.
10057
10058 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10059
10060 * international/codepage.el (cp-coding-system-for-codepage-1): On
10061 MS-DOS, use dos-unsupported-char-glyph for characters not
10062 supported by the codepage.
10063 (cp-make-coding-systems-for-codepage): Likewise.
10064
10065 1999-02-08 Andreas Schwab <schwab@gnu.org>
10066
10067 * international/mule-util.el (coding-system-list): Don't sort
10068 coding-system-list here.
10069
10070 * international/mule.el (coding-system-lessp): Moved here from
10071 mule-util.el
10072 (add-to-coding-system-list): New function.
10073 (make-subsidiary-coding-system, make-coding-system,
10074 define-coding-system-alias): Use it instead of setting
10075 coding-system-list directly.
10076
10077 1999-02-07 Dave Love <fx@gnu.org>
10078
10079 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10080 onto message.
10081
10082 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10083
10084 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10085 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10086
10087 1999-02-06 Richard Stallman <rms@gnu.org>
10088
10089 * language/european.el (setup-slovenian-environment): New function.
10090 ("Slovenian"): New language environment.
10091
10092 * progmodes/sql.el (sql-help): Doc fix.
10093 (sql-mysql): Doc fix.
10094
10095 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10096
10097 * tex-mode.el: When compiling, require compare-w and skeleton
10098 to pacify the byte-compiler. Move the def's of the tex-commands
10099 together. Add a comment on kill-process vs. quit-process.
10100
10101 1999-02-05 Dave Love <fx@gnu.org>
10102
10103 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10104 null markers.
10105 (compile-goto-error): Likewise.
10106
10107 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10108
10109 * time-stamp.el (time-stamp-format): Format doc tighter.
10110 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10111 (time-stamp): Don't re-write the time stamp if it didn't change.
10112
10113 1999-02-05 Alex Schroeder <asc@bsiag.com>
10114
10115 * progmodes/sql.el: Changed version to 1.2.1.
10116 (sql-pop-to-buffer-after-send-region): Improved documentation.
10117 (sql-mysql-program): Added MySQL support.
10118 (sql-prompt-length): Made prompt-length configurable.
10119 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10120 (sql-help): Added MySQL support, changed documentation.
10121 (sql-send-region): A message is displayed if something is sent.
10122 (sql-mode): Added buffer-local comment-start.
10123 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10124 (sql-interactive-mode): Added buffer-local comment-start.
10125 (sql-oracle): Set sql-prompt-length.
10126 (sql-sybase): Set sql-prompt-length.
10127 (sql-mysql): Added MySQL support.
10128 (sql-ingres): Set sql-prompt-length.
10129 (sql-ms): Set sql-prompt-length.
10130 (sql-postgres): Set sql-prompt-length.
10131
10132 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10133
10134 * term/internal.el (dos-codepage-setup): Set selection coding
10135 system to cpNNN-dos.
10136
10137 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10138
10139 * international/characters.el: Let ethiopic use iso-2022-7bit.
10140
10141 1999-02-02 Dave Love <fx@gnu.org>
10142
10143 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10144 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10145
10146 1999-02-02 Karl Heuer <kwzh@gnu.org>
10147
10148 * terminal.el (terminal-emulator): Doc fix.
10149
10150 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10151
10152 * international/mule-util.el (compose-chars): Doc-string
10153 modified. Correctly handle a composition character in ARGS.
10154
10155 1999-02-01 Richard Stallman <rms@gnu.org>
10156
10157 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10158 (makefile-menu-index-function): Function deleted.
10159 (makefile-mode): Use makefile-imenu-generic-expression.
10160
10161 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10162
10163 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10164 change, invoke from before-init-hook.
10165
10166 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10167
10168 * subr.el (remove-from-invisibility-spec): Cope with the case when
10169 buffer-invisibility-spec is t.
10170
10171 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10172
10173 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10174 appt-add and appt-delete.
10175
10176 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10177
10178 * term/pc-win.el (msdos-approximate-color): New function.
10179 (msdos-color-translate): Call it to find a DOS color that best
10180 approximates an X-style "#NNNNNN" color specification.
10181
10182 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10183
10184 * international/mule-util.el (compose-chars-component): Add
10185 autoload cookie.
10186
10187 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10188
10189 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10190 function, replace cdr of MAP by the return value of the function
10191 unconditionally.
10192
10193 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10194
10195 * progmodes/compile.el (compilation-next-error-locus): Don't
10196 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10197
10198 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10199
10200 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10201 and NLs before "charset", and allow the charset name be in double
10202 quotes.
10203
10204 1999-01-31 Richard Stallman <rms@gnu.org>
10205
10206 * imenu.el (imenu-sort-function): Fix custom type.
10207
10208 1999-01-30 Richard Stallman <rms@gnu.org>
10209
10210 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10211 (speedbar-line-token): Likewise.
10212
10213 * play/gametree.el (gametree-default-score): Use defcustom.
10214 (gametree-score-regexp, gametree-score-closer): Likewise.
10215 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10216
10217 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10218
10219 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10220 decoding.
10221
10222 1999-01-29 Markus Rost <rost@gnu.org>
10223
10224 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10225 tex-validate-buffer.
10226 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10227 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10228 now with recent occur-mode.
10229 (tex-validate-region): Really walk through all Sexps.
10230 (tex-region): Bind shell-dirtrack-verbose.
10231 (tex-file, tex-bibtex-file): Likewise.
10232
10233 1999-01-29 Dave Love <fx@gnu.org>
10234
10235 * finder.el: (finder-commentary): Fix interactive spec. Try
10236 appending .el to file name.
10237 (finder-find-library, finder-commentary): Doc fixes.
10238
10239 1999-01-29 Andrew Innes <andrewi@gnu.org>
10240
10241 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10242 where the userid contains directory separators.
10243
10244 1999-01-29 Dave Love <fx@gnu.org>
10245
10246 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10247 (lm-commentary): Doc fix.
10248
10249 1999-01-29 Andreas Schwab <schwab@gnu.org>
10250
10251 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10252 wildcard match. Fix regexp that tests if dirpart contains
10253 wildcard characters.
10254
10255 1999-01-28 Richard Stallman <rms@gnu.org>
10256
10257 * font-lock.el (font-lock-default-unfontify-region):
10258 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10259
10260 1999-01-27 Jason Rumney <jasonr@altavista.net>
10261
10262 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10263 from FAMILY field.
10264 (w32-create-initial-fontsets): Do not use before-init-hook.
10265 (mouse-set-font): Document. Automatically create and use fontsets.
10266
10267 * dos-w32.el (direct-print-region-helper): Check for printer
10268 being t as well as a string.
10269
10270 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10271
10272 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10273 (rmail-mime-charset-pattern): New variable.
10274 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10275 rmail-decode-mime-charset is non-nil.
10276
10277 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10278
10279 * international/characters.el: Set category `q' for all characters
10280 in tibetan and tibetan-1-column.
10281
10282 1999-01-27 Andrew Innes <andrewi@gnu.org>
10283
10284 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10285 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10286
10287 1999-01-27 Dave Love <fx@gnu.org>
10288
10289 * international/mule-cmds.el (current-language-environment):
10290 Provide :link, :type (choices) and appropriate :get.
10291
10292 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10293
10294 * startup.el (command-line): Set default eol-mnemonic-* strings to
10295 display end-of-line format in mode line.
10296
10297 * cus-start.el (all): Add eol-mnemonic-* variables.
10298
10299 1999-01-26 Dave Love <fx@gnu.org>
10300
10301 * startup.el (command-line-1): Up-date copyright.
10302
10303 * paths.el (Info-default-directory-list): Use configdir twice.
10304
10305 * info.el (Info-directory-list): Don't set path-separator now
10306 we're not shipped with Texinfo. Simplify path definition.
10307 Substitute all occurrences of instdir in Info-default-directory-list.
10308
10309 1999-01-25 Richard Stallman <rms@gnu.org>
10310
10311 * startup.el (normal-top-level-add-subdirs-to-load-path):
10312 Record the inode numbers of the dirs processed, to avoid loop.
10313
10314 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10315
10316 1999-01-25 Dave Love <fx@gnu.org>
10317
10318 * browse-url.el (browse-url-netscape-program): Doc addition.
10319
10320 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10321 prefix.
10322
10323 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10324 auto-mode-alist.
10325
10326 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10327
10328 * calendar/diary-lib.el (mark-diary-entries): Use
10329 assoc-ignore-case and do not capitalize when matching month and
10330 day names.
10331
10332 * calendar/calendar.el (calendar-read-date): Ditto.
10333
10334 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10335 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10336
10337 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10338
10339 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10340
10341 * calendar/cal-islam.el (calendar-goto-islamic-date)
10342 (mark-islamic-diary-entries): Ditto.
10343
10344 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10345
10346 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10347 (calendar-read-mayan-tzolkin-date): Ditto.
10348
10349 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10350
10351 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10352
10353 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10354
10355 1999-01-25 Karl Heuer <kwzh@gnu.org>
10356
10357 * faces.el (list-faces-display): Multiline case of previous fix.
10358
10359 1999-01-25 Andreas Schwab <schwab@gnu.org>
10360
10361 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10362
10363 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10364
10365 * files.el (find-file): If find-file-noselect returns a list,
10366 do switch-to-buffer on each element.
10367 (find-file-other-window): Likewise for all but the first element.
10368 (find-file-other-frame): Same.
10369 (find-file-noselect): When we expand a wildcard, return a list
10370 of buffers.
10371
10372 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10373
10374 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10375 to set the appropriate cpNNN-dos coding system as the
10376 highest-priority coding system.
10377
10378 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10379
10380 * international/fontset.el (generate-fontset-menu): Return a
10381 sorted list by plain names of fontsets.
10382
10383 * international/mule-diag.el (list-fontsets): Sort fontsets by
10384 plain names.
10385
10386 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10387 FIRST is a composite character, decompose it at first.
10388
10389 1999-01-23 Dave Love <fx@gnu.org>
10390
10391 * format.el: Doc fixes.
10392 (format-encode-run-method): Have things happen in the right buffer.
10393 Deal with errors from method. Set coding-system-for-write.
10394 (format-decode-run-method): Have things happen in the right buffer.
10395 Deal with errors from method. Set coding-system-for-read.
10396 (format-alist): Use nil instead of unmatchable regexps.
10397
10398 * simple.el (shell-command-on-region): Return command's exit status.
10399
10400 1999-01-23 Eric Ludlam <zappo@gnu.org>
10401
10402 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10403 of the file whose info we want to display.
10404 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10405 (speedbar-add-mode-functions-list) Improve doc.
10406 (speedbar-line-token) New function.
10407 (speedbar-dired) Fix order of directories in -shown-directories.
10408 (speedbar-line-path): Default return is default-directory
10409 (speedbar-buffers-line-path): Return is dir name only.
10410 (speedbar-mode-functions-list): New variable.
10411 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10412 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10413 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10414 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10415 New functions.
10416 (speedbar-line-file): Broke out part that fetches file from a line.
10417 (speedbar-line-text): New function extracted from speedbar-line-file.
10418 (speedbar-line-path): Converted into a replaceable function.
10419 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10420
10421 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10422
10423 * international/fontset.el (create-fontset-from-x-resource): Make
10424 style variants.
10425
10426 1999-01-22 Dave Love <fx@gnu.org>
10427
10428 * paths.el (Info-default-directory-list): Put sysdir after start.
10429
10430 1999-01-22 Sam Steingold <sds@goems.com>
10431
10432 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10433 a process associated with it.
10434
10435 1999-01-22 Jason Rumney <jasonr@altavista.net>
10436
10437 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10438
10439 1999-01-22 Felix Lee <flee@cygnus.com>
10440
10441 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10442 major-mode.
10443 (vc-annotate-mode): Delete variable.
10444
10445 1999-01-22 Andrew Innes <andrewi@gnu.org>
10446
10447 * startup.el (command-line): [windows-nt]: Check for existence of
10448 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10449 in preference to _emacs.
10450
10451 1999-01-22 Dave Love <fx@gnu.org>
10452
10453 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10454
10455 1999-01-20 Richard Stallman <rms@gnu.org>
10456
10457 * files.el (find-file-noselect): Do wildcard processing only
10458 if new arg WILDCARDS is non-nil.
10459 (find-file, find-file-other-window): New arg WILDCARDS.
10460 Default it to non-nil if interactive.
10461 (find-file-other-frame): Likewise.
10462 (find-file-read-only): Likewise.
10463 (find-file-read-only-other-window): Likewise.
10464 (find-file-read-only-other-frame): Likewise.
10465
10466 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10467 (widget-plist-convert-option): Delete spurious comma.
10468
10469 1999-01-19 Jason Rumney <jasonr@altavista.net>
10470
10471 * term/w32-win.el (w32-standard-fontspec-spec): Change
10472 iso8859-5 to koi8-r. Add iso8859-9.
10473
10474 1999-01-19 Dave Love <fx@gnu.org>
10475
10476 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10477 its uses.
10478
10479 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10480 is active.
10481 (fortran-indent-subprogram): Likewise.
10482
10483 1999-01-19 Dave Love <d.love@dl.ac.uk>
10484
10485 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10486
10487 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10488
10489 * wid-edit.el (alist): Use sexp as default key-type.
10490
10491 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10492
10493 * textmodes/tex-mode.el (tex-define-common-keys):
10494 Remove key binding of tex-feed-input.
10495 (tex-mode-map): Bind tex-feed-input here.
10496 (tex-start-shell): Use compilation-shell-minor-mode. Set
10497 comint-input-filter-functions before running tex-shell-hook.
10498 (tex-start-tex): Forget compilation errors.
10499 (tex-compilation-parse-errors): Rewritten to work also with
10500 compile-mouse-goto-error and compile-goto-error. Adjusted to
10501 change in tex-region.
10502 (tex-region): For the temp file use file-name without directory.
10503 (tex-file): Expand file name of tex-print-file.
10504
10505 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10506
10507 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10508
10509 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10510
10511 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10512 beginning could cause Emacs to hang. Fixed.
10513
10514 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10515
10516 * international/ccl.el (ccl-compile-translate-character): Handle
10517 the case that a tranlation table is CCL register correctly.
10518
10519 * international/mule-cmds.el (select-safe-coding-system):
10520 Hightlight at most 256 characters.
10521
10522 1999-01-18 Dave Love <fx@gnu.org>
10523
10524 * startup.el (command-line): If the init file changes operation to
10525 unibyte, make all buffers unibyte and re-set language environment.
10526
10527 * disp-table.el (standard-display-european): Make all existing
10528 buffers unibyte. Fix doc.
10529
10530 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10531
10532 * wid-edit.el (coding-system): Define this unconditionally.
10533
10534 * simple.el (shell-command-on-region-default-error-buffer): New var.
10535 (shell-command-on-region): Use that variable as interactive
10536 value of ERROR-BUFFER argument.
10537
10538 1999-01-17 Sam Steingold <sds@goems.com>
10539
10540 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10541
10542 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10543
10544 * progmodes/compile.el (compilation-goto-locus): If already in the
10545 compilation buffer's window, keep it in that window.
10546 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10547 (compile-goto-error): Don't play with windows.
10548
10549 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10550 (tex-command): Doc fix.
10551 (tex-compilation-parse-errors): Doc fix.
10552 (tex-generate-zap-file-name): Don't start the name with -.
10553 (tex-expand-files): Works now also with strings ending with ":".
10554
10555 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10556
10557 Patch failed to install:
10558 * gametree.el: Document scoring functionality.
10559 (gametree-score-regexp): Add optional plus sign.
10560 (gametree-score-opener): Replace `:' with `=' as the former
10561 conflicts with gametree-half-ply-regexp.
10562 (gametree-transpose-following-leaves): Add.
10563 (gametree-insert-new-leaf): Make modifying commands barf in read
10564 only buffers.
10565 (gametree-break-line-here): Add a call to
10566 `gametree-transpose-following-leaves'. This maintains the
10567 necessary invariant that on each level all leaf children precede
10568 all nonleaf children. This has always been implied, but left to
10569 the user, and, unfortunately, undocumented.
10570
10571 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10572
10573 * wid-edit.el (plist, alist): New widget types.
10574
10575 1999-01-17 Dave Love <fx@gnu.org>
10576
10577 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10578 fix scope of condition-case therein.
10579
10580 1999-01-17 Andrew Innes <andrewi@gnu.org>
10581
10582 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10583 default-buffer-file-coding-system when file doesn't exist (and
10584 isn't covered by a special case) instead of forcing undecided-dos
10585 against the user's wishes.
10586
10587 * dos-w32.el (direct-print-region-helper): New function based on
10588 direct-print-region-function; sends data to specified printer port
10589 without further translation. Recognize and handle specially the
10590 standard `print' and `nprint' programs, as well as `lpr' and
10591 similar programs. Only write directly to the printer port if no
10592 print program is specified. Work around a bug in Windows 9x
10593 affecting Win32 version of Emacs by invoking command.com to write
10594 to the printer port instead of writing directly.
10595 (direct-print-region-function): Use direct-print-region-helper to
10596 do most of the work.
10597 (direct-ps-print-region-function): New function; analogue of
10598 direct-print-region-function for ps-print.
10599 (ps-lpr-command): Comment out setq; leave as example usage.
10600 (ps-lpr-switches): Ditto.
10601
10602 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10603 and MS-Windows.
10604 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10605 DOS and Windows platforms, to indicate direct printing. Update
10606 the docstring accordingly.
10607
10608 * ps-print.el: (ps-printer-name): Update docstring about usage on
10609 MS-DOS and MS-Windows.
10610 (ps-lpr-command): Update docstring as for lpr-command.
10611 (ps-print-region-function): New variable.
10612 (ps-do-despool): Use it.
10613 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10614 DOS/Windows.
10615
10616 * subr.el (subst-char-in-string): New function.
10617
10618 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10619
10620 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10621
10622 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10623 (bdf-find-font-info): New function, looks for the first readable
10624 file from a list of alternatives.
10625 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10626 instead of bdf-get-font-info.
10627 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10628 to ps-mule-generate-bitmap-glyph.
10629
10630 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10631 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10632 now be a list of alternative names.
10633 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10634 (ps-mule-prepare-font): Likewise.
10635
10636 * international/codepage.el (cp855-decode-table,
10637 cp850-decode-table): Fill some nil entries.
10638
10639 1999-01-16 Dave Love <fx@gnu.org>
10640
10641 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10642 last change.
10643
10644 1999-01-15 Dave Love <fx@gnu.org>
10645
10646 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10647 and change regexp for command names.
10648 (help-xref-go-back, function-called-at-point, symbol-file)
10649 (where-is): Doc fixes.
10650 (help-xref-go-back): Remove interactive spec.
10651 (describe-function-1): Fix message for alias. Buttomize alias
10652 name.
10653
10654 * simple.el (join-line): New alias.
10655
10656 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10657
10658 * forms.el: (forms--show-record): Convert integers to string
10659 expicitly since concat will no longer accept integers.
10660 (forms-print): Use local `total-nb-records' since
10661 `forms--total-records' will be inaccessible after buffer switching.
10662
10663 1998-01-14 Felix Lee <flee@cygnus.com>
10664
10665 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10666
10667 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10668
10669 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10670
10671 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10672
10673 * international/codepage.el (cp850-decode-table): Fix previous change.
10674
10675 1999-01-14 Simon Marshall <simon@gnu.org>
10676
10677 * shell.el (shell-dirtrack-verbose): New custom variable.
10678 (shell-dirstack-message): Use it.
10679
10680 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10681
10682 * international/mule-conf.el: Coding system alias `dos' for
10683 `undecided-dos', `mac' for `undecided-mac'.
10684
10685 * international/mule-cmds.el (describe-language-environment):
10686 Don't alter input-method-alist.
10687
10688 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10689
10690 * international/codepage.el (cp850-decode-table): Replace nil
10691 entries with codes of similary looking glyphs. (Suggested by
10692 Jason Rumney <jasonr@altavista.net>.)
10693
10694 1999-01-13 Dave Love <fx@gnu.org>
10695
10696 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10697
10698 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10699
10700 1999-01-12 Karl Heuer <kwzh@gnu.org>
10701
10702 * files.el (auto-save-hook): Defvar this.
10703
10704 1999-01-12 Alex Schroeder <asc@bsiag.com>
10705
10706 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10707 faces, eliminating the need to load font-lock before loading sql.
10708 (sql-mode-oracle-font-lock-keywords): Likewise.
10709 (sql-mode-postgres-font-lock-keywords): Likewise.
10710
10711 1999-01-11 Dave Love <fx@gnu.org>
10712
10713 * cus-start.el: Add inhibit-eol-conversion.
10714
10715 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10716 the values round.
10717
10718 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10719
10720 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10721 Don't switch to Help mode here.
10722 (temp-buffer-setup-hook): Use help-mode-finish.
10723 (help-mode-setup): New function.
10724 (temp-buffer-setup-hook): Use help-mode-setup.
10725
10726 * progmodes/sql.el: New file.
10727
10728 * files.el (auto-mode-alist): Add sql-mode.
10729
10730 * faces.el (list-faces-display): Improve the formatting
10731 by computing the maximum length required for any face-name.
10732
10733 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10734
10735 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10736
10737 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10738
10739 * term.el (term_send_home): Change the string to
10740 be the same as the one emitted by xterm and consistent with the
10741 ones emitted by prior and next.
10742 (term_send_end): Likewise.
10743
10744 1999-01-10 Dave Love <fx@gnu.org>
10745
10746 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10747 bindings.
10748
10749 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10750
10751 * international/codepage.el (codepage-setup): Doc fix.
10752 (cp-decoding-vector-for-codepage): Likewise.
10753
10754 1999-01-10 Markus Rost <rost@gnu.org>
10755
10756 * cus-edit.el (custom-save-delete): First scan the custom-file.
10757
10758 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * international/iso-transl.el: Define a "function name" for
10761 each translation that isn't ASCII. Use these function names
10762 in iso-transl-char-map.
10763
10764 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10765
10766 * international/mule-util.el (decompose-region): Do decomposition
10767 on temporary unibyte buffer.
10768
10769 * international/mule.el (make-char): Doc-string modified.
10770
10771 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10772
10773 * simple.el (comment-region): Delete spaces only if we
10774 deleted a comment starter.
10775
10776 1999-01-07 Dave Love <fx@gnu.org>
10777
10778 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10779
10780 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10781 like eval-defun does.
10782
10783 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10784
10785 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10786 constructions. Doc fixes.
10787 (generic-create-generic-function): Use defalias, not fset.
10788
10789 * find-func.el: More doc fixes.
10790
10791 1999-01-06 Stephen Eglen <stephen@gnu.org>
10792
10793 * files.el (save-buffers-kill-emacs): Show the list of current
10794 processes before prompting to kill them and exit.
10795
10796 1999-01-06 Dave Love <fx@gnu.org>
10797
10798 * emacs-lisp/find-func.el: Doc fixes.
10799 (find-function-regexp): Extend for define-generic-mode,
10800 define-derived-mode, easy-mmode-define-minor-mode.
10801
10802 1999-01-06 Dave Love <fx@gnu.org>
10803
10804 * progmodes/fortran.el (fortran-window-create): Account for scroll
10805 bar width.
10806
10807 * browse-url.el: Require (noerror) w3-auto when compiling.
10808 (browse-url-maybe-new-window): Make it a macro and revert last
10809 change to callers.
10810 (browse-url-w3): Require w3 for w3-fetch-other-window.
10811
10812 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10813
10814 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10815 argument.
10816
10817 1999-01-06 Simon Marshall <simon@gnu.org>
10818
10819 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10820
10821 * font-lock.el (font-lock-default-fontify-buffer): When using
10822 with-temp-message, use nil rather than current-message.
10823
10824 * lazy-lock.el (lazy-lock-unstall):
10825 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10826 rather than current-message.
10827
10828 * fast-lock.el (fast-lock-save-cache-1):
10829 (fast-lock-cache-data): When using with-temp-message, use nil rather
10830 than current-message.
10831
10832 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10833
10834 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10835 the valid-codes property.
10836
10837 * international/mule-cmds.el (prefer-coding-system): Call
10838 set-coding-priority, so that the internal array of priorities is
10839 also updated.
10840
10841 * international/mule-util.el:
10842 (coding-system-change-eol-conversion,
10843 coding-system-change-text-conversion): Don't define here.
10844
10845 * international/mule-cmds.el: Define them here. Remove the
10846 autoload cookies.
10847
10848 1999-01-06 Andreas Schwab <schwab@gnu.org>
10849
10850 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10851 if it was enabled before.
10852
10853 * view.el (View-revert-buffer-scroll-page-forward): Bind
10854 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10855
10856 * files.el (recover-session): Preserve point when inserting
10857 explanation.
10858
10859 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10860
10861 * cus-edit.el (custom-save-delete): Don't delete whitespace
10862 and comments before the sexp that is replaced.
10863
10864 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10865
10866 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10867
10868 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10869
10870 * vc.el (vc-dired-hook): Use the original value of
10871 dired-move-to-filename-regexp on lines that have not been
10872 reformatted yet.
10873 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10874 file lines have already been reformatted.
10875
10876 1999-01-05 Dave Love <fx@gnu.org>
10877
10878 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10879 buffer-local.
10880
10881 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10882
10883 * progmodes/f90.el: Change of regular expressions for type to
10884 correct highlighting and identation. Some small fixes for
10885 compatibility with XEmacs.
10886
10887 1999-01-05 Stephen Eglen <stephen@gnu.org>
10888
10889 * mspools.el (mspools-vm-system-mail): Provide an alternative
10890 value based on rmail-spool-directory if $MAIL is not defined.
10891
10892 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10893
10894 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10895 (reftex-section-info): Handle negative section levels.
10896 (reftex-view-crossref-extra): New option.
10897 (reftex-view-crossref): Generalized to work in more places.
10898 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10899 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10900 (reftex-view-cite-locations-from-bibtex): New command.
10901 (reftex-view-regexp-match, reftex-global-search,
10902 reftex-global-search-continue): New functions.
10903 (reftex-extract-bib-entries): No error for non-existing BibTeX
10904 file, just a message.
10905 (reftex-extract-bib-entries): Better error handling.
10906 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10907 help and force it on current frame.
10908 (reftex-default-bibliography): New function.
10909 (reftex-access-parse-file): Check consistency after loading a
10910 parse file. When inconsistent, enfore rescan.
10911 (reftex-check-parse-consistency): New function.
10912 (easy-menu-define): Options section drastically shortened.
10913
10914 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10915
10916 * language/thai-util.el (thai-compose-string): New function.
10917
10918 1999-01-04 Inge Frick <inge@nada.kth.se>
10919
10920 * easymenu.el (easy-menu-define): Doc fix.
10921 (easy-menu-create-menu): New keyword :included.
10922 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10923 be an expression, not only a string. Simulate style `button'.
10924 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10925 (easy-menu-define-key-intern): New function.
10926 (easy-menu-add-item): Understand value returned from
10927 easy-menu-item-present-p and easy-menu-remove-item.
10928 (easy-menu-return-item): New function.
10929 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10930
10931 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10932
10933 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10934 Use rmail-output-read-rmail-file-name to read the file name.
10935 Always call rmail-output-to-rmail-file noninteractively.
10936 When count > 1, do the loop here.
10937 Handle rmail-delete-after-output here.
10938 (rmail-summary-output): Similar changes.
10939
10940 * mail/rmailout.el: Provide `rmailout'.
10941 (rmail-output-read-rmail-file-name): New function.
10942 (rmail-output-to-rmail-file): Use that.
10943 (rmail-output-read-file-name): New function.
10944 (rmail-output): Use that.
10945
10946 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10947 Error if wildcard matches no files.
10948
10949 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10950
10951 * menu-bar.el (clipboard-yank): Doc fix.
10952
10953 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10954
10955 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10956
10957 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10958
10959 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10960
10961 * rmail.el (rmail-encode-string): Make sure mask value is
10962 positive; (emacs-pid) returns a negative number on Windows 9x
10963 which causes odd behaviour.
10964
10965 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10966
10967 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10968 and about w32-* variables unless on Windows/NT.
10969
10970 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10971
10972 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10973 if buffer is modified; ask about all modified buffers.
10974
10975 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10976
10977 * simple.el (what-cursor-position): Fix previous change.
10978
10979 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10980
10981 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10982 from paragraph-start.
10983
10984 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10985
10986 * international/mule-cmds.el (prefer-coding-system): If the
10987 argument requires specific EOL conversion type, make the default
10988 coding systems use that.
10989
10990 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10991
10992 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10993 Use shell-command-on-region.
10994 (m4-start-m4, m4-end-m4): Functions deleted.
10995
10996 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10997
10998 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10999
11000 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11001
11002 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11003 to compose-mail in the correct places and as a list.
11004
11005 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11006
11007 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11008 (pages-directory-map): Bind mouse-2
11009 (pages-copy-header-and-position): Put text property.
11010 (pages-directory-goto-with-mouse): New function.
11011
11012 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11013
11014 * international/codepage.el (cp-make-coding-systems-for-codepage):
11015 Doc fix.
11016 (cp-coding-system-for-codepage-1): Likewise.
11017
11018 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11019
11020 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11021 composition sequence correctly here instead of calling
11022 thai-compose-region.
11023
11024 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11025 newline in multibyte buffer, if previous or next character is a
11026 composite char, check the first component of the composite char.
11027
11028 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11029
11030 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11031 and track-mouse.
11032
11033 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11034
11035 * mail/sendmail.el (mail-yank-original): Remove text properties
11036 after insertion.
11037 (mail-yank-region): Barf if no mark is set in the message
11038 being replied to.
11039
11040 * help.el (function-called-at-point): First look for function at point.
11041
11042 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11043
11044 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11045
11046 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11047
11048 * simple.el (what-cursor-position): Print character encoding also.
11049
11050 1998-12-26 Dave Love <fx@gnu.org>
11051
11052 * textmodes/flyspell.el: If local-maps work, don't put
11053 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11054 in flyspell-mouse-map (only).
11055 (flyspell-use-local-map): New variable.
11056 Use a different mouse-2 binding in that case,
11057 and don't add to minor-mode-map-alist.
11058 (make-flyspell-overlay, flyspell-correct-word):
11059 Test flyspell-use-local-map.
11060
11061 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11062
11063 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11064 Be careful about whether to return a relative file name,
11065 and if so, relative to what directory.
11066
11067 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11068
11069 * emacs-lisp/easymenu.el (easy-menu-get-map):
11070 Change global map only if this menu exists in the global map already,
11071 and not in the local map.
11072 (easy-menu-do-add-item): Fix error message.
11073
11074 * foldout.el (foldout-inhibit-key-bindings):
11075 Avoid concatenating onto outline-minor-mode-prefix.
11076 Make a new keymap for that prefix, if it does not already have one.
11077
11078 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11079
11080 * cperl-mode.el:
11081 Can use linear algorithm for indentation if Emacs supports it.
11082 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11083 (cperl-after-block-p): Likewise.
11084 (cperl-after-block-and-statement-beg): Likewise.
11085 (cperl-after-block-p): After END/BEGIN we are a block.
11086 (cperl-after-expr-p): Skip labels when checking
11087 (cperl-indent-region): Make a marker for END - text added/removed.
11088 Disable hooks during the call (how to call them later?).
11089 Now indents 820-line-long function in 6.5 sec (including
11090 syntaxification) the first time (when buffer has few
11091 properties), 7.1 sec the second time.
11092 (cperl-indent-region): Do not indent whitespace lines
11093 (cperl-style-alist)
11094 Include `cperl-merge-trailing-else' where the value is clear.
11095 (cperl-styles-entries): Likewise.
11096 (cperl-problems): Improvements to docs.
11097 (cperl-tips): Likewise.
11098 (cperl-non-problems): Likewise.
11099 (cperl-mode): Make lazy syntaxification possible.
11100 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11101 `font-lock-unfontify-region-function' was set to a wrong function.
11102
11103 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11104 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11105 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11106 but 1<<6 was considered as HERE-doc.
11107 <file/glob> made into a string.
11108 Postpone addition of faces after syntactic step.
11109 Recognition of <FH> was wrong.
11110 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11111 Knows that split// is null-RE.
11112 Highlights separators in 3-parts expressions as labels.
11113 <> was considered as a glob.
11114 Would err if the last line is `=head1'.
11115 $a-1 ? foo : bar; was a considered a regexp.
11116 `<< (' was considered a start of HERE-doc.
11117 mark qq[]-etc sections as syntax-type=string
11118 Was not processing sub protos after a comment ine.
11119 Was treating $a++ <= 5 as a glob.
11120 Tolerate unfinished REx at end-of-buffer.
11121 `unwind-protect' was left commented.
11122 / and ? after : start a REx.
11123
11124 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11125 Better default, customizes to `message' too, off in text-mode.
11126
11127 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11128 `defface'd.
11129 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11130 `defface'd.
11131 (cperl-emacs-can-parse): New state variable.
11132 (cperl-indent-line): Corrected to use global state.
11133 (cperl-calculate-indent): Likewise.
11134 (cperl-fix-line-spacing): Likewise (not used yet).
11135 (cperl-calculate-indent): Did not consider `,' as
11136 continuation mark for statements.
11137 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11138 Remove another parse-data optimization at toplevel: would
11139 indent correctly.
11140 Correct for labels when calculating indentation of continuations.
11141 Docstring updated.
11142 (cperl-choose-color): Converted to a function (to be
11143 compilable in text-mode).
11144 (cperl-dark-background): Disable without window-system.
11145 Do `defface' only if window-system.
11146 (cperl-fix-line-spacing): Sped up to bail out early.
11147 (x-color-defined-p): Was not compiling on XEmacs
11148 Was defmacro'ed with a tick. Remove another def.
11149 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11150 (cperl-unwind-to-safe): New function.
11151 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11152 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11153 long strings (not very successful).
11154 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11155 Highlight the starting // in s//foo/ as function-name.
11156 Emit a meaningful error instead of a cryptic one for an
11157 uncomplete REx near end-of-buffer.
11158
11159 (cperl-electric-keyword): `qr' recognized.
11160 (cperl-electric-else): Likewise
11161 (cperl-to-comment-or-eol): Likewise
11162 (cperl-make-regexp-x): Likewise
11163 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11164 Corrected to use new macros;
11165 `if' for copying `reference-face' to `constant-face' was backward.
11166 remove init `font-lock-other-emphasized-face',
11167 `font-lock-emphasized-face', `font-lock-keyword-face'.
11168 Interpolate `cperl-invalid-face'.
11169 (cperl-make-regexp-x): Misprint in a message.
11170 (cperl-syntaxify-unwind): New configuration variable
11171 (cperl-fontify-m-as-s): New configuration variable
11172 (cperl-electric-pod): Check for after-expr was performed
11173 inside of POD too.
11174 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11175 (cperl-clobber-mode-lists): New configuration variable.
11176 (cperl-not-bad-style-regexp): Updated.
11177 Init: `cperl-is-face' was busted.
11178 (cperl-make-face): New macros.
11179 (cperl-force-face): New macros.
11180 (font-lock-other-type-face): Done via `defface' too.
11181 (cperl-nonoverridable-face): New face. Renamed from
11182 `font-lock-other-type-face'.
11183 (cperl-init-faces-weak): Use `cperl-force-face'.
11184 (cperl-comment-indent): Commenting __END__ was not working.
11185 (cperl-indent-for-comment): Likewise.
11186 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11187 When removing old TAGS info was not relativizing filename.
11188 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11189 Another try to work around XEmacs problems. Better progress messages.
11190 (toplevel): Require custom unprotected => failure on 19.28.
11191 (cperl-xemacs-p): Defined when compile too
11192 (cperl-find-tags): Was writing line/pos in a wrong order,
11193 pos off by 1 and not at beg-of-line.
11194 (cperl-etags-snarf-tag): New macro
11195 (cperl-etags-goto-tag-location): New macro
11196 (cperl-version): New variable. New menu entry
11197 random docstrings: References to "future" 20.3 removed.
11198 Menu was described as `CPerl' instead of `Perl'
11199 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11200 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11201 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11202 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11203 `font-lock-reference-face', `font-lock-keyword-face'.
11204 Use `eval-after-load'.
11205 Remove not-CPerl-related faces.
11206 (cperl-tips-faces): New variable and an entry into Mini-docs.
11207 (cperl-indent-exp): Was not processing else-blocks.
11208 (cperl-get-state): NOP line removed.
11209 (cperl-ps-print): New function and menu entry.
11210 (cperl-ps-print-face-properties): New configuration variable.
11211 (cperl-invalid-face): New configuration variable.
11212 (perl-font-lock-keywords): Highlight trailing whitespace
11213 (cperl-contract-levels): Documentation corrected.
11214 (cperl-contract-level): Likewise.
11215 (cperl-ps-extend-face-list): New macro.
11216 (cperl-invalid-face): Change to ''underline.
11217
11218 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11219
11220 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11221 for read-file-name.
11222 (rmail-output-to-rmail-file): Likewise.
11223
11224 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11225
11226 * emacs-lisp/easymenu.el (easy-menu-get-map):
11227 If MENU is nil, use global menu-bar map.
11228 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11229 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11230
11231 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11232
11233 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11234
11235 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11236
11237 * ps-print.el (ps-print-version): New version number (4.1.3).
11238
11239 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11240
11241 * international/mule-cmds.el: Use make-sparse-keymap instead of
11242 define-prefix-key when defining MULE menu items.
11243
11244 * info.el (Info-node-at-bob-matching): New function.
11245 (Info-find-node, Info-build-node-completions): Call it.
11246
11247 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11248
11249 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11250 when this is an autoloaded keymap.
11251
11252 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11253
11254 * international/codepage.el (cp-coding-system-for-codepage-1):
11255 Create separate encoders and decoders, for DOS and Unix. Make the
11256 usual family of 3 coding systems, so that automatic detection of
11257 EOL type works.
11258 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11259 Unix-specific symbols here, and don't call
11260 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11261 Handa <handa@etl.go.jp>.)
11262
11263 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11264
11265 * term/internal.el (IT-character-translations): New variable, an
11266 alist used to display characters for which there's no glyphs in
11267 the current codepage.
11268 (IT-display-table-setup): New function, sets up the DOS terminal
11269 for a given codepage.
11270 (dos-codepage-setup): New function, sets up the MULE environment
11271 for the current value of dos-codepage.
11272 (top-level if): In the multibyte mode, turn on
11273 unibyte-display-via-language-environment. In the unibyte mode,
11274 set up the special syntax tables to map lower- to upper case and
11275 back.
11276
11277 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11278
11279 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11280 (speedbar-frame-plist) Remove useless comments.
11281 (speedbar-frame-mode) Do not specify height if it is in the param list.
11282 Use default y position w/out changing it.
11283 If default x position is a list, keep, calculate the non-list X
11284 value when devining an initial position.
11285 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11286 (speedbar-tag-group-name-minimum-length): New variable.
11287 (speedbar-frame-parameter): New compatibility function.
11288 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11289 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11290 groups to keep things in the right order, and to help with some
11291 naming conventions.
11292 (speedbar-create-tag-hierarchy): Enable buffer local version of
11293 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11294 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11295 the case, derive it from the cursor location in speedbar.
11296
11297 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11298
11299 * international/mule-cmds.el (set-language-environment): On MS-DOS
11300 terminals, install DOS-specific nonascii-translation-table if the
11301 language info doesn't specify one. Pass the default eol-type to
11302 set-language-environment-coding-systems.
11303 (set-default-coding-systems): Copy the eol-type property for the
11304 new default values of {buffer-file,process}-coding-system from the
11305 old defaults.
11306 (set-language-environment-coding-systems): Accept an optional
11307 argument EOL-TYPE, and set the eol-type property of the default
11308 coding systems accordingly.
11309 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11310 (set-keyboard-coding-system): Likewise.
11311 (set-default-coding-systems): Don't set
11312 default-terminal-coding-system on MS-DOS to anything but nil.
11313 (prefer-coding-system): Describe in the doc string that
11314 default-terminal-coding-system is not changed on MS-DOS.
11315 (set-language-environment): For MS-DOS, set standard syntax table
11316 and display table for all characters with code above 127.
11317 (standard-display-european-internal): For MS-DOS, pass all
11318 characters with code above 127 directly to the terminal, and don't
11319 remap characters 160 and 146 in the unibyte case.
11320
11321 * international/codepage.el: New file.
11322
11323 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11324
11325 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11326 comments.
11327
11328 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11329
11330 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11331
11332 * subr.el (read-passwd): Likewise.
11333
11334 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11335
11336 * info.el (Info-find-node): Add 1 to the position read from the
11337 tag table. Don't fail if the node delimiter ^_ is the first
11338 character in the file.
11339 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11340 first character in the file.
11341 (Info-read-subfile): Likewise.
11342 (Info-select-node): Likewise.
11343 (Info-build-node-completions): Likewise.
11344
11345 1998-12-16 Richard Stallman <rms@gnu.org>
11346
11347 * term/x-win.el (x-cut-buffer-or-selection-value):
11348 If clipboard is enabled, try it before PRIMARY selection.
11349
11350 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11351
11352 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11353 insert c-cedilla and C-cedilla respectively, like in latin-1.
11354
11355 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11356
11357 * language/hebrew.el: Don't use sublists in the flags argument
11358 passed to make-coding-system.
11359
11360 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11361
11362 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11363 list of character sets found by find-charset-region.
11364
11365 * ps-mule.el: Always require ps-print. Move some function
11366 definitions for Emacs 20.2 and the earlier to ps-print.el.
11367 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11368
11369 * ps-print.el: Define several functions for Emacs 20.2 and the
11370 earlier version.
11371 (ps-printer-name): Check if printer-name is bound.
11372
11373 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11374
11375 * ps-mule.el: Programming uniformization and little code improvement.
11376 (ps-mule-prepare-font): Programming uniformization.
11377 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11378 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11379
11380 * ps-bdf.el: Programming uniformization and little code improvement.
11381 (bdf-search-and-read): New fun.
11382 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11383 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11384 (bdf-info-relative-compose, bdf-info-baseline-offset)
11385 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11386 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11387 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11388 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11389 improvement.
11390
11391 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11392
11393 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11394 and mule related code extraction. Autoload ps-mule funs.
11395
11396 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11397 (ps-mule-prologue-generated): New fun.
11398 (ps-mule-plot-string): Add autoload cookie.
11399 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11400
11401 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11402
11403 * ps-bdf.el: Require ps-mule instead of ps-print.
11404 (bdf-directory-list): Add autoload cookie.
11405
11406 * ps-mule.el: New file. Mule related code extracted from
11407 ps-print.el. Require ps-print, provide ps-mule.
11408 (ps-multibyte-buffer): Add autoload cookie.
11409 (ps-mule-prepare-ascii-font): New fun.
11410 (ps-mule-set-ascii-font): New fun.
11411 (ps-mule-skip-same-charset): Fun deleted.
11412 (ps-mule-plot-string): Set ps-mule-current-charset.
11413 (ps-mule-initialize): Add autload cookie. Don't set
11414 ps-mule-font-info-database here.
11415 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11416 ps-mule-font-info-database and ps-control-or-escape-regexp.
11417 (ps-mule-begin-page): New fun.
11418
11419 * ps-print.el: Mule related code moved to ps-mule.el.
11420 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11421 check ps-mule-charset-list.
11422 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11423 ps-mule-begin-page.
11424 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11425 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11426 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11427 instead skip same charsets by itself.
11428 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11429 non-nil. Call ps-mule-begin-job.
11430
11431 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11432
11433 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11434 instead of bdf.
11435
11436 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11437 (ps-mule-external-libraries): New element FEATURE.
11438 (ps-mule-init-external-library): Ajusted for the above change.
11439 (ps-mule-generate-font): Likewise.
11440 (ps-mule-generate-glyphs): Likewise.
11441 (ps-mule-prepare-font): Likewise.
11442 (ps-mule-initialize): Likewise.
11443 (ps-begin-file): Superfluous tailing parenthesis deleted.
11444
11445 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11446
11447 * international/fontset.el (x-decompose-font-name): If PATTERN
11448 doesn't have any wild cards, return a vector made from a name that
11449 is found by x-resolve-font-name found. Comments added.
11450
11451 * international/mule-cmds.el (find-coding-systems-for-charsets):
11452 Handle the case of unknown charset.
11453 (find-multibyte-characters): If invalid multibyte characters are
11454 found, return the corresponding strings instead of character
11455 codes.
11456 (find-multibyte-characters): Adjusted for the above change.
11457 (select-safe-coding-system): For a unibyte buffer, always returns
11458 DEFAULT-CODING-SYSTEM.
11459 (get-charset-property): Fix previous change. Make it a function.
11460 (put-charset-property): Make it a function.
11461
11462 * international/mule.el (make-coding-system): Set mime-charset
11463 property of *-with-esc coding system to nil.
11464
11465 * international/quail.el (quail-point-in-conversion-region): New
11466 function.
11467 (quail-conversion-backward-delete-char): When a key sequence is
11468 being translated, call quail-delete-last-char.
11469
11470 * language/devan-util.el
11471 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11472 handle devanagari-decomposition-rules.
11473
11474 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11475
11476 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11477 tex-start-options-string to empty string.
11478 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11479
11480 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11481
11482 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11483 5xx responses are already handled properly).
11484
11485 1998-12-13 Richard Stallman <rms@gnu.org>
11486
11487 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11488 on a non-digit in the file name.
11489
11490 * simple.el (comment-region): Handle comment-padding
11491 separately for insertion and for deletion, in the right way for each.
11492
11493 1998-12-13 Felix Lee <flee@cygnus.com>
11494
11495 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11496 regexp to match "ChangeLog:1:1998-12-09 ..."
11497
11498 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11499
11500 * cus-start.el (dos-unsupported-char-glyph): Add.
11501
11502 1998-12-11 Dave Love <fx@gnu.org>
11503
11504 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11505 forward-sexp in condition-case.
11506
11507 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11508 Remove unnecessary test on `library' for explicit file name.
11509 Widen scope of save-match-data.
11510
11511 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11512
11513 * international/mule.el (load-with-code-conversion): If the loaded
11514 file was inserted with no-conversion or raw-text coding system,
11515 make the buffer unibyte.
11516
11517 1998-12-09 Richard Stallman <rms@gnu.org>
11518
11519 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11520 Get rid of nested loops.
11521
11522 * mouse.el (mouse-drag-vertical-line):
11523 If WHICH-SIDE is not `right', then scroll bars are on the left.
11524
11525 * loadhist.el (load-history-loaded): defvar moved to help.el.
11526
11527 * help.el (symbol-file-load-history-loaded): Variable renamed,
11528 and defvar moved from loadhist.el.
11529 (symbol-file): Renamed from describe-function-find-file.
11530 Load fns-VERSION.el here.
11531 (describe-variable, describe-function-1): Use symbol-file.
11532
11533 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11534 Don't start the name with #.
11535
11536 * ispell.el: Take out the eval-when's.
11537
11538 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11539
11540 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11541 (dirtrack): Run it. Make debug message more verbose.
11542
11543 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11544
11545 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11546 name of the abbrev table, and provide support for XEmacs.
11547 (octave-xemacs-p): New variable.
11548
11549 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11550
11551 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11552 exit, when mail-interactive is nil.
11553
11554 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11555
11556 * files.el (after-find-file): Message fix.
11557
11558 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11559
11560 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11561
11562 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11563
11564 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11565 filenames using backslashes.
11566
11567 1998-12-09 Dave Love <fx@gnu.org>
11568
11569 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11570 with correct number of args.
11571 (browse-url-maybe-new-window): New arg. Callers changed.
11572
11573 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11574 comment.
11575
11576 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11577
11578 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11579
11580 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11581
11582 * vc.el (vc-rcs-release): Fix Type.
11583 (vc-sccs-release): Fix Type.
11584 (vc-cvs-release): Fix Type.
11585
11586 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11587 arg work right.
11588
11589 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11590 output of last undeleted message.
11591
11592 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11593
11594 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11595 (buffer-undo-list) [windows-nt]: Use different relative path.
11596
11597 1998-12-07 Simon Marshall <simon@gnu.org>
11598
11599 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11600
11601 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11602
11603 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11604
11605 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11606
11607 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11608
11609 * info.el (Info-menu): Don't return error if point is between menu
11610 header and first menu item.
11611
11612 1998-12-04 Dave Love <fx@gnu.org>
11613
11614 * help.el (describe-function-1): Fix description for alias.
11615
11616 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11617
11618 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11619 specifications from summary line.
11620
11621 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11622 (close-rectangle): Define alias only once in loaddefs.el.
11623
11624 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11625
11626 * term/internal.el: Remove code which sets up a special syntax
11627 table for non-ASCII characters.
11628
11629 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11630
11631 * dos-w32.el (direct-print-region-function): Try to ensure that
11632 printer-name is expanded to a file name on a local drive;
11633 sometimes printing a file loaded from a network volume fails.
11634 (direct-print-region-function): Add a function to
11635 write-region-annotate-functions to append a formfeed character to
11636 the region being printed, if the region doesn't end with a
11637 formfeed already. This avoids creating a second print job
11638 containing a blank page when print spooling is enabled on Windows.
11639
11640 1998-12-02 Dave Love <fx@gnu.org>
11641
11642 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11643 `Info-goto-node'.
11644
11645 1998-12-02 Richard Stallman <rms@gnu.org>
11646
11647 * help.el (temp-buffer-resize-mode): Doc fix.
11648
11649 * cus-edit.el (custom-save-delete): Save point before
11650 reading a sexp, rather than backing up.
11651
11652 * international/iso-transl.el: Fix previous change.
11653
11654 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11655
11656 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11657 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11658 Added defvars to suppress compilation warnings.
11659
11660 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11661
11662 * ispell.el: Improved and fixed customize for variables:
11663 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11664 ispell-dictionary-alist, ispell-skip-sgml.
11665 Improved and fixed comments in variables and messages for
11666 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11667 ispell-menu-map, ispell-checking-message, ispell-parser,
11668 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11669 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11670 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11671 ispell-message-text-end, ispell-add-per-file-word-list.
11672 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11673 system is now required for all languages. Casechars improved for
11674 castellano, castellano8, and norsk dictionaries. Dictionary
11675 norsk7-tex added. Dictionary polish added.
11676 (ispell-dictionary-alist): Redefined at load-time to support
11677 dictionary changes.
11678 (ispell-menu-map): Redefined at load-time to support menu changes.
11679 (ispell-check-version): New alias for `check-ispell-version'.
11680 (ispell-parse-output): Fixed matching for ispell error messages.
11681 Correctly returns spelling suggestions in order generated by ispell
11682 process.
11683 (check-ispell-version): Ensure `case-fold-search' doesn't get
11684 redefined.
11685 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11686 redefined. Fix bug that didn't respect case of word being completed.
11687 (ispell-init-process): Set process coding system to be compatible
11688 with emacs processes and the ispell process.
11689 (ispell-kill-ispell): Ensures ispell process has terminated before
11690 starting new process. This can otherwise confuse process filters
11691 and hang the ispell process.
11692 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11693 skipping support for sgml.
11694 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11695 which could cause `ispell-complete-word' to hang.
11696 (ispell-message): Improved message reference matching. Ensure
11697 `case-fold-search' doesn't get redefined.
11698 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11699 get redefined. Fixed bug in returning to nroff mode from tex mode.
11700 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11701 get redefined.
11702
11703 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11704
11705 * textmodes/flyspell.el (flyspell-check-word-p):
11706 Don't delay inside a kbd macro.
11707
11708 * subr.el (make-local-hook): Return the hook variable.
11709
11710 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11711
11712 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11713 Use a timer instead of post-command-hook.
11714 (hscroll-timer): New variable.
11715
11716 1998-11-30 Dave Love <fx@gnu.org>
11717
11718 * help.el (help-xref-button): Do nothing if text already has the
11719 help-xref property.
11720 (describe-variable): Revert previous change to hyperlink to source.
11721
11722 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11723
11724 * bindings.el (features): Add `base64' to this list.
11725
11726 * loadhist.el (symbol-file): Doc fix.
11727
11728 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11729
11730 * files.el (hack-one-local-variable): Cope with non-file buffers.
11731
11732 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11733
11734 * help.el (describe-mode): Put major mode first.
11735
11736 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11737 to support special-display and same-window features.
11738
11739 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11740
11741 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11742 bound in one function and used in the other.
11743 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11744 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11745
11746 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11747
11748 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11749
11750 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11751
11752 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11753 Give format correct control string.
11754
11755 * international/mule.el (define-translation-table): Fix bug of
11756 setting incorrect translation-table-id. If the first element of
11757 ARGS is a translation table, just register it.
11758
11759 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11760 property.
11761
11762 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11763
11764 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11765 syntax table to determine what is whitespace.
11766
11767 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11768
11769 * frame.el (frame-parameter): Doc fix.
11770
11771 * textmodes/tex-mode.el (tex-feed-input): New function.
11772 (tex-define-common-keys): Add binding for C-c C-m.
11773
11774 1998-11-23 Dave Love <fx@gnu.org>
11775
11776 * progmodes/fortran.el: Various minor doc fixes.
11777 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11778 (fortran-with-subprogram-narrowing): New macro.
11779 (fortran-check-for-matching-do): Use it.
11780 (fortran-end-do): Use fortran-check-end-prog-re.
11781 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11782 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11783
11784 1998-11-23 Simon Marshall <simon@gnu.org>
11785
11786 * font-lock.el (font-lock-defaults): Doc fix.
11787 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11788 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11789
11790 * lazy-lock.el (lazy-lock-unstall):
11791 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11792
11793 * fast-lock.el (fast-lock-save-cache-1):
11794 (fast-lock-cache-data): Rewritten to use with-temp-message.
11795
11796 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11797
11798 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11799 messages that have been added with DOS line endings and convert
11800 the line endings for such messages.
11801
11802 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11803
11804 * help.el: Add resizing of temporary buffers.
11805 (temp-buffer-resize-mode): New command and variable.
11806 (temp-buffer-max-height): New variable.
11807 (resize-temp-buffer-window): New function.
11808
11809 * window.el (window-buffer-height): New function, split from
11810 shrink-window-if-larger-than-buffer.
11811 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11812
11813 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11814
11815 * frame.el (initial-frame-alist): Add defcustom.
11816
11817 * shell.el (shell-prompt-pattern): Add defcustom.
11818
11819 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11820
11821 * message.el (message-ignored-supersedes-headers): Remove
11822 NNTP-Posting-Date.
11823
11824 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11825
11826 * help.el (describe-mode): Don't avoid loop indirecting thru
11827 value of INDICATOR.
11828
11829 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11830
11831 * help.el (describe-variable): Allow any variable with a defcustom,
11832 even if it is not a user variable.
11833
11834 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11835
11836 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11837
11838 * gnus/nntp.el (nntp-request-group): Allow for failures when
11839 requesting a new group.
11840
11841 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11842
11843 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11844
11845 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11846
11847 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11848
11849 1998-11-19 Simon Marshall <simon@gnu.org>
11850
11851 * subr.el (with-temp-message): New macro.
11852
11853 * emacs-lisp/lisp-mode.el (with-temp-message):
11854 Add lisp-indent-function property.
11855
11856 1998-11-18 Dave Love <fx@gnu.org>
11857
11858 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11859
11860 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11861
11862 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11863 This is not obsolete.
11864
11865 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11866
11867 * textmodes/picture.el: Make a new map by make-keymap.
11868 (picture-desired-column): New variable.
11869 (picture-update-desired-column): New function.
11870 (picture-beginning-of-line): Set picture-desired-column to 0.
11871 (picture-end-of-line): Set picture-desired-column to the current
11872 column.
11873 (picture-forward-column): Pay attention to multi-column character.
11874 (picture-backward-column): Likewise.
11875 (picture-move-down): Likewise.
11876 (picture-move-up): Likewise.
11877 (picture-movement-nw): With prefix arg, move twice columns.
11878 (picture-movement-ne): Likewise.
11879 (picture-movement-sw): Likewise.
11880 (picture-movement-se): Likewise.
11881 (picture-set-motion): Handle two-column movements.
11882 (picture-move): Call picture-move-down or picture-forward-column
11883 only when necessary.
11884 (picture-insert): Pay attention to picture-desired-column.
11885 (picture-self-insert): Likewise.
11886 (picture-clear-column): Pay attention to multi-column character.
11887 (picture-mode): Modify doc-string for two-column movement.
11888
11889 * rect.el (move-to-column-force): New function.
11890 (operate-on-rectangle): If coerce-tabs is non-nil, call
11891 move-to-column-force instead of move-to-column.
11892 (insert-rectangle): Call move-to-column-force instead of
11893 move-to-column.
11894 (open-rectangle-line): If begextra is not zero, call
11895 move-to-column-force.
11896
11897
11898 1998-11-16 Dave Love <fx@gnu.org>
11899
11900 * textmodes/sgml-mode.el Require skeleton when compiling.
11901 (sgml-font-lock-keywords-1): Accept single-letter tags.
11902 (v2): Defvar free variable.
11903
11904 1998-11-16 Sam Steingold <sds@goems.com>
11905
11906 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11907 macro, not ELisp one.
11908
11909 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11910
11911 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11912 characters to symbol.
11913
11914 * language/japan-util.el (japanese-zenkaku-region): New optional
11915 arg KATAKANA-ONLY.
11916
11917 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11918
11919 * international/mule.el
11920 (after-insert-file-set-buffer-file-coding-system): If the buffer
11921 is changed to unibyte, return inserted bytes.
11922
11923 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11924 and link names if necessary.
11925 (tar-header-block-summarize): Handle the case that file or link
11926 names are multibyte.
11927 (tar-summarize-buffer): At first set the current buffer unibyte,
11928 then if there are multibyte file names, change it to multibyte.
11929 (tar-mode): Get char position from tar-header-offset.
11930 (tar-extract): Avoid multibyte<->unibyte conversion in
11931 insert-buffer-subsring by setting both buffers unibyte
11932 temporarily.
11933 (tar-copy): Set the buffer unibyte while doing a work. Write
11934 without code conversion.
11935 (tar-expunge): Set the buffer unibyte while doing a work.
11936 (tar-alter-one-field): Likewise.
11937 (tar-clear-modification-flags): Compare byte position with
11938 tar-header-offset.
11939 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11940 insert-buffer-subsring by setting both buffers unibyte
11941 temporarily. Pay attention to multibyteness while updating the
11942 descriptor-line.
11943 (tar-mode-write-file): Write without code conversion.
11944
11945 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11946
11947 * nngateway.el: Require cl.
11948
11949 1998-11-15 Dave Love <fx@gnu.org>
11950
11951 * progmodes/fortran.el: Fix previous change:
11952 (fortran-end-prog-re1): Changed.
11953 (fortran-check-end-prog-re): New function.
11954 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11955
11956 1998-11-13 Tom Breton <tob@world.std.com>
11957
11958 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11959 GNU Emacs.
11960
11961 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11962
11963 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11964 fixed.
11965 (reftex-toc-toggle-file-boundary,
11966 reftex-toc-toggle-labels,
11967 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11968 (reftex-toc-include-labels, reftex-toc-include-context,
11969 reftex-toc-include-file-boundaries,
11970 reftex-toc-keep-other-windows): New options.
11971 (reftex-use-text-after-label-as-context): Option removed.
11972 (reftex-extract-bib-entries): Protect use in non-latex
11973 buffers.
11974 (reftex-toc-visit-location): Renamed from
11975 `reftex-toc-visit-line'.
11976 (reftex-latin1-to-ascii): Works now with and without Mule.
11977 (reftex-truncate): Removed special stuff for Emacs 20.2.
11978 (reftex-get-offset): Made more general.
11979 (reftex-show-label-location): Renamed from
11980 `reftex-select-label-callback'.
11981 (reftex-pop-to-label): Function removed (using
11982 `reftex-show-label-location' instead.
11983 (reftex-insert-docstruct): Renamed from
11984 `reftex-make-and-insert-label-list'. Function args changed.
11985 (reftex-toc): Now uses `reftex-insert-docstruct' and
11986 `reftex-find-start-point'.
11987 (reftex-select-item): Use `reftex-find-start-point'.
11988 (reftex-toc-visit-line): Can display labels and file
11989 boundaries.
11990 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11991
11992 1998-11-12 Sam Steingold <sds@goems.com>
11993
11994 * browse-url.el (browse-url): Handle the case when
11995 `browse-url-browser-function' is a lambda list.
11996
11997 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11998
11999 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12000 version string.
12001 * loadhist.el (symbol-file): Likewise
12002
12003 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12004
12005 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12006
12007 1998-11-11 Sam Steingold <sds@goems.com>
12008
12009 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12010 `run-lisp' instead of signalling an error.
12011
12012 1998-11-11 Karl Heuer <kwzh@gnu.org>
12013
12014 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12015
12016 1998-11-11 Richard Stallman <rms@gnu.org>
12017
12018 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12019
12020 1998-11-11 Per Starback <starback@update.uu.se>
12021
12022 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12023 renamed svenska8 to svenska, and fixed and extended CASECHARS
12024 for it.
12025
12026 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12027
12028 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12029 handling if setpagedevice is not available.
12030 (ps-begin-file): Fix typo.
12031
12032 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12033
12034 * international/mule-util.el (compose-chars-component): Signal
12035 error if CH is a rule-based composition character.
12036 (compose-chars): Signal error if an already compsed character is
12037 going to be composed by rule-base.
12038
12039 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12040 full XLFD, don't try to get information of WEIGHT and SLANT from
12041 that font name.
12042
12043 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12044
12045 * dos-w32.el (set-default-process-coding-system): Use function on
12046 before-init-hook to set default-process-coding-system based on
12047 enable-multibyte-characters.
12048
12049 * term/w32-win.el ([language-change]): For now ignore
12050 keyboard language-change events.
12051
12052 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12053
12054 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12055 convert-standard-file-name, but leave the results of
12056 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12057 characters if the original name already exists, or has a special
12058 handler.
12059
12060 1998-11-10 Karl Heuer <kwzh@gnu.org>
12061
12062 * international/iso-insert.el: Delete autoload cookies.
12063
12064 * international/iso-transl.el: Add autoload cookies.
12065
12066 1998-11-10 Richard Stallman <rms@gnu.org>
12067
12068 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12069 (ispell-process-line): Don't treat multibyte
12070
12071 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12072
12073 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12074 setpagedevice to specify the page size if setpagedevice is
12075 available. This is necessary to select the correct paper tray on
12076 Level 2 printers with multiple paper sizes available.
12077
12078 (ps-begin-file): Cope with font names that contain spaces, and
12079 call BeginDoc in a BeginSetup/EndSetup block.
12080
12081 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12082
12083 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12084 convert-standard-filename.
12085
12086 * loadhist.el (symbol-file): Run fns-VERSION.el through
12087 convert-standard-filename.
12088
12089 1998-11-06 Richard Stallman <rms@gnu.org>
12090
12091 * textmodes/texinfmt.el (texinfo-format-scan):
12092 Detect the case of two @-commands in a row; process just the first.
12093 (texinfo-append-refill): If line has a @c, insert the @refill
12094 before it.
12095 (texinfo-format-refill): Return with point where the @refill was.
12096
12097 * files.el (hack-local-variables): Test local-enable-local-variables.
12098 (hack-local-variables-prop-line): Likewise.
12099 (set-auto-mode): Don't test local-enable-local-variables here.
12100 (enable-local-variables): Doc fix.
12101 (local-enable-local-variables): Doc fix.
12102 (normal-mode): Doc fix.
12103
12104 1998-11-06 Karl Heuer <kwzh@gnu.org>
12105
12106 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12107
12108 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12109
12110 * simple.el (line-number-mode): Doc fix.
12111
12112 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12113
12114 * international/fontset.el (create-fontset-from-fontset-spec):
12115 Give correct arg to `error'.
12116
12117 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12118
12119 * textmodes/sgml-mode.el (html-mode): Doc fix.
12120 (sgml-name-8bit-mode): Fix missing format character in message string.
12121
12122 1998-11-05 Karl Heuer <kwzh@gnu.org>
12123
12124 * mail/sendmail.el (sendmail-send-it): Check for failure.
12125
12126 1998-11-05 Richard Stallman <rms@gnu.org>
12127
12128 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12129
12130 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12131 (close-rectangle): Define as alias.
12132
12133 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12134
12135 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12136
12137 1998-11-05 Dave Love <fx@gnu.org>
12138
12139 * help.el (describe-variable): Don't quote link to source.
12140
12141 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12142
12143 * gud.el (gud-common-init): Use pop-to-buffer.
12144 (same-window-regexps): Add an element that matches all gud buffers.
12145
12146 1998-11-04 Jason Rumney <jasonr@altavista.net>
12147
12148 * term/w32-win.el (x-get-selection-value): Alias to
12149 x-cut-buffer-or-selection-value.
12150 (w32-standard-fontset-spec): New variable.
12151 (w32-create-initial-fontsets, mouse-set-font): Check whether
12152 new-fontset is available.
12153 (w32-use-w32-font-dialog): Enable use of set-variable.
12154
12155 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12156
12157 * vc.el (with-vc-file, edit-vc-file): New macros.
12158
12159 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12160
12161 * international/quail.el (quail-show-guidance-buf): Call
12162 set-minibuffer-window to set minibuffer window of the current
12163 frame correctly.
12164
12165 1998-11-03 Theodore Jump <tjump@tertius.com>
12166
12167 * term/w32-win.el: Require fontset.
12168
12169 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12170
12171 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12172 (set-face-font-auto): Ditto.
12173
12174 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12175
12176 * mouse.el (mouse-drag-region): Fix typo.
12177
12178 1998-11-02 Dave Love <fx@gnu.org>
12179
12180 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12181 (fortran-fontify-string): New function.
12182 (fortran-font-lock-keywords-1): Use it.
12183
12184 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12185
12186 * comint.el (comint-file-name-quote-list): Doc fix.
12187
12188 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12189
12190 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12191 build directory, not source directory.
12192
12193 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12194 if we did not get one for the final move.
12195
12196 1998-11-01 Dave Love <fx@gnu.org>
12197
12198 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12199 Don't funcall browse-url-browser-function.
12200
12201 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12202 Don't funcall browse-url-browser-function.
12203
12204 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12205
12206 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12207
12208 * files.el (revert-buffer): Doc fix.
12209
12210 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12211
12212 * textmodes/tex-mode.el (tex-start-options-string):
12213 Quote the backslashes with more backslashes.
12214
12215 1998-10-31 Dave Love <fx@gnu.org>
12216
12217 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12218 (webjump): Don't funcall browse-url-browser-function.
12219
12220 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12221
12222 * international/quail.el (quail-start-translation): Handle
12223 switching of the frame in read-key-sequence.
12224 (quail-start-conversion): Likewise.
12225 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12226 windows before setting an appropriate window for it.
12227 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12228 quail-guidance-win to nil.
12229 (quail-update-guidance): If quail-guidance-buf is not in the
12230 selected frame, call quail-show-guidance-buf again.
12231
12232 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12233
12234 * progmodes/pascal.el (pascal-mode):
12235 `blink-matching-paren-dont-ignore-comments' set to t.
12236
12237 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12238
12239 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12240
12241 1998-10-30 Dave Love <fx@gnu.org>
12242
12243 * vc.el (vc-backend-merge-news): Check for "P" output.
12244
12245 * help.el (describe-variable): Hyperlink the definition.
12246
12247 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12248
12249 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12250 (sh-set-shell): Likewise.
12251
12252 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12253
12254 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12255 (edebug-on-error): Fix customize type to match that of
12256 debug-on-error.
12257
12258 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12259
12260 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12261 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12262
12263 * international/mule-cmds.el (select-message-coding-system): Doc
12264 fix.
12265
12266 * international/mule-diag.el (describe-coding-system): Describe
12267 all flags.
12268
12269 * mail/sendmail.el (sendmail-coding-system,
12270 default-sendmail-coding-system): Doc fix.
12271
12272 * simple.el (shell-command-on-region): Doc fix.
12273
12274 * loadup.el: Write fns-*.el in current directory instead of
12275 data-directory since no installation directory exists yet. Mark
12276 buffer unmodified afterwards.
12277
12278 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12279 instead of data-directory since it is architecture dependent.
12280 (load-history-loaded): Update doc string.
12281
12282 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12283
12284 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12285 path as a default directory when canonicalizing names.
12286
12287 * w32-fns.el: Remove a dangling reference to a directory on the
12288 build machine.
12289
12290 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12291
12292 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12293 namespace related keywords such as `class', `body', `private',
12294 `variable', `namespace eval', etc.
12295 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12296 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12297 imenu and font-lock so that searches for \sw would find words
12298 containing colons.
12299
12300 * progmodes/etags.el (initialize-new-tags-table):
12301 Do not alter find-tag-marker-ring and tags-location-ring.
12302
12303 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12304
12305 * term/w32-win.el: Require fontset.
12306 (w32-init-fontsets): New function (code from x-win.el).
12307
12308 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12309
12310 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12311 calendar-and-diary-frame-parameters): Add title parameter.
12312
12313 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12314
12315 * completion.el (dynamic-completion-mode): New function to enable
12316 the mode. (Just loading the file now does not change anything.)
12317
12318 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12319
12320 * ps-print.el: User option for multibyte buffer handling and doc fix.
12321 (ps-multibyte-buffer): New user option.
12322 (ps-setup): Print new user option.
12323 (ps-print-quote): New fun.
12324 (ps-color-p, ps-mule-font-info-database-latin): New var.
12325 (ps-default-color, ps-mule-font-info-database)
12326 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12327 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12328 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12329 Little code improvement.
12330 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12331 (ps-print-prologue-header, ps-font-family, ps-font-size)
12332 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12333 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12334 (ps-mule-external-libraries, ps-mule-init-external-library)
12335 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12336 Doc fix.
12337 (ps-print-version): New version number (4.1.1) and doc fix.
12338 (ps-print-prologue-header): New user option.
12339 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12340 Conditional compilation for GNU Emacs and emacsens.
12341 (ps-generate-postscript-with-faces): Skip invisible text better.
12342 (ps-setup): Print new user option.
12343 (ps-print-preprint): Check if input file name exists and is unwritable.
12344 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12345 and insert user PostScript prologue header comments.
12346 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12347 New funs.
12348 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12349 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12350 PostScript programming normalization.
12351 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12352 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12353 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12354 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12355 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12356 Programming style normalization.
12357
12358 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12359
12360 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12361 version, check the value of mule-version.
12362
12363 * international/mule-util.el (compose-region): Insert then delete
12364 to preserve markers.
12365 (decompose-region): Use search-forward for efficiency.
12366
12367 * language/chinese.el (pre-write-encode-hz): Cancel previous
12368 change, use generate-new-buffer instead of get-buffer-create.
12369 * language/devan-util.el
12370 (in-is13194-devanagari-pre-write-conversion): Likewise.
12371 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12372 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12373 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12374
12375 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12376
12377 * mail/rmailsum.el (rmail-message-subject-p):
12378 Handle message whose header has not been reformatted.
12379
12380 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12381
12382 1998-10-25 Jason Rumney <jasonr@altavista.net>
12383
12384 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12385 New variables.
12386 (mouse-set-font): Use font menus instead of dialog according to
12387 w32-use-w32-font-dialog.
12388
12389 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12390
12391 * calendar/calendar.el (calendar-day-name-array): Add doc string
12392 correctly!
12393 (calendar-month-name-array): Add doc string correctly!
12394
12395 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12396
12397 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12398
12399 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12400
12401 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12402
12403 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12404
12405 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12406
12407 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12408
12409 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12410
12411 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12412
12413 1998-10-21 Karl Heuer <kwzh@gnu.org>
12414
12415 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12416 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12417 (profile-filter, profile-reset-timer): Functions deleted.
12418 (profile-check-zero-init-times, profile-get-time): Likewise.
12419 (profile-find-function, profile-quit): Likewise.
12420 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12421 (profile-time-list, profile-init-list): Doc fix.
12422 (profile-functions): Simplify.
12423 (profile-print): Use float. Make output include space separators.
12424 (profile-add-time): New helper function.
12425 (profile-function-prolog): Renamed from profile-start-function.
12426 Handle profile-distinct.
12427 (profile-function-epilog): Renamed from profile-update-function.
12428 Handle profile-distinct.
12429 (profile-a-function): If the function to be profiled is an
12430 autoload form, load it. If it's lazy-loaded, fetch it.
12431 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12432 (profile-restore-fun): Arg FUN is now a function symbol, as was
12433 documented, rather than a one-element list.
12434 (profile-finish): Call profile-restore-fun properly.
12435
12436 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12437
12438 * international/characters.el: Setup charset property
12439 nospace-between-words.
12440
12441 * international/mule-cmds.el (get-charset-property): If CHARSET is
12442 composition, return nil.
12443 (put-charset-property): If CHARSET is composition, do nothing.
12444
12445 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12446 * language/devan-util.el
12447 (in-is13194-devanagari-pre-write-conversion): Likewise.
12448 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12449 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12450 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12451
12452 * textmodes/fill.el (sentence-end-without-period): New variable.
12453 (canonically-space-region): Pay attention to
12454 sentence-end-without-period.
12455 (fill-find-break-point): The first argument CHARSET deleted.
12456 Caller changed.
12457 (fill-region-as-paragraph): Pay attention to charset property
12458 nospace-between-words and text property nospace-between-words.
12459
12460 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12461
12462 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12463 an unrecognized shell.
12464
12465 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12466
12467 * desktop.el (desktop-save): Include minor modes symbolically.
12468 (desktop-create-buffer): Turn on all minor modes in `mim'.
12469
12470 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12471
12472 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12473 (sh-font-lock-keywords): Handle rpm and rpm2.
12474 (sh-ancestor-alist): Handle rpm.
12475
12476 * files.el (auto-mode-alist): Recognize .rpm files.
12477 Also .spec and .mspec files.
12478
12479 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12480
12481 * faces.el (frame-set-background-mode): Enable the function for
12482 MSDOS frames.
12483
12484 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12485
12486 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12487 (calendar-month-name-array): Add doc string.
12488
12489 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12490
12491 * simple.el (kill-ring-max): Increased to 60.
12492
12493 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12494
12495 * international/characters.el: Setup auto-fill-chars.
12496
12497 * international/kinsoku.el (kinsoku): Check the variable
12498 enable-kinsoku.
12499
12500 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12501 Don't call kinsoku directly, intead call fill-find-break-point.
12502
12503 * textmodes/fill.el: Setup `fill-find-break-point-function'
12504 property to character sets which require `kinsoku' processing for
12505 filling.
12506 (fill-find-break-point): New function.
12507 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12508 Don't call kinsoku directly, intead call fill-find-break-point.
12509
12510 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12511
12512 * faces.el (modify-face-read-string): Return (nil) for "none".
12513 (modify-face): Don't get error if (nil) is the argument.
12514 (face-try-color-list): Don't check whether nil is a valid color.
12515
12516 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12517
12518 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12519 Print message about each directory, even in batch mode.
12520
12521 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12522
12523 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12524 (ps-mule-string-char): No need to use sref.
12525 (ps-mule-next-index): No need to use sref.
12526
12527 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12528
12529 * files.el (revert-buffer-internal-hook): Add defvar.
12530
12531 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12532
12533 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12534
12535 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12536
12537 * international/mule-cmds.el (default-input-method): Fix custom type.
12538
12539 * net-utils.el (whois-server-list): Fix customization type.
12540
12541 * shell.el (shell-input-autoexpand): Fix customization group.
12542
12543 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12544
12545 * repeat.el (repeat): Handle keyboard macros properly.
12546 Handle new prefix arg after self-insert command.
12547
12548 * repeat.el: Don't include cl even at compile time.
12549 (repeat): Avoid using `loop'.
12550
12551 * simple.el (shell-command-on-region): Doc fix.
12552 (next-history-element): Special error message if no default.
12553
12554 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12555
12556 * ps-print.el (ps-print-buffer): Doc fix.
12557 (ps-despool): Likewise.
12558
12559 * arc-mode.el (arc-mode): Provide arc-mode.
12560
12561 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12562
12563 * ps-print.el (ps-print-buffer): Doc fix.
12564
12565 1998-10-14 Dave Love <fx@gnu.org>
12566
12567 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12568 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12569 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12570
12571 * progmodes/fortran.el (fortran-mode-map): Change "Join
12572 Continuation Line" to "Join Line".
12573 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12574
12575 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12576
12577 * progmodes/fortran.el (fortran-join-line): Use
12578 `delete-indentation' instead of issuing an error message if not on
12579 a continuation line. Provide for joining several lines using
12580 prefix arg.
12581
12582 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12583
12584 * term/pc-win.el (msdos-color-values): New variable.
12585 (x-color-values): New function, emulates its namesake from
12586 src/xfns.c.
12587 (msdos-bg-mode): Add all dark colors to those which return
12588 "dark".
12589
12590 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12591
12592 * replace.el (keep-lines, flush-lines, how-many):
12593 Don't ignore case if arg has upper case letters.
12594
12595 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12596
12597 * progmodes/vhdl-mode.el
12598 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12599 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12600 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12601 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12602 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12603 (vhdl-when): Fix indentation problem.
12604 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12605 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12606 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12607
12608 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12609
12610 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12611 (ls-lisp-insert-directory): Renamed from insert-directory.
12612 (insert-directory): New function.
12613
12614 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12615
12616 * simple.el (completion-fixup-function): Variable deleted.
12617 (completion-setup-function): Delete code for completion-fixup-function.
12618 * emacs-lisp/lisp.el (lisp-complete-symbol):
12619 Don't bind completion-fixup-function.
12620
12621 * files.el (find-file-wildcards): New option.
12622 (find-file-noselect): Handle wild cards, if enabled.
12623 (file-expand-wildcards): New function.
12624
12625 * simple.el (set-fill-column): Doc fix.
12626
12627 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12628
12629 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12630
12631 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12632
12633 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12634 Move declaration before first use.
12635 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12636 hif-math, hif-factor): Rename token to hif-token and token-list to
12637 hif-token-list.
12638 (hif-token, hif-token-list): Declare them.
12639 (hif-find-ifdef-block): Return cons of top and bottom point
12640 instead of setting dynamically bound variables.
12641 (hide-ifdef-block, show-ifdef-block): Use return value of
12642 hif-find-ifdef-block.
12643
12644 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12645
12646 * subr.el (read-passwd): Use clear-this-command-keys.
12647
12648 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12649
12650 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12651 and ...-for-write.
12652
12653 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12654
12655 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12656 responses to GROUP command, since this may be called from a timer
12657 with quit inhibited.
12658
12659 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12660
12661 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12662 set unconditional-jump to nil.
12663 (ccl-compile-read-multibyte-character): Return nil.
12664 (ccl-compile-write-multibyte-character): Likewise.
12665 (ccl-compile-translate-character): Likewise
12666 (ccl-compile-map-multiple): Likewise.
12667 (ccl-compile-map-single): Likewise.
12668
12669 * international/kinsoku.el: Add coding tag.
12670 (kinsoku-bol): Remove superfluous TAB in a string.
12671
12672 * international/mule-cmds.el (find-coding-systems-for-charsets):
12673 Delete `composition' (if any) from CHARSETS.
12674
12675 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12676
12677 * international/mule-cmds.el (setup-specified-language-environment):
12678 Add apropos-inhibit property.
12679 (describe-specified-language-support): Likewise.
12680
12681 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12682
12683 * international/mule.el (make-coding-system): Create -with-esc
12684 variant coding system.
12685
12686 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12687
12688 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12689 (next-file): Optionally offer to revert a file's buffer,
12690 if it has an existing buffer but the file has changed.
12691
12692 * info.el (Info-insert-dir): Detect and report problems
12693 in input files, such as "No Top node". Return with point
12694 at the beginning of the text.
12695 (Info-find-node): Reinsert the code to handle files
12696 with no tags table; it was deleted by mistake.
12697
12698 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12699
12700 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12701 texinfo-find-higher-level-node repeatedly find the same node.
12702 (texinfo-find-higher-level-node): Doc fix.
12703
12704 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12705
12706 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12707 (smtpmail-address-buffer): Add defvar.
12708 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12709
12710 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12711
12712 * ffap.el (ffap-machine-p-local): Fix editing error.
12713
12714 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12715
12716 * faces.el (frame-set-background-mode):
12717 Don't do anythung for text-only or MSDOS frame.
12718
12719 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12720
12721 * international/quail.el (quail-defrule): New optional arg APPEND.
12722 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12723
12724 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12725
12726 * gnus/pop3.el (pop3-open-server):
12727 Set process-coding-system-alist around open-network-stream.
12728
12729 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12730
12731 * files.el (save-buffer): Doc fix.
12732
12733 1998-10-07 Karl Heuer <kwzh@gnu.org>
12734
12735 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12736 return DEF unchanged, not nil. Simplify.
12737
12738 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12739
12740 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12741
12742 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12743
12744 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12745
12746 * net-utils.el (ftp, nslookup): Require comint.
12747 (network-service-connection): Likewise.
12748 (whois-server-name): Defaults to whois.arin.net
12749 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12750 (whois): Tries to guess the appropriate top-level domain server.
12751 (whois-get-tld): New function.
12752
12753 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12754 (dirtrack-debug-toggle): Added this function.
12755
12756 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12757
12758 * files.el (find-file-noselect): Switch to the correct buffer
12759 before checking find-file-literally, and allow non-nil non-t
12760 rawfile params.
12761
12762 1998-10-06 Karl Heuer <kwzh@gnu.org>
12763
12764 * midnight.el (clean-buffer-list): Add autoload cookie.
12765
12766 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12767 no-autosave.
12768 * tar-mode.el (tar-mode-revert): Likewise.
12769 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12770 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12771 * gnus/message.el (message-auto-save-directory): Renamed from
12772 message-autosave-directory. All references changed.
12773
12774 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12775
12776 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12777 string. Expose mime stuff while searching.
12778
12779 1998-10-06 Richard Stallman <rms@gnu.org>
12780
12781 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12782
12783 * replace.el (perform-replace): Position point properly
12784 before and after the recursive edit of C-r.
12785
12786 * progmodes/etags.el (tags-reset-tags-tables): Properly
12787 find the markers in the old rings that are being discarded.
12788
12789 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12790
12791 * apropos.el (apropos-print): Control invalid characters.
12792
12793 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12794 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12795 confusing customize.
12796
12797 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12798
12799 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12800 built-in commands. Add more built-in commands and fix face names.
12801
12802 1998-10-05 Simon Marshall <simon@gnu.org>
12803
12804 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12805
12806 1998-10-04 Eric Ludlam <zappo@gnu.org>
12807
12808 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12809 customization since it is not useful in this case.
12810 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12811 sure it gets evalled to a number. Also verify that set-frame-name
12812 fn exists before calling it.
12813
12814 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12815 Protect a `forward-sexp' call which could fail, and improved regex
12816 for ie, and eg abbreviations.
12817
12818 1998-10-02 Noah Friedman <friedman@splode.com>
12819
12820 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12821 send-string.
12822 (rlogin-send-Ctrl-D): Here also.
12823 (rlogin-send-Ctrl-Z): Here also.
12824 (rlogin-send-Ctrl-backslash): Here also.
12825
12826 1998-10-02 Dave Love <fx@gnu.org>
12827
12828 * outline.el (hide-region-body): Bind
12829 outline-view-change-hook to nil while making repeated calls to
12830 outline-flag-region. Run it once at the end.
12831 (hide-other, hide-sublevels, show-children): Likewise.
12832
12833 * info-look.el: Remove duplicate scheme-mode entry.
12834 (info-lookup-make-completions): When looking for entries, check
12835 that `item' isn't null or "Menu".
12836
12837 1998-10-01 Karl Heuer <kwzh@gnu.org>
12838
12839 * net-utils.el: Don't require ffap.
12840 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12841 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12842
12843 1998-09-30 Richard Stallman <rms@gnu.org>
12844
12845 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12846
12847 * imenu.el (imenu--generic-function): Sort each submenu by position.
12848 (imenu--sort-by-position): New function.
12849
12850 * cus-edit.el (Custom-mode-menu): Fix info node name.
12851 (customize group): Fix info node name.
12852
12853 * mail/mailalias.el (build-mail-aliases): Don't allow
12854 a newline in the alias name. Don't define an alias
12855 if the definition would be empty.
12856
12857 * which-func.el (which-func-mode-global): Make :set function
12858 more reliable.
12859
12860 * custom.el (custom-set-variables): Load the requests first,
12861 then check the symbol's `set' function.
12862
12863 * ffap.el: Doc fixes.
12864
12865 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12866
12867 * gnus.el: (gnus-valid-select-methods): Fix type.
12868 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12869 * gnus-score.el (gnus-orphan-score): Fix type.
12870 (gnus-score-default-header, gnus-score-default-type): Fix type.
12871 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12872 (gnus-saved-headers): Fix type.
12873
12874 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12875 Avoid nil value of `two-lines-citation-part'.
12876
12877 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12878
12879 * which-func.el (which-function): Handle case when
12880 (car imenu--index-alist) is nil.
12881
12882 1998-09-29 Dave Love <fx@gnu.org>
12883
12884 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12885 bzip2 args.
12886
12887 1998-09-29 Simon Marshall <simon@gnu.org>
12888
12889 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12890 comint-exec-hook.
12891
12892 1998-09-29 Stephen Eglen <stephen@gnu.org>
12893
12894 * info-look.el: Add support for Octave.
12895
12896 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12897
12898 * textmodes/reftex.el (reftex-finding-files): New customize group.
12899 (reftex-texpath-environment-variables,
12900 reftex-use-external-file-finders, reftex-external-file-finders,
12901 reftex-search-unrecursed-path-first): New options.
12902 (reftex-process-string, reftex-find-file-externally): New
12903 functions.
12904 (reftex-access-search-path): Execute shell commands to find the
12905 search path.
12906 (reftex-toggle-auto-view-crossref): When turning on, make sure
12907 `reftex-auto-view-crossref' becomes non-nil.
12908 (reftex-abbrev-regexp): Constant removed.
12909 (reftex-convert-string): Abbrev regexp calculated locally.
12910
12911 1998-09-28 Dave Love <fx@gnu.org>
12912
12913 * progmodes/fortran.el: Don't call regexp-opt when deriving
12914 font-lock patterns with keywords that aren't all literal.
12915
12916 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12917
12918 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12919 the form `octave.bin:1>' which come from using precopiled binary
12920 versions.
12921
12922 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12923
12924 * help.el (help-for-help): Use %THIS-KEY%.
12925 (help-quit): Add doc.
12926
12927 * help-macro.el (make-help-screen): Keep HELP-TEXT
12928 in a separate function definition, not in the help command FNAME.
12929 Replace %THIS-KEY% with the key sequence that ran FNAME.
12930
12931 1998-09-25 Richard Stallman <rms@gnu.org>
12932
12933 * textmodes/texinfo.el (texinfo-show-structure):
12934 Bind inhibit-read-only.
12935
12936 * isearch.el (isearch-search-and-update): Properly
12937 handle upper case letters in the reverse-search special case.
12938
12939 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12940
12941 * gnus.el: Extend the list of autoloaded functions.
12942
12943 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12944 buffer before creating help group. (from Gnus v5.6.43, fix by
12945 1998-08-20 Per Starback <starback@update.uu.se>)
12946
12947 * gnus-util.el (gnus-output-to-rmail): Adjust to
12948 `rmail-output-to-rmail-file'.
12949
12950 1998-09-25 Karl Heuer <kwzh@gnu.org>
12951
12952 * hexl.el (hexl-mode-map): More of previous change.
12953
12954 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12955 (tex-start-tex): Don't use tex-start-options-string in star case.
12956 Quote file name in star case as well as in non-star.
12957 Add blank and quoting of option string here.
12958 (tex-start-options-string): Not here.
12959
12960 1998-09-23 Karl Heuer <kwzh@gnu.org>
12961
12962 * term.el (term-delimiter-argument-list): Doc fix.
12963 (term-emulate-terminal): Escape literal semicolon.
12964 * progmodes/asm-mode.el (asm-mode): Doc fix.
12965 (asm-comment-char): Escape literal semicolon.
12966 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12967
12968 1998-09-23 Richard Stallman <rms@gnu.org>
12969
12970 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12971 only those that normally modify the buffer.
12972
12973 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12974 over again.
12975
12976 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12977
12978 * ispell.el (check-ispell-version): Ensure same buffer is current
12979 when let-binding of case-fold-search ends.
12980
12981 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12982
12983 * ps-print.el: Skip invisible overlay.
12984 Test for set-buffer-multibyte rather than using mule-version.
12985 (ps-print-version): New version number (4.1) and doc fix.
12986 (ps-generate-postscript-with-faces): Skip invisible overlay.
12987
12988 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12989
12990 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12991
12992 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12993
12994 * international/quail.el (quail-update-guidance): Check for the
12995 return value of (quail-guidance) fixed.
12996 (quail-update-translation): Bind quail-current-str locally when it
12997 calls quail-update-guidance.
12998 (quail-update-translation): If input-method-exit-on-first-char is
12999 non-nil, terminate translation only when the current input method
13000 is simple.
13001
13002 1998-09-22 Paul Eggert <eggert@twinsun.com>
13003
13004 * startup.el (locale-translation-file-name): Prefer X-related names
13005 to the name used by GNU/Linux sans X. Set to nil if no file found.
13006 (command-line): Use locale-translation-file-name if it is not nil,
13007 instead of testing for its existence again.
13008 regexp-quote the ctype before using it in a regexp.
13009 Allow a colon to appear after the ctype in the aliases file,
13010 as is done in X11R6.4.
13011
13012 1998-09-21 Richard Stallman <rms@gnu.org>
13013
13014 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13015
13016 * calendar/appt.el (appt-interval): Variable deleted.
13017 (appt-check): For minutes in between appt-display-interval times,
13018 do check, but don't display anything except an updated mode line.
13019 Count against appt-display-interval based on minutes since
13020 first display of this appointment, not based on time of day.
13021 If appt-display-mode-line, force mode line redisplay
13022 whenever appt-mode-string has changed.
13023 (appt-add, appt-delete): Add autoload cookies.
13024 (appt-check): Catch errors from calling `diary'.
13025 (appt-max-time): Renamed from max-time.
13026 (appt-now-displayed, appt-display-count): New variables.
13027 (appt-timer): Don't create one if we already have one.
13028
13029 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13030 More general code to use the source buffer instead of the zap file.
13031
13032 * hilit-chg.el (highlight-compare-with-file): Renamed from
13033 compare-with-file.
13034
13035 * loadhist.el (load-history-loaded): New variable.
13036 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13037
13038 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13039
13040 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13041 Fix error messages.
13042
13043 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13044
13045 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13046 Emacs frame.
13047
13048 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13049
13050 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13051 `undecided' and `undecided-unix'.
13052
13053 1998-09-21 Dave Love <fx@gnu.org>
13054
13055 * help.el (help-make-xrefs): Fix typo affecting Info references.
13056
13057 * subr.el (remove-hook): Check list values to avoid errors.
13058
13059 1998-09-18 Noah Friedman <friedman@splode.com>
13060
13061 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13062 store string in eldoc-last-message without consing a new string.
13063 Rearrange logic from nested if's into cond's.
13064 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13065 Do not print message; just return string.
13066 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13067 Do not print message; just return string.
13068 Cache that string in eldoc-last-data.
13069 (eldoc-last-data): Make into a vector.
13070 (eldoc-get-fnsym-args-string): Use new data form of structure.
13071 (eldoc-get-var-docstring): Here also.
13072 (eldoc-last-data-store): New function.
13073 (eldoc-get-fnsym-args-string): Use it.
13074 (eldoc-get-var-docstring): Here also.
13075 (eldoc-docstring-first-line): Minimize interim string consing.
13076 Call substitute-command-keys on the result.
13077 (eldoc-print-var-docstrings, eldoc-print-docstring,
13078 eldoc-docstring-message): Functions removed.
13079 (eldoc-docstring-format-sym-doc): New function, functionality
13080 ripped out of eldoc-docstring-message.
13081 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13082
13083 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13084
13085 * international/mule.el (make-coding-system): Doc-string modified.
13086
13087 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13088
13089 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13090
13091 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13092 customize type.
13093
13094 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13095 type.
13096
13097 * progmodes/compile.el (compilation-error-screen-columns): New
13098 variable.
13099 (compilation-next-error-locus): Use it to decide whether to use
13100 forward-char or move-to-column.
13101
13102 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13103
13104 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13105 feedmail-fiddle-plex-user-list,
13106 feedmail-spray-address-fiddle-plex-list,
13107 feedmail-prompt-before-queue-user-alist,
13108 feedmail-prompt-before-queue-help-supplement,
13109 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13110 feedmail-queue-alternative-mail-header-separator): Fix customize
13111 type.
13112
13113 * startup.el (site-run-file): Fix customize type.
13114
13115 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13116 customize type.
13117
13118 * shell.el (shell-input-autoexpand): Fix customize type.
13119
13120 * ps-print.el (ps-font-info-database): Add missing dots in value.
13121 Improve layout of customize type.
13122
13123 * net-utils.el (traceroute-program-options, ping-program-options,
13124 ipconfig-program-options, netstat-program-options,
13125 arp-program-options, route-program-options,
13126 nslookup-program-options, ftp-program-options): Fix customize
13127 type.
13128
13129 * midnight.el (clean-buffer-list-kill-regexps,
13130 clean-buffer-list-kill-buffer-names,
13131 clean-buffer-list-kill-never-buffer-names,
13132 clean-buffer-list-kill-never-regexps): Fix customize type.
13133
13134 * man.el (Man-init-defvars): Avoid trailing nil on
13135 Man-filter-list.
13136
13137 * lpr.el (printer-name): Fix customize type.
13138
13139 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13140
13141 * international/mule-cmds.el (reset-language-environment): Call
13142 update-coding-systems-internal.
13143
13144 * international/mule-conf.el: Call update-coding-systems-internal
13145 at the tail.
13146
13147 1998-09-14 Dave Love <fx@gnu.org>
13148
13149 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13150 use the menu-enable properties, pending doing it correctly and
13151 acceptably fast.
13152
13153 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13154
13155 1998-09-13 Dave Love <d.love@dl.ac.uk>
13156
13157 * progmodes/hideshow.el (hs-grok-mode-type): Check
13158 comment-{start,end} non-nil as well as bound. Report an error if
13159 we can't grok the mode.
13160
13161 1998-09-13 Richard Stallman <rms@gnu.org>
13162
13163 * simple.el (blink-matching-open): Don't log paren matching
13164 messages in *Messages*.
13165
13166 1998-09-12 Richard Stallman <rms@gnu.org>
13167
13168 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13169 Set point-before-scroll at end even if there was an error.
13170
13171 * ange-ftp.el (ange-ftp-insert-file-contents):
13172 Use binary mode for dumb-unix hosts as for unix hosts.
13173 (ange-ftp-copy-file-internal): Likewise.
13174
13175 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13176
13177 * emacs-lisp/pp.el: Doc fixes.
13178
13179 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13180 (widget-choose): Don't use single-char shortcuts if # items
13181 exceeds that many. Use minibuffer instead.
13182
13183 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13184
13185 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13186
13187 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13188
13189 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13190 in terminal mode.
13191
13192 1998-09-10 Noah Friedman <friedman@splode.com>
13193
13194 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13195 defcustom declaration. It's wreaking too much havoc with XEmacs
13196 and older versions of Emacs, which share this code.
13197
13198 * type-break.el (type-break-mode): Here also.
13199
13200 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13201 `t' to add-hook also to modify the new local value.
13202
13203 1998-09-10 Dave Love <fx@gnu.org>
13204
13205 * vc.el (vc-insert-headers): Doc fix.
13206
13207 1998-09-10 Richard Stallman <rms@gnu.org>
13208
13209 * textmodes/flyspell.el (flyspell-mode-on): Make the
13210 ispell-... variables permanent locals.
13211 (flyspell-mode-off): Add autoload cookie.
13212
13213 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13214 do use binary mode, just as for `unix'.
13215 (ange-ftp-host-type): If HOST is nil, return `unix'.
13216
13217 * dired.el (dired-mark-files-containing-regexp):
13218 Don't scan directories. Ignore non-readable files.
13219
13220 * progmodes/compile.el (compilation-error-regexp-alist):
13221 Fix previous change: allow . and _ in command name.
13222
13223 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13224
13225 * uncompress.el (uncompress-while-visiting):
13226 Use just the car of what find-operation-coding-system returns.
13227
13228 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13229
13230 * shell.el (shell-file-name-quote-list): Add # to the value.
13231
13232 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13233
13234 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13235 to make killing of ispell process work even if
13236 kill-all-local-variables has been run.
13237
13238 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13239
13240 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13241 loop when sexp entry ends at end of file with no newline.
13242
13243 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13244
13245 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13246 (Custom-reset-standard): Fix menu inconsistency.
13247
13248 * mail/feedmail.el (feedmail-from-line): Allow t.
13249 (feedmail-message-id-suffix): Allow nil.
13250
13251 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13252 Simplify. Make prefix arg work right.
13253
13254 1998-09-09 Dave Love <fx@gnu.org>
13255
13256 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13257
13258 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13259
13260 1998-09-08 Dave Love <fx@gnu.org>
13261
13262 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13263 stuff only after file names or at start of line. Allow parens
13264 around e-mail, as well as angles.
13265
13266 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13267 ignore-errors too, eval'd when compile. Require w3 stuff at load
13268 time for nicer failure if it's not available.
13269
13270 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13271
13272 * comint.el (comint-arguments): Ignore backslashes when using
13273 w32 shells that expect backslashes as the directory separator.
13274
13275 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13276
13277 * international/fontset.el (resolved-ascii-font): New variable.
13278 (x-complement-fontset-spec): By side effect, set
13279 `resolved-ascii-font' to the resolved name of ASCII font."
13280 (create-fontset-from-fontset-spec): Don't get a value for
13281 resolved-ascii-font from the list full-fontlist. It is set by
13282 x-complement-fontset-spec now.
13283
13284 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13285 version, check the value of mule-version.
13286
13287 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13288
13289 * textmodes/reftex.el (reftex-view-crossref): Split up into
13290 several functions. No longer moves to find a macro.
13291 (reftex-view-cr-cite, reftex-view-cr-ref,
13292 reftex-end-of-bib-entry): New functions.
13293 (reftex-auto-view-crossref): New value `window' allowed.
13294 (reftex-view-crossref-when-idle): Process new `window' option in
13295 (reftex-translate-to-ascii-function): New default.
13296 (reftex-label-illegal-re): Default changed, removed Latin1.
13297 (reftex-latin1-to-ascii): New function.
13298 (reftex-what-environment): Check for section regexp before use.
13299 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13300 absolute path names.
13301 (reftex-TeX-master-file): Changed sequence of file checks.
13302 (reftex-do-citation): bibview cache only with RefTeX mode on.
13303
13304 1998-09-06 Richard Stallman <rms@gnu.org>
13305
13306 * progmodes/compile.el (compilation-error-regexp-alist):
13307 In first pattern (GNU utilities and other things),
13308 allow a space after the optional program name at the beginning.
13309
13310 * mail/mail-hist.el (mail-hist-current-header-contents):
13311 Fix previous change: use mail-header-end.
13312
13313 1998-09-06 Bill Richter <richter@math.nwu.edu>
13314
13315 * international/ccl.el: Doc fixes.
13316 * international/encoded-kb.el: Doc fixes.
13317 * international/fontset.el: Doc fixes.
13318 * international/kinsoku.el: Doc fixes.
13319 * international/kkc.el: Doc fixes.
13320 * international/mule-cmds.el: Doc fixes.
13321 * international/mule-conf.el: Doc fixes.
13322 * international/mule-util.el: Doc fixes.
13323 * international/mule.el: Doc fixes.
13324
13325 1998-09-05 Eric Ludlam <zappo@gnu.org>
13326
13327 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13328 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13329 (checkdoc-this-string-valid-engine): Permit ? as terminating
13330 punctuation for first line sentence breaking.
13331 (checkdoc-this-string-valid): When converting a comment into a doc
13332 string, make sure " chars are \".
13333 (checkdoc-sentencespace-region-engine): Only do double space check
13334 if based on the variable `sentence-end-double-space'
13335 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13336 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13337
13338 1998-09-04 Richard Stallman <rms@gnu.org>
13339
13340 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13341 Recognize define-skeleton as a function definer.
13342
13343 * cus-edit.el (customize-option): Refuse to customize
13344 a variable that has no defcustom. But if variable is autoloaded,
13345 first try to load the library that defines it.
13346
13347 * international/iso-insert.el: Use `string' before calling `insert'
13348 so that in multibyte buffers we insert multibyte chars.
13349
13350 * dired.el (dired-mark-files-containing-regexp):
13351 Don't use find-file; instead, insert the file in a temp buffer.
13352
13353 * textmodes/tex-mode.el (tex-start-options-string): New option.
13354 (tex-start-tex): Use that variable.
13355
13356 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13357 value in the `repeat' alternative a list.
13358
13359 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13360 the inserted newline, verify that one was really inserted.
13361
13362 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13363 remains on or remains off.
13364 (flyspell-multi-language-p): Default changed to nil.
13365
13366 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13367 In "found in comment" case, don't beginning-of-line after forward-line.
13368
13369 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13370 If the function definition is not a lambda, return original FORM
13371 with no error.
13372
13373 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13374
13375 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13376 so that by default netstat shows all network connections.
13377
13378 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13379
13380 * international/quail.el: Doc fixes.
13381
13382 * info.el (info): Don't add parens if FILE already has them.
13383
13384 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13385
13386 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13387 on extension lines.
13388
13389 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13390
13391 * w32-fns.el (w32-shell-dos-semantics): New function.
13392
13393 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13394
13395 * international/quail.el (quail-choose-completion-string): Store
13396 completion `choice' in `quail-current-str'; don't insert it.
13397
13398 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13399
13400 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13401 argument to ps-mule-generate-bitmap-font.
13402
13403 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13404 entry and change Latin-1 entry in the default value.
13405 (ps-mule-font-info-database-ps-bdf): New variable.
13406 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13407 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13408 registerd in FONT-SPEC.
13409 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13410 charcter width of bitmap fonts.
13411 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13412 procedure NF.
13413 (ps-begin-file): Output PostScript code for setting
13414 SpaceWidthRatio.
13415 (ps-plot-region): Use line-beginning-position to get a position of
13416 the beginning of the current line.
13417
13418 * international/mule-cmds.el (register-input-method): Doc-string
13419 modified.
13420
13421 1998-09-01 Dave Love <fx@gnu.org>
13422
13423 * international/mule-cmds.el (current-language-environment): Fix
13424 setter function.
13425
13426 1998-09-01 Simon Marshall <simon@gnu.org>
13427
13428 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13429 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13430 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13431 names with font-lock-type-face. Fontify type specs, etc., with
13432 font-lock-keyword-face.
13433
13434 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13435
13436 * international/fontset.el (x-complement-fontset-spec): If ASCII
13437 font is specified in FONTLIST, don't substitute it for the
13438 resolved name.
13439
13440 1998-08-31 Paul Eggert <eggert@twinsun.com>
13441
13442 * international/mule.el (charset-description): Doc fix.
13443
13444 * language/chinese.el, language/cyrillic.el, language/czech.el,
13445 language/devanagari.el, language/ethiopic.el,
13446 language/european.el, language/hebrew.el, language/indian.el,
13447 language/japanese.el, language/korean.el, language/lao.el,
13448 language/slovak.el, language/thai.el, language/tibetan.el,
13449 language/vietnamese.el:
13450 Add coding: local variable, to avoid bootstrapping problem
13451 if you need to recompile all the Lisp files using interpreted code.
13452
13453 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13454
13455 * cal-china.el (chinese-year-cache): Change range of years from
13456 1989-2000 to 1990-2010.
13457
13458 1998-08-29 Dave Love <d.love@dl.ac.uk>
13459
13460 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13461 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13462
13463 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13464
13465 * ps-print.el (ps-print-control-characters): Doc-string modified.
13466 (ps-output-string-prim): Comment format changed.
13467 (ps-do-despool): Indentation of source code changed.
13468
13469 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13470
13471 * subr.el (sref): Make it an alias of aref. Make the
13472 byte-compiler warn that it is obsolete.
13473 (char-bytes): Make the byte-compiler warn that it is obsolete.
13474
13475 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13476 Calculate the total bytes using position-bytes instead of
13477 char-bytes.
13478
13479 1998-08-27 Karl Heuer <kwzh@gnu.org>
13480
13481 * snmp-mode.el: New file.
13482 * files.el (auto-mode-alist): Add snmp-mode patterns.
13483
13484 1998-08-27 Karl Eichwalder <ke@suse.de>
13485
13486 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13487
13488 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13489
13490 * calendar/diary-lib.el (diary-block): Doc fix..
13491 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13492
13493 1998-08-27 Richard Stallman <rms@gnu.org>
13494
13495 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13496 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13497 Clear appt-mode-string if we don't put something in it.
13498
13499 1998-08-27 Dave Love <fx@gnu.org>
13500
13501 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13502 dired-local-variables-file for dired-x.
13503
13504 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13505 for compressed library files too.
13506
13507 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13508
13509 * language/european.el ("Latin-1"): Modify `documentation' key value.
13510 ("Latin-2"): Likewise.
13511
13512 1998-08-26 Karl Heuer <kwzh@gnu.org>
13513
13514 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13515
13516 1998-08-26 Albert L. Ting <alt@artisan.com>
13517
13518 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13519 (mail-hist-current-header-contents): Use mail-text-start.
13520
13521 1998-08-26 Richard Stallman <rms@gnu.org>
13522
13523 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13524 (customize-changed-options-previous-release): New variable.
13525 (customize-changed-options): Use that variable as default arg.
13526
13527 1998-08-26 Karl Eichwalder <ke@suse.de>
13528
13529 * midnight.el: Require `timer' not only when compiling.
13530
13531 1998-08-26 Per Starback <starback@update.uu.se>
13532
13533 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13534 buffer before creating help group.
13535
13536 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13537
13538 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13539 coding-system-for-write before saving.
13540
13541 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13542
13543 * isearch.el (isearch-forward): Doc fix.
13544
13545 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13546
13547 * emacs-lisp/find-func.el: Fix :version tags to have a string
13548 value, not a float.
13549
13550 * cus-dep.el: Fix typo in output.
13551
13552 1998-08-25 Dave Love <fx@gnu.org>
13553
13554 * repeat.el (repeat): Doc fix.
13555 [From rms:]
13556 (repeat-previous-repeated-command): New variable.
13557 (repeat): Check for real-last-command being null or repeat. Set
13558 repeat-previous-repeated-command.
13559
13560 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13561
13562 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13563
13564 * gnus/message.el (message-send-mail-with-sendmail): Bind
13565 coding-system-for-write by the return value of
13566 select-message-coding-system.
13567 (message-send-mail-with-qmail): Likewise.
13568
13569 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13570
13571 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13572 define-derived-mode.
13573
13574 * files.el (file-name-invalid-regexp):
13575 Fix regex for ms-dos without long file names.
13576
13577 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13578
13579 * ps-print.el: Multi-byte buffer handling.
13580 (ps-print-version): New version number (4.0) and doc fix.
13581 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13582 compilation for GNU Emacs and emacsens.
13583 (ps-generate-postscript-with-faces): Force invisible text to be
13584 visible.
13585 (dos-ps-printer): New var to avoid compilation gripes.
13586
13587 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13588
13589 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13590 that no more characters can't be printed in the current line.
13591
13592 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13593
13594 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13595 greater than TO.
13596
13597 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13598
13599 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13600 20.2 and the earlier version.
13601 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13602 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13603 (ps-mule-find-wrappoint): Likewise.
13604 (ps-mule-generate-font): Change `X' to `x' in format
13605 control-string.
13606 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13607 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13608 `restore' form procedures `BC' and `EC'.
13609
13610 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13611
13612 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13613 is an executable procedure. Make LineThickness, Xshadow, and
13614 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13615 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13616 ps-mule-font-info-database-bdf): New vars.
13617 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13618 (ccl-encode-ethio-unicode): New CCL program.
13619 (ps-mule-encode-ethiopic): New fun.
13620 (ps-mule-current-charset): New var.
13621 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13622 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13623 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13624 (ps-mule-external-libraries): New var.
13625 (ps-mule-init-external-library): New fun.
13626 (ps-mule-font-cache): New var.
13627 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13628 (ps-last-font): New var.
13629 (ps-mule-prepare-font): New fun.
13630 (ps-mule-charset-list): New var.
13631 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13632 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13633 ps-mule-plot-string): New funs.
13634 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13635 New vars.
13636 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13637 ps-mule-prepare-cmpchar-font): New funs.
13638 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13639 vars.
13640 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13641 ps-mule-generate-bitmap-glyph): New funs.
13642 (ps-mule-initialize, ps-mule-begin): New funs.
13643 (ps-output-string-prim): Insert string as unibyte.
13644 (ps-output-prologue): New fun.
13645 (ps-flush-output): Handle the case of 'prologue.
13646 (ps-begin-file): Call ps-mule-initialize.
13647 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13648 printing multibyte characters.
13649 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13650 (ps-basic-plot-string): Handle the case of printing ASCII
13651 characters by external libraries (e.g. BDF).
13652 (ps-set-font): Set ps-last-font.
13653 (ps-plot-region): Handle multibyte characters, use
13654 ps-mule-plot-string for them.
13655 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13656
13657 * bdf.el: New file.
13658
13659 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13660
13661 * international/mule-cmds.el (select-message-coding-system): New
13662 function.
13663 (set-language-environment-coding-systems): Set
13664 default-sendmail-coding-system.
13665
13666 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13667 (default-sendmail-coding-system): New variable.
13668 (sendmail-send-it): Encode the message by a coding system
13669 select-message-coding-system returns.
13670
13671 1998-08-23 Eric Ludlam <zappo@gnu.org>
13672
13673 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13674 (speedbar-mode): Set buffer to read only.
13675 (speedbar-temp-buffer-show-function): For emacs don't call hook
13676 with arguments.
13677 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13678
13679 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13680
13681 * speedbar.el (speedbar-key-map): Fix typo.
13682
13683 See ChangeLog.7 for earlier changes.