Update whitespace.el with a more tolerable timer scan time.
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
2
3 * whitespace.el (whitespace-rescan-timer-time): Update interval
4 set to 600 seconds (10 minutes) instead of 60 seconds since
5 a large number of whitespace buffers causes emacs to `freeze'
6 for a considerable amount of time.
7
8 * whitespace.el: Updated e-mail address
9
10 2000-05-31 Dave Love <fx@gnu.org>
11
12 * add-log.el (change-log-font-lock-keywords) <function>: Add
13 pattern for function of change.
14 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15 acknowledgements patterns.
16
17 2000-05-31 Kenichi Handa <handa@etl.go.jp>
18
19 * isearch.el (isearch-printing-char): If keyboard coding system is
20 being used, call isearch-process-search-multibyte-characters.
21
22 * international/isearch-x.el: Mostly rewritten.
23
24 * international/quail.el (quail-start-conversion): Don't include
25 unhandled events in the returned events, but set them in
26 unread-command-events. Exit if all inputs are deleted.
27
28 2000-05-30 Jason Rumney <jasonr@gnu.org>
29
30 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
31
32 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
33 Reenable code to create initial fontsets.
34 Use set-fontset-font in place of put-charset-property.
35
36 2000-05-30 Gerd Moellmann <gerd@gnu.org>
37
38 * progmodes/perl-mode.el (perl-indent-line): When looking for a
39 label, ensure that the first colon isn't followed by another.
40
41 * paths.el (Info-default-directory-list): Doc fix.
42
43 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
44 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
45 send a query containing USER only, not USER@HOST.
46
47 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
48 and rmail-msgend to compute the restriction at the end, instead of
49 computing it.
50
51 2000-05-29 Gerd Moellmann <gerd@gnu.org>
52
53 * dabbrev.el (dabbrev-expand): Don't display messages in the
54 echo area if the minibuffer window is active.
55
56 * jit-lock.el (jit-lock-mode): Add after change function to
57 local hook.
58
59 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
60
61 * antlr-mode.el: New commands: hide/unhide actions,
62 upcase/downcase literals.
63 (antlr-tiny-action-length): New user option.
64 (antlr-hide-actions): New command. Suggested by
65 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
66 (antlr-mode-map): New binding [C-c C-v].
67 (antlr-mode-menu): New entries.
68 (antlr-downcase-literals): New command.
69 (antlr-upcase-literals): Ditto.
70
71 * antlr-mode.el: Minor changes: indendation, mode-name.
72 (antlr-indent-line): Indent cpp directive at column 0.
73 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
74
75 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
76 (antlr-font-lock-additional-keywords): Workaround for intentional
77 bug in XEmacs version of font-lock.
78 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
79 be used by a smarter version of `buffers-menu-grouping-function'.
80
81 2000-05-29 Gerd Moellmann <gerd@gnu.org>
82
83 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
84 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
85
86 2000-05-29 Kenichi Handa <handa@etl.go.jp>
87
88 * international/encoded-kb.el
89 (encoded-kbd-iso2022-designation-map): Pay attention to that
90 charset-iso-final-char return -1 for eight-bit-control and
91 eight-bit-graphic.
92
93 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
94
95 * speedbar.el (speedbar-use-images, speedbar-update-flag)
96 (speedbar-easymenu-definition-base): Use display-graphic-p where
97 available, instead of window-system.
98
99 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * international/codepage.el (cp-coding-system-for-codepage-1): Add
102 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
103 coding systems.
104
105 2000-05-26 Dave Love <fx@gnu.org>
106
107 * disp-table.el (standard-display-underline): Don't use
108 internal-find-face.
109
110 * mail/reporter.el: Maintainer change. Doc fixes.
111 (reporter-version): Deleted.
112
113 * emacs-lisp/elp.el: Maintainer change.
114 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
115
116 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
117
118 * add-log.el (add-change-log-entry): Merge the current entry with the
119 previous one if the previous one is empty.
120
121 2000-05-26 Dave Love <fx@gnu.org>
122
123 * loadhist.el (unload-feature): Fix interactive spec [from
124 lijnzaad@ebi.ac.uk].
125
126 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
127 subr-arity to check primitives.
128 (byte-compile-flush-pending, byte-compile-file-form-progn)
129 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
130 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
131 mapcar.
132
133 2000-05-26 Kenichi Handa <handa@etl.go.jp>
134
135 * international/fontset.el: Set family names of non-latin charsets
136 in default fontset to "*".
137
138 * international/mule-diag.el (print-fontset): Combine family part
139 and registry part of the fontname by "-*-" instead of "-".
140
141 * international/mule-cmds.el (encode-coding-char): Make strings
142 multibyte before calling encode-coding-string.
143
144 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
145
146 * derived.el: Fix keywords.
147 (define-derived-mode): Only define if needed.
148
149 * simple.el (fill-comment, comment-column, comment-start)
150 (comment-start-skip, comment-end, comment-indent-function)
151 (block-comment-start, block-comment-end, indent-for-comment)
152 (set-comment-column, kill-comment, comment-padding, comment-region)
153 (comment-multi-line, indent-new-comment-line): Remove.
154
155 * bindings.el (esc-map): Change ; to comment-dwim and use the new
156 function names for comment operations.
157
158 * newcomment.el: Add abundant autoload cookies.
159 (comment-style): Don't depend on runtime data at compile-time.
160 (comment-indent-hook): Remove.
161 (comment-indent): Check if comment-indent-hook is bound.
162 (comment-region): Docstring fix.
163
164 2000-05-25 Dave Love <fx@gnu.org>
165
166 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
167 byte-code-function-p.
168
169 * mail/rmailsum.el: Add provide.
170
171 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
172
173 * smerge-mode.el (smerge-diff-switches): Don't use list* in
174 defcustom.
175
176 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
177
178 * ediff-diff.el (ediff-exec-process): delete --binary option from
179 non-buffer ediff jobs.
180
181 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
182
183 * hilit-chg.el (highlight-changes-mode): Ask about color or
184 grayscale support, not about window-system.
185
186 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
187 window-system.
188 (ffap-highlight): Always default to t.
189
190 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
191 display-popup-menus-p instead of looking at window-system.
192
193 * disp-table.el (standard-display-g1, standard-display-graphic):
194 Only refuse to use string glyphs on X and MS-Windows.
195
196 * avoid.el: Remove window-system from commentary, suggest to use
197 display-*-p instead.
198
199 * apropos.el (apropos-print): Use display-mouse-p instead of
200 window-system.
201
202 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * international/codepage.el (cp-decoding-vector-for-codepage):
205 Fill up unsupported characters with their own codes. From Kenichi
206 Handa.
207
208 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * international/mule-diag.el (describe-char-after): Use
211 display-graphic-p instead of window-system, so that this function
212 works on MS-DOS.
213
214 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
215
216 * international/codepage.el (cp-make-coding-systems-for-codepage):
217 Remove the eight-bit-graphic and eight-bit-control charsets from
218 the list of charsets which we convert into `?'.
219
220 2000-05-25 Kenichi Handa <handa@etl.go.jp>
221
222 * international/mule-conf.el: Specify CHARSET-ID explicitely for
223 private charsets.
224 (mule-unicode-0100-24ff, japanese-jisx0213-1,
225 japanese-jisx0213-2): New charsets.
226
227 * international/fontset.el: Setup default fontset for new charsets.
228
229 2000-05-24 Dave Love <fx@gnu.org>
230
231 * info.el (Info-find-node-2): Restructure [following "Vadim
232 S. Solomin" <sovs@uic.nnov.ru>].
233
234 * icomplete.el: Fix header for Finder.
235
236 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
237
238 * rmailout.el (rmail-output-to-rmail-file): Added optional param
239 STAY.
240
241 * rmail.el (rmail-automatic-folder-directives): New user variable.
242 (rmail-show-message): Add call to `rmail-auto-file' during
243 display.
244 (rmail-auto-file): New function.
245
246 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
247
248 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
249 account.
250 (ediff-test-utility,ediff-diff-mandatory-option)
251 (ediff-reset-diff-options): Utilities for proper initialization of
252 ediff-diff-options and ediff-diff3-options on Windows.
253
254 * ediff-init.el (ediff-merge-filename-prefix): New customizable
255 variable.
256
257 * ediff-mult.el (ediff-filegroup-action): Use
258 ediff-merge-filename-prefix.
259
260 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
261
262 * viper-ex.el (ex-write): Set selective display to nil.
263
264 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
265
266 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
267 aliases for hebrew-iso-8bit.
268
269 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
270
271 * woman.el: New version from Francis J. Wright
272 <F.J.Wright@Maths.QMW.ac.uk>.
273 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
274 names in environment variables regardless of the path separator.
275 (woman-topic-all-completions-1): Don't call file-name-directory-p
276 on all files, since woman-file-regexp already filters out any
277 directories.
278
279 2000-05-24 Kenichi Handa <handa@etl.go.jp>
280
281 * international/quail.el (quail-start-translation): Don't change
282 modified-p of the current buffer.
283 (quail-start-conversion): Likewise.
284
285 * international/kkc.el (kkc-region): Don't change modified-p of
286 the current buffer.
287
288 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
289 conform to RFC1468.
290 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
291
292 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
293
294 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
295 (speedbar-insert-button): Invisible text property fix.
296 (speedbar-directory-plus): Renamed from speedbar-directory-+
297 (speedbar-directory-minus): Renamed from speedbar-directory--
298 (speedbar-page-plus): Renamed from speedbar-file-+
299 (speedbar-page-minus): Renamed from speedbar-file--
300 (speedbar-page): Renamed from speedbar-file-
301 (speedbar-tag): Renamed from speedbar-tag-
302 (speedbar-tag-plus): Renamed from speedbar-tag-+
303 (speedbar-tag-minus): Renamed from speedbar-tag--
304 (speedbar-expand-image-button-alist): Use above renames.
305
306 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
307 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
308 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
309 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
310 * sb-pg.xpm: Renamed from sb-file.xpm
311 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
312 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
313
314 2000-05-24 Kenichi Handa <handa@etl.go.jp>
315
316 * international/quail.el (quail-show-guidance-buf): Set
317 current-input-method of the guidance buffer to the name of the
318 curren input method.
319
320 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
321
322 * progmodes/compile.el (compile-internal): Style typo.
323
324 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
325 quote vars and functions in the docstring.
326
327 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
328
329 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
330 Don't quote lambdas.
331
332 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
333
334 2000-05-23 Gerd Moellmann <gerd@gnu.org>
335
336 * startup.el (command-line): Determine source file of compiled
337 user init file differently. Warn if compiled user init file
338 is older than its source file.
339
340 * ffap.el (ffap-url-regexp): Add `https'.
341
342 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
343
344 * files.el (make-backup-file-name-1): Replace slashes with `!'
345 rather than `|' (which is not allowed on Windows). Replace the
346 drive letters with a string "drive_X".
347
348 2000-05-23 Gerd Moellmann <gerd@gnu.org>
349
350 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
351
352 * files.el (interpreter-mode-alist): Add `bash2'.
353
354 2000-05-22 Dave Love <fx@gnu.org>
355
356 * loadhist.el (feature-symbols, file-provides, file-requires): Use
357 mapc.
358 (feature-file): Avoid calling symbol-name. Doc fix.
359 (file-set-intersect, file-dependents): Use dolist, not mapcar.
360 (loadhist-hook-functions): Add mouse-position-function.
361 (unload-feature): Change uses of mapcar.
362
363 * files.el (parse-colon-path): Doc fix.
364 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
365 (set-auto-mode): Use mapc.
366
367 * complete.el (PC-look-for-include-file): Use :alnum: character
368 class.
369 (partial-completion-mode): Add autoload cookie.
370
371 2000-05-22 Sam Steingold <sds@gnu.org>
372
373 * info.el (Info-fontify-node): Fixed the call to
374 `add-text-properties' (bug introduced on 2000-05-18).
375
376 2000-05-22 Dave Love <fx@gnu.org>
377
378 * bindings.el: Remove debug-ignored-errors set in other files.
379
380 * progmodes/etags.el: Add to debug-ignored-errors.
381 (visit-tags-table-buffer): Clear out buffers holding old tables
382 when making a new list.
383 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
384 mapc.
385
386 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
387 quote keywords.
388 (cmpl-string-case-type): Use character classes.
389
390 * comint.el:
391 * textmodes/ispell.el:
392 * imenu.el:
393 * mail/mh-e.el:
394 * progmodes/compile.el: Add to debug-ignored-errors.
395
396 * dabbrev.el: Add to debug-ignored-errors.
397 (dabbrev-completion): Use mapc.
398
399 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
400
401 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
402 (woman-mapcan, woman-parse-man.conf)
403 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
404 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
405 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
406 path syntax better.
407 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
408 (woman-manpath): Call woman-parse-man.conf.
409 (woman-emulation): New defcustom, defaults to nroff.
410 (woman-font-support): New defconst.
411 (woman-use-symbol-font): New defcustom.
412 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
413 "Emulation".
414 Many functions: Doc fix.
415
416 2000-05-22 Kenichi Handa <handa@etl.go.jp>
417
418 * international/quail.el (quail-simple-translation-keymap): Map
419 128..255 to quail-self-insert-command.
420 (quail-keyboard-layout-alist): Add definition for "pc102-de".
421
422 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
423
424 * help.el (help-manyarg-func-alist): Typo.
425
426 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
427 intervals which makes it heaps simpler.
428
429 * newcomment.el (comment-region-internal): Go back to BEG after quoting
430 the nested comment markers.
431
432 * subr.el (remove-hook): Don't turn the hook's value into a list.
433
434 2000-05-21 Dave Love <fx@gnu.org>
435
436 * edmacro.el (edmacro-parse-keys): Return vector if any elements
437 are invalid characters.
438
439 * international/mule-util.el (detect-coding-with-priority): Use
440 mapc. Remove redundant lambda.
441
442 * international/mule-diag.el (list-non-iso-charset-chars)
443 (describe-fontset): Remove redundant lambda.
444
445 * emulation/crisp.el (brief-mode): New alias.
446
447 * emacs-lisp/ring.el (ring-elements): New function.
448
449 * emacs-lisp/easymenu.el (easy-menu-create-menu)
450 (easy-menu-do-add-item): Use keywordp.
451
452 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
453
454 * replace.el: Doc and error message fixes.
455 (replace-highlight): Use facep, not internal-find-face.
456
457 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
458
459 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
460
461 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
462 (log-edit-insert-changelog): Drop `:' as well.
463
464 * log-view.el: Fix file description.
465 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
466 available.
467 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
468 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
469
470 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
471 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
472 Print a status message if the toggle is called interactively.
473 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
474 for global minor modes and use `defcustom' for them.
475 Use add-minor-mode.
476 (easy-mmode-define-derived-mode): Remove.
477 (define-derived-mode): Fancier default docstring.
478 (easy-mmode-define-navigation): Signal an error rather than (ding).
479
480 * newcomment.el (comment-styles): New `box-multi'.
481 (comment-normalize-vars): Better default for comment-continue to
482 avoid whitespace-only continuations.
483 (comment-search-forward): Always move even in the no-syntax case.
484 (comment-padright): Only obey N if it's only obeyed for padleft.
485 (comment-make-extra-lines): Better handling of empty continuations.
486 Use `=' for the filler if comment-start has only one character.
487 (uncomment-region): Try handling the special `=' filler.
488 (comment-region): Allow LINES even if MULTI is nil.
489 (comment-box): Choose box style based on comment-style.
490
491 2000-05-20 Kenichi Handa <handa@etl.go.jp>
492
493 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
494 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
495
496 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
497
498 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
499 and insert, not subst-char-in-region.
500
501 * international/mule-diag.el (list-character-sets-1): Handle
502 charsets eight-bit-control and eight-bit-graphic.
503 (list-iso-charset-chars): Likewise.
504 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
505 charactes as is. Use indent-to to align characters.
506
507 * international/mule-cmds.el (find-multibyte-characters): Never
508 exclude charsets eight-bit-control and eight-bit-graphic.
509
510 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
511
512 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
513 Don't quote lambdas.
514
515 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
516
517 2000-05-19 Gerd Moellmann <gerd@gnu.org>
518
519 * gud.el (gud-jdb-directories): Doc fix.
520
521 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
522
523 * newcomment.el: New file.
524
525 2000-05-19 Gerd Moellmann <gerd@gnu.org>
526
527 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
528
529 2000-05-18 Andreas Schwab <schwab@suse.de>
530
531 * dired.el (dired-between-files): Also skip lines beginning with
532 `used'.
533
534 2000-05-18 Gerd Moellmann <gerd@gnu.org>
535
536 * msb.el (msb-menu-cond): Add choice `user'.
537
538 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
539
540 * ps-print.el: Compatibility, customization and doc fix.
541 (ps-printer-name-option): Replace defconst by defvar.
542 (ps-postscript-code-directory): XEmacs compatibility.
543 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
544 fix.
545 (ps-user-defined-prologue, ps-print-prologue-header)
546 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
547 compatibility and code fix.
548 (ps-print-background-image, ps-print-background-text):
549 Customization fix.
550 (ps-line-number-start, ps-n-up-on): New vars.
551
552 2000-05-18 Espen Skoglund <esk@ira.uka.de>
553
554 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
555 the indent-comment function to just return the appropriate indent.
556
557 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
558
559 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
560 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
561 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
562
563 2000-05-18 Dave Love <fx@gnu.org>
564
565 * info.el (Info-fontify-node): Add intangible property as well as
566 invisible.
567
568 * calendar/appt.el (appt-make-list): Match all lines of entry.
569 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
570
571 2000-05-18 Kenichi Handa <handa@etl.go.jp>
572
573 * international/mule-diag.el (describe-char-after): Call
574 internal-char-font, not char-font. If internal-char-font returns
575 nil, display "-- none --".
576
577 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
578
579 * image.el (image-type-available-p): Don't reference image-types
580 if it isn't bound.
581
582 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
583
584 * autoarg.el (autoarg-mode): Typo in the :set argument.
585
586 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
587
588 * startup.el (command-line-1): Don't signal an error if the
589 directory for auto-save-list files does not yet exist.
590
591 2000-05-17 Kenichi Handa <handa@etl.go.jp>
592
593 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
594
595 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
596
597 * subr.el (remove-hook): `setq' hook-value, not `set'.
598
599 2000-05-16 Sam Steingold <sds@gnu.org>
600
601 * info.el (debug-ignored-errors): More errors to ignore.
602
603 2000-05-16 Dave Love <fx@gnu.org>
604
605 * cus-edit.el: Don't require cl or easymenu.
606 (custom-variable-prompt): Test standard-value property, not
607 user-variable-p.
608
609 2000-05-16 Sam Steingold <sds@gnu.org>
610
611 * subr.el (add-hook): `setq' hook-value, not `set'.
612
613 2000-05-16 Gerd Moellmann <gerd@gnu.org>
614
615 * startup.el (command-line-1): Mention the FAQ in the startup
616 message.
617
618 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
619
620 * progmodes/compile.el (compilation-parse-errors): Collect
621 `nomessage' regexps last.
622
623 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
624
625 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
626 to the function name.
627
628 2000-05-15 Dave Love <fx@gnu.org>
629
630 * speedbar.el (speedbar-recenter): Typo.
631 (speedbar-expand-line): Make arg optional.
632 (speedbar-mode): Avoid a compiler warning.
633
634 2000-05-15 Gerd Moellmann <gerd@gnu.org>
635
636 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
637 user-specified option string is empty.
638
639 * mouse.el (mouse-yank-at-click): Doc fix.
640
641 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
642
643 * term/internal.el (IT-character-translations): More updates of
644 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
645 documents.
646
647 2000-05-15 Gerd Moellmann <gerd@gnu.org>
648
649 * env.el (getenv): New function, interactively callable.
650 (setenv, getenv): Remove autoload cookies.
651
652 * loadup.el: Load `env'.
653
654 * progmodes/f90.el: Change author's mail address.
655
656 2000-05-14 Dave Love <fx@gnu.org>
657
658 * mail/rmail.el (rmail-show-message-hook): Customize and offer
659 goto-addr as an option.
660
661 * help.el (help-xref-stack): Doc fix.
662 (help-xref-following): New variable.
663 (help-make-xrefs): Use it.
664 (help-xref-go-back): Use position information from stack element.
665 (help-follow): Make position in stack element a pair. Use
666 help-xref-following.
667
668 * autoarg.el: New file.
669
670 * faces.el: Declare more functions obsolete.
671
672 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
673 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
674 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
675 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
676 Remove all the setup-...-environment functions.
677
678 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
679
680 * speedbar.el: Updated the commentary section. xemacs20p now uses
681 >= when detecting. Require `defimage' safely.
682 (speedbar-easymenu-definition-base): Add toggle for images.
683 (speedbar-easymenu-definition-special): Add flush cache & expand.
684 (speedbar-visiting-tag-hook): Set new defaults. Added options.
685 (speedbar-reconfigure-keymaps-hook): New variable.
686 (speedbar-frame-parameters): Updated documentation.
687 (speedbar-use-imenu-flag): Updated custom tag
688 (speedbar-dynamic-tags-function-list): New variable.
689 (speedbar-tag-hierarchy-method): Updated doc & custom.
690 (speedbar-indentation-width, speedbar-indentation-width) New
691 variables.
692 (speedbar-hide-button-brackets-flag): Customizable.
693 (speedbar-vc-indicator): Doc update.
694 (speedbar-ignored-path-expressions): Updated default value.
695 (speedbar-supported-extension-expressions): Updated default value.
696 (speedbar-syntax-table): Remove {} paren status.
697 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
698 as "+". Added overlay aliases.
699 (speedbar-mode): Use `speedbar-mode-line-update' instead of
700 `force-mode-line-update'.
701 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
702 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
703 `mouse-set-point'
704 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
705 (speedbar-item-info-tag-helper): Revamped to handle a wider range
706 of arbitrary text, and new helper functions.
707 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
708 filename finder.
709 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
710 (speedbar-directory-buttons): Update path search/expansion.
711 (speedbar-make-tag-line): Pay attention to
712 `speedbar-indentation-width'. Use more care w/ invisible
713 properties.
714 (speedbar-change-expand-button-char): Call
715 `speedbar-insert-image-button-maybe'.
716 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
717 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
718 (speedbar-trim-words-tag-hierarchy)
719 (speedbar-simple-group-tag-hierarchy): New functions
720 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
721 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
722 functions.
723 (speedbar-mouse-set-point): New function
724 (speedbar-power-click): Updated documentation.
725 (speedbar-line-token, speedbar-goto-this-file): Handle more types
726 of tag prefix text.
727 (speedbar-expand-line, speedbar-contract-line): Make more robust
728 to strange text.
729 (speedbar-expand-line): Takes universal argument to flush the
730 cache.
731 (speedbar-flush-expand-line): New function.
732 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
733 Use new generator insertion method.
734 (speedbar-fetch-dynamic-tags): New function.
735 (speedbar-fetch-dynamic-imenu): Removed code now handled in
736 `speedbar-fetch-dynamic-imenu'.
737 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
738 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
739 "Revert Buffer" menu items.
740 (speedbar-buffer-buttons-engine): Be smarter when creating a
741 filename tag (for expansion purposes.).
742 (speedbar-highlight-one-tag-line,
743 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
744 (speedbar-recenter): New functions.
745 (defimage-speedbar): Image loading abstraction.
746 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
747 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
748 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
749 (speedbar-tag-type, speedbar-tag-mail): New images.
750 (speedbar-expand-image-button-alist): New variable.
751 (speedbar-insert-image-button-maybe): Insert an image over some
752 buttons.
753
754 2000-05-13 Kenichi Handa <handa@etl.go.jp>
755
756 * international/mule-cmds.el (encode-coding-char): An ASCII
757 character is always encodable.
758
759 * international/mule-conf.el: Add more information in descriptions
760 of character sets.
761
762 * international/mule-diag.el (describe-char-after): New function.
763 (describe-font-internal): Adjusted for the change of font-info.
764 (describe-font): Likewise.
765 (print-fontset): Rewritten for the new fontset implementation.
766 (describe-fontset): Include fontset alias names in completion.
767 (list-fontsets): Adjusted for the change of print-fontset.
768
769 * simple.el (what-cursor-position): If DETAIL is non-nil, call
770 describe-char-after instead of displaying the detail in the echo
771 area.
772 (syntax-code-table): Format changed.
773 (string-to-syntax): Adjusted for the above change.
774
775 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
776
777 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
778
779 2000-05-12 Dave Love <fx@gnu.org>
780
781 * calendar/todo-mode.el: Remove some compatibility stuff and CL
782 dependence. Use line-{beginning,end}-position, not
783 point-at{b,e}ol. Some doc fixes.
784 (todo-position): New function. Fix callers of position to use it.
785 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
786
787 2000-05-12 Gerd Moellmann <gerd@gnu.org>
788
789 * time.el (display-time-mail-icon): Use `:ascent center'.
790
791 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
792 handling FTP security extensions.
793
794 2000-05-11 Dave Love <fx@gnu.org>
795
796 * calendar/todo-mode.el: New file.
797
798 2000-05-11 Gerd Moellmann <gerd@gnu.org>
799
800 * comint.el (comint-read-input-ring): Move reference to
801 comint-input-ring-size outside of the save-excursion. It was
802 causing the default value to be the only one ever seen.
803
804 * font-lock.el: Update copyright. Remove Simon Marshall's email
805 address on request from him.
806
807 * subr.el (substitute-key-definition): Add comment describing
808 the meaning of PREFIX.
809
810 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
811
812 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
813
814 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
815 (add-minor-mode): Don't make the variable buffer-local and add a
816 reference to define-minor-mode in the docstring.
817
818 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
819 HEADER/FOOTER and fix bug with trailing empty directory.
820 (cvs-append-to-ignore): Use vc-editable-p if available.
821 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
822 (vc-do-command): Tweak advice to handle the new VC.
823
824 * log-view.el (log-view-goto-rev): New function for the new VC.
825 (log-view-minor-wrap): Use mark-active.
826
827 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
828 (log-edit-changelog-full-paragraphs): New var.
829 (log-edit-insert-changelog): Remove a lonely leading `* file'.
830 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
831 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
832 (log-edit-changelog-ours-p, log-edit-changelog-entries)
833 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
834 Replace the `cvs' prefix with `log-edit'.
835
836 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
837
838 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
839 (diff-font-lock-defaults): Explicitly turn off multiline.
840 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
841 (diff-ediff-patch): Fix call to ediff-patch-file.
842 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
843 Handle comments.
844
845 * frame.el (automatic-hscrolling): Typo.
846
847 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
848
849 2000-05-09 Sam Steingold <sds@goems.com>
850
851 * apropos.el (apropos-print): use `describe-face' instead of
852 `customize-face-other-window'.
853
854 2000-05-09 Dave Love <fx@gnu.org>
855
856 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
857
858 * help.el (describe-variable): Have customize button pop the
859 help-xref stack when invoked.
860 (help-xref-symbol-regexp): Add `face'.
861 (help-make-xrefs): Check for quoted face names and adapt regexp
862 submatch numbers to cope.
863 (help-xref-interned): Maybe insert face doc too. Separate
864 sections with a line of hyphens.
865
866 * faces.el: Some doc fixes. Declare some functions obsolete.
867 (describe-face): Add customize button. Return the help
868 text. Fix prompt.
869
870 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
871
872 * term/internal.el (IT-character-translations): Fix last change.
873
874 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
875
876 * woman.el: New file
877 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
878
879 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * term/internal.el (IT-character-translations): Update ASCII
882 simulations for greek-iso8859-7, add latin-iso8859-14 and
883 latin-iso8859-15.
884
885 * international/mule-cmds.el (set-language-info-alist): Call
886 define-prefix-command with 3 arguments, to make the map suitable
887 for a menu.
888
889 2000-05-07 Dave Love <fx@gnu.org>
890
891 * time.el: Small doc fixes from Pavel Janík ml..
892
893 2000-05-05 Dave Love <fx@gnu.org>
894
895 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
896 list in doc string. Don't quote keyword symbols.
897 * emacs-lisp/cl.el: Likewise
898 * emacs-lisp/cl-seq.el: Likewise
899
900 2000-05-05 Gerd Moellmann <gerd@gnu.org>
901
902 * abbrev.el (abbrev-mode): Make ARG optional.
903
904 2000-05-04 Gerd Moellmann <gerd@gnu.org>
905
906 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
907
908 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
909
910 * subr.el (substitute-key-definition): Clarify documentation.
911
912 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
913
914 * glasses.el (glasses-convert-to-unreadable): Use
915 `glasses-separator' instead of the hard-wired "_".
916 (glasses-mode): Call `glasses-make-unreadable' only in a single
917 place.
918
919 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
920
921 * term/internal.el (cjk-codepages-alist): Add associations for
922 Chinese and Korean codepages. Remove FIXME comment.
923
924 2000-05-03 Dave Love <fx@gnu.org>
925
926 * time.el (display-time-mail-face, display-time-use-mail-icon):
927 New option.
928 (display-time-mail-icon): New variable.
929 (display-time-string-forms): Use the above. Fix the local-map.
930
931 2000-05-03 Gerd Moellmann <gerd@gnu.org>
932
933 * replace.el (query-replace-map): Add binding for `E'.
934 (query-replace-help): Extend help text.
935 (perform-replace): Allow editing the replacement string.
936
937 * make-mode.el (makefile-mode-abbrev-table): New variable.
938 (makefile-mode): Set local abbrev table to
939 makefile-mode-abbrev-table.
940 (makefile-font-lock-keywords): Fontify includes and conditionals.
941
942 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
943 set TOGGLE's value.
944
945 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
946 mail-interactive-insert-alias.
947 (mail-abbrev-complete-alias): New command.
948 (mail-mode-map): Bind it to `M-TAB'.
949
950 2000-05-03 Kenichi Handa <handa@etl.go.jp>
951
952 * language/lao-util.el (lao-compose-region): New function.
953
954 2000-05-02 Gerd Moellmann <gerd@gnu.org>
955
956 * files.el (recover-session): Make directories as necessary
957 if they don't exist yet.
958
959 * calendar/cal-french.el
960 (french-calendar-multibyte-special-days-array)
961 (french-calendar-special-days-array): Change French text.
962 (calendar-french-date-string): Change output.
963 (calendar-goto-french-date): Likewise.
964
965 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
966
967 * wid-edit.el (widget-default-active): Obey `:always-active'.
968 (widget-documentation-string-value-create): Set `:always-active'.
969
970 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
971
972 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
973 default prefix to `~/_emacs.d/auto-save.list/_s'.
974 (normal-top-level): Create the directory for auto-save files, if
975 it doesn't already exist (in the ms-dos case only).
976
977 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
978
979 * international/mule-cmds.el (set-language-environment): Don't
980 concat an integer (dos-codepage), use format instead.
981
982 2000-05-02 Dave Love <fx@gnu.org>
983
984 * help.el (help-xref-on-pp): Check for constant symbols.
985
986 2000-04-29 Gerd Moellmann <gerd@gnu.org>
987
988 * startup.el (normal-top-level): Put a condition-case around
989 the code loading subdirs.el.
990
991 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
992
993 * ps-print.el: Upside-down and face background color printing,
994 line number step, doc fix.
995 (ps-print-version): New version number (5.2).
996 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
997 (ps-face-attribute-list, ps-plot-with-face): Code fix.
998 (ps-spool-config): Var fix.
999 (ps-printer-name-option): Const fix.
1000 (ps-print-upside-down, ps-use-face-background)
1001 (ps-line-number-step): New vars.
1002 (ps-window-system, ps-lp-system): New consts.
1003 (ps-face-background): New fun.
1004
1005 2000-04-28 Richard Stallman <rms@gnu.org>
1006
1007 * files.el (make-auto-save-file-name):
1008 Apply auto-save-file-name-transforms to visited file name
1009 before generating auto save file name.
1010 (auto-save-file-name-transforms): New variable.
1011
1012 * files.el (backup-enable-predicate):
1013 Correctly test for a file under a temporary directory.
1014
1015 2000-04-28 Gerd Moellmann <gerd@gnu.org>
1016
1017 * subr.el (add-minor-mode): Rewritten.
1018
1019 2000-04-28 Kenichi Handa <handa@etl.go.jp>
1020
1021 * mail/sendmail.el (sendmail-send-it): Set
1022 buffer-file-coding-system to the selected coding system for MIME
1023 header.
1024
1025 2000-04-27 Gerd Moellmann <gerd@gnu.org>
1026
1027 * dired.el (dired-move-to-filename-regexp): Allow format where
1028 YYYY is followed by two spaces.
1029
1030 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
1031 in the second character class of the regexp.
1032
1033 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
1034 mh-etc, too.
1035
1036 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
1037 nil.
1038
1039 * subr.el (add-minor-mode): Use `set' instead of `setq'.
1040
1041 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
1042 argument.
1043
1044 2000-04-27 Sen Nagata <sen@eccosys.com>
1045
1046 * emacs-lisp/crm.el (crm-completion-table): New variable.
1047 (crm-collection-fn, crm-test-completion)
1048 (completing-read-multiple): Use it.
1049
1050 2000-04-27 Dave Love <fx@gnu.org>
1051
1052 * help.el (locate-library): Use mapc.
1053 (help-manyarg-func-alist): Add call-process-region.
1054
1055 2000-04-26 Gerd Moellmann <gerd@gnu.org>
1056
1057 * subr.el (add-minor-mode): Make argument MAP optional.
1058
1059 * desktop.el (desktop-save): Save list of minor modes.
1060 (desktop-create-buffer): Restore minor modes.
1061 (desktop-minor-mode-table): New user-option.
1062
1063 * subr.el (add-minor-mode): New function.
1064
1065 * image.el (find-image): New function.
1066 (defimage): Rewritten to find image at load time.
1067
1068 * startup.el (normal-top-level-add-to-load-path): Handle
1069 case that the default directory is not in load-path.
1070
1071 * help.el: Old patch from Stefan Monnier.
1072 (help-xref-on-pp): New function.
1073 (describe-variable): Use it to display xrefs in a symbol's value.
1074
1075 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
1076
1077 * cus-edit.el (custom-face): Fix parenthesis.
1078
1079 2000-04-26 Kenichi Handa <handa@etl.go.jp>
1080
1081 * mail/rmail.el (rmail-expunge): When there are no deleted
1082 messages, do nothing.
1083
1084 2000-04-26 Dave Love <fx@gnu.org>
1085
1086 * international/mule-cmds.el (locale-translation-file-name):
1087 Defvar to nil.
1088 (set-locale-environment): Set it here (at runtime).
1089
1090 2000-04-25 Gerd Moellmann <gerd@gnu.org>
1091
1092 * replace.el (perform-replace): Add parameters START and END. Use
1093 them instead of the check for a region in Transient Mark mode.
1094 (query-replace-read-args): Return two more list elements for the
1095 start and end of the region in Transient Mark mode.
1096 (query-replace, query-replace-regexp, query-replace-regexp-eval)
1097 (map-query-replace-regexp, replace-string, replace-regexp): Add
1098 optional last arguments START and END and pass them to
1099 perform-replace.
1100
1101 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
1102 form with additional arguments for perform-replace.
1103
1104 * progmodes/etags.el (tags-query-replace): Add parameters START
1105 and END. Construct a form with additional arguments for
1106 perform-replace.
1107
1108 * simple.el (shell-command): Set default directory for "*Shell
1109 Command Output" buffer.
1110
1111 * language/european.el (iso-latin-4): Fix typo.
1112
1113 * emacs-lisp/crm.el: New file.
1114
1115 2000-04-24 Dave Love <fx@gnu.org>
1116
1117 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1118 (Custom-reset-saved, Custom-reset-standard)
1119 (custom-group-value-create, custom-group-set, custom-group-save)
1120 (custom-group-reset-current, custom-group-reset-saved)
1121 (custom-group-reset-standard): Use mapc.
1122 (custom-buffer-create-internal): Disable undo when creating items.
1123 Use mapc.
1124 (custom-face): Avoid redundant lambda.
1125
1126 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1127
1128 * startup.el (auto-save-list-file-prefix): Set default to
1129 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1130
1131 2000-04-24 Sam Steingold <sds@gnu.org>
1132
1133 * time-stamp.el (time-stamp-string-preprocess): Always convert
1134 `field-result' to a string.
1135
1136 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1137
1138 * frame.el (scrolling): New group.
1139 (automatic-hscrolling): New user-option.
1140
1141 * startup.el (command-line-x-option-alist): Add `-lsp' and
1142 `--line-spacing'.
1143
1144 2000-04-19 Dave Love <fx@gnu.org>
1145
1146 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1147 (cl-mapc): Rename from mapc. Fix the funcall.
1148
1149 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1150
1151 * simple.el (clone-indirect-buffer-other-window): New command.
1152 (clone-indirect-buffer): Add optional arg NORECROD.
1153 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1154
1155 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1156
1157 * window.el (count-screen-lines): New function.
1158 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1159 instead of window-buffer-height.
1160
1161 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1162 non-existing variable comint-input-sentinel.
1163 (inferior-lisp-args-to-list): Removed.
1164 (inferior-lisp): Use split-string instead of
1165 inferior-lisp-args-to-list.
1166
1167 * hexl.el (hexl-insert-hex-string): New command.
1168
1169 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1170 instead of concat.
1171
1172 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1173
1174 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1175 at the start of an existing but empty folder.
1176
1177 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1178
1179 * ps-mule.el: Customization fix, doc fix.
1180 (ps-multibyte-buffer): Customization fix.
1181
1182 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1183
1184 * subr.el (read-passwd): Use read-char-exclusive.
1185
1186 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1187
1188 * textmodes/texinfo.el (texinfo-insert-@email)
1189 (texinfo-insert-@emph, texinfo-insert-@quotation)
1190 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1191 (texinfo-mode-map): Add key bindings for them.
1192
1193 * files.el (basic-save-buffer-2): Use a template with `$'
1194 instead of `#' for VMS.
1195
1196 * simple.el (clone-indirect-buffer): New function.
1197
1198 2000-04-16 Stephen Eglen <stephen@gnu.org>
1199
1200 * iswitchb.el (iswitchb-case): New function. If the user input
1201 contains any upper-case characters, the search is made
1202 case-sensitive.
1203
1204 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1205
1206 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1207 comment-end.
1208 (texinfo-font-lock-syntactic-keywords): New var.
1209 (texinfo-font-lock-keywords): Remove comment regexp.
1210 (texinfo-insert-block): New function.
1211 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1212 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1213 and font-lock-defaults. Use regexp-opt for outline-regexp.
1214 (texinfo-environments): New var.
1215 (texinfo-environment-regexp): Use regexp-opt and
1216 texinfo-environments.
1217
1218 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1219 ispell-process is bound since this might be eval'd before ispell
1220 is loaded.
1221 (ispell-message): Use a tiny bit less magic and a bit more hard
1222 data to figure out what kind of sc-cite-regexp to use.
1223
1224 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1225
1226 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1227 (insert-cyclic-diary-entry): Unquote the lambda.
1228
1229 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1230
1231 * files.el (backup-enable-predicate): Unquote the lambda.
1232
1233 * cus-edit.el (custom-face, face): Unquote the lambda.
1234
1235 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1236
1237 * ps-print.el: Check for line-beginning-position definition.
1238
1239 * ps-print.el: Fix counting lines in a region.
1240 (ps-print-version): New version number (5.1.5).
1241 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1242 (ps-printing-region): Fun code fix.
1243
1244 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1245
1246 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1247 to file-directory-p.
1248
1249 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1250
1251 * gud.el (gud-jdb-build-source-files-list): Check that directory
1252 exists before calling directory-files.
1253
1254 2000-04-13 Dave Love <fx@gnu.org>
1255
1256 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1257 syntax.
1258
1259 * emacs-lisp/cl-specs.el: Remove when, unless.
1260
1261 * emacs-lisp/cl-extra.el: Don't quote keywords.
1262 (cl-old-mapc): New variable.
1263 (mapc): Use it.
1264 (cl-map-intervals): Use with-current-buffer. Don't check for
1265 next-property-change.
1266 (cl-map-overlays): Use with-current-buffer.
1267 (cl-expt): Remove.
1268 (copy-tree, remprop): Define unconditionally.
1269
1270 * emacs-lisp/cl-compat.el (keywordp): Remove.
1271
1272 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1273 to use keywordp.
1274 (edebug-spec): Enable keywordp.
1275
1276 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1277 string-lessp.
1278
1279 * cus-start.el: Use keywordp.
1280
1281 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1282
1283 * diary-lib.el (include-other-diary-files): Fix the fix of
1284 2000-02-18 by doing a save-excursion.
1285
1286 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1287
1288 * ps-print.el: Customization fix, doc fix.
1289 (ps-print-version): New version number (5.1.4).
1290 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1291 (ps-print-preprint): Adjust code.
1292 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1293 (ps-print-prologue-header, ps-print-control-characters)
1294 (ps-spool-config): Customization fix.
1295
1296 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1299 converted to the new menu-item format, names silightly changed,
1300 help strings added.
1301
1302 Support for spelling without async subprocesses:
1303
1304 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1305 (ispell-session-buffer): New variables.
1306 (ispell-start-process, ispell-process-status,
1307 ispell-accept-output, ispell-send-string): New functions, for
1308 Ispell invocation when async subprocesses aren't supported.
1309 (ispell-word, ispell-pdict-save, ispell-command-loop,
1310 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1311 to process-send-string with calls to ispell-send-string, and
1312 accept-process-output with ispell-accept-output.
1313 (ispell-init-process): Call ispell-process-status instead of
1314 process-status with.
1315 (ispell-init-process): Call ispell-start-process. Call
1316 ispell-accept-output and ispell-send-string. Don't call
1317 process-kill-without-query and kill-process if they are unbound.
1318 (ispell-async-processp): New function.
1319
1320 2000-04-12 Dave Love <fx@gnu.org>
1321
1322 * info.el: Add debug-ignored-errors.
1323 (Info-mode-menu): Add some items.
1324 (Info-directory): Add autoload cookie.
1325
1326 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1327 Modify `truncate-lines'. Make `describe-language-environment'
1328 always visible and add help. Modify `describe-key' help. Invoke
1329 Info-directory from `info'. New entry `emacs-manual'.
1330
1331 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1332
1333 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1334 propertized-buffer-identification.
1335 (ebrowse-update-member-buffer-mode-line): Likewise.
1336 (ebrowse--mode-strings): Removed.
1337 (ebrowse--mode-line-props): Removed.
1338
1339 * files.el (auto-mode-alist): Add `EBROWSE'.
1340
1341 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1342 space before testing for end of buffer.
1343 (ebrowse-load): Removed.
1344 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1345 (ebrowse-create-tree-buffer): Rewritten.
1346 (ebrowse-tree-mode): Read tree from buffer.
1347
1348 * progmodes/ebrowse-ffh.el: Removed.
1349
1350 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1351
1352 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1353
1354 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1355
1356 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1357 at the wrong place.
1358
1359 2000-04-09 Dave Love <fx@gnu.org>
1360
1361 * files.el (backup-enable-predicate): Use
1362 temporary-file-directory, small-temporary-file-directory.
1363 (make-backup-file-name-function, backup-directory-alist): New
1364 variables.
1365 (make-backup-file-name-1): New function.
1366 (make-backup-file-name): Use it.
1367 (find-backup-file-name): Likewise. Use format for clarity, not
1368 concat.
1369 (file-newest-backup): Use make-backup-file-name.
1370
1371 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1372
1373 * progmodes/ebrowse-ffh.el: New file.
1374
1375 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1376 to ebrowse-ffh.el.
1377 (ebrowse-load): Add autoload.
1378
1379 * finder.el (finder-commentary): Add autoload cookie.
1380
1381 * mail/rfc2368.el: Correct author's email address.
1382
1383 * progmodes/ebrowse.el: New file.
1384
1385 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1386 item help string.
1387 (easy-menu-do-add-item): Ditto.
1388 (easy-menu-define): Extend doc string.
1389
1390 * jit-lock.el (with-buffer-unmodified): Use
1391 restore-buffer-modified-p.
1392 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1393 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1394 with-buffer-unmodified.
1395
1396 2000-04-08 Dave Love <fx@gnu.org>
1397
1398 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1399 unless, when.
1400
1401 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1402
1403 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1404 (viper-flash-search-pattern): No operation when using Emacs
1405 doesn't support face.
1406 Use `viper-put-on-search-overlay'.
1407
1408 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1409
1410 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1411 like C-r.
1412
1413 * progmodes/make-mode.el: Some doc fixes.
1414 (makefile-mode-abbrev-table): New variable.
1415 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1416 (makefile-font-lock-keywords): Fontify includes and conditionals.
1417 (toplevel): Require `dabbrev' and `add-log' when compiling.
1418
1419 * replace.el (perform-replace): Don't move forward one char
1420 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1421 to do that because it leaves point 1 position after the last
1422 replacement, after everything has been replaced.
1423
1424 * jit-lock.el (with-buffer-unmodified): New macro.
1425 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1426 modified state.
1427 (jit-lock-function-1): Extracted from jit-lock-function; not
1428 preserving buffer's modified state.
1429 (jit-lock-function, jit-lock-stealth-fontify): Call
1430 jit-lock-function-1.
1431
1432 * mail/rfc2368.el: Remove supernumerary copyright line.
1433
1434 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1435
1436 * glasses.el: Provide facilities for inserting space before left
1437 parentheses and uncapitalization of identifiers.
1438 (glasses-mode): Try to remove old overlays in all cases.
1439
1440 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1441
1442 * progmodes/compile.el (compile-internal): Display the compilation
1443 buffer in a different frame, if it's already displayed there.
1444
1445 * mail/rfc2368.el: New file.
1446
1447 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1448 header and insert its value as mail body.
1449
1450 * subr.el (member-ignore-case): New function.
1451
1452 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1453 (dabbrev--find-expansion): Ignore buffers matching a regexp
1454 from dabbrev-ignored-regexps.
1455
1456 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1457 to extensions handled by gzip.
1458
1459 2000-04-03 Richard M. Stallman <rms@gnu.org>
1460
1461 * files.el (insert-directory): List the total free space
1462 along with the used space.
1463
1464 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1465 line is followed by one that matches CITATION-REGEXP, end the
1466 paragraph.
1467
1468 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1469
1470 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1471 (rmail-make-basic-summary-line): Use that option.
1472
1473 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1474
1475 * international/mule-cmds.el (encoded-string-description):
1476 Rewritten. Try pretty description for ISO 2022 escape sequences
1477 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1478 for hexadecimal format.
1479
1480 2000-04-01 Dave Love <fx@gnu.org>
1481
1482 * cpp.el: Change customization group to `c' from `C'.
1483
1484 * vcursor.el (vcursor-move): Use display-color-p.
1485
1486 * international/mule-util.el: Provide mule-utils.
1487 (string-to-sequence): Simplify and speed up.
1488
1489 * international/mule.el (make-coding-system): Purecopy doc-string.
1490
1491 * international/mule-cmds.el: Various menu changes.
1492 (describe-specified-language-support): Handle `Default'.
1493 (set-language-info): Purecopy `info'.
1494
1495 2000-03-31 Andrew Innes <andrewi@gnu.org>
1496
1497 * vc.el (vc-backend-diff): Return the correct status if we had to
1498 retry the rcsdiff command without the --brief option.
1499
1500 2000-03-31 Dave Love <fx@gnu.org>
1501
1502 * help.el (help-manyarg-func-alist): Correct several omissions.
1503
1504 * add-log.el: Don't require cl, fortran.
1505 (add-log-current-defun-function): Doc fix.
1506 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1507 fix.
1508 (change-log-version-rcs): Function deleted.
1509 (change-log-version-number-search): Doc fix. Use
1510 vc-workfile-version. Avoid CL dolist.
1511 (add-change-log-entry): Just call add-log-current-defun to get
1512 defun. Simplify somewhat.
1513 (change-log-get-method-definition-1): Likewise.
1514 (add-log-current-defun): Return nil if calling
1515 add-log-current-defun-function does so. Move Fortran stuff to
1516 fortran.el. Return string without properties.
1517
1518 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1519 and :alpha: char classes.
1520
1521 * mail/supercite.el: Defvar curline when compiling.
1522 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1523 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1524 rather than a-zA-Z0-9 to allow non-ASCII characters.
1525
1526 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1527
1528 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1529
1530 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1531 Re-enable new code.
1532
1533 * lpr.el (print-region-1): Use -d to specify printer name for
1534 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1535
1536 2000-03-31 Dave Love <fx@gnu.org>
1537
1538 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1539 for function definition in symbol's function value slot first
1540 instead of first consulting byte-compile-function-environment.
1541
1542 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1543
1544 * language/european.el ("Polish"): New language environment.
1545 (setup-polish-environment): New function.
1546
1547 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1548
1549 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1550 Disable new code.
1551
1552 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1553 trying to `load' the symbol of an autoload instead of the file
1554 recorded in the autoload. Fix error messages.
1555
1556 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1557
1558 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1559 (ps-print-version): New version number (5.1.3).
1560 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1561 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1562 (ps-generate-postscript-with-faces): Code fix.
1563 (ps-color-values): XEmacs compatibility.
1564 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1565 (ps-default-fg, ps-default-bg): Adjust customization.
1566 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1567 (ps-color-scale): Renaming old ps-color-value fun.
1568 (ps-print-headers): Replace ps-print-header group to avoid conflict
1569 with ps-print-header variable.
1570 (ps-print-miscellany): New group.
1571 (ps-format-color, ps-rgb-color): New funs.
1572 (ps-default-foreground): New var.
1573 (ps-printer-name-option): New const.
1574
1575 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1576
1577 * net/net-utils.el:
1578 (network-connection-host, network-connection-service): New variables
1579 (network-connection-mode): New mode, derived from comint-mode
1580 (network-connection-mode-setup): New function, saves host and
1581 service information in local variables.
1582
1583 * lisp/locate.el:
1584 (locate-word-at-point): Added this function
1585 (locate): Default to using locate-word-at-point as input
1586 Run dired-mode-hook
1587
1588 2000-03-29 Dave Love <fx@gnu.org>
1589
1590 * calendar/appt.el: Doc fixes.
1591 (appt-check): Convert min-to-app to a string before passing to
1592 appt-disp-window-function or concat.
1593 (appt-delete-window): Remove test for frame-root-window.
1594 (appt-select-lowest-window, appt-convert-time): Simplify.
1595
1596 * emacs-lisp/bytecomp.el: Doc fixes.
1597 (byte-compile-file-form-autoload): Update
1598 byte-compile-function-environment.
1599
1600 2000-03-29 Andreas Schwab <schwab@suse.de>
1601
1602 * emacs-lisp/autoload.el: Also print defsubst doc string
1603 specially.
1604
1605 * dired.el (dired-insert-directory): If dired-free-space-program
1606 failed just delete its output.
1607
1608 2000-03-29 Dave Love <fx@gnu.org>
1609
1610 * international/iso-cvt.el: Move provide to end. Doc fixes.
1611 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1612 (iso-iso2sgml, iso-sgml2iso): New functions.
1613 (iso-cvt-define-menu): Fix some entries and use backquote for
1614 clarity.
1615
1616 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1617
1618 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1619
1620 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1621 ISO-DATE. If non-nil, return date in ISO 8601 format.
1622
1623 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1624
1625 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1626 if it ever becomes used.
1627 (log-edit-mode-hook): Default to vc-log-mode-hook.
1628 (log-edit-mode): Fix the docstring.
1629
1630 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1631 the code.
1632
1633 2000-03-26 Dave Love <fx@gnu.org>
1634
1635 * net/browse-url.el (browse-url): Re-fix case of
1636 browse-url-browser-function being an alist.
1637 (browse-url): Add :link to defgroup.
1638
1639 * files.el: Doc fixes.
1640 (file-truename): Include `[' in wildcard characters.
1641 (automount-dir-prefix): Customize.
1642 (find-file-wildcards): Add :version.
1643 (find-file-noselect): Simplify a mapcar call.
1644
1645 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1646 compatible with inf-lisp version.
1647 (eval-defun-1): Fix custom-declare-variable case.
1648
1649 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1650
1651 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1652
1653 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1654
1655 * Makefile (COMPILE_FIRST): New macro.
1656 (compile-files): Compile files from COMPILE_FIRST first.
1657
1658 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1659 code.
1660
1661 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1662 matching open parenthesis in column 0 to defun-prompt-regexp
1663 only if open-paren-in-column-0-is-defun-start is set.
1664
1665 * sun-curs.el: Require CL at compile-time only.
1666
1667 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1668 instead of copy-list which is a function from CL.
1669 (msb--choose-menu, msb--mode-menu-cond)
1670 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1671 (msb--init-file-alist): Use mapcar instead of mapcan.
1672 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1673 `(' in column 0 in doc string.
1674 (msb--add-separators): Use mapcar instead of mapcan.
1675
1676 * cus-dep.el: Require CL at compile-time only.
1677
1678 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1679
1680 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1681 (byte-compile-warnings): New warning `noruntime'.
1682 (byte-compile-constants, byte-compile-variables): Fix docstring.
1683 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1684 execute `eval-whenc-compile's body.
1685 (byte-compile-unresolved-functions): Fix docstring.
1686 (byte-compile-eval): New function.
1687 (byte-compile-callargs-warn): Check if the function will be available
1688 at runtime (via property `byte-compile-noruntime').
1689 (byte-compile-print-syms): New function.
1690 (byte-compile-warn-about-unresolved-functions): Also warn about
1691 `noruntime' functions (and use `byte-compile-print-syms').
1692 (byte-compile-file): Capitalize the message.
1693
1694 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1695
1696 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1697 (rmail-expunge): Ask for confirmation depending on the setting
1698 of rmail-confirm-expunge.
1699
1700 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1701
1702 * Makefile (bootstrap-clean): If $(emacs) exists, build
1703 loaddefs.el first. A loaddefs.el that's not up-to-date might
1704 cause a bootstrap failure because things don't autoload as
1705 expected.
1706
1707 2000-03-23 Dave Love <fx@gnu.org>
1708
1709 * net/browse-url.el: Restore previous use of
1710 browse-url-maybe-new-window.
1711
1712 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1713
1714 * ps-print.el: Skip banner page fix.
1715 (ps-print-version): New version number (5.1.2).
1716 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1717
1718 2000-03-23 Dave Pearson <davep@davep.org>
1719
1720 * net/quickurl.el Changed the type of parameter passed to the
1721 function defined by `quickurl-format-function'. Before only the
1722 text of the URL was passed. Now the whole URL structure is passed
1723 and the function is responsible for extracting the parts it
1724 requires. Changed the default of `quickurl-format-function'
1725 accordingly.
1726 (quickurl-insert): Changed the `funcall' of
1727 `quickurl-format-function' to match the above change.
1728 (quickurl-list-insert): Changed the `url' case so that it makes
1729 use of `quickurl-format-function', previous to this the format was
1730 hard wired.
1731
1732 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1733
1734 * startup.el: Change some spellings for the X Window System.
1735
1736 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1737
1738 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1739 up the code and the regexp and make sure the cursor is temporarily
1740 moved to the suspicious line while querying the user.
1741
1742 2000-03-22 Jason Rumney <jasonr@gnu.org>
1743
1744 * w32-fns.el (w32-charset-info-alist): Initialize.
1745
1746 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1747
1748 * ps-print.el: N-up last page fix.
1749 (ps-print-version): New version number (5.1.1).
1750 (ps-end-file, ps-end-job, ps-generate): Code fix.
1751
1752 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1753
1754 * files.el (find-file-run-dired): Update docstring.
1755 (find-directory-functions): New hook.
1756 (find-file-noselect): Run find-directory-functions rather than
1757 calling dired directly.
1758
1759 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1760
1761 * pcvs.el: Add a minimal leading commentary.
1762 (cvs-make-cvs-buffer): Change the header part by removing the startup
1763 message and adding a `Module' entry. Also replace the FOOTER and
1764 HEADER special fileinfos with the new support in ewoc for updating
1765 its own footer and header.
1766 (cvs-update-header): Update to use the header/footer of the ewoc.
1767 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1768 (cvs-is-within-p): New function.
1769 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1770 to only examine some subset of the buffers.
1771
1772 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1773 `format' instead of our own ad-hoc functions.
1774 Remove HEADER and FOOTER cases, now handled in the EWOC.
1775 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1776
1777 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1778 output to avoid scaring the user.
1779 (cvs-parse-table): Catch message for non-up-to-date commits.
1780
1781 * pcvs-defs.el (cvs-startup-message): Remove.
1782 (cvs-global-menu): New autoloaded menu.
1783
1784 * pcvs-util.el (cvs-string-fill): Remove.
1785
1786 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1787 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1788 PP part of it and also make it work for footers and headers.
1789 (ewoc-create): Drop POS and BUFFER arguments.
1790 Use the DLL's dummy node to store the end-of-footer position.
1791 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1792 (ewoc-refresh): Remove unused `header' variable.
1793 (ewoc-(get|set)-hf): New functions.
1794
1795 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1796 log-view-*-(message|file) and use easy-mmode-define-navigation.
1797 (log-view-message-re): Match SCCS format as well.
1798 And match the revision line rather than the dashed separator line.
1799 (log-view-mode): Use the new define-derived-mode.
1800 (log-view-current-tag): Fill in with an actual implementation.
1801
1802 * cvs-status.el (cvs-status-(prev|next)): Rename from
1803 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1804 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1805 to let the output "breathe" a little more (more readable).
1806 (cvs-status-mode): Use the new define-derived-mode.
1807
1808 * smerge-mode.el (smerge-auto-leave): New function and variable.
1809 (smerge-basic-map): Rename from smerge-basic-keymap.
1810 Change the bindings for smerge-diff-*.
1811 (smerge-*-map): Use easy-mmode-defmap.
1812 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1813 (smerge-keep-*): Use smerge-auto-leave.
1814
1815 2000-03-21 Jason Rumney <jasonr@gnu.org>
1816
1817 * cus-edit.el (custom-button-face): Use 3D look for w32.
1818 (custom-button-pressed-face): Likewise.
1819
1820 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1821
1822 * progmodes/etags.el (tags-case-fold-search): New user-option.
1823 (tags-loop-eval): New function. Bind case-fold-search around eval
1824 depending on the value of tags-case-fold-search.
1825 (tags-loop-continue): Use tags-loop-eval.
1826 (find-tag-in-order): Bind case-fold-search depending on the value
1827 of tags-case-fold-search.
1828
1829 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1832 (diff-end-of-hunk): Return the end position for use in
1833 `easy-mmode-define-navigation'.
1834 (diff-recenter): Remove.
1835 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1836 of `easy-mmode-define-navigation'.
1837 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1838 previous renaming) and fix to use new names.
1839 (diff-merge-strings): Use \n as separator: simpler, faster.
1840 (diff-mode): Use `define-derived-mode'.
1841
1842 * derived.el (define-derived-mode): Don't autoload anymore.
1843 Prefer the macro-only version provided by easy-mmode.el.
1844
1845 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1846 `easy-mmode-define-derived-mode'.
1847 Use `combine-run-hooks'.
1848 (easy-mmode-define-navigation): New macro.
1849
1850 * subr.el (combine-run-hooks): New function.
1851
1852 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1853
1854 * term/x-win.el: Fontsets related initialization is simplified.
1855
1856 * international/mule-diag.el (describe-font): Don't refer to
1857 global-fontset-alist, instead call font-list.
1858 (describe-fontset, list-fontsets, mule-diag): Likewise.
1859 (print-fontset): Adjusted for the change of fontset
1860 implementation.
1861
1862 * international/fontset.el (x-charset-registries): Variable
1863 removed, instead the corresponding data is stored in the default
1864 fontset.
1865 (register-alternate-fontnames): Function removed.
1866 (resolved-ascii-font): Variable removed.
1867 (x-compose-font-name): Ignore the second argument REDOCE.
1868 (x-complement-fontset-spec): Complement only an ASCII font and
1869 element for those charsets than can use that ASCII font.
1870 (generate-fontset-menu): Don't refer to global-fontset-alist,
1871 instead call fontset-list.
1872 (uninstantiated-fontset-alist): Variable removed.
1873 (x-style-funcs-alist): Likewise.
1874 (fontset-default-styles): Likewise.
1875 (x-modify-font-name): Function removed.
1876 (create-fontset-from-fontset-spec): Ignore the argument
1877 STYLE-VARIANT.
1878 (create-fontset-from-ascii-font): Docsting adjusted for the above
1879 change.
1880 (instantiate-fontset, resolve-fontset-name): Functions removed.
1881 (fontset-list): Now implemented by C code.
1882
1883 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1884 (describe-face): Include `font' attribute in the description.
1885
1886 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1887
1888 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1889
1890 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1891
1892 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1893 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1894 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1895
1896 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1897 about behavior of set-buffer-modified-p wrt redisplay.
1898
1899 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1900
1901 * view.el (view-mode-disable): Kill local binding of view-read-only.
1902
1903 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1904
1905 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1906 is a string, convert it to a syntax cell using string-to-syntax.
1907
1908 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1909 (string-to-syntax): New function.
1910
1911 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1912 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1913 try to use passive ftp mode.
1914
1915 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1916
1917 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1918
1919 * simple.el (append-to-buffer): Update point of windows after
1920 insertion.
1921
1922 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1923 forward then moving backward. Reindent.
1924
1925 * frame.el (other-frame): Call x-focus-frame only if
1926 focus-follows-mouse is off.
1927
1928 2000-03-17 Dave Love <fx@gnu.org>
1929
1930 * pcvs-util.el (cvs-strings->string): Rename
1931 replace-regexps-in-string.
1932
1933 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1934
1935 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1936 regexp for labels cannot span several lines.
1937
1938 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1939 `(setq :<key> ':<key>)' to the macro expansion.
1940
1941 2000-03-16 Dave Love <fx@gnu.org>
1942
1943 * progmodes/f90.el (f90): Put custom group under `languages', not
1944 `fortran'.
1945 (f90-mode-hook): Customize.
1946 (f90-mode): Set add-log-current-defun-function.
1947 (f90-current-defun): New function.
1948
1949 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1950
1951 * cus-edit.el (custom-variable-tag-face): Handle case that
1952 default face's height is not a number.
1953 (custom-face-tag-face, custom-group-tag-face-1)
1954 (custom-group-tag-face): Ditto.
1955 (custom-group-tag-face-1): Add :group.
1956
1957 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1958
1959 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1960
1961 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1962 requiring easymenu.
1963
1964 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1965
1966 * ps-print.el: PostScript user-defined prologue, PostScript error
1967 handler, doc fix.
1968 (ps-print-version): New version number (5.1).
1969 (ps-user-defined-prologue, ps-error-handler-message)
1970 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1971 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1972 (ps-insert-string): New function.
1973
1974 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1975
1976 * international/ccl.el (ccl-compile-expression): Don't generate
1977 invalid self-assignment code.
1978
1979 2000-03-14 Dave Love <fx@gnu.org>
1980
1981 * subr.el (replace-regexp-in-string): Renamed from
1982 replace-regexps-in-string. Doc fix.
1983
1984 2000-03-12 Dave Love <fx@gnu.org>
1985
1986 * cus-edit.el: Doc fixes.
1987 (customize-set-variable, customize-save-variable): Rename args for
1988 doc.
1989 (custom-variable-tag-face, custom-face-tag-face)
1990 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1991 style which user identify as hyperlink.
1992 (hook): Don't add undefined functions to the hook.
1993 (debug-ignored-errors): Transfer message from bindings.el.
1994
1995 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1996
1997 * recentf.el (recentf-keep-non-readable-files-p): Remove
1998 double/nested definition.
1999
2000 2000-03-12 Dave Love <fx@gnu.org>
2001
2002 * facemenu.el (facemenu-get-face): Use display-color-p.
2003 * enriched.el (enriched-decode-foreground): Likewise.
2004 (enriched-decode-background): Likewise.
2005 * isearch.el (isearch-highlight): Likewise.
2006 * info-look.el (info-lookup): Likewise.
2007 * simple.el (completion-setup-function): Likewise.
2008
2009 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
2010 :options.
2011
2012 * bindings.el (mode-line-format): Fix line-number and
2013 column-number items. Add help-echo for the background.
2014 (mode-line-mule-info): Modify help-echo.
2015
2016 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
2017 defcustom.
2018
2019 * files.el (load-file): Allow completion to .elc.
2020
2021 * man.el: Doc fixes.
2022 (Man-init-defvars): Use display-color-p to set fontification.
2023
2024 * play/hanoi.el (hanoi-internal): Don't use oddp.
2025
2026 2000-03-12 Gerd Moellmann <gerd@gnu.org>
2027
2028 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
2029
2030 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
2031
2032 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
2033
2034 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
2035 Fix comment.
2036
2037 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
2038
2039 * font-lock.el (font-lock-keywords): Fix the doc now that
2040 regexp-opt-depth is unnecessary.
2041 (save-buffer-state): Set an edebug spec.
2042 (font-lock-fontify-anchored-keywords): Properly handle the case when
2043 the matcher goes past the limit.
2044
2045 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
2046 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
2047
2048 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
2049 dll.el and cookie.el (from Elib) with heavy renaming and other
2050 massaging.
2051
2052 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
2053 Autoload the functions used.
2054 (easy-mmode-define-syntax): Fix CL typo.
2055 (easy-mmode-define-derived-mode): Improve the docstring generation.
2056
2057 2000-03-10 Gerd Moellmann <gerd@gnu.org>
2058
2059 * textmodes/texinfo.el (texinfo-version): Variable and function
2060 removed.
2061
2062 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
2063
2064 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
2065 allow more flexibility.
2066 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
2067 fns.
2068 (easy-mmode-defmap, easy-mmode-defsyntax)
2069 (easy-mmode-define-derived-mode): New macros.
2070
2071 2000-03-09 Didier Verna <didier@xemacs.org>
2072
2073 * rect.el (replace-rectangle): New function.
2074
2075 2000-03-09 Dave Love <fx@gnu.org>
2076
2077 * progmodes/fortran.el (fortran-comment-line-start): Define as
2078 "C".
2079 (fortran-comment-line-start-skip): Don't match cpp stuff.
2080 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
2081 (fortran-mode-map): Remove over-eager custom-menu-create for now.
2082 (fortran-mode): Don't set fortran-comment-line-start-skip,
2083 fortran-comment-line-start here. Set comment-start,
2084 add-log-current-defun.
2085 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
2086 (fortran-current-defun): New function.
2087
2088 2000-03-09 Gerd Moellmann <gerd@gnu.org>
2089
2090 * emacs-lisp/re-builder.el: New file.
2091
2092 * mouse.el (mouse-drag-region): Don't run up-event handler
2093 if hscroll has changed.
2094
2095 * octave-mod.el (octave-font-lock-keywords): To font-lock the
2096 builtin operators, use `font-lock-builtin-face' for Emacs and
2097 `font-lock-preprocessor-face' otherwise.
2098
2099 * font-lock.el (lisp-font-lock-keywords-1): Highlight
2100 `(defun (setf foo)' differently.
2101
2102 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
2103
2104 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2105 (regexp-opt): Update comment and adapt the code the new meaning of
2106 the `paren' argument of regex-opt-group for shy-groups.
2107 (regexp-opt-depth): Handle shy groups as well as backslashed
2108 backslashes.
2109 (regexp-opt-group): Turn the leading comment into a docstring.
2110 Allow `paren' to be a string (the string to use to open a group).
2111 Remove open-presuf and close-presuf. Instead of checking for `all
2112 one-char' and then later on check for `several one-char', handle
2113 both cases close together. Also apply a more generic algorithm
2114 for suffixes (the mirror image of the algorithm used for
2115 prefixes). Use shy-groups. Use nreverse rather than reverse.
2116 (regexp-opt-try-suffix): Removed.
2117
2118 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2119 from comint-mode-map, so we can just inherit from it. Also, move
2120 the initialization into the `defvar' since there's no docstring
2121 anyway and it's fairly short.
2122 (inferior-scheme-mode): Define it as derived-mode: the code is
2123 shorter and this way we inherit from comint-mode-map rather than
2124 copying it.
2125
2126 * subr.el (replace-regexps-in-string): Properly handle the case
2127 where we match an empty string.
2128
2129 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2130 when the command has a directory component (such as "./testml").
2131 Also fix a typo in the comment.
2132
2133 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2134
2135 * Makefile (compile-files): Compile files one by one because
2136 that's the only way to ensure a clean compilation environment for
2137 each individual file.
2138
2139 * frame.el (other-frame): Call x-focus-frame.
2140
2141 2000-03-07 Dave Love <fx@gnu.org>
2142
2143 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2144 :require to defcustom.
2145
2146 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2147 lists.
2148
2149 * files.el (auto-mode-alist): Add configure.in.
2150
2151 * progmodes/autoconf.el: New file.
2152
2153 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2154
2155 * mail/mh-e.el: Change maintainer to `none'.
2156
2157 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2158 to remove-hook and add-hook.
2159
2160 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2161
2162 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2163 it as the default.
2164 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2165 (sendmail-send-it): Conditionally add MIME headers specifying the
2166 used character set.
2167
2168 2000-03-07 Dave Love <fx@gnu.org>
2169
2170 * winner.el: Fix keywords, autoload cookies. Split
2171 eval-when-compile form to avoid compilation failure.
2172
2173 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2174
2175 * international/mule.el: Modify comment about coding system
2176 property `coding-category'.
2177 (make-coding-system): New argument EOL-TYPE. Pay attention to
2178 coding-category property of PROPERTIES.
2179
2180 * international/mule-conf.el (coding-category-utf-8,
2181 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2182 categories. Include them in the argument for set-coding-priority.
2183
2184 * international/mule-cmds.el (reset-language-environment): Include
2185 coding-category-utf-8, coding-category-utf-16-be, and
2186 coding-category-utf-16-le in the argument for set-coding-priority.
2187 (reset-language-environment): Initialize coding-category-utf-8,
2188 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2189
2190 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2191
2192 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2193 code abstracted out of `bookmark-jump-noselect'. Now tries info
2194 extensions as well as compression extensions.
2195 (bookmark-jump-noselect): Use above new func.
2196
2197 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2198
2199 * strokes.el: Change maintainer's mail address.
2200
2201 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2202
2203 * international/mule-diag.el (list-character-sets): Make help-echo
2204 string by substitute-command-keys.
2205 (list-character-sets): Likewise.
2206 (sort-listed-character-sets): Call help-setup-xref.
2207
2208 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2209
2210 * time.el (display-time-mail-file): Add `none' to the list of
2211 choices.
2212
2213 2000-03-01 Dave Love <fx@gnu.org>
2214
2215 * help.el (help-xref-go-back): Don't try to set position.
2216
2217 * international/mule-diag.el (list-character-sets): Call
2218 help-setup-xref. Add help-echo to xrefs.
2219 (list-character-sets-1): Add help-echo to xrefs.
2220
2221 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2222
2223 * frame.el (blink-cursor-mode): Switch cursor on when turning
2224 the mode off.
2225
2226 * add-log.el (add-log-current-defun): Add support for
2227 Autoconf mode.
2228
2229 * mail/rmail.el (rmail-quit-hook): New variable.
2230
2231 2000-03-01 Dave Love <fx@gnu.org>
2232
2233 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2234
2235 * help.el (help-xref-button): Add help-echo arg.
2236 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2237
2238 * faces.el (list-faces-display): Supply help-echo with
2239 help-make-xrefs.
2240
2241 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2242 nil.
2243
2244 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2245
2246 * image.el (defimage): Look for image files in load-path.
2247
2248 * frame.el (busy-cursor-delay-seconds): Change type to
2249 `number'.
2250
2251 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2252
2253 * recentf.el (recentf): Added version tag to the defgroup of
2254 recentf.
2255
2256 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2257
2258 * recentf.el (recentf-cleanup): Changed to remove excluded file
2259 too.
2260 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2261 action to select/unselect a file.
2262 (recentf-edit-list): Code cleanup and improvement.
2263 (recentf-open-more-files-action): `recentf-open-more-files' button
2264 widget action to open a file.
2265 (recentf-open-more-files): No more use standard completion but
2266 widgets.
2267 (recentf-more-collection): Deleted.
2268 (recentf-more-history): Deleted.
2269 (recentf-setup-more-completion): Deleted.
2270
2271 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2272
2273 * recentf.el (recentf-mode): No more needs that Emacs is running
2274 under a window-system.
2275
2276 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2277
2278 * recentf.el (recentf-edit-list): New command to edit the recent
2279 list which allow the user to remove files.
2280 (recentf-edit-selected-items): New global variable, used by
2281 `recentf-edit-list' to hold the list of files to be removed from
2282 the recent list.
2283 (recentf-make-menu-items): Updated to display a "Edit list..."
2284 menu item. Minor code cleanup.
2285
2286 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2287
2288 * recentf.el (recentf-open-more-files): New command to open files
2289 that are not displayed in the menu.
2290 (recentf-more-collection): New global variable holding the set of
2291 permissible completions used by `recentf-open-more-files'.
2292 (recentf-more-history): New global variable holding the history list
2293 used by `recentf-open-more-files' completion.
2294 (recentf-setup-more-completion): New function to setup completion for
2295 `recentf-open-more-files'.
2296 (recentf-make-menu-items): Updated to display a "More..." menu item.
2297
2298 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2299
2300 * recentf.el (recentf-menu-action): Doc fixed.
2301
2302 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2303
2304 * recentf.el (recentf-menu-filter): Doc updated.
2305 (recentf-update-menu-hook): Allow menu filters to force menu update.
2306 (recentf-make-menu-items): New menu filter handling.
2307 (recentf-make-menu-item): New helper function.
2308 (recentf-menu-elements): New menu handling function.
2309 (recentf-sort-ascending): Updated to new menu filter handling.
2310 (recentf-sort-descending): Updated to new menu filter handling.
2311 (recentf-sort-basenames-ascending): New menu filter function.
2312 (recentf-sort-basenames-descending): New menu filter function.
2313 (recentf-show-basenames): New menu filter function.
2314 (recentf-show-basenames-ascending): New menu filter function.
2315 (recentf-show-basenames-descending): New menu filter function.
2316
2317 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2318
2319 * diary-lib.el (list-diary-entries): Don't try to go forward at
2320 the end of the buffer.
2321
2322 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2323
2324 * international/mule-diag.el (list-character-sets): Completely
2325 rewritten.
2326 (sort-listed-character-sets): New function.
2327 (list-character-sets-1): Completely rewritten.
2328 (list-character-sets-2): New function.
2329 (non-iso-charset-alist): New variable.
2330 (decode-codepage-char): New function.
2331 (charset-history): New variable.
2332 (read-charset) (list-block-of-chars)
2333 (list-iso-charset-chars)
2334 (list-non-iso-charset-chars)
2335 (list-charset-chars): New functions.
2336 (mule-diag): Call list-character-sets-2, not
2337 list-character-sets-2.
2338 (dump-charsets): Likewise.
2339
2340 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2341
2342 * dired-x.el (dired-filename-at-point): Add `@' to valid
2343 file name characters.
2344 (dired-filename-at-point): Handle ange-ftp file names.
2345
2346 * frame.el (frame-notice-user-settings): Use assq-delete-all
2347 instead of assoc-delete-all.
2348 (frame-notice-user-settings): Ditto.
2349
2350 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2351 Don't copy alist.
2352
2353 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2354
2355 * calculator.el (calculator-use-menu): New option.
2356 (calculator-initial-bindings): Changed some bindings to work as
2357 macros.
2358 (calculator-forced-input): Removed.
2359 (calculator-restart-other-mode): New variable.
2360 (calculator-mode-map): Set up menu.
2361
2362 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2363
2364 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2365 tags.
2366
2367 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2368
2369 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2370 translate all ESC key sequences.
2371 (viper-goto-mark-subr): restore markers for files for which
2372 they were saved.
2373 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2374 * viper-util.el (viper-set-replace-overlay-glyphs,
2375 viper-set-replace-overlay): always check if the replacement
2376 overlay is live.
2377 * viper.el (viper-vi-state-mode-list): added major modes.
2378 * ediff-wind.el: minor comment changes.
2379 * ediff.el: copyright notice date fix.
2380
2381 2000-02-27 Jason Rumney <jasonr@gnu.org>
2382
2383 * faces.el (face-font-family-alternatives): Add arial to helv.
2384 (mode-line, header-line, tool-bar): Same default as x for w32.
2385 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2386 face-font-family-alternatives from working.
2387 * term/w32-win.el (mouse-set-font): Do not build fontset from
2388 chosen font.
2389
2390 2000-02-25 Sam Steingold <sds@goems.com>
2391
2392 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2393 properly.
2394
2395 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2396
2397 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2398
2399 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2400
2401 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2402 writable.
2403
2404 * frame.el (busy-cursor-delay-seconds): New option.
2405
2406 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2407
2408 * frame.el (show-cursor-in-non-selected-windows): New option.
2409
2410 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2411
2412 * diary-lib.el (include-other-diary-files): Undo the selective
2413 display in any included file and don't kill it.
2414
2415 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2416
2417 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2418 bar. Menu items converted to (menu-item format, help strings
2419 added.
2420 [downcase, upcase]: Don't enable on MS-DOS.
2421 [symlink, symlinks]: Don't show if make-symbolic-link is not
2422 bound.
2423 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2424
2425 2000-02-23 Dave Love <fx@gnu.org>
2426
2427 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2428 (backward-kill-word): Revert addition of * to interactive spec --
2429 it's a feature.
2430
2431 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2432 (backward-kill-sentence, kill-sentence): Likewise.
2433
2434 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2435 scratch buffer name.
2436 (gud-format-command): Use int-to-string in ?l case. Simplify
2437 slightly.
2438
2439 * term/w32-win.el (internal-face-interactive): Update prompt for
2440 new read-face-name.
2441
2442 * mail/footnote.el (footnote): Add :version to defgroup.
2443 (footnote-section-tag-regexp): Customize.
2444 (footnote-start-tag, footnote-end-tag): New option.
2445 (footnote-latin-regexp): New variable.
2446 (Footnote-latin): New function.
2447 (footnote-style-alist): Add element for latin style.
2448 (footnote-style): Moved.
2449 (Footnote-goto-footnote): Use eq to test arg.
2450
2451 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2452
2453 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2454 (byte-compile-trueconstp): Include keywords.
2455 (byte-optimize-quote, byte-optimize-lapcode): Use
2456 byte-compile-const-symbol-p.
2457 (byte-optimize-char-before): New optimization.
2458
2459 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2460 (byte-compile-const-symbol-p): New function.
2461 (byte-compile-constp, byte-compile-out-toplevel)
2462 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2463 Use it.
2464
2465 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2466
2467 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2468
2469 * international/encoded-kb.el: Be sure to update minor-mode-alist
2470 and minor-mode-map-alist.
2471 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2472 codes SS2 and SS3 correctly.
2473 (encoded-kbd-self-insert-ccl): New function.
2474 (encoded-kbd-setup-keymap): New function.
2475 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2476 by calling encoded-kbd-setup-keymap.
2477
2478 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2479 characters.
2480 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2481 locally.
2482
2483 2000-02-22 Dave Love <fx@gnu.org>
2484
2485 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2486 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2487 defvar.
2488 (lisp-mode-syntax-table): Set up for #|...|# comments.
2489 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2490 classes. Match `defface'.
2491 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2492 (eval-defun-1): Fix for defcustom.
2493 (lisp-indent-region): Doc fix.
2494
2495 * subr.el (when, unless, split-string): Doc fix.
2496 (read-passwd): Move call of clear-this-command-keys to the right
2497 place.
2498 (replace-regexps-in-string): New function.
2499
2500 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2501
2502 * help.el (describe-variable): Set syntax table to
2503 emacs-lisp-mode-syntax-table when moving forward over the
2504 symbol's name.
2505
2506 2000-02-22 Dave Love <fx@gnu.org>
2507
2508 * xt-mouse.el: Doc fixes.
2509 (xterm-mouse-position-function): New function, replacing advice of
2510 mouse-position.
2511 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2512
2513 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2514
2515 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2516
2517 * format.el (format-annotate-single-property-change): Handle
2518 properties.with dotted-list values.
2519 (format-proper-list-p): New function.
2520
2521 * enriched.el (enriched-face-ans): Handle '(foreground-color
2522 . COLOR) and (background-color . COLOR).
2523
2524 2000-02-20 Dave Love <fx@gnu.org>
2525
2526 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2527 and assignments to it.
2528 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2529 current local map.
2530 (make-flyspell-overlay): Use it.
2531 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2532
2533 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2534 (lm-get-header-re): Defun, not defsubst.
2535 (lm-get-package-name): Defun, not defsubst. Simplify.
2536 (lm-version): Doc fix. Simplify.
2537 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2538 (lm-crack-address, lm-last-modified-date, lm-commentary)
2539 (lm-verify, lm-synopsis): Simplify.
2540 (lm-report-bug): Require emacsbug. Use compose-mail.
2541
2542 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2543
2544 * dired.el (dired-mode): Call propertized-buffer-identification
2545 to set mode-line-buffer-identification to something having
2546 the right text properties.
2547
2548 * bindings.el (propertized-buffer-identification): New function.
2549
2550 2000-02-20 Dave Love <fx@gnu.org>
2551
2552 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2553 check for t-mouse too.
2554
2555 * cus-start.el: Make echo-keystrokes `number'.
2556
2557 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2558
2559 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2560 Don't call ring-empty-p unless tags-location-ring is bound.
2561 From Noah Friedman <friedman@splode.com>.
2562
2563 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2564
2565 * progmodes/hideshow.el (hs-flag-region): No longer use
2566 `intangible' overlay property.
2567
2568 (hs-toggle-hiding): New command.
2569 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2570
2571 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2572 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2573 and deactivation.
2574
2575 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2576
2577 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2578
2579 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2580
2581 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2582
2583 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2584 of `*' to handle `(* ... *)' comments.
2585
2586 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2587
2588 * faces.el (list-faces-display): Use display-mouse-p instead of
2589 window-system.
2590
2591 * menu-bar.el (global-map): Menu-bar items converted to the new
2592 format (menu-item..., rearranged for better CUA compliance, and
2593 their names changed for better clarity. Help strings added.
2594
2595 * international/mule-cmds.el (mule-menu-keymap)
2596 (describe-language-environment-map, set-coding-system-map)
2597 (setup-language-environment-map): Convert to new (menu-item...
2598 form, add help strings. Change names of menu items for better
2599 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2600 submenu).
2601
2602 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2603
2604 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2605 within the code.
2606
2607 2000-02-16 Dave Love <fx@gnu.org>
2608
2609 * faces.el: Don't require custom. Add more specific :groups to
2610 various deffaces.
2611 (set-face-attribute): Purecopy args.
2612 (read-face-name): Default to name at point and use it in prompt.
2613 Remove colon from arg in all callers.
2614 (list-faces-display): Hyperlink to face descriptions and customize
2615 buffers.
2616
2617 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2618
2619 * wid-edit.el (widget-match-inline): An atom never matches a
2620 list.
2621
2622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2623
2624 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2625 at ':' characters by call to split-string.
2626
2627 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2628
2629 * textmodes/bibtex.el: Added RCS version identification.
2630
2631 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2632
2633 * textmodes/bibtex.el: Some temporary comments removed.
2634 (bibtex-field-name, bibtex-entry-type): Made the relationship
2635 explicit.
2636 (bibtex-field-const): Allow capital letters.
2637 (bibtex-start-of-string): Deleted because unused.
2638
2639 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2640 use the term 'reference' to describe a bibtex entry as a whole.
2641 Further, reference keys are no longer called 'labels'.
2642 (bibtex-keys): Renamed to bibtex-reference-keys.
2643 (bibtex-reformat-previous-labels): Renamed to
2644 bibtex-reformat-previous-reference-keys.
2645 (bibtex-reference-type): Renamed to bibtex-entry-type.
2646 (bibtex-reference-head): Renamed to bibtex-entry-head.
2647 (bibtex-reference-maybe-empty-head): Renamed to
2648 bibtex-entry-maybe-empty-head.
2649 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2650 (bibtex-search-reference): Renamed to bibtex-search-entry.
2651 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2652 bibtex-enclosing-entry-maybe-empty-head.
2653 (bibtex-entry-field-alist, bibtex-entry-head,
2654 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2655 bibtex-map-entries, bibtex-search-entry,
2656 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2657 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2658 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2659 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2660 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2661 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2662 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2663
2664 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2665
2666 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2667 comment.
2668 (bibtex-format-field-delimiters): New function, functionality
2669 extracted from bibtex-format-entry.
2670 (bibtex-autokey-get-yearfield-digits): New function, functionality
2671 extracted from bibtex-autokey-get-yearfield.
2672
2673 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2674 entries in order to avoid stack overflow in the regexp matcher if
2675 field contents become large.
2676 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2677 bibtex-field-string-part-not-braced,
2678 bibtex-field-string-part-no-inner-braces,
2679 bibtex-field-string-part-1-inner-brace,
2680 bibtex-field-string-part-2-inner-braces,
2681 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2682 bibtex-field-string-quoted, bibtex-field-string,
2683 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2684 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2685 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2686 as parsing is now performed by the following functions.
2687 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2688 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2689 bibtex-parse-field-string, bibtex-search-forward-field-string,
2690 bibtex-parse-association, bibtex-field-name-for-parsing,
2691 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2692 bibtex-search-forward-field, bibtex-search-backward-field,
2693 bibtex-start-of-field, bibtex-end-of-field,
2694 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2695 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2696 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2697 bibtex-parse-string, bibtex-search-forward-string,
2698 bibtex-search-backward-string, bibtex-start-of-string,
2699 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2700 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2701 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2702 entries. Instead of reporting the results of the parsing by
2703 match-beginning or match-end, these functions return data structures
2704 that hold the corresponding positions.
2705 (bibtex-enclosing-field): Changed to also report field boundaries by
2706 return values rather than by match-beginning or match-end. The
2707 following functions have been adapted to use the new parsing
2708 functions.
2709 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2710 bibtex-enclosing-field, bibtex-format-entry,
2711 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2712 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2713 bibtex-print-help-message, bibtex-end-of-entry,
2714 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2715 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2716 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2717 method for parsing.
2718 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2719 bibtex-map-entries, bibtex-flash-head,
2720 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2721 bibtex-autokey-change, bibtex-autokey-get-namefield,
2722 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2723 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2724 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2725 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2726 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2727 order to make the new binding of case-fold-search immediately
2728 visible.
2729
2730 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2731
2732 * textmodes/bibtex.el: Copyright notice is up to date.
2733 Added constant 'bibtex-maintainer-salutation.
2734
2735 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2736 than make-temp-name, use match-string-no-properties and eliminate
2737 a quadratic behavior when building bibtex-strings.
2738
2739 * bibtex.el (bibtex-reference-key): Accept string entries whose
2740 reference key contains upper case letters.
2741
2742 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2743
2744 * bibtex.el (bibtex-reference-head): Allow entries to start with
2745 a new line.
2746
2747 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2748
2749 * bibtex.el: Hiding of entry bodies is not longer provided by
2750 bibtex.el directly. Instead the hideshow package can be used.
2751 Added a special bibtex entry to hs-special-modes-alist.
2752 (bibtex-hs-forward-sexp): Added for hideshow.el.
2753
2754 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2755
2756 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2757 at ':' characters by call to split-string.
2758
2759 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2760
2761 * textmodes/bibtex.el: Added RCS version identification.
2762
2763 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2764
2765 * textmodes/bibtex.el: Some temporary comments removed.
2766 (bibtex-field-name, bibtex-entry-type): Made the relationship
2767 explicit.
2768 (bibtex-field-const): Allow capital letters.
2769 (bibtex-start-of-string): Deleted because unused.
2770
2771 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2772 use the term 'reference' to describe a bibtex entry as a whole.
2773 Further, reference keys are no longer called 'labels'.
2774 (bibtex-keys): Renamed to bibtex-reference-keys.
2775 (bibtex-reformat-previous-labels): Renamed to
2776 bibtex-reformat-previous-reference-keys.
2777 (bibtex-reference-type): Renamed to bibtex-entry-type.
2778 (bibtex-reference-head): Renamed to bibtex-entry-head.
2779 (bibtex-reference-maybe-empty-head): Renamed to
2780 bibtex-entry-maybe-empty-head.
2781 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2782 (bibtex-search-reference): Renamed to bibtex-search-entry.
2783 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2784 bibtex-enclosing-entry-maybe-empty-head.
2785 (bibtex-entry-field-alist, bibtex-entry-head,
2786 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2787 bibtex-map-entries, bibtex-search-entry,
2788 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2789 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2790 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2791 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2792 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2793 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2794 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2795
2796 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2797
2798 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2799 comment.
2800 (bibtex-format-field-delimiters): New function, functionality
2801 extracted from bibtex-format-entry.
2802 (bibtex-autokey-get-yearfield-digits): New function, functionality
2803 extracted from bibtex-autokey-get-yearfield.
2804
2805 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2806 entries in order to avoid stack overflow in the regexp matcher if
2807 field contents become large.
2808 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2809 bibtex-field-string-part-not-braced,
2810 bibtex-field-string-part-no-inner-braces,
2811 bibtex-field-string-part-1-inner-brace,
2812 bibtex-field-string-part-2-inner-braces,
2813 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2814 bibtex-field-string-quoted, bibtex-field-string,
2815 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2816 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2817 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2818 as parsing is now performed by the following functions.
2819 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2820 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2821 bibtex-parse-field-string, bibtex-search-forward-field-string,
2822 bibtex-parse-association, bibtex-field-name-for-parsing,
2823 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2824 bibtex-search-forward-field, bibtex-search-backward-field,
2825 bibtex-start-of-field, bibtex-end-of-field,
2826 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2827 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2828 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2829 bibtex-parse-string, bibtex-search-forward-string,
2830 bibtex-search-backward-string, bibtex-start-of-string,
2831 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2832 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2833 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2834 entries. Instead of reporting the results of the parsing by
2835 match-beginning or match-end, these functions return data structures
2836 that hold the corresponding positions.
2837 (bibtex-enclosing-field): Changed to also report field boundaries by
2838 return values rather than by match-beginning or match-end. The
2839 following functions have been adapted to use the new parsing
2840 functions.
2841 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2842 bibtex-enclosing-field, bibtex-format-entry,
2843 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2844 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2845 bibtex-print-help-message, bibtex-end-of-entry,
2846 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2847 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2848 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2849 method for parsing.
2850 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2851 bibtex-map-entries, bibtex-flash-head,
2852 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2853 bibtex-autokey-change, bibtex-autokey-get-namefield,
2854 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2855 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2856 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2857 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2858 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2859 order to make the new binding of case-fold-search immediately
2860 visible.
2861
2862 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2863
2864 * textmodes/bibtex.el: Copyright notice is up to date.
2865 Added constant 'bibtex-maintainer-salutation.
2866
2867 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2868 than make-temp-name, use match-string-no-properties and eliminate
2869 a quadratic behavior when building bibtex-strings.
2870
2871 * bibtex.el (bibtex-reference-key): Accept string entries whose
2872 reference key contains upper case letters.
2873
2874 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2875
2876 * bibtex.el (bibtex-reference-head): Allow entries to start with
2877 a new line.
2878
2879 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2880
2881 * bibtex.el: Hiding of entry bodies is not longer provided by
2882 bibtex.el directly. Instead the hideshow package can be used.
2883 Added a special bibtex entry to hs-special-modes-alist.
2884 (bibtex-hs-forward-sexp): Added for hideshow.el.
2885
2886 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2887
2888 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2889 proceedings entry type (for cross referencing). Thanks to Wagner
2890 Toledo Correa for the suggestion.
2891
2892 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2893
2894 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2895
2896 * international/characters.el: Setup case table for Vietnamese.
2897
2898 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2899
2900 * uniquify.el (toplevel): Require CL at compile time.
2901 (uniquify-push): Removed.
2902
2903 * shadowfile.el (shadow-when): Removed.
2904
2905 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2906 (tempo-process-and-insert-string): Use dolist instead of
2907 tempo-dolist.
2908
2909 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2910 regexp for paragraph-start.
2911
2912 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2913 commas as well.
2914
2915 2000-02-10 Dave Love <fx@gnu.org>
2916
2917 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2918 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2919 Deleted.
2920 (widget-specify-field, widget-specify-button): Don't use
2921 widget-mouse-help as help-echo property.
2922 (default): Use #'ignore for :validate and :mouse-down-action.
2923 (checkbox): Add help-echo.
2924 (widget-sexp-validate): Rewritten to clarify error messages.
2925 (character): Use char-valid-p in :match function.
2926 (widget-color-complete): Use facemenu-color-alist.
2927 (widget-color-action): Use facemenu-read-color.
2928
2929 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2930 set up `caar' &c that we now have.
2931
2932 2000-02-09 Ray Blaak <blaak@gnu.org>
2933
2934 * delphi.el: Make resourcestring a declaration region, like const
2935 and var.
2936
2937 2000-02-09 Dave Love <fx@gnu.org>
2938
2939 * bindings.el (mode-line-input-method-map): New variable.
2940 (mode-line-mule-info): Use it; fix last change.
2941 (mode-line-mode-menu): Move definition.
2942 (mode-line-mouse-sensitive-p): Deleted.
2943 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2944 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2945 level.
2946
2947 * startup.el (command-line-1): Don't call
2948 make-mode-line-mouse-sensitive.
2949
2950 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2951
2952 * mail/rmail.el (rmail-retry-failure): Use
2953 rmail-beginning-of-message before rmail-toggle-header, because the
2954 former toggles headers.
2955
2956 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2957
2958 * diff-mode.el (diff-kill-junk): New interactive function.
2959 (diff-reverse-direction): Use delete-and-extract-region.
2960 (diff-post-command-hook): Restrict the area so that the hook also works
2961 outside of any diff hunk. This is necessary for the minor-mode.
2962 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2963 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2964
2965 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2966 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2967 so that it can be used more easily in <foo>-mode-hook. Also make sure
2968 to avoid duplicate entries.
2969 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2970 (font-lock-remove-keywords): Just as was done for `add', allow it to
2971 work even if font-lock-mode is nil. Also make sure we don't modify
2972 any pre-existing list by forcing a copy-sequence. Finally rename
2973 `major-mode' to `mode'.
2974 (font-lock-fontify-syntactic-anchored-keywords)
2975 (font-lock-fontify-anchored-keywords)
2976 (font-lock-fontify-keywords-region): Use line-end-position.
2977 Don't make `font-lock-multiline' local (it's now done in
2978 font-lock-set-defaults).
2979 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2980 move the `font-lock-fontified' creation to inside the `unless'.
2981
2982 2000-02-06 Andrew Innes <andrewi@gnu.org>
2983
2984 * term/w32-win.el (x-handle-args): Comment out call to message,
2985 which occurs before window system is initialized.
2986
2987 * makefile.nt: Add support for recompiling lisp code.
2988
2989 2000-02-04 Dave Love <fx@gnu.org>
2990
2991 * bindings.el (mode-line-mule-info): Fix/extend last change.
2992
2993 * completion.el: Replace completion-dolist with dolist.
2994
2995 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2996 dotimes.
2997
2998 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2999
3000 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
3001 environment names before they go into the section regexp.
3002
3003 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
3004 char class in regexp.
3005
3006 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
3007 `case-fold-search' to nil.
3008
3009 * progmodes/idlwave.el (idlwave-template): Respect
3010 `idlwave-abbrev-change-case'.
3011 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
3012 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
3013 idlwave-while): respect `idlwave-reserved-word-upcase'.
3014 (idlwave-rw-case): New function.
3015 (idlwave-statement-match): Fixed problem with assignment regexp.
3016 (idlwave-font-lock-keywords): Improved regexp for keyword
3017 parameters.
3018 (idlwave-surround): New argument LENGTH to support padding of
3019 operators longer than 1 char.
3020
3021 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
3022 idlwave-shell-expression-overlay. Implemented printing of
3023 expressions on higher levels of the calling stack.
3024 (idlwave-shell-display-level-in-calling-stack): Restore stack
3025 level.
3026 (idlwave-retrieve-expression-from-level): New function.
3027 (idlwave-shell-last-calling-stack): Variable removed.
3028 (idlwave-shell-reset): Argument action reversed (`visible' to
3029 `hidden'). Also remove stop-line overlay.
3030 (idlwave-shell-calling-stack-routine): New variable.
3031 (idlwave-shell-parse-stack-and-display): Messages now display
3032 negative level numbers.
3033 (idlwave-shell-mode): Set `modeline-format'.
3034 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
3035 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
3036 21.
3037 (idlwave-shell-print-expression-function): New option.
3038
3039 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
3040 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
3041 `tool-bar' instead of `toolbar'.
3042
3043 2000-02-02 Dave Love <fx@gnu.org>
3044
3045 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
3046 emacs-lisp-mode-hook. Don't check for defalias being defined.
3047
3048 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
3049 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
3050 the new builtins directly.
3051
3052 * whitespace.el (whitespace): Add :version to defgroup.
3053
3054 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
3055 Doc fix.
3056
3057 * thingatpt.el (sexp-at-point, symbol-at-point)
3058 (number-at-point, list-at-point): Add autoload cookie.
3059
3060 * recentf.el (recentf): Add :version to defgroup.
3061
3062 * quickurl.el (quickurl): Add :version to defgroup.
3063
3064 * elide-head.el (elide-head): Use point-marker more.
3065
3066 * bs.el (bs): Add :version to defgroup.
3067
3068 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
3069
3070 * progmodes/delphi.el (delphi): Add :version to defgroup.
3071
3072 2000-02-02 Gerd Moellmann <gerd@gnu.org>
3073
3074 * ange-ftp.el (ange-ftp-write-region): Handle case that
3075 succeeding process operation sets a different coding system.
3076
3077 * calculator.el: New file.
3078
3079 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3080
3081 * frame.el (frames-on-display-list, framep-on-display): New
3082 functions.
3083 (display-mouse-p, display-popup-menus-p, display-graphic-p)
3084 (display-selections-p, display-screens, display-pixel-width)
3085 (display-pixel-height, display-mm-width, display-mm-height)
3086 (display-backing-store, display-save-under, display-planes)
3087 (display-color-cells, display-visual-class): New functions.
3088
3089 * term/tty-colors.el (tty-color-gray-shades): New function.
3090
3091 * faces.el (display-color-p): Use framep-on-display.
3092 (display-grayscale-p): New function.
3093
3094 2000-01-31 Dave Love <fx@gnu.org>
3095
3096 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
3097 (create-fontset-from-x-resource): Don't concat integers.
3098
3099 2000-01-31 Inge Frick <inge@nada.kth.se>
3100
3101 * view.el: Some changes in documentation. Removed some trailing
3102 whitespace. Changed some parameter names to agree with
3103 documentation.
3104 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3105 window is not deleted. Modifies change 1998-04-26.
3106
3107 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3108
3109 * windmove.el: New file.
3110
3111 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3112 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3113 progmodes/ebnf-yac.el: Update copyright and license info.
3114
3115 * jit-lock.el (jit-lock-function): Widen before calculating end
3116 position.
3117 (jit-lock-stealth-chunk-start): Rewritten.
3118
3119 * info.el (Info-title-face-alist): Removed.
3120 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3121 faces.
3122 (Info-fontify-node): Use these faces.
3123
3124 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3125
3126 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3127 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3128 `&allow-other-keywords'.
3129
3130 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3131 the list of directories scanned heuristically.
3132
3133 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3134 exist.
3135
3136 2000-01-30 Jason Rumney <jasonr@gnu.org>
3137
3138 * w32-fns.el: Define w32-tty-standard-colors.
3139
3140 * startup.el (command-line): Use w32-tty-standard-colors when in
3141 w32 console mode.
3142
3143 2000-01-30 Dave Love <fx@gnu.org>
3144
3145 * jka-compr.el (jka-compr-load): Fix up load-history.
3146
3147 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3148
3149 * emacs-lisp/cl-macs.el: Revert previous change.
3150
3151 2000-01-29 Dave Love <fx@gnu.org>
3152
3153 * facemenu.el: Purecopy various strings.
3154
3155 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3156 years. Deal with three-digit years.
3157
3158 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3159 defconst, purecopy.
3160 (help-back-label): Purecopy it.
3161
3162 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3163
3164 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3165 variable. If non-nil, order the buffer list according to the
3166 currently selected frame.
3167 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3168 non-nil, pass the selected frame to function buffer-list.
3169
3170 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3171
3172 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3173
3174 2000-01-28 Dave Love <fx@gnu.org>
3175
3176 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3177
3178 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3179 Don't use lisp-indent-hook property.
3180 (cl-abs): Remove.
3181
3182 * subr.el: Move out indent and edebug specs for when and unless.
3183
3184 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3185 when, unless.
3186
3187 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3188 unless, when.
3189
3190 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3191
3192 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3193 `collecting' as synonym for `collect'.
3194
3195 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3196 for the case it contains spaces.
3197
3198 * simple.el (what-cursor-position): Change formatting of
3199 messages.
3200
3201 * frame.el (delete-other-frames): New function.
3202 (toplevel): Bind it to C-x 5 1.
3203
3204 * sort.el (sort-numeric-base): New option.
3205 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3206 interpret it as octal or hexadecimal. Use sort-numeric-base
3207 as default base.
3208
3209 * progmodes/glasses.el: New file.
3210
3211 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3212
3213 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3214 userids differently.
3215
3216 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3217 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3218 progmodes/ebnf-yac.el: New files.
3219
3220 2000-01-26 Dave Love <fx@gnu.org>
3221
3222 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3223 on a function with an empty body. [From Eric Ludlam.]
3224
3225 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3226
3227 * vc.el (vc-version-diff): Make sure file name is expanded.
3228
3229 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3230
3231 * scroll-bar.el (scroll-bar-timer): Variable removed.
3232 (scroll-bar-toolkit-scroll): Don't use a timer.
3233
3234 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3235
3236 * language/thai-util.el (thai-composition-function): Delete
3237 superfluous `a'.
3238
3239 2000-01-24 Dave Love <fx@gnu.org>
3240
3241 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3242 end-of-defun-function.
3243
3244 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3245 &c.
3246
3247 2000-01-22 Jason Rumney <jasonr@gnu.org>
3248
3249 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3250 conflicts with new face support.
3251
3252 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3253
3254 * replace.el (query-replace): Rename last arg to DELIMITED.
3255 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3256 (query-replace-regexp): Likewise.
3257
3258 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3259
3260 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3261
3262 * emacs-lisp/lisp.el (beginning-of-defun-function):
3263 Variable renamed from beginning-of-defun.
3264 Do not call make-variable-buffer-local.
3265 (beginning-of-defun-raw): Use new variable name; doc fix.
3266 (beginning-of-defun): Doc fix.
3267 (end-of-defun-function): Variable renamed from end-of-defun.
3268 Do not call make-variable-buffer-local.
3269 (end-of-defun): Use new variable name; doc fix.
3270
3271 * subr.el (dolist, dotimes): Copied from cl-macs.el
3272 and made to work.
3273
3274 * mail/undigest.el (rmail-digest-end-regexps):
3275 Variable replaces rmail-digest-end-regexp.
3276 Allows multiple regexps for detecting the end line.
3277 (undigestify-rmail-message): Corresponding changes.
3278
3279 2000-01-19 Dave Love <fx@gnu.org>
3280
3281 * files.el (user-init-file): Don't declare here -- is primitive.
3282
3283 * startup.el (command-line): Check for compiled user-init-file and
3284 set to uncompiled version if necessary.
3285
3286 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3287
3288 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3289 (undigestify-rmail-message): Use it.
3290
3291 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3292
3293 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3294
3295 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3296 of mini-buffer.
3297
3298 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3299
3300 * emacs-lisp/copyright.el (copyright-update): Removed the
3301 requirement for a trailing space from `copyright-regexp', to
3302 support copyrights with owner specified on a separate line..
3303
3304 * align.el: New file.
3305
3306 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3307
3308 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3309
3310 2000-01-13 Dave Love <fx@gnu.org>
3311
3312 * ph.el: Removed. (Obsoleted by EUDC.)
3313
3314 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3315
3316 * net/eudc.el (toplevel): Remove autoloaded code installing
3317 menu with easymenu, because that causes build problems.
3318
3319 * frame.el (frame-notice-user-settings): New variable.
3320 (frame-notice-user-settings): Don't modify frame parameters
3321 if called a second time.
3322
3323 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3324
3325 * frame.el (frame-notice-user-settings):
3326 Notice default-frame-parameters even for non-window frames.
3327
3328 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3329
3330 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3331 for Emacs.
3332 (eudc-bob-can-display-inline-images): Extend for Emacs.
3333 (eudc-bob-toggle-inline-display): Ditto.
3334 (eudc-bob-display-jpeg): Ditto.
3335
3336 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3337
3338 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3339 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3340 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3341
3342 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3343 nil)'.
3344
3345 * subdirs.el: Add `net' directory.
3346
3347 * net: New directory.
3348
3349 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3350 eval-last-sexp. Don't bind debug-on-error here.
3351 (eval-last-sexp): New function. Bind debug-on-error if
3352 eval-expression-debug-on-error is non-nil.
3353 (eval-defun-2, eval-defun): Likewise.
3354
3355 * simple.el (eval-expression): Don't bind debug-on-error if
3356 eval-expression-debug-on-error is nil. Detect changed
3357 debug-on-error, and propagate new value to global binding, if
3358 eval-expression-debug-on-error is non-nil,
3359 (eval-expression-debug-on-error): Change doc string.
3360
3361 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3362
3363 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3364
3365 * emacs-lisp/lisp-mode.el (with-syntax-table):
3366 Set up lisp-indent-function property.
3367
3368 * subr.el (with-syntax-table): Moved from simple.el.
3369
3370 * simple.el (with-syntax-table): Moved to subr.el.
3371
3372 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3373
3374 * tmm.el (tmm-shortcut): Delete region after prompt instead
3375 of erasing buffer.
3376
3377 * textmodes/fill.el (fill-common-string-prefix): New function.
3378 (fill-context-prefix): Use the longest common prefix of first
3379 and second line fill prefix, if there is one.
3380
3381 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3382
3383 * array.el (array-mode): Don't use make-variable-buffer-local.
3384 Use make-local-variable for `truncate-lines'.
3385
3386 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3387
3388 * add-log.el (add-log-current-defun): Handle user-defined
3389 add-log-current-function returning nil,
3390
3391 * add-log.el (add-change-log-entry): Insert version number
3392 if having found a current function
3393
3394 * add-log.el (add-log-current-defun): Call
3395 `add-log-current-defun-function'. Try matches at level 0 and
3396 level 1. Strip whitespace from defun found.
3397
3398 2000-01-10 John Wiegley <johnw@gnu.org>
3399
3400 * allout.el (isearch-done/outline-provisions): Added `edit'
3401 argument to correspond with the current definition of
3402 `isearch-done'.
3403
3404 2000-01-10 Dave Love <fx@gnu.org>
3405
3406 * elide-head.el (elide-head): Use point-marker, not point.
3407
3408 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3409
3410 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3411 before and after the year 2000.
3412
3413 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3414 Add ispell- prefix.
3415
3416 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3417
3418 * ispell.el: Only define dictionaries in menus when they exist.
3419 (version18p): New variable.
3420 (version20p): New variable.
3421 (xemacsp): New variable.
3422 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3423 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3424 (ispell-dictionary-alist6): Russian command lines no longer accept
3425 run-together words.
3426 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3427 (ispell-dictionary-alist): Add koi8-r to customize definition.
3428 (check-ispell-version): Added documentation string. Returns
3429 library path when called non-interactively.
3430 (ispell-menu-map-needed): Uses new variables.
3431 (ispell-library-path): New variable.
3432 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3433 (ispell-word): Improved documentation string. Test for valid
3434 character mappings. Correctly check typed in word changes that can
3435 result in single words split into multiple words. Returns
3436 replacement word.
3437 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3438 replace in recursive query replace mode. Help message for
3439 recursive edit mode.
3440 (ispell-show-choices): Protect against bad framepop bindings.
3441 (ispell-help): Fix to work with XEmacs.
3442 (ispell-highlight-spelling-error): Use new variables.
3443 (ispell-overlay-window): Fix to work with XEmacs.
3444 (ispell-parse-output): Passed and returns location information
3445 tracking spelling corrections. Doesn't recheck same word on
3446 current line.
3447 (ispell-init-process): Protect against bogus XEmacs variable binding.
3448 Fix call to single argument in sleep-for. Use new variables.
3449 (ispell-region): Passed and returns location information tracking
3450 spelling corrections. Doesn't check same word on current line.
3451 Improved documentation string. Doesn't resend a line already
3452 checked to the ispell process - fixes bug in LaTeX parsing.
3453 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3454 (ispell-skip-region): No longer skips <TT> in SGML.
3455 (ispell-process-line): Tracks location information with spelling
3456 corrections. Added documentation string. Accounts for words
3457 already accepted on this line. Don't allow query-replace on line
3458 starting with math characters. Doesn't resend a line already sent
3459 to ispell process. Fixes alignment error bug.
3460
3461 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3462
3463 * dired-x.el (dired-guess-shell-alist-default):
3464 Suggest xloadimage, which is free, not xv, which isn't.
3465
3466 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3467 Don't ever include the host name or user name in the value.
3468
3469 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3470
3471 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3472 of a real newline.
3473
3474 2000-01-09 Stephen Eglen <stephen@gnu.org>
3475
3476 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3477 for .png files.
3478
3479 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3480
3481 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3482
3483 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3484
3485 * progmodes/cperl-mode.el: Replace ^F with ^L.
3486
3487 * sendmail.el (toplevel): Provide `sendmail' when compiling
3488 before `require'ing rmail and mailalias to prevent infinite
3489 recursion.
3490
3491 2000-01-08 Dave Love <fx@gnu.org>
3492
3493 * emacs-lisp/backquote.el: Remove inappropriate customization
3494 (allowing custom.el to use backquote).
3495
3496 2000-01-07 Dave Love <fx@gnu.org>
3497
3498 * add-log.el (add-log-debugging): Deleted.
3499 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3500 file. Remove debugging code.
3501 (change-log-get-method-definition, change-log-name): Add doc.
3502 (change-log-sortable-date-at): New function.
3503 (change-log-merge): New command.
3504
3505 * time.el (display-time-string-forms): Make the Mail string active.
3506 (display-time-update): Provide help-echo for load average.
3507
3508 * bindings.el (make-mode-line-mouse2-map): New function.
3509 (mode-line-modified): Use it and simplify.
3510 (mode-line-mule-info): Provide help-echo info.
3511 (minor-mode-alist): Activate the strings.
3512 (make-mode-line-mouse-sensitive): Simplify for
3513 mode-line-buffer-identification.
3514
3515 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3516
3517 * play/pong.el: New file.
3518
3519 2000-01-06 Dave Love <fx@gnu.org>
3520
3521 * array.el: Assorted cleanups for compiler warnings, doc strings,
3522 `array-' prefix for symbols.
3523
3524 2000-01-05 Dave Love <fx@gnu.org>
3525
3526 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3527 outline-headers-as-kill.
3528 (outline-mode): Define imenu-generic-expression.
3529 (outline-headers-as-kill): New command.
3530
3531 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3532 from paragraph-start.
3533 (paragraph-indent-minor-mode): New command.
3534
3535 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3536 M-C-e, M-C-h, C-j, C-xnd, TAB.
3537 (fortran-mode): Set beginning-of-defun, end-of-defun.
3538 (fortran-column-ruler): Simplify.
3539 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3540 (fortran-with-subprogram-narrowing): Likewise.
3541 (fortran-indent-subprogram): Call mark-defun.
3542 (fortran-check-for-matching-do): Change narrowing.
3543
3544 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3545 (cl-lucid-hash-tag): Delete.
3546 (cl-hash-table-p): Correct test for native table.
3547 (cl-hash-table-count): Use hash-table-count.
3548
3549 * browse-url.el (browse-url): Fix case of
3550 browse-url-browser-function being an alist.
3551
3552 2000-01-05 Carsten Dominik <cd@gnu.org>
3553
3554 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3555 (reftex-index-phrase-file-extension): New options.
3556
3557 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3558 Use new option `reftex-index-phrase-file-extension'.
3559
3560 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3561 `reftex-parse-file-extension'.
3562
3563 2000-01-05 Dave Love <fx@gnu.org>
3564
3565 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3566 (beginning-of-defun-raw): Use it.
3567 (end-of-defun): New variable.
3568 (end-of-defun): Use it.
3569 (check-parens): New command.
3570
3571 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3572
3573 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3574 (hs-show-block): Don't use `mapcar' when not accumulating.
3575
3576 Fix buglet in local variables initialization.
3577
3578 2000-01-05 Andreas Schwab <schwab@suse.de>
3579
3580 * hscroll.el (hscroll): Doc fix.
3581
3582 2000-01-05 Carsten Dominik <cd@gnu.org>
3583
3584 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3585 idlw-toolbar.
3586
3587 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3588 file idlw-rinfo.el.
3589 (idlwave-customize): load must read file idlw-shell.el.
3590 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3591
3592 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3593
3594 * progmodes/idlw-shell.el: Also provide idlwave-shell
3595 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3596 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3597
3598 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3599 both reftex-dcr and reftex-vcr.
3600
3601 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3602
3603 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3604
3605 * ps-print.el: PostScript code now is in separate files, doc fix.
3606 (ps-print-version): New version number (5.0.3).
3607 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3608 local.
3609 (ps-spool-config): Initialization fix.
3610 (ps-print-prologue-1, ps-print-prologue-2)
3611 (ps-print-duplex-feature): PostScript code moved to separated file.
3612 (ps-background-image): Little code reformating.
3613 (ps-begin-file, ps-begin-job): Fix code.
3614 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3615 (ps-prologue-file): New fun.
3616
3617 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3618
3619 * ps-vars.el: Eliminated.
3620
3621 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3622 `;;;###autoload'.
3623
3624 * ps-print.el: ps-vars eliminated, doc fix.
3625 (ps-print-version): New version number (5.0.2).
3626 (ps-spool-config): Initialization fix.
3627 (ps-print-customize): New fun.
3628
3629 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3630
3631 * autorevert.el (auto-revert-mode): Return value of
3632 auto-revert-mode.
3633
3634 2000-01-04 Dave Love <fx@gnu.org>
3635
3636 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3637 menu items.
3638
3639 2000-01-03 Dave Love <fx@gnu.org>
3640
3641 * elide-head.el (elide-head) [defgroup]: Add :version.
3642
3643 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3644 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3645 `cl-hash-table-p', not `hash-table-p'.
3646 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3647
3648 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3649
3650 * faces.el (face-read-integer, read-face-attribute)
3651 (color-defined-p, color-values): unspecified-{f,b}g are now
3652 strings.
3653
3654 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3655
3656 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3657 at comment end, and re-insert them after filling.
3658
3659 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3660
3661 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3662 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3663 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3664
3665 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3666
3667 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3668 the new name of face-color-supported-p.
3669
3670 * term/w32-win.el (xw-defined-colors): Likewise.
3671
3672 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3673
3674 * simple.el (completion-setup-function): Count completion-size
3675 from minibuffer-prompt-end, not from point-min.
3676
3677 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3678
3679 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3680 Pass the frame to tty-color-* functions.
3681 (display-color-p, frame-set-background-mode): Pass the frame to
3682 tty-display-color-p.
3683
3684 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3685 tty-color-alist.
3686 (tty-color-alist, tty-modify-color-alist): New functions.
3687 (tty-color-define, tty-color-clear, tty-color-approximate)
3688 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3689 an optional parameter FRAME.
3690
3691 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3692
3693 * image.el (create-image, defimage): Don't assume image data is a
3694 string.
3695
3696 * image.el (defimage): Handle specifications containing :data
3697 instead of :file.
3698 (image-type-from-data): New function.
3699 (image-type-from-file-header): Use it.
3700 (create-image): Add parameter DATA-P.
3701
3702 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3703
3704 * echistory.el (electric-command-history): Call Command-history-setup
3705 and command-history-mode using their new conventions.
3706
3707 * chistory.el (Command-history-setup): Don't switch buffers. Take
3708 no args, and do not set major-mode, mode-name or the local map.
3709 (command-history-mode): New function, does some of those things
3710 Command-history-setup used to do.
3711 (list-command-history): Call command-history-mode, not
3712 Command-history-setup.
3713 (command-history): Renamed from command-history-mode.
3714
3715 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3716
3717 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3718
3719 1999-12-31 William M. Perry <wmperry@aventail.com>
3720
3721 * image.el (defimage): Images with the `:data' keyword should be
3722 considered valid as well.
3723
3724 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3725
3726 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3727 with FILE if FILE is nil.
3728
3729 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3730
3731 * simple.el (choose-completion-string): In minibuffer,
3732 do not delete the prompt string.
3733
3734 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3735
3736 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3737 assigned to mode-line-mode-menu because bindings.el is dumped with
3738 Emacs, and thus the lists used for menu-item definition will be
3739 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3740 like pure menu item definitions.
3741
3742 * expand.el (expand-abbrev-hook): Return t if expansion was
3743 done, nil otherwise.
3744
3745 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3746
3747 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3748 (tar-quit): Function deleted.
3749
3750 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3751
3752 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3753 was used but not declared.
3754
3755 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3756 hs-find-block-beginning): Add or modify docstrings.
3757
3758 (hs-isearch-show): Rewrite.
3759
3760 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3761
3762 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3763
3764 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3765 space in front of a C-style comment end.
3766
3767 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3768
3769 * startup.el (command-line-1): Make mode line mouse-sensitive for
3770 the MS-DOS version as well.
3771
3772 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3773
3774 * bs.el: New file.
3775
3776 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3777
3778 * textmodes/ispell.el (ispell-process-line):
3779 Add local var line-offset to adjust for the change
3780 in positions within the line, due to previous replacements.
3781
3782 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3783
3784 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3785 Doc fixes.
3786
3787 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3788
3789 * add-log.el (change-log-version-number-regexp-list)
3790 (change-log-version-info-enabled): Change :version to 21.1.
3791 (toplevel): Require CL when compiling.
3792
3793 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3794
3795 * add-log.el (change-log-version-number-regexp-list): Added tag
3796 :version 20.6
3797 (change-log-version-info-enabled): Added tag :version 20.6
3798
3799 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3800
3801 * add-log.el: More general version number search with
3802 user-configurable regexp list.
3803 (change-log-version-number-regexp-list): New user variable.
3804 (change-log-find-version): Rewritten. Use user-configurable
3805 version numbering regexp list
3806 change-log-version-number-regexp-list.
3807 (change-log-find-version): Renamed to
3808 change-log-version-number-search
3809 (add-log-file-name-function): New.
3810 (change-log-search-vc-number): Added END paramaeter. Added doc
3811 string to function.
3812 (change-log-version-rcs): Renamed. Was
3813 change-log-search-vc-number.
3814
3815 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3816
3817 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3818 overlays if they interfere.
3819 (compilation-find-file): Make intangible overlays tangible.
3820
3821 * progmodes/hideshow.el: Generally, synch w/ maintainer
3822 version 5.9.
3823
3824 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3825
3826 (hs-minor-mode-hook): Don't initialize.
3827
3828 (hs-special-modes-alist): Rewrite value and docstring.
3829
3830 (hs-minor-mode-prefix): Delete unused var.
3831
3832 (hs-block-start-mdata-select): New var, buffer local.
3833
3834 (hs-headline): New var.
3835
3836 (hs-match-data, hs-forward-sexp): New funcs.
3837
3838 (hs-hide-comment-region): New func.
3839
3840 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3841 hs-safety-is-job-n, hs-hide-initial-comment-block,
3842 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3843 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3844 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3845 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3846 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3847
3848 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3849 (hs-isearch-show-temporary): New funcs.
3850
3851 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3852
3853 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3854
3855 When constructing menu, use `[(shift button2)]' notation.
3856
3857 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3858
3859 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3860 (jka-compr-compression-info-list): Add new elt to each vector.
3861 (jka-compr-write-region): Don't compress the data if it is
3862 already compressed.
3863
3864 * jka-compr.el (jka-compr-really-do-compress): New variable.
3865 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3866 if visiting.
3867 (jka-compr-write-region): Set jka-compr-really-do-compress
3868 if visiting. Test it when deciding to compress.
3869
3870 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3871
3872 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3873 with third argument t.
3874
3875 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3876
3877 * antlr-mode.el: Version 1.2 is released.
3878 (antlr): This package has a web page.
3879
3880 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3881
3882 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3883 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3884 (antlr-mode-map): New binding [C-c C-c].
3885 (antlr-mode-menu): New entries.
3886
3887 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3888
3889 * antlr-mode.el: Respect Emacs conventions.
3890 ((require 'cl)): Only use during compilation.
3891 (antlr-language-for-option): New function to avoid using `find'.
3892 (antlr-mode): Use it.
3893 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3894 (antlr-imenu-create-index-function): Change accordingly.
3895 (antlr-inside-rule-p): Ditto.
3896 (antlr-end-of-rule): Ditto.
3897 (antlr-end-of-body): Ditto.
3898 (antlr-beginning-of-rule): Ditto.
3899 (antlr-indent-line): Ditto.
3900
3901 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3902
3903 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3904 (antlr-set-tabs): Don't use hard-coded values.
3905
3906 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3907 won't be possible without a huge time penalty.
3908 (antlr-skip-exception-part): Be more specific.
3909 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3910 Renamed from `antlr-skip-grammar-header'.
3911 (antlr-next-rule): Change accordingly.
3912 (antlr-end-of-body): Ditto. Better error message.
3913 (antlr-beginning-of-body): Better error message.
3914 (antlr-imenu-create-index-function): Skip rule action prelude.
3915
3916 * antlr-mode.el: Minor syntax highlighting changes.
3917 (antlr-font-lock-default-face): Deletia.
3918 (antlr-font-lock-tokendef-face): Changed color.
3919 (antlr-font-lock-tokenref-face): Changed color.
3920 (antlr-font-lock-literal-face): Changed color.
3921 (antlr-font-lock-additional-keywords): Minor changes.
3922
3923 1999-12-20 Carsten Dominik <cd@gnu.org>
3924
3925 * progmodes/idlwave.el: New file.
3926
3927 * progmodes/idlwave-rinfo.el: New file.
3928
3929 * progmodes/idlwave-shell.el: New file.
3930
3931 * progmodes/idlwave-toolbar.el: New file.
3932
3933 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3934
3935 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3936
3937 * progmodes/cwarn.el: New file.
3938
3939 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3940
3941 * bindings.el (completion-ignored-extensions): Add .pdf.
3942
3943 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3944
3945 * version.el: Put the version info into binary on MS-DOS as well.
3946
3947 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3948
3949 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3950 debugger-may-continue is nil.
3951
3952 1999-12-18 Dave Love <fx@gnu.org>
3953
3954 * emacs-lisp/cl-macs.el: Remove conditional definition of
3955 eval-when-compile. Don't specify abs, expt, gethash,
3956 hash-table-count, hash-table-p as side-effect-free here.
3957 (cl-emacs-type): Don't declare.
3958 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3959 (cl-parse-loop-clause): Remove compatibility code.
3960
3961 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3962 (side-effect-free-fns): Add gethash, hash-table-count.
3963 (side-effect-and-error-free-fns): Add hash-table-p.
3964
3965 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3966 `cl-' to autoload names for some hash functions. Don't autoload
3967 eval-when-compile. Don't provide mini-cl.
3968 (cl-emacs-type): Remove.
3969 (cl-map-extents): Remove compatibility code.
3970
3971 * emacs-lisp/float.el: Bind free variables.
3972
3973 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3974
3975 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3976
3977 * bindings.el (completion-ignored-extensions): Add .tfm.
3978
3979 1999-12-16 Dave Love <fx@gnu.org>
3980
3981 * faces.el (set-face-attribute): Purecopy the attributes set.
3982
3983 * custom.el (custom-declare-variable): Purecopy value.
3984
3985 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3986 (byte-extrude-byte-code-vectors): Use remprop.
3987 (byte-compile-lambda): Check that arg is a lambda.
3988
3989 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3990
3991 * font-lock.el: System for adding and removing keywords.
3992 Both local (previously added keyword) and global keywords
3993 can be removed.
3994 (font-lock-remove-keywords): New user-level function.
3995 (font-lock-update-removed-keyword-alist): New internal function.
3996 (font-lock-removed-keywords-alist): New variable.
3997 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3998 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3999 growing datastructures.
4000 (font-lock-set-defaults): Removes keywords stored in
4001 `font-lock-removed-keywords-alist' after local keywords added.
4002
4003 1999-12-16 Anders Lindgren <andersl@andersl.com>
4004
4005 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
4006 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
4007
4008 * font-lock.el (c-keywords): Only highlight preprocessor
4009 directives when spelled correctly.
4010
4011 * font-lock.el (font-lock-match-c++-structor-declaration,
4012 c++-keywords): Fontify constructors and destructors with function
4013 face inside C++ class declarations.
4014
4015 1999-12-16 Gerd Moellmann <gerd@gnu.org>
4016
4017 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
4018 the shell from sh-shell-file.
4019
4020 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
4021
4022 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4023
4024 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
4025 if one of the files specified cannot be accessed by
4026 file-attributes. Do not strip any leading directories from the
4027 file names, to behave more like `ls' does.
4028
4029 * dired.el (dired-get-filename): Handle absolute file names.
4030 (dired-readin-insert): If argument is a cons, don't print
4031 "wildcard" on the ``total'' line.
4032
4033 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4034
4035 * faces.el (face-read-integer, read-face-attribute)
4036 (color-defined-p, color-values): Allow color values unspecified-fg
4037 and unspecified-bg, handle them as unspecified.
4038
4039 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
4040
4041 * textmodes/reftex.el: (reftex-compile-variables): respect new
4042 structure of `reftex-index-macro'
4043 (reftex-compile-variables): Use the changed structure of
4044 `reftex-label-alist'.
4045
4046 * textmodes/reftex-vars.el (reftex-index-math-format,
4047 (reftex-toc-max-level): New option.
4048 reftex-index-phrases-search-whole-words,
4049 reftex-index-phrases-case-fold-search,
4050 reftex-index-phrases-skip-indexed-matches,
4051 reftex-index-phrases-wrap-long-lines,
4052 reftex-index-phrases-sort-prefers-entry,
4053 reftex-index-phrases-sort-in-blocks): New options.
4054 (reftex-index-macros): Option structure changed.
4055 (reftex-index-macros-builtin): Added `repeat' item to each entry.
4056 (reftex-label-alist): Additional item in each entry to specify if
4057 the environment should be listed in the TOC.
4058 (eval-when-compile (require 'cl)) added.
4059
4060 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
4061 longer deals with "repeat".
4062 (reftex-index): "repeat property in `reftex-index-macro-alist' is
4063 now used.
4064 (reftex-index-phrases-comment-regexp,
4065 reftex-index-phrases-macrodef-regexp,
4066 reftex-index-phrases-phrase-regexp1,
4067 reftex-index-phrases-phrase-regexp2,
4068 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
4069 New constants.
4070 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
4071 reftex-index-phrases-font-lock-keywords,
4072 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
4073 reftex-index-phrases-restrict-file): New variables.
4074 (reftex-index-phrase-selection-or-word,
4075 reftex-index-visit-phrases-buffer,
4076 reftex-index-initialize-phrases-buffer,
4077 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
4078 reftex-index-next-phrase, reftex-index-this-phrase,
4079 reftex-index-all-phrases, reftex-index-region-phrases,
4080 reftex-index-phrases-parse-header,
4081 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
4082 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
4083 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
4084 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
4085 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
4086 reftex-index-make-replace-string,
4087 reftex-query-index-phrase-globally, reftex-query-index-phrase,
4088 reftex-index-phrase-match-is-indexed,
4089 reftex-index-phrases-fixup-line,
4090 reftex-index-phrases-replace-space,
4091 reftex-index-select-phrases-macro): New functions.
4092 (reftex-index-globalize, reftex-index-globally): functions removed
4093 (eval-when-compile (require 'cl)) added.
4094
4095 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
4096 for max level.
4097 (reftex-toc-max-level-indicator): New variable.
4098 (reftex-toc-max-level): New command.
4099 (reftex-toc-map): New keybinding `t'.
4100 (reftex-toc-help): Constant updated.
4101 (eval-when-compile (require 'cl)) added.
4102
4103 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4104 `t' command key can change `reftex-toc-max-level'
4105 (eval-when-compile (require 'cl)) added.
4106
4107 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4108 `reftex-toc-max-level'
4109 (eval-when-compile (require 'cl)) added.
4110
4111 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4112 added.
4113
4114 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4115 added.
4116
4117 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4118 commands.
4119 (reftex-citation, reftex-do-citation,
4120 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4121 preselect a citation format.
4122 (eval-when-compile (require 'cl)) added.
4123
4124 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4125 parameter to-end
4126 (reftex-section-info): Deal with environment matches.
4127 (eval-when-compile (require 'cl)) added.
4128
4129 * reftex-global.el (eval-when-compile (require 'cl)) added.
4130
4131 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4132
4133 The following changes are for the new composition mechanism. We
4134 have deleted `composition' charset and composite characters,
4135 instead introduced a special text property `composition'.
4136
4137 * composite.el: New file.
4138
4139 * ps-mule.el: Define encode-composition-rule and find-composition
4140 for Emacs 20.4 and the earlier versions.
4141 (ps-mule-init-external-library): Just require a feature for
4142 external libraries.
4143 (ps-mule-prologue): Postscript code modified for new composition.
4144 (ps-mule-find-wrappoint): New arg COMPOSITION.
4145 (ps-mule-plot-string): Delete code for composite characaters.
4146 (ps-mule-plot-composition): New funcion.
4147 (ps-mule-prepare-font-for-components): New function.
4148 (ps-mule-plot-components): New function.
4149 (ps-mule-composition-prologue-generated): Renamed from
4150 ps-mule-cmpchar-prologue-generated.
4151 (ps-mule-composition-prologue): New named from
4152 ps-mule-cmpchar-prologue. Modified for new composition.
4153 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4154 ps-mule-prepare-cmpchar-font): Deleted.
4155 (ps-mule-string-encoding): New arg NO-SETFONT.
4156 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4157 check Composing, not Cmpchar
4158 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4159 to nil.
4160 (ps-mule-begin-job): Check existence of new composition.
4161
4162 * ps-print.el (ps-plot-region): Handle new composition.
4163
4164 * simple.el (what-cursor-position): Show "(composed)" if the
4165 character is composed.
4166
4167 * international/characters.el: Fix cateogries of Lao symbols.
4168
4169 * international/fontset.el (vertical-centering-font-regexp): New
4170 variable.
4171
4172 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4173 (mule-version-date): Updated to 1999.12.7.
4174 (with-category-table): New macro.
4175
4176 * international/mule-cmds.el (encode-coding-char): Don't check
4177 composite character.
4178
4179 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4180 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4181 x-ctext): Give `composition' property t.
4182
4183 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4184 non-nil) at the tail of ALIST.
4185 (compose-region, decompose-region, decompse-string,
4186 reference-point-alist, compose-chars): Moved to composite.el.
4187 (compose-chars-component, compose-chars-rule,
4188 decompose-composite-char): Deleted.
4189
4190 * international/quail.el (quail-install-map): New optional arg
4191 NAME.
4192 (quail-get-translation): If DEF is a symbol but not a function,
4193 ignore it.
4194 (quail-start-translation): Put a key sequence undefined in the
4195 translation keymap in unread-command-events, not generated-events.
4196 Return parameterized event (compose-last-chars N) if the input
4197 characters should be composed.
4198 (quail-map-definition): If DEF is t, treat it as nil.
4199 (quail-delete-last-char): Delete the quail region.
4200 (quail-show-translations): Don't show list of translations if the
4201 quail package is deterministic.
4202 (quail-completion-max-depth): New variable.
4203 (quail-completion-1): Pay attention to the above variable. Fix
4204 for the case that a translation is a function.
4205 (quail-map-from-table, quail-map-from-table-1,
4206 quail-map-from-table-2): New functions.
4207 (quail-lookup-map-and-concat): New function
4208
4209 * language/devan-util.el: Mostly rewritten.
4210
4211 * language/lao.el: Register lao-composition-function in
4212 composition-function-table.
4213
4214 * language/lao-util.el: Mostly rewritten.
4215
4216 * language/thai.el: Register thai-composition-function in
4217 composition-function-table.
4218 (thai-tis620): Delete `pre-write-conversion' property.
4219
4220 * language/thai-util.el: (thai-category-table): Make it by
4221 make-category-table.
4222 (thai-composition-pattern): New variable.
4223 (thai-compose-region, thai-compose-string): Use
4224 with-category-table.
4225 (thai-post-read-conversion): Just call thai-compose-region.
4226 (thai-pre-write-conversion): Deleted.
4227 (thai-composition-function): New funciton.
4228
4229 * language/tibet-util.el: Most functions rewritten.
4230 (tibetan-char-p): Renamed from tibetan-char-examin.
4231 (tibetan-composable-examin) (tibetan-complete-char-examin)
4232 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4233 (tibetan-add-components): New function.
4234 (tibetan-composition-function): New function.
4235
4236 * language/tibetan.el: Register tibetan-composition-function in
4237 composition-function-table.
4238 (tibetan-composable-pattern): New variable.
4239 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4240 (tibetan-precomposition-rule-alist): Move punctuations to
4241 tibetan-punctuation-transcription-alist and
4242 tibetan-obsolete-glyphs.
4243 (tibetan-punctuation-transcription-alist): New variable.
4244 (tibetan-obsolete-glyphs): New variable.
4245 (tibetan-regexp): Improve the initialization code.
4246
4247 * textmodes/fill.el (fill-find-break-point): Delete codes for
4248 composite characters.
4249 (fill-region-as-paragraph): Likewise.
4250
4251 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4252
4253 * international/mule-cmds.el (default-input-method): Specify
4254 that it should be set after current-language-environment.
4255
4256 * custom.el (custom-handle-keyword): Add :set-after.
4257 (custom-add-dependencies): New function.
4258 (custom-set-variables): Take dependencies between args into
4259 account.
4260
4261 * battery.el (battery): Doc fix.
4262
4263 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4264
4265 * progmodes/cc-make.el: Removed.
4266
4267 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4268
4269 * Release of cc-mode 5.26
4270
4271 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4272
4273 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4274 target depth. Optionally count #else lines as clause limits,
4275 as suggested by don provan <provan@lucent.com>. #elif
4276 handling fixed.
4277
4278 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4279 (c-down-conditional-with-else): New commands that uses the
4280 added functionality in `c-forward-conditional'.
4281
4282 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4283
4284 * cc-align.el (c-lineup-comment): Preserve the alignment with
4285 a comment on the previous line instead of preserving the
4286 comment-column.
4287
4288 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4289
4290 * Fixes to IDL mode after input from Eric Eide
4291 <eeide@cs.utah.edu>:
4292 * cc-engine.el (c-beginning-of-statement-1): Allow
4293 `c-conditional-key' to be nil, for the benefit of IDL mode.
4294 * cc-engine.el (c-guess-basic-syntax): Ditto.
4295 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4296 but do match CORBA 2.3 `valuetype'.
4297 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4298 for IDL.
4299 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4300 be nil for IDL.
4301 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4302 Like C++.
4303 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4304 set `c-method-key' and `c-baseclass-key' to nil.
4305
4306 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4307
4308 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4309 with nonhanging open braces.
4310
4311 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4312
4313 * cc-align.el: Added docstrings to all lineup functions.
4314
4315 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4316 keyword.
4317
4318 * cc-align.el (c-lineup-C-comments): Handle free form text
4319 comments. Use c-comment-prefix-regexp and comment-start-skip
4320 instead of hardcoded regexps.
4321
4322 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4323
4324 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4325 behavior and return value as documented.
4326
4327 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4328
4329 * Changes for new style variable init system:
4330 * cc-langs.el (c-common-init): Dito.
4331 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4332 now customizable.
4333 * cc-vars.el: Style variables may now take a value
4334 'set-from-style to make them take their value from the style
4335 system. This value is now the default on all these variables.
4336 * cc-vars.el (c-valid-offset): New function to verify a
4337 syntactic symbol offset setting.
4338 * cc-vars.el (c-offsets-alist): Variable moved from
4339 cc-styles.el since it's now customizable in a similar way to
4340 the other style variables.
4341 * cc-vars.el (c-old-style-variable-behavior): New variable to
4342 revert to the old style init behavior.
4343
4344 * cc-vars.el (c-file-style, c-file-offsets): Made always
4345 buffer local.
4346
4347 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4348 the throws clause that might follow the function prototype in
4349 C++.
4350
4351 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4352
4353 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4354 could move forward for macros that doesn't start in column 0.
4355
4356 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4357
4358 * cc-align.el (c-indent-multi-line-block,
4359 c-lineup-whitesmith-in-block): Two new lineup functions for
4360 use in whitesmith style.
4361
4362 * cc-styles.el (c-style-alist): More fixes to whitesmith
4363 style. It should now handle all different braces uniformly in
4364 both hanging and non-hanging cases.
4365
4366 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4367
4368 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4369 make it stay in the same position relative to the surrounding
4370 text.
4371
4372 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4373 when adaptive-fill-mode doesn't manage to get it correct.
4374
4375 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4376 with dotted notation, e.g. foo.bar.Gnu.
4377
4378 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4379 within unwind-protect (previously only some were wrapped so it
4380 would be possible to register mode initialization when full
4381 initialization did not finish).
4382
4383 * cc-styles.el (c-style-alist): Corrected the brace placement
4384 in the whitesmith style. Thanks to Sean Luke
4385 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4386 styles with consistent brace placement for all constructs.
4387
4388 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4389
4390 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4391 when point is in the middle of them.
4392
4393 * cc-cmds.el: Line breaking and paragraph filling code
4394 rewritten:
4395 (c-guess-fill-prefix): New function that uses various
4396 heuristics to guess the comment prefix.
4397 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4398 It now assumes adaptive filling is active to preserve the line
4399 prefix inside comments.
4400 (c-indent-new-comment-line): Replacement for the now
4401 obsolete `c-comment-line-break-function' that uses
4402 `c-guess-fill-prefix' when appropriate. It now observes the
4403 setting of `comment-multi-line', which has effect in C-style
4404 block comments.
4405
4406 * cc-cmds.el (c-context-line-break): New function intended to
4407 be put on RET. It's essentially `newline-and-indent', but
4408 continues C block comments with the appropriate line prefix.
4409
4410 * cc-cmds.el (c-do-auto-fill): New function put on
4411 `normal-auto-fill-function' to implement the
4412 `c-ignore-auto-fill' variable.
4413
4414 * cc-cmds.el (c-beginning-of-statement): Use
4415 `c-comment-prefix-regexp' to avoid ending up inside the
4416 comment prefix. Better handling of comment starters and
4417 enders. Catch comments better when traversing code. Stop at
4418 preprocessor directives.
4419
4420 * cc-defs.el (c-forward-comment): New subst to hide platform
4421 dependent quirks in `forward-comment'.
4422
4423 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4424 argument.
4425 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4426 arguments. Activate this function by default when
4427 `parse-partial-sexp' supports it (currently Emacs 20.x).
4428
4429 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4430 on the comment opener to make constants usable as lineup
4431 arguments.
4432
4433 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4434 changed anchor position in the `c' syntactic symbol. Handle
4435 more than stars in the comment prefix; use the new variable
4436 `c-comment-prefix-regexp'. Don't indent text not preceded by
4437 a comment prefix to the right of the comment opener if it's
4438 long.
4439
4440 * cc-langs.el: Fixes to mode initialization for new line
4441 breaking and paragraph filling method. Adaptive fill mode is
4442 now activated at startup instead of deactivated. The
4443 variables used for adaptive filling and paragraph movement are
4444 also changed to incorporate the value of
4445 `c-comment-prefix-regexp'. `substitute-key-definition' is
4446 used to override some functions in the global map instead of
4447 overriding their default bindings.
4448
4449 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4450 javadoc markup at mode init.
4451
4452 * cc-mode.el (c-setup-filladapt): A new convenience function
4453 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4454 function is intended to be used explicitly by the end user
4455 only.
4456
4457 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4458 recognize the comment fill prefix inside comments.
4459 (c-block-comment-prefix): New name for
4460 `c-comment-contiuation-stars', which is now obsolete. It's
4461 generalized to handle any character sequence.
4462 (c-ignore-auto-fill): New variable used to selectively disable
4463 Auto Fill mode in specific contexts.
4464
4465 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4466
4467 * cc-cmds.el (c-comment-indent): Leave at least one space
4468 between the comment and the last nonblank character in the
4469 case where we look at the indentation of the comment on the
4470 previous line (case 4).
4471
4472 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4473 list of characters that may start a statement (it's a sort of
4474 prefix operator in Pike, and isn't used at all in any of the
4475 other languages).
4476
4477 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4478
4479 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4480 inside continued statements as statement-cont instead of
4481 brace-list-open. The reason is that one normally adjusts
4482 brace-list-open for brace lists as top-level constructs, and
4483 brace lists inside statements is a completely different
4484 context. Case 10B.2 changed. Also changed (the somewhat
4485 esoteric) case 9A to cope with this.
4486
4487 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4488
4489 * cc-cmds.el (c-electric-brace): Added electric handling of
4490 the open brace for brace-elseif-brace.
4491
4492 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4493
4494 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4495 syntax tables temporarily.
4496
4497 * cc-engine.el (c-guess-basic-syntax): Handle template and
4498 member init argument lists split over several lines. Case 5D
4499 changed.
4500
4501 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4502 @throws introduced in Javadoc 1.2.
4503
4504 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4505 patch from RMS to avoid infinite backtracking.
4506
4507 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4508
4509 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4510 by [ ].
4511
4512 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4513
4514 * cc-align.el (c-lineup-dont-change): Compensate properly for
4515 the column in langelem.
4516
4517 * cc-engine.el (c-syntactic-information-on-region): New
4518 function to help debugging the syntactic analysis.
4519
4520 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4521
4522 * cc-align.el (c-lineup-template-args): Handle nested template
4523 arglists.
4524
4525 * cc-langs.el (c++-template-syntax-table): New syntax table
4526 that makes `<' and `>' parenthesis characters, which is useful
4527 to switch to temporarily when analyzing template arglists.
4528
4529 * cc-styles.el: Changed default alignment of labels in the
4530 java style to conform to the examples in the Java Language
4531 Specification.
4532
4533 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4534 by default.
4535
4536 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4537
4538 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4539 immediately before the closing paren in an arglist, so don't
4540 check that in Pike mode. Case 7A changed.
4541
4542 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4543
4544 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4545 lines were ignored under certain conditions.
4546
4547 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4548
4549 * cc-align.el (c-lineup-template-args): New function for
4550 aligning continued template argument lists.
4551
4552 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4553 lists containing function arglists split over several lines.
4554 Case 5D.1 changed.
4555
4556 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4557 template-args-cont didn't get recognized when the first
4558 arglist opener line doesn't contain a template argument. New
4559 case 5K.
4560
4561 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4562
4563 * cc-defs.el (c-point): Changed from subst to macro for
4564 efficiency.
4565 (c-beginning-of-defun-1, c-end-of-defun-1): New
4566 beginning-of-defun/end-of-defun wrappers separated from
4567 c-point.
4568
4569 * cc-menus.el (imenu-generic-expression,
4570 imenu-case-fold-search, imenu-progress-message): Dummy
4571 definitions to avoid compiler warnings if imenu can't be
4572 loaded.
4573 * cc-menus.el (cc-imenu-init): New function called at mode
4574 init.
4575 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4576 imenu initializations to cc-imenu-init.
4577
4578 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4579
4580 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4581 for lambda-intro-cont in Pike mode. Case 6 changed.
4582
4583 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4584 anything following "new Foo()" was considered an anonymous
4585 class body in Java mode.
4586
4587 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4588
4589 * cc-cmds.el (c-comment-line-break-function): When breaking in
4590 a string, don't insert a new line.
4591
4592 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4593
4594 * cc-engine.el (c-at-toplevel-p): New interface function which
4595 returns information useful to add-on authors. It tells you
4596 whether you're at a toplevel statement or not.
4597
4598 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4599
4600 * cc-cmds.el (c-comment-line-break-function): It is possible
4601 that forward-line does not land us at the bol, say if we're on
4602 the last line in a file. In that case, do a
4603 back-to-indentation instead of a forward-comment -1.
4604
4605 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4606
4607 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4608 "default:" as normal label in case 4.
4609
4610 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4611
4612 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4613 recognize continued bitfield declarations. Case 5D.1 changed.
4614 * cc-langs.el: New variable c-bitfield-key.
4615 * cc-mode.el: New variable c-bitfield-key.
4616
4617 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4618
4619 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4620 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4621 ..}").
4622
4623 1999-12-12 Dave Love <fx@gnu.org>
4624
4625 * mail/footnote.el: Require cl when compiling. Don't autoload
4626 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4627 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4628 Avoid `acons'.
4629 (footnote-mode-line-string, Footnote-add-footnote): Remove
4630 autoload cookie.
4631
4632 1999-12-12 Richard Sharman <rsharman@pobox.com>
4633
4634 * sh-script.el: Fix for when font-lock mode is active.
4635 (sh-font-lock-unfontify-region-function): New function.
4636
4637 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4638
4639 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4640 if start-process is not bound, since Ispell now supports such
4641 platforms as well.
4642
4643 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4644
4645 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4646 rmail-summary-goto-msg.
4647
4648 * files.el (after-find-file): Fix previous change.
4649
4650 1999-12-11 Dave Love <fx@gnu.org>
4651
4652 * help.el (where-is): Use `commandp' as predicate for
4653 `completing-read'
4654
4655 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4656
4657 * cus-edit.el (custom-save-delete): Delete all occurrences,
4658 leave point where the first occurrence was.
4659 (custom-save-faces): Insert a newline at the end of the comment.
4660 Avoid a double newline there.
4661 If final closeparen is at bol, put a space before it.
4662 (custom-save-variables): Likewise.
4663 (custom-file): Doc fix.
4664
4665 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4666
4667 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4668 regexp matching image and audio files.
4669
4670 1999-12-09 Dave Love <fx@gnu.org>
4671
4672 * mail/footnote.el: New file.
4673
4674 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4675
4676 * files.el (after-find-file): Use auto-save-visited-file-name if
4677 set.
4678
4679 * mail/feedmail.el (feedmail-find-eoh): Take
4680 feedmail-queue-alternative-mail-header-separator into account.
4681
4682 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4683
4684 * smerge-mode.el: New file.
4685
4686 * font-lock.el (font-lock-multiline): New variable.
4687 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4688 (font-lock-remove-keywords): Added a dummy `mode' argument for
4689 potential future support.
4690 (font-lock-fontify-anchored-keywords,
4691 (font-lock-fontify-keywords-region): Only handle multiline strings
4692 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4693
4694 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4695
4696 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4697
4698 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4699
4700 1999-12-07 Dave Love <fx@gnu.org>
4701
4702 * help.el (view-emacs-problems): New command, bound to C-h P.
4703
4704 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4705
4706 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4707
4708 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4709 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4710 New code to support the minor mode version.
4711 (diff-recenter): New function.
4712 (diff-next-hunk, diff-next-file): Use it.
4713 (diff-remembered-files-alist): New var.
4714 (diff-merge-strings): New function.
4715 (diff-find-file-name): Make it smarter and use the user's input more.
4716 (diff-mode): Cosmetic changes.
4717
4718 * files.el (save-some-buffers): Turn EXITING into the more general
4719 PRED argument to allow specifying a subset of buffers.
4720
4721 * simple.el (kill-region): Use the new `delete-and-extract-region'
4722 rather than the undo log (which is incorrect with *-change-functions).
4723
4724 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4725 off-by-one problem that could force re-fontifying the whole buffer.
4726 (font-lock-remove-keywords): New function.
4727 (font-lock-add-keywords): Use the new function to ensure idempotence.
4728
4729 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4730
4731 * viper-cmd.el (viper-minibuffer-standard-hook,
4732 viper-minibuffer-real-start): Mew functions.
4733 (viper-read-string-with-history,viper-file-add-suffix,
4734 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4735 change in the status of the minibuffer prompt.
4736
4737 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4738
4739 * comint.el (comint-redirect-results-list)
4740 (comint-redirect-results-list-from-process): Remove interactive
4741 spec.
4742
4743 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4744
4745 * info.el (info-node, info-menu-5, info-xref): Define colors for
4746 Info faces if the display supports them.
4747
4748 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4749
4750 Changes for automatic remapping of X colors on terminal frames:
4751
4752 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4753 term-setup-hook. Call msdos-remember-default-colors and
4754 msdos-handle-reverse-video.
4755 (msdos-face-setup): Parts of code moved to
4756 msdos-setup-initial-frame.
4757 (msdos-handle-reverse-video): New function, modeled after
4758 x-handle-reverse-video.
4759 (make-msdos-frame): Don't use initial-frame-alist and
4760 default-frame-alist. Call msdos-handle-reverse-video.
4761 (msdos-color-aliases): Remove.
4762 (msdos-color-translate, msdos-approximate-color): Remove.
4763 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4764 for better approximation of X colors.
4765 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4766 up tty-color-alist (it is now on startup.el).
4767 (x-display-color-p, x-color-defined-p, x-color-values,
4768 x-defined-colors, face-color-supported-p, face-color-gray-p):
4769 Remove.
4770
4771 * facemenu.el (facemenu-read-color, list-colors-display): Use
4772 defined-colors for all frame types.
4773 (facemenu-color-equal): Use color-values for all frame types.
4774
4775 * faces.el (read-face-attribute): For :foreground and :background
4776 attributes and frames on character terminals, translate the color
4777 to the closest supported one before looking it up in the list of
4778 valid values.
4779 (face-valid-attribute-values): Call defined-colors for all types
4780 of frames.
4781 (defined-colors, color-defined-p, color-values, display-color-p):
4782 New finctions.
4783 (x-defined-colors, x-color-defined-p, x-color-values,
4784 x-display-color-p): Aliases for the above.
4785
4786 * startup.el (command-line): Register terminal colors for frame
4787 types other than x and w32, but only if the terminal supports
4788 colors. Call tty-color-define instead of face-register-tty-color.
4789
4790 * term/x-win.el (xw-defined-colors): Renamed from
4791 x-defined-colors.
4792 * term/w32-win.el (xw-defined-colors): Likewise.
4793
4794 * term/tty-colors.el: New file.
4795 * loadup.el: Load term/tty-colors.
4796
4797 1999-12-06 Dave Love <fx@gnu.org>
4798
4799 * ffap.el: Autoload the ffap alias directly.
4800
4801 1999-12-06 Inge Frick <inge@nada.kth.se>
4802
4803 * dired-aux.el (dired-do-shell-command): Changed documentation.
4804 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4805 meaning as `*'.
4806
4807 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4808
4809 * simple.el (insert-buffer): Doc fix.
4810
4811 * apropos.el (apropos-mode): Add autoload cookie.
4812
4813 1999-12-06 Sam Steingold <sds@goems.com>
4814
4815 * progmodes/etags.el (etags-tags-completion-table): Modified the
4816 regexp to allow for the CL symbols starting with `+*'.
4817 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4818 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4819 `function' quoting lambda.
4820 (tags-with-face): New macro.
4821 (list-tags, tags-apropos): Use it.
4822 (tags-apropos-additional-actions): New user option.
4823 (etags-tags-apropos-additional): Use it.
4824 (tags-apropos): Call etags-tags-apropos-additional.
4825 (tags-apropos-verbose): New user option.
4826 (etags-tags-apropos): Use it.
4827 (visit-tags-table-buffer, next-file): Use `unless'.
4828 (recognize-empty-tags-table): Renamed to
4829 tags-recognize-empty-tags-table.
4830 (complete-tag): Call tags-complete-tag bypassing try-completion.
4831
4832 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4833
4834 * international/mule.el (set-buffer-file-coding-system): Docstring
4835 modified.
4836
4837 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4838
4839 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4840 using the hideshow package.
4841 (hs-special-modes-alist): Added entry for bibtex to allow the use
4842 of the hideshow package.
4843 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4844 not longer provided by bibtex.el directly. Instead the hideshow
4845 package should be used.
4846 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4847 references to bibtex-hide-entry-bodies.
4848
4849 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4850
4851 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4852 maintainer information closer to the beginning of the bibtex.el
4853 file.
4854 (bibtex-maintainer-salutation): New constant.
4855 (bibtex-version): New constant.
4856 (bibtex-submit-bug-report): Use bibtex-version and
4857 bibtex-maintainer-salutation.
4858 (bibtex-entry-field-alist): Made booktitle field optional for
4859 @inproceedings entries when crossreferenced.
4860 (bibtex-entry-field-alist): Added booktitle field to proceedings
4861 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4862 for the suggestion.
4863 (bibtex-string-file-path): Fixed typo.
4864
4865 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4866
4867 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4868 for reftex.el.
4869 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4870 to menu.
4871
4872 1999-12-04 Dave Love <fx@gnu.org>
4873
4874 * delsel.el: Revert previous change -- region is significant to
4875 skeleton.
4876
4877 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4878
4879 * viper-cmd.el (viper-change-state): Use
4880 viper-ESC-moves-cursor-back to decide whether to move the cursor
4881 back.
4882
4883 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4884
4885 * international/mule-util.el (truncate-string-to-width): Docsting
4886 fixed.
4887
4888 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4889
4890 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4891 use of `cond'.
4892 (lm-with-file): Move all the find-file...kill-buffer stuff into
4893 this macro. Make it use `find-file-noselect' and make it kill
4894 the buffer only if it wasn't already displayed somewhere.
4895 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4896 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4897 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4898 (lm-commentary): Fix to handle the case when the change log is
4899 at the end of the file.
4900
4901 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4902
4903 * international/mule.el (charsetp): Fix typo in docstring.
4904
4905 * international/mule-diag.el (list-coding-categories): Fix typo;
4906 automatic -> autoload.
4907
4908 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4909
4910 * vc.el (vc-update-change-log): Look for rcs2log under
4911 exec-directory.
4912
4913 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4914 outline-regexp, add outline-level.
4915 (lisp-outline-level): New.
4916
4917 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4918 remove extraneous string-match.
4919
4920 * finder.el (finder-commentary): Activate Finder mode.
4921
4922 1999-12-01 Anders Lindgren <andersl@andersl.com>
4923
4924 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4925 off when reverting buffers that contained mode specifiers.
4926 `revert-buffer' is now called with non-nil PRESERVE-MODES
4927 argument.
4928
4929 1999-12-01 Dave Love <fx@gnu.org>
4930
4931 * delsel.el: Grok skeleton-pair-insert-maybe.
4932
4933 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4934
4935 * progmodes/cperl-mode.el (cperl-under-as-char):
4936 Use nil as default.
4937
4938 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4939
4940 * speedbar.el (toplevel): Remove compatibility code for Emacs
4941 versions without custom.el.
4942
4943 1999-11-30 Dave Love <fx@gnu.org>
4944
4945 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4946
4947 * autoinsert.el: Minor doc fixes.
4948 (auto-insert): Return nil.
4949
4950 * faces.el (set-face-documentation): Purecopy STRING.
4951
4952 1999-11-29 Dave Love <fx@gnu.org>
4953
4954 * derived.el: Doc fixes, remove old backquote syntax.
4955
4956 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4957 comment warning about editing.
4958
4959 * help.el (help-mode-hook): Define.
4960
4961 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4962
4963 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4964 invalid translation of old-style backquote syntax to new syntax.
4965
4966 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4967
4968 * Makefile (DONTCOMPILE): Add term/internal.el.
4969
4970 1999-11-26 Dave Love <fx@gnu.org>
4971
4972 * comint.el: Fix last change.
4973
4974 * emacs-lisp/advice.el: Fix last change.
4975
4976 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4977
4978 * cus-edit.el (Custom-reset-standard): Doc fix.
4979 (custom-variable-reset-standard): Doc fix.
4980 (custom-face-reset-standard): Doc fix.
4981 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4982 (custom-variable-menu): Likewise.
4983 (custom-reset-menu): Likewise.
4984 (custom-buffer-create-internal): Likewise.
4985
4986 1999-11-26 Dave Love <fx@gnu.org>
4987
4988 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4989
4990 * font-lock.el: Doc fixes.
4991
4992 * menu-bar.el (menu-bar-mode): Customize.
4993
4994 * cus-start.el: Add use-dialog-box.
4995
4996 * add-log.el (change-log-mode-hook): Customize.
4997 (add-log-current-defun): Use
4998 fortran-{beginning,end}-of-subprogram.
4999
5000 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5001
5002 * emacs-lisp/advice.el: Many doc fixes.
5003
5004 * comint.el (comint-preoutput-filter-functions): Doc fix.
5005
5006 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5007
5008 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5009 Improve messages for capitalization of arg names,
5010 for flag variables, for t and nil, for imperatives.
5011 Call them imperatives rather than infinitives sans "to".
5012 (checkdoc-common-verbs-wrong-voice): Add "moves".
5013 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
5014
5015 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5016 Don't convert comments from 3-semicolon to 2-semicolon.
5017 That is a matter of style.
5018 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
5019 (checkdoc-comments): Don't bind that variable.
5020
5021 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5022
5023 * files.el (write-file-hooks): Doc fix.
5024
5025 1999-11-26 Gerd Moellmann <gerd@gnu.org>
5026
5027 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
5028
5029 1999-11-25 Dave Love <fx@gnu.org>
5030
5031 * hippie-exp.el: Require comint when compiling.
5032 (hippie-expand): Add :links.
5033 (hippie-expand-try-functions-list): Customize.
5034
5035 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
5036
5037 * viper*el: Replaced old-style backquotes.
5038
5039 * ediff*el: Replaced old-style backquotes.
5040
5041 * ediff-merge
5042 (ediff-looks-like-combined-merge,ediff-get-combined-region):
5043 Changed to support the new format for ediff-combination-pattern.
5044
5045 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
5046 Changed to support the new format for ediff-combination-pattern.
5047
5048 1999-11-24 Dave Love <fx@gnu.org>
5049
5050 * custom.el (custom-declare-group): Purecopy DOC.
5051 (custom-handle-keyword): Purecopy VALUE.
5052 (custom-add-link): Purecopy WIDGET.
5053 (custom-add-version): Purecopy VERSION.
5054 (custom-add-load): Purecopy LOAD.
5055
5056 * cus-face.el (custom-declare-face): Purecopy DOC.
5057
5058 * info.el:
5059 (Info-build-node-completions, Info-search, Info-follow-reference)
5060 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
5061 (Info-find-emacs-command-nodes): Avoid properties on matched text
5062 which may appear in minibuffer.
5063
5064 1999-11-24 Gerd Moellmann <gerd@gnu.org>
5065
5066 * locate.el (locate-with-filter): Doc fix.
5067
5068 1999-11-24 Alex Schroeder <alex@gnu.org>
5069
5070 * sql.el (sql-find-sqli-buffer): New function.
5071 (sql-set-sqli-buffer-generally): New function.
5072 (sql-set-sqli-buffer): Better checking of new-buffer.
5073 (sql-copy-column): Add comma after INTO clause, too.
5074
5075 1999-11-24 Alex Schroeder <alex@gnu.org>
5076
5077 * sql.el (sql-imenu-generic-expression): New, used to set
5078 imenu-generic-expression.
5079
5080 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
5081 setting font-lock-defaults' SYNTAX-ALIST. Set
5082 imenu-generic-expression, imenu-case-fold-search, and
5083 imenu-syntax-alist.
5084
5085 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
5086 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
5087
5088 1999-11-23 Andrew Innes <andrewi@gnu.org>
5089
5090 * w32-win.el (w32-drag-n-drop): Load files in current window, if
5091 drop coords aren't over a specific window.
5092
5093 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5094
5095 * ps-print.el: Define mule funs without checking if mule package is
5096 loaded.
5097 (ps-print-version): New version number (5.0.1).
5098 (ps-header-dirpart): Now uses abbreviate-file-name.
5099
5100 1999-11-23 Dave Love <fx@gnu.org>
5101
5102 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
5103 comment-line-start.
5104 (fortran-comment-line-start-skip): Renamed from
5105 comment-line-start-skip.
5106 (fortran-mode-map): Use renamed functions. Add manual and custom
5107 entries to menu.
5108 (fortran-mode-hook): Customize.
5109 (fortran-comment-indent-function): Renamed from
5110 fortran-comment-hook.
5111 (delete-horizontal-regexp): Function deleted.
5112 (fortran-electric-line-number): Simplified.
5113 (fortran-beginning-of-subprogram): Renamed from
5114 beginning-of-fortran-subprogram.
5115 (fortran-end-of-subprogram): Renamed from
5116 end-of-fortran-subprogram.
5117 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5118 (fortran-previous-statement, fortran-next-statement): Simplified.
5119 (fortran-blink-match): New function.
5120 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5121 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5122 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5123 line-end-position.
5124 (fortran-fill): No longer interactive. Simplified.
5125 (fortran-break-line): Simplified.
5126 (fortran-analyze-file-format): Use char-after, not looking-at.
5127
5128 * emacs-lisp/find-func.el (find-function-regexp): Use
5129 `define-minor-mode' after easy-menu change.
5130
5131 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5132
5133 * comint.el: Add redirection.from active comint buffers into
5134 another buffer. Written by Peter Breton.
5135
5136 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5137
5138 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5139 `define-minor-mode'.
5140 (define-minor-mode): Specify `doc-string-elt'.
5141
5142 * emacs-lisp/easy-mmode.el: Changed maintainer.
5143 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5144 Use defcustom for the hooks; Improve the auto-generated docstrings.
5145 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5146 (define-minor-mode): Add BODY arg; Only declare the keymap if
5147 provided; Improve the auto-generated docstrings.
5148
5149 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5150
5151 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5152 that the leading `^' is at the start. This is necessary because
5153 paragraphs.el tries to remove anchors, but can find them only if
5154 they are the first character.
5155
5156 * progmodes/antlr-mode.el: New file.
5157
5158 * calendar/calendar.el: Fix autoload for
5159 calendar-absolute-from-astro. Add autoload for
5160 calendar-print-astro-day-number.
5161
5162 1999-11-21 Anders Lindgren <andersl@andersl.com>
5163
5164 * follow.el: Use modern backquote syntax. Minor comment update.
5165
5166 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5167
5168 * simple.el (with-syntax-table): Don't switch buffers.
5169
5170 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5171 progmodes/hideif.el: Use new backquote syntax.
5172
5173 1999-11-21 Ken Manheimer <klm@python.org>
5174
5175 * icomplete.el (icomplete-completions): Use an explicit variable
5176 `icomplete-prospects-length', obviating the need to use an
5177 apparently faulty throw/catch arrangement.
5178
5179 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5180
5181 * term/internal.el (IT-display-table-setup): Don't overstep
5182 character code 255.
5183
5184 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5185
5186 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5187 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5188
5189 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5190
5191 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5192 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5193
5194 * files.el (auto-mode-alist): Add patterns for diff-mode.
5195
5196 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5197 to detect an empty prompt.
5198
5199 1999-11-18 Dave Love <fx@gnu.org>
5200
5201 * simple.el (input-mode-8-bit): Fix the customization.
5202
5203 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5204
5205 * international/iso-acc.el (iso-languages): Add more
5206 characters for Portuguese.
5207
5208 * speedbar.el: Clean up comment at the start of the file.
5209 Remove RCS id.
5210
5211 * progmodes/compile.el (compilation-parse-errors): Use
5212 compilation-buffer-p instead of testing major-mode.
5213
5214 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5215
5216 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5217 (quickurl-ask): completion-ignore-case is set to the value of
5218 quickurl-completion-ignore-case for the duration of the call to
5219 completing-read.
5220
5221 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5222
5223 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5224
5225 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5226
5227 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5228 instead of ps-print-def.
5229
5230 * ps-print.el: Require ps-vars instead of ps-print-def.
5231
5232 * ps-mule.el: Require ps-vars instead of ps-print-def.
5233
5234 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5235
5236 * simple.el (with-syntax-table): Save buffer explicitly instead of
5237 using save-excursion.
5238
5239 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5240
5241 * mail/supercite.el: New maintainer.
5242
5243 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5244
5245 * progmodes/vhdl-mode.el: Use new backquote syntax.
5246
5247 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5248
5249 * simple.el (with-syntax-table): New.
5250
5251 1999-11-15 Sam Steingold <sds@ksp.com>
5252
5253 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5254
5255 1999-02-22 Sam Steingold <sds@goems.com>
5256
5257 * goto-addr.el (goto-address-at-mouse,
5258 goto-address-find-address-at-point): Use compose-mail.
5259 (goto-address-mail-method): Removed variable.
5260 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5261 goto-address-send-using-mail): Removed functions.
5262
5263 1998-11-03 Sam Steingold <sds@goems.com>
5264
5265 * simple.el (backward-delete-char-untabify):
5266 backward-delete-char-untabify-method can be `all' now - to delete
5267 hungrily including newlines.
5268
5269 1999-11-15 Sam Steingold <sds@ksp.com>
5270
5271 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5272
5273 1999-11-15 Dave Love <fx@gnu.org>
5274
5275 * cus-edit.el (customize-face, customize-face-other-window):
5276 Require match from completing-read.
5277 (custom-buffer-done-function): Default to custom-bury-buffer, not
5278 bury-buffer.
5279
5280 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5281
5282 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5283 progmodes/cperl-mode.el: Use new backquote syntax.
5284
5285 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5286
5287 * uniquify.el: Use new backquote syntax.
5288
5289 1999-11-14 Markus Rost <rost@ias.edu>
5290
5291 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5292 as in ispell-local-dictionary-alist.
5293
5294 1999-11-14 Alex Schroeder <alex@gnu.org>
5295
5296 * ansi-color.el (ansi-color-apply): Updated regexps to include
5297 highlighted face.
5298
5299 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5300
5301 * forms.el (forms--make-format-elt-using-text-properties):
5302 Treat `intangible' differently.
5303
5304 * forms.el: Use new backquote syntax.
5305
5306 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5307
5308 * textmodes/scribe.el (scribe-mode): Doc-fix.
5309
5310 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5311
5312 * net-utils.el (run-network-program, net-utils-run-program): Use
5313 the new backquote syntax.
5314 (smbclient-program, smbclient-program-options)
5315 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5316 variables
5317 (smbclient, smbclient-list-shares): New functions
5318
5319 1999-11-12 Sam Steingold <sds@ksp.com>
5320
5321 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5322 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5323 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5324 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5325 (viper-kbd-global-pair, viper-kbd-global-definition):
5326 Use the new backquote syntax.
5327
5328 * emulation/viper-cmd.el (viper-test-com-defun)
5329 (viper-prefix-arg-value, viper-prefix-arg-com):
5330 Use the new backquote syntax.
5331
5332 * emacs-lisp/debug.el (debugger-env-macro):
5333 Use the new backquote syntax.
5334
5335 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5336 Use the new backquote syntax.
5337
5338 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5339 New user variable.
5340 (calendar-hide-window): Use it.
5341 (increment-calendar-month, calendar-for-loop, calendar-sum):
5342 Use the new backquote syntax.
5343
5344 1999-11-12 Andrew Innes <andrewi@gnu.org>
5345
5346 * select.el (x-set-selection): Call buffer-substring, not
5347 substring. Also fix docstring
5348
5349 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5350
5351 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5352 of customizable variables to bug report message. Added
5353 system-type to package name in bug report.
5354
5355 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5356
5357 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5358 to display file names.
5359
5360 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5361
5362 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5363
5364 * isearch.el: Add lazy-highlighting feature.
5365
5366 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5367
5368 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5369 constant.
5370 (ps-mode-submit-bug-report): New function. Entry added to menu.
5371
5372 1999-11-10 William M. Perry <wmperry@aventail.com>
5373
5374 * mwheel.el: New file to support the new style wheeled mice.
5375
5376 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5377
5378 * startup.el (initial-scratch-message): Add ";;" to the front of
5379 lines in the message.
5380
5381 * files.el (file-local-copy): Remove optional BUFFER argument
5382 because that's not used by anything.
5383
5384 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5385 to-address.
5386
5387 1999-11-08 Markus Rost <rost@ias.edu>
5388
5389 * wid-edit.el (widget-button-click): Wrap with save-excursion
5390 to restore track-mouse in the correct buffer.
5391
5392 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5393
5394 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5395
5396 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5397
5398 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5399 lpr-command to "lp" for some system-types. (copied from lpr.el
5400 Emacs version 20.2.1).
5401
5402 1999-11-04 Markus Rost <rost@ias.edu>
5403
5404 * simple.el (comment-region): Strip off white space at end of
5405 comment-start.
5406
5407 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5408
5409 * faces.el (secondary-selection): Fix wrong color name.
5410
5411 1999-11-04 John Tobey <jtobey@epsilondev.com>
5412
5413 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5414 the default when invoking perldb in a non-Perl buffer, and other
5415 cases involving -e or --.
5416
5417 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5418
5419 * simple.el (previous-matching-history-element)
5420 (next-history-element): Use delete-field instead of erase-field.
5421
5422 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5423 Use delete-field instead of erase-field.
5424
5425 * faces.el (secondary-selection): Change background to yellow.
5426
5427 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5428 find the start of the text. Use field-string to read the user
5429 input.
5430
5431 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5432
5433 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5434 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5435 for compatibility with old face implementation.
5436
5437 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5438 Use erase-field instead of erase-buffer.
5439
5440 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5441 internal-show-cursor with new interface.
5442 (blink-cursor-timer-function): New.
5443 (blink-cursor-start): Use blink-cursor-timer-function.
5444
5445 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5446
5447 * calendar.el (redraw-calendar): Move to nearest date before
5448 redrawing.
5449
5450 * diary-lib.el (simple-diary-display): Reset modeline even if
5451 there are no diary entries since the diary buffer may be displayed.
5452
5453 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5454
5455 * emacs-lisp/debug.el (debug): If noninteractive, display the
5456 backtrace using `message', then exit Emacs.
5457 (debugger-batch-max-lines): New variable.
5458 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5459 Change the messages put at the start, to say that the debugger
5460 was entered.
5461
5462 1999-11-02 Sam Steingold <sds@ksp.com>
5463
5464 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5465
5466 1999-11-01 John Tobey <jtobey@epsilondev.com>
5467
5468 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5469 presence of perl switches other than "-e".
5470
5471 1999-11-01 Markus Rost <rost@ias.edu>
5472
5473 * dired-x.el (dired-smart-shell-command): Use
5474 shell-command-history as in shell-command.
5475
5476 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5477
5478 * userlock.el (ask-user-about-lock): Doc fix.
5479
5480 * frame.el: Doc fixes.
5481
5482 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5483
5484 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5485 of show-cursor.
5486 (blink-cursor-start, blink-cursor-end): Ditto.
5487
5488 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5489
5490 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5491
5492 * window.el (walk-windows): If ALL-FRAMES is a frame,
5493 start on that frame. Use save-selected-window.
5494
5495 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5496
5497 * simple.el (end-of-buffer): Use window-end to find the window end
5498 instead of vertical-motion because this handles variable-height
5499 lines correctly.
5500
5501 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5502
5503 * ediff.el: Version change.
5504
5505 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5506 make sure you are in a good frame before deleting other
5507 windows.
5508 (ediff-file-checked-in-p): Don't consider CVS
5509 files checked in.
5510 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5511 are writing to a newly created empty file.
5512
5513 * ediff-mult.el (ediff-show-session-group-hook): New default.
5514
5515 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5516 First cd to the file directory. reportedly works
5517 better with remote files.
5518
5519 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5520 Use file-name-nondirectory when passing files to CVS.
5521
5522 * ediff-diff.el (ediff-cmp-options): New variable.
5523 (ediff-same-file-contents): Use ediff-cmp-options.
5524
5525 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5526 ediff-get-patch-buffer): Use current buffer if it appears to be a
5527 patch.
5528
5529 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5530 C-g
5531
5532 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5533 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5534 (viper-save-cursor-color,viper-restore-cursor-color):
5535 Improved cursor color handling.
5536 (viper-get-saved-cursor-color-in-replace-mode,
5537 viper-get-saved-cursor-color-in-insert-mode): New functions for
5538 better cursor color handling.
5539
5540 * viper-ex.el (ex-read,ex-edit):
5541 Fixes for correct interpretation of #,%.
5542 (viper-ex): Now works correctly when called from other functions.
5543 (viper-glob-function): New variable.
5544 (viper-ex): Save excursion before doing :global.
5545
5546 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5547
5548 * viper-cmd.el (viper-post-command-sentinel,
5549 viper-insert-state-post-command-sentinel,
5550 viper-insert-state-pre-command-sentinel): Takes better care of
5551 cursor colors.
5552
5553 * viper.el: Version change.
5554
5555 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5556
5557 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5558 that the modeline display was updated *only* when
5559 `whitespace-display-in-modeline' was set, not otherwise.
5560
5561 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5562
5563 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5564 "frac12".
5565
5566 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5567 ad-activate.
5568
5569 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5570
5571 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5572 using fboundp instead of assuming that these are not present in
5573 particular flavors of emacs.
5574 (whitespace-version): Update to 2.8
5575 (whitespace-display-in-modeline): Add custom variable to control
5576 displaying the whitespace errors on the modeline based on
5577 suggestion from <klaus.berndl@sdm.de>
5578 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5579 clean, to enable using as a hook function, as suggested by Puneet
5580 Goel <puneet@computer.org>
5581 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5582 quiet was not set, even with whitespace-auto-cleanup set.
5583 (whitespace-mode-line): Now uses less modeline real estate and
5584 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5585 which is present in the file, and <y> is any type of whitespace
5586 whose check has been suppressed by setting
5587 `whitespace-check-<whitespace-type>' to nil.
5588 (whitespace-unchecked-whitespaces): New function to return the
5589 list of whitespaces for whom checks have been suppressed.
5590 (whitespace-display-unchecked-whitespaces): Renamed to
5591 `whitespace-update-modeline' to reflect its functionality.
5592
5593 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5594
5595 * progmodes/compile.el (compilation-error-regexp-alist):
5596 Undo previous change.
5597
5598 1999-10-28 Dave Love <fx@gnu.org>
5599
5600 * help.el (help-follow): Make arg optional again and really
5601 default to point.
5602
5603 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5604
5605 * paths.el (rmail-file-name): Make it an option.
5606
5607 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5608 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5609 comment fixes.
5610
5611 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5612 MIPS Pro 7.3 compiler error message syntax.
5613
5614 1999-10-27 Dave Love <fx@gnu.org>
5615
5616 * progmodes/compile.el: Checkdoc-inspired fixes.
5617
5618 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5619
5620 * lpr.el (print-buffer): Doc-string fix.
5621
5622 1999-10-27 Dave Love <fx@gnu.org>
5623
5624 * emacs-lisp/advice.el: Doc fixes.
5625 (ad-lemacs-p): Removed.
5626 (advice): Add :link to defgroup.
5627
5628 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5629
5630 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5631 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5632
5633 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5634
5635 * window.el (walk-windows): If ALL-FRAMES is a frame,
5636 start on that frame. Use save-selected-window.
5637
5638 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5639
5640 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5641 ad-activate. All callers changed, including those in data.c.
5642 (ad-activate-internal-off): Renamed from ad-activate-off.
5643 All uses changed.
5644 (ad-activate): Renamed from ad-activate-on. All uses changed.
5645 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5646 Alter the definition of ad-activate-internal, not ad-activate.
5647
5648 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5649
5650 * startup.el (command-line-1): Add support for command line
5651 arguments `file' and `execute'. Fix handling of `visit'.
5652
5653 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5654
5655 * international/mule-cmds.el (read-input-method-name): Handle the
5656 case that the arg DEFAULT is symbol.
5657
5658 * international/mule-diag.el (mule-diag): Handle the case that
5659 default-input-method is symbol.
5660
5661 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5662
5663 * textmodes/tildify.el: New file.
5664
5665 1999-10-25 Sam Steingold <sds@ksp.com>
5666
5667 * Makefile (compile-files): Fixed the "tr" strings.
5668 (EMACS): Set to ../src/emacs.
5669
5670 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5671
5672 * info.el (Info-build-node-completions): Add '("*") to the
5673 completion list.
5674
5675 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5676
5677 * frame.el (auto-raise-mode): When enabling the mode,
5678 immediately raise the selected frame.
5679
5680 * indent.el (indent-region): Doc fix.
5681
5682 * comint.el (comint-output-filter): Make the Comint buffer current
5683 for the comint-preoutput-filter-functions.
5684
5685 * mail/reporter.el: Doc fix.
5686
5687 1999-10-24 Stephen Eglen <stephen@gnu.org>
5688
5689 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5690 that Octave lisp files can also run under XEmacs 20.
5691 (require 'custom) added so that files can run under Emacs 19.34.
5692
5693 * iswitchb.el (iswitchb-default-keybindings): No need to use
5694 read-kbd-macro in keybindings.
5695
5696 1999-10-23 Dave Love <fx@gnu.org>
5697
5698 * elide-head.el: New file.
5699
5700 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5701
5702 * Makefile (compile-files, backup-compiled-files): New targets.
5703 (bootstrap, bootstrap-clean): Ditto.
5704
5705 1999-10-22 Paul Eggert <eggert@twinsun.com>
5706
5707 * international/mule-cmds.c (locale-language-names):
5708 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5709 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5710 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5711 Use Latin-8 for Welsh.
5712 Use Latin-1 for English if "en" is explicitly specified.
5713 Use Latin-1 for Scots Gaelic, Tagalog.
5714 Use Latin-1 (not Latin-4) for Greenlandic.
5715 Use Latin-1 (not Latin-2) for Albanian.
5716 (locale-preferred-coding-systems, locale-language-names):
5717 Remove generic ISO 8859 locales; locale-charset-language-names now
5718 does this.
5719 (locale-charset-language-names): New variable.
5720 (set-locale-environment): Use language name specified by
5721 locale-charset-language-names if its charsets disagree with the
5722 language name specified by locale-language-names.
5723
5724 1999-10-22 Dave Love <fx@gnu.org>
5725
5726 * make-mode.el: Minor doc fixes.
5727
5728 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5729
5730 1999-10-21 Dave Love <fx@gnu.org>
5731
5732 * loadup.el: Add latin-8, latin-9.
5733
5734 1999-10-20 Paul Eggert <eggert@twinsun.com>
5735
5736 * disp-table.el (standard-display-european): Remove undocumented
5737 arg AUTO; no longer used by startup.el. Do not attempt to treat
5738 all non-English language environments as coding system names.
5739 Instead, use the downcased language environment name as a coding
5740 system name if it is one; otherwise, use latin-1.
5741
5742 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5743
5744 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5745 that were split so that part of the comment appeared as Lisp code.
5746
5747 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5748
5749 * ps-bdf.el: Doc fix.
5750
5751 * ps-print-def.el: New file: common definitions for all parts of
5752 ps-print.
5753 (ps-multibyte-buffer): Moved from ps-mule.
5754
5755 * ps-mule.el: File dependence fix.
5756 (ps-multibyte-buffer): Moved to ps-print-def.
5757
5758 * ps-print.el: Doc fix, better customization.
5759 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5760 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5761 (ps-end-file): Doc fix.
5762 (ps-setup, ps-begin-file): Fun fix.
5763 (postscript): New group.
5764 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5765 (ps-print-prologue-1): Adjust PostScript programming.
5766 (ps-print): Adjust group hierarchy.
5767 (ps-print-n-up, ps-print-zebra, ps-print-background,
5768 ps-print-printer)
5769 (ps-print-page): New subgroups.
5770 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5771 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5772 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5773 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5774 (ps-zebra-stripe-height, ps-print-background-image)
5775 (ps-print-background-text, ps-spool-config): Adjust customization.
5776 (dos-ps-printer): Definition eliminated.
5777
5778 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5779
5780 * ps-mule.el: Doc fix, define functions properly if mule package is
5781 loaded or not.
5782 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5783 mule package is loaded or not.
5784
5785 * ps-print.el: Doc fix, n-up printing.
5786 (ps-print-version): New version number (5.0).
5787 (ps-page-dimensions-database): Added document media.
5788 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5789 (ps-page-order, ps-printing-region-p): New vars.
5790 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5791 funs.
5792 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5793 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5794 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5795 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5796 (ps-print-begin-sheet-hook): New hook.
5797 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5798 const.
5799 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5800 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5801 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5802 (ps-count-lines): Changed to defun.
5803 (ps-header-page): Changed to defsubst, fix fun.
5804 (ps-printing-region): Doc fix, adjust programming code.
5805 (ps-output-boolean, ps-background-pages, ps-background-text)
5806 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5807 programming code.
5808
5809 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5810
5811 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5812 (ps-print-version): New version number (4.2).
5813 (ps-spool-config, ps-spool-tumble): New vars.
5814 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5815 programming, new PostScript procedure to handle errors.
5816 (ps-print-prologue-2): Changed to defconst.
5817 (ps-print-duplex-feature): New const: duplex and tumble setting.
5818 (ps-setup, ps-begin-file): Fix funs.
5819 (ps-boolean-capitalized): New fun.
5820
5821 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5822
5823 * Makefile (dontcompilefiles): Obsoleted.
5824 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5825 (EL): Unused.
5826 (temacs): Removed (unused).
5827 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5828 version of the file (necessary for the update to work properly).
5829 (autoloads): Force the use of `pwd`/loaddefs.el.
5830 (updates); Redefined in terms of other targets to reduce redundancy.
5831 (.el.elc): New default rule, just in case you want it.
5832 (compile): Use a single invocation of Emacs.
5833 (bootstrap-compile); Unneeded.
5834 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5835
5836 1999-10-19 Dave Love <fx@gnu.org>
5837
5838 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5839
5840 1999-10-19 Sam Steingold <sds@ksp.com>
5841
5842 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5843 comply with the comment.
5844
5845 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5846
5847 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5848 permanent-local.
5849
5850 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5851
5852 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5853 value: \"lpr\" changed to "lpr"
5854 (ps-mode-version): New constant
5855 (ps-mode-show-version): New function, added key in ps-mode-map
5856 (ps-run-messages): Removed
5857 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5858 ps-run-messages. These keywords now include the value of
5859 ps-run-prompt, making its fontification customizable.
5860 (ps-run-init): Removed \\n from docstring, it is now added when
5861 the value is used
5862 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5863 ps-run-prompt
5864 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5865 customizable variables in doc-string (its equivalent
5866 ps-run-messages was missing in previous version of the doc-string)
5867 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5868 symbols only
5869
5870 1999-10-19 Alex Schroeder <alex@gnu.org>
5871
5872 * ansi-color.el: Complete rewrite.
5873
5874 1999-10-19 Paul Eggert <eggert@twinsun.com>
5875
5876 Fix bootstrapping problems.
5877 Use the system locale to specify Emacs locale defaults.
5878
5879 * international/mule-cmds.el (global-map):
5880 Do not use backquote, because that makes a bootstrapping
5881 problem if you need to recompile all Lisp files using interpreted code.
5882 * international/mule.el (charset-id, charset-bytes,
5883 charset-dimension, charset-chars, charset-width,
5884 charset-direction, charset-iso-final-char,
5885 charset-iso-graphic-plane, charset-reverse-charset,
5886 charset-short-name, charset-long-name, charset-description,
5887 charset-plist): Likewise.
5888 * subr.el (save-match-data): Likewise.
5889
5890 * international/mule-cmds.el
5891 (set-display-table-and-terminal-coding-system): New function,
5892 containing code migrated out of set-language-environment.
5893 (set-language-environment, set-locale-environment): Use it.
5894 (locale-translation-file-name): Moved here from startup.el.
5895 (locale-language-names, locale-preferred-coding-systems):
5896 New vars.
5897 (locale-name-match, set-locale-environment): New functions.
5898
5899 * language/japan-util.el (setup-japanese-environment-internal):
5900 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5901
5902 * startup.el (iso-8859-n-locale-regexp): Remove.
5903 (locale-translation-file-name): Move to mule-cmds.el.
5904 (command-line): Move locale-stuff into set-locale-environment.
5905
5906 1999-10-18 Dave Love <fx@gnu.org>
5907
5908 * abbrev.el (add-abbrev, inverse-add-abbrev)
5909 (expand-region-abbrevs): Remove properties from buffer text.
5910
5911 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5912
5913 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5914 from the mini-buffer, without the prompt.
5915
5916 * simple.el (minibuffer-prompt-end): Return the position
5917 after the prompt, not the position of that last character
5918 of the prompt.
5919
5920 1999-10-17 Miles Bader <miles@gnu.org>
5921
5922 * simple.el: Doc fixes.
5923
5924 1999-10-17 Miles Bader <miles@gnu.org>
5925
5926 * simple.el (previous-matching-history-element, next-history-element):
5927 Change to work correctly even if the point is in the prompt.
5928 (choose-completion-string): Likewise.
5929 (minibuffer-prompt-width): New function (compatibility with old subr).
5930
5931 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5932 When constraining the final position to the current field,
5933 don't use the ONLY-IN-LINE mode of constrain-to-field.
5934
5935 1999-10-17 Miles Bader <miles@gnu.org>
5936
5937 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5938 constrain-to-field.
5939 * textmodes/paragraphs.el (forward-sentence): Likewise.
5940
5941 1999-10-17 Miles Bader <miles@gnu.org>
5942
5943 * simple.el (line-move): Use constrain-to-field to avoid
5944 moving into a prompt.
5945 (previous-complete-history-element): Clarify doc string.
5946 (next-complete-history-element): Likewise.
5947 Use field-beginning instead of point-min.
5948 (next-matching-history-element): Use field-beginning and
5949 erase-field instead of point-min and erase-buffer.
5950 * textmodes/paragraphs.el
5951 (forward-paragraph, forward-sentence): Likewise.
5952 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5953 constrain the kill to an field, as the movement commands now
5954 do this.
5955
5956 1999-10-17 Miles Bader <miles@gnu.org>
5957
5958 * simple.el (previous-matching-history-element): Get the
5959 minibuffer input with field-string instead of buffer-string.
5960 (choose-completion-string): Likewise.
5961 (next-history-element): Likewise.
5962 Erase the minibuffer input with erase-field, not erase-buffer.
5963 Use field-beginning to find the beginning of the input.
5964 * textmodes/paragraphs.el (backward-kill-sentence):
5965 Remove minibuffer-prompt hack.
5966 Constrain to any input field.
5967
5968 1999-10-17 Sam Steingold <sds@ksp.com>
5969
5970 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5971 for CMUCL on sparc and ".ufsl" for LispWorks.
5972 (bound-and-true-p): Bugfix: free variable `v'.
5973
5974 1999-10-16 Dave Love <d.love@dl.ac.uk>
5975
5976 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5977 (edebug-uninstall-read-eval-functions): Use load-read-function,
5978 avoiding elisp-eval.
5979
5980 1999-10-16 Sam Steingold <sds@ksp.com>
5981
5982 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5983 instead of `eql'.
5984
5985 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5986
5987 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5988 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5989 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5990 * ediff-util.el (ediff-make-temp-file):
5991 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5992 * emerge.el (emerge-make-temp-file):
5993 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5994 * vc.el (vc-update-change-log):
5995 * mail/mailpost.el (post-mail-send-it):
5996 * mail/metamail.el (metamail-region):
5997 * progmodes/cmacexp.el (c-macro-expansion):
5998 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5999
6000 1999-10-15 Gerd Moellmann <gerd@gnu.org>
6001
6002 * smtpmail.el (smtpmail-via-smtp): Add support for
6003 automatically appending a domain to RCPT TO: addresses.
6004
6005 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6006
6007 * dired.el (dired-insert-directory): Insert the amount of
6008 free space after the total size.
6009 (dired-free-space-program, dired-free-space-args): New variables.
6010
6011 1999-10-14 Karl Heuer <kwzh@gnu.org>
6012
6013 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
6014
6015 1999-10-14 Dave Love <fx@gnu.org>
6016
6017 * international/characters.el:
6018 * international/fontset.el:
6019 * international/mule-conf.el: Add latin-iso8859-1[45].
6020
6021 * language/european.el: Add Latin-8, Latin-9. Modify some doc
6022 strings.
6023
6024 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
6025 (command-line): Detect Latin-[89] locales.
6026
6027 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6028
6029 * international/mule-cmds.el (select-safe-coding-system)
6030 (leim-list-header): Avoid the use of strings that start with backslash
6031 newline since lread.c:read1 has a hack to turn those strings into
6032 integer 0 during the loadup.el process.
6033
6034 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
6035
6036 1999-10-13 Dave Love <fx@gnu.org>
6037
6038 * image.el (insert-image): Copy the image spec and add an
6039 intangible property.
6040
6041 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
6042
6043 * help.el (help-xref-interned): Make it also work on variable-only
6044 and function-only symbols.
6045 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
6046 (help-follow): If the point under mouse is not highlighted, try
6047 `help-xref-interned' on the pointed-to symbol anyway.
6048
6049 * info.el (Info-on-current-buffer): New entry point.
6050 (Info-find-node): Split into two for Info-on-current-buffer to
6051 hook into it.
6052 (Info-current-file, Info-set-mode-line, Info-up):
6053 Info-current-file can now be t.
6054 (Info-clone-buffer-hook): Function for `clone-buffer'.
6055 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
6056 Make `clone-buffer' available in various ways to the user.
6057
6058 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
6059
6060 * simple.el (shell-command, shell-command-on-region): Use
6061 make-temp-file.
6062 (clone-buffer, clone-process, clone-buffer-hook): New functions.
6063
6064 * subr.el (with-current-buffer): Don't use backquotes to avoid
6065 bootstrapping problems.
6066
6067 * loadup.el (load-path): Add subdirs for bootstrapping.
6068 (docstrings): Ignore errors during bootstrapping.
6069 (args): New `bootstrap' argument (for use in place of `dump').
6070
6071 1999-10-12 Emmanuel Briot <briot@gnat.com>
6072
6073 * ada-stmt.el: Doc-string fixes.
6074
6075 1999-10-12 Gerd Moellmann <gerd@gnu.org>
6076
6077 * recentf.el: New file.
6078
6079 * ps-mode.el: New file.
6080
6081 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
6082 case insensitive.
6083
6084 1999-10-12 Richard Sharman <rsharman@pobox.com>
6085
6086 * sh-script.el: Added support for indenting existing scripts.
6087 (sh-mode-map): Added new bindings.
6088 (sh-mode): Updated mode doc-string for new commands, added
6089 make-local-variable calls, initialize mode-specific variables.
6090 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
6091 is now a different function.
6092 (sh-header-marker): Changed docstring.
6093 (sh-set-shell): Initialize mode-specific variables.
6094 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
6095 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
6096 Changed these define-skeleton calls to work with user-specified
6097 indentation settings.
6098 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
6099 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
6100 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
6101 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
6102 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
6103 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6104 (sh-guess-basic-offset, sh-handle-after-case-label)
6105 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6106 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6107 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6108 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6109 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6110 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6111 (sh-handle-this-then, sh-help-string-for-variable)
6112 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6113 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6114 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6115 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6116 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6117 (sh-remove-our-text-properties, sh-rescan-buffer)
6118 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6119 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6120 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6121 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6122 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6123 functions.
6124 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6125 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6126 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6127 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6128 (sh-var-list): New variables.
6129
6130 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6131
6132 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6133 a value one line to high if the cursor wasn't at the start of a
6134 line. A `beginning-of-line' is now performed before making the
6135 call to `count-lines'.
6136
6137 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6138
6139 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6140
6141 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6142
6143 * Makefile (setwins): Abstract out the command to find subdirectories
6144 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6145 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6146 (autoloads-with-other-emacs): Use it.
6147
6148 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6149
6150 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6151
6152 * Makefile (bootstrap-compile): New target. Compile Lisp
6153 files with ../src/temacs.
6154
6155 1999-10-08 Dave Love <fx@gnu.org>
6156
6157 * ange-ftp.el: Require dired when compiling.
6158 (ange-ftp-normal-login): Allow EFS-style port specification.
6159
6160 1999-10-08 Simon Marshall <simon@gnu.org>
6161
6162 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6163 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6164 If STRINGS is nil, return "" rather than nil.
6165
6166 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6167
6168 * Makefile (compile): Compile files one by one. Set load-path to
6169 current directory and subdirectories when compiling.
6170
6171 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6172
6173 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6174 (emacs): Use it everywhere instead of EMACS.
6175 (compile): New target. Compile all Lisp files from scratch.
6176 (recompile): New target. Recompile lisp directory.
6177 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6178 an Emacs executable not built in the current directory tree.
6179
6180 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6181
6182 * filecache.el (file-cache-completion-ignore-case): New variable,
6183 defaulting to the value of completion-ignore-case.
6184 (file-cache-minibuffer-complete): Use it.
6185 (file-cache-files-matching, file-cache-files-matching-internal):
6186 New functions.
6187
6188 1999-10-07 Emmanuel Briot <briot@gnat.com>
6189
6190 * ada-xref.el: New file
6191
6192 * ada-prj.el: New file
6193
6194 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6195
6196 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6197 subprogram being created.
6198
6199 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6200 ada-indent-newline-indent): Rewritten to support the new indentation
6201 scheme
6202
6203 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6204 New functions
6205
6206 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6207 justification parameter
6208
6209 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6210 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6211 external program
6212
6213 1999-10-07 Dave Love <fx@gnu.org>
6214
6215 * bindings.el (bound-and-true-p): New macro.
6216 (make-mode-line-mouse-sensitive): Don't require easymenu.
6217
6218 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6219
6220 * custom.el (defface): Extend documentation for new values of
6221 `type'.
6222
6223 * faces.el (face-spec-set-match-display): Recognize `type' of
6224 `motif', `lucid', `x-toolkit'.
6225 (menu): New face.
6226
6227 1999-10-05 Dave Love <fx@gnu.org>
6228
6229 * files.el: Recognize temporary crontab files.
6230
6231 * info.el: Require jka-compr when compiling.
6232 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6233
6234 1999-10-04 Dave Love <fx@gnu.org>
6235
6236 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6237 scroll-up-aggressively, scroll-down-aggressively.
6238
6239 * time.el (display-time-mode): Add autoload cookie.
6240
6241 * rect.el (delete-extract-rectangle): Doc fix from verna.
6242
6243 * help-macro.el (three-step-help): Customize.
6244
6245 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6246
6247 * hexl.el (hexlify-buffer): Move point in proper range
6248 if it is too large.
6249 (hexl-after-revert-hook): Update hexl-max-address.
6250 (hexl-address-to-marker): Doc fix.
6251
6252 1999-10-03 Dave Love <fx@gnu.org>
6253
6254 * image.el (defimage): Remove redundant code. Substitute file in
6255 image plist.
6256
6257 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6258
6259 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6260 when doing with-temp-file.
6261
6262 1999-10-01 Dave Love <fx@gnu.org>
6263
6264 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6265
6266 * help.el: Require view when compiling.
6267 (view-emacs-FAQ): Use Info version.
6268
6269 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6270
6271 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6272 (normat->normal). Use correct font names for Korean
6273 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6274
6275 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6276
6277 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6278 code not used by KOI8 to the same 8-bit code instead of mapping to
6279 SPC.
6280 (cyrillic-alternativnyj-decode-table): Likewise.
6281
6282 1999-09-29 Alex Schroeder <alex@gnu.org>
6283
6284 * sql.el (sql-imenu-generic-expression): Aew, used to set
6285 imenu-generic-expression.
6286 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6287 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6288 imenu-case-fold-search, and imenu-syntax-alist.
6289 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6290 setting font-lock-defaults' SYNTAX-ALIST.
6291
6292 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6293
6294 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6295 macro, try again.
6296
6297 1999-09-28 Dave Love <fx@gnu.org>
6298
6299 * cus-edit.el (custom-comment): Change widget definition.
6300 (custom-comment-create, custom-comment-show)
6301 (custom-comment-invisible-p): Don't use :comment-overlay.
6302 (custom-comment-hide): New function.
6303 (custom-variable-set, custom-variable-save)
6304 (custom-variable-reset-standard, custom-face-set)
6305 (custom-face-save): Use it.
6306
6307 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6308
6309 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6310
6311 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6312
6313 * faces.el (region): Doc fix.
6314
6315 1999-09-27 Dave Love <fx@gnu.org>
6316
6317 * isearch.el (isearch): Add :links in defgroup.
6318 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6319 (isearch-switch-frame-handler): Comment out (unused).
6320 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6321 (isearch-ring-retreat-edit): Doc fix.
6322 (isearch-mouse-yank): New command.
6323 (isearch-last-command-char): Removed. Callers changed to use
6324 last-command-char.
6325 (isearch-char-to-string): Removed. Callers changed to use
6326 char-to-string.
6327
6328 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6329
6330 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6331 option for Russian.
6332
6333 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6334
6335 * faces.el (face-differs-from-default-p): Compare face
6336 attributes individually.
6337
6338 * image.el (put-image, insert-image): Add string argument.
6339
6340 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6341
6342 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6343 LANG=de_DE.iso88591 on HPUX 11.0.
6344
6345 * dired.el (dired-move-to-filename-regexp): Make it work
6346 for LANG=de_DE.iso88591 on HPUX 11.0.
6347
6348 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6349
6350 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6351 if we know for some other reason it should not be used.
6352
6353 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6354 New variable.
6355 (edebug-recursive-edit): Save current-prefix-arg there,
6356 bind it, and set it back at the end.
6357 (edebug-outside-excursion): Restore and update the outside
6358 value of current-prefix-arg.
6359 (edebug-emacs-version-specific): Delete support for Epoch.
6360
6361 1999-09-24 Howard Melman <howard@silverstream.com>
6362
6363 * imenu.el (imenu-after-jump-hook): New variable.
6364 (imenu): Run menu-after-jump-hook.
6365 (imenu-name-lookup-function): New variable.
6366 * imenu.el (imenu--in-alist): Use those variables.
6367
6368 1999-09-24 Carsten Dominik <cd@gnu.org>
6369
6370 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6371 multiple thebibliography environments.
6372
6373 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6374 with recentering window.
6375 (reftex-extract-bib-entries-from-thebibliography,
6376 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6377 with multiple thebibliography environments.
6378
6379 * textmodes/reftex-vars.el
6380 (reftex-section-levels): Function allowed as cdr.
6381 (reftex-max-section-depth) New option.
6382
6383 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6384 with multiple thebibliography environments.
6385
6386 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6387
6388 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6389 instead of point-min in call to delete-region.
6390
6391 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6392
6393 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6394 out into arbitrary file names.
6395
6396 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6397
6398 * language/european.el ("Turkish"): New language environment.
6399
6400 1999-09-19 Dave Love <fx@gnu.org>
6401
6402 * delim-col.el: New file.
6403
6404 1999-09-17 Richard Stallman <rms@gnu.org>
6405
6406 * files.el (after-find-file): When visiting a backup file,
6407 make it read-only.
6408
6409 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6410 (apropos-keybinding-face, apropos-label-face): Likewise.
6411 (apropos-property-face, apropos-match-face): Likewise.
6412 (apropos-label-properties): New variable.
6413 (apropos-print-doc): Use apropos-label-properties.
6414 (apropos-print): Set apropos-label-properties.
6415
6416 1999-09-15 Richard Stallman <rms@gnu.org>
6417
6418 * winner.el: Use aref instead of sref.
6419
6420 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6421
6422 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6423
6424 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6425
6426 1999-09-14 Richard Stallman <rms@gnu.org>
6427
6428 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6429 cookie, even if followed by a letter.
6430
6431 1999-09-14 Stephen Eglen <stephen@gnu.org>
6432
6433 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6434 --no-line-editing are passed to Octave by including them here
6435 rather than storing them in inferior-octave-startup-args.
6436
6437 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6438
6439 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6440 command, option, env and sc.
6441
6442 * subr.el (shell-quote-argument): Quote argument with double
6443 quotes for ms-dos.
6444
6445 1999-09-14 Richard Stallman <rms@gnu.org>
6446
6447 * simple.el (eval-expression-print-level): New variable.
6448 (eval-expression-print-length): New variable.
6449 (eval-expression-debug-on-error): New variable.
6450 (eval-expression): Bind print-level, print-length and
6451 debug-on-error from those vars.
6452
6453 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6454 Bind print-level, print-length and debug-on-error.
6455
6456 1999-09-14 Inge Frick <inge@nada.kth.se>
6457
6458 * dired.el (dired-recursive-deletes): New custom variable.
6459 (dired-re-no-dot): New variable.
6460 (dired-delete-file): New function deletes files and directories
6461 recursively.
6462 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6463
6464 * dired-aux.el (dired-recursive-copies): New custom variable.
6465 (dired-handle-overwrite): Broke a long line.
6466 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6467 `copy-file'.
6468 (dired-copy-file-recursive): New function. Copy directories
6469 recursively.
6470 (dired-do-create-files): Added support for generalized directory
6471 target. How-to function may now return a function. New fluid
6472 variable `dired-one-file'.
6473 (dired-copy-how-to-fn): New variable.
6474 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6475 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6476 (dired-do-copy-regexp): No recursive copies.
6477
6478 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6479
6480 * whitespace.el (whitespace-version): Update version to 2.4
6481
6482 * whitespace.el: Add customization variables to conditionally test
6483 any of the five whitespaces, per request from Rune Kleveland
6484 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6485
6486 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6487
6488 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6489 list of modes to be checked for bogus whitespaces.
6490
6491 * whitespace.el (whitespace-rescan-timer-time): Update
6492 documentation.
6493
6494 * whitespace.el (whitespace-display-unchecked-whitespaces):
6495 New function to update modeline with untested whitespaces.
6496
6497 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6498 checking is turned on, and update modeline using the newly created
6499 `whitespace-display-unchecked-whitespaces'.
6500
6501 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6502 whose checking is turned on, and update modeline using the newly
6503 created `whitespace-display-unchecked-whitespaces'.
6504
6505 * whitespace.el (whitespace-describe): Update documentation.
6506
6507 * whitespace.el (whitespace-tickle-timer): Test if
6508 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6509
6510 1999-09-13 Dave Love <fx@gnu.org>
6511
6512 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6513
6514 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6515 for temp buffer.
6516 (checkdoc-this-string-valid): Don't assume default comment-start.
6517
6518 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6519
6520 * rsz-mini.el: Remove code, keep the interface.
6521
6522 1999-09-13 Dave Love <fx@gnu.org>
6523
6524 * help.el (help-highlight-p): Doc fix.
6525
6526 * faces.el (mode-line, header-line, tool-bar): Add :version.
6527 (highlight, secondary-selection): Add :group.
6528 (trailing-whitespace): Add :group, :version.
6529
6530 * wid-edit.el: Remove some compatibility code and checks.
6531 (widget-specify-field, widget-specify-button): Don't use XEmacs
6532 properties.
6533 (widget-overlay-inactive): Change error message.
6534 (widget-button-pressed-face): New variable.
6535 (widget-button-click): Use it.
6536 (widget-documentation-link-add): Specify mouse and button faces.
6537 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6538 removed now the functionality is built in.
6539
6540 * cus-edit.el: Don't define-widget-keywords.
6541 (multimedia): New group.
6542 (custom-last): Function removed.
6543 (custom-quote): Add vectorp case, comment out characterp case.
6544 (custom-buffer-done-function, custom-raised-buttons): New option.
6545 (Custom-buffer-done): New function.
6546 (custom-buffer-create-internal): Obey custom-raised-buttons,
6547 Custom-buffer-done.
6548 (custom-button-face): Make it `released-button'.
6549 (custom-button-pressed-face): Make it `pressed-button'
6550 (custom-mode-map): Bind "q" to Custom-buffer-done.
6551 (custom-mode): Deal with raised/pressed buttons.
6552
6553 Changes from Didier Verna:
6554 (custom-prompt-variable): Optional third arg makes prompt for a
6555 comment string.
6556 (customize-set-value, customize-set-variable,
6557 customize-save-variable): Optional prefix makes function handle
6558 variable comments.
6559 (customize-customized, customize-saved, custom-variable-state-set)
6560 (custom-variable-set, custom-variable-save, custom-face-state-set)
6561 (custom-variable-reset-saved, custom-variable-reset-standard)
6562 (custom-face-set, custom-face-save, custom-face-reset-saved)
6563 (custom-face-reset-standard, customize-save-customized): Handle
6564 custom comments.
6565 (custom-comment-face, custom-comment-tag-face): New face.
6566 (custom-comment): New widget.
6567 (custom-comment-create, custom-comment-delete)
6568 (custom-comment-value-set, custom-comment-show)
6569 ()custom-comment-invisible-p): New functions.
6570 (custom-variable-value-create, custom-face-value-create): Create a
6571 comment field widget.
6572 (custom-variable-menu, custom-face-menu): New entry for custom
6573 comment.
6574 (custom-face-value-create): Remove compatibility code.
6575 (custom-save-variables, custom-save-faces): Possibly save custom
6576 comments.
6577
6578 * cus-face.el (custom-face-attributes): Simplify :underline,
6579 :overline, :inverse-video cases. Fix up :box case (probably needs
6580 more work).
6581
6582 Change from Didier Verna:
6583 (custom-set-faces): The arguments can now have a custom comment as
6584 fourth argument.
6585
6586 * custom.el: Don't define-widget-keywords.
6587 Change from Didier Verna:
6588 (custom-set-variables): The arguments can now have a
6589 custom comment as fifth element.
6590
6591 1999-09-13 Richard Stallman <rms@gnu.org>
6592
6593 * info.el (Info-find-node): Cope better if guesspos is too large.
6594
6595 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6596
6597 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6598 of buffer-substring because buffer-string doesn't copy the
6599 prompt.
6600
6601 * faces.el (mode-line): Replaces `modeline'.
6602 (toplevel): Make `modeline' an alias for `mode-line'.
6603
6604 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6605
6606 * gs.el: Change `ghostscript' to `postscript' in comment.
6607
6608 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6609
6610 * emulation/tpu-edt.el (tpu-version): New version.
6611 (tpu-search-overlay, tpu-replace-overlay): New variables.
6612 (tpu-search-highlight, tpu-toggle-direction): New functions.
6613 (tpu-lm-replace): Set tpu-replace-overlay.
6614 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6615 command hook.
6616
6617 1999-09-11 Richard Stallman <rms@gnu.org>
6618
6619 * isearch.el (isearch-mode-map): Undo previous change.
6620
6621 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6622 use all of that as the sexp.
6623
6624 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6625 and use the initial argument as file name directly.
6626 Likewise if nothing matches.
6627
6628 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6629
6630 * winner.el: Major changes. Avoid changing point and mark.
6631 Save configurations after they change, not before.
6632
6633 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6634
6635 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6636 Bind print-continuous-numbering and print-number-table.
6637
6638 1999-09-10 Dave Love <fx@gnu.org>
6639
6640 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6641
6642 1999-09-09 Richard Stallman <rms@gnu.org>
6643
6644 * whitespace.el: Finish making it fit Emacs conventions.
6645 Add autoloads.
6646
6647 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6648
6649 * generic-x.el (bat-generic-mode): "::"-style comments don't
6650 need to begin with "-". Fix the font-lock definitions of ON/OFF
6651 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6652 from the list of keywords. Add DO to the list of keywords.
6653
6654 1999-09-09 Dave Love <fx@gnu.org>
6655
6656 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6657 (byte-optimize-backward-word): New optimizations.
6658 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6659 entries.
6660
6661 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6662
6663 * image.el (put-image): Remove optional buffer parameter.
6664
6665 * faces.el (face-italic-p): Return t only for values `italic'
6666 and `oblique'.
6667
6668 * mouse.el (mouse-drag-mode-line-1): Extension of former
6669 mouse-drag-mode-line that also drags the header line.
6670 (mouse-drag-mode-line): Call it.
6671 (mouse-drag-header-line): New.
6672 (toplevel): Bind down-mouse-1 on header lines to
6673 mouse-drage-header-line.
6674
6675 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6676
6677 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6678 (make-mode-line-mouse-sensitive): Replace `top-line' by
6679 `header-line'.
6680
6681 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6682
6683 * help.el (describe-function-1): Don't return empty string for keymaps.
6684
6685 * fill.el (fill-region-as-paragraph, canonically-space-region):
6686 Respect colon-double-space at end of line.
6687
6688 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6689
6690 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6691 (backup-buffer): Use it.
6692
6693 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6694
6695 * generic-x.el (generic-define-unix-modes): Added new modes:
6696 inetd-conf-generic-mode, etc-services-generic-mode,
6697 etc-passwd-generic-mode. These are all defined for Unix by default.
6698 (apache-generic-mode): Use an imenu-generic-expression to list
6699 Configuration keywords.
6700 (samba-generic-mode): Use both ; and # as comment characters.
6701 (samba-generic-mode): Font-lock expressions now highlight name
6702 value pairs.
6703 (bat-generic-mode): Keywords are now case-insensitive through
6704 font-lock-defaults setting.
6705 (java-properties-generic-mode): Supports both ! and # as comment
6706 characters.
6707 (java-properties-generic-mode): Added an imenu-generic-expression
6708 (java-properties-generic-mode): Reworked to support the various
6709 different ways to separate name and value (viz, '=', ':' and
6710 whitespace).
6711 (show-tabs-generic-mode): Added this new generic-mode.
6712
6713 1999-09-08 Richard Stallman <rms@gnu.org>
6714
6715 * progmodes/inf-lisp.el: Moved from top directory.
6716
6717 * tar-mode.el (tar-header-block-tokenize):
6718 Use `when' instead of `and'. Fix some clobbered text.
6719
6720 * gud.el (gud-make-debug-menu): Make a child for the
6721 local menu, for its menu bar, and the debug menu.
6722 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6723 Use the history in the simple way.
6724
6725 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6726
6727 * language/korea-util.el (default-korean-keyboard): Initialize it
6728 according to the environment variable HANGUL_KEYBOARD_TYPE.
6729
6730 1999-09-07 Richard Stallman <rms@gnu.org>
6731
6732 * subr.el (make-temp-file): New function.
6733
6734 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6735
6736 * font-lock.el (font-lock-multiline): New text property contains
6737 a boolean to indicate if the char is part of a multiline match.
6738 (font-lock-default-fontify-region): Extend the region appropriately
6739 for multiline keywords.
6740 (font-lock-default-unfontify-region): Also remove the new
6741 font-lock-multiline text property.
6742 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6743 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6744
6745 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6746
6747 * diary-lib.el (list-diary-entries): Make sure two-digit years
6748 have leading zeros.
6749
6750 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6751
6752 * faces.el (face-set-after-frame-default): Initialize some
6753 attributes of some faces from frame parameters.
6754
6755 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6756
6757 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6758
6759 * faces.el (fringe): Replaces face `margin'.
6760
6761 1999-09-07 Dave Love <fx@gnu.org>
6762
6763 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6764
6765 1999-09-07 Richard Stallman <rms@gnu.org>
6766
6767 * subr.el (push): Doc fix.
6768
6769 1999-09-06 Richard Stallman <rms@gnu.org>
6770
6771 * vc.el (vc-annotate-display): Use < 69 not < 70
6772 to distinguish 20YY from 19YY.
6773
6774 * timezone.el (timezone-parse-date): Use < 69 not < 70
6775 to distinguish 20YY from 19YY.
6776
6777 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6778
6779 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6780
6781 * quickurl.el: (quickurl-list-focused-line): Removed.
6782 (quickurl-list-insert): Now works out the focused line using
6783 `count-lines' instead of using `quickurl-list-focused-line'.
6784
6785 1999-09-06 Richard Stallman <rms@gnu.org>
6786
6787 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6788 to beginning of message.
6789
6790 1999-09-06 Dave Love <fx@gnu.org>
6791
6792 * isearch.el (isearch-mode-map): Add mouse-2.
6793
6794 * mail/rmail.el (rmail-read-password): Deleted.
6795 (rmail-get-pop-password): Use read-password.
6796
6797 * quickurl.el: Don't conditionally define caddr.
6798 (quickurl-url-comment): Use nth, not caddr in function and
6799 defsetf.
6800
6801 1999-09-06 Richard Stallman <rms@gnu.org>
6802
6803 * auto-show.el: Doc fixes.
6804
6805 1999-09-06 Stephen Eglen <stephen@gnu.org>
6806
6807 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6808 --no-line-editing so that TABs in source files are not interpreted
6809 as completion requests.
6810
6811 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6812
6813 * hscroll.el, auto-show.el: Remove all code, keep the public
6814 interface as no-ops.
6815
6816 * faces.el (face-bold-p): Don't return t if face has lighter
6817 weight than normal.
6818
6819 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6820
6821 * startup.el (command-line): Make small-temporary-file-directory
6822 be nil except on ms-dos.
6823
6824 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6825
6826 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6827 is defined.
6828
6829 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6830 letters with a colon after d or l.
6831
6832 1999-09-06 Dave Love <fx@gnu.org>
6833
6834 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6835 primitive.)
6836
6837 1999-09-05 Richard Stallman <rms@gnu.org>
6838
6839 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6840
6841 * textmodes/paragraphs.el (backward-kill-sentence):
6842 Don't test minibuffer-prompt-end here.
6843 (forward-sentence): Do handle it here.
6844 (backward-kill-paragraph): Don't test it here.
6845 (forward-paragraph): Handle it here.
6846
6847 * mouse.el (font-menu-add-default): Simplify code.
6848
6849 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6850
6851 * faces.el (header-line): Renamed from `top-line'.
6852
6853 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6854
6855 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6856
6857 1999-09-04 Richard Stallman <rms@gnu.org>
6858
6859 * whitespace.el: New file.
6860
6861 1999-09-04 Dave Love <fx@gnu.org>
6862
6863 * paths.el: Make some doc strings obey the make-docfile convention.
6864
6865 * bindings.el: Likewise.
6866 (debug-ignored-errors): Remove BBDB ones.
6867
6868 1999-09-03 Richard Stallman <rms@gnu.org>
6869
6870 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6871 not from the draft to forward.
6872
6873 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6874
6875 1999-09-03 Dave Love <fx@gnu.org>
6876
6877 * double.el (double-mode): Customize the variable.
6878
6879 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6880
6881 * international/characters.el: Delete duplicated code.
6882
6883 1999-09-02 Richard Stallman <rms@gnu.org>
6884
6885 * indent.el (indent-relative): Doc fix.
6886
6887 * quickurl.el (quickurl): Doc fix.
6888
6889 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6890
6891 * faces.el (margin): Change background to "gray" for mono (this is
6892 drawn with a stipple pattern).
6893
6894 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6895
6896 * simple.el (next-history-element): Use minibuffer-prompt-end once
6897 again. Remove test for minibuffer-prompt-in-buffer.
6898
6899 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6900
6901 * files.el (small-temporary-file-directory): New variable.
6902
6903 * startup.el (command-line): Compute the value of
6904 small-temporary-file-directory.
6905
6906 * ediff-init.el (ediff-temp-file-prefix): Use
6907 small-temporary-file-directory if non-nil.
6908
6909 * vc.el (vc-update-change-log): Likewise.
6910
6911 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6912
6913 * simple.el (shell-command, shell-command-on-region): Use
6914 make-temp-name properly. Use small-temporary-file-directory if
6915 non-nil, otherwise temporary-file-directory, to generate temporary
6916 files.
6917
6918 * dos-w32.el (direct-print-region-helper): Use
6919 temporary-file-directory. (From Stefan Monnier.)
6920
6921 1999-09-02 Richard Stallman <rms@gnu.org>
6922
6923 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6924 from asm-comment-char.
6925 (asm-font-lock-keywords): Recognize instruction width suffixes.
6926
6927 1999-09-01 Richard Stallman <rms@gnu.org>
6928
6929 * play/fortune.el: New file.
6930
6931 1999-08-31 Dave Love <fx@gnu.org>
6932
6933 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6934 after key table.
6935
6936 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6937 redisplay variables.
6938
6939 * subr.el (push): Fix typo.
6940
6941 1999-08-30 Kevin Blake <kblake@ticnet.com>
6942
6943 * emacs-lisp/ring.el: Many doc fixes.
6944 (ring-size, ring-copy): New functions.
6945
6946 1999-08-29 Richard Stallman <rms@gnu.org>
6947
6948 * progmodes/etags.el (tags-loop-continue):
6949 After tags-loop-operate returns, force skip to next file.
6950
6951 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6952 (mail-extr-first-letters, mail-extr-last-letters):
6953 Use character classes [:alpha:] and [:alnum:].
6954
6955 * subr.el (push, pop): New macros.
6956
6957 * progmodes/compile.el (compilation-error-regexp-alist):
6958 New item for SGI IRIX MipsPro compilers.
6959
6960 * speedbar.el (speedbar-directory-buttons): Recognize
6961 device names when checking for file names.
6962
6963 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6964
6965 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6966 and specially handle defvar inside their expansions.
6967 (eval-defun-1): New subroutine.
6968
6969 * progmodes/compile.el (compilation-error-regexp-alist):
6970 Fix the Perl -w entry to allow period after line number.
6971 Don't allow newlines in file name, but allow them after line number
6972 for Perl debugging traces.
6973
6974 * which-func.el (which-func-cleanup-function): New variable.
6975 (which-function): Call that function.
6976
6977 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6978 to end a function name.
6979
6980 * informat.el (Info-tagify): Don't insert more than one newline
6981 before the tag table.
6982
6983 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6984
6985 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6986 than make-temp-name, use match-string-no-properties, and eliminate
6987 a quadratic behavior when building bibtex-strings.
6988
6989 1999-08-29 Alex Schroeder <alex@gnu.org>
6990
6991 * comint.el (comint-input-ring-separator): New variable.
6992 (comint-read-input-ring): Doc change; use
6993 comint-input-ring-separator when reading file.
6994 (comint-write-input-ring): Use
6995 comint-input-ring-separator when writing file.
6996
6997 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6998
6999 * informat.el (Info-tagify): Start by widening.
7000 Match node headers that don't list the file name,
7001 and more kinds of page separations.
7002 Strip properties during tagification.
7003 Use start of node header line as tag's position.
7004 Fix the "done" message.
7005
7006 (Info-validate): Save and restore match data around narrowing down.
7007
7008 1999-08-28 Richard M. Stallman <rms@gnu.org>
7009
7010 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
7011 On repeated call, override previous values put into
7012 minor-mode-map-alist and minor-mode-alist.
7013
7014 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
7015
7016 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
7017
7018 1999-08-27 Andreas Schwab <schwab@gnu.org>
7019
7020 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
7021 from cvs update.
7022
7023 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7024
7025 * calendar/calendar.el (calendar-move-hook): New hook.
7026
7027 * calendar/cal-move.el: Call the new hook in every movement function.
7028
7029 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
7030 the right function name.
7031
7032 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
7033
7034 * time-stamp.el: Put quote-backquote around all symbol names
7035 in doc strings, for mousing.
7036 (time-stamp): Support multi-line patterns.
7037 (time-stamp-inserts-lines): New variable.
7038 (time-stamp-count): New variable.
7039 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
7040 "Thu" instead of "%a".
7041
7042 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7043
7044 * simple.el (kill-word): Undo previous change.
7045
7046 1999-08-25 Gerd Moellmann <gerd@gnu.org>
7047
7048 * jit-lock.el (jit-lock-function): Extend the fontified range
7049 to the beginning of the line containing the range start and
7050 the beginning of the line following the range end.
7051
7052 1999-08-24 Dave Love <fx@gnu.org>
7053
7054 * timezone.el: Move provide to end.
7055 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
7056 <70 are 2000+.
7057 (timezone-parse-time): Simplify somewhat.
7058
7059 1999-08-24 Gerd Moellmann <gerd@gnu.org>
7060
7061 * faces.el (margin): Renamed from bitmap-area.
7062
7063 1999-08-24 Alex Schroeder <alex@gnu.org>
7064
7065 * sql.el: Doc changes.
7066 (sql-sybase): Use sql-server instead of sql-database.
7067
7068 1999-08-23 Dave Love <fx@gnu.org>
7069
7070 * rect.el: Add/fix various doc strings. Add `*' to all the
7071 interactive specs.
7072
7073 1999-08-21 Gerd Moellmann <gerd@gnu.org>
7074
7075 * jit-lock.el (jit-lock-function): Use line-beginning-position.
7076 Don't unwind-protect font-lock-fontify-region.
7077
7078 * paragraphs.el (backward-kill-paragraph): Don't move
7079 point into mini-buffer prompt.
7080 (backward-kill-sentence): Ditto.
7081
7082 * simple.el (next-history-element): Use minibuffer-prompt-end.
7083 Remove test for minibuffer-prompt-in-buffer.
7084 (kill-word): Don't move point into mini-buffer prompt.
7085
7086 1999-08-21 Dave Love <fx@gnu.org>
7087
7088 * Makefile: Exclude CVS dirs like RCS.
7089
7090 1999-08-19 Dave Love <fx@gnu.org>
7091
7092 * tooltip.el (tooltip-mode): Customize this, per convention.
7093 (tooltip-active): Option deleted.
7094
7095 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
7096
7097 * hanoi.el, page-ext.el: Declare dynamic vars.
7098
7099 * term.el: Avoid ange-ftp related compilation warnings.
7100
7101 1999-08-18 Gerd Moellmann <gerd@gnu.org>
7102
7103 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7104 the default so that beginners can benefit from it without
7105 searching in manuals.
7106
7107 1999-08-18 Ray Blaak <blaak@gnu.org>
7108
7109 * progmodes/delphi.el: Consider assembly sections as blocks, to
7110 indent them better. Make auto-indent on newline optional.
7111
7112 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7113
7114 * bindings.el (mode-line-modified): Look up key binding for C-x
7115 C-q. If it's bound call that binding, otherwise call
7116 toggle-read-only.
7117
7118 1999-08-17 Dave Love <fx@gnu.org>
7119
7120 * info.el (info): Doc fix.
7121
7122 * finder.el (finder-known-keywords): Add `multimedia'.
7123
7124 * apropos.el: Don't capitalize custom group name.
7125
7126 * info-look.el: Remove compatibility code.
7127 (info-lookup-guess-default*): DTRT for point at start of symbol.
7128 (info-complete): Don't lose with point not at end of symbol.
7129
7130 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7131
7132 * term.el (toplevel): Make face `term-default' an empty face.
7133 The code relied on the fact that Emacs ignored invalid faces in
7134 face text properties in 20.4.
7135
7136 1999-08-16 Richard M. Stallman <rms@gnu.org>
7137
7138 * subr.el (point-at-eol, point-at-bol): New aliases.
7139
7140 * simple.el: Functions reordered.
7141
7142 * rect.el (delete-rectangle-line): Use line-end-position.
7143
7144 1999-08-16 Karl Heuer <kwzh@gnu.org>
7145
7146 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7147 here from simple.el.
7148
7149 1999-08-16 Dave Love <fx@gnu.org>
7150
7151 * mouse.el: Provide `mldrag' for compatibility.
7152 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7153 marked obsolete.
7154
7155 * mldrag.el: Removed since the features are in mouse.el.
7156
7157 * jka-compr.el (auto-compression-mode): New variable for
7158 customization.
7159
7160 * bindings.el (mode-line-mule-info): Doc fix.
7161
7162 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7163 name comparisons.
7164
7165 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7166 (find-file): Doc fix.
7167
7168 1999-08-16 Carsten Dominik <cd@gnu.org>
7169
7170 * textmodes/reftex.el: Most of the code moved to other files.
7171 * textmodes/reftex-auc.el: New file, split out from reftex.el
7172 * textmodes/reftex-cite.el: New file, split out from reftex.el
7173 * textmodes/reftex-global.el: New file, split out from reftex.el
7174 * textmodes/reftex-index.el: New file, split out from reftex.el
7175 * textmodes/reftex-parse.el: New file, split out from reftex.el
7176 * textmodes/reftex-ref.el: New file, split out from reftex.el
7177 * textmodes/reftex-sel.el: New file, split out from reftex.el
7178 * textmodes/reftex-toc.el: New file, split out from reftex.el
7179 * textmodes/reftex-vars.el: New file, split out from reftex.el
7180 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7181
7182 1999-08-16 Carsten Dominik <cd@gnu.org>
7183
7184 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7185 conflict with pop-up-frames.
7186 (reftex-special-environment-parsers): New constant.
7187 (reftex-label-alist): car of an entry can also be a function.
7188 (reftex-what-special-env): Cew function.
7189 (reftex-label-location): Call `reftex-what-special-env'.
7190 (reftex-compile-variables): Check for symbol in
7191 `reftex-label-alist'.
7192 (reftex-what-environment): Fixed bug with stacked environments of
7193 same kind (e.g. enumerate).
7194 (reftex-process-string): Preserve default directory.
7195 (reftex-label-alist-builtin): Changed prefixes of endnote and
7196 footnote. Also the magic words.
7197 (reftex-reference): Interprete new option
7198 `reftex-fref-is-default'.
7199 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7200 (reftex-toc-mouse-view-line): Command removed (had no binding).
7201 (reftex-everything-regexp): New function.
7202 (reftex-nearest-match): Made better.
7203 (reftex-toc-find-section): Use new version of
7204 `reftex-nearest-match'.
7205 (reftex-insert-docstruct): Adapted to work with the index stuff.
7206 (reftex-parse-from-file): Find index entries as well.
7207 (reftex-toc-toggle-index): New function
7208 (reftex-toc-map): `i' is now used to togle the index, File
7209 boundaries has been moved to `F'.
7210 (reftex-select-label-map): Toggling display of file boundaries is
7211 now on the `F' key, for consistency with `reftex-toc-map'.
7212 (reftex-erase-all-selection-and-index-buffers): Renamed from
7213 `reftex-erase-all-selection-buffer'. Now also kills the index
7214 buffers.
7215 (reftex-viewing-cross-references): Customization group renamed
7216 from reftex-viewing-cross-references-and-citations.
7217 (reftex-index-macro-regexp,
7218 reftex-find-index-entry-regexp-format): New variables
7219 (reftex-macros-with-index): New variable
7220 (reftex-add-index-macros): New function
7221 (reftex-renumber-simple-labels, reftex-translate): Allow for
7222 multiple labels in a single ref command.
7223 (reftex-index-support): New customization group
7224 (reftex-support-index, reftex-index-special-chars,
7225 reftex-index-macros, reftex-index-default-macro,
7226 reftex-index-default-tag, reftex-index-math-format,
7227 reftex-index-section-letters, reftex-index-include-context,
7228 reftex-index-follow-mode, reftex-index-header-face,
7229 reftex-index-section-face, reftex-index-tag-face,
7230 reftex-index-face): New options
7231 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7232 reftex-index-tag, reftex-index-return-marker,
7233 reftex-index-restriction-indicator, reftex-index-restriction-data,
7234 reftex-index-macro-regexp, reftex-index-level-re,
7235 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7236 reftex-everything-regexp-no-index, reftex-index-re,
7237 reftex-macros-with-index, reftex-index-macro-alist): New variables
7238 (reftex-index-help, reftex-index-macros-builtin,
7239 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7240 reftex-query-index-macro-help): New constants
7241 (reftex-index-selection-or-word, reftex-index,
7242 reftex-default-index, reftex-update-default-index,
7243 reftex-index-complete-tag, reftex-index-select-tag,
7244 reftex-index-complete-key, reftex-index-update-taglist,
7245 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7246 reftex-display-index, reftex-insert-index,
7247 reftex-index-insert-new-letter, reftex-get-restriction,
7248 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7249 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7250 reftex-index-toggle-follow, reftex-index-toggle-context,
7251 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7252 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7253 reftex-index-quit, reftex-index-quit-and-kill,
7254 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7255 reftex-index-revert, reftex-index-switch-index-tag,
7256 reftex-index-restrict-to-section, reftex-index-widen,
7257 reftex-index-restriction-forward,
7258 reftex-index-restriction-backward, reftex-index-visit-location,
7259 reftex-index-analyze-entry, reftex-index-globalize,
7260 reftex-index-edit, reftex-index-toggle-range-beginning,
7261 reftex-index-toggle-range-end, reftex-index-edit-key,
7262 reftex-index-edit-attribute, reftex-index-edit-visual,
7263 reftex-index-edit-part, reftex-index-level-down,
7264 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7265 reftex-index-change-entry, reftex-index-goto-letter,
7266 reftex-add-index-macros, reftex-ensure-index-support,
7267 reftex-index-info-safe, reftex-index-info): New functions.
7268
7269
7270 1999-08-15 Richard M. Stallman <rms@gnu.org>
7271
7272 * paren.el (show-paren-mode): Support making show-paren-mode
7273 a buffer-local variable. Don't check for a window system.
7274 (show-paren-function): Check whether show-paren-function is
7275 enabled in current buffer; do the right thing if not.
7276 Don't check for a window system.
7277 (show-paren-mode): Make it a user variable.
7278
7279 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7280 Handle `enum' like `struct'.
7281
7282 * server.el (server-process-filter): If a client visits no buffers,
7283 close it immediately before recording it.
7284
7285 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7286 Optimize by calling concat just once. Handle =\n sequence.
7287 (mail-unquote-printable-region): New command.
7288 (mail-quote-printable): Make it autoload.
7289
7290 1999-08-15 Karl Heuer <kwzh@gnu.org>
7291
7292 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7293
7294 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7295
7296 * lisp/texinfmt.el: Handle @ifnottex.
7297
7298 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7299
7300 * frame.el (blink-cursor): Don't turn on cursor blinking for
7301 ms-dos.
7302
7303 * faces.el (face-valid-attribute-values): Look in
7304 x-bitmap-file-path only for x and w32 window systems.
7305
7306 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7307 Do that if width is nil as well.
7308 (x-display-mm-height, x-display-mm-width): Update values.
7309 (x-colors): Compute the list from msdos-color-values.
7310 (x-select-enable-clipboard): Doc fix.
7311 (x-frob-font-weight, x-font-family-list): New functions.
7312
7313 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7314
7315 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7316 back up from beginning of buffer.
7317
7318 1999-08-13 Karl Heuer <kwzh@gnu.org>
7319
7320 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7321
7322 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7323
7324 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7325 doomsday clock, speed control is added and changes are made to
7326 allow large numbers of rings: rings now show the whole ring
7327 number, not just the last digit; consecutive rings are allowed to
7328 be the same size when necessary to fit all the rings in the
7329 window; and poles can be oriented horizontally. Face support is
7330 thrown in gratuitously.
7331 (hanoi): Changed default number of rings back to 3.
7332 (hanoi-unix, hanoi-unix-64): New commands
7333 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7334 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7335 hanoi-odd-ring-face): New variables.
7336 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7337 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7338 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7339 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7340 (hanoi-topos, hanoi-draw-ring): Removed.
7341
7342 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7343
7344 * faces.el (face-valid-attribute-values): Return an alist for
7345 families on ttys.
7346 (face-read-integer): Handle unspecified face attributes. Add
7347 completion for `unspecified'.
7348 (read-face-attribute): Handle unspecified font attributes.
7349 (face-valid-attribute-values): Add `unspecified' to lists so that
7350 it can be chosen via completion.
7351 (face-read-string): Don't recognize "none" as input.
7352
7353 1999-08-10 Dave Love <fx@gnu.org>
7354
7355 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7356 string.
7357
7358 * sun-curs.el: Require sun-fns.
7359
7360 1999-08-10 Dave Love <fx@gnu.org>
7361
7362 * autorevert.el (auto-revert-mode): Add autoload cookie.
7363
7364 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7365 hscroll.
7366
7367 * simple.el (hscroll-step, hscroll-point-visible)
7368 (hscroll-window-column): Remove now we have the mentioned real
7369 horizontal autoscrolling.
7370
7371 1999-08-10 Richard M. Stallman <rms@gnu.org>
7372
7373 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7374 control use of -f option.
7375 (mail-specify-envelope-from): New variable.
7376 (mail-from-style): Doc fix.
7377
7378 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7379 (easy-menu-get-map): New arg TO-MODIFY helps choose
7380 between local and global maps.
7381 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7382 (easy-menu-change): Doc fix.
7383
7384 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7385 (info-lookup-guess-default): Simplified and cleaned up.
7386 (info-lookup-guess-default*): Preserve point.
7387
7388 * view.el (view-mode-disable): If buffer-read-only is nil,
7389 don't change it.
7390
7391 * files.el (after-find-file): Disable View mode if buffer is no
7392 longer read-only.
7393
7394 * view.el (view-mode-enable, view-mode-disable):
7395 Call force-mode-line-update.
7396
7397 1999-08-10 Karl Heuer <kwzh@gnu.org>
7398
7399 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7400 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7401 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7402
7403 1999-08-10 Alex Schroeder <asc@bsiag.com>
7404
7405 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7406 to prevent m-eating-bug.
7407
7408 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7409
7410 * term/pc-win.el (msdos-bg-mode): Remove. Call
7411 frame-set-background-mode instead. All callers changed.
7412 (msdos-face-setup): Don't force color display parameter, it is set
7413 by frame-set-background-mode.
7414 (make-msdos-frame): Call x-handle-reverse-video and
7415 face-set-after-frame-default. Delete frame if creation failed.
7416
7417 * faces.el (face-set-after-frame-default): Don't call
7418 make-face-x-resource-internal for the pc window-system.
7419
7420 1999-08-10 Dave Love <fx@melange.gnu.org>
7421
7422 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7423 case with no docstring specially.
7424
7425 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7426
7427 * complete.el (PC-do-completion): If completing on file name,
7428 reproduce str by concatenating its directory and basename parts.
7429
7430 1999-08-07 Dave Love <fx@gnu.org>
7431
7432 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7433 unibyte to multibyte conversion of search-forward (from Handa),
7434 but avoid the replacement if the language is Latin-N.
7435
7436 1999-08-06 Richard Stallman <rms@gnu.org>
7437
7438 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7439 of eval-buffer.
7440
7441 * international/mule.el (load-with-code-conversion):
7442 Pass t to eval-buffer for DO-ALLOW-PRINT.
7443
7444 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7445
7446 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7447 of filenames and attributes.
7448 (ls-lisp-insert-directory): Use directory-files-and-attributes
7449 for speed.
7450
7451 1999-08-05 Dave Love <fx@gnu.org>
7452
7453 * auto-show.el (auto-show-mode): Fix :set.
7454
7455 * widget.el (define-widget-keywords): Make dummy definition and
7456 comment-out its use.
7457
7458 1999-08-04 Richard Stallman <rms@gnu.org>
7459
7460 * progmodes/tcl.el: Customized.
7461
7462 * sql.el (sql-accumulate-and-indent): Instead of testing
7463 whether this is Emacs 20 before calling comint-accumulate,
7464 test whether comint-accumulate is defined.
7465
7466 1999-08-04 Dave Love <fx@gnu.org>
7467
7468 * sgml-mode.el: Require outline when compiling.
7469 (sgml-mode-hook, html-mode-hook): Customize.
7470 (sgml-validate-command): Fix :version.
7471 (html-autoview-mode): Doc fix.
7472
7473 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7474 nothing in Latin-N environment.
7475
7476 * info.el (Info-find-node): Call info-initialize here.
7477 (info): Not here.
7478 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7479
7480 1999-08-04 Richard Stallman <rms@gnu.org>
7481
7482 * ansi-color.el: New file.
7483
7484 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7485
7486 * dired.el (dired-string-replace-match): Return `nil' when no match
7487 found with global search.
7488
7489 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7490 * terminal.el (te-terminfo-directory):
7491 * mail/mailpost.el (post-mail-send-it):
7492 * mail/metamail.el (metamail-region):
7493 * progmodes/ada-mode.el (ada-tmp-directory):
7494 Use temporary-file-directory.
7495
7496 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7497 (compilation-filter, compilation-forget-errors)
7498 (compilation-parse-errors): Use a marker instead of an integer for
7499 `compilation-parsing-end'.
7500
7501 * progmodes/diff.el (diff-parse-differences):
7502 Use a marker instead of an integer for `compilation-parsing-end'.
7503 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7504 Use a marker instead of an integer for `compilation-parsing-end'.
7505
7506 1999-08-03 Richard Stallman <rms@gnu.org>
7507
7508 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7509 (Buffer-menu-mode): Doc fix.
7510 (Buffer-menu-view): New command.
7511 (Buffer-menu-view-other-window): New command.
7512
7513 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7514
7515 * replace.el (query-replace-regexp-eval)
7516 (replace-eval-replacement, replace-loop-through-replacements)
7517 (replace-match-string-symbols): New functions.
7518 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7519 Use replace-loop-through-replacements.
7520
7521 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7522
7523 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7524 (5x5): Doc fix.
7525
7526 1999-08-03 Dave Love <fx@gnu.org>
7527
7528 * fortran.el (fortran-indent-new-line): Make it an alias
7529 for reindent-then-newline-and-indent.
7530
7531 1999-08-03 Didier Verna <verna@inf.enst.fr>
7532
7533 * rect.el: All functions rewritten, except when noted above
7534 their declaration. Below is a list of interface changes.
7535 (apply-on-rectangle): New function, mostly replaces
7536 `operate-on-rectangle'. All callers changed.
7537 (move-to-column-force): Pass new second argument to `move-to-column'.
7538 (kill-rectangle): Added optional prefix arg to fill lines.
7539 (delete-rectangle): Ditto.
7540 (delete-whitespace-rectangle): Ditto.
7541 (delete-extract-rectangle): Ditto.
7542 (open-rectangle): Ditto.
7543 (clear-rectangle): Ditto.
7544 (delete-whitespace-rectangle-line): New function.
7545 (delete-rectangle-line): Added third arg FILL.
7546 (delete-extract-rectangle-line): Ditto.
7547 (open-rectangle-line): Ditto.
7548 (clear-rectangle-line): Ditto.
7549
7550 1999-08-03 Ray Blaak <blaak@gnu.org>
7551
7552 * progmodes/delphi.el: New file.
7553
7554 1999-08-02 Richard Stallman <rms@gnu.org>
7555
7556 * textmodes/outline.el (outline-previous-heading): New function.
7557 (outline-up-heading-all): Use outline-previous-heading.
7558 (outline-next-heading): Delete definition inserted yesterday.
7559
7560 1999-08-01 Richard Stallman <rms@gnu.org>
7561
7562 * textmodes/outline.el (outline-next-heading): New function.
7563 (outline-up-heading-all): New function.
7564 (outline-font-lock-level): Using outline-up-heading-all.
7565 Tell outline-back-to-heading to accept invisible headings.
7566
7567 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7568
7569 * mail/mh-utils.el (mh-find-path-run): New variable.
7570 (mh-find-path): Test and set that.
7571 Set mail-user-agent only the first time this function is run.
7572 (mail-user-agent): Defvar deleted.
7573
7574 * info.el (info-initialize): New function.
7575 (info): Call info-initialize.
7576 (Info-directory-list): Initialize to nil,
7577 so info-initialize will set it up for real.
7578
7579 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7580
7581 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7582 does not interpret a time as the year in a day-month entry.
7583
7584 * calendar/diary-lib.el: Change syntax table entry for colon in
7585 the diary as part of the european-date-diary-pattern fix.
7586
7587 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7588
7589 * international/mule.el (set-auto-coding): Allow whitespace before
7590 and after the "variable: value" pair.
7591
7592 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7593
7594 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7595 (default-sendmail-coding-system): Doc-string fixed.
7596
7597 1999-07-30 Dave Love <fx@gnu.org>
7598
7599 * subr.el (assoc-delete-all): New function, renamed from
7600 frame-delete-all.
7601
7602 * frame.el: Change comments to doc strings and other doc fixes.
7603 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7604 Callers changed.
7605 (set-background-color, set-foreground-color, set-cursor-color)
7606 (set-mouse-color, set-border-color): Offer completion of colours.
7607 (cursor): Add :version to defgroup.
7608
7609 * facemenu.el (list-colors-display): Make it work on ttys.
7610 (facemenu-read-color): Likewise.
7611
7612 1999-07-30 Richard M. Stallman <rms@gnu.org>
7613
7614 * frame.el (frame-notice-user-settings): If background
7615 color has been changed, update background-mode from it,
7616 then update faces.
7617
7618 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7619
7620 * net-utils.el (finger): Don't do indirect fingering.
7621
7622 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7623
7624 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7625 rules. Add separator at end of holidays.
7626 (cal-tex-rules): New customizable variable.
7627 (cal-tex-latexify-list): Add optional parameter to put separator
7628 at end.
7629
7630 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7631
7632 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7633 fill prefix on each line while looping to the end of paragraph.
7634 End paragraph if it's longer than the existing fill prefix.
7635
7636 * textmodes/fill.el (fill-context-prefix): Doc fix.
7637
7638 1999-07-30 Dave Love <fx@gnu.org>
7639
7640 * font-lock.el (jit-lock): Fix :load, add :version.
7641
7642 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7643
7644 * term/pc-win.el (msdos-face-setup): Register standard colors in
7645 Vface_tty_color_alist.
7646 (face-color-supported-p, face_color_gray_p): New functions.
7647
7648 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7649 is bound.
7650
7651 * startup.el (command-line): Don't register default colors for
7652 MSDOS window-system.
7653
7654 1999-07-29 Dave Love <fx@gnu.org>
7655
7656 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7657 charquote.
7658
7659 * lisp-mode.el (eval-defun): Re-written to avoid
7660 capturing variables.
7661
7662 * picture.el (picture-beginning-of-line): Don't call
7663 hscroll-point-visible now we have real autoscrolling.
7664 (picture-end-of-line, picture-newline, picture-open-line):
7665 Likewise.
7666
7667 * international/latin-8.el: New file.
7668 * international/latin-9.el: New file.
7669
7670 1999-07-28 Dave Love <fx@gnu.org>
7671
7672 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7673
7674 * msb.el: Require cl only when compiling.
7675 (msb--home-dir): Deleted.
7676 (msb--format-title): Use abbreviate-file-name.
7677 (msb--choose-file-menu): Simplify string comparison.
7678
7679 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7680
7681 * faces.el (toolbar): Add face definition for mono displays.
7682
7683 1999-07-27 Richard M. Stallman <rms@gnu.org>
7684
7685 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7686
7687 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7688 force copying of default-frame-alist.
7689
7690 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7691
7692 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7693
7694 1999-07-26 Richard M. Stallman <rms@gnu.org>
7695
7696 * frame.el (set-mouse-color): If new color is nil,
7697 really respecify the current color.
7698
7699 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7700
7701 * faces.el (bitmap-area): Change background of face `bitmap-area'
7702 to white for mono displays.
7703
7704 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7705
7706 * international/ccl.el (ccl-embed-symbol): New function.
7707 (ccl-program-p): Deleted. Now it's implemented in C code.
7708 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7709 (ccl-compile-translate-character): Likewise.
7710 (ccl-compile-map-single): Likewise.
7711 (ccl-compile-multiple-map-function): Likewise.
7712 (declare-ccl-program): Doc-string modified.
7713 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7714
7715 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7716
7717 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7718
7719 1999-07-25 Markus Rost <rost@gnu.org>
7720
7721 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7722 the entries to make custom-file more readable.
7723
7724 1999-07-25 Richard M. Stallman <rms@gnu.org>
7725
7726 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7727
7728 * emacs-lisp/edebug.el: Delete compatibility code.
7729 (edebug-next-token-class): If . is followed by a digit,
7730 return `symbol' for the token class.
7731
7732 * startup.el (command-line): If we don't find the user's init file,
7733 set user-init-file to nil.
7734
7735 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7736
7737 * info-look.el (info-lookup-interactive-arguments): Add optional
7738 argument query for new choice of help mode.
7739 (info-lookup-symbol): Use it.
7740 (info-lookup-file): Ditto.
7741 (info-lookup): Don't switch to other window, if already in Info
7742 buffer.
7743
7744 1999-07-23 Dave Love <fx@gnu.org>
7745
7746 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7747 syntax.
7748 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7749 (fortran-font-lock-syntactic-keywords): New variable.
7750 (fortran-mode): Use it.
7751 (fortran-font-lock-keywords-1): Don't do comments.
7752 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7753 match data.
7754
7755 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7756
7757 * msb.el (msb-menu-bar-update-buffers): Renamed from
7758 menu-bar-update-buffers.
7759 (msb-custom-set, msb--toggle-menu-type): Call
7760 msb-menu-bar-update-buffers.
7761 (msb-mode): Revise the hook setting.
7762
7763 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7764
7765 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7766
7767 * font-lock.el, help.el, simple.el: Re-integrate previously
7768 described changes that were lost due to errors while checking them
7769 in.
7770
7771 1999-07-23 Kevin Blake <kblake@ticnet.com>
7772
7773 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7774
7775 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7776
7777 * international/encoded-kb.el
7778 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7779 but push it to unread-command-events.
7780 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7781 (encoded-kbd-self-insert-sjis): Likewise.
7782 (encoded-kbd-self-insert-big5): Likewise.
7783
7784 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7785 before left margin and fill-prefix by fill-find-break-point.
7786
7787 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7788
7789 * info-look.el (info-lookup-setup-mode): Don't give up, if
7790 info-lookup-make-completions returns an error.
7791 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7792 name latex, not latex2e.
7793
7794 1999-07-21 Richard M. Stallman <rms@gnu.org>
7795
7796 * replace.el (perform-replace): Turn off case-fold-search
7797 if FROM-STRING argument has uppercase in it.
7798
7799 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7800
7801 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7802 mode is on. Don't use end of changed text.
7803
7804 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7805
7806 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7807 (cl-hash-table-p): Renamed from hash-table-p.
7808 (cl-hash-table-count): Renamed from hash-table-count.
7809 (maphash): Alias to cl-maphash removed.
7810 (gethash): Likewise.
7811 (puthash): Likewise.
7812 (remhash): Likewise.
7813 (clrhash): Likewise.
7814
7815 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7816
7817 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7818 third arg non-nil. See comment there why this isn't a good idea.
7819
7820 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7821
7822 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7823
7824 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7825 sit-for with 3rd arg non-nil to prevent redisplay.
7826
7827 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7828
7829 * image.el (image-type-from-file-header): If file doesn't
7830 have a directory part, add data-directory.
7831
7832 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7833
7834 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7835 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7836 motion handling when tooltip-gud-tips-p is nil.
7837
7838 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7839
7840 * tooltip.el (tooltip-mode): Don't use `plusp'.
7841 (tooltip-active): Use initial value of nil.
7842
7843 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7844
7845 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7846
7847 * bindings.el (make-mode-line-mouse-sensitive): Add key
7848 definitions for `top-line'.
7849
7850 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7851
7852 * faces.el (top-line): New face.
7853
7854 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7855
7856 * image.el (image-type-regexps): Add regexp for PS files.
7857
7858 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7859
7860 * faces.el (set-face-attribute): Fix wrong handling of frame
7861 begin equal to t.
7862
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7864
7865 * image.el (image-type-regexps): Add PNG format.
7866
7867 1999-07-21 Dave Love <fx@gnu.org>
7868
7869 * bindings.el (mode-line-modified): New variable.
7870 (mode-line-mode-menu-1): Switch to appropriate window before
7871 showing menu.
7872
7873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7874
7875 * faces.el (face-underline): Removed.
7876 (face-underline-color): Ditto.
7877
7878 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7879
7880 * faces.el (face-x-resources): Fix typo.
7881
7882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7883
7884 * faces.el: Remove handling of `:relief', extend handling of
7885 `:box'.
7886 (frame-set-background-mode): Choose new defface specs after
7887 frame parameters have changed.
7888
7889 * cus-face.el: Ditto.
7890
7891 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7892
7893 * custom.el (defface): Extend documentation to include new
7894 face attributes.
7895
7896 * cus-face.el (custom-face-attributes): Add overline,
7897 strike-through, box.
7898
7899 * faces.el (face-valid-attribute-values): Handle overline,
7900 strike-through, box.
7901 (face-attribute-name-alist): Add pairs for new face attributes.
7902 (describe-face): Handle new face attributes.
7903
7904 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7905
7906 * faces.el (face-x-resources): Add overline, strike-through, box.
7907
7908 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7909
7910 * enriched.el (enriched-translations): Add `display' and
7911 "x-display".
7912 (enriched-handle-display-prop): New.
7913 (enriched-decode-display-prop): New.
7914
7915 * format.el (top-level): Give `display' property
7916 `format-list-atomic-p.
7917 (format-annotate-single-property-change): Test that property.
7918 If present, treat list property values like atoms.
7919
7920 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7921
7922 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7923 so that "*" can be entered.
7924
7925 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7926
7927 * cus-face.el (custom-face-attributes): Don't use `#''.
7928
7929 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7930
7931 * cus-face.el (custom-face-attributes): Return underline
7932 face attribute directly from the second lambda of underline.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7937
7938 * frame.el (after-setting-font-hooks): New variable.
7939 (set-frame-font): Run those hooks.
7940
7941 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7942
7943 * faces.el (set-face-attribute): Fix doc string.
7944
7945 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7946
7947 * cus-face.el (custom-face-attributes): Accept color name.
7948
7949 * faces.el (face-underline-p): Accept unspecified underlining.
7950 (face-underline): Ditto. Fix doc string.
7951
7952 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7953
7954 * faces.el (face-underline-color): New function.
7955
7956 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7957
7958 * cus-face.el (custom-face-attributes): Support underline coloring.
7959 Added slot to choose a color.
7960
7961 * faces.el (face-underline): New function.
7962 (face-underline-p): Support underline coloring.
7963 Return nil only if the underline attribute is 'normal.
7964 (set-face-underline): New function.
7965 (face-valid-attribute-values): Support underline coloring.
7966
7967 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7968
7969 * image.el (insert-image): Use `display' instead of `glyph'
7970 as text property name.
7971 (put-image): Ditto.
7972 (image-type-from-file-header): Use insert-file-contents-literally.
7973
7974 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7975
7976 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7977 string to indicate separators.
7978
7979 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7980
7981 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7982 instead of message-log.
7983
7984 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7985
7986 * faces.el (bitmap-area): New face.
7987
7988 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7989
7990 * image.el (insert-image): New.
7991
7992 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7993
7994 * frame.el (blink-cursor): Set the symbol's value.
7995 (show-trailing-whitespace): Change group to font-lock.
7996
7997 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7998
7999 * jit-lock.el: New.
8000 * font-lock.el: Add jit-mode as new support mode.
8001
8002 * font-lock.el (font-lock-fontify-keywords-region): Stop when
8003 reaching end instead of letting re-search-forward signal an error.
8004 (demand-lock-mode): New.
8005 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
8006 (font-lock-turn-off-thing-lock): Ditto.
8007 (font-lock-after-fontify-buffer): Ditto.
8008 (font-lock-after-unfontify-buffer): Ditto.
8009
8010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8011
8012 * gs.el: New file.
8013
8014 * startup.el (command-line-1): Activate tooltip mode if
8015 interactive.
8016
8017 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8018
8019 * faces.el (toolbar): Grey default background.
8020 (modeline): Ditto.
8021
8022 * image.el (image-type-regexps): New.
8023 (image-type-from-file-header): New.
8024 (create-image): Call it.
8025
8026 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8027
8028 * image.el: New file.
8029
8030 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8031
8032 * bindings.el (mode-line-format): Replace `mode-name' with
8033 `(:eval mode-line-mode-name)'.
8034 (mode-line-mode-name): New.
8035 (make-mode-line-mouse-sensitive): Don't change default value
8036 of `mode-name'.
8037
8038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8039
8040 * tooltip.el: New file.
8041
8042 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8043
8044 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
8045 instead of mouse-3 to pop up menus.
8046 (mode-line-kill-buffer): Removed.
8047 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
8048 buffer name.
8049 (mode-line-buffer-menu-1): Removed.
8050
8051 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
8052
8053 * bindings.el (mode-line-buffer-identification-keymap): New.
8054 (mode-line-buffer-menu-keymap): New.
8055 (mode-line-mode-menu-keymap): New.
8056 (mode-line-unbury-buffer): New.
8057 (mode-line-other-buffer): New.
8058 (mode-line-kill-buffer): New.
8059 (mode-line-buffer-menu-1): New.
8060 (mode-line-mode-menu-1): New.
8061 (make-mode-line-mouse-sensitive): New.
8062
8063 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8064
8065 * help.el (describe-key-briefly): Handle mode line strings
8066 with local-map properties.
8067 (describe-key): Ditto.
8068 (mode-line-key-binding): New.
8069
8070 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8071
8072 * scroll-bar.el (scroll-bar-timer): New.
8073 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
8074
8075 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8076
8077 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
8078 and `bottom'.
8079
8080 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8081
8082 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
8083 (global): Use different key bindings if using tookit scroll bars.
8084
8085 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8086
8087 * faces.el (modeline): Define mode line face with relief for
8088 class color, only.
8089 (toolbar): New face.
8090
8091 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8092
8093 * frame.el (frame-initialize): Set frame-creation-function to
8094 tty-create-frame-with-faces.
8095
8096 * faces.el (frame-set-background-mode): Make it work for
8097 window-system nil.
8098
8099 * faces.el (tty-create-frame-with-faces): New.
8100 (face-set-after-frame-default): Make it work for TTY frames.
8101
8102 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8103
8104 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8105 Return a list of one font family for TTYs. Don't return bitmap
8106 file paths for TTY frames.
8107
8108 * faces.el: Add face specs for tty displays to basic faces.
8109
8110 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8111 (font-lock-string-face): Ditto.
8112 (font-lock-keyword-face): Ditto.
8113 (font-lock-builtin-face): Ditto.
8114 (font-lock-function-name-face): Ditto.
8115 (font-lock-variable-name-face): Ditto.
8116 (font-lock-type-face): Ditto.
8117 (font-lock-constant-face): Ditto.
8118 (font-lock-warning-face): Ditto.
8119
8120 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8121
8122 * startup.el (command-line): Register default tty colors.
8123
8124 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8125
8126 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8127
8128 * faces.el (modeline): For X frames, use a modeline with relief.
8129
8130 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8131
8132 * faces.el (frame-update-faces): Copied from 20.2.
8133 (frame-update-face-colors): Ditto. Code removed that isn't
8134 applicable in the new face implementation.
8135
8136 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8137
8138 * frame.el (show-trailing-whitespace): New.
8139
8140 * faces.el (trailing-whitespace): New basic face.
8141
8142 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8143
8144 * cus-face.el (custom-facep): Always define as alias for facep.
8145
8146 * cus-face.el (custom-face-attributes): Use choice widgets.
8147 Remove :bold and :italic.
8148
8149 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8150
8151 * faces.el (face-charset-registries): Removed since fontset.el
8152 is no always loaded.
8153
8154 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8155
8156 * faces.el (internal-get-face): Added as obsolete function for
8157 compatibility.
8158
8159 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8160
8161 * frame.el (blink-cursor-end): Call show-cursor.
8162 (blink-cursor-mode): Ditto.
8163
8164 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8165
8166 * faces.el (face-spec-reset-face): Reset all attributes to
8167 `unspecified'.
8168 (face-spec-set): Use it.
8169
8170 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8171
8172 * faces.el (read-all-face-attributes): Bug fix.
8173 (face-read-integer): Allow nil default value.
8174 (face-valid-attribute-values): Use symbol names of attribute
8175 values for completion list.
8176
8177 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8178
8179 * faces.el (internal-find-face): Define for compatibility with
8180 20.2.
8181 (face-id): Likewise.
8182
8183 * faces.el (face-id): Return the ID of a realized face for ASCII.
8184
8185 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8186 (x-complement-fontset-spec): Use face-charset-registries.
8187
8188 * faces.el (face-font-selection-order): Set font selection order
8189 from Lisp.
8190 (face-alternative-font-family-alist): Set alternative font
8191 families from Lisp.
8192
8193 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8194
8195 * faces.el (set-face-charset-registries): Set symbol value.
8196
8197 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8198
8199 * faces.el (face-set-after-frame-default): Call function
8200 internal-merge-in-global-face.
8201
8202 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8203
8204 * faces.el (face-list): Return symbols from face-global-alist.
8205
8206 * faces.el (face-list): Return a copy of the face name list so
8207 that it cannot be modified from outside (facemenu.el uses
8208 nreverse, for example).
8209
8210 * cus-face.el (custom-face-attributes): Add :bold and :italic
8211 for compatibility with old code.
8212
8213 * faces.el (set-face-attributes-from-resources): Additional
8214 frame parameter.
8215 (make-face-x-resource-internal): Set attributes from resources
8216 for a given frame or all frames.
8217
8218 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8219
8220 * faces.el (all-faces): Removed.
8221
8222 * custom.el (defface): Add new face attributes to function
8223 comment.
8224
8225 * font-lock.el (font-lock-comment-face): Use new face attribute
8226 names.
8227 (font-lock-string-face): Ditto.
8228 (font-lock-keyword-face): Ditto.
8229 (font-lock-builtin-face): Ditto.
8230 (font-lock-function-name-face): Ditto.
8231 (font-lock-variable-name-face): Ditto.
8232 (font-lock-type-face): Ditto.
8233 (font-lock-reference-face): Ditto.
8234 (font-lock-warning-face): Ditto.
8235 ((boundp 'font-lock-face-attributes)): Ditto.
8236
8237 * cus-face.el (custom-face-attributes): Use new face attributes.
8238
8239 * faces.el (set-face-attribute-from-resource): Initialize
8240 from resources only for X and W32.
8241
8242 * cus-face.el (custom-declare-face): Don't make frame-local
8243 faces.
8244
8245 * faces.el (describe-face): Use princ instead of insert.
8246
8247 * faces.el: Add XLFD manipulation functions from 20.2 again
8248 because fontset.el uses them.
8249 (face-set-after-frame-default): Add empty definition.
8250
8251 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8252
8253 * faces.el (make-face): Correct typo.
8254 (set-face-attribute-from-resource): Use let*.
8255 (face-underline-p): Correct typo.
8256 (face-inverse-video-p): Ditto.
8257 (set-face-stipple): Ditto.
8258 (face-read-string): Make completion-list optional parameter.
8259
8260 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8261
8262 * faces.el (face-charset-registries): Alist mapping charset
8263 symbols to registries and encoding.
8264
8265 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8266
8267 * frame.el (blink-cursor-mode): Use interactive spec "P".
8268
8269 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8270
8271 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8272 mode. The cursor of selected_window blinks if the mode is enabled.
8273
8274 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8275
8276 * simple.el (next-history-element): Set point to the end of the
8277 prompt if minibuffer-prompt-in-buffer.
8278
8279 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8280
8281 * faces.el (x-font-regexp): Add sub-expression parentheses for
8282 several font name components.
8283
8284 1999-07-21 Gerd Moellmann <gerd@acm.org>
8285
8286 * faces.el (set-face-relief): Use index 12 for relief.
8287 (face-fill-in): Set relief from data.
8288 (internal-make-face): Init relief to zero.
8289
8290 * faces.el (face-spec-set): Call modify-face with additional
8291 parameters for relief and fixed-p.
8292
8293 1999-07-21 Gerd Moellmann <gerd@acm.org>
8294
8295 * cus-face.el: ':fixed and ':relief added.
8296
8297 * faces.el (describe-face): Add fixed font attribute and relief.
8298 (face-attr-match-p): Ditto.
8299 (face-attr-construct): Ditto.
8300 (face-spec-set): Ditto.
8301
8302 1999-07-21 Gerd Moellmann <gerd@acm.org>
8303
8304 * faces.el (internal-make-face): Function to create a Lisp vector
8305 suitable for representing a face.
8306 (make-face): Use it instead of make-vector.
8307 (x-create-frame-with-faces): Use it instead of vector.
8308 (internal-facep): Increase vector size to 14.
8309 (internal-make-face): Ditto.
8310 (face-relief): Access relief thickness.
8311 (face-fixed-p): Access fixed font attribute.
8312 (set-face-fixed-p): Set fixed font attribute.
8313 (set-face-relief): Set relief attribute.
8314 (internal-face-interactive-int): Read int attribute of face.
8315 (modify-face): Add fixed-p and relief parameters.
8316 (copy-face): Handle fixed-p and relief.
8317 (face-equal): Compare fixed-p and relief.
8318 (face-differs-from-default-p): Ditto.
8319 (face-nontrivial-p): Add fixed-p and relief.
8320
8321 1999-07-21 Gerd Moellmann <gerd@acm.org>
8322
8323 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8324 (internal-facep): Increase vector size.
8325 (make-face): Ditto.
8326 (face-shadow-thickness): Added.
8327 (set-face-shadow-thickness): Added.
8328 (modify-face): Add optional shadow-thickness parameter.
8329 (make-face-x-resource-internal): Add shadows.
8330 (copy-face): Ditto.
8331 (face-equal): Ditto.
8332 (face-differs-from-default-p): Ditto.
8333 (face-nontrivial-p): Ditto.
8334 (face-attr-match-p): Ditto.
8335 (face-attr-construct): Ditto.
8336 (face-spec-set): Ditto.
8337 (face-fill-in): Ditto.
8338
8339 1999-07-21 Gerd Moellmann <gerd@acm.org>
8340
8341 * bench.el (bench-mark-split-window): New bench mark.
8342
8343 1999-07-21 Gerd Moellmann <gerd@acm.org>
8344
8345 * faces.el (set-face-font): Don't pass default font to
8346 x-resolve-font so that font will not have to be of the same
8347 size.
8348
8349 1999-07-20 Dave Love <fx@gnu.org>
8350
8351 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8352 unconditionally t.
8353
8354 1999-07-20 Karl Heuer <kwzh@gnu.org>
8355
8356 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8357
8358 1999-07-20 Dave Love <fx@gnu.org>
8359
8360 * help.el (describe-variable): Fix test for customizability.
8361
8362 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8363 Check for readonly buffer in interactive spec.
8364 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8365 (backward-kill-word): Add * to interactive spec.
8366
8367 * underline.el (underline-region, ununderline-region): Add * to
8368 interactive spec.
8369
8370 * fill.el (canonically-space-region, justify-current-line): Add *
8371 to interactive spec.
8372 (fill-region-as-paragraph, fill-paragraph, fill-region)
8373 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8374 readonly buffer in interactive spec.
8375
8376 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8377 (backward-kill-sentence, kill-sentence): Add * to interactive
8378 spec.
8379
8380 1999-07-19 Richard M. Stallman <rms@gnu.org>
8381
8382 * dired-aux.el (dired-do-shell-command): Doc fix.
8383
8384 * shell.el (shell-unquote-argument): New function.
8385 (shell-directory-tracker): Use shell-unquote-argument.
8386 * comint.el (comint-arguments): Handle \ followed by space or tab.
8387
8388 1999-07-19 John Wiegley <jwiegley@borland.com>
8389
8390 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8391 color codes 39 and 49, which by the way lynx uses them seem to
8392 mean "foreground reset" and "background reset".
8393
8394 1999-07-19 Karl Heuer <kwzh@gnu.org>
8395
8396 * font-lock.el (c++-keywords): Add "typeid".
8397
8398 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8399 selects no font, treat that as zero selections, not one.
8400
8401 1999-07-19 Dave Love <fx@gnu.org>
8402
8403 * info.el (Info-search): Don't lose with empty regexp.
8404
8405 * version.el: Cater for (free) `ident' program, not `which'.
8406
8407 * hl-line.el: New file.
8408
8409 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8410 for modes which don't define menus.
8411
8412 1999-07-16 Richard M. Stallman <rms@gnu.org>
8413
8414 * webjump.el (webjump-sample-sites): Update some URLs.
8415
8416 1999-07-14 Richard Stallman <rms@gnu.org>
8417
8418 * Version 20.4 released.
8419
8420 1999-07-14 Andreas Schwab <schwab@gnu.org>
8421
8422 * compare-w.el (compare-windows): Try to find the next window in
8423 the current frame before looking at the other frames.
8424
8425 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8426
8427 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8428 Use cyrillic-jcuken as default input method.
8429
8430 1999-07-12 Richard Stallman <rms@gnu.org>
8431
8432 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8433 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8434
8435 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8436 (ispell-local-dictionary-alist): Add koi8-r for character set.
8437
8438 * textmodes/flyspell.el (flyspell-get-word):
8439 Add special handling for when ispell-otherchars is empty.
8440
8441 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8442
8443 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8444 when having nested functons.
8445 (pascal-indent-nested-functions) (pascal-indent-line)
8446 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8447 indenting nested functions.
8448
8449 1999-07-09 Richard Stallman <rms@gnu.org>
8450
8451 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8452
8453 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8454
8455 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8456 the `end' keyword was in the very beginning of the buffer.
8457
8458 1999-07-08 Richard Stallman <rms@gnu.org>
8459
8460 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8461
8462 * term.el (term-emulate-terminal): Avoid infinite loop
8463 in strange case where minibuffer window is selected but not active.
8464
8465 1999-07-07 Stephen Eglen <stephen@gnu.org>
8466
8467 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8468 Change regexp so that it doesn't match commands beginning with `cd'.
8469
8470 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8471
8472 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8473
8474 1999-07-06 Richard Stallman <rms@gnu.org>
8475
8476 * hscroll.el (hscroll-minibuffer-hook): New function.
8477 (hscroll-global-mode): Add and remove that hook.
8478 Set hscroll-old-truncate-was-global's default value.
8479
8480 1999-07-05 Richard Stallman <rms@gnu.org>
8481
8482 * files.el (revert-buffer): Don't preserve point here.
8483 (revert-buffer-insert-file-contents-function): Doc fix.
8484
8485 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8486
8487 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8488 doing a `stat' when it isn't necessary because that can cause
8489 trouble when an NFS server is down.
8490
8491 1999-07-04 Richard Stallman <rms@gnu.org>
8492
8493 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8494
8495 1999-07-03 Richard Stallman <rms@gnu.org>
8496
8497 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8498 for \200...\240 also.
8499 (isearch-printing-char): Use unibyte-char-to-multibyte.
8500
8501 1999-07-02 Richard Stallman <rms@gnu.org>
8502
8503 * frame.el (minibuffer-frame-alist): Use defcustom.
8504 (pop-up-frame-alist): Likewise.
8505 (initial-frame-alist): Specify * in the doc string.
8506
8507 * hscroll.el (hscroll-mode): Make it a permanent local.
8508 (hscroll-mode): Don't cancel the timer
8509 if HScroll mode is enabled in some other buffer.
8510
8511 * isearch.el (isearch-done): If search ends in middle of intangible
8512 text (due to text property), move on to the limit of that text.
8513
8514 1999-07-01 Andrew Innes <andrewi@gnu.org>
8515
8516 * man.el (Man-build-man-command): Use value of null-device,
8517 instead of hard-coding "/dev/null".
8518
8519 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8520 ange-ftp file names, which might force ange-ftp to prompt for a
8521 password.
8522
8523 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8524 to prevent references to temp files.
8525
8526 1999-06-30 Richard Stallman <rms@gnu.org>
8527
8528 * progmodes/sh-script.el (sh-feature): If nothing is known
8529 about the given shell, use the values for `sh'.
8530
8531 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8532
8533 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8534 to make it non-recursive.
8535
8536 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8537
8538 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8539
8540 * auto-show.el (auto-show-mode): Fix Typo in :set.
8541
8542 1999-06-29 Richard M. Stallman <rms@gnu.org>
8543
8544 * progmodes/sh-script.el (sh-mode): When setting syntax
8545 table, default to the standard one.
8546
8547 1999-06-27 Richard M. Stallman <rms@gnu.org>
8548
8549 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8550
8551 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8552
8553 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8554 a frame when `return' is requested (even if pop-up-frames = t)
8555 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8556 should only be set for the bibtex buffer.
8557
8558 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8559
8560 * progmodes/compile.el: Deal with compilation-error-screen-columns
8561 being buffer-local.
8562
8563 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8564
8565 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8566
8567 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8568
8569 * cal-x.el (calendar-only-one-frame-setup): New function.
8570 * calendar.el (calendar): Call it if requested.
8571
8572 1999-06-24 Karl Heuer <kwzh@gnu.org>
8573
8574 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8575
8576 1999-06-22 Richard M. Stallman <rms@gnu.org>
8577
8578 * mail/supercite.el (sc-emacs-features): Doc fix.
8579
8580 1999-06-22 Karl Heuer <kwzh@gnu.org>
8581
8582 * files.el (auto-mode-alist): Add pike-mode.
8583
8584 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8585
8586 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8587 last byte of a numeric field is a space or a NUL. Parse it as
8588 potentially part of the number. This is used by GNU tar
8589 1.12.64012 to handle larger values.
8590
8591 1999-06-20 Karl Heuer <kwzh@gnu.org>
8592
8593 * custom.el (custom-handle-keyword): Fix error message.
8594
8595 1999-06-18 Andrew Innes <andrewi@gnu.org>
8596
8597 * mail/smtpmail.el (smtpmail-send-it): Use
8598 convert-standard-filename to make file names for queued mail safe
8599 on Windows (`:' is invalid in file names on Windows).
8600
8601 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8602
8603 * international/mule-cmds.el (describe-current-input-method):
8604 Current-input-method is string.
8605 (toggle-input-method): Docstring fixed.
8606
8607 * international/mule-diag.el
8608 (describe-current-coding-system-briefly): Fix format string.
8609
8610 * international/mule-util.el (coding-system-eol-type-mnemonic):
8611 Docstring modified. Return a string.
8612
8613 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8614
8615 * sql.el (sql-input-ring-file-name): Doc fix.
8616
8617 1999-06-17 Richard M. Stallman <rms@gnu.org>
8618
8619 * calendar/cal-x.el (special-display-buffer-names):
8620 Don't put (get-file-buffer diary-file) on this list.
8621
8622 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8623
8624 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8625 Don't penalize player for certain impossible guesses.
8626
8627 1999-06-16 Andrew Innes <andrewi@gnu.org>
8628
8629 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8630 return the string "Unk 0 0000" so at least it appears to be a
8631 valid timestamp to `dired-move-to-filename-regexp'.
8632
8633 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8634
8635 * ps-print.el (ps-control-character): Fix previous change.
8636
8637 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8638
8639 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8640 multiple output of the last message.
8641
8642 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8643
8644 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8645 the ASCII apostrophe, as most DOS codepages have some other glyph
8646 there.
8647
8648 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8649
8650 * language/ethio-util.el (setup-ethiopic-environment-internal):
8651 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8652 (exit-ethiopic-environment): Likewize.
8653
8654 1999-06-12 Richard M. Stallman <rms@gnu.org>
8655
8656 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8657
8658 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8659
8660 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8661 custom-initialize-default to avoid infinite loop.
8662 (crisp-mode): (defun) Call transient-mark-mode here, not when
8663 loading the file. Run crisp-mode-hook here, and run
8664 crisp-load-hook when loading the file.
8665
8666 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8667 rmail-summary buffer, search for pattern in rmail-file.
8668
8669 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8670
8671 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8672
8673 * ps-print.el (ps-printer-name): Fix custom type.
8674
8675 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8676
8677 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8678 (vhdl-port-paste-generic-map): Fix indentation bug.
8679 (vhdl-port-paste-port-map): Fix indentation bug.
8680 (vhdl-scan-file-contents): Make scanning case insensitive.
8681
8682 1999-06-11 Richard M. Stallman <rms@gnu.org>
8683
8684 * files.el (write-file): When buffer is not already visiting a file,
8685 don't put buffer name in the minibuffer, just make it the default.
8686 Also handle just directory as arg usefully in that case.
8687
8688 * simple.el (sendmail-user-agent-compose):
8689 Ignore case when inserting the rest of the "other" headers.
8690
8691 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8692
8693 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8694 (info-lookup-interactive-arguments): Never insert the default
8695 into the minibuffer automatically.
8696
8697 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8698
8699 1999-06-09 Richard M. Stallman <rms@gnu.org>
8700
8701 * simple.el (shell-command): Avoid printing "mark set" message.
8702
8703 1999-06-09 Dave Love <fx@gnu.org>
8704
8705 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8706 digits in program name in first pattern.
8707
8708 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8709
8710 * vc.el (vc-dired-mode): Don't match anything before the date in
8711 dired-move-to-filename-regexp.
8712
8713 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8714
8715 * international/quail.el (quail-define-rules): Fix typo in
8716 docstring.
8717
8718 1999-06-05 Stephen Eglen <stephen@gnu.org>
8719
8720 * iswitchb.el (iswitchb-default-keybindings): Add
8721 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8722 than when package is loaded.
8723
8724 1999-06-04 Richard M. Stallman <rms@gnu.org>
8725
8726 * startup.el (command-line): Don't set user-init-file directly;
8727 tell `load' to set it.
8728
8729 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8730
8731 * simple.el (next-history-element):
8732 Handle minibuffer-text-before-history properly when reading sexps.
8733
8734 * disp-table.el (standard-display-european):
8735 For an interactive call by the user,
8736 don't set enable-multibyte-characters,
8737 and don't set the terminal coding system.
8738
8739 * textmodes/refbib.el: Don't print any messages or display
8740 a buffer when loading the library.
8741 (r2b-help): Doc fix.
8742 (r2b-help-message): Update the documentation.
8743 (r2b-load-quietly): Variable deleted.
8744 (r2b-convert-buffer): Doc fix.
8745
8746 1999-06-04 Dave Love <fx@gnu.org>
8747
8748 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8749
8750 * auto-show.el: Don't change hooks on loading.
8751 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8752 (auto-show-mode): Add to hooks here.
8753
8754 1999-06-04 Richard Sharman <rsharman@pobox.com>
8755
8756 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8757 recursion on bogus input.
8758
8759 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8760
8761 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8762 does not select a buffer from the buffers menu, then the attached
8763 frame is not switched to anything.
8764
8765 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8766
8767 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8768 (viet-viscii-...->viet-vscii...).
8769
8770 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8771
8772 1999-06-01 Dave Love <fx@gnu.org>
8773
8774 * progmodes/fortran.el: Add :link to defgroup.
8775 (fortran-blink-matching-if): Match ELSE statements too.
8776 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8777 that filling is always done.
8778
8779 1999-05-31 Richard M. Stallman <rms@gnu.org>
8780
8781 * simple.el (append-next-kill): Use an arg to distinguish
8782 interactive calls from Lisp calls, rather than (interactive-p).
8783
8784 * international/iso-transl.el (iso-transl-language-alist):
8785 Interchange n and N.
8786
8787 1999-05-31 Dave Love <fx@gnu.org>
8788
8789 * msb.el Add to minor-mode-map-alist. Remove hook installation
8790 and keymap munging on load.
8791 (msb-mode): New option.
8792 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8793 Doc fix.
8794 (msb-mode-map): New variable.
8795 (msb-mode): New command.
8796
8797 1999-05-31 Dave Love <fx@gnu.org>
8798
8799 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8800 (ispell-complete-word-dict): Likewise.
8801
8802 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8803
8804 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8805 force the data buffer to be saved, even if the data didn't
8806 change, in case the write filter was modified. Restore the
8807 current record after read-file-filter finishes.
8808
8809 1999-05-29 Karl Heuer <kwzh@gnu.org>
8810
8811 * ispell4.el: Obsolete; file deleted.
8812
8813 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8814
8815 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8816 VALUE is a syntax table.
8817
8818 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8819
8820 * simple.el (zap-to-char): Doc fix.
8821
8822 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8823
8824 * isearch.el (isearch-quote-char): Don't assume character codes
8825 0200 - 0237 stand for characters in some single-byte character
8826 charset.
8827
8828 1999-05-27 Dave Love <fx@gnu.org>
8829
8830 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8831
8832 1999-05-27 Andreas Schwab <schwab@gnu.org>
8833
8834 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8835 headerline does not exist already.
8836
8837 1999-05-26 Richard Stallman <rms@gnu.org>
8838
8839 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8840 Avoid nested null-loops.
8841
8842 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8843
8844 * international/characters.el: Typo fixed; prefered->preferred.
8845
8846 * international/mule-cmds.el (find-coding-systems-for-charsets):
8847 Typo fixed; prefered->preferred.
8848
8849 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8850 method in read-event.
8851
8852 * international/mule.el (charset-info): Doc-string fixed.
8853
8854 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8855
8856 * mail/smtpmail.el (smtpmail-send-it): Bind
8857 smtpmail-code-conv-from properly.
8858 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8859 by smtpmail-code-conv-from.
8860
8861 1999-05-24 Richard Stallman <rms@gnu.org>
8862
8863 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8864 Binding deleted also.
8865
8866 1999-05-24 Karl Heuer <kwzh@gnu.org>
8867
8868 * comint.el (comint-bol-or-process-mark): Doc fix.
8869
8870 1999-05-23 Dave Love <fx@gnu.org>
8871
8872 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8873 Enter it on minor-mode-map-alist.
8874 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8875 Autoload. Add custom setter.
8876 (crisp-mark-line): Doc fix.
8877 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8878 (crisp-mode-hook): Define.
8879
8880 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8881
8882 * files.el (recover-file): Recover buffer-file-coding-system.
8883
8884 1999-05-22 Richard Stallman <rms@gnu.org>
8885
8886 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8887 regexp match the date, to avoid treating date as file size.
8888 Add YYYY S option to WESTERN/
8889
8890 * bookmark.el: Delete some XEmacs compatibility code.
8891 (bookmark-jump-noselect): Check vc-backend.
8892
8893 * subr.el (add-to-list): Doc fix.
8894
8895 1999-05-21 Stephen Eglen <stephen@gnu.org>
8896
8897 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8898
8899 1999-05-18 Richard Stallman <rms@gnu.org>
8900
8901 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8902 non-space after the @anchor command.
8903 (texinfo-format-var): Handle other nested constructs, using
8904 texinfo-parse-expanded-arg and texinfo-discard-command, not
8905 texinfo-parse-arg-discard.
8906
8907 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8908 (debug): Bind and use debugger-outer-inhibit-redisplay.
8909 Bind inhibit-redisplay to nil.
8910 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8911
8912 1999-05-17 Dave Love <fx@gnu.org>
8913
8914 * help.el (describe-function-1): Extra arg, interactive-p.
8915 (describe-key, describe-function): Use it.
8916
8917 1999-05-17 Karl Heuer <kwzh@gnu.org>
8918
8919 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8920
8921 1999-05-16 Dave Love <fx@gnu.org>
8922
8923 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8924 scroll-preserve-screen-position, scroll-conservatively.
8925
8926 1999-05-16 Dave Love <fx@gnu.org>
8927
8928 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8929
8930 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8931
8932 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8933
8934 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8935
8936 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8937 magic number and is not associated with a file.
8938
8939 1999-05-14 Richard M. Stallman <rms@gnu.org>
8940
8941 * files.el (find-file-noselect-1): Fix previous change.
8942
8943 1999-05-14 Simon Marshall <simon@gnu.org>
8944
8945 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8946
8947 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8948
8949 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8950 docstring.
8951
8952 * international/mule-cmds.el: Change MULE to Mule in docstrings
8953 and menus.
8954
8955 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8956
8957 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8958 to correctly reflect the value of BaseLineOffset in
8959 RelativeCompose. Now the value of RelativeCompose is an array of
8960 low and high positions.
8961 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8962 RLC for the above change.
8963
8964 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8965
8966 * comint.el (comint-password-prompt-regexp): Modified to match the
8967 output of ksu and ssh-add.
8968
8969 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8970
8971 * language/korea-util.el (isearch-toggle-korean-input-method):
8972 Adjusted for the change of input method handling in isearch.el.
8973 (isearch-hangul-switch-symbol-ksc): Likewise.
8974 (isearch-hangul-switch-hanja): Likewise.
8975
8976 1999-05-10 Dave Love <fx@gnu.org>
8977
8978 * help.el (help-make-xrefs): Fix typo.
8979
8980 1999-05-10 Andreas Schwab <schwab@gnu.org>
8981
8982 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8983 unibyte-display-via-language-environment.
8984
8985 * help.el (help-make-xrefs): Handle more cases when looking for
8986 commands in a keymap description.
8987
8988 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8989
8990 * loadup.el: For ms-dos systems, load ccl and codepage.
8991
8992 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8993
8994 * ps-print.el (ps-control-character): Call
8995 ps-mule-prepare-ascii-font to setup ASCII fonts.
8996
8997 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8998 ps-multibyte-buffer is nil, use
8999 ps-mule-font-info-database-default."
9000
9001 1999-05-08 Ken Stevens <k.stevens@ieee.org>
9002
9003 * ispell.el (ispell-local-dictionary-alist): New variable for
9004 customizing local dictionaries not accessable by everyone.
9005 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
9006 (ispell-required-version): Changed format `(major minor
9007 revision)' to support general pattern matching.
9008 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
9009 skip region commented out due to incorrect skip potential in std latex.
9010 (ispell-word): Removed `when' macro. Fixed bug of not restoring
9011 cursor point on small words for calls from `ispell-minor-mode'.
9012 (check-ispell-version): Tests and accepts versions major.minor
9013 and above, with adjustments for interactions in 3.1.0-3.1.11.
9014 (ispell-get-line): No longer skips ispell process special characters.
9015 (ispell-comments-and-strings): Removed `when' macro call.
9016 (ispell-minor-check): Requires ispell-word to restore cursor point.
9017 (ispell-buffer-local-parsing): Supports checking comments only.
9018
9019 1999-05-08 Karl Heuer <kwzh@gnu.org>
9020
9021 * comint.el (comint-password-prompt-regexp): Fix last change to be
9022 more specific.
9023
9024 1999-05-07 Richard M. Stallman <rms@gnu.org>
9025
9026 * subr.el (with-temp-message): Fix the other call to message
9027 to use %s.
9028
9029 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
9030
9031 * gud.el (gud-format-command): "%F" means file sans extension.
9032 (jdb): Use %F, not %f, for gud-break.
9033
9034 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
9035
9036 * comint.el (comint-password-prompt-regexp): Modified so that it
9037 matches the output of kinit.
9038
9039 1999-05-06 Greg Stark <gsstark@mit.edu>
9040
9041 * timezone.el (timezone-parse-date): Recognize new format used in
9042 internet cookies.
9043
9044 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
9045
9046 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
9047
9048 1999-05-04 Andrew Innes <andrewi@gnu.org>
9049
9050 * time.el (display-time-update): Allow for wrap-around when
9051 checking against display-time-server-down-time.
9052
9053 1999-05-04 Ken'ichi Handa <handa@gnu.org>
9054
9055 * international/mule-diag.el (describe-coding-system): Fix English
9056 message.
9057
9058 1999-05-03 Jason Rumney <jasonr@altavista.net>
9059
9060 * term/w32-win.el: Change the x-charset-registry property for the
9061 Japanese charsets that are supported by Japanese Windows fonts.
9062
9063 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9064
9065 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
9066 diary-block diary entries for which the reminders and the diary
9067 entries can overlap.
9068
9069 1999-05-02 Jason Rumney <jasonr@altavista.net>
9070
9071 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
9072 matches the font selected in the dialog.
9073
9074 1999-05-02 Dave Love <fx@gnu.org>
9075
9076 * browse-url.el (browse-url-browser-function): Add :version.
9077
9078 * international/mule.el (auto-coding-alist): Add .tgz.
9079
9080 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
9081
9082 * international/codepage.el (cp-coding-system-for-codepage-1):
9083 Make the magnification parameter for the -dos encoder be 2.
9084
9085 1999-05-2 Andrew Innes <andrewi@gnu.org>
9086
9087 * term/w32-win.el (w32-drag-n-drop): Select file in window where
9088 it is dropped, rather than current window.
9089
9090 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
9091 after switching buffer, as case-fold-search is a buffer local
9092 variable.
9093
9094 * w32-fns.el (convert-standard-filename): Only convert directory
9095 separators to backslash if the interactive shell is one of the
9096 standard Windows shells that has DOS semantics.
9097
9098 * ls-lisp.el (ls-lisp-format-time): Trap errors from
9099 format-time-string, and return a suitable string to indicate the
9100 timestamp was invalid.
9101
9102 * hexl.el (hexlify-command): Apply shell-quote-argument after
9103 expanding hexl-program in case exec-directory contains a space.
9104 (dehexlify-command): Ditto.
9105
9106 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9107 file extension regexps which aren't necessarily binary files.
9108 (direct-print-region-helper): Use subst-char-in-string instead of
9109 binding directory-sep-char to convert filenames to DOS syntax.
9110 (direct-print-region-use-command-dot-com): New variable.
9111 (direct-print-region-helper): Use it to control whether to invoked
9112 command.com to print on Windows 9x.
9113
9114 * browse-url.el (browse-url-browser-function): Default to
9115 browse-url-default-windows-browser on windows-nt.
9116 (browse-url-default-windows-browser): New function.
9117
9118 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9119
9120 * forms.el (forms-mode): Don't call forms-first-record or
9121 forms-last-record if the data file has zero records.
9122
9123 1999-04-29 Richard M. Stallman <rms@gnu.org>
9124
9125 * files.el (find-file-noselect-1): If buffer-file-name has changed
9126 after find-file-not-found-hooks runs, recompute the truename.
9127 And don't use FILENAME after that point.
9128
9129 1999-04-27 Dave Love <fx@gnu.org>
9130
9131 * paren.el (show-paren-mode)
9132 * which-func.el (which-func-mode-global)
9133 * type-break.el (type-break-mode)
9134 * time.el (display-time-mode)
9135 * rsz-mini.el (resize-minibuffer-mode)
9136 * mouse-sel.el (mouse-sel-mode)
9137 * icomplete.el (icomplete-mode)
9138 * hscroll.el (hscroll-global-mode)
9139 * help.el (temp-buffer-resize-mode)
9140 * font-lock.el (global-font-lock-mode)
9141 * delsel.el (delete-selection-mode)
9142 * avoid.el (mouse-avoidance-mode)
9143 * autoinsert.el (auto-insert-mode)
9144 * winner.el (winner-mode): Doc fix.
9145
9146 1999-04-26 Karl Heuer <kwzh@gnu.org>
9147
9148 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9149 the same whitespace that was ignored in choosing the subject string.
9150
9151 1999-04-26 Richard M. Stallman <rms@gnu.org>
9152
9153 * info.el (Info-find-node): Position properly after finding anchor.
9154
9155 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9156
9157 * simple.el (indent-new-comment-line): Fix previous change.
9158
9159 * complete.el: Delete the wildcard expansion feature
9160 since that is now standard in find-file.
9161 (PC-try-load-many-files): Function deleted.
9162 (PC-after-load-many-files): Function deleted.
9163 (PC-many-files-list): Variable deleted.
9164 (PC-disable-wildcards): Variable deleted.
9165 (partial-completion-mode): Don't enable the wildcard feature.
9166
9167 * complete.el (PC-look-for-include-file): Don't set global variables
9168 `error', `buf' and `filename' here.
9169
9170 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9171
9172 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9173
9174 * textmodes/outline.el (outline-regexp): Doc fix.
9175
9176 1999-04-26 John Wiegley <johnw@borland.com>
9177
9178 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9179 C++Builder 4.0 error message syntax.
9180
9181 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9182
9183 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9184 supported, use find -exec.
9185
9186 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9187
9188 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9189 coding-system-for-write, to avoid hanging when non-interactive.
9190
9191 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9192
9193 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9194 start with a newline.
9195
9196 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9197
9198 * international/mule-conf.el (x-ctext): New coding system.
9199
9200 1999-04-12 Richard M. Stallman <rms@gnu.org>
9201
9202 * international/mule-cmds.el (input-method-function):
9203 Add permanent-local property.
9204
9205 1999-04-12 Dave Love <fx@gnu.org>
9206
9207 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9208 change to use jka-compr-byte-compiler-base-file-name.
9209
9210 * supercite.el (sc-scan-info-alist): Revert last change.
9211 (sc-attrib-selection-list): Fix :type here instead.
9212
9213 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9214
9215 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9216 in the list of case-insensitive filesystems.
9217
9218 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9219
9220 * international/fontset.el (create-fontset-from-fontset-spec):
9221 Don't register duplicated alias fontset names.
9222
9223 1999-04-08 Richard Stallman <rms@gnu.org>
9224
9225 * international/mule.el (auto-coding-alist-lookup): New function.
9226 (set-auto-coding): Use auto-coding-alist-lookup.
9227
9228 * jka-compr.el (jka-compr-insert-file-contents):
9229 Use auto-coding-alist-lookup to check for files that
9230 should not have eol conversion, in the unibyte case.
9231
9232 1999-04-07 Dave Love <fx@gnu.org>
9233
9234 * help.el (describe-variable): Check custom-loads property as well
9235 as custom-type.
9236
9237 * abbrev.el (abbrev-mode): Customizing sets the default value.
9238
9239 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9240
9241 * vc.el (vc-backend-revert): For CVS files that were made
9242 writeable with "cvs edit", call "cvs unedit" to undo that.
9243
9244 1999-04-08 Dave Love <fx@gnu.org>
9245
9246 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9247 more.
9248 (sc-emacs-features): Recognize Emacs 20.
9249 (sc-read-string): Use history arg.
9250 (sc-scan-info-alist): Check for rtnvalue a cons.
9251
9252 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9253
9254 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9255 coding system to encode the message by
9256 select-message-coding-system.
9257
9258 1999-04-07 Richard Stallman <rms@gnu.org>
9259
9260 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9261
9262 * winner.el: Reorder definitions.
9263
9264 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9265
9266 * mail/rmail.el (rmail-decode-babyl-format):
9267 Undo previous change.
9268
9269 1999-04-06 Richard Stallman <rms@gnu.org>
9270
9271 * info.el (Info-find-node): Check for an anchor at the
9272 proper place, before reading an indirect file.
9273
9274 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9275
9276 * jka-compr.el (jka-compr-insert-file-contents):
9277 Use raw-text-unix when we want no conversion.
9278
9279 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9280
9281 * timezone.el (timezone-parse-date): Corrected regexp for
9282 style (5) date format so that tenths of seconds are optional.
9283
9284 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9285
9286 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9287 of dos-codepage-setup.
9288 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9289 codepages for which there's no need to set up cpNNN coding
9290 systems.
9291 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9292
9293 1999-04-05 Richard Stallman <rms@gnu.org>
9294
9295 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9296
9297 1999-04-02 Richard Stallman <rms@gnu.org>
9298
9299 * progmodes/compile.el (compilation-handle-exit): Do right thing
9300 if (car status) doesn't end in a newline.
9301
9302 1999-04-01 Dave Love <fx@gnu.org>
9303
9304 * progmodes/sql.el (SQL): Add defgroup :version.
9305
9306 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9307
9308 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9309 buffer-file-coding-system. If the coding system used is raw-text,
9310 etc., make the *Compiler Input* buffer unibyte.
9311
9312 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9313
9314 * loadup.el: Don't write the fns-...el file if not dumping.
9315
9316 1999-03-31 Dave Love <fx@gnu.org>
9317
9318 * snmp-mode.el (snmp): Fix defgroup :version.
9319
9320 * hilit-chg.el (highlight-changes): Add defgroup :version.
9321
9322 1999-03-31 Andreas Schwab <schwab@gnu.org>
9323
9324 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9325 the gnus-save-hidden-threads macro.
9326
9327 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9328
9329 * faces.el (face-set-after-frame-default): Obey the
9330 `customized-face' for new faces.
9331
9332 1999-03-30 Dave Love <fx@gnu.org>
9333
9334 * international/mule-cmds.el (current-language-environment): Doc fix.
9335 * abbrev.el (abbrev-mode): Doc fix.
9336 * autoinsert.el (auto-insert-mode): Doc fix.
9337 * complete.el (partial-completion-mode): Doc fix.
9338 * avoid.el (mouse-avoidance-mode): Doc fix.
9339 * delsel.el (delete-selection-mode): Doc fix.
9340 * font-lock.el (global-font-lock-mode): Doc fix.
9341 * help.el (temp-buffer-resize-mode): Doc fix.
9342 * hscroll.el (hscroll-global-mode): Doc fix.
9343 * icomplete.el (icomplete-mode): Doc fix.
9344 * mouse-sel.el (mouse-sel-mode): Doc fix.
9345 * paren.el (show-paren-mode): Doc fix.
9346 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9347 * time.el (display-time-mode): Doc fix.
9348 * type-break.el (type-break-mode): Doc fix.
9349 * which-func.el (which-func-mode-global): Doc fix.
9350 * winner.el (winner-mode): Doc fix.
9351
9352 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9353
9354 * wid-edit.el (widget-before-change): Signal text-read-only rather
9355 than an ordinary error.
9356
9357 1999-03-30 Richard M. Stallman <rms@gnu.org>
9358
9359 * repeat.el: Don't require advice.
9360 (repeat): Do function-indirection in check for kbd macro.
9361 In self-insert case, use the *last* char in INSERTION.
9362
9363 1999-03-30 Karl Heuer <kwzh@gnu.org>
9364
9365 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9366
9367 1999-03-29 Andreas Schwab <schwab@gnu.org>
9368
9369 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9370 comint-input-filter-functions. Make variables related to shell
9371 directory tracking local.
9372
9373 1999-03-26 Andreas Schwab <schwab@gnu.org>
9374
9375 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9376
9377 * simple.el (shell-command-on-region): Cope with exit-status being
9378 nil, which happens if call-process-region was interrupted.
9379
9380 1999-03-26 Richard M. Stallman <rms@gnu.org>
9381
9382 * simple.el (indent-new-comment-line): Handle use at a point
9383 after a comment-end. Handle multiple comments.
9384
9385 * mail/rmail.el (rmail-decode-babyl-format):
9386 To prevent locking, bind buffer-file-name to nil.
9387
9388 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9389
9390 * mail-hist.el (mail-hist-current-header-name): Don't make
9391 off-by-one-error when determining if in message body.
9392
9393 1999-03-25 Andrew Innes <andrewi@gnu.org>
9394
9395 * w32-fns.el (set-default-process-coding-system): Copied from
9396 dos-w32.el, but modified to use Unix line endings for process
9397 input, and to add a suitable entry to process-coding-system-alist
9398 for DOS shells.
9399
9400 * dos-fns.el (set-default-process-coding-system): Copied from
9401 dos-w32.el.
9402
9403 * dos-w32.el (set-default-process-coding-system): Move function to
9404 dos-fns.el; a different version is used in w32-fns.el.
9405
9406 1999-03-24 Dave Love <fx@gnu.org>
9407
9408 * info.el (Info-directory-list): Revert change to re-writing
9409 Info-default-directory-list, but put `alternative' first.
9410 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9411
9412 1999-03-23 Simon Marshall <simon@gnu.org>
9413
9414 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9415 on the line by itself.
9416 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9417 it is not in a declarative context.
9418
9419 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9420
9421 * cus-edit.el (custom-variable-prompt): Allow customization of
9422 autoloaded symbols.
9423
9424 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9425
9426 * simple.el (what-cursor-position): Don't cause error when point
9427 is at invalid multibyte sequence.
9428
9429 1999-03-21 Karl Heuer <kwzh@gnu.org>
9430
9431 * complete.el (partial-completion-mode): Doc fix.
9432
9433 1999-03-19 Richard M. Stallman <rms@gnu.org>
9434
9435 * progmodes/cplus-md.el (old-c++): Remove :group.
9436
9437 * progmodes/c-mode.el (old-c): Remove :group.
9438
9439 1999-03-18 Simon Marshall <simon@gnu.org>
9440
9441 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9442 (java-font-lock-keywords-2): Added "strictfp" keyword.
9443
9444 1999-03-17 Jason Rumney <jasonr@altavista.net>
9445
9446 * w32-fns.el (set-w32-system-coding-system) New function.
9447 (w32-system-coding-system) Initialize to 'iso-latin-1.
9448
9449 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9450
9451 * international/mule-cmds.el (set-language-environment): Fix
9452 previous change: don't use dos-codepage when unbound.
9453
9454 1999-03-17 Karl Heuer <kwzh@gnu.org>
9455
9456 * calendar/appt.el (appt-make-list): Fix previous change.
9457
9458 1999-03-16 Richard M. Stallman <rms@gnu.org>
9459
9460 * window.el (shrink-window-if-larger-than-buffer):
9461 Don't try to redisplay with the cursor at the end
9462 on its own line--that would force a scroll and spoil things.
9463
9464 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9465
9466 * international/mule-cmds.el (set-language-environment): Don't use
9467 cpNNN-nonascii-translation-table if it is unbound.
9468
9469 * term/internal.el (dos-codepage-setup): Compute the unibyte
9470 syntax table and bind unibyte-display-via-language-environment
9471 here, rather than at top level, so that resetting to unibyte in
9472 .emacs works as expected.
9473
9474 1999-03-15 Simon Marshall <simon@gnu.org>
9475
9476 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9477
9478 1999-03-14 Milan Zamazal <pdm@pvt.net>
9479
9480 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9481
9482 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9483
9484 * international/mule-util.el (detect-coding-with-priority):
9485 Restore the internal database.
9486
9487 1999-03-14 Stephen Eglen <stephen@gnu.org>
9488
9489 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9490 if mail-from-style has invalid value.
9491
9492 1999-03-12 Karl Heuer <kwzh@gnu.org>
9493
9494 * vc.el (vc-delete-logbuf-window): New var.
9495 (vc-finish-logentry): Use it.
9496
9497 1999-03-12 Richard M. Stallman <rms@gnu.org>
9498
9499 * startup.el (command-line-1): Improve startup msg.
9500
9501 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9502
9503 * speedbar.el: Added commentary about stealthy functions.
9504 (speedbar-message) new function.
9505 (speedbar-y-or-n-p): New function
9506 (speedbar-with-attached-buffer) Moved macro before reference.
9507 Now uses `save-selected-window'.
9508 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9509 speedbar-generic-item-info, speedbar-item-info-file-helper,
9510 speedbar-item-delete, speedbar-insert-generic-list,
9511 speedbar-timer-fn, speedbar-check-vc-this-line,
9512 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9513 speedbar-buffers-item-info) Use speedbar-message.
9514 (speedbar-item-info) Limit `message-log-max'.
9515 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9516 speedbar-item-delete, speedbar-item-object-delete,
9517 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9518
9519 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9520
9521 * server.el (server-start): Set coding system for the server
9522 process to raw-text.
9523 (server-process-filter): Decode file names if necessary.
9524
9525 1999-03-12 Dave Love <fx@gnu.org>
9526
9527 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9528
9529 * textmodes/paragraphs.el (sentence-end): Doc fix.
9530
9531 1999-03-11 Karl Heuer <kwzh@gnu.org>
9532
9533 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9534
9535 1999-03-09 Karl Heuer <kwzh@gnu.org>
9536
9537 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9538 (ispell-dictionary-alist-2): Likewise.
9539 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9540 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9541 (ispell-dictionary-alist): Build from six pieces, not just two.
9542
9543 * ps-bdf.el (bdf-directory-list): Doc fix.
9544
9545 * enriched.el (enriched-mode): Make var permanent-local.
9546
9547 1999-03-09 Dave Love <fx@gnu.org>
9548
9549 * textmodes/sgml-mode.el (html-mode): Use
9550 sentence-end-double-space when setting sentence-end.
9551
9552 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9553
9554 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9555
9556 1999-03-08 Felix Lee <flee@cygnus.com>
9557
9558 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9559
9560 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9561
9562 1999-03-08 Karl Heuer <kwzh@gnu.org>
9563
9564 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9565 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9566
9567 * dired.el (dired-do-copy-regexp): Doc fix.
9568 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9569
9570 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9571
9572 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9573
9574 1999-03-08 Jason Rumney <jasonr@altavista.net>
9575
9576 * international/codepage.el (cp1250-decode-table)
9577 (cp1251-decode-table, cp1253-decode-table)
9578 (cp1257-decode-table): New translation tables for MS Windows codepages.
9579 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9580
9581 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9582
9583 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9584
9585 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9586
9587 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9588
9589 * term/internal.el (top level): Display character 255 as 8bit as well.
9590
9591 1999-03-06 Dave Love <fx@gnu.org>
9592
9593 * progmodes/cc-cmds.el (c-outline-level): Bind
9594 buffer-invisibility-spec.
9595
9596 * progmodes/c-mode.el (c-outline-level): Likewise.
9597
9598 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9599
9600 1999-03-05 Felix Lee <flee@cygnus.com>
9601
9602 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9603
9604 1999-03-05 Richard M. Stallman <rms@gnu.org>
9605
9606 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9607
9608 1999-03-05 Andrew Innes <andrewi@gnu.org>
9609
9610 * w32-fns.el (convert-standard-filename): Convert directory
9611 separators to Windows format.
9612
9613 1999-03-05 Andreas Schwab <schwab@gnu.org>
9614
9615 * international/skkdic-cnv.el: Provide skkdic-cnv.
9616 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9617 (batch-skkdic-convert): Doc fix.
9618
9619 1999-03-04 Dave Love <fx@gnu.org>
9620
9621 * custom.el (custom-set-variables): Protect against setter errors.
9622
9623 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9624
9625 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9626 the file sizes from overflowing.
9627 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9628 Under -s, print the size in blocks with %4.0f, in case they have
9629 a *really* huge file.
9630
9631 1999-03-03 Dave Love <fx@gnu.org>
9632
9633 * options.el (edit-options): Doc fix.
9634 (list-options): Don't lose with unbound symbols. Maintain
9635 Edit-options-mode.
9636
9637 1999-03-01 Dave Love <fx@gnu.org>
9638
9639 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9640
9641 1999-02-28 Richard M. Stallman <rms@gnu.org>
9642
9643 * ispell.el (ispell-dictionary-alist-override): New variable.
9644 (ispell-dictionary-alist): Don't setq it,
9645 if ispell-dictionary-alist-override is set.
9646
9647 * simple.el (shell-command-default-error-buffer): Renamed from
9648 shell-command-on-region-default-error-buffer.
9649 (shell-command-on-region): Mention in echo area when there
9650 is some error output. Mention success or failure, too.
9651 Accumulate multiple error outputs
9652 going forward, with formfeed in between. Display the error buffer
9653 when we have put something in it.
9654 (shell-command): Add the ERROR-BUFFER argument feature.
9655
9656 1999-02-28 Karl Heuer <kwzh@gnu.org>
9657
9658 * mail/mh-utils.el (mh-lib): Doc fix.
9659 (mh-lib-progs, mh-nmh-p): New vars.
9660 (mh-find-progs): Set mh-lib-progs along with other vars.
9661 (mh-path-search): New arg FUNC-P; if specified, use that instead
9662 of mh-file-command-p.
9663 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9664
9665 * mail/mh-comp.el (mh-repl-formfile): New var.
9666 (mh-smail-batch): Don't ignore all arguments.
9667 (mh-reply): Do the right thing when using nmh.
9668
9669 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9670
9671 * international/mule-cmds.el (select-safe-coding-system): Be sure
9672 to show a buffer being decoded.
9673
9674 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9675
9676 * ps-bdf.el (bdf-directory-list): Initialize it to
9677 '("/usr/local/share/emacs/fonts/bdf").
9678
9679 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9680
9681 * ps-print.el: PostScript programming fix.
9682 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9683 setpagedevice operator).
9684
9685 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9686
9687 * ps-print.el: Doc fix, font size specifies landscape and portrait
9688 sizes.
9689 (ps-print-version): New version number (4.1.4).
9690 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9691 Specifies landscape and portrait sizes.
9692 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9693 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9694 fix.
9695 (ps-get-font-size): New fun.
9696 (ps-font-size-internal, ps-header-font-size-internal)
9697 (ps-header-title-font-size-internal): New vars.
9698
9699 * ps-mule.el: Change of ps-print font size variable name.
9700 (ps-mule-generate-font): Fun fix.
9701 (ps-mule-begin-job): Programming uniformization.
9702
9703 1999-02-25 Dave Love <fx@gnu.org>
9704
9705 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9706 (help-make-xrefs): Do Info case first.
9707
9708 * repeat.el: Don't require advice.
9709 (repeat-last-kill-command): Variable deleted.
9710
9711 1999-02-25 Richard Stallman <rms@gnu.org>
9712
9713 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9714 case just because the current buffer is the output buffer.
9715
9716 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9717
9718 * simple.el (what-cursor-position): To show the character's
9719 encoding, use encoded-string-description instead of information
9720 of chaset-origin-alist.
9721
9722 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9723 (encoded-code-description): New function.
9724 (encoded-string-description): New function.
9725 (encode-coding-char): New function.
9726
9727 1999-02-25 Andrew Innes <andrewi@gnu.org>
9728
9729 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9730 checking for .emacs[.el[c]].
9731
9732 1999-02-24 Richard Stallman <rms@gnu.org>
9733
9734 * help.el (describe-function-1): Don't print a whole lambda-function.
9735
9736 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9737
9738 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9739 inputting ?\240.
9740
9741 1999-02-23 Karl Heuer <kwzh@gnu.org>
9742
9743 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9744
9745 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9746 (clean-buffer-list-kill-buffer-names): Doc fix.
9747
9748 * gud.el (gud-jdb-massage-args): Spelling fix.
9749
9750 1999-02-23 Richard M. Stallman <rms@gnu.org>
9751
9752 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9753
9754 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9755
9756 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9757 excursion while calling set-auto-coding-function.
9758
9759 * play/handwrite.el (handwrite): Require ps-print, and use
9760 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9761 if it's defined, instead of forking ps-lpr-command unconditionally.
9762
9763 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9764
9765 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9766 charset-origin-alist property to a coding system for the codepage.
9767
9768 * international/mule.el: Modify comment for charset-origin-alist
9769 property of a coding system.
9770
9771 * simple.el (what-cursor-position): charset-origin-alist property
9772 of a coding system may be a translation table or a symbol of which
9773 `translation-table' property is a translation table.
9774
9775 1999-02-21 Richard Stallman <rms@gnu.org>
9776
9777 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9778 to the "html" template.
9779
9780 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9781
9782 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9783
9784 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9785
9786 * dirtrack.el (dirtrack): Check for the prompt in the input string
9787 instead of the buffer.
9788
9789 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9790
9791 * sql.el: Set version to 1.4.1. Changed mail address to
9792 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9793 (sql-input-ring-separator): Doc fix.
9794 (sql-mode-syntax-table): double-dash starts comments is defined as
9795 ". 56" instead of ". 12b" for XEmacs.
9796 (sql-stop, sql-interactive-mode): Doc fixes.
9797 (sql-postgres): Queries for database and server, not just one.
9798 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9799
9800 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9801 changed. This is needed for master.el to work.
9802 (sql-set-sqli-buffer): Use the new hook.
9803
9804 * sql.el (sql-make-alternate-buffer-name): Function that sets
9805 sql-alternate-buffer-name.
9806 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9807 (sql-interactive-mode): Set sql-alternate-buffer-name.
9808 (sql-rename-buffer): New command.
9809 (sql-interactive-mode-menu): Menu for SQLi buffers.
9810
9811 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9812 and sql-input-ring-file-name are used to temporarily set
9813 comint-input-ring-file-name and comint-input-ring-separator when
9814 reading and writing input history files.
9815
9816 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9817 (sql-input-ring-file-name): New variable with customization.
9818 (sql-input-ring-separator): New variable with customization.
9819 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9820 Callers changed.
9821 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9822 now includes the name of the current buffer.
9823
9824 (sql-mode): Set paragraph-separate and paragraph-start so that
9825 sql-send-paragraph sends the entire SQL statements, even if it
9826 contains indented lines.
9827
9828 1999-02-18 Dave Love <fx@gnu.org>
9829
9830 * format.el (format-encode-run-method, format-decode-run-method):
9831 Fix previous change.
9832
9833 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9834
9835 * international/mule.el (coding-system-list): Moved here from
9836 mule-util.el to avoid autoloading mule-util by the call of
9837 select-safe-coding-system.
9838
9839 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9840
9841 * simple.el (turn-on-auto-fill): Mark it as an option for
9842 `text-mode-hook'.
9843
9844 1999-02-17 Richard Stallman <rms@gnu.org>
9845
9846 * emacs-lisp/easymenu.el (easy-menu-get-map):
9847 Don't crash if (current-local-map) is nil.
9848
9849 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9850
9851 * filecache.el (file-cache-filter-regexps): Added .class.
9852
9853 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9854
9855 * international/mule-util.el (decompose-region): Use
9856 insert-buffer-substring instead of insert-buffer to avoid putting
9857 mark.
9858
9859 1999-02-17 Andreas Schwab <schwab@gnu.org>
9860
9861 * calendar/cal-move.el (scroll-calendar-left): Don't set
9862 displayed-month and displayed-year here, let generate-calendar do
9863 it, after range checking.
9864
9865 1999-02-17 Simon Marshall <simon@gnu.org>
9866
9867 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9868
9869 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9870 correctly between an object declared via a constructor and a method.
9871 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9872 (java-font-lock-keywords-1): Fontify package names individually.
9873 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9874 (java-font-lock-keywords-2): Simplify type fontification.
9875 (java-font-lock-keywords-3): Likewise.
9876
9877 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9878
9879 * language/japanese.el (iso-2022-jp-2): New coding system.
9880 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9881
9882 1999-02-16 Dave Love <fx@gnu.org>
9883
9884 * help.el (describe-function-1): Accept non-symbols.
9885
9886 1999-02-16 Paul Eggert <eggert@twinsun.com>
9887
9888 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9889 find the last match if there are multiple matches.
9890
9891 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9892
9893 * tex-mode.el (tex-run-command, latex-run-command)
9894 (slitex-run-command, tex-command): Doc changes.
9895 (tex-start-options-string): Autoload it. Doc change. Provide
9896 a menu for customization. Allow nil. Quote backslashes only once.
9897 (tex-start-tex): Handle nil value of tex-start-options-string
9898 and apply shell-quote-argument to it.
9899
9900 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9901
9902 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9903 the size in blocks, since it can be a float.
9904 (ls-lisp-format): Likewise
9905
9906 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9907
9908 * language/japanese.el (japanese-shift-jis): Add
9909 charset-origin-alist property.
9910
9911 1999-02-15 Richard Stallman <rms@gnu.org>
9912
9913 * progmodes/compile.el (compile-internal): Use save-selected-window.
9914
9915 * subr.el (momentary-string-display): Bind inhibit-read-only.
9916
9917 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9918
9919 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9920
9921 * mail/rmail.el (rmail-show-message): If an unseen message has a
9922 Summary-line in its header, get past one more line before looking
9923 for the X-Coding-System header.
9924
9925 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9926
9927 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9928 explicitly to accomodate Windows 9X lack of a useful copy program.
9929
9930 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9931
9932 * wid-edit.el (widget-choice-value-create): Use `equal'
9933 instead of `eq'.
9934
9935 1999-02-14 Richard Stallman <rms@gnu.org>
9936
9937 * international/iso-transl.el:
9938 (iso-transl-ae): Renamed from iso-transl-e-slash.
9939 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9940 (iso-transl-AE): Renamed from iso-transl-E-slash.
9941 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9942 (iso-transl-char-map): Related changes.
9943
9944 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9945
9946 1999-02-13 Richard Stallman <rms@gnu.org>
9947
9948 * textmodes/texinfmt.el (texinfo-alias): New function.
9949 (texinfo-fold-nodename-case): Add defvar.
9950 (texinfo-format-node): Do case folding if specified.
9951
9952 * ffap.el (ffap-file-at-point): Test local file names
9953 immediately. Strip off line numbers.
9954
9955 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9956
9957 * sql.el: Set version to 1.3.2
9958 (sql-solid-program): Added support for solid.
9959 (sql-help): Doc mentions sql-solid.
9960 (sql-solid): Entry function for Solid.
9961 (sql-buffer): Doc explains the use of the variable and how to
9962 change it.
9963 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9964 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9965 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9966 is new.
9967 (sql-show-sqli-buffer): New function to display the value of
9968 sql-buffer.
9969 (sql-change-sqli-buffer): New function to change sql-buffer.
9970 (sql-mode): Doc explains how to change sql-buffer.
9971 (sql-send-paragraph): New function to send a paragraph.
9972 (sql-mode-map): Added keybinding for sql-send-paragraph.
9973 (sql-mysql): Doc corrected.
9974 (sql-ms): Doc corrected.
9975
9976 * sql.el (sql-server): Doc fix.
9977 (sql-mysql): Added the use of sql-server to specify the host,
9978 sql-database now specifies database instead of host.
9979 (sql-mode-menu): Send... menu items are only active if sql-buffer
9980 is non-nil.
9981 (sql-help): Changed tag of entry functions a bit.
9982
9983 * sql.el: Added keywords from `finder-by-keyword'.
9984 (sql-mode): Made sql-buffer a local variable, changed the
9985 documentation: removed instructions to add *.sql files to
9986 auto-mode-alist, added documentation for having mutliple SQL
9987 buffers sending their stuff to different SQLi buffers, each
9988 running a different process.
9989 (sql-postgres): Quoted *SQL* in doc string.
9990 (sql-ms): Likewise.
9991 (sql-ingres): Likewise.
9992 (sql-ingres): Quoted *SQL* in doc string, added references to
9993 sql-user and sql-password used during login.
9994 (sql-sybase): Quoted *SQL* in doc string, added comma.
9995 (sql-oracle): Likewise.
9996 (sql-interactive-mode): Added extensive documentation for having
9997 mutliple SQL buffers sending their stuff to different SQLi
9998 buffers, each running a different process.
9999 (sql-buffer): Changed doc from *SQL* to SQLi.
10000 (sql-get-login): Doc fix.
10001
10002 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10003
10004 * international/mule-conf.el (undecided): Set ascii in
10005 safe-charsets property.
10006
10007 1999-02-12 Richard Stallman <rms@gnu.org>
10008
10009 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
10010
10011 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10012
10013 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
10014 value to ps-mule-font-info-database-latin.
10015
10016 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
10017
10018 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
10019 (ps-mule-font-info-database-default): New variable.
10020 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
10021 ps-mule-font-info-database-default.
10022
10023 1999-02-12 Dave Love <fx@gnu.org>
10024
10025 * timezone.el (timezone-make-date-sortable)
10026 (timezone-make-date-arpa-standard): Doc fix.
10027
10028 1999-02-12 Ken'ichi Handa <handa@gnu.org>
10029
10030 * international/quail.el (quail-show-kbd-layout): Bind
10031 blink-matching-paren to nil.
10032
10033 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
10034 for ASCII and Latin-1.
10035
10036 1999-02-12 Andreas Schwab <schwab@gnu.org>
10037
10038 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
10039
10040 1999-02-12 Kenichi Handa <handa@etl.go.jp>
10041
10042 * international/mule-cmds.el (language-info-alist): Remove
10043 description about charset-origin-alist.
10044
10045 * international/mule.el: Comment added for a new coding system
10046 property `charset-origin-alit'.
10047 (make-translation-table): This variable deleted.
10048
10049 * language/chinese.el (chinese-big5): Add charset-origin-alist
10050 property.
10051 ("Chinese-CNS"): Remove charset-origin-alist property.
10052
10053 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
10054 property.
10055 (cyrillic-alternativnyj): Likewise.
10056 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
10057 ("Cyrillic-ALT"): Likewise.
10058
10059 * language/vietnamese.el (vietnamese-viqr): Add
10060 charset-origin-alist property.
10061 ("Vietnamese"): Remove charset-origin-alist property.
10062
10063 * simple.el (what-cursor-position): Don't use the varialbe
10064 charset-origin-alist, but use charset-origin-alist property of
10065 buffer-file-coding-system to decide external character set code.
10066
10067 1999-02-10 Richard Stallman <rms@gnu.org>
10068
10069 * shadowfile.el: Don't turn on the mode when the file is loaded.
10070
10071 1999-02-09 Richard Stallman <rms@gnu.org>
10072
10073 * progmodes/compile.el (compile-auto-highlight): Customize.
10074
10075 * add-log.el (add-log-file-name-function): New variable.
10076 (add-change-log-entry): Call that function, if non-nil.
10077
10078 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
10079
10080 * rmail.el (rmail-search): Track match with a marker, not an integer.
10081
10082 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10083
10084 * progmodes/compile.el (compilation-setup): Set value of
10085 compilation-directory-stack as in compilation-forget-errors.
10086 (compile-reinitialize-errors): Bind buffer-undo-list and
10087 deactivate-mark.
10088 (compilation-forget-errors): Likewise.
10089
10090 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
10091
10092 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
10093 def... constructs.
10094
10095 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
10096 Remove calls to sleep-for.
10097
10098 1999-02-08 Eli Zaretskii <eliz@gnu.org>
10099
10100 * international/codepage.el (cp-coding-system-for-codepage-1): On
10101 MS-DOS, use dos-unsupported-char-glyph for characters not
10102 supported by the codepage.
10103 (cp-make-coding-systems-for-codepage): Likewise.
10104
10105 1999-02-08 Andreas Schwab <schwab@gnu.org>
10106
10107 * international/mule-util.el (coding-system-list): Don't sort
10108 coding-system-list here.
10109
10110 * international/mule.el (coding-system-lessp): Moved here from
10111 mule-util.el
10112 (add-to-coding-system-list): New function.
10113 (make-subsidiary-coding-system, make-coding-system,
10114 define-coding-system-alias): Use it instead of setting
10115 coding-system-list directly.
10116
10117 1999-02-07 Dave Love <fx@gnu.org>
10118
10119 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10120 onto message.
10121
10122 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10123
10124 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10125 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10126
10127 1999-02-06 Richard Stallman <rms@gnu.org>
10128
10129 * language/european.el (setup-slovenian-environment): New function.
10130 ("Slovenian"): New language environment.
10131
10132 * progmodes/sql.el (sql-help): Doc fix.
10133 (sql-mysql): Doc fix.
10134
10135 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10136
10137 * tex-mode.el: When compiling, require compare-w and skeleton
10138 to pacify the byte-compiler. Move the def's of the tex-commands
10139 together. Add a comment on kill-process vs. quit-process.
10140
10141 1999-02-05 Dave Love <fx@gnu.org>
10142
10143 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10144 null markers.
10145 (compile-goto-error): Likewise.
10146
10147 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10148
10149 * time-stamp.el (time-stamp-format): Format doc tighter.
10150 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10151 (time-stamp): Don't re-write the time stamp if it didn't change.
10152
10153 1999-02-05 Alex Schroeder <asc@bsiag.com>
10154
10155 * progmodes/sql.el: Changed version to 1.2.1.
10156 (sql-pop-to-buffer-after-send-region): Improved documentation.
10157 (sql-mysql-program): Added MySQL support.
10158 (sql-prompt-length): Made prompt-length configurable.
10159 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10160 (sql-help): Added MySQL support, changed documentation.
10161 (sql-send-region): A message is displayed if something is sent.
10162 (sql-mode): Added buffer-local comment-start.
10163 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10164 (sql-interactive-mode): Added buffer-local comment-start.
10165 (sql-oracle): Set sql-prompt-length.
10166 (sql-sybase): Set sql-prompt-length.
10167 (sql-mysql): Added MySQL support.
10168 (sql-ingres): Set sql-prompt-length.
10169 (sql-ms): Set sql-prompt-length.
10170 (sql-postgres): Set sql-prompt-length.
10171
10172 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10173
10174 * term/internal.el (dos-codepage-setup): Set selection coding
10175 system to cpNNN-dos.
10176
10177 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10178
10179 * international/characters.el: Let ethiopic use iso-2022-7bit.
10180
10181 1999-02-02 Dave Love <fx@gnu.org>
10182
10183 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10184 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10185
10186 1999-02-02 Karl Heuer <kwzh@gnu.org>
10187
10188 * terminal.el (terminal-emulator): Doc fix.
10189
10190 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10191
10192 * international/mule-util.el (compose-chars): Doc-string
10193 modified. Correctly handle a composition character in ARGS.
10194
10195 1999-02-01 Richard Stallman <rms@gnu.org>
10196
10197 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10198 (makefile-menu-index-function): Function deleted.
10199 (makefile-mode): Use makefile-imenu-generic-expression.
10200
10201 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10202
10203 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10204 change, invoke from before-init-hook.
10205
10206 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10207
10208 * subr.el (remove-from-invisibility-spec): Cope with the case when
10209 buffer-invisibility-spec is t.
10210
10211 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10212
10213 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10214 appt-add and appt-delete.
10215
10216 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10217
10218 * term/pc-win.el (msdos-approximate-color): New function.
10219 (msdos-color-translate): Call it to find a DOS color that best
10220 approximates an X-style "#NNNNNN" color specification.
10221
10222 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10223
10224 * international/mule-util.el (compose-chars-component): Add
10225 autoload cookie.
10226
10227 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10228
10229 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10230 function, replace cdr of MAP by the return value of the function
10231 unconditionally.
10232
10233 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10234
10235 * progmodes/compile.el (compilation-next-error-locus): Don't
10236 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10237
10238 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10239
10240 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10241 and NLs before "charset", and allow the charset name be in double
10242 quotes.
10243
10244 1999-01-31 Richard Stallman <rms@gnu.org>
10245
10246 * imenu.el (imenu-sort-function): Fix custom type.
10247
10248 1999-01-30 Richard Stallman <rms@gnu.org>
10249
10250 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10251 (speedbar-line-token): Likewise.
10252
10253 * play/gametree.el (gametree-default-score): Use defcustom.
10254 (gametree-score-regexp, gametree-score-closer): Likewise.
10255 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10256
10257 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10258
10259 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10260 decoding.
10261
10262 1999-01-29 Markus Rost <rost@gnu.org>
10263
10264 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10265 tex-validate-buffer.
10266 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10267 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10268 now with recent occur-mode.
10269 (tex-validate-region): Really walk through all Sexps.
10270 (tex-region): Bind shell-dirtrack-verbose.
10271 (tex-file, tex-bibtex-file): Likewise.
10272
10273 1999-01-29 Dave Love <fx@gnu.org>
10274
10275 * finder.el: (finder-commentary): Fix interactive spec. Try
10276 appending .el to file name.
10277 (finder-find-library, finder-commentary): Doc fixes.
10278
10279 1999-01-29 Andrew Innes <andrewi@gnu.org>
10280
10281 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10282 where the userid contains directory separators.
10283
10284 1999-01-29 Dave Love <fx@gnu.org>
10285
10286 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10287 (lm-commentary): Doc fix.
10288
10289 1999-01-29 Andreas Schwab <schwab@gnu.org>
10290
10291 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10292 wildcard match. Fix regexp that tests if dirpart contains
10293 wildcard characters.
10294
10295 1999-01-28 Richard Stallman <rms@gnu.org>
10296
10297 * font-lock.el (font-lock-default-unfontify-region):
10298 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10299
10300 1999-01-27 Jason Rumney <jasonr@altavista.net>
10301
10302 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10303 from FAMILY field.
10304 (w32-create-initial-fontsets): Do not use before-init-hook.
10305 (mouse-set-font): Document. Automatically create and use fontsets.
10306
10307 * dos-w32.el (direct-print-region-helper): Check for printer
10308 being t as well as a string.
10309
10310 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10311
10312 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10313 (rmail-mime-charset-pattern): New variable.
10314 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10315 rmail-decode-mime-charset is non-nil.
10316
10317 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10318
10319 * international/characters.el: Set category `q' for all characters
10320 in tibetan and tibetan-1-column.
10321
10322 1999-01-27 Andrew Innes <andrewi@gnu.org>
10323
10324 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10325 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10326
10327 1999-01-27 Dave Love <fx@gnu.org>
10328
10329 * international/mule-cmds.el (current-language-environment):
10330 Provide :link, :type (choices) and appropriate :get.
10331
10332 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10333
10334 * startup.el (command-line): Set default eol-mnemonic-* strings to
10335 display end-of-line format in mode line.
10336
10337 * cus-start.el (all): Add eol-mnemonic-* variables.
10338
10339 1999-01-26 Dave Love <fx@gnu.org>
10340
10341 * startup.el (command-line-1): Up-date copyright.
10342
10343 * paths.el (Info-default-directory-list): Use configdir twice.
10344
10345 * info.el (Info-directory-list): Don't set path-separator now
10346 we're not shipped with Texinfo. Simplify path definition.
10347 Substitute all occurrences of instdir in Info-default-directory-list.
10348
10349 1999-01-25 Richard Stallman <rms@gnu.org>
10350
10351 * startup.el (normal-top-level-add-subdirs-to-load-path):
10352 Record the inode numbers of the dirs processed, to avoid loop.
10353
10354 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10355
10356 1999-01-25 Dave Love <fx@gnu.org>
10357
10358 * browse-url.el (browse-url-netscape-program): Doc addition.
10359
10360 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10361 prefix.
10362
10363 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10364 auto-mode-alist.
10365
10366 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10367
10368 * calendar/diary-lib.el (mark-diary-entries): Use
10369 assoc-ignore-case and do not capitalize when matching month and
10370 day names.
10371
10372 * calendar/calendar.el (calendar-read-date): Ditto.
10373
10374 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10375 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10376
10377 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10378
10379 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10380
10381 * calendar/cal-islam.el (calendar-goto-islamic-date)
10382 (mark-islamic-diary-entries): Ditto.
10383
10384 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10385
10386 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10387 (calendar-read-mayan-tzolkin-date): Ditto.
10388
10389 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10390
10391 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10392
10393 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10394
10395 1999-01-25 Karl Heuer <kwzh@gnu.org>
10396
10397 * faces.el (list-faces-display): Multiline case of previous fix.
10398
10399 1999-01-25 Andreas Schwab <schwab@gnu.org>
10400
10401 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10402
10403 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10404
10405 * files.el (find-file): If find-file-noselect returns a list,
10406 do switch-to-buffer on each element.
10407 (find-file-other-window): Likewise for all but the first element.
10408 (find-file-other-frame): Same.
10409 (find-file-noselect): When we expand a wildcard, return a list
10410 of buffers.
10411
10412 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10413
10414 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10415 to set the appropriate cpNNN-dos coding system as the
10416 highest-priority coding system.
10417
10418 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10419
10420 * international/fontset.el (generate-fontset-menu): Return a
10421 sorted list by plain names of fontsets.
10422
10423 * international/mule-diag.el (list-fontsets): Sort fontsets by
10424 plain names.
10425
10426 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10427 FIRST is a composite character, decompose it at first.
10428
10429 1999-01-23 Dave Love <fx@gnu.org>
10430
10431 * format.el: Doc fixes.
10432 (format-encode-run-method): Have things happen in the right buffer.
10433 Deal with errors from method. Set coding-system-for-write.
10434 (format-decode-run-method): Have things happen in the right buffer.
10435 Deal with errors from method. Set coding-system-for-read.
10436 (format-alist): Use nil instead of unmatchable regexps.
10437
10438 * simple.el (shell-command-on-region): Return command's exit status.
10439
10440 1999-01-23 Eric Ludlam <zappo@gnu.org>
10441
10442 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10443 of the file whose info we want to display.
10444 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10445 (speedbar-add-mode-functions-list) Improve doc.
10446 (speedbar-line-token) New function.
10447 (speedbar-dired) Fix order of directories in -shown-directories.
10448 (speedbar-line-path): Default return is default-directory
10449 (speedbar-buffers-line-path): Return is dir name only.
10450 (speedbar-mode-functions-list): New variable.
10451 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10452 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10453 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10454 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10455 New functions.
10456 (speedbar-line-file): Broke out part that fetches file from a line.
10457 (speedbar-line-text): New function extracted from speedbar-line-file.
10458 (speedbar-line-path): Converted into a replaceable function.
10459 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10460
10461 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10462
10463 * international/fontset.el (create-fontset-from-x-resource): Make
10464 style variants.
10465
10466 1999-01-22 Dave Love <fx@gnu.org>
10467
10468 * paths.el (Info-default-directory-list): Put sysdir after start.
10469
10470 1999-01-22 Sam Steingold <sds@goems.com>
10471
10472 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10473 a process associated with it.
10474
10475 1999-01-22 Jason Rumney <jasonr@altavista.net>
10476
10477 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10478
10479 1999-01-22 Felix Lee <flee@cygnus.com>
10480
10481 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10482 major-mode.
10483 (vc-annotate-mode): Delete variable.
10484
10485 1999-01-22 Andrew Innes <andrewi@gnu.org>
10486
10487 * startup.el (command-line): [windows-nt]: Check for existence of
10488 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10489 in preference to _emacs.
10490
10491 1999-01-22 Dave Love <fx@gnu.org>
10492
10493 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10494
10495 1999-01-20 Richard Stallman <rms@gnu.org>
10496
10497 * files.el (find-file-noselect): Do wildcard processing only
10498 if new arg WILDCARDS is non-nil.
10499 (find-file, find-file-other-window): New arg WILDCARDS.
10500 Default it to non-nil if interactive.
10501 (find-file-other-frame): Likewise.
10502 (find-file-read-only): Likewise.
10503 (find-file-read-only-other-window): Likewise.
10504 (find-file-read-only-other-frame): Likewise.
10505
10506 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10507 (widget-plist-convert-option): Delete spurious comma.
10508
10509 1999-01-19 Jason Rumney <jasonr@altavista.net>
10510
10511 * term/w32-win.el (w32-standard-fontspec-spec): Change
10512 iso8859-5 to koi8-r. Add iso8859-9.
10513
10514 1999-01-19 Dave Love <fx@gnu.org>
10515
10516 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10517 its uses.
10518
10519 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10520 is active.
10521 (fortran-indent-subprogram): Likewise.
10522
10523 1999-01-19 Dave Love <d.love@dl.ac.uk>
10524
10525 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10526
10527 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10528
10529 * wid-edit.el (alist): Use sexp as default key-type.
10530
10531 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10532
10533 * textmodes/tex-mode.el (tex-define-common-keys):
10534 Remove key binding of tex-feed-input.
10535 (tex-mode-map): Bind tex-feed-input here.
10536 (tex-start-shell): Use compilation-shell-minor-mode. Set
10537 comint-input-filter-functions before running tex-shell-hook.
10538 (tex-start-tex): Forget compilation errors.
10539 (tex-compilation-parse-errors): Rewritten to work also with
10540 compile-mouse-goto-error and compile-goto-error. Adjusted to
10541 change in tex-region.
10542 (tex-region): For the temp file use file-name without directory.
10543 (tex-file): Expand file name of tex-print-file.
10544
10545 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10546
10547 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10548
10549 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10550
10551 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10552 beginning could cause Emacs to hang. Fixed.
10553
10554 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10555
10556 * international/ccl.el (ccl-compile-translate-character): Handle
10557 the case that a tranlation table is CCL register correctly.
10558
10559 * international/mule-cmds.el (select-safe-coding-system):
10560 Hightlight at most 256 characters.
10561
10562 1999-01-18 Dave Love <fx@gnu.org>
10563
10564 * startup.el (command-line): If the init file changes operation to
10565 unibyte, make all buffers unibyte and re-set language environment.
10566
10567 * disp-table.el (standard-display-european): Make all existing
10568 buffers unibyte. Fix doc.
10569
10570 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10571
10572 * wid-edit.el (coding-system): Define this unconditionally.
10573
10574 * simple.el (shell-command-on-region-default-error-buffer): New var.
10575 (shell-command-on-region): Use that variable as interactive
10576 value of ERROR-BUFFER argument.
10577
10578 1999-01-17 Sam Steingold <sds@goems.com>
10579
10580 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10581
10582 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10583
10584 * progmodes/compile.el (compilation-goto-locus): If already in the
10585 compilation buffer's window, keep it in that window.
10586 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10587 (compile-goto-error): Don't play with windows.
10588
10589 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10590 (tex-command): Doc fix.
10591 (tex-compilation-parse-errors): Doc fix.
10592 (tex-generate-zap-file-name): Don't start the name with -.
10593 (tex-expand-files): Works now also with strings ending with ":".
10594
10595 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10596
10597 Patch failed to install:
10598 * gametree.el: Document scoring functionality.
10599 (gametree-score-regexp): Add optional plus sign.
10600 (gametree-score-opener): Replace `:' with `=' as the former
10601 conflicts with gametree-half-ply-regexp.
10602 (gametree-transpose-following-leaves): Add.
10603 (gametree-insert-new-leaf): Make modifying commands barf in read
10604 only buffers.
10605 (gametree-break-line-here): Add a call to
10606 `gametree-transpose-following-leaves'. This maintains the
10607 necessary invariant that on each level all leaf children precede
10608 all nonleaf children. This has always been implied, but left to
10609 the user, and, unfortunately, undocumented.
10610
10611 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10612
10613 * wid-edit.el (plist, alist): New widget types.
10614
10615 1999-01-17 Dave Love <fx@gnu.org>
10616
10617 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10618 fix scope of condition-case therein.
10619
10620 1999-01-17 Andrew Innes <andrewi@gnu.org>
10621
10622 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10623 default-buffer-file-coding-system when file doesn't exist (and
10624 isn't covered by a special case) instead of forcing undecided-dos
10625 against the user's wishes.
10626
10627 * dos-w32.el (direct-print-region-helper): New function based on
10628 direct-print-region-function; sends data to specified printer port
10629 without further translation. Recognize and handle specially the
10630 standard `print' and `nprint' programs, as well as `lpr' and
10631 similar programs. Only write directly to the printer port if no
10632 print program is specified. Work around a bug in Windows 9x
10633 affecting Win32 version of Emacs by invoking command.com to write
10634 to the printer port instead of writing directly.
10635 (direct-print-region-function): Use direct-print-region-helper to
10636 do most of the work.
10637 (direct-ps-print-region-function): New function; analogue of
10638 direct-print-region-function for ps-print.
10639 (ps-lpr-command): Comment out setq; leave as example usage.
10640 (ps-lpr-switches): Ditto.
10641
10642 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10643 and MS-Windows.
10644 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10645 DOS and Windows platforms, to indicate direct printing. Update
10646 the docstring accordingly.
10647
10648 * ps-print.el: (ps-printer-name): Update docstring about usage on
10649 MS-DOS and MS-Windows.
10650 (ps-lpr-command): Update docstring as for lpr-command.
10651 (ps-print-region-function): New variable.
10652 (ps-do-despool): Use it.
10653 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10654 DOS/Windows.
10655
10656 * subr.el (subst-char-in-string): New function.
10657
10658 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10659
10660 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10661
10662 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10663 (bdf-find-font-info): New function, looks for the first readable
10664 file from a list of alternatives.
10665 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10666 instead of bdf-get-font-info.
10667 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10668 to ps-mule-generate-bitmap-glyph.
10669
10670 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10671 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10672 now be a list of alternative names.
10673 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10674 (ps-mule-prepare-font): Likewise.
10675
10676 * international/codepage.el (cp855-decode-table,
10677 cp850-decode-table): Fill some nil entries.
10678
10679 1999-01-16 Dave Love <fx@gnu.org>
10680
10681 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10682 last change.
10683
10684 1999-01-15 Dave Love <fx@gnu.org>
10685
10686 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10687 and change regexp for command names.
10688 (help-xref-go-back, function-called-at-point, symbol-file)
10689 (where-is): Doc fixes.
10690 (help-xref-go-back): Remove interactive spec.
10691 (describe-function-1): Fix message for alias. Buttomize alias
10692 name.
10693
10694 * simple.el (join-line): New alias.
10695
10696 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10697
10698 * forms.el: (forms--show-record): Convert integers to string
10699 expicitly since concat will no longer accept integers.
10700 (forms-print): Use local `total-nb-records' since
10701 `forms--total-records' will be inaccessible after buffer switching.
10702
10703 1998-01-14 Felix Lee <flee@cygnus.com>
10704
10705 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10706
10707 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10708
10709 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10710
10711 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10712
10713 * international/codepage.el (cp850-decode-table): Fix previous change.
10714
10715 1999-01-14 Simon Marshall <simon@gnu.org>
10716
10717 * shell.el (shell-dirtrack-verbose): New custom variable.
10718 (shell-dirstack-message): Use it.
10719
10720 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10721
10722 * international/mule-conf.el: Coding system alias `dos' for
10723 `undecided-dos', `mac' for `undecided-mac'.
10724
10725 * international/mule-cmds.el (describe-language-environment):
10726 Don't alter input-method-alist.
10727
10728 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10729
10730 * international/codepage.el (cp850-decode-table): Replace nil
10731 entries with codes of similary looking glyphs. (Suggested by
10732 Jason Rumney <jasonr@altavista.net>.)
10733
10734 1999-01-13 Dave Love <fx@gnu.org>
10735
10736 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10737
10738 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10739
10740 1999-01-12 Karl Heuer <kwzh@gnu.org>
10741
10742 * files.el (auto-save-hook): Defvar this.
10743
10744 1999-01-12 Alex Schroeder <asc@bsiag.com>
10745
10746 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10747 faces, eliminating the need to load font-lock before loading sql.
10748 (sql-mode-oracle-font-lock-keywords): Likewise.
10749 (sql-mode-postgres-font-lock-keywords): Likewise.
10750
10751 1999-01-11 Dave Love <fx@gnu.org>
10752
10753 * cus-start.el: Add inhibit-eol-conversion.
10754
10755 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10756 the values round.
10757
10758 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10759
10760 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10761 Don't switch to Help mode here.
10762 (temp-buffer-setup-hook): Use help-mode-finish.
10763 (help-mode-setup): New function.
10764 (temp-buffer-setup-hook): Use help-mode-setup.
10765
10766 * progmodes/sql.el: New file.
10767
10768 * files.el (auto-mode-alist): Add sql-mode.
10769
10770 * faces.el (list-faces-display): Improve the formatting
10771 by computing the maximum length required for any face-name.
10772
10773 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10774
10775 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10776
10777 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10778
10779 * term.el (term_send_home): Change the string to
10780 be the same as the one emitted by xterm and consistent with the
10781 ones emitted by prior and next.
10782 (term_send_end): Likewise.
10783
10784 1999-01-10 Dave Love <fx@gnu.org>
10785
10786 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10787 bindings.
10788
10789 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10790
10791 * international/codepage.el (codepage-setup): Doc fix.
10792 (cp-decoding-vector-for-codepage): Likewise.
10793
10794 1999-01-10 Markus Rost <rost@gnu.org>
10795
10796 * cus-edit.el (custom-save-delete): First scan the custom-file.
10797
10798 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10799
10800 * international/iso-transl.el: Define a "function name" for
10801 each translation that isn't ASCII. Use these function names
10802 in iso-transl-char-map.
10803
10804 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10805
10806 * international/mule-util.el (decompose-region): Do decomposition
10807 on temporary unibyte buffer.
10808
10809 * international/mule.el (make-char): Doc-string modified.
10810
10811 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10812
10813 * simple.el (comment-region): Delete spaces only if we
10814 deleted a comment starter.
10815
10816 1999-01-07 Dave Love <fx@gnu.org>
10817
10818 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10819
10820 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10821 like eval-defun does.
10822
10823 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10824
10825 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10826 constructions. Doc fixes.
10827 (generic-create-generic-function): Use defalias, not fset.
10828
10829 * find-func.el: More doc fixes.
10830
10831 1999-01-06 Stephen Eglen <stephen@gnu.org>
10832
10833 * files.el (save-buffers-kill-emacs): Show the list of current
10834 processes before prompting to kill them and exit.
10835
10836 1999-01-06 Dave Love <fx@gnu.org>
10837
10838 * emacs-lisp/find-func.el: Doc fixes.
10839 (find-function-regexp): Extend for define-generic-mode,
10840 define-derived-mode, easy-mmode-define-minor-mode.
10841
10842 1999-01-06 Dave Love <fx@gnu.org>
10843
10844 * progmodes/fortran.el (fortran-window-create): Account for scroll
10845 bar width.
10846
10847 * browse-url.el: Require (noerror) w3-auto when compiling.
10848 (browse-url-maybe-new-window): Make it a macro and revert last
10849 change to callers.
10850 (browse-url-w3): Require w3 for w3-fetch-other-window.
10851
10852 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10853
10854 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10855 argument.
10856
10857 1999-01-06 Simon Marshall <simon@gnu.org>
10858
10859 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10860
10861 * font-lock.el (font-lock-default-fontify-buffer): When using
10862 with-temp-message, use nil rather than current-message.
10863
10864 * lazy-lock.el (lazy-lock-unstall):
10865 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10866 rather than current-message.
10867
10868 * fast-lock.el (fast-lock-save-cache-1):
10869 (fast-lock-cache-data): When using with-temp-message, use nil rather
10870 than current-message.
10871
10872 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10873
10874 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10875 the valid-codes property.
10876
10877 * international/mule-cmds.el (prefer-coding-system): Call
10878 set-coding-priority, so that the internal array of priorities is
10879 also updated.
10880
10881 * international/mule-util.el:
10882 (coding-system-change-eol-conversion,
10883 coding-system-change-text-conversion): Don't define here.
10884
10885 * international/mule-cmds.el: Define them here. Remove the
10886 autoload cookies.
10887
10888 1999-01-06 Andreas Schwab <schwab@gnu.org>
10889
10890 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10891 if it was enabled before.
10892
10893 * view.el (View-revert-buffer-scroll-page-forward): Bind
10894 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10895
10896 * files.el (recover-session): Preserve point when inserting
10897 explanation.
10898
10899 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10900
10901 * cus-edit.el (custom-save-delete): Don't delete whitespace
10902 and comments before the sexp that is replaced.
10903
10904 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10905
10906 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10907
10908 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10909
10910 * vc.el (vc-dired-hook): Use the original value of
10911 dired-move-to-filename-regexp on lines that have not been
10912 reformatted yet.
10913 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10914 file lines have already been reformatted.
10915
10916 1999-01-05 Dave Love <fx@gnu.org>
10917
10918 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10919 buffer-local.
10920
10921 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10922
10923 * progmodes/f90.el: Change of regular expressions for type to
10924 correct highlighting and identation. Some small fixes for
10925 compatibility with XEmacs.
10926
10927 1999-01-05 Stephen Eglen <stephen@gnu.org>
10928
10929 * mspools.el (mspools-vm-system-mail): Provide an alternative
10930 value based on rmail-spool-directory if $MAIL is not defined.
10931
10932 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10933
10934 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10935 (reftex-section-info): Handle negative section levels.
10936 (reftex-view-crossref-extra): New option.
10937 (reftex-view-crossref): Generalized to work in more places.
10938 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10939 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10940 (reftex-view-cite-locations-from-bibtex): New command.
10941 (reftex-view-regexp-match, reftex-global-search,
10942 reftex-global-search-continue): New functions.
10943 (reftex-extract-bib-entries): No error for non-existing BibTeX
10944 file, just a message.
10945 (reftex-extract-bib-entries): Better error handling.
10946 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10947 help and force it on current frame.
10948 (reftex-default-bibliography): New function.
10949 (reftex-access-parse-file): Check consistency after loading a
10950 parse file. When inconsistent, enfore rescan.
10951 (reftex-check-parse-consistency): New function.
10952 (easy-menu-define): Options section drastically shortened.
10953
10954 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10955
10956 * language/thai-util.el (thai-compose-string): New function.
10957
10958 1999-01-04 Inge Frick <inge@nada.kth.se>
10959
10960 * easymenu.el (easy-menu-define): Doc fix.
10961 (easy-menu-create-menu): New keyword :included.
10962 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10963 be an expression, not only a string. Simulate style `button'.
10964 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10965 (easy-menu-define-key-intern): New function.
10966 (easy-menu-add-item): Understand value returned from
10967 easy-menu-item-present-p and easy-menu-remove-item.
10968 (easy-menu-return-item): New function.
10969 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10970
10971 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10972
10973 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10974 Use rmail-output-read-rmail-file-name to read the file name.
10975 Always call rmail-output-to-rmail-file noninteractively.
10976 When count > 1, do the loop here.
10977 Handle rmail-delete-after-output here.
10978 (rmail-summary-output): Similar changes.
10979
10980 * mail/rmailout.el: Provide `rmailout'.
10981 (rmail-output-read-rmail-file-name): New function.
10982 (rmail-output-to-rmail-file): Use that.
10983 (rmail-output-read-file-name): New function.
10984 (rmail-output): Use that.
10985
10986 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10987 Error if wildcard matches no files.
10988
10989 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10990
10991 * menu-bar.el (clipboard-yank): Doc fix.
10992
10993 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10994
10995 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10996
10997 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10998
10999 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
11000
11001 * rmail.el (rmail-encode-string): Make sure mask value is
11002 positive; (emacs-pid) returns a negative number on Windows 9x
11003 which causes odd behaviour.
11004
11005 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
11006
11007 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
11008 and about w32-* variables unless on Windows/NT.
11009
11010 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
11011
11012 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
11013 if buffer is modified; ask about all modified buffers.
11014
11015 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11016
11017 * simple.el (what-cursor-position): Fix previous change.
11018
11019 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
11020
11021 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
11022 from paragraph-start.
11023
11024 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
11025
11026 * international/mule-cmds.el (prefer-coding-system): If the
11027 argument requires specific EOL conversion type, make the default
11028 coding systems use that.
11029
11030 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
11031
11032 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
11033 Use shell-command-on-region.
11034 (m4-start-m4, m4-end-m4): Functions deleted.
11035
11036 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
11037
11038 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
11039
11040 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11041
11042 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
11043 to compose-mail in the correct places and as a list.
11044
11045 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
11046
11047 * page-ext.el: Added mouse-selection feature for pages directory buffer.
11048 (pages-directory-map): Bind mouse-2
11049 (pages-copy-header-and-position): Put text property.
11050 (pages-directory-goto-with-mouse): New function.
11051
11052 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
11053
11054 * international/codepage.el (cp-make-coding-systems-for-codepage):
11055 Doc fix.
11056 (cp-coding-system-for-codepage-1): Likewise.
11057
11058 1998-12-29 Kenichi Handa <handa@etl.go.jp>
11059
11060 * language/thai-util.el (thai-post-read-conversion): Handle Thai
11061 composition sequence correctly here instead of calling
11062 thai-compose-region.
11063
11064 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
11065 newline in multibyte buffer, if previous or next character is a
11066 composite char, check the first component of the composite char.
11067
11068 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
11069
11070 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
11071 and track-mouse.
11072
11073 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11074
11075 * mail/sendmail.el (mail-yank-original): Remove text properties
11076 after insertion.
11077 (mail-yank-region): Barf if no mark is set in the message
11078 being replied to.
11079
11080 * help.el (function-called-at-point): First look for function at point.
11081
11082 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11083
11084 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
11085
11086 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11087
11088 * simple.el (what-cursor-position): Print character encoding also.
11089
11090 1998-12-26 Dave Love <fx@gnu.org>
11091
11092 * textmodes/flyspell.el: If local-maps work, don't put
11093 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
11094 in flyspell-mouse-map (only).
11095 (flyspell-use-local-map): New variable.
11096 Use a different mouse-2 binding in that case,
11097 and don't add to minor-mode-map-alist.
11098 (make-flyspell-overlay, flyspell-correct-word):
11099 Test flyspell-use-local-map.
11100
11101 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11102
11103 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11104 Be careful about whether to return a relative file name,
11105 and if so, relative to what directory.
11106
11107 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11108
11109 * emacs-lisp/easymenu.el (easy-menu-get-map):
11110 Change global map only if this menu exists in the global map already,
11111 and not in the local map.
11112 (easy-menu-do-add-item): Fix error message.
11113
11114 * foldout.el (foldout-inhibit-key-bindings):
11115 Avoid concatenating onto outline-minor-mode-prefix.
11116 Make a new keymap for that prefix, if it does not already have one.
11117
11118 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11119
11120 * cperl-mode.el:
11121 Can use linear algorithm for indentation if Emacs supports it.
11122 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11123 (cperl-after-block-p): Likewise.
11124 (cperl-after-block-and-statement-beg): Likewise.
11125 (cperl-after-block-p): After END/BEGIN we are a block.
11126 (cperl-after-expr-p): Skip labels when checking
11127 (cperl-indent-region): Make a marker for END - text added/removed.
11128 Disable hooks during the call (how to call them later?).
11129 Now indents 820-line-long function in 6.5 sec (including
11130 syntaxification) the first time (when buffer has few
11131 properties), 7.1 sec the second time.
11132 (cperl-indent-region): Do not indent whitespace lines
11133 (cperl-style-alist)
11134 Include `cperl-merge-trailing-else' where the value is clear.
11135 (cperl-styles-entries): Likewise.
11136 (cperl-problems): Improvements to docs.
11137 (cperl-tips): Likewise.
11138 (cperl-non-problems): Likewise.
11139 (cperl-mode): Make lazy syntaxification possible.
11140 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11141 `font-lock-unfontify-region-function' was set to a wrong function.
11142
11143 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11144 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11145 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11146 but 1<<6 was considered as HERE-doc.
11147 <file/glob> made into a string.
11148 Postpone addition of faces after syntactic step.
11149 Recognition of <FH> was wrong.
11150 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11151 Knows that split// is null-RE.
11152 Highlights separators in 3-parts expressions as labels.
11153 <> was considered as a glob.
11154 Would err if the last line is `=head1'.
11155 $a-1 ? foo : bar; was a considered a regexp.
11156 `<< (' was considered a start of HERE-doc.
11157 mark qq[]-etc sections as syntax-type=string
11158 Was not processing sub protos after a comment ine.
11159 Was treating $a++ <= 5 as a glob.
11160 Tolerate unfinished REx at end-of-buffer.
11161 `unwind-protect' was left commented.
11162 / and ? after : start a REx.
11163
11164 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11165 Better default, customizes to `message' too, off in text-mode.
11166
11167 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11168 `defface'd.
11169 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11170 `defface'd.
11171 (cperl-emacs-can-parse): New state variable.
11172 (cperl-indent-line): Corrected to use global state.
11173 (cperl-calculate-indent): Likewise.
11174 (cperl-fix-line-spacing): Likewise (not used yet).
11175 (cperl-calculate-indent): Did not consider `,' as
11176 continuation mark for statements.
11177 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11178 Remove another parse-data optimization at toplevel: would
11179 indent correctly.
11180 Correct for labels when calculating indentation of continuations.
11181 Docstring updated.
11182 (cperl-choose-color): Converted to a function (to be
11183 compilable in text-mode).
11184 (cperl-dark-background): Disable without window-system.
11185 Do `defface' only if window-system.
11186 (cperl-fix-line-spacing): Sped up to bail out early.
11187 (x-color-defined-p): Was not compiling on XEmacs
11188 Was defmacro'ed with a tick. Remove another def.
11189 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11190 (cperl-unwind-to-safe): New function.
11191 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11192 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11193 long strings (not very successful).
11194 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11195 Highlight the starting // in s//foo/ as function-name.
11196 Emit a meaningful error instead of a cryptic one for an
11197 uncomplete REx near end-of-buffer.
11198
11199 (cperl-electric-keyword): `qr' recognized.
11200 (cperl-electric-else): Likewise
11201 (cperl-to-comment-or-eol): Likewise
11202 (cperl-make-regexp-x): Likewise
11203 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11204 Corrected to use new macros;
11205 `if' for copying `reference-face' to `constant-face' was backward.
11206 remove init `font-lock-other-emphasized-face',
11207 `font-lock-emphasized-face', `font-lock-keyword-face'.
11208 Interpolate `cperl-invalid-face'.
11209 (cperl-make-regexp-x): Misprint in a message.
11210 (cperl-syntaxify-unwind): New configuration variable
11211 (cperl-fontify-m-as-s): New configuration variable
11212 (cperl-electric-pod): Check for after-expr was performed
11213 inside of POD too.
11214 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11215 (cperl-clobber-mode-lists): New configuration variable.
11216 (cperl-not-bad-style-regexp): Updated.
11217 Init: `cperl-is-face' was busted.
11218 (cperl-make-face): New macros.
11219 (cperl-force-face): New macros.
11220 (font-lock-other-type-face): Done via `defface' too.
11221 (cperl-nonoverridable-face): New face. Renamed from
11222 `font-lock-other-type-face'.
11223 (cperl-init-faces-weak): Use `cperl-force-face'.
11224 (cperl-comment-indent): Commenting __END__ was not working.
11225 (cperl-indent-for-comment): Likewise.
11226 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11227 When removing old TAGS info was not relativizing filename.
11228 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11229 Another try to work around XEmacs problems. Better progress messages.
11230 (toplevel): Require custom unprotected => failure on 19.28.
11231 (cperl-xemacs-p): Defined when compile too
11232 (cperl-find-tags): Was writing line/pos in a wrong order,
11233 pos off by 1 and not at beg-of-line.
11234 (cperl-etags-snarf-tag): New macro
11235 (cperl-etags-goto-tag-location): New macro
11236 (cperl-version): New variable. New menu entry
11237 random docstrings: References to "future" 20.3 removed.
11238 Menu was described as `CPerl' instead of `Perl'
11239 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11240 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11241 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11242 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11243 `font-lock-reference-face', `font-lock-keyword-face'.
11244 Use `eval-after-load'.
11245 Remove not-CPerl-related faces.
11246 (cperl-tips-faces): New variable and an entry into Mini-docs.
11247 (cperl-indent-exp): Was not processing else-blocks.
11248 (cperl-get-state): NOP line removed.
11249 (cperl-ps-print): New function and menu entry.
11250 (cperl-ps-print-face-properties): New configuration variable.
11251 (cperl-invalid-face): New configuration variable.
11252 (perl-font-lock-keywords): Highlight trailing whitespace
11253 (cperl-contract-levels): Documentation corrected.
11254 (cperl-contract-level): Likewise.
11255 (cperl-ps-extend-face-list): New macro.
11256 (cperl-invalid-face): Change to ''underline.
11257
11258 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11259
11260 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11261 for read-file-name.
11262 (rmail-output-to-rmail-file): Likewise.
11263
11264 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11265
11266 * emacs-lisp/easymenu.el (easy-menu-get-map):
11267 If MENU is nil, use global menu-bar map.
11268 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11269 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11270
11271 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11272
11273 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11274
11275 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11276
11277 * ps-print.el (ps-print-version): New version number (4.1.3).
11278
11279 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11280
11281 * international/mule-cmds.el: Use make-sparse-keymap instead of
11282 define-prefix-key when defining MULE menu items.
11283
11284 * info.el (Info-node-at-bob-matching): New function.
11285 (Info-find-node, Info-build-node-completions): Call it.
11286
11287 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11288
11289 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11290 when this is an autoloaded keymap.
11291
11292 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11293
11294 * international/codepage.el (cp-coding-system-for-codepage-1):
11295 Create separate encoders and decoders, for DOS and Unix. Make the
11296 usual family of 3 coding systems, so that automatic detection of
11297 EOL type works.
11298 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11299 Unix-specific symbols here, and don't call
11300 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11301 Handa <handa@etl.go.jp>.)
11302
11303 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11304
11305 * term/internal.el (IT-character-translations): New variable, an
11306 alist used to display characters for which there's no glyphs in
11307 the current codepage.
11308 (IT-display-table-setup): New function, sets up the DOS terminal
11309 for a given codepage.
11310 (dos-codepage-setup): New function, sets up the MULE environment
11311 for the current value of dos-codepage.
11312 (top-level if): In the multibyte mode, turn on
11313 unibyte-display-via-language-environment. In the unibyte mode,
11314 set up the special syntax tables to map lower- to upper case and
11315 back.
11316
11317 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11318
11319 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11320 (speedbar-frame-plist) Remove useless comments.
11321 (speedbar-frame-mode) Do not specify height if it is in the param list.
11322 Use default y position w/out changing it.
11323 If default x position is a list, keep, calculate the non-list X
11324 value when devining an initial position.
11325 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11326 (speedbar-tag-group-name-minimum-length): New variable.
11327 (speedbar-frame-parameter): New compatibility function.
11328 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11329 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11330 groups to keep things in the right order, and to help with some
11331 naming conventions.
11332 (speedbar-create-tag-hierarchy): Enable buffer local version of
11333 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11334 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11335 the case, derive it from the cursor location in speedbar.
11336
11337 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11338
11339 * international/mule-cmds.el (set-language-environment): On MS-DOS
11340 terminals, install DOS-specific nonascii-translation-table if the
11341 language info doesn't specify one. Pass the default eol-type to
11342 set-language-environment-coding-systems.
11343 (set-default-coding-systems): Copy the eol-type property for the
11344 new default values of {buffer-file,process}-coding-system from the
11345 old defaults.
11346 (set-language-environment-coding-systems): Accept an optional
11347 argument EOL-TYPE, and set the eol-type property of the default
11348 coding systems accordingly.
11349 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11350 (set-keyboard-coding-system): Likewise.
11351 (set-default-coding-systems): Don't set
11352 default-terminal-coding-system on MS-DOS to anything but nil.
11353 (prefer-coding-system): Describe in the doc string that
11354 default-terminal-coding-system is not changed on MS-DOS.
11355 (set-language-environment): For MS-DOS, set standard syntax table
11356 and display table for all characters with code above 127.
11357 (standard-display-european-internal): For MS-DOS, pass all
11358 characters with code above 127 directly to the terminal, and don't
11359 remap characters 160 and 146 in the unibyte case.
11360
11361 * international/codepage.el: New file.
11362
11363 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11364
11365 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11366 comments.
11367
11368 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11369
11370 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11371
11372 * subr.el (read-passwd): Likewise.
11373
11374 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11375
11376 * info.el (Info-find-node): Add 1 to the position read from the
11377 tag table. Don't fail if the node delimiter ^_ is the first
11378 character in the file.
11379 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11380 first character in the file.
11381 (Info-read-subfile): Likewise.
11382 (Info-select-node): Likewise.
11383 (Info-build-node-completions): Likewise.
11384
11385 1998-12-16 Richard Stallman <rms@gnu.org>
11386
11387 * term/x-win.el (x-cut-buffer-or-selection-value):
11388 If clipboard is enabled, try it before PRIMARY selection.
11389
11390 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11391
11392 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11393 insert c-cedilla and C-cedilla respectively, like in latin-1.
11394
11395 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11396
11397 * language/hebrew.el: Don't use sublists in the flags argument
11398 passed to make-coding-system.
11399
11400 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11401
11402 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11403 list of character sets found by find-charset-region.
11404
11405 * ps-mule.el: Always require ps-print. Move some function
11406 definitions for Emacs 20.2 and the earlier to ps-print.el.
11407 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11408
11409 * ps-print.el: Define several functions for Emacs 20.2 and the
11410 earlier version.
11411 (ps-printer-name): Check if printer-name is bound.
11412
11413 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11414
11415 * ps-mule.el: Programming uniformization and little code improvement.
11416 (ps-mule-prepare-font): Programming uniformization.
11417 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11418 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11419
11420 * ps-bdf.el: Programming uniformization and little code improvement.
11421 (bdf-search-and-read): New fun.
11422 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11423 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11424 (bdf-info-relative-compose, bdf-info-baseline-offset)
11425 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11426 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11427 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11428 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11429 improvement.
11430
11431 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11432
11433 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11434 and mule related code extraction. Autoload ps-mule funs.
11435
11436 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11437 (ps-mule-prologue-generated): New fun.
11438 (ps-mule-plot-string): Add autoload cookie.
11439 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11440
11441 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11442
11443 * ps-bdf.el: Require ps-mule instead of ps-print.
11444 (bdf-directory-list): Add autoload cookie.
11445
11446 * ps-mule.el: New file. Mule related code extracted from
11447 ps-print.el. Require ps-print, provide ps-mule.
11448 (ps-multibyte-buffer): Add autoload cookie.
11449 (ps-mule-prepare-ascii-font): New fun.
11450 (ps-mule-set-ascii-font): New fun.
11451 (ps-mule-skip-same-charset): Fun deleted.
11452 (ps-mule-plot-string): Set ps-mule-current-charset.
11453 (ps-mule-initialize): Add autload cookie. Don't set
11454 ps-mule-font-info-database here.
11455 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11456 ps-mule-font-info-database and ps-control-or-escape-regexp.
11457 (ps-mule-begin-page): New fun.
11458
11459 * ps-print.el: Mule related code moved to ps-mule.el.
11460 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11461 check ps-mule-charset-list.
11462 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11463 ps-mule-begin-page.
11464 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11465 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11466 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11467 instead skip same charsets by itself.
11468 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11469 non-nil. Call ps-mule-begin-job.
11470
11471 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11472
11473 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11474 instead of bdf.
11475
11476 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11477 (ps-mule-external-libraries): New element FEATURE.
11478 (ps-mule-init-external-library): Ajusted for the above change.
11479 (ps-mule-generate-font): Likewise.
11480 (ps-mule-generate-glyphs): Likewise.
11481 (ps-mule-prepare-font): Likewise.
11482 (ps-mule-initialize): Likewise.
11483 (ps-begin-file): Superfluous tailing parenthesis deleted.
11484
11485 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11486
11487 * international/fontset.el (x-decompose-font-name): If PATTERN
11488 doesn't have any wild cards, return a vector made from a name that
11489 is found by x-resolve-font-name found. Comments added.
11490
11491 * international/mule-cmds.el (find-coding-systems-for-charsets):
11492 Handle the case of unknown charset.
11493 (find-multibyte-characters): If invalid multibyte characters are
11494 found, return the corresponding strings instead of character
11495 codes.
11496 (find-multibyte-characters): Adjusted for the above change.
11497 (select-safe-coding-system): For a unibyte buffer, always returns
11498 DEFAULT-CODING-SYSTEM.
11499 (get-charset-property): Fix previous change. Make it a function.
11500 (put-charset-property): Make it a function.
11501
11502 * international/mule.el (make-coding-system): Set mime-charset
11503 property of *-with-esc coding system to nil.
11504
11505 * international/quail.el (quail-point-in-conversion-region): New
11506 function.
11507 (quail-conversion-backward-delete-char): When a key sequence is
11508 being translated, call quail-delete-last-char.
11509
11510 * language/devan-util.el
11511 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11512 handle devanagari-decomposition-rules.
11513
11514 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11515
11516 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11517 tex-start-options-string to empty string.
11518 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11519
11520 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11521
11522 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11523 5xx responses are already handled properly).
11524
11525 1998-12-13 Richard Stallman <rms@gnu.org>
11526
11527 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11528 on a non-digit in the file name.
11529
11530 * simple.el (comment-region): Handle comment-padding
11531 separately for insertion and for deletion, in the right way for each.
11532
11533 1998-12-13 Felix Lee <flee@cygnus.com>
11534
11535 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11536 regexp to match "ChangeLog:1:1998-12-09 ..."
11537
11538 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11539
11540 * cus-start.el (dos-unsupported-char-glyph): Add.
11541
11542 1998-12-11 Dave Love <fx@gnu.org>
11543
11544 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11545 forward-sexp in condition-case.
11546
11547 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11548 Remove unnecessary test on `library' for explicit file name.
11549 Widen scope of save-match-data.
11550
11551 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11552
11553 * international/mule.el (load-with-code-conversion): If the loaded
11554 file was inserted with no-conversion or raw-text coding system,
11555 make the buffer unibyte.
11556
11557 1998-12-09 Richard Stallman <rms@gnu.org>
11558
11559 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11560 Get rid of nested loops.
11561
11562 * mouse.el (mouse-drag-vertical-line):
11563 If WHICH-SIDE is not `right', then scroll bars are on the left.
11564
11565 * loadhist.el (load-history-loaded): defvar moved to help.el.
11566
11567 * help.el (symbol-file-load-history-loaded): Variable renamed,
11568 and defvar moved from loadhist.el.
11569 (symbol-file): Renamed from describe-function-find-file.
11570 Load fns-VERSION.el here.
11571 (describe-variable, describe-function-1): Use symbol-file.
11572
11573 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11574 Don't start the name with #.
11575
11576 * ispell.el: Take out the eval-when's.
11577
11578 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11579
11580 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11581 (dirtrack): Run it. Make debug message more verbose.
11582
11583 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11584
11585 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11586 name of the abbrev table, and provide support for XEmacs.
11587 (octave-xemacs-p): New variable.
11588
11589 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11590
11591 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11592 exit, when mail-interactive is nil.
11593
11594 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11595
11596 * files.el (after-find-file): Message fix.
11597
11598 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11599
11600 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11601
11602 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11603
11604 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11605 filenames using backslashes.
11606
11607 1998-12-09 Dave Love <fx@gnu.org>
11608
11609 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11610 with correct number of args.
11611 (browse-url-maybe-new-window): New arg. Callers changed.
11612
11613 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11614 comment.
11615
11616 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11617
11618 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11619
11620 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11621
11622 * vc.el (vc-rcs-release): Fix Type.
11623 (vc-sccs-release): Fix Type.
11624 (vc-cvs-release): Fix Type.
11625
11626 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11627 arg work right.
11628
11629 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11630 output of last undeleted message.
11631
11632 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11633
11634 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11635 (buffer-undo-list) [windows-nt]: Use different relative path.
11636
11637 1998-12-07 Simon Marshall <simon@gnu.org>
11638
11639 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11640
11641 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11642
11643 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11644
11645 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11646
11647 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11648
11649 * info.el (Info-menu): Don't return error if point is between menu
11650 header and first menu item.
11651
11652 1998-12-04 Dave Love <fx@gnu.org>
11653
11654 * help.el (describe-function-1): Fix description for alias.
11655
11656 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11657
11658 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11659 specifications from summary line.
11660
11661 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11662 (close-rectangle): Define alias only once in loaddefs.el.
11663
11664 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11665
11666 * term/internal.el: Remove code which sets up a special syntax
11667 table for non-ASCII characters.
11668
11669 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11670
11671 * dos-w32.el (direct-print-region-function): Try to ensure that
11672 printer-name is expanded to a file name on a local drive;
11673 sometimes printing a file loaded from a network volume fails.
11674 (direct-print-region-function): Add a function to
11675 write-region-annotate-functions to append a formfeed character to
11676 the region being printed, if the region doesn't end with a
11677 formfeed already. This avoids creating a second print job
11678 containing a blank page when print spooling is enabled on Windows.
11679
11680 1998-12-02 Dave Love <fx@gnu.org>
11681
11682 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11683 `Info-goto-node'.
11684
11685 1998-12-02 Richard Stallman <rms@gnu.org>
11686
11687 * help.el (temp-buffer-resize-mode): Doc fix.
11688
11689 * cus-edit.el (custom-save-delete): Save point before
11690 reading a sexp, rather than backing up.
11691
11692 * international/iso-transl.el: Fix previous change.
11693
11694 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11695
11696 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11697 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11698 Added defvars to suppress compilation warnings.
11699
11700 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11701
11702 * ispell.el: Improved and fixed customize for variables:
11703 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11704 ispell-dictionary-alist, ispell-skip-sgml.
11705 Improved and fixed comments in variables and messages for
11706 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11707 ispell-menu-map, ispell-checking-message, ispell-parser,
11708 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11709 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11710 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11711 ispell-message-text-end, ispell-add-per-file-word-list.
11712 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11713 system is now required for all languages. Casechars improved for
11714 castellano, castellano8, and norsk dictionaries. Dictionary
11715 norsk7-tex added. Dictionary polish added.
11716 (ispell-dictionary-alist): Redefined at load-time to support
11717 dictionary changes.
11718 (ispell-menu-map): Redefined at load-time to support menu changes.
11719 (ispell-check-version): New alias for `check-ispell-version'.
11720 (ispell-parse-output): Fixed matching for ispell error messages.
11721 Correctly returns spelling suggestions in order generated by ispell
11722 process.
11723 (check-ispell-version): Ensure `case-fold-search' doesn't get
11724 redefined.
11725 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11726 redefined. Fix bug that didn't respect case of word being completed.
11727 (ispell-init-process): Set process coding system to be compatible
11728 with emacs processes and the ispell process.
11729 (ispell-kill-ispell): Ensures ispell process has terminated before
11730 starting new process. This can otherwise confuse process filters
11731 and hang the ispell process.
11732 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11733 skipping support for sgml.
11734 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11735 which could cause `ispell-complete-word' to hang.
11736 (ispell-message): Improved message reference matching. Ensure
11737 `case-fold-search' doesn't get redefined.
11738 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11739 get redefined. Fixed bug in returning to nroff mode from tex mode.
11740 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11741 get redefined.
11742
11743 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11744
11745 * textmodes/flyspell.el (flyspell-check-word-p):
11746 Don't delay inside a kbd macro.
11747
11748 * subr.el (make-local-hook): Return the hook variable.
11749
11750 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11751
11752 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11753 Use a timer instead of post-command-hook.
11754 (hscroll-timer): New variable.
11755
11756 1998-11-30 Dave Love <fx@gnu.org>
11757
11758 * help.el (help-xref-button): Do nothing if text already has the
11759 help-xref property.
11760 (describe-variable): Revert previous change to hyperlink to source.
11761
11762 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11763
11764 * bindings.el (features): Add `base64' to this list.
11765
11766 * loadhist.el (symbol-file): Doc fix.
11767
11768 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11769
11770 * files.el (hack-one-local-variable): Cope with non-file buffers.
11771
11772 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11773
11774 * help.el (describe-mode): Put major mode first.
11775
11776 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11777 to support special-display and same-window features.
11778
11779 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11780
11781 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11782 bound in one function and used in the other.
11783 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11784 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11785
11786 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11787
11788 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11789
11790 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11791
11792 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11793 Give format correct control string.
11794
11795 * international/mule.el (define-translation-table): Fix bug of
11796 setting incorrect translation-table-id. If the first element of
11797 ARGS is a translation table, just register it.
11798
11799 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11800 property.
11801
11802 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11803
11804 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11805 syntax table to determine what is whitespace.
11806
11807 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11808
11809 * frame.el (frame-parameter): Doc fix.
11810
11811 * textmodes/tex-mode.el (tex-feed-input): New function.
11812 (tex-define-common-keys): Add binding for C-c C-m.
11813
11814 1998-11-23 Dave Love <fx@gnu.org>
11815
11816 * progmodes/fortran.el: Various minor doc fixes.
11817 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11818 (fortran-with-subprogram-narrowing): New macro.
11819 (fortran-check-for-matching-do): Use it.
11820 (fortran-end-do): Use fortran-check-end-prog-re.
11821 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11822 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11823
11824 1998-11-23 Simon Marshall <simon@gnu.org>
11825
11826 * font-lock.el (font-lock-defaults): Doc fix.
11827 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11828 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11829
11830 * lazy-lock.el (lazy-lock-unstall):
11831 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11832
11833 * fast-lock.el (fast-lock-save-cache-1):
11834 (fast-lock-cache-data): Rewritten to use with-temp-message.
11835
11836 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11837
11838 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11839 messages that have been added with DOS line endings and convert
11840 the line endings for such messages.
11841
11842 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11843
11844 * help.el: Add resizing of temporary buffers.
11845 (temp-buffer-resize-mode): New command and variable.
11846 (temp-buffer-max-height): New variable.
11847 (resize-temp-buffer-window): New function.
11848
11849 * window.el (window-buffer-height): New function, split from
11850 shrink-window-if-larger-than-buffer.
11851 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11852
11853 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11854
11855 * frame.el (initial-frame-alist): Add defcustom.
11856
11857 * shell.el (shell-prompt-pattern): Add defcustom.
11858
11859 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11860
11861 * message.el (message-ignored-supersedes-headers): Remove
11862 NNTP-Posting-Date.
11863
11864 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11865
11866 * help.el (describe-mode): Don't avoid loop indirecting thru
11867 value of INDICATOR.
11868
11869 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11870
11871 * help.el (describe-variable): Allow any variable with a defcustom,
11872 even if it is not a user variable.
11873
11874 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11875
11876 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11877
11878 * gnus/nntp.el (nntp-request-group): Allow for failures when
11879 requesting a new group.
11880
11881 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11882
11883 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11884
11885 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11886
11887 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11888
11889 1998-11-19 Simon Marshall <simon@gnu.org>
11890
11891 * subr.el (with-temp-message): New macro.
11892
11893 * emacs-lisp/lisp-mode.el (with-temp-message):
11894 Add lisp-indent-function property.
11895
11896 1998-11-18 Dave Love <fx@gnu.org>
11897
11898 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11899
11900 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11901
11902 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11903 This is not obsolete.
11904
11905 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11906
11907 * textmodes/picture.el: Make a new map by make-keymap.
11908 (picture-desired-column): New variable.
11909 (picture-update-desired-column): New function.
11910 (picture-beginning-of-line): Set picture-desired-column to 0.
11911 (picture-end-of-line): Set picture-desired-column to the current
11912 column.
11913 (picture-forward-column): Pay attention to multi-column character.
11914 (picture-backward-column): Likewise.
11915 (picture-move-down): Likewise.
11916 (picture-move-up): Likewise.
11917 (picture-movement-nw): With prefix arg, move twice columns.
11918 (picture-movement-ne): Likewise.
11919 (picture-movement-sw): Likewise.
11920 (picture-movement-se): Likewise.
11921 (picture-set-motion): Handle two-column movements.
11922 (picture-move): Call picture-move-down or picture-forward-column
11923 only when necessary.
11924 (picture-insert): Pay attention to picture-desired-column.
11925 (picture-self-insert): Likewise.
11926 (picture-clear-column): Pay attention to multi-column character.
11927 (picture-mode): Modify doc-string for two-column movement.
11928
11929 * rect.el (move-to-column-force): New function.
11930 (operate-on-rectangle): If coerce-tabs is non-nil, call
11931 move-to-column-force instead of move-to-column.
11932 (insert-rectangle): Call move-to-column-force instead of
11933 move-to-column.
11934 (open-rectangle-line): If begextra is not zero, call
11935 move-to-column-force.
11936
11937
11938 1998-11-16 Dave Love <fx@gnu.org>
11939
11940 * textmodes/sgml-mode.el Require skeleton when compiling.
11941 (sgml-font-lock-keywords-1): Accept single-letter tags.
11942 (v2): Defvar free variable.
11943
11944 1998-11-16 Sam Steingold <sds@goems.com>
11945
11946 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11947 macro, not ELisp one.
11948
11949 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11950
11951 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11952 characters to symbol.
11953
11954 * language/japan-util.el (japanese-zenkaku-region): New optional
11955 arg KATAKANA-ONLY.
11956
11957 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11958
11959 * international/mule.el
11960 (after-insert-file-set-buffer-file-coding-system): If the buffer
11961 is changed to unibyte, return inserted bytes.
11962
11963 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11964 and link names if necessary.
11965 (tar-header-block-summarize): Handle the case that file or link
11966 names are multibyte.
11967 (tar-summarize-buffer): At first set the current buffer unibyte,
11968 then if there are multibyte file names, change it to multibyte.
11969 (tar-mode): Get char position from tar-header-offset.
11970 (tar-extract): Avoid multibyte<->unibyte conversion in
11971 insert-buffer-subsring by setting both buffers unibyte
11972 temporarily.
11973 (tar-copy): Set the buffer unibyte while doing a work. Write
11974 without code conversion.
11975 (tar-expunge): Set the buffer unibyte while doing a work.
11976 (tar-alter-one-field): Likewise.
11977 (tar-clear-modification-flags): Compare byte position with
11978 tar-header-offset.
11979 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11980 insert-buffer-subsring by setting both buffers unibyte
11981 temporarily. Pay attention to multibyteness while updating the
11982 descriptor-line.
11983 (tar-mode-write-file): Write without code conversion.
11984
11985 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11986
11987 * nngateway.el: Require cl.
11988
11989 1998-11-15 Dave Love <fx@gnu.org>
11990
11991 * progmodes/fortran.el: Fix previous change:
11992 (fortran-end-prog-re1): Changed.
11993 (fortran-check-end-prog-re): New function.
11994 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11995
11996 1998-11-13 Tom Breton <tob@world.std.com>
11997
11998 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11999 GNU Emacs.
12000
12001 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
12002
12003 * textmodes/reftex.el: (reftex-finding-files): Group documentation
12004 fixed.
12005 (reftex-toc-toggle-file-boundary,
12006 reftex-toc-toggle-labels,
12007 reftex-toc-toggle-context,reftex-find-start-point): New functions.
12008 (reftex-toc-include-labels, reftex-toc-include-context,
12009 reftex-toc-include-file-boundaries,
12010 reftex-toc-keep-other-windows): New options.
12011 (reftex-use-text-after-label-as-context): Option removed.
12012 (reftex-extract-bib-entries): Protect use in non-latex
12013 buffers.
12014 (reftex-toc-visit-location): Renamed from
12015 `reftex-toc-visit-line'.
12016 (reftex-latin1-to-ascii): Works now with and without Mule.
12017 (reftex-truncate): Removed special stuff for Emacs 20.2.
12018 (reftex-get-offset): Made more general.
12019 (reftex-show-label-location): Renamed from
12020 `reftex-select-label-callback'.
12021 (reftex-pop-to-label): Function removed (using
12022 `reftex-show-label-location' instead.
12023 (reftex-insert-docstruct): Renamed from
12024 `reftex-make-and-insert-label-list'. Function args changed.
12025 (reftex-toc): Now uses `reftex-insert-docstruct' and
12026 `reftex-find-start-point'.
12027 (reftex-select-item): Use `reftex-find-start-point'.
12028 (reftex-toc-visit-line): Can display labels and file
12029 boundaries.
12030 (reftex-TeX-master-file): `(TeX-master-file)' protected.
12031
12032 1998-11-12 Sam Steingold <sds@goems.com>
12033
12034 * browse-url.el (browse-url): Handle the case when
12035 `browse-url-browser-function' is a lambda list.
12036
12037 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
12038
12039 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
12040 version string.
12041 * loadhist.el (symbol-file): Likewise
12042
12043 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
12044
12045 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
12046
12047 1998-11-11 Sam Steingold <sds@goems.com>
12048
12049 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
12050 `run-lisp' instead of signalling an error.
12051
12052 1998-11-11 Karl Heuer <kwzh@gnu.org>
12053
12054 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
12055
12056 1998-11-11 Richard Stallman <rms@gnu.org>
12057
12058 * vc-hooks.el (vc-toggle-read-only): Doc fix.
12059
12060 1998-11-11 Per Starback <starback@update.uu.se>
12061
12062 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
12063 renamed svenska8 to svenska, and fixed and extended CASECHARS
12064 for it.
12065
12066 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
12067
12068 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
12069 handling if setpagedevice is not available.
12070 (ps-begin-file): Fix typo.
12071
12072 1998-11-11 Kenichi Handa <handa@etl.go.jp>
12073
12074 * international/mule-util.el (compose-chars-component): Signal
12075 error if CH is a rule-based composition character.
12076 (compose-chars): Signal error if an already compsed character is
12077 going to be composed by rule-base.
12078
12079 * term/x-win.el: If a resolved ASCII font name doesn't conform to
12080 full XLFD, don't try to get information of WEIGHT and SLANT from
12081 that font name.
12082
12083 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
12084
12085 * dos-w32.el (set-default-process-coding-system): Use function on
12086 before-init-hook to set default-process-coding-system based on
12087 enable-multibyte-characters.
12088
12089 * term/w32-win.el ([language-change]): For now ignore
12090 keyboard language-change events.
12091
12092 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
12093
12094 * ediff-util.el (ediff-make-temp-file): Run the prefix through
12095 convert-standard-file-name, but leave the results of
12096 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
12097 characters if the original name already exists, or has a special
12098 handler.
12099
12100 1998-11-10 Karl Heuer <kwzh@gnu.org>
12101
12102 * international/iso-insert.el: Delete autoload cookies.
12103
12104 * international/iso-transl.el: Add autoload cookies.
12105
12106 1998-11-10 Richard Stallman <rms@gnu.org>
12107
12108 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12109 (ispell-process-line): Don't treat multibyte
12110
12111 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12112
12113 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12114 setpagedevice to specify the page size if setpagedevice is
12115 available. This is necessary to select the correct paper tray on
12116 Level 2 printers with multiple paper sizes available.
12117
12118 (ps-begin-file): Cope with font names that contain spaces, and
12119 call BeginDoc in a BeginSetup/EndSetup block.
12120
12121 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12122
12123 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12124 convert-standard-filename.
12125
12126 * loadhist.el (symbol-file): Run fns-VERSION.el through
12127 convert-standard-filename.
12128
12129 1998-11-06 Richard Stallman <rms@gnu.org>
12130
12131 * textmodes/texinfmt.el (texinfo-format-scan):
12132 Detect the case of two @-commands in a row; process just the first.
12133 (texinfo-append-refill): If line has a @c, insert the @refill
12134 before it.
12135 (texinfo-format-refill): Return with point where the @refill was.
12136
12137 * files.el (hack-local-variables): Test local-enable-local-variables.
12138 (hack-local-variables-prop-line): Likewise.
12139 (set-auto-mode): Don't test local-enable-local-variables here.
12140 (enable-local-variables): Doc fix.
12141 (local-enable-local-variables): Doc fix.
12142 (normal-mode): Doc fix.
12143
12144 1998-11-06 Karl Heuer <kwzh@gnu.org>
12145
12146 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12147
12148 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12149
12150 * simple.el (line-number-mode): Doc fix.
12151
12152 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12153
12154 * international/fontset.el (create-fontset-from-fontset-spec):
12155 Give correct arg to `error'.
12156
12157 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12158
12159 * textmodes/sgml-mode.el (html-mode): Doc fix.
12160 (sgml-name-8bit-mode): Fix missing format character in message string.
12161
12162 1998-11-05 Karl Heuer <kwzh@gnu.org>
12163
12164 * mail/sendmail.el (sendmail-send-it): Check for failure.
12165
12166 1998-11-05 Richard Stallman <rms@gnu.org>
12167
12168 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12169
12170 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12171 (close-rectangle): Define as alias.
12172
12173 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12174
12175 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12176
12177 1998-11-05 Dave Love <fx@gnu.org>
12178
12179 * help.el (describe-variable): Don't quote link to source.
12180
12181 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12182
12183 * gud.el (gud-common-init): Use pop-to-buffer.
12184 (same-window-regexps): Add an element that matches all gud buffers.
12185
12186 1998-11-04 Jason Rumney <jasonr@altavista.net>
12187
12188 * term/w32-win.el (x-get-selection-value): Alias to
12189 x-cut-buffer-or-selection-value.
12190 (w32-standard-fontset-spec): New variable.
12191 (w32-create-initial-fontsets, mouse-set-font): Check whether
12192 new-fontset is available.
12193 (w32-use-w32-font-dialog): Enable use of set-variable.
12194
12195 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12196
12197 * vc.el (with-vc-file, edit-vc-file): New macros.
12198
12199 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12200
12201 * international/quail.el (quail-show-guidance-buf): Call
12202 set-minibuffer-window to set minibuffer window of the current
12203 frame correctly.
12204
12205 1998-11-03 Theodore Jump <tjump@tertius.com>
12206
12207 * term/w32-win.el: Require fontset.
12208
12209 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12210
12211 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12212 (set-face-font-auto): Ditto.
12213
12214 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12215
12216 * mouse.el (mouse-drag-region): Fix typo.
12217
12218 1998-11-02 Dave Love <fx@gnu.org>
12219
12220 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12221 (fortran-fontify-string): New function.
12222 (fortran-font-lock-keywords-1): Use it.
12223
12224 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12225
12226 * comint.el (comint-file-name-quote-list): Doc fix.
12227
12228 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12229
12230 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12231 build directory, not source directory.
12232
12233 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12234 if we did not get one for the final move.
12235
12236 1998-11-01 Dave Love <fx@gnu.org>
12237
12238 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12239 Don't funcall browse-url-browser-function.
12240
12241 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12242 Don't funcall browse-url-browser-function.
12243
12244 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12245
12246 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12247
12248 * files.el (revert-buffer): Doc fix.
12249
12250 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12251
12252 * textmodes/tex-mode.el (tex-start-options-string):
12253 Quote the backslashes with more backslashes.
12254
12255 1998-10-31 Dave Love <fx@gnu.org>
12256
12257 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12258 (webjump): Don't funcall browse-url-browser-function.
12259
12260 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12261
12262 * international/quail.el (quail-start-translation): Handle
12263 switching of the frame in read-key-sequence.
12264 (quail-start-conversion): Likewise.
12265 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12266 windows before setting an appropriate window for it.
12267 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12268 quail-guidance-win to nil.
12269 (quail-update-guidance): If quail-guidance-buf is not in the
12270 selected frame, call quail-show-guidance-buf again.
12271
12272 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12273
12274 * progmodes/pascal.el (pascal-mode):
12275 `blink-matching-paren-dont-ignore-comments' set to t.
12276
12277 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12278
12279 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12280
12281 1998-10-30 Dave Love <fx@gnu.org>
12282
12283 * vc.el (vc-backend-merge-news): Check for "P" output.
12284
12285 * help.el (describe-variable): Hyperlink the definition.
12286
12287 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12288
12289 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12290 (sh-set-shell): Likewise.
12291
12292 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12293
12294 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12295 (edebug-on-error): Fix customize type to match that of
12296 debug-on-error.
12297
12298 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12299
12300 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12301 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12302
12303 * international/mule-cmds.el (select-message-coding-system): Doc
12304 fix.
12305
12306 * international/mule-diag.el (describe-coding-system): Describe
12307 all flags.
12308
12309 * mail/sendmail.el (sendmail-coding-system,
12310 default-sendmail-coding-system): Doc fix.
12311
12312 * simple.el (shell-command-on-region): Doc fix.
12313
12314 * loadup.el: Write fns-*.el in current directory instead of
12315 data-directory since no installation directory exists yet. Mark
12316 buffer unmodified afterwards.
12317
12318 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12319 instead of data-directory since it is architecture dependent.
12320 (load-history-loaded): Update doc string.
12321
12322 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12323
12324 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12325 path as a default directory when canonicalizing names.
12326
12327 * w32-fns.el: Remove a dangling reference to a directory on the
12328 build machine.
12329
12330 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12331
12332 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12333 namespace related keywords such as `class', `body', `private',
12334 `variable', `namespace eval', etc.
12335 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12336 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12337 imenu and font-lock so that searches for \sw would find words
12338 containing colons.
12339
12340 * progmodes/etags.el (initialize-new-tags-table):
12341 Do not alter find-tag-marker-ring and tags-location-ring.
12342
12343 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12344
12345 * term/w32-win.el: Require fontset.
12346 (w32-init-fontsets): New function (code from x-win.el).
12347
12348 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12349
12350 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12351 calendar-and-diary-frame-parameters): Add title parameter.
12352
12353 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12354
12355 * completion.el (dynamic-completion-mode): New function to enable
12356 the mode. (Just loading the file now does not change anything.)
12357
12358 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12359
12360 * ps-print.el: User option for multibyte buffer handling and doc fix.
12361 (ps-multibyte-buffer): New user option.
12362 (ps-setup): Print new user option.
12363 (ps-print-quote): New fun.
12364 (ps-color-p, ps-mule-font-info-database-latin): New var.
12365 (ps-default-color, ps-mule-font-info-database)
12366 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12367 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12368 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12369 Little code improvement.
12370 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12371 (ps-print-prologue-header, ps-font-family, ps-font-size)
12372 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12373 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12374 (ps-mule-external-libraries, ps-mule-init-external-library)
12375 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12376 Doc fix.
12377 (ps-print-version): New version number (4.1.1) and doc fix.
12378 (ps-print-prologue-header): New user option.
12379 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12380 Conditional compilation for GNU Emacs and emacsens.
12381 (ps-generate-postscript-with-faces): Skip invisible text better.
12382 (ps-setup): Print new user option.
12383 (ps-print-preprint): Check if input file name exists and is unwritable.
12384 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12385 and insert user PostScript prologue header comments.
12386 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12387 New funs.
12388 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12389 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12390 PostScript programming normalization.
12391 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12392 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12393 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12394 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12395 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12396 Programming style normalization.
12397
12398 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12399
12400 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12401 version, check the value of mule-version.
12402
12403 * international/mule-util.el (compose-region): Insert then delete
12404 to preserve markers.
12405 (decompose-region): Use search-forward for efficiency.
12406
12407 * language/chinese.el (pre-write-encode-hz): Cancel previous
12408 change, use generate-new-buffer instead of get-buffer-create.
12409 * language/devan-util.el
12410 (in-is13194-devanagari-pre-write-conversion): Likewise.
12411 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12412 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12413 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12414
12415 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12416
12417 * mail/rmailsum.el (rmail-message-subject-p):
12418 Handle message whose header has not been reformatted.
12419
12420 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12421
12422 1998-10-25 Jason Rumney <jasonr@altavista.net>
12423
12424 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12425 New variables.
12426 (mouse-set-font): Use font menus instead of dialog according to
12427 w32-use-w32-font-dialog.
12428
12429 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12430
12431 * calendar/calendar.el (calendar-day-name-array): Add doc string
12432 correctly!
12433 (calendar-month-name-array): Add doc string correctly!
12434
12435 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12436
12437 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12438
12439 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12440
12441 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12442
12443 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12444
12445 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12446
12447 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12448
12449 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12450
12451 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12452
12453 1998-10-21 Karl Heuer <kwzh@gnu.org>
12454
12455 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12456 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12457 (profile-filter, profile-reset-timer): Functions deleted.
12458 (profile-check-zero-init-times, profile-get-time): Likewise.
12459 (profile-find-function, profile-quit): Likewise.
12460 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12461 (profile-time-list, profile-init-list): Doc fix.
12462 (profile-functions): Simplify.
12463 (profile-print): Use float. Make output include space separators.
12464 (profile-add-time): New helper function.
12465 (profile-function-prolog): Renamed from profile-start-function.
12466 Handle profile-distinct.
12467 (profile-function-epilog): Renamed from profile-update-function.
12468 Handle profile-distinct.
12469 (profile-a-function): If the function to be profiled is an
12470 autoload form, load it. If it's lazy-loaded, fetch it.
12471 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12472 (profile-restore-fun): Arg FUN is now a function symbol, as was
12473 documented, rather than a one-element list.
12474 (profile-finish): Call profile-restore-fun properly.
12475
12476 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12477
12478 * international/characters.el: Setup charset property
12479 nospace-between-words.
12480
12481 * international/mule-cmds.el (get-charset-property): If CHARSET is
12482 composition, return nil.
12483 (put-charset-property): If CHARSET is composition, do nothing.
12484
12485 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12486 * language/devan-util.el
12487 (in-is13194-devanagari-pre-write-conversion): Likewise.
12488 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12489 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12490 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12491
12492 * textmodes/fill.el (sentence-end-without-period): New variable.
12493 (canonically-space-region): Pay attention to
12494 sentence-end-without-period.
12495 (fill-find-break-point): The first argument CHARSET deleted.
12496 Caller changed.
12497 (fill-region-as-paragraph): Pay attention to charset property
12498 nospace-between-words and text property nospace-between-words.
12499
12500 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12501
12502 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12503 an unrecognized shell.
12504
12505 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12506
12507 * desktop.el (desktop-save): Include minor modes symbolically.
12508 (desktop-create-buffer): Turn on all minor modes in `mim'.
12509
12510 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12511
12512 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12513 (sh-font-lock-keywords): Handle rpm and rpm2.
12514 (sh-ancestor-alist): Handle rpm.
12515
12516 * files.el (auto-mode-alist): Recognize .rpm files.
12517 Also .spec and .mspec files.
12518
12519 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12520
12521 * faces.el (frame-set-background-mode): Enable the function for
12522 MSDOS frames.
12523
12524 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12525
12526 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12527 (calendar-month-name-array): Add doc string.
12528
12529 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12530
12531 * simple.el (kill-ring-max): Increased to 60.
12532
12533 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12534
12535 * international/characters.el: Setup auto-fill-chars.
12536
12537 * international/kinsoku.el (kinsoku): Check the variable
12538 enable-kinsoku.
12539
12540 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12541 Don't call kinsoku directly, intead call fill-find-break-point.
12542
12543 * textmodes/fill.el: Setup `fill-find-break-point-function'
12544 property to character sets which require `kinsoku' processing for
12545 filling.
12546 (fill-find-break-point): New function.
12547 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12548 Don't call kinsoku directly, intead call fill-find-break-point.
12549
12550 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12551
12552 * faces.el (modify-face-read-string): Return (nil) for "none".
12553 (modify-face): Don't get error if (nil) is the argument.
12554 (face-try-color-list): Don't check whether nil is a valid color.
12555
12556 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12557
12558 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12559 Print message about each directory, even in batch mode.
12560
12561 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12562
12563 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12564 (ps-mule-string-char): No need to use sref.
12565 (ps-mule-next-index): No need to use sref.
12566
12567 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12568
12569 * files.el (revert-buffer-internal-hook): Add defvar.
12570
12571 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12572
12573 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12574
12575 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12576
12577 * international/mule-cmds.el (default-input-method): Fix custom type.
12578
12579 * net-utils.el (whois-server-list): Fix customization type.
12580
12581 * shell.el (shell-input-autoexpand): Fix customization group.
12582
12583 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12584
12585 * repeat.el (repeat): Handle keyboard macros properly.
12586 Handle new prefix arg after self-insert command.
12587
12588 * repeat.el: Don't include cl even at compile time.
12589 (repeat): Avoid using `loop'.
12590
12591 * simple.el (shell-command-on-region): Doc fix.
12592 (next-history-element): Special error message if no default.
12593
12594 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12595
12596 * ps-print.el (ps-print-buffer): Doc fix.
12597 (ps-despool): Likewise.
12598
12599 * arc-mode.el (arc-mode): Provide arc-mode.
12600
12601 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12602
12603 * ps-print.el (ps-print-buffer): Doc fix.
12604
12605 1998-10-14 Dave Love <fx@gnu.org>
12606
12607 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12608 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12609 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12610
12611 * progmodes/fortran.el (fortran-mode-map): Change "Join
12612 Continuation Line" to "Join Line".
12613 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12614
12615 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12616
12617 * progmodes/fortran.el (fortran-join-line): Use
12618 `delete-indentation' instead of issuing an error message if not on
12619 a continuation line. Provide for joining several lines using
12620 prefix arg.
12621
12622 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12623
12624 * term/pc-win.el (msdos-color-values): New variable.
12625 (x-color-values): New function, emulates its namesake from
12626 src/xfns.c.
12627 (msdos-bg-mode): Add all dark colors to those which return
12628 "dark".
12629
12630 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12631
12632 * replace.el (keep-lines, flush-lines, how-many):
12633 Don't ignore case if arg has upper case letters.
12634
12635 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12636
12637 * progmodes/vhdl-mode.el
12638 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12639 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12640 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12641 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12642 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12643 (vhdl-when): Fix indentation problem.
12644 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12645 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12646 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12647
12648 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12649
12650 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12651 (ls-lisp-insert-directory): Renamed from insert-directory.
12652 (insert-directory): New function.
12653
12654 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12655
12656 * simple.el (completion-fixup-function): Variable deleted.
12657 (completion-setup-function): Delete code for completion-fixup-function.
12658 * emacs-lisp/lisp.el (lisp-complete-symbol):
12659 Don't bind completion-fixup-function.
12660
12661 * files.el (find-file-wildcards): New option.
12662 (find-file-noselect): Handle wild cards, if enabled.
12663 (file-expand-wildcards): New function.
12664
12665 * simple.el (set-fill-column): Doc fix.
12666
12667 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12668
12669 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12670
12671 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12672
12673 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12674 Move declaration before first use.
12675 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12676 hif-math, hif-factor): Rename token to hif-token and token-list to
12677 hif-token-list.
12678 (hif-token, hif-token-list): Declare them.
12679 (hif-find-ifdef-block): Return cons of top and bottom point
12680 instead of setting dynamically bound variables.
12681 (hide-ifdef-block, show-ifdef-block): Use return value of
12682 hif-find-ifdef-block.
12683
12684 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12685
12686 * subr.el (read-passwd): Use clear-this-command-keys.
12687
12688 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12689
12690 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12691 and ...-for-write.
12692
12693 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12694
12695 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12696 responses to GROUP command, since this may be called from a timer
12697 with quit inhibited.
12698
12699 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12700
12701 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12702 set unconditional-jump to nil.
12703 (ccl-compile-read-multibyte-character): Return nil.
12704 (ccl-compile-write-multibyte-character): Likewise.
12705 (ccl-compile-translate-character): Likewise
12706 (ccl-compile-map-multiple): Likewise.
12707 (ccl-compile-map-single): Likewise.
12708
12709 * international/kinsoku.el: Add coding tag.
12710 (kinsoku-bol): Remove superfluous TAB in a string.
12711
12712 * international/mule-cmds.el (find-coding-systems-for-charsets):
12713 Delete `composition' (if any) from CHARSETS.
12714
12715 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12716
12717 * international/mule-cmds.el (setup-specified-language-environment):
12718 Add apropos-inhibit property.
12719 (describe-specified-language-support): Likewise.
12720
12721 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12722
12723 * international/mule.el (make-coding-system): Create -with-esc
12724 variant coding system.
12725
12726 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12727
12728 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12729 (next-file): Optionally offer to revert a file's buffer,
12730 if it has an existing buffer but the file has changed.
12731
12732 * info.el (Info-insert-dir): Detect and report problems
12733 in input files, such as "No Top node". Return with point
12734 at the beginning of the text.
12735 (Info-find-node): Reinsert the code to handle files
12736 with no tags table; it was deleted by mistake.
12737
12738 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12739
12740 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12741 texinfo-find-higher-level-node repeatedly find the same node.
12742 (texinfo-find-higher-level-node): Doc fix.
12743
12744 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12745
12746 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12747 (smtpmail-address-buffer): Add defvar.
12748 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12749
12750 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12751
12752 * ffap.el (ffap-machine-p-local): Fix editing error.
12753
12754 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12755
12756 * faces.el (frame-set-background-mode):
12757 Don't do anythung for text-only or MSDOS frame.
12758
12759 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12760
12761 * international/quail.el (quail-defrule): New optional arg APPEND.
12762 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12763
12764 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12765
12766 * gnus/pop3.el (pop3-open-server):
12767 Set process-coding-system-alist around open-network-stream.
12768
12769 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12770
12771 * files.el (save-buffer): Doc fix.
12772
12773 1998-10-07 Karl Heuer <kwzh@gnu.org>
12774
12775 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12776 return DEF unchanged, not nil. Simplify.
12777
12778 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12779
12780 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12781
12782 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12783
12784 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12785
12786 * net-utils.el (ftp, nslookup): Require comint.
12787 (network-service-connection): Likewise.
12788 (whois-server-name): Defaults to whois.arin.net
12789 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12790 (whois): Tries to guess the appropriate top-level domain server.
12791 (whois-get-tld): New function.
12792
12793 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12794 (dirtrack-debug-toggle): Added this function.
12795
12796 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12797
12798 * files.el (find-file-noselect): Switch to the correct buffer
12799 before checking find-file-literally, and allow non-nil non-t
12800 rawfile params.
12801
12802 1998-10-06 Karl Heuer <kwzh@gnu.org>
12803
12804 * midnight.el (clean-buffer-list): Add autoload cookie.
12805
12806 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12807 no-autosave.
12808 * tar-mode.el (tar-mode-revert): Likewise.
12809 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12810 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12811 * gnus/message.el (message-auto-save-directory): Renamed from
12812 message-autosave-directory. All references changed.
12813
12814 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12815
12816 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12817 string. Expose mime stuff while searching.
12818
12819 1998-10-06 Richard Stallman <rms@gnu.org>
12820
12821 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12822
12823 * replace.el (perform-replace): Position point properly
12824 before and after the recursive edit of C-r.
12825
12826 * progmodes/etags.el (tags-reset-tags-tables): Properly
12827 find the markers in the old rings that are being discarded.
12828
12829 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12830
12831 * apropos.el (apropos-print): Control invalid characters.
12832
12833 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12834 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12835 confusing customize.
12836
12837 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12838
12839 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12840 built-in commands. Add more built-in commands and fix face names.
12841
12842 1998-10-05 Simon Marshall <simon@gnu.org>
12843
12844 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12845
12846 1998-10-04 Eric Ludlam <zappo@gnu.org>
12847
12848 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12849 customization since it is not useful in this case.
12850 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12851 sure it gets evalled to a number. Also verify that set-frame-name
12852 fn exists before calling it.
12853
12854 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12855 Protect a `forward-sexp' call which could fail, and improved regex
12856 for ie, and eg abbreviations.
12857
12858 1998-10-02 Noah Friedman <friedman@splode.com>
12859
12860 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12861 send-string.
12862 (rlogin-send-Ctrl-D): Here also.
12863 (rlogin-send-Ctrl-Z): Here also.
12864 (rlogin-send-Ctrl-backslash): Here also.
12865
12866 1998-10-02 Dave Love <fx@gnu.org>
12867
12868 * outline.el (hide-region-body): Bind
12869 outline-view-change-hook to nil while making repeated calls to
12870 outline-flag-region. Run it once at the end.
12871 (hide-other, hide-sublevels, show-children): Likewise.
12872
12873 * info-look.el: Remove duplicate scheme-mode entry.
12874 (info-lookup-make-completions): When looking for entries, check
12875 that `item' isn't null or "Menu".
12876
12877 1998-10-01 Karl Heuer <kwzh@gnu.org>
12878
12879 * net-utils.el: Don't require ffap.
12880 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12881 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12882
12883 1998-09-30 Richard Stallman <rms@gnu.org>
12884
12885 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12886
12887 * imenu.el (imenu--generic-function): Sort each submenu by position.
12888 (imenu--sort-by-position): New function.
12889
12890 * cus-edit.el (Custom-mode-menu): Fix info node name.
12891 (customize group): Fix info node name.
12892
12893 * mail/mailalias.el (build-mail-aliases): Don't allow
12894 a newline in the alias name. Don't define an alias
12895 if the definition would be empty.
12896
12897 * which-func.el (which-func-mode-global): Make :set function
12898 more reliable.
12899
12900 * custom.el (custom-set-variables): Load the requests first,
12901 then check the symbol's `set' function.
12902
12903 * ffap.el: Doc fixes.
12904
12905 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12906
12907 * gnus.el: (gnus-valid-select-methods): Fix type.
12908 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12909 * gnus-score.el (gnus-orphan-score): Fix type.
12910 (gnus-score-default-header, gnus-score-default-type): Fix type.
12911 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12912 (gnus-saved-headers): Fix type.
12913
12914 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12915 Avoid nil value of `two-lines-citation-part'.
12916
12917 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12918
12919 * which-func.el (which-function): Handle case when
12920 (car imenu--index-alist) is nil.
12921
12922 1998-09-29 Dave Love <fx@gnu.org>
12923
12924 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12925 bzip2 args.
12926
12927 1998-09-29 Simon Marshall <simon@gnu.org>
12928
12929 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12930 comint-exec-hook.
12931
12932 1998-09-29 Stephen Eglen <stephen@gnu.org>
12933
12934 * info-look.el: Add support for Octave.
12935
12936 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12937
12938 * textmodes/reftex.el (reftex-finding-files): New customize group.
12939 (reftex-texpath-environment-variables,
12940 reftex-use-external-file-finders, reftex-external-file-finders,
12941 reftex-search-unrecursed-path-first): New options.
12942 (reftex-process-string, reftex-find-file-externally): New
12943 functions.
12944 (reftex-access-search-path): Execute shell commands to find the
12945 search path.
12946 (reftex-toggle-auto-view-crossref): When turning on, make sure
12947 `reftex-auto-view-crossref' becomes non-nil.
12948 (reftex-abbrev-regexp): Constant removed.
12949 (reftex-convert-string): Abbrev regexp calculated locally.
12950
12951 1998-09-28 Dave Love <fx@gnu.org>
12952
12953 * progmodes/fortran.el: Don't call regexp-opt when deriving
12954 font-lock patterns with keywords that aren't all literal.
12955
12956 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12957
12958 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12959 the form `octave.bin:1>' which come from using precopiled binary
12960 versions.
12961
12962 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12963
12964 * help.el (help-for-help): Use %THIS-KEY%.
12965 (help-quit): Add doc.
12966
12967 * help-macro.el (make-help-screen): Keep HELP-TEXT
12968 in a separate function definition, not in the help command FNAME.
12969 Replace %THIS-KEY% with the key sequence that ran FNAME.
12970
12971 1998-09-25 Richard Stallman <rms@gnu.org>
12972
12973 * textmodes/texinfo.el (texinfo-show-structure):
12974 Bind inhibit-read-only.
12975
12976 * isearch.el (isearch-search-and-update): Properly
12977 handle upper case letters in the reverse-search special case.
12978
12979 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12980
12981 * gnus.el: Extend the list of autoloaded functions.
12982
12983 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12984 buffer before creating help group. (from Gnus v5.6.43, fix by
12985 1998-08-20 Per Starback <starback@update.uu.se>)
12986
12987 * gnus-util.el (gnus-output-to-rmail): Adjust to
12988 `rmail-output-to-rmail-file'.
12989
12990 1998-09-25 Karl Heuer <kwzh@gnu.org>
12991
12992 * hexl.el (hexl-mode-map): More of previous change.
12993
12994 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12995 (tex-start-tex): Don't use tex-start-options-string in star case.
12996 Quote file name in star case as well as in non-star.
12997 Add blank and quoting of option string here.
12998 (tex-start-options-string): Not here.
12999
13000 1998-09-23 Karl Heuer <kwzh@gnu.org>
13001
13002 * term.el (term-delimiter-argument-list): Doc fix.
13003 (term-emulate-terminal): Escape literal semicolon.
13004 * progmodes/asm-mode.el (asm-mode): Doc fix.
13005 (asm-comment-char): Escape literal semicolon.
13006 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
13007
13008 1998-09-23 Richard Stallman <rms@gnu.org>
13009
13010 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
13011 only those that normally modify the buffer.
13012
13013 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
13014 over again.
13015
13016 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
13017
13018 * ispell.el (check-ispell-version): Ensure same buffer is current
13019 when let-binding of case-fold-search ends.
13020
13021 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13022
13023 * ps-print.el: Skip invisible overlay.
13024 Test for set-buffer-multibyte rather than using mule-version.
13025 (ps-print-version): New version number (4.1) and doc fix.
13026 (ps-generate-postscript-with-faces): Skip invisible overlay.
13027
13028 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
13029
13030 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
13031
13032 1998-09-22 Kenichi Handa <handa@etl.go.jp>
13033
13034 * international/quail.el (quail-update-guidance): Check for the
13035 return value of (quail-guidance) fixed.
13036 (quail-update-translation): Bind quail-current-str locally when it
13037 calls quail-update-guidance.
13038 (quail-update-translation): If input-method-exit-on-first-char is
13039 non-nil, terminate translation only when the current input method
13040 is simple.
13041
13042 1998-09-22 Paul Eggert <eggert@twinsun.com>
13043
13044 * startup.el (locale-translation-file-name): Prefer X-related names
13045 to the name used by GNU/Linux sans X. Set to nil if no file found.
13046 (command-line): Use locale-translation-file-name if it is not nil,
13047 instead of testing for its existence again.
13048 regexp-quote the ctype before using it in a regexp.
13049 Allow a colon to appear after the ctype in the aliases file,
13050 as is done in X11R6.4.
13051
13052 1998-09-21 Richard Stallman <rms@gnu.org>
13053
13054 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
13055
13056 * calendar/appt.el (appt-interval): Variable deleted.
13057 (appt-check): For minutes in between appt-display-interval times,
13058 do check, but don't display anything except an updated mode line.
13059 Count against appt-display-interval based on minutes since
13060 first display of this appointment, not based on time of day.
13061 If appt-display-mode-line, force mode line redisplay
13062 whenever appt-mode-string has changed.
13063 (appt-add, appt-delete): Add autoload cookies.
13064 (appt-check): Catch errors from calling `diary'.
13065 (appt-max-time): Renamed from max-time.
13066 (appt-now-displayed, appt-display-count): New variables.
13067 (appt-timer): Don't create one if we already have one.
13068
13069 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13070 More general code to use the source buffer instead of the zap file.
13071
13072 * hilit-chg.el (highlight-compare-with-file): Renamed from
13073 compare-with-file.
13074
13075 * loadhist.el (load-history-loaded): New variable.
13076 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
13077
13078 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
13079
13080 * emacs-lisp/find-func.el (find-function-search-for-symbol):
13081 Fix error messages.
13082
13083 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
13084
13085 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
13086 Emacs frame.
13087
13088 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13089
13090 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
13091 `undecided' and `undecided-unix'.
13092
13093 1998-09-21 Dave Love <fx@gnu.org>
13094
13095 * help.el (help-make-xrefs): Fix typo affecting Info references.
13096
13097 * subr.el (remove-hook): Check list values to avoid errors.
13098
13099 1998-09-18 Noah Friedman <friedman@splode.com>
13100
13101 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
13102 store string in eldoc-last-message without consing a new string.
13103 Rearrange logic from nested if's into cond's.
13104 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13105 Do not print message; just return string.
13106 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13107 Do not print message; just return string.
13108 Cache that string in eldoc-last-data.
13109 (eldoc-last-data): Make into a vector.
13110 (eldoc-get-fnsym-args-string): Use new data form of structure.
13111 (eldoc-get-var-docstring): Here also.
13112 (eldoc-last-data-store): New function.
13113 (eldoc-get-fnsym-args-string): Use it.
13114 (eldoc-get-var-docstring): Here also.
13115 (eldoc-docstring-first-line): Minimize interim string consing.
13116 Call substitute-command-keys on the result.
13117 (eldoc-print-var-docstrings, eldoc-print-docstring,
13118 eldoc-docstring-message): Functions removed.
13119 (eldoc-docstring-format-sym-doc): New function, functionality
13120 ripped out of eldoc-docstring-message.
13121 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13122
13123 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13124
13125 * international/mule.el (make-coding-system): Doc-string modified.
13126
13127 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13128
13129 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13130
13131 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13132 customize type.
13133
13134 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13135 type.
13136
13137 * progmodes/compile.el (compilation-error-screen-columns): New
13138 variable.
13139 (compilation-next-error-locus): Use it to decide whether to use
13140 forward-char or move-to-column.
13141
13142 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13143
13144 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13145 feedmail-fiddle-plex-user-list,
13146 feedmail-spray-address-fiddle-plex-list,
13147 feedmail-prompt-before-queue-user-alist,
13148 feedmail-prompt-before-queue-help-supplement,
13149 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13150 feedmail-queue-alternative-mail-header-separator): Fix customize
13151 type.
13152
13153 * startup.el (site-run-file): Fix customize type.
13154
13155 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13156 customize type.
13157
13158 * shell.el (shell-input-autoexpand): Fix customize type.
13159
13160 * ps-print.el (ps-font-info-database): Add missing dots in value.
13161 Improve layout of customize type.
13162
13163 * net-utils.el (traceroute-program-options, ping-program-options,
13164 ipconfig-program-options, netstat-program-options,
13165 arp-program-options, route-program-options,
13166 nslookup-program-options, ftp-program-options): Fix customize
13167 type.
13168
13169 * midnight.el (clean-buffer-list-kill-regexps,
13170 clean-buffer-list-kill-buffer-names,
13171 clean-buffer-list-kill-never-buffer-names,
13172 clean-buffer-list-kill-never-regexps): Fix customize type.
13173
13174 * man.el (Man-init-defvars): Avoid trailing nil on
13175 Man-filter-list.
13176
13177 * lpr.el (printer-name): Fix customize type.
13178
13179 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13180
13181 * international/mule-cmds.el (reset-language-environment): Call
13182 update-coding-systems-internal.
13183
13184 * international/mule-conf.el: Call update-coding-systems-internal
13185 at the tail.
13186
13187 1998-09-14 Dave Love <fx@gnu.org>
13188
13189 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13190 use the menu-enable properties, pending doing it correctly and
13191 acceptably fast.
13192
13193 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13194
13195 1998-09-13 Dave Love <d.love@dl.ac.uk>
13196
13197 * progmodes/hideshow.el (hs-grok-mode-type): Check
13198 comment-{start,end} non-nil as well as bound. Report an error if
13199 we can't grok the mode.
13200
13201 1998-09-13 Richard Stallman <rms@gnu.org>
13202
13203 * simple.el (blink-matching-open): Don't log paren matching
13204 messages in *Messages*.
13205
13206 1998-09-12 Richard Stallman <rms@gnu.org>
13207
13208 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13209 Set point-before-scroll at end even if there was an error.
13210
13211 * ange-ftp.el (ange-ftp-insert-file-contents):
13212 Use binary mode for dumb-unix hosts as for unix hosts.
13213 (ange-ftp-copy-file-internal): Likewise.
13214
13215 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13216
13217 * emacs-lisp/pp.el: Doc fixes.
13218
13219 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13220 (widget-choose): Don't use single-char shortcuts if # items
13221 exceeds that many. Use minibuffer instead.
13222
13223 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13224
13225 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13226
13227 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13228
13229 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13230 in terminal mode.
13231
13232 1998-09-10 Noah Friedman <friedman@splode.com>
13233
13234 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13235 defcustom declaration. It's wreaking too much havoc with XEmacs
13236 and older versions of Emacs, which share this code.
13237
13238 * type-break.el (type-break-mode): Here also.
13239
13240 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13241 `t' to add-hook also to modify the new local value.
13242
13243 1998-09-10 Dave Love <fx@gnu.org>
13244
13245 * vc.el (vc-insert-headers): Doc fix.
13246
13247 1998-09-10 Richard Stallman <rms@gnu.org>
13248
13249 * textmodes/flyspell.el (flyspell-mode-on): Make the
13250 ispell-... variables permanent locals.
13251 (flyspell-mode-off): Add autoload cookie.
13252
13253 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13254 do use binary mode, just as for `unix'.
13255 (ange-ftp-host-type): If HOST is nil, return `unix'.
13256
13257 * dired.el (dired-mark-files-containing-regexp):
13258 Don't scan directories. Ignore non-readable files.
13259
13260 * progmodes/compile.el (compilation-error-regexp-alist):
13261 Fix previous change: allow . and _ in command name.
13262
13263 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13264
13265 * uncompress.el (uncompress-while-visiting):
13266 Use just the car of what find-operation-coding-system returns.
13267
13268 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13269
13270 * shell.el (shell-file-name-quote-list): Add # to the value.
13271
13272 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13273
13274 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13275 to make killing of ispell process work even if
13276 kill-all-local-variables has been run.
13277
13278 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13279
13280 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13281 loop when sexp entry ends at end of file with no newline.
13282
13283 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13284
13285 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13286 (Custom-reset-standard): Fix menu inconsistency.
13287
13288 * mail/feedmail.el (feedmail-from-line): Allow t.
13289 (feedmail-message-id-suffix): Allow nil.
13290
13291 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13292 Simplify. Make prefix arg work right.
13293
13294 1998-09-09 Dave Love <fx@gnu.org>
13295
13296 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13297
13298 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13299
13300 1998-09-08 Dave Love <fx@gnu.org>
13301
13302 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13303 stuff only after file names or at start of line. Allow parens
13304 around e-mail, as well as angles.
13305
13306 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13307 ignore-errors too, eval'd when compile. Require w3 stuff at load
13308 time for nicer failure if it's not available.
13309
13310 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13311
13312 * comint.el (comint-arguments): Ignore backslashes when using
13313 w32 shells that expect backslashes as the directory separator.
13314
13315 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13316
13317 * international/fontset.el (resolved-ascii-font): New variable.
13318 (x-complement-fontset-spec): By side effect, set
13319 `resolved-ascii-font' to the resolved name of ASCII font."
13320 (create-fontset-from-fontset-spec): Don't get a value for
13321 resolved-ascii-font from the list full-fontlist. It is set by
13322 x-complement-fontset-spec now.
13323
13324 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13325 version, check the value of mule-version.
13326
13327 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13328
13329 * textmodes/reftex.el (reftex-view-crossref): Split up into
13330 several functions. No longer moves to find a macro.
13331 (reftex-view-cr-cite, reftex-view-cr-ref,
13332 reftex-end-of-bib-entry): New functions.
13333 (reftex-auto-view-crossref): New value `window' allowed.
13334 (reftex-view-crossref-when-idle): Process new `window' option in
13335 (reftex-translate-to-ascii-function): New default.
13336 (reftex-label-illegal-re): Default changed, removed Latin1.
13337 (reftex-latin1-to-ascii): New function.
13338 (reftex-what-environment): Check for section regexp before use.
13339 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13340 absolute path names.
13341 (reftex-TeX-master-file): Changed sequence of file checks.
13342 (reftex-do-citation): bibview cache only with RefTeX mode on.
13343
13344 1998-09-06 Richard Stallman <rms@gnu.org>
13345
13346 * progmodes/compile.el (compilation-error-regexp-alist):
13347 In first pattern (GNU utilities and other things),
13348 allow a space after the optional program name at the beginning.
13349
13350 * mail/mail-hist.el (mail-hist-current-header-contents):
13351 Fix previous change: use mail-header-end.
13352
13353 1998-09-06 Bill Richter <richter@math.nwu.edu>
13354
13355 * international/ccl.el: Doc fixes.
13356 * international/encoded-kb.el: Doc fixes.
13357 * international/fontset.el: Doc fixes.
13358 * international/kinsoku.el: Doc fixes.
13359 * international/kkc.el: Doc fixes.
13360 * international/mule-cmds.el: Doc fixes.
13361 * international/mule-conf.el: Doc fixes.
13362 * international/mule-util.el: Doc fixes.
13363 * international/mule.el: Doc fixes.
13364
13365 1998-09-05 Eric Ludlam <zappo@gnu.org>
13366
13367 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13368 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13369 (checkdoc-this-string-valid-engine): Permit ? as terminating
13370 punctuation for first line sentence breaking.
13371 (checkdoc-this-string-valid): When converting a comment into a doc
13372 string, make sure " chars are \".
13373 (checkdoc-sentencespace-region-engine): Only do double space check
13374 if based on the variable `sentence-end-double-space'
13375 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13376 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13377
13378 1998-09-04 Richard Stallman <rms@gnu.org>
13379
13380 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13381 Recognize define-skeleton as a function definer.
13382
13383 * cus-edit.el (customize-option): Refuse to customize
13384 a variable that has no defcustom. But if variable is autoloaded,
13385 first try to load the library that defines it.
13386
13387 * international/iso-insert.el: Use `string' before calling `insert'
13388 so that in multibyte buffers we insert multibyte chars.
13389
13390 * dired.el (dired-mark-files-containing-regexp):
13391 Don't use find-file; instead, insert the file in a temp buffer.
13392
13393 * textmodes/tex-mode.el (tex-start-options-string): New option.
13394 (tex-start-tex): Use that variable.
13395
13396 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13397 value in the `repeat' alternative a list.
13398
13399 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13400 the inserted newline, verify that one was really inserted.
13401
13402 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13403 remains on or remains off.
13404 (flyspell-multi-language-p): Default changed to nil.
13405
13406 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13407 In "found in comment" case, don't beginning-of-line after forward-line.
13408
13409 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13410 If the function definition is not a lambda, return original FORM
13411 with no error.
13412
13413 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13414
13415 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13416 so that by default netstat shows all network connections.
13417
13418 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13419
13420 * international/quail.el: Doc fixes.
13421
13422 * info.el (info): Don't add parens if FILE already has them.
13423
13424 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13425
13426 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13427 on extension lines.
13428
13429 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13430
13431 * w32-fns.el (w32-shell-dos-semantics): New function.
13432
13433 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13434
13435 * international/quail.el (quail-choose-completion-string): Store
13436 completion `choice' in `quail-current-str'; don't insert it.
13437
13438 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13439
13440 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13441 argument to ps-mule-generate-bitmap-font.
13442
13443 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13444 entry and change Latin-1 entry in the default value.
13445 (ps-mule-font-info-database-ps-bdf): New variable.
13446 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13447 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13448 registerd in FONT-SPEC.
13449 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13450 charcter width of bitmap fonts.
13451 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13452 procedure NF.
13453 (ps-begin-file): Output PostScript code for setting
13454 SpaceWidthRatio.
13455 (ps-plot-region): Use line-beginning-position to get a position of
13456 the beginning of the current line.
13457
13458 * international/mule-cmds.el (register-input-method): Doc-string
13459 modified.
13460
13461 1998-09-01 Dave Love <fx@gnu.org>
13462
13463 * international/mule-cmds.el (current-language-environment): Fix
13464 setter function.
13465
13466 1998-09-01 Simon Marshall <simon@gnu.org>
13467
13468 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13469 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13470 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13471 names with font-lock-type-face. Fontify type specs, etc., with
13472 font-lock-keyword-face.
13473
13474 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13475
13476 * international/fontset.el (x-complement-fontset-spec): If ASCII
13477 font is specified in FONTLIST, don't substitute it for the
13478 resolved name.
13479
13480 1998-08-31 Paul Eggert <eggert@twinsun.com>
13481
13482 * international/mule.el (charset-description): Doc fix.
13483
13484 * language/chinese.el, language/cyrillic.el, language/czech.el,
13485 language/devanagari.el, language/ethiopic.el,
13486 language/european.el, language/hebrew.el, language/indian.el,
13487 language/japanese.el, language/korean.el, language/lao.el,
13488 language/slovak.el, language/thai.el, language/tibetan.el,
13489 language/vietnamese.el:
13490 Add coding: local variable, to avoid bootstrapping problem
13491 if you need to recompile all the Lisp files using interpreted code.
13492
13493 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13494
13495 * cal-china.el (chinese-year-cache): Change range of years from
13496 1989-2000 to 1990-2010.
13497
13498 1998-08-29 Dave Love <d.love@dl.ac.uk>
13499
13500 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13501 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13502
13503 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13504
13505 * ps-print.el (ps-print-control-characters): Doc-string modified.
13506 (ps-output-string-prim): Comment format changed.
13507 (ps-do-despool): Indentation of source code changed.
13508
13509 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13510
13511 * subr.el (sref): Make it an alias of aref. Make the
13512 byte-compiler warn that it is obsolete.
13513 (char-bytes): Make the byte-compiler warn that it is obsolete.
13514
13515 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13516 Calculate the total bytes using position-bytes instead of
13517 char-bytes.
13518
13519 1998-08-27 Karl Heuer <kwzh@gnu.org>
13520
13521 * snmp-mode.el: New file.
13522 * files.el (auto-mode-alist): Add snmp-mode patterns.
13523
13524 1998-08-27 Karl Eichwalder <ke@suse.de>
13525
13526 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13527
13528 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13529
13530 * calendar/diary-lib.el (diary-block): Doc fix..
13531 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13532
13533 1998-08-27 Richard Stallman <rms@gnu.org>
13534
13535 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13536 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13537 Clear appt-mode-string if we don't put something in it.
13538
13539 1998-08-27 Dave Love <fx@gnu.org>
13540
13541 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13542 dired-local-variables-file for dired-x.
13543
13544 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13545 for compressed library files too.
13546
13547 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13548
13549 * language/european.el ("Latin-1"): Modify `documentation' key value.
13550 ("Latin-2"): Likewise.
13551
13552 1998-08-26 Karl Heuer <kwzh@gnu.org>
13553
13554 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13555
13556 1998-08-26 Albert L. Ting <alt@artisan.com>
13557
13558 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13559 (mail-hist-current-header-contents): Use mail-text-start.
13560
13561 1998-08-26 Richard Stallman <rms@gnu.org>
13562
13563 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13564 (customize-changed-options-previous-release): New variable.
13565 (customize-changed-options): Use that variable as default arg.
13566
13567 1998-08-26 Karl Eichwalder <ke@suse.de>
13568
13569 * midnight.el: Require `timer' not only when compiling.
13570
13571 1998-08-26 Per Starback <starback@update.uu.se>
13572
13573 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13574 buffer before creating help group.
13575
13576 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13577
13578 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13579 coding-system-for-write before saving.
13580
13581 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13582
13583 * isearch.el (isearch-forward): Doc fix.
13584
13585 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13586
13587 * emacs-lisp/find-func.el: Fix :version tags to have a string
13588 value, not a float.
13589
13590 * cus-dep.el: Fix typo in output.
13591
13592 1998-08-25 Dave Love <fx@gnu.org>
13593
13594 * repeat.el (repeat): Doc fix.
13595 [From rms:]
13596 (repeat-previous-repeated-command): New variable.
13597 (repeat): Check for real-last-command being null or repeat. Set
13598 repeat-previous-repeated-command.
13599
13600 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13601
13602 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13603
13604 * gnus/message.el (message-send-mail-with-sendmail): Bind
13605 coding-system-for-write by the return value of
13606 select-message-coding-system.
13607 (message-send-mail-with-qmail): Likewise.
13608
13609 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13610
13611 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13612 define-derived-mode.
13613
13614 * files.el (file-name-invalid-regexp):
13615 Fix regex for ms-dos without long file names.
13616
13617 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13618
13619 * ps-print.el: Multi-byte buffer handling.
13620 (ps-print-version): New version number (4.0) and doc fix.
13621 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13622 compilation for GNU Emacs and emacsens.
13623 (ps-generate-postscript-with-faces): Force invisible text to be
13624 visible.
13625 (dos-ps-printer): New var to avoid compilation gripes.
13626
13627 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13628
13629 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13630 that no more characters can't be printed in the current line.
13631
13632 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13633
13634 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13635 greater than TO.
13636
13637 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13638
13639 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13640 20.2 and the earlier version.
13641 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13642 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13643 (ps-mule-find-wrappoint): Likewise.
13644 (ps-mule-generate-font): Change `X' to `x' in format
13645 control-string.
13646 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13647 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13648 `restore' form procedures `BC' and `EC'.
13649
13650 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13651
13652 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13653 is an executable procedure. Make LineThickness, Xshadow, and
13654 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13655 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13656 ps-mule-font-info-database-bdf): New vars.
13657 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13658 (ccl-encode-ethio-unicode): New CCL program.
13659 (ps-mule-encode-ethiopic): New fun.
13660 (ps-mule-current-charset): New var.
13661 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13662 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13663 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13664 (ps-mule-external-libraries): New var.
13665 (ps-mule-init-external-library): New fun.
13666 (ps-mule-font-cache): New var.
13667 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13668 (ps-last-font): New var.
13669 (ps-mule-prepare-font): New fun.
13670 (ps-mule-charset-list): New var.
13671 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13672 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13673 ps-mule-plot-string): New funs.
13674 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13675 New vars.
13676 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13677 ps-mule-prepare-cmpchar-font): New funs.
13678 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13679 vars.
13680 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13681 ps-mule-generate-bitmap-glyph): New funs.
13682 (ps-mule-initialize, ps-mule-begin): New funs.
13683 (ps-output-string-prim): Insert string as unibyte.
13684 (ps-output-prologue): New fun.
13685 (ps-flush-output): Handle the case of 'prologue.
13686 (ps-begin-file): Call ps-mule-initialize.
13687 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13688 printing multibyte characters.
13689 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13690 (ps-basic-plot-string): Handle the case of printing ASCII
13691 characters by external libraries (e.g. BDF).
13692 (ps-set-font): Set ps-last-font.
13693 (ps-plot-region): Handle multibyte characters, use
13694 ps-mule-plot-string for them.
13695 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13696
13697 * bdf.el: New file.
13698
13699 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13700
13701 * international/mule-cmds.el (select-message-coding-system): New
13702 function.
13703 (set-language-environment-coding-systems): Set
13704 default-sendmail-coding-system.
13705
13706 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13707 (default-sendmail-coding-system): New variable.
13708 (sendmail-send-it): Encode the message by a coding system
13709 select-message-coding-system returns.
13710
13711 1998-08-23 Eric Ludlam <zappo@gnu.org>
13712
13713 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13714 (speedbar-mode): Set buffer to read only.
13715 (speedbar-temp-buffer-show-function): For emacs don't call hook
13716 with arguments.
13717 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13718
13719 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13720
13721 * speedbar.el (speedbar-key-map): Fix typo.
13722
13723 See ChangeLog.7 for earlier changes.