*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-26 Dave Love <fx@gnu.org>
2
3 * disp-table.el (standard-display-underline): Don't use
4 internal-find-face.
5
6 * mail/reporter.el: Maintainer change. Doc fixes.
7 (reporter-version): Deleted.
8
9 * emacs-lisp/elp.el: Maintainer change.
10 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11
12 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
13
14 * add-log.el (add-change-log-entry): Merge the current entry with the
15 previous one if the previous one is empty.
16
17 2000-05-26 Dave Love <fx@gnu.org>
18
19 * loadhist.el (unload-feature): Fix interactive spec [from
20 lijnzaad@ebi.ac.uk].
21
22 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
23 subr-arity to check primitives.
24 (byte-compile-flush-pending, byte-compile-file-form-progn)
25 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
26 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
27 mapcar.
28
29 2000-05-26 Kenichi Handa <handa@etl.go.jp>
30
31 * international/fontset.el: Set family names of non-latin charsets
32 in default fontset to "*".
33
34 * international/mule-diag.el (print-fontset): Combine family part
35 and registry part of the fontname by "-*-" instead of "-".
36
37 * international/mule-cmds.el (encode-coding-char): Make strings
38 multibyte before calling encode-coding-string.
39
40 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
41
42 * derived.el: Fix keywords.
43 (define-derived-mode): Only define if needed.
44
45 * simple.el (fill-comment, comment-column, comment-start)
46 (comment-start-skip, comment-end, comment-indent-function)
47 (block-comment-start, block-comment-end, indent-for-comment)
48 (set-comment-column, kill-comment, comment-padding, comment-region)
49 (comment-multi-line, indent-new-comment-line): Remove.
50
51 * bindings.el (esc-map): Change ; to comment-dwim and use the new
52 function names for comment operations.
53
54 * newcomment.el: Add abundant autoload cookies.
55 (comment-style): Don't depend on runtime data at compile-time.
56 (comment-indent-hook): Remove.
57 (comment-indent): Check if comment-indent-hook is bound.
58 (comment-region): Docstring fix.
59
60 2000-05-25 Dave Love <fx@gnu.org>
61
62 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
63 byte-code-function-p.
64
65 * mail/rmailsum.el: Add provide.
66
67 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
68
69 * smerge-mode.el (smerge-diff-switches): Don't use list* in
70 defcustom.
71
72 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
73
74 * ediff-diff.el (ediff-exec-process): delete --binary option from
75 non-buffer ediff jobs.
76
77 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
78
79 * hilit-chg.el (highlight-changes-mode): Ask about color or
80 grayscale support, not about window-system.
81
82 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
83 window-system.
84 (ffap-highlight): Always default to t.
85
86 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
87 display-popup-menus-p instead of looking at window-system.
88
89 * disp-table.el (standard-display-g1, standard-display-graphic):
90 Only refuse to use string glyphs on X and MS-Windows.
91
92 * avoid.el: Remove window-system from commentary, suggest to use
93 display-*-p instead.
94
95 * apropos.el (apropos-print): Use display-mouse-p instead of
96 window-system.
97
98 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
99
100 * international/codepage.el (cp-decoding-vector-for-codepage):
101 Fill up unsupported characters with their own codes. From Kenichi
102 Handa.
103
104 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
105
106 * international/mule-diag.el (describe-char-after): Use
107 display-graphic-p instead of window-system, so that this function
108 works on MS-DOS.
109
110 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
111
112 * international/codepage.el (cp-make-coding-systems-for-codepage):
113 Remove the eight-bit-graphic and eight-bit-control charsets from
114 the list of charsets which we convert into `?'.
115
116 2000-05-25 Kenichi Handa <handa@etl.go.jp>
117
118 * international/mule-conf.el: Specify CHARSET-ID explicitely for
119 private charsets.
120 (mule-unicode-0100-24ff, japanese-jisx0213-1,
121 japanese-jisx0213-2): New charsets.
122
123 * international/fontset.el: Setup default fontset for new charsets.
124
125 2000-05-24 Dave Love <fx@gnu.org>
126
127 * info.el (Info-find-node-2): Restructure [following "Vadim
128 S. Solomin" <sovs@uic.nnov.ru>].
129
130 * icomplete.el: Fix header for Finder.
131
132 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
133
134 * rmailout.el (rmail-output-to-rmail-file): Added optional param
135 STAY.
136
137 * rmail.el (rmail-automatic-folder-directives): New user variable.
138 (rmail-show-message): Add call to `rmail-auto-file' during
139 display.
140 (rmail-auto-file): New function.
141
142 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
143
144 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
145 account.
146 (ediff-test-utility,ediff-diff-mandatory-option)
147 (ediff-reset-diff-options): Utilities for proper initialization of
148 ediff-diff-options and ediff-diff3-options on Windows.
149
150 * ediff-init.el (ediff-merge-filename-prefix): New customizable
151 variable.
152
153 * ediff-mult.el (ediff-filegroup-action): Use
154 ediff-merge-filename-prefix.
155
156 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
157
158 * viper-ex.el (ex-write): Set selective display to nil.
159
160 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
163 aliases for hebrew-iso-8bit.
164
165 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
166
167 * woman.el: New version from Francis J. Wright
168 <F.J.Wright@Maths.QMW.ac.uk>.
169 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
170 names in environment variables regardless of the path separator.
171 (woman-topic-all-completions-1): Don't call file-name-directory-p
172 on all files, since woman-file-regexp already filters out any
173 directories.
174
175 2000-05-24 Kenichi Handa <handa@etl.go.jp>
176
177 * international/quail.el (quail-start-translation): Don't change
178 modified-p of the current buffer.
179 (quail-start-conversion): Likewise.
180
181 * international/kkc.el (kkc-region): Don't change modified-p of
182 the current buffer.
183
184 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
185 conform to RFC1468.
186 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
187
188 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
189
190 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
191 (speedbar-insert-button): Invisible text property fix.
192 (speedbar-directory-plus): Renamed from speedbar-directory-+
193 (speedbar-directory-minus): Renamed from speedbar-directory--
194 (speedbar-page-plus): Renamed from speedbar-file-+
195 (speedbar-page-minus): Renamed from speedbar-file--
196 (speedbar-page): Renamed from speedbar-file-
197 (speedbar-tag): Renamed from speedbar-tag-
198 (speedbar-tag-plus): Renamed from speedbar-tag-+
199 (speedbar-tag-minus): Renamed from speedbar-tag--
200 (speedbar-expand-image-button-alist): Use above renames.
201
202 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
203 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
204 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
205 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
206 * sb-pg.xpm: Renamed from sb-file.xpm
207 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
208 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
209
210 2000-05-24 Kenichi Handa <handa@etl.go.jp>
211
212 * international/quail.el (quail-show-guidance-buf): Set
213 current-input-method of the guidance buffer to the name of the
214 curren input method.
215
216 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
217
218 * progmodes/compile.el (compile-internal): Style typo.
219
220 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
221 quote vars and functions in the docstring.
222
223 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
224
225 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
226 Don't quote lambdas.
227
228 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
229
230 2000-05-23 Gerd Moellmann <gerd@gnu.org>
231
232 * startup.el (command-line): Determine source file of compiled
233 user init file differently. Warn if compiled user init file
234 is older than its source file.
235
236 * ffap.el (ffap-url-regexp): Add `https'.
237
238 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
239
240 * files.el (make-backup-file-name-1): Replace slashes with `!'
241 rather than `|' (which is not allowed on Windows). Replace the
242 drive letters with a string "drive_X".
243
244 2000-05-23 Gerd Moellmann <gerd@gnu.org>
245
246 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
247
248 * files.el (interpreter-mode-alist): Add `bash2'.
249
250 2000-05-22 Dave Love <fx@gnu.org>
251
252 * loadhist.el (feature-symbols, file-provides, file-requires): Use
253 mapc.
254 (feature-file): Avoid calling symbol-name. Doc fix.
255 (file-set-intersect, file-dependents): Use dolist, not mapcar.
256 (loadhist-hook-functions): Add mouse-position-function.
257 (unload-feature): Change uses of mapcar.
258
259 * files.el (parse-colon-path): Doc fix.
260 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
261 (set-auto-mode): Use mapc.
262
263 * complete.el (PC-look-for-include-file): Use :alnum: character
264 class.
265 (partial-completion-mode): Add autoload cookie.
266
267 2000-05-22 Sam Steingold <sds@gnu.org>
268
269 * info.el (Info-fontify-node): Fixed the call to
270 `add-text-properties' (bug introduced on 2000-05-18).
271
272 2000-05-22 Dave Love <fx@gnu.org>
273
274 * bindings.el: Remove debug-ignored-errors set in other files.
275
276 * progmodes/etags.el: Add to debug-ignored-errors.
277 (visit-tags-table-buffer): Clear out buffers holding old tables
278 when making a new list.
279 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
280 mapc.
281
282 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
283 quote keywords.
284 (cmpl-string-case-type): Use character classes.
285
286 * comint.el:
287 * textmodes/ispell.el:
288 * imenu.el:
289 * mail/mh-e.el:
290 * progmodes/compile.el: Add to debug-ignored-errors.
291
292 * dabbrev.el: Add to debug-ignored-errors.
293 (dabbrev-completion): Use mapc.
294
295 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
296
297 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
298 (woman-mapcan, woman-parse-man.conf)
299 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
300 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
301 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
302 path syntax better.
303 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
304 (woman-manpath): Call woman-parse-man.conf.
305 (woman-emulation): New defcustom, defaults to nroff.
306 (woman-font-support): New defconst.
307 (woman-use-symbol-font): New defcustom.
308 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
309 "Emulation".
310 Many functions: Doc fix.
311
312 2000-05-22 Kenichi Handa <handa@etl.go.jp>
313
314 * international/quail.el (quail-simple-translation-keymap): Map
315 128..255 to quail-self-insert-command.
316 (quail-keyboard-layout-alist): Add definition for "pc102-de".
317
318 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
319
320 * help.el (help-manyarg-func-alist): Typo.
321
322 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
323 intervals which makes it heaps simpler.
324
325 * newcomment.el (comment-region-internal): Go back to BEG after quoting
326 the nested comment markers.
327
328 * subr.el (remove-hook): Don't turn the hook's value into a list.
329
330 2000-05-21 Dave Love <fx@gnu.org>
331
332 * edmacro.el (edmacro-parse-keys): Return vector if any elements
333 are invalid characters.
334
335 * international/mule-util.el (detect-coding-with-priority): Use
336 mapc. Remove redundant lambda.
337
338 * international/mule-diag.el (list-non-iso-charset-chars)
339 (describe-fontset): Remove redundant lambda.
340
341 * emulation/crisp.el (brief-mode): New alias.
342
343 * emacs-lisp/ring.el (ring-elements): New function.
344
345 * emacs-lisp/easymenu.el (easy-menu-create-menu)
346 (easy-menu-do-add-item): Use keywordp.
347
348 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
349
350 * replace.el: Doc and error message fixes.
351 (replace-highlight): Use facep, not internal-find-face.
352
353 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
354
355 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
356
357 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
358 (log-edit-insert-changelog): Drop `:' as well.
359
360 * log-view.el: Fix file description.
361 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
362 available.
363 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
364 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
365
366 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
367 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
368 Print a status message if the toggle is called interactively.
369 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
370 for global minor modes and use `defcustom' for them.
371 Use add-minor-mode.
372 (easy-mmode-define-derived-mode): Remove.
373 (define-derived-mode): Fancier default docstring.
374 (easy-mmode-define-navigation): Signal an error rather than (ding).
375
376 * newcomment.el (comment-styles): New `box-multi'.
377 (comment-normalize-vars): Better default for comment-continue to
378 avoid whitespace-only continuations.
379 (comment-search-forward): Always move even in the no-syntax case.
380 (comment-padright): Only obey N if it's only obeyed for padleft.
381 (comment-make-extra-lines): Better handling of empty continuations.
382 Use `=' for the filler if comment-start has only one character.
383 (uncomment-region): Try handling the special `=' filler.
384 (comment-region): Allow LINES even if MULTI is nil.
385 (comment-box): Choose box style based on comment-style.
386
387 2000-05-20 Kenichi Handa <handa@etl.go.jp>
388
389 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
390 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
391
392 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
393
394 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
395 and insert, not subst-char-in-region.
396
397 * international/mule-diag.el (list-character-sets-1): Handle
398 charsets eight-bit-control and eight-bit-graphic.
399 (list-iso-charset-chars): Likewise.
400 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
401 charactes as is. Use indent-to to align characters.
402
403 * international/mule-cmds.el (find-multibyte-characters): Never
404 exclude charsets eight-bit-control and eight-bit-graphic.
405
406 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
407
408 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
409 Don't quote lambdas.
410
411 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
412
413 2000-05-19 Gerd Moellmann <gerd@gnu.org>
414
415 * gud.el (gud-jdb-directories): Doc fix.
416
417 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
418
419 * newcomment.el: New file.
420
421 2000-05-19 Gerd Moellmann <gerd@gnu.org>
422
423 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
424
425 2000-05-18 Andreas Schwab <schwab@suse.de>
426
427 * dired.el (dired-between-files): Also skip lines beginning with
428 `used'.
429
430 2000-05-18 Gerd Moellmann <gerd@gnu.org>
431
432 * msb.el (msb-menu-cond): Add choice `user'.
433
434 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
435
436 * ps-print.el: Compatibility, customization and doc fix.
437 (ps-printer-name-option): Replace defconst by defvar.
438 (ps-postscript-code-directory): XEmacs compatibility.
439 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
440 fix.
441 (ps-user-defined-prologue, ps-print-prologue-header)
442 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
443 compatibility and code fix.
444 (ps-print-background-image, ps-print-background-text):
445 Customization fix.
446 (ps-line-number-start, ps-n-up-on): New vars.
447
448 2000-05-18 Espen Skoglund <esk@ira.uka.de>
449
450 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
451 the indent-comment function to just return the appropriate indent.
452
453 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
454
455 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
456 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
457 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
458
459 2000-05-18 Dave Love <fx@gnu.org>
460
461 * info.el (Info-fontify-node): Add intangible property as well as
462 invisible.
463
464 * calendar/appt.el (appt-make-list): Match all lines of entry.
465 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
466
467 2000-05-18 Kenichi Handa <handa@etl.go.jp>
468
469 * international/mule-diag.el (describe-char-after): Call
470 internal-char-font, not char-font. If internal-char-font returns
471 nil, display "-- none --".
472
473 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
474
475 * image.el (image-type-available-p): Don't reference image-types
476 if it isn't bound.
477
478 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
479
480 * autoarg.el (autoarg-mode): Typo in the :set argument.
481
482 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
483
484 * startup.el (command-line-1): Don't signal an error if the
485 directory for auto-save-list files does not yet exist.
486
487 2000-05-17 Kenichi Handa <handa@etl.go.jp>
488
489 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
490
491 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
492
493 * subr.el (remove-hook): `setq' hook-value, not `set'.
494
495 2000-05-16 Sam Steingold <sds@gnu.org>
496
497 * info.el (debug-ignored-errors): More errors to ignore.
498
499 2000-05-16 Dave Love <fx@gnu.org>
500
501 * cus-edit.el: Don't require cl or easymenu.
502 (custom-variable-prompt): Test standard-value property, not
503 user-variable-p.
504
505 2000-05-16 Sam Steingold <sds@gnu.org>
506
507 * subr.el (add-hook): `setq' hook-value, not `set'.
508
509 2000-05-16 Gerd Moellmann <gerd@gnu.org>
510
511 * startup.el (command-line-1): Mention the FAQ in the startup
512 message.
513
514 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
515
516 * progmodes/compile.el (compilation-parse-errors): Collect
517 `nomessage' regexps last.
518
519 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
520
521 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
522 to the function name.
523
524 2000-05-15 Dave Love <fx@gnu.org>
525
526 * speedbar.el (speedbar-recenter): Typo.
527 (speedbar-expand-line): Make arg optional.
528 (speedbar-mode): Avoid a compiler warning.
529
530 2000-05-15 Gerd Moellmann <gerd@gnu.org>
531
532 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
533 user-specified option string is empty.
534
535 * mouse.el (mouse-yank-at-click): Doc fix.
536
537 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
538
539 * term/internal.el (IT-character-translations): More updates of
540 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
541 documents.
542
543 2000-05-15 Gerd Moellmann <gerd@gnu.org>
544
545 * env.el (getenv): New function, interactively callable.
546 (setenv, getenv): Remove autoload cookies.
547
548 * loadup.el: Load `env'.
549
550 * progmodes/f90.el: Change author's mail address.
551
552 2000-05-14 Dave Love <fx@gnu.org>
553
554 * mail/rmail.el (rmail-show-message-hook): Customize and offer
555 goto-addr as an option.
556
557 * help.el (help-xref-stack): Doc fix.
558 (help-xref-following): New variable.
559 (help-make-xrefs): Use it.
560 (help-xref-go-back): Use position information from stack element.
561 (help-follow): Make position in stack element a pair. Use
562 help-xref-following.
563
564 * autoarg.el: New file.
565
566 * faces.el: Declare more functions obsolete.
567
568 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
569 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
570 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
571 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
572 Remove all the setup-...-environment functions.
573
574 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
575
576 * speedbar.el: Updated the commentary section. xemacs20p now uses
577 >= when detecting. Require `defimage' safely.
578 (speedbar-easymenu-definition-base): Add toggle for images.
579 (speedbar-easymenu-definition-special): Add flush cache & expand.
580 (speedbar-visiting-tag-hook): Set new defaults. Added options.
581 (speedbar-reconfigure-keymaps-hook): New variable.
582 (speedbar-frame-parameters): Updated documentation.
583 (speedbar-use-imenu-flag): Updated custom tag
584 (speedbar-dynamic-tags-function-list): New variable.
585 (speedbar-tag-hierarchy-method): Updated doc & custom.
586 (speedbar-indentation-width, speedbar-indentation-width) New
587 variables.
588 (speedbar-hide-button-brackets-flag): Customizable.
589 (speedbar-vc-indicator): Doc update.
590 (speedbar-ignored-path-expressions): Updated default value.
591 (speedbar-supported-extension-expressions): Updated default value.
592 (speedbar-syntax-table): Remove {} paren status.
593 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
594 as "+". Added overlay aliases.
595 (speedbar-mode): Use `speedbar-mode-line-update' instead of
596 `force-mode-line-update'.
597 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
598 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
599 `mouse-set-point'
600 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
601 (speedbar-item-info-tag-helper): Revamped to handle a wider range
602 of arbitrary text, and new helper functions.
603 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
604 filename finder.
605 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
606 (speedbar-directory-buttons): Update path search/expansion.
607 (speedbar-make-tag-line): Pay attention to
608 `speedbar-indentation-width'. Use more care w/ invisible
609 properties.
610 (speedbar-change-expand-button-char): Call
611 `speedbar-insert-image-button-maybe'.
612 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
613 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
614 (speedbar-trim-words-tag-hierarchy)
615 (speedbar-simple-group-tag-hierarchy): New functions
616 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
617 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
618 functions.
619 (speedbar-mouse-set-point): New function
620 (speedbar-power-click): Updated documentation.
621 (speedbar-line-token, speedbar-goto-this-file): Handle more types
622 of tag prefix text.
623 (speedbar-expand-line, speedbar-contract-line): Make more robust
624 to strange text.
625 (speedbar-expand-line): Takes universal argument to flush the
626 cache.
627 (speedbar-flush-expand-line): New function.
628 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
629 Use new generator insertion method.
630 (speedbar-fetch-dynamic-tags): New function.
631 (speedbar-fetch-dynamic-imenu): Removed code now handled in
632 `speedbar-fetch-dynamic-imenu'.
633 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
634 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
635 "Revert Buffer" menu items.
636 (speedbar-buffer-buttons-engine): Be smarter when creating a
637 filename tag (for expansion purposes.).
638 (speedbar-highlight-one-tag-line,
639 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
640 (speedbar-recenter): New functions.
641 (defimage-speedbar): Image loading abstraction.
642 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
643 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
644 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
645 (speedbar-tag-type, speedbar-tag-mail): New images.
646 (speedbar-expand-image-button-alist): New variable.
647 (speedbar-insert-image-button-maybe): Insert an image over some
648 buttons.
649
650 2000-05-13 Kenichi Handa <handa@etl.go.jp>
651
652 * international/mule-cmds.el (encode-coding-char): An ASCII
653 character is always encodable.
654
655 * international/mule-conf.el: Add more information in descriptions
656 of character sets.
657
658 * international/mule-diag.el (describe-char-after): New function.
659 (describe-font-internal): Adjusted for the change of font-info.
660 (describe-font): Likewise.
661 (print-fontset): Rewritten for the new fontset implementation.
662 (describe-fontset): Include fontset alias names in completion.
663 (list-fontsets): Adjusted for the change of print-fontset.
664
665 * simple.el (what-cursor-position): If DETAIL is non-nil, call
666 describe-char-after instead of displaying the detail in the echo
667 area.
668 (syntax-code-table): Format changed.
669 (string-to-syntax): Adjusted for the above change.
670
671 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
672
673 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
674
675 2000-05-12 Dave Love <fx@gnu.org>
676
677 * calendar/todo-mode.el: Remove some compatibility stuff and CL
678 dependence. Use line-{beginning,end}-position, not
679 point-at{b,e}ol. Some doc fixes.
680 (todo-position): New function. Fix callers of position to use it.
681 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
682
683 2000-05-12 Gerd Moellmann <gerd@gnu.org>
684
685 * time.el (display-time-mail-icon): Use `:ascent center'.
686
687 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
688 handling FTP security extensions.
689
690 2000-05-11 Dave Love <fx@gnu.org>
691
692 * calendar/todo-mode.el: New file.
693
694 2000-05-11 Gerd Moellmann <gerd@gnu.org>
695
696 * comint.el (comint-read-input-ring): Move reference to
697 comint-input-ring-size outside of the save-excursion. It was
698 causing the default value to be the only one ever seen.
699
700 * font-lock.el: Update copyright. Remove Simon Marshall's email
701 address on request from him.
702
703 * subr.el (substitute-key-definition): Add comment describing
704 the meaning of PREFIX.
705
706 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
707
708 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
709
710 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
711 (add-minor-mode): Don't make the variable buffer-local and add a
712 reference to define-minor-mode in the docstring.
713
714 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
715 HEADER/FOOTER and fix bug with trailing empty directory.
716 (cvs-append-to-ignore): Use vc-editable-p if available.
717 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
718 (vc-do-command): Tweak advice to handle the new VC.
719
720 * log-view.el (log-view-goto-rev): New function for the new VC.
721 (log-view-minor-wrap): Use mark-active.
722
723 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
724 (log-edit-changelog-full-paragraphs): New var.
725 (log-edit-insert-changelog): Remove a lonely leading `* file'.
726 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
727 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
728 (log-edit-changelog-ours-p, log-edit-changelog-entries)
729 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
730 Replace the `cvs' prefix with `log-edit'.
731
732 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
733
734 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
735 (diff-font-lock-defaults): Explicitly turn off multiline.
736 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
737 (diff-ediff-patch): Fix call to ediff-patch-file.
738 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
739 Handle comments.
740
741 * frame.el (automatic-hscrolling): Typo.
742
743 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
744
745 2000-05-09 Sam Steingold <sds@goems.com>
746
747 * apropos.el (apropos-print): use `describe-face' instead of
748 `customize-face-other-window'.
749
750 2000-05-09 Dave Love <fx@gnu.org>
751
752 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
753
754 * help.el (describe-variable): Have customize button pop the
755 help-xref stack when invoked.
756 (help-xref-symbol-regexp): Add `face'.
757 (help-make-xrefs): Check for quoted face names and adapt regexp
758 submatch numbers to cope.
759 (help-xref-interned): Maybe insert face doc too. Separate
760 sections with a line of hyphens.
761
762 * faces.el: Some doc fixes. Declare some functions obsolete.
763 (describe-face): Add customize button. Return the help
764 text. Fix prompt.
765
766 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * term/internal.el (IT-character-translations): Fix last change.
769
770 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
771
772 * woman.el: New file
773 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
774
775 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
776
777 * term/internal.el (IT-character-translations): Update ASCII
778 simulations for greek-iso8859-7, add latin-iso8859-14 and
779 latin-iso8859-15.
780
781 * international/mule-cmds.el (set-language-info-alist): Call
782 define-prefix-command with 3 arguments, to make the map suitable
783 for a menu.
784
785 2000-05-07 Dave Love <fx@gnu.org>
786
787 * time.el: Small doc fixes from Pavel Janík ml..
788
789 2000-05-05 Dave Love <fx@gnu.org>
790
791 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
792 list in doc string. Don't quote keyword symbols.
793 * emacs-lisp/cl.el: Likewise
794 * emacs-lisp/cl-seq.el: Likewise
795
796 2000-05-05 Gerd Moellmann <gerd@gnu.org>
797
798 * abbrev.el (abbrev-mode): Make ARG optional.
799
800 2000-05-04 Gerd Moellmann <gerd@gnu.org>
801
802 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
803
804 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
805
806 * subr.el (substitute-key-definition): Clarify documentation.
807
808 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
809
810 * glasses.el (glasses-convert-to-unreadable): Use
811 `glasses-separator' instead of the hard-wired "_".
812 (glasses-mode): Call `glasses-make-unreadable' only in a single
813 place.
814
815 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
816
817 * term/internal.el (cjk-codepages-alist): Add associations for
818 Chinese and Korean codepages. Remove FIXME comment.
819
820 2000-05-03 Dave Love <fx@gnu.org>
821
822 * time.el (display-time-mail-face, display-time-use-mail-icon):
823 New option.
824 (display-time-mail-icon): New variable.
825 (display-time-string-forms): Use the above. Fix the local-map.
826
827 2000-05-03 Gerd Moellmann <gerd@gnu.org>
828
829 * replace.el (query-replace-map): Add binding for `E'.
830 (query-replace-help): Extend help text.
831 (perform-replace): Allow editing the replacement string.
832
833 * make-mode.el (makefile-mode-abbrev-table): New variable.
834 (makefile-mode): Set local abbrev table to
835 makefile-mode-abbrev-table.
836 (makefile-font-lock-keywords): Fontify includes and conditionals.
837
838 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
839 set TOGGLE's value.
840
841 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
842 mail-interactive-insert-alias.
843 (mail-abbrev-complete-alias): New command.
844 (mail-mode-map): Bind it to `M-TAB'.
845
846 2000-05-03 Kenichi Handa <handa@etl.go.jp>
847
848 * language/lao-util.el (lao-compose-region): New function.
849
850 2000-05-02 Gerd Moellmann <gerd@gnu.org>
851
852 * files.el (recover-session): Make directories as necessary
853 if they don't exist yet.
854
855 * calendar/cal-french.el
856 (french-calendar-multibyte-special-days-array)
857 (french-calendar-special-days-array): Change French text.
858 (calendar-french-date-string): Change output.
859 (calendar-goto-french-date): Likewise.
860
861 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
862
863 * wid-edit.el (widget-default-active): Obey `:always-active'.
864 (widget-documentation-string-value-create): Set `:always-active'.
865
866 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
867
868 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
869 default prefix to `~/_emacs.d/auto-save.list/_s'.
870 (normal-top-level): Create the directory for auto-save files, if
871 it doesn't already exist (in the ms-dos case only).
872
873 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
874
875 * international/mule-cmds.el (set-language-environment): Don't
876 concat an integer (dos-codepage), use format instead.
877
878 2000-05-02 Dave Love <fx@gnu.org>
879
880 * help.el (help-xref-on-pp): Check for constant symbols.
881
882 2000-04-29 Gerd Moellmann <gerd@gnu.org>
883
884 * startup.el (normal-top-level): Put a condition-case around
885 the code loading subdirs.el.
886
887 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
888
889 * ps-print.el: Upside-down and face background color printing,
890 line number step, doc fix.
891 (ps-print-version): New version number (5.2).
892 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
893 (ps-face-attribute-list, ps-plot-with-face): Code fix.
894 (ps-spool-config): Var fix.
895 (ps-printer-name-option): Const fix.
896 (ps-print-upside-down, ps-use-face-background)
897 (ps-line-number-step): New vars.
898 (ps-window-system, ps-lp-system): New consts.
899 (ps-face-background): New fun.
900
901 2000-04-28 Richard Stallman <rms@gnu.org>
902
903 * files.el (make-auto-save-file-name):
904 Apply auto-save-file-name-transforms to visited file name
905 before generating auto save file name.
906 (auto-save-file-name-transforms): New variable.
907
908 * files.el (backup-enable-predicate):
909 Correctly test for a file under a temporary directory.
910
911 2000-04-28 Gerd Moellmann <gerd@gnu.org>
912
913 * subr.el (add-minor-mode): Rewritten.
914
915 2000-04-28 Kenichi Handa <handa@etl.go.jp>
916
917 * mail/sendmail.el (sendmail-send-it): Set
918 buffer-file-coding-system to the selected coding system for MIME
919 header.
920
921 2000-04-27 Gerd Moellmann <gerd@gnu.org>
922
923 * dired.el (dired-move-to-filename-regexp): Allow format where
924 YYYY is followed by two spaces.
925
926 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
927 in the second character class of the regexp.
928
929 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
930 mh-etc, too.
931
932 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
933 nil.
934
935 * subr.el (add-minor-mode): Use `set' instead of `setq'.
936
937 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
938 argument.
939
940 2000-04-27 Sen Nagata <sen@eccosys.com>
941
942 * emacs-lisp/crm.el (crm-completion-table): New variable.
943 (crm-collection-fn, crm-test-completion)
944 (completing-read-multiple): Use it.
945
946 2000-04-27 Dave Love <fx@gnu.org>
947
948 * help.el (locate-library): Use mapc.
949 (help-manyarg-func-alist): Add call-process-region.
950
951 2000-04-26 Gerd Moellmann <gerd@gnu.org>
952
953 * subr.el (add-minor-mode): Make argument MAP optional.
954
955 * desktop.el (desktop-save): Save list of minor modes.
956 (desktop-create-buffer): Restore minor modes.
957 (desktop-minor-mode-table): New user-option.
958
959 * subr.el (add-minor-mode): New function.
960
961 * image.el (find-image): New function.
962 (defimage): Rewritten to find image at load time.
963
964 * startup.el (normal-top-level-add-to-load-path): Handle
965 case that the default directory is not in load-path.
966
967 * help.el: Old patch from Stefan Monnier.
968 (help-xref-on-pp): New function.
969 (describe-variable): Use it to display xrefs in a symbol's value.
970
971 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
972
973 * cus-edit.el (custom-face): Fix parenthesis.
974
975 2000-04-26 Kenichi Handa <handa@etl.go.jp>
976
977 * mail/rmail.el (rmail-expunge): When there are no deleted
978 messages, do nothing.
979
980 2000-04-26 Dave Love <fx@gnu.org>
981
982 * international/mule-cmds.el (locale-translation-file-name):
983 Defvar to nil.
984 (set-locale-environment): Set it here (at runtime).
985
986 2000-04-25 Gerd Moellmann <gerd@gnu.org>
987
988 * replace.el (perform-replace): Add parameters START and END. Use
989 them instead of the check for a region in Transient Mark mode.
990 (query-replace-read-args): Return two more list elements for the
991 start and end of the region in Transient Mark mode.
992 (query-replace, query-replace-regexp, query-replace-regexp-eval)
993 (map-query-replace-regexp, replace-string, replace-regexp): Add
994 optional last arguments START and END and pass them to
995 perform-replace.
996
997 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
998 form with additional arguments for perform-replace.
999
1000 * progmodes/etags.el (tags-query-replace): Add parameters START
1001 and END. Construct a form with additional arguments for
1002 perform-replace.
1003
1004 * simple.el (shell-command): Set default directory for "*Shell
1005 Command Output" buffer.
1006
1007 * language/european.el (iso-latin-4): Fix typo.
1008
1009 * emacs-lisp/crm.el: New file.
1010
1011 2000-04-24 Dave Love <fx@gnu.org>
1012
1013 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1014 (Custom-reset-saved, Custom-reset-standard)
1015 (custom-group-value-create, custom-group-set, custom-group-save)
1016 (custom-group-reset-current, custom-group-reset-saved)
1017 (custom-group-reset-standard): Use mapc.
1018 (custom-buffer-create-internal): Disable undo when creating items.
1019 Use mapc.
1020 (custom-face): Avoid redundant lambda.
1021
1022 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1023
1024 * startup.el (auto-save-list-file-prefix): Set default to
1025 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1026
1027 2000-04-24 Sam Steingold <sds@gnu.org>
1028
1029 * time-stamp.el (time-stamp-string-preprocess): Always convert
1030 `field-result' to a string.
1031
1032 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1033
1034 * frame.el (scrolling): New group.
1035 (automatic-hscrolling): New user-option.
1036
1037 * startup.el (command-line-x-option-alist): Add `-lsp' and
1038 `--line-spacing'.
1039
1040 2000-04-19 Dave Love <fx@gnu.org>
1041
1042 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1043 (cl-mapc): Rename from mapc. Fix the funcall.
1044
1045 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1046
1047 * simple.el (clone-indirect-buffer-other-window): New command.
1048 (clone-indirect-buffer): Add optional arg NORECROD.
1049 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1050
1051 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1052
1053 * window.el (count-screen-lines): New function.
1054 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1055 instead of window-buffer-height.
1056
1057 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1058 non-existing variable comint-input-sentinel.
1059 (inferior-lisp-args-to-list): Removed.
1060 (inferior-lisp): Use split-string instead of
1061 inferior-lisp-args-to-list.
1062
1063 * hexl.el (hexl-insert-hex-string): New command.
1064
1065 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1066 instead of concat.
1067
1068 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1069
1070 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1071 at the start of an existing but empty folder.
1072
1073 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1074
1075 * ps-mule.el: Customization fix, doc fix.
1076 (ps-multibyte-buffer): Customization fix.
1077
1078 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1079
1080 * subr.el (read-passwd): Use read-char-exclusive.
1081
1082 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1083
1084 * textmodes/texinfo.el (texinfo-insert-@email)
1085 (texinfo-insert-@emph, texinfo-insert-@quotation)
1086 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1087 (texinfo-mode-map): Add key bindings for them.
1088
1089 * files.el (basic-save-buffer-2): Use a template with `$'
1090 instead of `#' for VMS.
1091
1092 * simple.el (clone-indirect-buffer): New function.
1093
1094 2000-04-16 Stephen Eglen <stephen@gnu.org>
1095
1096 * iswitchb.el (iswitchb-case): New function. If the user input
1097 contains any upper-case characters, the search is made
1098 case-sensitive.
1099
1100 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1101
1102 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1103 comment-end.
1104 (texinfo-font-lock-syntactic-keywords): New var.
1105 (texinfo-font-lock-keywords): Remove comment regexp.
1106 (texinfo-insert-block): New function.
1107 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1108 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1109 and font-lock-defaults. Use regexp-opt for outline-regexp.
1110 (texinfo-environments): New var.
1111 (texinfo-environment-regexp): Use regexp-opt and
1112 texinfo-environments.
1113
1114 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1115 ispell-process is bound since this might be eval'd before ispell
1116 is loaded.
1117 (ispell-message): Use a tiny bit less magic and a bit more hard
1118 data to figure out what kind of sc-cite-regexp to use.
1119
1120 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1121
1122 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1123 (insert-cyclic-diary-entry): Unquote the lambda.
1124
1125 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1126
1127 * files.el (backup-enable-predicate): Unquote the lambda.
1128
1129 * cus-edit.el (custom-face, face): Unquote the lambda.
1130
1131 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1132
1133 * ps-print.el: Check for line-beginning-position definition.
1134
1135 * ps-print.el: Fix counting lines in a region.
1136 (ps-print-version): New version number (5.1.5).
1137 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1138 (ps-printing-region): Fun code fix.
1139
1140 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1141
1142 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1143 to file-directory-p.
1144
1145 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1146
1147 * gud.el (gud-jdb-build-source-files-list): Check that directory
1148 exists before calling directory-files.
1149
1150 2000-04-13 Dave Love <fx@gnu.org>
1151
1152 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1153 syntax.
1154
1155 * emacs-lisp/cl-specs.el: Remove when, unless.
1156
1157 * emacs-lisp/cl-extra.el: Don't quote keywords.
1158 (cl-old-mapc): New variable.
1159 (mapc): Use it.
1160 (cl-map-intervals): Use with-current-buffer. Don't check for
1161 next-property-change.
1162 (cl-map-overlays): Use with-current-buffer.
1163 (cl-expt): Remove.
1164 (copy-tree, remprop): Define unconditionally.
1165
1166 * emacs-lisp/cl-compat.el (keywordp): Remove.
1167
1168 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1169 to use keywordp.
1170 (edebug-spec): Enable keywordp.
1171
1172 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1173 string-lessp.
1174
1175 * cus-start.el: Use keywordp.
1176
1177 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1178
1179 * diary-lib.el (include-other-diary-files): Fix the fix of
1180 2000-02-18 by doing a save-excursion.
1181
1182 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1183
1184 * ps-print.el: Customization fix, doc fix.
1185 (ps-print-version): New version number (5.1.4).
1186 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1187 (ps-print-preprint): Adjust code.
1188 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1189 (ps-print-prologue-header, ps-print-control-characters)
1190 (ps-spool-config): Customization fix.
1191
1192 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1193
1194 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1195 converted to the new menu-item format, names silightly changed,
1196 help strings added.
1197
1198 Support for spelling without async subprocesses:
1199
1200 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1201 (ispell-session-buffer): New variables.
1202 (ispell-start-process, ispell-process-status,
1203 ispell-accept-output, ispell-send-string): New functions, for
1204 Ispell invocation when async subprocesses aren't supported.
1205 (ispell-word, ispell-pdict-save, ispell-command-loop,
1206 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1207 to process-send-string with calls to ispell-send-string, and
1208 accept-process-output with ispell-accept-output.
1209 (ispell-init-process): Call ispell-process-status instead of
1210 process-status with.
1211 (ispell-init-process): Call ispell-start-process. Call
1212 ispell-accept-output and ispell-send-string. Don't call
1213 process-kill-without-query and kill-process if they are unbound.
1214 (ispell-async-processp): New function.
1215
1216 2000-04-12 Dave Love <fx@gnu.org>
1217
1218 * info.el: Add debug-ignored-errors.
1219 (Info-mode-menu): Add some items.
1220 (Info-directory): Add autoload cookie.
1221
1222 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1223 Modify `truncate-lines'. Make `describe-language-environment'
1224 always visible and add help. Modify `describe-key' help. Invoke
1225 Info-directory from `info'. New entry `emacs-manual'.
1226
1227 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1228
1229 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1230 propertized-buffer-identification.
1231 (ebrowse-update-member-buffer-mode-line): Likewise.
1232 (ebrowse--mode-strings): Removed.
1233 (ebrowse--mode-line-props): Removed.
1234
1235 * files.el (auto-mode-alist): Add `EBROWSE'.
1236
1237 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1238 space before testing for end of buffer.
1239 (ebrowse-load): Removed.
1240 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1241 (ebrowse-create-tree-buffer): Rewritten.
1242 (ebrowse-tree-mode): Read tree from buffer.
1243
1244 * progmodes/ebrowse-ffh.el: Removed.
1245
1246 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1247
1248 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1249
1250 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1251
1252 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1253 at the wrong place.
1254
1255 2000-04-09 Dave Love <fx@gnu.org>
1256
1257 * files.el (backup-enable-predicate): Use
1258 temporary-file-directory, small-temporary-file-directory.
1259 (make-backup-file-name-function, backup-directory-alist): New
1260 variables.
1261 (make-backup-file-name-1): New function.
1262 (make-backup-file-name): Use it.
1263 (find-backup-file-name): Likewise. Use format for clarity, not
1264 concat.
1265 (file-newest-backup): Use make-backup-file-name.
1266
1267 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1268
1269 * progmodes/ebrowse-ffh.el: New file.
1270
1271 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1272 to ebrowse-ffh.el.
1273 (ebrowse-load): Add autoload.
1274
1275 * finder.el (finder-commentary): Add autoload cookie.
1276
1277 * mail/rfc2368.el: Correct author's email address.
1278
1279 * progmodes/ebrowse.el: New file.
1280
1281 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1282 item help string.
1283 (easy-menu-do-add-item): Ditto.
1284 (easy-menu-define): Extend doc string.
1285
1286 * jit-lock.el (with-buffer-unmodified): Use
1287 restore-buffer-modified-p.
1288 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1289 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1290 with-buffer-unmodified.
1291
1292 2000-04-08 Dave Love <fx@gnu.org>
1293
1294 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1295 unless, when.
1296
1297 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1298
1299 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1300 (viper-flash-search-pattern): No operation when using Emacs
1301 doesn't support face.
1302 Use `viper-put-on-search-overlay'.
1303
1304 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1305
1306 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1307 like C-r.
1308
1309 * progmodes/make-mode.el: Some doc fixes.
1310 (makefile-mode-abbrev-table): New variable.
1311 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1312 (makefile-font-lock-keywords): Fontify includes and conditionals.
1313 (toplevel): Require `dabbrev' and `add-log' when compiling.
1314
1315 * replace.el (perform-replace): Don't move forward one char
1316 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1317 to do that because it leaves point 1 position after the last
1318 replacement, after everything has been replaced.
1319
1320 * jit-lock.el (with-buffer-unmodified): New macro.
1321 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1322 modified state.
1323 (jit-lock-function-1): Extracted from jit-lock-function; not
1324 preserving buffer's modified state.
1325 (jit-lock-function, jit-lock-stealth-fontify): Call
1326 jit-lock-function-1.
1327
1328 * mail/rfc2368.el: Remove supernumerary copyright line.
1329
1330 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1331
1332 * glasses.el: Provide facilities for inserting space before left
1333 parentheses and uncapitalization of identifiers.
1334 (glasses-mode): Try to remove old overlays in all cases.
1335
1336 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1337
1338 * progmodes/compile.el (compile-internal): Display the compilation
1339 buffer in a different frame, if it's already displayed there.
1340
1341 * mail/rfc2368.el: New file.
1342
1343 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1344 header and insert its value as mail body.
1345
1346 * subr.el (member-ignore-case): New function.
1347
1348 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1349 (dabbrev--find-expansion): Ignore buffers matching a regexp
1350 from dabbrev-ignored-regexps.
1351
1352 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1353 to extensions handled by gzip.
1354
1355 2000-04-03 Richard M. Stallman <rms@gnu.org>
1356
1357 * files.el (insert-directory): List the total free space
1358 along with the used space.
1359
1360 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1361 line is followed by one that matches CITATION-REGEXP, end the
1362 paragraph.
1363
1364 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1365
1366 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1367 (rmail-make-basic-summary-line): Use that option.
1368
1369 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1370
1371 * international/mule-cmds.el (encoded-string-description):
1372 Rewritten. Try pretty description for ISO 2022 escape sequences
1373 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1374 for hexadecimal format.
1375
1376 2000-04-01 Dave Love <fx@gnu.org>
1377
1378 * cpp.el: Change customization group to `c' from `C'.
1379
1380 * vcursor.el (vcursor-move): Use display-color-p.
1381
1382 * international/mule-util.el: Provide mule-utils.
1383 (string-to-sequence): Simplify and speed up.
1384
1385 * international/mule.el (make-coding-system): Purecopy doc-string.
1386
1387 * international/mule-cmds.el: Various menu changes.
1388 (describe-specified-language-support): Handle `Default'.
1389 (set-language-info): Purecopy `info'.
1390
1391 2000-03-31 Andrew Innes <andrewi@gnu.org>
1392
1393 * vc.el (vc-backend-diff): Return the correct status if we had to
1394 retry the rcsdiff command without the --brief option.
1395
1396 2000-03-31 Dave Love <fx@gnu.org>
1397
1398 * help.el (help-manyarg-func-alist): Correct several omissions.
1399
1400 * add-log.el: Don't require cl, fortran.
1401 (add-log-current-defun-function): Doc fix.
1402 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1403 fix.
1404 (change-log-version-rcs): Function deleted.
1405 (change-log-version-number-search): Doc fix. Use
1406 vc-workfile-version. Avoid CL dolist.
1407 (add-change-log-entry): Just call add-log-current-defun to get
1408 defun. Simplify somewhat.
1409 (change-log-get-method-definition-1): Likewise.
1410 (add-log-current-defun): Return nil if calling
1411 add-log-current-defun-function does so. Move Fortran stuff to
1412 fortran.el. Return string without properties.
1413
1414 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1415 and :alpha: char classes.
1416
1417 * mail/supercite.el: Defvar curline when compiling.
1418 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1419 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1420 rather than a-zA-Z0-9 to allow non-ASCII characters.
1421
1422 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1423
1424 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1425
1426 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1427 Re-enable new code.
1428
1429 * lpr.el (print-region-1): Use -d to specify printer name for
1430 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1431
1432 2000-03-31 Dave Love <fx@gnu.org>
1433
1434 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1435 for function definition in symbol's function value slot first
1436 instead of first consulting byte-compile-function-environment.
1437
1438 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1439
1440 * language/european.el ("Polish"): New language environment.
1441 (setup-polish-environment): New function.
1442
1443 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1444
1445 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1446 Disable new code.
1447
1448 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1449 trying to `load' the symbol of an autoload instead of the file
1450 recorded in the autoload. Fix error messages.
1451
1452 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1453
1454 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1455 (ps-print-version): New version number (5.1.3).
1456 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1457 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1458 (ps-generate-postscript-with-faces): Code fix.
1459 (ps-color-values): XEmacs compatibility.
1460 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1461 (ps-default-fg, ps-default-bg): Adjust customization.
1462 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1463 (ps-color-scale): Renaming old ps-color-value fun.
1464 (ps-print-headers): Replace ps-print-header group to avoid conflict
1465 with ps-print-header variable.
1466 (ps-print-miscellany): New group.
1467 (ps-format-color, ps-rgb-color): New funs.
1468 (ps-default-foreground): New var.
1469 (ps-printer-name-option): New const.
1470
1471 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1472
1473 * net/net-utils.el:
1474 (network-connection-host, network-connection-service): New variables
1475 (network-connection-mode): New mode, derived from comint-mode
1476 (network-connection-mode-setup): New function, saves host and
1477 service information in local variables.
1478
1479 * lisp/locate.el:
1480 (locate-word-at-point): Added this function
1481 (locate): Default to using locate-word-at-point as input
1482 Run dired-mode-hook
1483
1484 2000-03-29 Dave Love <fx@gnu.org>
1485
1486 * calendar/appt.el: Doc fixes.
1487 (appt-check): Convert min-to-app to a string before passing to
1488 appt-disp-window-function or concat.
1489 (appt-delete-window): Remove test for frame-root-window.
1490 (appt-select-lowest-window, appt-convert-time): Simplify.
1491
1492 * emacs-lisp/bytecomp.el: Doc fixes.
1493 (byte-compile-file-form-autoload): Update
1494 byte-compile-function-environment.
1495
1496 2000-03-29 Andreas Schwab <schwab@suse.de>
1497
1498 * emacs-lisp/autoload.el: Also print defsubst doc string
1499 specially.
1500
1501 * dired.el (dired-insert-directory): If dired-free-space-program
1502 failed just delete its output.
1503
1504 2000-03-29 Dave Love <fx@gnu.org>
1505
1506 * international/iso-cvt.el: Move provide to end. Doc fixes.
1507 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1508 (iso-iso2sgml, iso-sgml2iso): New functions.
1509 (iso-cvt-define-menu): Fix some entries and use backquote for
1510 clarity.
1511
1512 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1513
1514 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1515
1516 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1517 ISO-DATE. If non-nil, return date in ISO 8601 format.
1518
1519 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1520
1521 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1522 if it ever becomes used.
1523 (log-edit-mode-hook): Default to vc-log-mode-hook.
1524 (log-edit-mode): Fix the docstring.
1525
1526 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1527 the code.
1528
1529 2000-03-26 Dave Love <fx@gnu.org>
1530
1531 * net/browse-url.el (browse-url): Re-fix case of
1532 browse-url-browser-function being an alist.
1533 (browse-url): Add :link to defgroup.
1534
1535 * files.el: Doc fixes.
1536 (file-truename): Include `[' in wildcard characters.
1537 (automount-dir-prefix): Customize.
1538 (find-file-wildcards): Add :version.
1539 (find-file-noselect): Simplify a mapcar call.
1540
1541 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1542 compatible with inf-lisp version.
1543 (eval-defun-1): Fix custom-declare-variable case.
1544
1545 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1546
1547 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1548
1549 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1550
1551 * Makefile (COMPILE_FIRST): New macro.
1552 (compile-files): Compile files from COMPILE_FIRST first.
1553
1554 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1555 code.
1556
1557 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1558 matching open parenthesis in column 0 to defun-prompt-regexp
1559 only if open-paren-in-column-0-is-defun-start is set.
1560
1561 * sun-curs.el: Require CL at compile-time only.
1562
1563 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1564 instead of copy-list which is a function from CL.
1565 (msb--choose-menu, msb--mode-menu-cond)
1566 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1567 (msb--init-file-alist): Use mapcar instead of mapcan.
1568 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1569 `(' in column 0 in doc string.
1570 (msb--add-separators): Use mapcar instead of mapcan.
1571
1572 * cus-dep.el: Require CL at compile-time only.
1573
1574 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1575
1576 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1577 (byte-compile-warnings): New warning `noruntime'.
1578 (byte-compile-constants, byte-compile-variables): Fix docstring.
1579 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1580 execute `eval-whenc-compile's body.
1581 (byte-compile-unresolved-functions): Fix docstring.
1582 (byte-compile-eval): New function.
1583 (byte-compile-callargs-warn): Check if the function will be available
1584 at runtime (via property `byte-compile-noruntime').
1585 (byte-compile-print-syms): New function.
1586 (byte-compile-warn-about-unresolved-functions): Also warn about
1587 `noruntime' functions (and use `byte-compile-print-syms').
1588 (byte-compile-file): Capitalize the message.
1589
1590 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1591
1592 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1593 (rmail-expunge): Ask for confirmation depending on the setting
1594 of rmail-confirm-expunge.
1595
1596 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1597
1598 * Makefile (bootstrap-clean): If $(emacs) exists, build
1599 loaddefs.el first. A loaddefs.el that's not up-to-date might
1600 cause a bootstrap failure because things don't autoload as
1601 expected.
1602
1603 2000-03-23 Dave Love <fx@gnu.org>
1604
1605 * net/browse-url.el: Restore previous use of
1606 browse-url-maybe-new-window.
1607
1608 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1609
1610 * ps-print.el: Skip banner page fix.
1611 (ps-print-version): New version number (5.1.2).
1612 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1613
1614 2000-03-23 Dave Pearson <davep@davep.org>
1615
1616 * net/quickurl.el Changed the type of parameter passed to the
1617 function defined by `quickurl-format-function'. Before only the
1618 text of the URL was passed. Now the whole URL structure is passed
1619 and the function is responsible for extracting the parts it
1620 requires. Changed the default of `quickurl-format-function'
1621 accordingly.
1622 (quickurl-insert): Changed the `funcall' of
1623 `quickurl-format-function' to match the above change.
1624 (quickurl-list-insert): Changed the `url' case so that it makes
1625 use of `quickurl-format-function', previous to this the format was
1626 hard wired.
1627
1628 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1629
1630 * startup.el: Change some spellings for the X Window System.
1631
1632 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1633
1634 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1635 up the code and the regexp and make sure the cursor is temporarily
1636 moved to the suspicious line while querying the user.
1637
1638 2000-03-22 Jason Rumney <jasonr@gnu.org>
1639
1640 * w32-fns.el (w32-charset-info-alist): Initialize.
1641
1642 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1643
1644 * ps-print.el: N-up last page fix.
1645 (ps-print-version): New version number (5.1.1).
1646 (ps-end-file, ps-end-job, ps-generate): Code fix.
1647
1648 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1649
1650 * files.el (find-file-run-dired): Update docstring.
1651 (find-directory-functions): New hook.
1652 (find-file-noselect): Run find-directory-functions rather than
1653 calling dired directly.
1654
1655 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1656
1657 * pcvs.el: Add a minimal leading commentary.
1658 (cvs-make-cvs-buffer): Change the header part by removing the startup
1659 message and adding a `Module' entry. Also replace the FOOTER and
1660 HEADER special fileinfos with the new support in ewoc for updating
1661 its own footer and header.
1662 (cvs-update-header): Update to use the header/footer of the ewoc.
1663 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1664 (cvs-is-within-p): New function.
1665 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1666 to only examine some subset of the buffers.
1667
1668 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1669 `format' instead of our own ad-hoc functions.
1670 Remove HEADER and FOOTER cases, now handled in the EWOC.
1671 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1672
1673 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1674 output to avoid scaring the user.
1675 (cvs-parse-table): Catch message for non-up-to-date commits.
1676
1677 * pcvs-defs.el (cvs-startup-message): Remove.
1678 (cvs-global-menu): New autoloaded menu.
1679
1680 * pcvs-util.el (cvs-string-fill): Remove.
1681
1682 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1683 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1684 PP part of it and also make it work for footers and headers.
1685 (ewoc-create): Drop POS and BUFFER arguments.
1686 Use the DLL's dummy node to store the end-of-footer position.
1687 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1688 (ewoc-refresh): Remove unused `header' variable.
1689 (ewoc-(get|set)-hf): New functions.
1690
1691 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1692 log-view-*-(message|file) and use easy-mmode-define-navigation.
1693 (log-view-message-re): Match SCCS format as well.
1694 And match the revision line rather than the dashed separator line.
1695 (log-view-mode): Use the new define-derived-mode.
1696 (log-view-current-tag): Fill in with an actual implementation.
1697
1698 * cvs-status.el (cvs-status-(prev|next)): Rename from
1699 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1700 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1701 to let the output "breathe" a little more (more readable).
1702 (cvs-status-mode): Use the new define-derived-mode.
1703
1704 * smerge-mode.el (smerge-auto-leave): New function and variable.
1705 (smerge-basic-map): Rename from smerge-basic-keymap.
1706 Change the bindings for smerge-diff-*.
1707 (smerge-*-map): Use easy-mmode-defmap.
1708 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1709 (smerge-keep-*): Use smerge-auto-leave.
1710
1711 2000-03-21 Jason Rumney <jasonr@gnu.org>
1712
1713 * cus-edit.el (custom-button-face): Use 3D look for w32.
1714 (custom-button-pressed-face): Likewise.
1715
1716 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1717
1718 * progmodes/etags.el (tags-case-fold-search): New user-option.
1719 (tags-loop-eval): New function. Bind case-fold-search around eval
1720 depending on the value of tags-case-fold-search.
1721 (tags-loop-continue): Use tags-loop-eval.
1722 (find-tag-in-order): Bind case-fold-search depending on the value
1723 of tags-case-fold-search.
1724
1725 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1726
1727 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1728 (diff-end-of-hunk): Return the end position for use in
1729 `easy-mmode-define-navigation'.
1730 (diff-recenter): Remove.
1731 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1732 of `easy-mmode-define-navigation'.
1733 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1734 previous renaming) and fix to use new names.
1735 (diff-merge-strings): Use \n as separator: simpler, faster.
1736 (diff-mode): Use `define-derived-mode'.
1737
1738 * derived.el (define-derived-mode): Don't autoload anymore.
1739 Prefer the macro-only version provided by easy-mmode.el.
1740
1741 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1742 `easy-mmode-define-derived-mode'.
1743 Use `combine-run-hooks'.
1744 (easy-mmode-define-navigation): New macro.
1745
1746 * subr.el (combine-run-hooks): New function.
1747
1748 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1749
1750 * term/x-win.el: Fontsets related initialization is simplified.
1751
1752 * international/mule-diag.el (describe-font): Don't refer to
1753 global-fontset-alist, instead call font-list.
1754 (describe-fontset, list-fontsets, mule-diag): Likewise.
1755 (print-fontset): Adjusted for the change of fontset
1756 implementation.
1757
1758 * international/fontset.el (x-charset-registries): Variable
1759 removed, instead the corresponding data is stored in the default
1760 fontset.
1761 (register-alternate-fontnames): Function removed.
1762 (resolved-ascii-font): Variable removed.
1763 (x-compose-font-name): Ignore the second argument REDOCE.
1764 (x-complement-fontset-spec): Complement only an ASCII font and
1765 element for those charsets than can use that ASCII font.
1766 (generate-fontset-menu): Don't refer to global-fontset-alist,
1767 instead call fontset-list.
1768 (uninstantiated-fontset-alist): Variable removed.
1769 (x-style-funcs-alist): Likewise.
1770 (fontset-default-styles): Likewise.
1771 (x-modify-font-name): Function removed.
1772 (create-fontset-from-fontset-spec): Ignore the argument
1773 STYLE-VARIANT.
1774 (create-fontset-from-ascii-font): Docsting adjusted for the above
1775 change.
1776 (instantiate-fontset, resolve-fontset-name): Functions removed.
1777 (fontset-list): Now implemented by C code.
1778
1779 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1780 (describe-face): Include `font' attribute in the description.
1781
1782 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1783
1784 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1785
1786 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1787
1788 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1789 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1790 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1791
1792 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1793 about behavior of set-buffer-modified-p wrt redisplay.
1794
1795 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1796
1797 * view.el (view-mode-disable): Kill local binding of view-read-only.
1798
1799 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1800
1801 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1802 is a string, convert it to a syntax cell using string-to-syntax.
1803
1804 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1805 (string-to-syntax): New function.
1806
1807 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1808 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1809 try to use passive ftp mode.
1810
1811 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1812
1813 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1814
1815 * simple.el (append-to-buffer): Update point of windows after
1816 insertion.
1817
1818 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1819 forward then moving backward. Reindent.
1820
1821 * frame.el (other-frame): Call x-focus-frame only if
1822 focus-follows-mouse is off.
1823
1824 2000-03-17 Dave Love <fx@gnu.org>
1825
1826 * pcvs-util.el (cvs-strings->string): Rename
1827 replace-regexps-in-string.
1828
1829 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1830
1831 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1832 regexp for labels cannot span several lines.
1833
1834 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1835 `(setq :<key> ':<key>)' to the macro expansion.
1836
1837 2000-03-16 Dave Love <fx@gnu.org>
1838
1839 * progmodes/f90.el (f90): Put custom group under `languages', not
1840 `fortran'.
1841 (f90-mode-hook): Customize.
1842 (f90-mode): Set add-log-current-defun-function.
1843 (f90-current-defun): New function.
1844
1845 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1846
1847 * cus-edit.el (custom-variable-tag-face): Handle case that
1848 default face's height is not a number.
1849 (custom-face-tag-face, custom-group-tag-face-1)
1850 (custom-group-tag-face): Ditto.
1851 (custom-group-tag-face-1): Add :group.
1852
1853 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1854
1855 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1856
1857 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1858 requiring easymenu.
1859
1860 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1861
1862 * ps-print.el: PostScript user-defined prologue, PostScript error
1863 handler, doc fix.
1864 (ps-print-version): New version number (5.1).
1865 (ps-user-defined-prologue, ps-error-handler-message)
1866 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1867 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1868 (ps-insert-string): New function.
1869
1870 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1871
1872 * international/ccl.el (ccl-compile-expression): Don't generate
1873 invalid self-assignment code.
1874
1875 2000-03-14 Dave Love <fx@gnu.org>
1876
1877 * subr.el (replace-regexp-in-string): Renamed from
1878 replace-regexps-in-string. Doc fix.
1879
1880 2000-03-12 Dave Love <fx@gnu.org>
1881
1882 * cus-edit.el: Doc fixes.
1883 (customize-set-variable, customize-save-variable): Rename args for
1884 doc.
1885 (custom-variable-tag-face, custom-face-tag-face)
1886 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1887 style which user identify as hyperlink.
1888 (hook): Don't add undefined functions to the hook.
1889 (debug-ignored-errors): Transfer message from bindings.el.
1890
1891 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1892
1893 * recentf.el (recentf-keep-non-readable-files-p): Remove
1894 double/nested definition.
1895
1896 2000-03-12 Dave Love <fx@gnu.org>
1897
1898 * facemenu.el (facemenu-get-face): Use display-color-p.
1899 * enriched.el (enriched-decode-foreground): Likewise.
1900 (enriched-decode-background): Likewise.
1901 * isearch.el (isearch-highlight): Likewise.
1902 * info-look.el (info-lookup): Likewise.
1903 * simple.el (completion-setup-function): Likewise.
1904
1905 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1906 :options.
1907
1908 * bindings.el (mode-line-format): Fix line-number and
1909 column-number items. Add help-echo for the background.
1910 (mode-line-mule-info): Modify help-echo.
1911
1912 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1913 defcustom.
1914
1915 * files.el (load-file): Allow completion to .elc.
1916
1917 * man.el: Doc fixes.
1918 (Man-init-defvars): Use display-color-p to set fontification.
1919
1920 * play/hanoi.el (hanoi-internal): Don't use oddp.
1921
1922 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1923
1924 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1925
1926 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1927
1928 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1929
1930 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1931 Fix comment.
1932
1933 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1934
1935 * font-lock.el (font-lock-keywords): Fix the doc now that
1936 regexp-opt-depth is unnecessary.
1937 (save-buffer-state): Set an edebug spec.
1938 (font-lock-fontify-anchored-keywords): Properly handle the case when
1939 the matcher goes past the limit.
1940
1941 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1942 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1943
1944 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1945 dll.el and cookie.el (from Elib) with heavy renaming and other
1946 massaging.
1947
1948 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1949 Autoload the functions used.
1950 (easy-mmode-define-syntax): Fix CL typo.
1951 (easy-mmode-define-derived-mode): Improve the docstring generation.
1952
1953 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1954
1955 * textmodes/texinfo.el (texinfo-version): Variable and function
1956 removed.
1957
1958 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1961 allow more flexibility.
1962 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1963 fns.
1964 (easy-mmode-defmap, easy-mmode-defsyntax)
1965 (easy-mmode-define-derived-mode): New macros.
1966
1967 2000-03-09 Didier Verna <didier@xemacs.org>
1968
1969 * rect.el (replace-rectangle): New function.
1970
1971 2000-03-09 Dave Love <fx@gnu.org>
1972
1973 * progmodes/fortran.el (fortran-comment-line-start): Define as
1974 "C".
1975 (fortran-comment-line-start-skip): Don't match cpp stuff.
1976 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1977 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1978 (fortran-mode): Don't set fortran-comment-line-start-skip,
1979 fortran-comment-line-start here. Set comment-start,
1980 add-log-current-defun.
1981 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1982 (fortran-current-defun): New function.
1983
1984 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1985
1986 * emacs-lisp/re-builder.el: New file.
1987
1988 * mouse.el (mouse-drag-region): Don't run up-event handler
1989 if hscroll has changed.
1990
1991 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1992 builtin operators, use `font-lock-builtin-face' for Emacs and
1993 `font-lock-preprocessor-face' otherwise.
1994
1995 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1996 `(defun (setf foo)' differently.
1997
1998 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1999
2000 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
2001 (regexp-opt): Update comment and adapt the code the new meaning of
2002 the `paren' argument of regex-opt-group for shy-groups.
2003 (regexp-opt-depth): Handle shy groups as well as backslashed
2004 backslashes.
2005 (regexp-opt-group): Turn the leading comment into a docstring.
2006 Allow `paren' to be a string (the string to use to open a group).
2007 Remove open-presuf and close-presuf. Instead of checking for `all
2008 one-char' and then later on check for `several one-char', handle
2009 both cases close together. Also apply a more generic algorithm
2010 for suffixes (the mirror image of the algorithm used for
2011 prefixes). Use shy-groups. Use nreverse rather than reverse.
2012 (regexp-opt-try-suffix): Removed.
2013
2014 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2015 from comint-mode-map, so we can just inherit from it. Also, move
2016 the initialization into the `defvar' since there's no docstring
2017 anyway and it's fairly short.
2018 (inferior-scheme-mode): Define it as derived-mode: the code is
2019 shorter and this way we inherit from comint-mode-map rather than
2020 copying it.
2021
2022 * subr.el (replace-regexps-in-string): Properly handle the case
2023 where we match an empty string.
2024
2025 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2026 when the command has a directory component (such as "./testml").
2027 Also fix a typo in the comment.
2028
2029 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2030
2031 * Makefile (compile-files): Compile files one by one because
2032 that's the only way to ensure a clean compilation environment for
2033 each individual file.
2034
2035 * frame.el (other-frame): Call x-focus-frame.
2036
2037 2000-03-07 Dave Love <fx@gnu.org>
2038
2039 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2040 :require to defcustom.
2041
2042 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2043 lists.
2044
2045 * files.el (auto-mode-alist): Add configure.in.
2046
2047 * progmodes/autoconf.el: New file.
2048
2049 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2050
2051 * mail/mh-e.el: Change maintainer to `none'.
2052
2053 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2054 to remove-hook and add-hook.
2055
2056 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2057
2058 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2059 it as the default.
2060 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2061 (sendmail-send-it): Conditionally add MIME headers specifying the
2062 used character set.
2063
2064 2000-03-07 Dave Love <fx@gnu.org>
2065
2066 * winner.el: Fix keywords, autoload cookies. Split
2067 eval-when-compile form to avoid compilation failure.
2068
2069 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2070
2071 * international/mule.el: Modify comment about coding system
2072 property `coding-category'.
2073 (make-coding-system): New argument EOL-TYPE. Pay attention to
2074 coding-category property of PROPERTIES.
2075
2076 * international/mule-conf.el (coding-category-utf-8,
2077 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2078 categories. Include them in the argument for set-coding-priority.
2079
2080 * international/mule-cmds.el (reset-language-environment): Include
2081 coding-category-utf-8, coding-category-utf-16-be, and
2082 coding-category-utf-16-le in the argument for set-coding-priority.
2083 (reset-language-environment): Initialize coding-category-utf-8,
2084 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2085
2086 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2087
2088 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2089 code abstracted out of `bookmark-jump-noselect'. Now tries info
2090 extensions as well as compression extensions.
2091 (bookmark-jump-noselect): Use above new func.
2092
2093 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2094
2095 * strokes.el: Change maintainer's mail address.
2096
2097 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2098
2099 * international/mule-diag.el (list-character-sets): Make help-echo
2100 string by substitute-command-keys.
2101 (list-character-sets): Likewise.
2102 (sort-listed-character-sets): Call help-setup-xref.
2103
2104 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2105
2106 * time.el (display-time-mail-file): Add `none' to the list of
2107 choices.
2108
2109 2000-03-01 Dave Love <fx@gnu.org>
2110
2111 * help.el (help-xref-go-back): Don't try to set position.
2112
2113 * international/mule-diag.el (list-character-sets): Call
2114 help-setup-xref. Add help-echo to xrefs.
2115 (list-character-sets-1): Add help-echo to xrefs.
2116
2117 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2118
2119 * frame.el (blink-cursor-mode): Switch cursor on when turning
2120 the mode off.
2121
2122 * add-log.el (add-log-current-defun): Add support for
2123 Autoconf mode.
2124
2125 * mail/rmail.el (rmail-quit-hook): New variable.
2126
2127 2000-03-01 Dave Love <fx@gnu.org>
2128
2129 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2130
2131 * help.el (help-xref-button): Add help-echo arg.
2132 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2133
2134 * faces.el (list-faces-display): Supply help-echo with
2135 help-make-xrefs.
2136
2137 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2138 nil.
2139
2140 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2141
2142 * image.el (defimage): Look for image files in load-path.
2143
2144 * frame.el (busy-cursor-delay-seconds): Change type to
2145 `number'.
2146
2147 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2148
2149 * recentf.el (recentf): Added version tag to the defgroup of
2150 recentf.
2151
2152 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2153
2154 * recentf.el (recentf-cleanup): Changed to remove excluded file
2155 too.
2156 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2157 action to select/unselect a file.
2158 (recentf-edit-list): Code cleanup and improvement.
2159 (recentf-open-more-files-action): `recentf-open-more-files' button
2160 widget action to open a file.
2161 (recentf-open-more-files): No more use standard completion but
2162 widgets.
2163 (recentf-more-collection): Deleted.
2164 (recentf-more-history): Deleted.
2165 (recentf-setup-more-completion): Deleted.
2166
2167 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2168
2169 * recentf.el (recentf-mode): No more needs that Emacs is running
2170 under a window-system.
2171
2172 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2173
2174 * recentf.el (recentf-edit-list): New command to edit the recent
2175 list which allow the user to remove files.
2176 (recentf-edit-selected-items): New global variable, used by
2177 `recentf-edit-list' to hold the list of files to be removed from
2178 the recent list.
2179 (recentf-make-menu-items): Updated to display a "Edit list..."
2180 menu item. Minor code cleanup.
2181
2182 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2183
2184 * recentf.el (recentf-open-more-files): New command to open files
2185 that are not displayed in the menu.
2186 (recentf-more-collection): New global variable holding the set of
2187 permissible completions used by `recentf-open-more-files'.
2188 (recentf-more-history): New global variable holding the history list
2189 used by `recentf-open-more-files' completion.
2190 (recentf-setup-more-completion): New function to setup completion for
2191 `recentf-open-more-files'.
2192 (recentf-make-menu-items): Updated to display a "More..." menu item.
2193
2194 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2195
2196 * recentf.el (recentf-menu-action): Doc fixed.
2197
2198 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2199
2200 * recentf.el (recentf-menu-filter): Doc updated.
2201 (recentf-update-menu-hook): Allow menu filters to force menu update.
2202 (recentf-make-menu-items): New menu filter handling.
2203 (recentf-make-menu-item): New helper function.
2204 (recentf-menu-elements): New menu handling function.
2205 (recentf-sort-ascending): Updated to new menu filter handling.
2206 (recentf-sort-descending): Updated to new menu filter handling.
2207 (recentf-sort-basenames-ascending): New menu filter function.
2208 (recentf-sort-basenames-descending): New menu filter function.
2209 (recentf-show-basenames): New menu filter function.
2210 (recentf-show-basenames-ascending): New menu filter function.
2211 (recentf-show-basenames-descending): New menu filter function.
2212
2213 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2214
2215 * diary-lib.el (list-diary-entries): Don't try to go forward at
2216 the end of the buffer.
2217
2218 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2219
2220 * international/mule-diag.el (list-character-sets): Completely
2221 rewritten.
2222 (sort-listed-character-sets): New function.
2223 (list-character-sets-1): Completely rewritten.
2224 (list-character-sets-2): New function.
2225 (non-iso-charset-alist): New variable.
2226 (decode-codepage-char): New function.
2227 (charset-history): New variable.
2228 (read-charset) (list-block-of-chars)
2229 (list-iso-charset-chars)
2230 (list-non-iso-charset-chars)
2231 (list-charset-chars): New functions.
2232 (mule-diag): Call list-character-sets-2, not
2233 list-character-sets-2.
2234 (dump-charsets): Likewise.
2235
2236 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2237
2238 * dired-x.el (dired-filename-at-point): Add `@' to valid
2239 file name characters.
2240 (dired-filename-at-point): Handle ange-ftp file names.
2241
2242 * frame.el (frame-notice-user-settings): Use assq-delete-all
2243 instead of assoc-delete-all.
2244 (frame-notice-user-settings): Ditto.
2245
2246 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2247 Don't copy alist.
2248
2249 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2250
2251 * calculator.el (calculator-use-menu): New option.
2252 (calculator-initial-bindings): Changed some bindings to work as
2253 macros.
2254 (calculator-forced-input): Removed.
2255 (calculator-restart-other-mode): New variable.
2256 (calculator-mode-map): Set up menu.
2257
2258 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2259
2260 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2261 tags.
2262
2263 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2264
2265 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2266 translate all ESC key sequences.
2267 (viper-goto-mark-subr): restore markers for files for which
2268 they were saved.
2269 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2270 * viper-util.el (viper-set-replace-overlay-glyphs,
2271 viper-set-replace-overlay): always check if the replacement
2272 overlay is live.
2273 * viper.el (viper-vi-state-mode-list): added major modes.
2274 * ediff-wind.el: minor comment changes.
2275 * ediff.el: copyright notice date fix.
2276
2277 2000-02-27 Jason Rumney <jasonr@gnu.org>
2278
2279 * faces.el (face-font-family-alternatives): Add arial to helv.
2280 (mode-line, header-line, tool-bar): Same default as x for w32.
2281 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2282 face-font-family-alternatives from working.
2283 * term/w32-win.el (mouse-set-font): Do not build fontset from
2284 chosen font.
2285
2286 2000-02-25 Sam Steingold <sds@goems.com>
2287
2288 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2289 properly.
2290
2291 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2292
2293 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2294
2295 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2296
2297 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2298 writable.
2299
2300 * frame.el (busy-cursor-delay-seconds): New option.
2301
2302 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2303
2304 * frame.el (show-cursor-in-non-selected-windows): New option.
2305
2306 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2307
2308 * diary-lib.el (include-other-diary-files): Undo the selective
2309 display in any included file and don't kill it.
2310
2311 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2312
2313 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2314 bar. Menu items converted to (menu-item format, help strings
2315 added.
2316 [downcase, upcase]: Don't enable on MS-DOS.
2317 [symlink, symlinks]: Don't show if make-symbolic-link is not
2318 bound.
2319 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2320
2321 2000-02-23 Dave Love <fx@gnu.org>
2322
2323 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2324 (backward-kill-word): Revert addition of * to interactive spec --
2325 it's a feature.
2326
2327 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2328 (backward-kill-sentence, kill-sentence): Likewise.
2329
2330 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2331 scratch buffer name.
2332 (gud-format-command): Use int-to-string in ?l case. Simplify
2333 slightly.
2334
2335 * term/w32-win.el (internal-face-interactive): Update prompt for
2336 new read-face-name.
2337
2338 * mail/footnote.el (footnote): Add :version to defgroup.
2339 (footnote-section-tag-regexp): Customize.
2340 (footnote-start-tag, footnote-end-tag): New option.
2341 (footnote-latin-regexp): New variable.
2342 (Footnote-latin): New function.
2343 (footnote-style-alist): Add element for latin style.
2344 (footnote-style): Moved.
2345 (Footnote-goto-footnote): Use eq to test arg.
2346
2347 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2348
2349 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2350 (byte-compile-trueconstp): Include keywords.
2351 (byte-optimize-quote, byte-optimize-lapcode): Use
2352 byte-compile-const-symbol-p.
2353 (byte-optimize-char-before): New optimization.
2354
2355 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2356 (byte-compile-const-symbol-p): New function.
2357 (byte-compile-constp, byte-compile-out-toplevel)
2358 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2359 Use it.
2360
2361 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2362
2363 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2364
2365 * international/encoded-kb.el: Be sure to update minor-mode-alist
2366 and minor-mode-map-alist.
2367 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2368 codes SS2 and SS3 correctly.
2369 (encoded-kbd-self-insert-ccl): New function.
2370 (encoded-kbd-setup-keymap): New function.
2371 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2372 by calling encoded-kbd-setup-keymap.
2373
2374 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2375 characters.
2376 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2377 locally.
2378
2379 2000-02-22 Dave Love <fx@gnu.org>
2380
2381 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2382 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2383 defvar.
2384 (lisp-mode-syntax-table): Set up for #|...|# comments.
2385 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2386 classes. Match `defface'.
2387 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2388 (eval-defun-1): Fix for defcustom.
2389 (lisp-indent-region): Doc fix.
2390
2391 * subr.el (when, unless, split-string): Doc fix.
2392 (read-passwd): Move call of clear-this-command-keys to the right
2393 place.
2394 (replace-regexps-in-string): New function.
2395
2396 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2397
2398 * help.el (describe-variable): Set syntax table to
2399 emacs-lisp-mode-syntax-table when moving forward over the
2400 symbol's name.
2401
2402 2000-02-22 Dave Love <fx@gnu.org>
2403
2404 * xt-mouse.el: Doc fixes.
2405 (xterm-mouse-position-function): New function, replacing advice of
2406 mouse-position.
2407 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2408
2409 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2410
2411 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2412
2413 * format.el (format-annotate-single-property-change): Handle
2414 properties.with dotted-list values.
2415 (format-proper-list-p): New function.
2416
2417 * enriched.el (enriched-face-ans): Handle '(foreground-color
2418 . COLOR) and (background-color . COLOR).
2419
2420 2000-02-20 Dave Love <fx@gnu.org>
2421
2422 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2423 and assignments to it.
2424 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2425 current local map.
2426 (make-flyspell-overlay): Use it.
2427 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2428
2429 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2430 (lm-get-header-re): Defun, not defsubst.
2431 (lm-get-package-name): Defun, not defsubst. Simplify.
2432 (lm-version): Doc fix. Simplify.
2433 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2434 (lm-crack-address, lm-last-modified-date, lm-commentary)
2435 (lm-verify, lm-synopsis): Simplify.
2436 (lm-report-bug): Require emacsbug. Use compose-mail.
2437
2438 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2439
2440 * dired.el (dired-mode): Call propertized-buffer-identification
2441 to set mode-line-buffer-identification to something having
2442 the right text properties.
2443
2444 * bindings.el (propertized-buffer-identification): New function.
2445
2446 2000-02-20 Dave Love <fx@gnu.org>
2447
2448 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2449 check for t-mouse too.
2450
2451 * cus-start.el: Make echo-keystrokes `number'.
2452
2453 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2454
2455 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2456 Don't call ring-empty-p unless tags-location-ring is bound.
2457 From Noah Friedman <friedman@splode.com>.
2458
2459 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2460
2461 * progmodes/hideshow.el (hs-flag-region): No longer use
2462 `intangible' overlay property.
2463
2464 (hs-toggle-hiding): New command.
2465 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2466
2467 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2468 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2469 and deactivation.
2470
2471 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2472
2473 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2474
2475 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2476
2477 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2478
2479 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2480 of `*' to handle `(* ... *)' comments.
2481
2482 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2483
2484 * faces.el (list-faces-display): Use display-mouse-p instead of
2485 window-system.
2486
2487 * menu-bar.el (global-map): Menu-bar items converted to the new
2488 format (menu-item..., rearranged for better CUA compliance, and
2489 their names changed for better clarity. Help strings added.
2490
2491 * international/mule-cmds.el (mule-menu-keymap)
2492 (describe-language-environment-map, set-coding-system-map)
2493 (setup-language-environment-map): Convert to new (menu-item...
2494 form, add help strings. Change names of menu items for better
2495 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2496 submenu).
2497
2498 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2499
2500 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2501 within the code.
2502
2503 2000-02-16 Dave Love <fx@gnu.org>
2504
2505 * faces.el: Don't require custom. Add more specific :groups to
2506 various deffaces.
2507 (set-face-attribute): Purecopy args.
2508 (read-face-name): Default to name at point and use it in prompt.
2509 Remove colon from arg in all callers.
2510 (list-faces-display): Hyperlink to face descriptions and customize
2511 buffers.
2512
2513 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2514
2515 * wid-edit.el (widget-match-inline): An atom never matches a
2516 list.
2517
2518 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2519
2520 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2521 at ':' characters by call to split-string.
2522
2523 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2524
2525 * textmodes/bibtex.el: Added RCS version identification.
2526
2527 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2528
2529 * textmodes/bibtex.el: Some temporary comments removed.
2530 (bibtex-field-name, bibtex-entry-type): Made the relationship
2531 explicit.
2532 (bibtex-field-const): Allow capital letters.
2533 (bibtex-start-of-string): Deleted because unused.
2534
2535 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2536 use the term 'reference' to describe a bibtex entry as a whole.
2537 Further, reference keys are no longer called 'labels'.
2538 (bibtex-keys): Renamed to bibtex-reference-keys.
2539 (bibtex-reformat-previous-labels): Renamed to
2540 bibtex-reformat-previous-reference-keys.
2541 (bibtex-reference-type): Renamed to bibtex-entry-type.
2542 (bibtex-reference-head): Renamed to bibtex-entry-head.
2543 (bibtex-reference-maybe-empty-head): Renamed to
2544 bibtex-entry-maybe-empty-head.
2545 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2546 (bibtex-search-reference): Renamed to bibtex-search-entry.
2547 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2548 bibtex-enclosing-entry-maybe-empty-head.
2549 (bibtex-entry-field-alist, bibtex-entry-head,
2550 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2551 bibtex-map-entries, bibtex-search-entry,
2552 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2553 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2554 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2555 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2556 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2557 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2558 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2559
2560 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2561
2562 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2563 comment.
2564 (bibtex-format-field-delimiters): New function, functionality
2565 extracted from bibtex-format-entry.
2566 (bibtex-autokey-get-yearfield-digits): New function, functionality
2567 extracted from bibtex-autokey-get-yearfield.
2568
2569 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2570 entries in order to avoid stack overflow in the regexp matcher if
2571 field contents become large.
2572 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2573 bibtex-field-string-part-not-braced,
2574 bibtex-field-string-part-no-inner-braces,
2575 bibtex-field-string-part-1-inner-brace,
2576 bibtex-field-string-part-2-inner-braces,
2577 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2578 bibtex-field-string-quoted, bibtex-field-string,
2579 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2580 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2581 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2582 as parsing is now performed by the following functions.
2583 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2584 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2585 bibtex-parse-field-string, bibtex-search-forward-field-string,
2586 bibtex-parse-association, bibtex-field-name-for-parsing,
2587 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2588 bibtex-search-forward-field, bibtex-search-backward-field,
2589 bibtex-start-of-field, bibtex-end-of-field,
2590 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2591 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2592 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2593 bibtex-parse-string, bibtex-search-forward-string,
2594 bibtex-search-backward-string, bibtex-start-of-string,
2595 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2596 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2597 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2598 entries. Instead of reporting the results of the parsing by
2599 match-beginning or match-end, these functions return data structures
2600 that hold the corresponding positions.
2601 (bibtex-enclosing-field): Changed to also report field boundaries by
2602 return values rather than by match-beginning or match-end. The
2603 following functions have been adapted to use the new parsing
2604 functions.
2605 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2606 bibtex-enclosing-field, bibtex-format-entry,
2607 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2608 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2609 bibtex-print-help-message, bibtex-end-of-entry,
2610 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2611 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2612 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2613 method for parsing.
2614 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2615 bibtex-map-entries, bibtex-flash-head,
2616 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2617 bibtex-autokey-change, bibtex-autokey-get-namefield,
2618 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2619 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2620 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2621 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2622 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2623 order to make the new binding of case-fold-search immediately
2624 visible.
2625
2626 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2627
2628 * textmodes/bibtex.el: Copyright notice is up to date.
2629 Added constant 'bibtex-maintainer-salutation.
2630
2631 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2632 than make-temp-name, use match-string-no-properties and eliminate
2633 a quadratic behavior when building bibtex-strings.
2634
2635 * bibtex.el (bibtex-reference-key): Accept string entries whose
2636 reference key contains upper case letters.
2637
2638 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2639
2640 * bibtex.el (bibtex-reference-head): Allow entries to start with
2641 a new line.
2642
2643 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2644
2645 * bibtex.el: Hiding of entry bodies is not longer provided by
2646 bibtex.el directly. Instead the hideshow package can be used.
2647 Added a special bibtex entry to hs-special-modes-alist.
2648 (bibtex-hs-forward-sexp): Added for hideshow.el.
2649
2650 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2651
2652 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2653 at ':' characters by call to split-string.
2654
2655 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2656
2657 * textmodes/bibtex.el: Added RCS version identification.
2658
2659 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2660
2661 * textmodes/bibtex.el: Some temporary comments removed.
2662 (bibtex-field-name, bibtex-entry-type): Made the relationship
2663 explicit.
2664 (bibtex-field-const): Allow capital letters.
2665 (bibtex-start-of-string): Deleted because unused.
2666
2667 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2668 use the term 'reference' to describe a bibtex entry as a whole.
2669 Further, reference keys are no longer called 'labels'.
2670 (bibtex-keys): Renamed to bibtex-reference-keys.
2671 (bibtex-reformat-previous-labels): Renamed to
2672 bibtex-reformat-previous-reference-keys.
2673 (bibtex-reference-type): Renamed to bibtex-entry-type.
2674 (bibtex-reference-head): Renamed to bibtex-entry-head.
2675 (bibtex-reference-maybe-empty-head): Renamed to
2676 bibtex-entry-maybe-empty-head.
2677 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2678 (bibtex-search-reference): Renamed to bibtex-search-entry.
2679 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2680 bibtex-enclosing-entry-maybe-empty-head.
2681 (bibtex-entry-field-alist, bibtex-entry-head,
2682 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2683 bibtex-map-entries, bibtex-search-entry,
2684 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2685 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2686 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2687 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2688 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2689 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2690 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2691
2692 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2693
2694 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2695 comment.
2696 (bibtex-format-field-delimiters): New function, functionality
2697 extracted from bibtex-format-entry.
2698 (bibtex-autokey-get-yearfield-digits): New function, functionality
2699 extracted from bibtex-autokey-get-yearfield.
2700
2701 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2702 entries in order to avoid stack overflow in the regexp matcher if
2703 field contents become large.
2704 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2705 bibtex-field-string-part-not-braced,
2706 bibtex-field-string-part-no-inner-braces,
2707 bibtex-field-string-part-1-inner-brace,
2708 bibtex-field-string-part-2-inner-braces,
2709 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2710 bibtex-field-string-quoted, bibtex-field-string,
2711 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2712 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2713 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2714 as parsing is now performed by the following functions.
2715 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2716 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2717 bibtex-parse-field-string, bibtex-search-forward-field-string,
2718 bibtex-parse-association, bibtex-field-name-for-parsing,
2719 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2720 bibtex-search-forward-field, bibtex-search-backward-field,
2721 bibtex-start-of-field, bibtex-end-of-field,
2722 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2723 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2724 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2725 bibtex-parse-string, bibtex-search-forward-string,
2726 bibtex-search-backward-string, bibtex-start-of-string,
2727 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2728 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2729 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2730 entries. Instead of reporting the results of the parsing by
2731 match-beginning or match-end, these functions return data structures
2732 that hold the corresponding positions.
2733 (bibtex-enclosing-field): Changed to also report field boundaries by
2734 return values rather than by match-beginning or match-end. The
2735 following functions have been adapted to use the new parsing
2736 functions.
2737 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2738 bibtex-enclosing-field, bibtex-format-entry,
2739 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2740 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2741 bibtex-print-help-message, bibtex-end-of-entry,
2742 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2743 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2744 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2745 method for parsing.
2746 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2747 bibtex-map-entries, bibtex-flash-head,
2748 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2749 bibtex-autokey-change, bibtex-autokey-get-namefield,
2750 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2751 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2752 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2753 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2754 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2755 order to make the new binding of case-fold-search immediately
2756 visible.
2757
2758 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2759
2760 * textmodes/bibtex.el: Copyright notice is up to date.
2761 Added constant 'bibtex-maintainer-salutation.
2762
2763 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2764 than make-temp-name, use match-string-no-properties and eliminate
2765 a quadratic behavior when building bibtex-strings.
2766
2767 * bibtex.el (bibtex-reference-key): Accept string entries whose
2768 reference key contains upper case letters.
2769
2770 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2771
2772 * bibtex.el (bibtex-reference-head): Allow entries to start with
2773 a new line.
2774
2775 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2776
2777 * bibtex.el: Hiding of entry bodies is not longer provided by
2778 bibtex.el directly. Instead the hideshow package can be used.
2779 Added a special bibtex entry to hs-special-modes-alist.
2780 (bibtex-hs-forward-sexp): Added for hideshow.el.
2781
2782 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2783
2784 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2785 proceedings entry type (for cross referencing). Thanks to Wagner
2786 Toledo Correa for the suggestion.
2787
2788 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2789
2790 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2791
2792 * international/characters.el: Setup case table for Vietnamese.
2793
2794 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2795
2796 * uniquify.el (toplevel): Require CL at compile time.
2797 (uniquify-push): Removed.
2798
2799 * shadowfile.el (shadow-when): Removed.
2800
2801 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2802 (tempo-process-and-insert-string): Use dolist instead of
2803 tempo-dolist.
2804
2805 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2806 regexp for paragraph-start.
2807
2808 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2809 commas as well.
2810
2811 2000-02-10 Dave Love <fx@gnu.org>
2812
2813 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2814 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2815 Deleted.
2816 (widget-specify-field, widget-specify-button): Don't use
2817 widget-mouse-help as help-echo property.
2818 (default): Use #'ignore for :validate and :mouse-down-action.
2819 (checkbox): Add help-echo.
2820 (widget-sexp-validate): Rewritten to clarify error messages.
2821 (character): Use char-valid-p in :match function.
2822 (widget-color-complete): Use facemenu-color-alist.
2823 (widget-color-action): Use facemenu-read-color.
2824
2825 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2826 set up `caar' &c that we now have.
2827
2828 2000-02-09 Ray Blaak <blaak@gnu.org>
2829
2830 * delphi.el: Make resourcestring a declaration region, like const
2831 and var.
2832
2833 2000-02-09 Dave Love <fx@gnu.org>
2834
2835 * bindings.el (mode-line-input-method-map): New variable.
2836 (mode-line-mule-info): Use it; fix last change.
2837 (mode-line-mode-menu): Move definition.
2838 (mode-line-mouse-sensitive-p): Deleted.
2839 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2840 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2841 level.
2842
2843 * startup.el (command-line-1): Don't call
2844 make-mode-line-mouse-sensitive.
2845
2846 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2847
2848 * mail/rmail.el (rmail-retry-failure): Use
2849 rmail-beginning-of-message before rmail-toggle-header, because the
2850 former toggles headers.
2851
2852 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2853
2854 * diff-mode.el (diff-kill-junk): New interactive function.
2855 (diff-reverse-direction): Use delete-and-extract-region.
2856 (diff-post-command-hook): Restrict the area so that the hook also works
2857 outside of any diff hunk. This is necessary for the minor-mode.
2858 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2859 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2860
2861 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2862 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2863 so that it can be used more easily in <foo>-mode-hook. Also make sure
2864 to avoid duplicate entries.
2865 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2866 (font-lock-remove-keywords): Just as was done for `add', allow it to
2867 work even if font-lock-mode is nil. Also make sure we don't modify
2868 any pre-existing list by forcing a copy-sequence. Finally rename
2869 `major-mode' to `mode'.
2870 (font-lock-fontify-syntactic-anchored-keywords)
2871 (font-lock-fontify-anchored-keywords)
2872 (font-lock-fontify-keywords-region): Use line-end-position.
2873 Don't make `font-lock-multiline' local (it's now done in
2874 font-lock-set-defaults).
2875 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2876 move the `font-lock-fontified' creation to inside the `unless'.
2877
2878 2000-02-06 Andrew Innes <andrewi@gnu.org>
2879
2880 * term/w32-win.el (x-handle-args): Comment out call to message,
2881 which occurs before window system is initialized.
2882
2883 * makefile.nt: Add support for recompiling lisp code.
2884
2885 2000-02-04 Dave Love <fx@gnu.org>
2886
2887 * bindings.el (mode-line-mule-info): Fix/extend last change.
2888
2889 * completion.el: Replace completion-dolist with dolist.
2890
2891 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2892 dotimes.
2893
2894 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2895
2896 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2897 environment names before they go into the section regexp.
2898
2899 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2900 char class in regexp.
2901
2902 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2903 `case-fold-search' to nil.
2904
2905 * progmodes/idlwave.el (idlwave-template): Respect
2906 `idlwave-abbrev-change-case'.
2907 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2908 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2909 idlwave-while): respect `idlwave-reserved-word-upcase'.
2910 (idlwave-rw-case): New function.
2911 (idlwave-statement-match): Fixed problem with assignment regexp.
2912 (idlwave-font-lock-keywords): Improved regexp for keyword
2913 parameters.
2914 (idlwave-surround): New argument LENGTH to support padding of
2915 operators longer than 1 char.
2916
2917 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2918 idlwave-shell-expression-overlay. Implemented printing of
2919 expressions on higher levels of the calling stack.
2920 (idlwave-shell-display-level-in-calling-stack): Restore stack
2921 level.
2922 (idlwave-retrieve-expression-from-level): New function.
2923 (idlwave-shell-last-calling-stack): Variable removed.
2924 (idlwave-shell-reset): Argument action reversed (`visible' to
2925 `hidden'). Also remove stop-line overlay.
2926 (idlwave-shell-calling-stack-routine): New variable.
2927 (idlwave-shell-parse-stack-and-display): Messages now display
2928 negative level numbers.
2929 (idlwave-shell-mode): Set `modeline-format'.
2930 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2931 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2932 21.
2933 (idlwave-shell-print-expression-function): New option.
2934
2935 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2936 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2937 `tool-bar' instead of `toolbar'.
2938
2939 2000-02-02 Dave Love <fx@gnu.org>
2940
2941 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2942 emacs-lisp-mode-hook. Don't check for defalias being defined.
2943
2944 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2945 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2946 the new builtins directly.
2947
2948 * whitespace.el (whitespace): Add :version to defgroup.
2949
2950 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2951 Doc fix.
2952
2953 * thingatpt.el (sexp-at-point, symbol-at-point)
2954 (number-at-point, list-at-point): Add autoload cookie.
2955
2956 * recentf.el (recentf): Add :version to defgroup.
2957
2958 * quickurl.el (quickurl): Add :version to defgroup.
2959
2960 * elide-head.el (elide-head): Use point-marker more.
2961
2962 * bs.el (bs): Add :version to defgroup.
2963
2964 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2965
2966 * progmodes/delphi.el (delphi): Add :version to defgroup.
2967
2968 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2969
2970 * ange-ftp.el (ange-ftp-write-region): Handle case that
2971 succeeding process operation sets a different coding system.
2972
2973 * calculator.el: New file.
2974
2975 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2976
2977 * frame.el (frames-on-display-list, framep-on-display): New
2978 functions.
2979 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2980 (display-selections-p, display-screens, display-pixel-width)
2981 (display-pixel-height, display-mm-width, display-mm-height)
2982 (display-backing-store, display-save-under, display-planes)
2983 (display-color-cells, display-visual-class): New functions.
2984
2985 * term/tty-colors.el (tty-color-gray-shades): New function.
2986
2987 * faces.el (display-color-p): Use framep-on-display.
2988 (display-grayscale-p): New function.
2989
2990 2000-01-31 Dave Love <fx@gnu.org>
2991
2992 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2993 (create-fontset-from-x-resource): Don't concat integers.
2994
2995 2000-01-31 Inge Frick <inge@nada.kth.se>
2996
2997 * view.el: Some changes in documentation. Removed some trailing
2998 whitespace. Changed some parameter names to agree with
2999 documentation.
3000 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
3001 window is not deleted. Modifies change 1998-04-26.
3002
3003 2000-01-31 Gerd Moellmann <gerd@gnu.org>
3004
3005 * windmove.el: New file.
3006
3007 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3008 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3009 progmodes/ebnf-yac.el: Update copyright and license info.
3010
3011 * jit-lock.el (jit-lock-function): Widen before calculating end
3012 position.
3013 (jit-lock-stealth-chunk-start): Rewritten.
3014
3015 * info.el (Info-title-face-alist): Removed.
3016 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3017 faces.
3018 (Info-fontify-node): Use these faces.
3019
3020 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3021
3022 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3023 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3024 `&allow-other-keywords'.
3025
3026 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3027 the list of directories scanned heuristically.
3028
3029 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3030 exist.
3031
3032 2000-01-30 Jason Rumney <jasonr@gnu.org>
3033
3034 * w32-fns.el: Define w32-tty-standard-colors.
3035
3036 * startup.el (command-line): Use w32-tty-standard-colors when in
3037 w32 console mode.
3038
3039 2000-01-30 Dave Love <fx@gnu.org>
3040
3041 * jka-compr.el (jka-compr-load): Fix up load-history.
3042
3043 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3044
3045 * emacs-lisp/cl-macs.el: Revert previous change.
3046
3047 2000-01-29 Dave Love <fx@gnu.org>
3048
3049 * facemenu.el: Purecopy various strings.
3050
3051 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3052 years. Deal with three-digit years.
3053
3054 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3055 defconst, purecopy.
3056 (help-back-label): Purecopy it.
3057
3058 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3059
3060 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3061 variable. If non-nil, order the buffer list according to the
3062 currently selected frame.
3063 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3064 non-nil, pass the selected frame to function buffer-list.
3065
3066 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3067
3068 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3069
3070 2000-01-28 Dave Love <fx@gnu.org>
3071
3072 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3073
3074 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3075 Don't use lisp-indent-hook property.
3076 (cl-abs): Remove.
3077
3078 * subr.el: Move out indent and edebug specs for when and unless.
3079
3080 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3081 when, unless.
3082
3083 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3084 unless, when.
3085
3086 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3087
3088 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3089 `collecting' as synonym for `collect'.
3090
3091 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3092 for the case it contains spaces.
3093
3094 * simple.el (what-cursor-position): Change formatting of
3095 messages.
3096
3097 * frame.el (delete-other-frames): New function.
3098 (toplevel): Bind it to C-x 5 1.
3099
3100 * sort.el (sort-numeric-base): New option.
3101 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3102 interpret it as octal or hexadecimal. Use sort-numeric-base
3103 as default base.
3104
3105 * progmodes/glasses.el: New file.
3106
3107 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3108
3109 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3110 userids differently.
3111
3112 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3113 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3114 progmodes/ebnf-yac.el: New files.
3115
3116 2000-01-26 Dave Love <fx@gnu.org>
3117
3118 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3119 on a function with an empty body. [From Eric Ludlam.]
3120
3121 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3122
3123 * vc.el (vc-version-diff): Make sure file name is expanded.
3124
3125 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3126
3127 * scroll-bar.el (scroll-bar-timer): Variable removed.
3128 (scroll-bar-toolkit-scroll): Don't use a timer.
3129
3130 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3131
3132 * language/thai-util.el (thai-composition-function): Delete
3133 superfluous `a'.
3134
3135 2000-01-24 Dave Love <fx@gnu.org>
3136
3137 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3138 end-of-defun-function.
3139
3140 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3141 &c.
3142
3143 2000-01-22 Jason Rumney <jasonr@gnu.org>
3144
3145 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3146 conflicts with new face support.
3147
3148 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3149
3150 * replace.el (query-replace): Rename last arg to DELIMITED.
3151 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3152 (query-replace-regexp): Likewise.
3153
3154 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3155
3156 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3157
3158 * emacs-lisp/lisp.el (beginning-of-defun-function):
3159 Variable renamed from beginning-of-defun.
3160 Do not call make-variable-buffer-local.
3161 (beginning-of-defun-raw): Use new variable name; doc fix.
3162 (beginning-of-defun): Doc fix.
3163 (end-of-defun-function): Variable renamed from end-of-defun.
3164 Do not call make-variable-buffer-local.
3165 (end-of-defun): Use new variable name; doc fix.
3166
3167 * subr.el (dolist, dotimes): Copied from cl-macs.el
3168 and made to work.
3169
3170 * mail/undigest.el (rmail-digest-end-regexps):
3171 Variable replaces rmail-digest-end-regexp.
3172 Allows multiple regexps for detecting the end line.
3173 (undigestify-rmail-message): Corresponding changes.
3174
3175 2000-01-19 Dave Love <fx@gnu.org>
3176
3177 * files.el (user-init-file): Don't declare here -- is primitive.
3178
3179 * startup.el (command-line): Check for compiled user-init-file and
3180 set to uncompiled version if necessary.
3181
3182 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3183
3184 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3185 (undigestify-rmail-message): Use it.
3186
3187 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3188
3189 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3190
3191 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3192 of mini-buffer.
3193
3194 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3195
3196 * emacs-lisp/copyright.el (copyright-update): Removed the
3197 requirement for a trailing space from `copyright-regexp', to
3198 support copyrights with owner specified on a separate line..
3199
3200 * align.el: New file.
3201
3202 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3203
3204 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3205
3206 2000-01-13 Dave Love <fx@gnu.org>
3207
3208 * ph.el: Removed. (Obsoleted by EUDC.)
3209
3210 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3211
3212 * net/eudc.el (toplevel): Remove autoloaded code installing
3213 menu with easymenu, because that causes build problems.
3214
3215 * frame.el (frame-notice-user-settings): New variable.
3216 (frame-notice-user-settings): Don't modify frame parameters
3217 if called a second time.
3218
3219 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3220
3221 * frame.el (frame-notice-user-settings):
3222 Notice default-frame-parameters even for non-window frames.
3223
3224 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3225
3226 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3227 for Emacs.
3228 (eudc-bob-can-display-inline-images): Extend for Emacs.
3229 (eudc-bob-toggle-inline-display): Ditto.
3230 (eudc-bob-display-jpeg): Ditto.
3231
3232 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3233
3234 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3235 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3236 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3237
3238 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3239 nil)'.
3240
3241 * subdirs.el: Add `net' directory.
3242
3243 * net: New directory.
3244
3245 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3246 eval-last-sexp. Don't bind debug-on-error here.
3247 (eval-last-sexp): New function. Bind debug-on-error if
3248 eval-expression-debug-on-error is non-nil.
3249 (eval-defun-2, eval-defun): Likewise.
3250
3251 * simple.el (eval-expression): Don't bind debug-on-error if
3252 eval-expression-debug-on-error is nil. Detect changed
3253 debug-on-error, and propagate new value to global binding, if
3254 eval-expression-debug-on-error is non-nil,
3255 (eval-expression-debug-on-error): Change doc string.
3256
3257 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3258
3259 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3260
3261 * emacs-lisp/lisp-mode.el (with-syntax-table):
3262 Set up lisp-indent-function property.
3263
3264 * subr.el (with-syntax-table): Moved from simple.el.
3265
3266 * simple.el (with-syntax-table): Moved to subr.el.
3267
3268 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3269
3270 * tmm.el (tmm-shortcut): Delete region after prompt instead
3271 of erasing buffer.
3272
3273 * textmodes/fill.el (fill-common-string-prefix): New function.
3274 (fill-context-prefix): Use the longest common prefix of first
3275 and second line fill prefix, if there is one.
3276
3277 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3278
3279 * array.el (array-mode): Don't use make-variable-buffer-local.
3280 Use make-local-variable for `truncate-lines'.
3281
3282 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3283
3284 * add-log.el (add-log-current-defun): Handle user-defined
3285 add-log-current-function returning nil,
3286
3287 * add-log.el (add-change-log-entry): Insert version number
3288 if having found a current function
3289
3290 * add-log.el (add-log-current-defun): Call
3291 `add-log-current-defun-function'. Try matches at level 0 and
3292 level 1. Strip whitespace from defun found.
3293
3294 2000-01-10 John Wiegley <johnw@gnu.org>
3295
3296 * allout.el (isearch-done/outline-provisions): Added `edit'
3297 argument to correspond with the current definition of
3298 `isearch-done'.
3299
3300 2000-01-10 Dave Love <fx@gnu.org>
3301
3302 * elide-head.el (elide-head): Use point-marker, not point.
3303
3304 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3305
3306 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3307 before and after the year 2000.
3308
3309 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3310 Add ispell- prefix.
3311
3312 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3313
3314 * ispell.el: Only define dictionaries in menus when they exist.
3315 (version18p): New variable.
3316 (version20p): New variable.
3317 (xemacsp): New variable.
3318 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3319 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3320 (ispell-dictionary-alist6): Russian command lines no longer accept
3321 run-together words.
3322 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3323 (ispell-dictionary-alist): Add koi8-r to customize definition.
3324 (check-ispell-version): Added documentation string. Returns
3325 library path when called non-interactively.
3326 (ispell-menu-map-needed): Uses new variables.
3327 (ispell-library-path): New variable.
3328 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3329 (ispell-word): Improved documentation string. Test for valid
3330 character mappings. Correctly check typed in word changes that can
3331 result in single words split into multiple words. Returns
3332 replacement word.
3333 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3334 replace in recursive query replace mode. Help message for
3335 recursive edit mode.
3336 (ispell-show-choices): Protect against bad framepop bindings.
3337 (ispell-help): Fix to work with XEmacs.
3338 (ispell-highlight-spelling-error): Use new variables.
3339 (ispell-overlay-window): Fix to work with XEmacs.
3340 (ispell-parse-output): Passed and returns location information
3341 tracking spelling corrections. Doesn't recheck same word on
3342 current line.
3343 (ispell-init-process): Protect against bogus XEmacs variable binding.
3344 Fix call to single argument in sleep-for. Use new variables.
3345 (ispell-region): Passed and returns location information tracking
3346 spelling corrections. Doesn't check same word on current line.
3347 Improved documentation string. Doesn't resend a line already
3348 checked to the ispell process - fixes bug in LaTeX parsing.
3349 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3350 (ispell-skip-region): No longer skips <TT> in SGML.
3351 (ispell-process-line): Tracks location information with spelling
3352 corrections. Added documentation string. Accounts for words
3353 already accepted on this line. Don't allow query-replace on line
3354 starting with math characters. Doesn't resend a line already sent
3355 to ispell process. Fixes alignment error bug.
3356
3357 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3358
3359 * dired-x.el (dired-guess-shell-alist-default):
3360 Suggest xloadimage, which is free, not xv, which isn't.
3361
3362 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3363 Don't ever include the host name or user name in the value.
3364
3365 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3366
3367 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3368 of a real newline.
3369
3370 2000-01-09 Stephen Eglen <stephen@gnu.org>
3371
3372 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3373 for .png files.
3374
3375 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3376
3377 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3378
3379 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3380
3381 * progmodes/cperl-mode.el: Replace ^F with ^L.
3382
3383 * sendmail.el (toplevel): Provide `sendmail' when compiling
3384 before `require'ing rmail and mailalias to prevent infinite
3385 recursion.
3386
3387 2000-01-08 Dave Love <fx@gnu.org>
3388
3389 * emacs-lisp/backquote.el: Remove inappropriate customization
3390 (allowing custom.el to use backquote).
3391
3392 2000-01-07 Dave Love <fx@gnu.org>
3393
3394 * add-log.el (add-log-debugging): Deleted.
3395 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3396 file. Remove debugging code.
3397 (change-log-get-method-definition, change-log-name): Add doc.
3398 (change-log-sortable-date-at): New function.
3399 (change-log-merge): New command.
3400
3401 * time.el (display-time-string-forms): Make the Mail string active.
3402 (display-time-update): Provide help-echo for load average.
3403
3404 * bindings.el (make-mode-line-mouse2-map): New function.
3405 (mode-line-modified): Use it and simplify.
3406 (mode-line-mule-info): Provide help-echo info.
3407 (minor-mode-alist): Activate the strings.
3408 (make-mode-line-mouse-sensitive): Simplify for
3409 mode-line-buffer-identification.
3410
3411 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3412
3413 * play/pong.el: New file.
3414
3415 2000-01-06 Dave Love <fx@gnu.org>
3416
3417 * array.el: Assorted cleanups for compiler warnings, doc strings,
3418 `array-' prefix for symbols.
3419
3420 2000-01-05 Dave Love <fx@gnu.org>
3421
3422 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3423 outline-headers-as-kill.
3424 (outline-mode): Define imenu-generic-expression.
3425 (outline-headers-as-kill): New command.
3426
3427 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3428 from paragraph-start.
3429 (paragraph-indent-minor-mode): New command.
3430
3431 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3432 M-C-e, M-C-h, C-j, C-xnd, TAB.
3433 (fortran-mode): Set beginning-of-defun, end-of-defun.
3434 (fortran-column-ruler): Simplify.
3435 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3436 (fortran-with-subprogram-narrowing): Likewise.
3437 (fortran-indent-subprogram): Call mark-defun.
3438 (fortran-check-for-matching-do): Change narrowing.
3439
3440 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3441 (cl-lucid-hash-tag): Delete.
3442 (cl-hash-table-p): Correct test for native table.
3443 (cl-hash-table-count): Use hash-table-count.
3444
3445 * browse-url.el (browse-url): Fix case of
3446 browse-url-browser-function being an alist.
3447
3448 2000-01-05 Carsten Dominik <cd@gnu.org>
3449
3450 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3451 (reftex-index-phrase-file-extension): New options.
3452
3453 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3454 Use new option `reftex-index-phrase-file-extension'.
3455
3456 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3457 `reftex-parse-file-extension'.
3458
3459 2000-01-05 Dave Love <fx@gnu.org>
3460
3461 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3462 (beginning-of-defun-raw): Use it.
3463 (end-of-defun): New variable.
3464 (end-of-defun): Use it.
3465 (check-parens): New command.
3466
3467 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3468
3469 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3470 (hs-show-block): Don't use `mapcar' when not accumulating.
3471
3472 Fix buglet in local variables initialization.
3473
3474 2000-01-05 Andreas Schwab <schwab@suse.de>
3475
3476 * hscroll.el (hscroll): Doc fix.
3477
3478 2000-01-05 Carsten Dominik <cd@gnu.org>
3479
3480 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3481 idlw-toolbar.
3482
3483 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3484 file idlw-rinfo.el.
3485 (idlwave-customize): load must read file idlw-shell.el.
3486 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3487
3488 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3489
3490 * progmodes/idlw-shell.el: Also provide idlwave-shell
3491 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3492 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3493
3494 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3495 both reftex-dcr and reftex-vcr.
3496
3497 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3498
3499 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3500
3501 * ps-print.el: PostScript code now is in separate files, doc fix.
3502 (ps-print-version): New version number (5.0.3).
3503 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3504 local.
3505 (ps-spool-config): Initialization fix.
3506 (ps-print-prologue-1, ps-print-prologue-2)
3507 (ps-print-duplex-feature): PostScript code moved to separated file.
3508 (ps-background-image): Little code reformating.
3509 (ps-begin-file, ps-begin-job): Fix code.
3510 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3511 (ps-prologue-file): New fun.
3512
3513 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3514
3515 * ps-vars.el: Eliminated.
3516
3517 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3518 `;;;###autoload'.
3519
3520 * ps-print.el: ps-vars eliminated, doc fix.
3521 (ps-print-version): New version number (5.0.2).
3522 (ps-spool-config): Initialization fix.
3523 (ps-print-customize): New fun.
3524
3525 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3526
3527 * autorevert.el (auto-revert-mode): Return value of
3528 auto-revert-mode.
3529
3530 2000-01-04 Dave Love <fx@gnu.org>
3531
3532 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3533 menu items.
3534
3535 2000-01-03 Dave Love <fx@gnu.org>
3536
3537 * elide-head.el (elide-head) [defgroup]: Add :version.
3538
3539 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3540 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3541 `cl-hash-table-p', not `hash-table-p'.
3542 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3543
3544 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * faces.el (face-read-integer, read-face-attribute)
3547 (color-defined-p, color-values): unspecified-{f,b}g are now
3548 strings.
3549
3550 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3551
3552 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3553 at comment end, and re-insert them after filling.
3554
3555 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3556
3557 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3558 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3559 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3560
3561 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3562
3563 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3564 the new name of face-color-supported-p.
3565
3566 * term/w32-win.el (xw-defined-colors): Likewise.
3567
3568 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3569
3570 * simple.el (completion-setup-function): Count completion-size
3571 from minibuffer-prompt-end, not from point-min.
3572
3573 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3574
3575 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3576 Pass the frame to tty-color-* functions.
3577 (display-color-p, frame-set-background-mode): Pass the frame to
3578 tty-display-color-p.
3579
3580 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3581 tty-color-alist.
3582 (tty-color-alist, tty-modify-color-alist): New functions.
3583 (tty-color-define, tty-color-clear, tty-color-approximate)
3584 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3585 an optional parameter FRAME.
3586
3587 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3588
3589 * image.el (create-image, defimage): Don't assume image data is a
3590 string.
3591
3592 * image.el (defimage): Handle specifications containing :data
3593 instead of :file.
3594 (image-type-from-data): New function.
3595 (image-type-from-file-header): Use it.
3596 (create-image): Add parameter DATA-P.
3597
3598 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3599
3600 * echistory.el (electric-command-history): Call Command-history-setup
3601 and command-history-mode using their new conventions.
3602
3603 * chistory.el (Command-history-setup): Don't switch buffers. Take
3604 no args, and do not set major-mode, mode-name or the local map.
3605 (command-history-mode): New function, does some of those things
3606 Command-history-setup used to do.
3607 (list-command-history): Call command-history-mode, not
3608 Command-history-setup.
3609 (command-history): Renamed from command-history-mode.
3610
3611 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3612
3613 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3614
3615 1999-12-31 William M. Perry <wmperry@aventail.com>
3616
3617 * image.el (defimage): Images with the `:data' keyword should be
3618 considered valid as well.
3619
3620 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3621
3622 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3623 with FILE if FILE is nil.
3624
3625 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3626
3627 * simple.el (choose-completion-string): In minibuffer,
3628 do not delete the prompt string.
3629
3630 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3631
3632 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3633 assigned to mode-line-mode-menu because bindings.el is dumped with
3634 Emacs, and thus the lists used for menu-item definition will be
3635 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3636 like pure menu item definitions.
3637
3638 * expand.el (expand-abbrev-hook): Return t if expansion was
3639 done, nil otherwise.
3640
3641 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3642
3643 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3644 (tar-quit): Function deleted.
3645
3646 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3647
3648 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3649 was used but not declared.
3650
3651 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3652 hs-find-block-beginning): Add or modify docstrings.
3653
3654 (hs-isearch-show): Rewrite.
3655
3656 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3657
3658 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3659
3660 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3661 space in front of a C-style comment end.
3662
3663 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3664
3665 * startup.el (command-line-1): Make mode line mouse-sensitive for
3666 the MS-DOS version as well.
3667
3668 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3669
3670 * bs.el: New file.
3671
3672 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3673
3674 * textmodes/ispell.el (ispell-process-line):
3675 Add local var line-offset to adjust for the change
3676 in positions within the line, due to previous replacements.
3677
3678 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3679
3680 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3681 Doc fixes.
3682
3683 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3684
3685 * add-log.el (change-log-version-number-regexp-list)
3686 (change-log-version-info-enabled): Change :version to 21.1.
3687 (toplevel): Require CL when compiling.
3688
3689 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3690
3691 * add-log.el (change-log-version-number-regexp-list): Added tag
3692 :version 20.6
3693 (change-log-version-info-enabled): Added tag :version 20.6
3694
3695 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3696
3697 * add-log.el: More general version number search with
3698 user-configurable regexp list.
3699 (change-log-version-number-regexp-list): New user variable.
3700 (change-log-find-version): Rewritten. Use user-configurable
3701 version numbering regexp list
3702 change-log-version-number-regexp-list.
3703 (change-log-find-version): Renamed to
3704 change-log-version-number-search
3705 (add-log-file-name-function): New.
3706 (change-log-search-vc-number): Added END paramaeter. Added doc
3707 string to function.
3708 (change-log-version-rcs): Renamed. Was
3709 change-log-search-vc-number.
3710
3711 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3712
3713 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3714 overlays if they interfere.
3715 (compilation-find-file): Make intangible overlays tangible.
3716
3717 * progmodes/hideshow.el: Generally, synch w/ maintainer
3718 version 5.9.
3719
3720 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3721
3722 (hs-minor-mode-hook): Don't initialize.
3723
3724 (hs-special-modes-alist): Rewrite value and docstring.
3725
3726 (hs-minor-mode-prefix): Delete unused var.
3727
3728 (hs-block-start-mdata-select): New var, buffer local.
3729
3730 (hs-headline): New var.
3731
3732 (hs-match-data, hs-forward-sexp): New funcs.
3733
3734 (hs-hide-comment-region): New func.
3735
3736 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3737 hs-safety-is-job-n, hs-hide-initial-comment-block,
3738 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3739 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3740 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3741 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3742 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3743
3744 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3745 (hs-isearch-show-temporary): New funcs.
3746
3747 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3748
3749 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3750
3751 When constructing menu, use `[(shift button2)]' notation.
3752
3753 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3754
3755 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3756 (jka-compr-compression-info-list): Add new elt to each vector.
3757 (jka-compr-write-region): Don't compress the data if it is
3758 already compressed.
3759
3760 * jka-compr.el (jka-compr-really-do-compress): New variable.
3761 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3762 if visiting.
3763 (jka-compr-write-region): Set jka-compr-really-do-compress
3764 if visiting. Test it when deciding to compress.
3765
3766 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3767
3768 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3769 with third argument t.
3770
3771 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3772
3773 * antlr-mode.el: Version 1.2 is released.
3774 (antlr): This package has a web page.
3775
3776 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3777
3778 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3779 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3780 (antlr-mode-map): New binding [C-c C-c].
3781 (antlr-mode-menu): New entries.
3782
3783 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3784
3785 * antlr-mode.el: Respect Emacs conventions.
3786 ((require 'cl)): Only use during compilation.
3787 (antlr-language-for-option): New function to avoid using `find'.
3788 (antlr-mode): Use it.
3789 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3790 (antlr-imenu-create-index-function): Change accordingly.
3791 (antlr-inside-rule-p): Ditto.
3792 (antlr-end-of-rule): Ditto.
3793 (antlr-end-of-body): Ditto.
3794 (antlr-beginning-of-rule): Ditto.
3795 (antlr-indent-line): Ditto.
3796
3797 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3798
3799 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3800 (antlr-set-tabs): Don't use hard-coded values.
3801
3802 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3803 won't be possible without a huge time penalty.
3804 (antlr-skip-exception-part): Be more specific.
3805 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3806 Renamed from `antlr-skip-grammar-header'.
3807 (antlr-next-rule): Change accordingly.
3808 (antlr-end-of-body): Ditto. Better error message.
3809 (antlr-beginning-of-body): Better error message.
3810 (antlr-imenu-create-index-function): Skip rule action prelude.
3811
3812 * antlr-mode.el: Minor syntax highlighting changes.
3813 (antlr-font-lock-default-face): Deletia.
3814 (antlr-font-lock-tokendef-face): Changed color.
3815 (antlr-font-lock-tokenref-face): Changed color.
3816 (antlr-font-lock-literal-face): Changed color.
3817 (antlr-font-lock-additional-keywords): Minor changes.
3818
3819 1999-12-20 Carsten Dominik <cd@gnu.org>
3820
3821 * progmodes/idlwave.el: New file.
3822
3823 * progmodes/idlwave-rinfo.el: New file.
3824
3825 * progmodes/idlwave-shell.el: New file.
3826
3827 * progmodes/idlwave-toolbar.el: New file.
3828
3829 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3830
3831 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3832
3833 * progmodes/cwarn.el: New file.
3834
3835 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3836
3837 * bindings.el (completion-ignored-extensions): Add .pdf.
3838
3839 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3840
3841 * version.el: Put the version info into binary on MS-DOS as well.
3842
3843 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3844
3845 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3846 debugger-may-continue is nil.
3847
3848 1999-12-18 Dave Love <fx@gnu.org>
3849
3850 * emacs-lisp/cl-macs.el: Remove conditional definition of
3851 eval-when-compile. Don't specify abs, expt, gethash,
3852 hash-table-count, hash-table-p as side-effect-free here.
3853 (cl-emacs-type): Don't declare.
3854 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3855 (cl-parse-loop-clause): Remove compatibility code.
3856
3857 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3858 (side-effect-free-fns): Add gethash, hash-table-count.
3859 (side-effect-and-error-free-fns): Add hash-table-p.
3860
3861 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3862 `cl-' to autoload names for some hash functions. Don't autoload
3863 eval-when-compile. Don't provide mini-cl.
3864 (cl-emacs-type): Remove.
3865 (cl-map-extents): Remove compatibility code.
3866
3867 * emacs-lisp/float.el: Bind free variables.
3868
3869 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3870
3871 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3872
3873 * bindings.el (completion-ignored-extensions): Add .tfm.
3874
3875 1999-12-16 Dave Love <fx@gnu.org>
3876
3877 * faces.el (set-face-attribute): Purecopy the attributes set.
3878
3879 * custom.el (custom-declare-variable): Purecopy value.
3880
3881 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3882 (byte-extrude-byte-code-vectors): Use remprop.
3883 (byte-compile-lambda): Check that arg is a lambda.
3884
3885 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3886
3887 * font-lock.el: System for adding and removing keywords.
3888 Both local (previously added keyword) and global keywords
3889 can be removed.
3890 (font-lock-remove-keywords): New user-level function.
3891 (font-lock-update-removed-keyword-alist): New internal function.
3892 (font-lock-removed-keywords-alist): New variable.
3893 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3894 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3895 growing datastructures.
3896 (font-lock-set-defaults): Removes keywords stored in
3897 `font-lock-removed-keywords-alist' after local keywords added.
3898
3899 1999-12-16 Anders Lindgren <andersl@andersl.com>
3900
3901 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3902 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3903
3904 * font-lock.el (c-keywords): Only highlight preprocessor
3905 directives when spelled correctly.
3906
3907 * font-lock.el (font-lock-match-c++-structor-declaration,
3908 c++-keywords): Fontify constructors and destructors with function
3909 face inside C++ class declarations.
3910
3911 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3912
3913 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3914 the shell from sh-shell-file.
3915
3916 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3917
3918 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3919
3920 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3921 if one of the files specified cannot be accessed by
3922 file-attributes. Do not strip any leading directories from the
3923 file names, to behave more like `ls' does.
3924
3925 * dired.el (dired-get-filename): Handle absolute file names.
3926 (dired-readin-insert): If argument is a cons, don't print
3927 "wildcard" on the ``total'' line.
3928
3929 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3930
3931 * faces.el (face-read-integer, read-face-attribute)
3932 (color-defined-p, color-values): Allow color values unspecified-fg
3933 and unspecified-bg, handle them as unspecified.
3934
3935 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3936
3937 * textmodes/reftex.el: (reftex-compile-variables): respect new
3938 structure of `reftex-index-macro'
3939 (reftex-compile-variables): Use the changed structure of
3940 `reftex-label-alist'.
3941
3942 * textmodes/reftex-vars.el (reftex-index-math-format,
3943 (reftex-toc-max-level): New option.
3944 reftex-index-phrases-search-whole-words,
3945 reftex-index-phrases-case-fold-search,
3946 reftex-index-phrases-skip-indexed-matches,
3947 reftex-index-phrases-wrap-long-lines,
3948 reftex-index-phrases-sort-prefers-entry,
3949 reftex-index-phrases-sort-in-blocks): New options.
3950 (reftex-index-macros): Option structure changed.
3951 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3952 (reftex-label-alist): Additional item in each entry to specify if
3953 the environment should be listed in the TOC.
3954 (eval-when-compile (require 'cl)) added.
3955
3956 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3957 longer deals with "repeat".
3958 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3959 now used.
3960 (reftex-index-phrases-comment-regexp,
3961 reftex-index-phrases-macrodef-regexp,
3962 reftex-index-phrases-phrase-regexp1,
3963 reftex-index-phrases-phrase-regexp2,
3964 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3965 New constants.
3966 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3967 reftex-index-phrases-font-lock-keywords,
3968 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3969 reftex-index-phrases-restrict-file): New variables.
3970 (reftex-index-phrase-selection-or-word,
3971 reftex-index-visit-phrases-buffer,
3972 reftex-index-initialize-phrases-buffer,
3973 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3974 reftex-index-next-phrase, reftex-index-this-phrase,
3975 reftex-index-all-phrases, reftex-index-region-phrases,
3976 reftex-index-phrases-parse-header,
3977 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3978 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3979 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3980 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3981 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3982 reftex-index-make-replace-string,
3983 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3984 reftex-index-phrase-match-is-indexed,
3985 reftex-index-phrases-fixup-line,
3986 reftex-index-phrases-replace-space,
3987 reftex-index-select-phrases-macro): New functions.
3988 (reftex-index-globalize, reftex-index-globally): functions removed
3989 (eval-when-compile (require 'cl)) added.
3990
3991 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3992 for max level.
3993 (reftex-toc-max-level-indicator): New variable.
3994 (reftex-toc-max-level): New command.
3995 (reftex-toc-map): New keybinding `t'.
3996 (reftex-toc-help): Constant updated.
3997 (eval-when-compile (require 'cl)) added.
3998
3999 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
4000 `t' command key can change `reftex-toc-max-level'
4001 (eval-when-compile (require 'cl)) added.
4002
4003 * textmode/reftex-sel (reftex-insert-docstruct): Respect
4004 `reftex-toc-max-level'
4005 (eval-when-compile (require 'cl)) added.
4006
4007 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
4008 added.
4009
4010 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4011 added.
4012
4013 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4014 commands.
4015 (reftex-citation, reftex-do-citation,
4016 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4017 preselect a citation format.
4018 (eval-when-compile (require 'cl)) added.
4019
4020 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4021 parameter to-end
4022 (reftex-section-info): Deal with environment matches.
4023 (eval-when-compile (require 'cl)) added.
4024
4025 * reftex-global.el (eval-when-compile (require 'cl)) added.
4026
4027 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4028
4029 The following changes are for the new composition mechanism. We
4030 have deleted `composition' charset and composite characters,
4031 instead introduced a special text property `composition'.
4032
4033 * composite.el: New file.
4034
4035 * ps-mule.el: Define encode-composition-rule and find-composition
4036 for Emacs 20.4 and the earlier versions.
4037 (ps-mule-init-external-library): Just require a feature for
4038 external libraries.
4039 (ps-mule-prologue): Postscript code modified for new composition.
4040 (ps-mule-find-wrappoint): New arg COMPOSITION.
4041 (ps-mule-plot-string): Delete code for composite characaters.
4042 (ps-mule-plot-composition): New funcion.
4043 (ps-mule-prepare-font-for-components): New function.
4044 (ps-mule-plot-components): New function.
4045 (ps-mule-composition-prologue-generated): Renamed from
4046 ps-mule-cmpchar-prologue-generated.
4047 (ps-mule-composition-prologue): New named from
4048 ps-mule-cmpchar-prologue. Modified for new composition.
4049 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4050 ps-mule-prepare-cmpchar-font): Deleted.
4051 (ps-mule-string-encoding): New arg NO-SETFONT.
4052 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4053 check Composing, not Cmpchar
4054 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4055 to nil.
4056 (ps-mule-begin-job): Check existence of new composition.
4057
4058 * ps-print.el (ps-plot-region): Handle new composition.
4059
4060 * simple.el (what-cursor-position): Show "(composed)" if the
4061 character is composed.
4062
4063 * international/characters.el: Fix cateogries of Lao symbols.
4064
4065 * international/fontset.el (vertical-centering-font-regexp): New
4066 variable.
4067
4068 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4069 (mule-version-date): Updated to 1999.12.7.
4070 (with-category-table): New macro.
4071
4072 * international/mule-cmds.el (encode-coding-char): Don't check
4073 composite character.
4074
4075 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4076 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4077 x-ctext): Give `composition' property t.
4078
4079 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4080 non-nil) at the tail of ALIST.
4081 (compose-region, decompose-region, decompse-string,
4082 reference-point-alist, compose-chars): Moved to composite.el.
4083 (compose-chars-component, compose-chars-rule,
4084 decompose-composite-char): Deleted.
4085
4086 * international/quail.el (quail-install-map): New optional arg
4087 NAME.
4088 (quail-get-translation): If DEF is a symbol but not a function,
4089 ignore it.
4090 (quail-start-translation): Put a key sequence undefined in the
4091 translation keymap in unread-command-events, not generated-events.
4092 Return parameterized event (compose-last-chars N) if the input
4093 characters should be composed.
4094 (quail-map-definition): If DEF is t, treat it as nil.
4095 (quail-delete-last-char): Delete the quail region.
4096 (quail-show-translations): Don't show list of translations if the
4097 quail package is deterministic.
4098 (quail-completion-max-depth): New variable.
4099 (quail-completion-1): Pay attention to the above variable. Fix
4100 for the case that a translation is a function.
4101 (quail-map-from-table, quail-map-from-table-1,
4102 quail-map-from-table-2): New functions.
4103 (quail-lookup-map-and-concat): New function
4104
4105 * language/devan-util.el: Mostly rewritten.
4106
4107 * language/lao.el: Register lao-composition-function in
4108 composition-function-table.
4109
4110 * language/lao-util.el: Mostly rewritten.
4111
4112 * language/thai.el: Register thai-composition-function in
4113 composition-function-table.
4114 (thai-tis620): Delete `pre-write-conversion' property.
4115
4116 * language/thai-util.el: (thai-category-table): Make it by
4117 make-category-table.
4118 (thai-composition-pattern): New variable.
4119 (thai-compose-region, thai-compose-string): Use
4120 with-category-table.
4121 (thai-post-read-conversion): Just call thai-compose-region.
4122 (thai-pre-write-conversion): Deleted.
4123 (thai-composition-function): New funciton.
4124
4125 * language/tibet-util.el: Most functions rewritten.
4126 (tibetan-char-p): Renamed from tibetan-char-examin.
4127 (tibetan-composable-examin) (tibetan-complete-char-examin)
4128 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4129 (tibetan-add-components): New function.
4130 (tibetan-composition-function): New function.
4131
4132 * language/tibetan.el: Register tibetan-composition-function in
4133 composition-function-table.
4134 (tibetan-composable-pattern): New variable.
4135 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4136 (tibetan-precomposition-rule-alist): Move punctuations to
4137 tibetan-punctuation-transcription-alist and
4138 tibetan-obsolete-glyphs.
4139 (tibetan-punctuation-transcription-alist): New variable.
4140 (tibetan-obsolete-glyphs): New variable.
4141 (tibetan-regexp): Improve the initialization code.
4142
4143 * textmodes/fill.el (fill-find-break-point): Delete codes for
4144 composite characters.
4145 (fill-region-as-paragraph): Likewise.
4146
4147 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4148
4149 * international/mule-cmds.el (default-input-method): Specify
4150 that it should be set after current-language-environment.
4151
4152 * custom.el (custom-handle-keyword): Add :set-after.
4153 (custom-add-dependencies): New function.
4154 (custom-set-variables): Take dependencies between args into
4155 account.
4156
4157 * battery.el (battery): Doc fix.
4158
4159 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4160
4161 * progmodes/cc-make.el: Removed.
4162
4163 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4164
4165 * Release of cc-mode 5.26
4166
4167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4168
4169 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4170 target depth. Optionally count #else lines as clause limits,
4171 as suggested by don provan <provan@lucent.com>. #elif
4172 handling fixed.
4173
4174 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4175 (c-down-conditional-with-else): New commands that uses the
4176 added functionality in `c-forward-conditional'.
4177
4178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4179
4180 * cc-align.el (c-lineup-comment): Preserve the alignment with
4181 a comment on the previous line instead of preserving the
4182 comment-column.
4183
4184 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4185
4186 * Fixes to IDL mode after input from Eric Eide
4187 <eeide@cs.utah.edu>:
4188 * cc-engine.el (c-beginning-of-statement-1): Allow
4189 `c-conditional-key' to be nil, for the benefit of IDL mode.
4190 * cc-engine.el (c-guess-basic-syntax): Ditto.
4191 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4192 but do match CORBA 2.3 `valuetype'.
4193 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4194 for IDL.
4195 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4196 be nil for IDL.
4197 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4198 Like C++.
4199 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4200 set `c-method-key' and `c-baseclass-key' to nil.
4201
4202 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4203
4204 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4205 with nonhanging open braces.
4206
4207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-align.el: Added docstrings to all lineup functions.
4210
4211 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4212 keyword.
4213
4214 * cc-align.el (c-lineup-C-comments): Handle free form text
4215 comments. Use c-comment-prefix-regexp and comment-start-skip
4216 instead of hardcoded regexps.
4217
4218 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4219
4220 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4221 behavior and return value as documented.
4222
4223 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4224
4225 * Changes for new style variable init system:
4226 * cc-langs.el (c-common-init): Dito.
4227 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4228 now customizable.
4229 * cc-vars.el: Style variables may now take a value
4230 'set-from-style to make them take their value from the style
4231 system. This value is now the default on all these variables.
4232 * cc-vars.el (c-valid-offset): New function to verify a
4233 syntactic symbol offset setting.
4234 * cc-vars.el (c-offsets-alist): Variable moved from
4235 cc-styles.el since it's now customizable in a similar way to
4236 the other style variables.
4237 * cc-vars.el (c-old-style-variable-behavior): New variable to
4238 revert to the old style init behavior.
4239
4240 * cc-vars.el (c-file-style, c-file-offsets): Made always
4241 buffer local.
4242
4243 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4244 the throws clause that might follow the function prototype in
4245 C++.
4246
4247 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4248
4249 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4250 could move forward for macros that doesn't start in column 0.
4251
4252 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4253
4254 * cc-align.el (c-indent-multi-line-block,
4255 c-lineup-whitesmith-in-block): Two new lineup functions for
4256 use in whitesmith style.
4257
4258 * cc-styles.el (c-style-alist): More fixes to whitesmith
4259 style. It should now handle all different braces uniformly in
4260 both hanging and non-hanging cases.
4261
4262 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4263
4264 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4265 make it stay in the same position relative to the surrounding
4266 text.
4267
4268 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4269 when adaptive-fill-mode doesn't manage to get it correct.
4270
4271 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4272 with dotted notation, e.g. foo.bar.Gnu.
4273
4274 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4275 within unwind-protect (previously only some were wrapped so it
4276 would be possible to register mode initialization when full
4277 initialization did not finish).
4278
4279 * cc-styles.el (c-style-alist): Corrected the brace placement
4280 in the whitesmith style. Thanks to Sean Luke
4281 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4282 styles with consistent brace placement for all constructs.
4283
4284 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4285
4286 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4287 when point is in the middle of them.
4288
4289 * cc-cmds.el: Line breaking and paragraph filling code
4290 rewritten:
4291 (c-guess-fill-prefix): New function that uses various
4292 heuristics to guess the comment prefix.
4293 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4294 It now assumes adaptive filling is active to preserve the line
4295 prefix inside comments.
4296 (c-indent-new-comment-line): Replacement for the now
4297 obsolete `c-comment-line-break-function' that uses
4298 `c-guess-fill-prefix' when appropriate. It now observes the
4299 setting of `comment-multi-line', which has effect in C-style
4300 block comments.
4301
4302 * cc-cmds.el (c-context-line-break): New function intended to
4303 be put on RET. It's essentially `newline-and-indent', but
4304 continues C block comments with the appropriate line prefix.
4305
4306 * cc-cmds.el (c-do-auto-fill): New function put on
4307 `normal-auto-fill-function' to implement the
4308 `c-ignore-auto-fill' variable.
4309
4310 * cc-cmds.el (c-beginning-of-statement): Use
4311 `c-comment-prefix-regexp' to avoid ending up inside the
4312 comment prefix. Better handling of comment starters and
4313 enders. Catch comments better when traversing code. Stop at
4314 preprocessor directives.
4315
4316 * cc-defs.el (c-forward-comment): New subst to hide platform
4317 dependent quirks in `forward-comment'.
4318
4319 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4320 argument.
4321 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4322 arguments. Activate this function by default when
4323 `parse-partial-sexp' supports it (currently Emacs 20.x).
4324
4325 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4326 on the comment opener to make constants usable as lineup
4327 arguments.
4328
4329 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4330 changed anchor position in the `c' syntactic symbol. Handle
4331 more than stars in the comment prefix; use the new variable
4332 `c-comment-prefix-regexp'. Don't indent text not preceded by
4333 a comment prefix to the right of the comment opener if it's
4334 long.
4335
4336 * cc-langs.el: Fixes to mode initialization for new line
4337 breaking and paragraph filling method. Adaptive fill mode is
4338 now activated at startup instead of deactivated. The
4339 variables used for adaptive filling and paragraph movement are
4340 also changed to incorporate the value of
4341 `c-comment-prefix-regexp'. `substitute-key-definition' is
4342 used to override some functions in the global map instead of
4343 overriding their default bindings.
4344
4345 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4346 javadoc markup at mode init.
4347
4348 * cc-mode.el (c-setup-filladapt): A new convenience function
4349 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4350 function is intended to be used explicitly by the end user
4351 only.
4352
4353 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4354 recognize the comment fill prefix inside comments.
4355 (c-block-comment-prefix): New name for
4356 `c-comment-contiuation-stars', which is now obsolete. It's
4357 generalized to handle any character sequence.
4358 (c-ignore-auto-fill): New variable used to selectively disable
4359 Auto Fill mode in specific contexts.
4360
4361 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4362
4363 * cc-cmds.el (c-comment-indent): Leave at least one space
4364 between the comment and the last nonblank character in the
4365 case where we look at the indentation of the comment on the
4366 previous line (case 4).
4367
4368 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4369 list of characters that may start a statement (it's a sort of
4370 prefix operator in Pike, and isn't used at all in any of the
4371 other languages).
4372
4373 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4374
4375 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4376 inside continued statements as statement-cont instead of
4377 brace-list-open. The reason is that one normally adjusts
4378 brace-list-open for brace lists as top-level constructs, and
4379 brace lists inside statements is a completely different
4380 context. Case 10B.2 changed. Also changed (the somewhat
4381 esoteric) case 9A to cope with this.
4382
4383 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4384
4385 * cc-cmds.el (c-electric-brace): Added electric handling of
4386 the open brace for brace-elseif-brace.
4387
4388 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4389
4390 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4391 syntax tables temporarily.
4392
4393 * cc-engine.el (c-guess-basic-syntax): Handle template and
4394 member init argument lists split over several lines. Case 5D
4395 changed.
4396
4397 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4398 @throws introduced in Javadoc 1.2.
4399
4400 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4401 patch from RMS to avoid infinite backtracking.
4402
4403 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4404
4405 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4406 by [ ].
4407
4408 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4409
4410 * cc-align.el (c-lineup-dont-change): Compensate properly for
4411 the column in langelem.
4412
4413 * cc-engine.el (c-syntactic-information-on-region): New
4414 function to help debugging the syntactic analysis.
4415
4416 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4417
4418 * cc-align.el (c-lineup-template-args): Handle nested template
4419 arglists.
4420
4421 * cc-langs.el (c++-template-syntax-table): New syntax table
4422 that makes `<' and `>' parenthesis characters, which is useful
4423 to switch to temporarily when analyzing template arglists.
4424
4425 * cc-styles.el: Changed default alignment of labels in the
4426 java style to conform to the examples in the Java Language
4427 Specification.
4428
4429 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4430 by default.
4431
4432 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4435 immediately before the closing paren in an arglist, so don't
4436 check that in Pike mode. Case 7A changed.
4437
4438 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4439
4440 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4441 lines were ignored under certain conditions.
4442
4443 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4444
4445 * cc-align.el (c-lineup-template-args): New function for
4446 aligning continued template argument lists.
4447
4448 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4449 lists containing function arglists split over several lines.
4450 Case 5D.1 changed.
4451
4452 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4453 template-args-cont didn't get recognized when the first
4454 arglist opener line doesn't contain a template argument. New
4455 case 5K.
4456
4457 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4458
4459 * cc-defs.el (c-point): Changed from subst to macro for
4460 efficiency.
4461 (c-beginning-of-defun-1, c-end-of-defun-1): New
4462 beginning-of-defun/end-of-defun wrappers separated from
4463 c-point.
4464
4465 * cc-menus.el (imenu-generic-expression,
4466 imenu-case-fold-search, imenu-progress-message): Dummy
4467 definitions to avoid compiler warnings if imenu can't be
4468 loaded.
4469 * cc-menus.el (cc-imenu-init): New function called at mode
4470 init.
4471 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4472 imenu initializations to cc-imenu-init.
4473
4474 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4475
4476 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4477 for lambda-intro-cont in Pike mode. Case 6 changed.
4478
4479 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4480 anything following "new Foo()" was considered an anonymous
4481 class body in Java mode.
4482
4483 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4484
4485 * cc-cmds.el (c-comment-line-break-function): When breaking in
4486 a string, don't insert a new line.
4487
4488 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4489
4490 * cc-engine.el (c-at-toplevel-p): New interface function which
4491 returns information useful to add-on authors. It tells you
4492 whether you're at a toplevel statement or not.
4493
4494 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4495
4496 * cc-cmds.el (c-comment-line-break-function): It is possible
4497 that forward-line does not land us at the bol, say if we're on
4498 the last line in a file. In that case, do a
4499 back-to-indentation instead of a forward-comment -1.
4500
4501 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4502
4503 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4504 "default:" as normal label in case 4.
4505
4506 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4507
4508 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4509 recognize continued bitfield declarations. Case 5D.1 changed.
4510 * cc-langs.el: New variable c-bitfield-key.
4511 * cc-mode.el: New variable c-bitfield-key.
4512
4513 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4514
4515 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4516 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4517 ..}").
4518
4519 1999-12-12 Dave Love <fx@gnu.org>
4520
4521 * mail/footnote.el: Require cl when compiling. Don't autoload
4522 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4523 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4524 Avoid `acons'.
4525 (footnote-mode-line-string, Footnote-add-footnote): Remove
4526 autoload cookie.
4527
4528 1999-12-12 Richard Sharman <rsharman@pobox.com>
4529
4530 * sh-script.el: Fix for when font-lock mode is active.
4531 (sh-font-lock-unfontify-region-function): New function.
4532
4533 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4534
4535 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4536 if start-process is not bound, since Ispell now supports such
4537 platforms as well.
4538
4539 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4540
4541 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4542 rmail-summary-goto-msg.
4543
4544 * files.el (after-find-file): Fix previous change.
4545
4546 1999-12-11 Dave Love <fx@gnu.org>
4547
4548 * help.el (where-is): Use `commandp' as predicate for
4549 `completing-read'
4550
4551 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4552
4553 * cus-edit.el (custom-save-delete): Delete all occurrences,
4554 leave point where the first occurrence was.
4555 (custom-save-faces): Insert a newline at the end of the comment.
4556 Avoid a double newline there.
4557 If final closeparen is at bol, put a space before it.
4558 (custom-save-variables): Likewise.
4559 (custom-file): Doc fix.
4560
4561 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4562
4563 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4564 regexp matching image and audio files.
4565
4566 1999-12-09 Dave Love <fx@gnu.org>
4567
4568 * mail/footnote.el: New file.
4569
4570 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4571
4572 * files.el (after-find-file): Use auto-save-visited-file-name if
4573 set.
4574
4575 * mail/feedmail.el (feedmail-find-eoh): Take
4576 feedmail-queue-alternative-mail-header-separator into account.
4577
4578 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4579
4580 * smerge-mode.el: New file.
4581
4582 * font-lock.el (font-lock-multiline): New variable.
4583 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4584 (font-lock-remove-keywords): Added a dummy `mode' argument for
4585 potential future support.
4586 (font-lock-fontify-anchored-keywords,
4587 (font-lock-fontify-keywords-region): Only handle multiline strings
4588 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4589
4590 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4591
4592 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4593
4594 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4595
4596 1999-12-07 Dave Love <fx@gnu.org>
4597
4598 * help.el (view-emacs-problems): New command, bound to C-h P.
4599
4600 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4601
4602 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4603
4604 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4605 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4606 New code to support the minor mode version.
4607 (diff-recenter): New function.
4608 (diff-next-hunk, diff-next-file): Use it.
4609 (diff-remembered-files-alist): New var.
4610 (diff-merge-strings): New function.
4611 (diff-find-file-name): Make it smarter and use the user's input more.
4612 (diff-mode): Cosmetic changes.
4613
4614 * files.el (save-some-buffers): Turn EXITING into the more general
4615 PRED argument to allow specifying a subset of buffers.
4616
4617 * simple.el (kill-region): Use the new `delete-and-extract-region'
4618 rather than the undo log (which is incorrect with *-change-functions).
4619
4620 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4621 off-by-one problem that could force re-fontifying the whole buffer.
4622 (font-lock-remove-keywords): New function.
4623 (font-lock-add-keywords): Use the new function to ensure idempotence.
4624
4625 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4626
4627 * viper-cmd.el (viper-minibuffer-standard-hook,
4628 viper-minibuffer-real-start): Mew functions.
4629 (viper-read-string-with-history,viper-file-add-suffix,
4630 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4631 change in the status of the minibuffer prompt.
4632
4633 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4634
4635 * comint.el (comint-redirect-results-list)
4636 (comint-redirect-results-list-from-process): Remove interactive
4637 spec.
4638
4639 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4640
4641 * info.el (info-node, info-menu-5, info-xref): Define colors for
4642 Info faces if the display supports them.
4643
4644 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4645
4646 Changes for automatic remapping of X colors on terminal frames:
4647
4648 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4649 term-setup-hook. Call msdos-remember-default-colors and
4650 msdos-handle-reverse-video.
4651 (msdos-face-setup): Parts of code moved to
4652 msdos-setup-initial-frame.
4653 (msdos-handle-reverse-video): New function, modeled after
4654 x-handle-reverse-video.
4655 (make-msdos-frame): Don't use initial-frame-alist and
4656 default-frame-alist. Call msdos-handle-reverse-video.
4657 (msdos-color-aliases): Remove.
4658 (msdos-color-translate, msdos-approximate-color): Remove.
4659 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4660 for better approximation of X colors.
4661 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4662 up tty-color-alist (it is now on startup.el).
4663 (x-display-color-p, x-color-defined-p, x-color-values,
4664 x-defined-colors, face-color-supported-p, face-color-gray-p):
4665 Remove.
4666
4667 * facemenu.el (facemenu-read-color, list-colors-display): Use
4668 defined-colors for all frame types.
4669 (facemenu-color-equal): Use color-values for all frame types.
4670
4671 * faces.el (read-face-attribute): For :foreground and :background
4672 attributes and frames on character terminals, translate the color
4673 to the closest supported one before looking it up in the list of
4674 valid values.
4675 (face-valid-attribute-values): Call defined-colors for all types
4676 of frames.
4677 (defined-colors, color-defined-p, color-values, display-color-p):
4678 New finctions.
4679 (x-defined-colors, x-color-defined-p, x-color-values,
4680 x-display-color-p): Aliases for the above.
4681
4682 * startup.el (command-line): Register terminal colors for frame
4683 types other than x and w32, but only if the terminal supports
4684 colors. Call tty-color-define instead of face-register-tty-color.
4685
4686 * term/x-win.el (xw-defined-colors): Renamed from
4687 x-defined-colors.
4688 * term/w32-win.el (xw-defined-colors): Likewise.
4689
4690 * term/tty-colors.el: New file.
4691 * loadup.el: Load term/tty-colors.
4692
4693 1999-12-06 Dave Love <fx@gnu.org>
4694
4695 * ffap.el: Autoload the ffap alias directly.
4696
4697 1999-12-06 Inge Frick <inge@nada.kth.se>
4698
4699 * dired-aux.el (dired-do-shell-command): Changed documentation.
4700 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4701 meaning as `*'.
4702
4703 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4704
4705 * simple.el (insert-buffer): Doc fix.
4706
4707 * apropos.el (apropos-mode): Add autoload cookie.
4708
4709 1999-12-06 Sam Steingold <sds@goems.com>
4710
4711 * progmodes/etags.el (etags-tags-completion-table): Modified the
4712 regexp to allow for the CL symbols starting with `+*'.
4713 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4714 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4715 `function' quoting lambda.
4716 (tags-with-face): New macro.
4717 (list-tags, tags-apropos): Use it.
4718 (tags-apropos-additional-actions): New user option.
4719 (etags-tags-apropos-additional): Use it.
4720 (tags-apropos): Call etags-tags-apropos-additional.
4721 (tags-apropos-verbose): New user option.
4722 (etags-tags-apropos): Use it.
4723 (visit-tags-table-buffer, next-file): Use `unless'.
4724 (recognize-empty-tags-table): Renamed to
4725 tags-recognize-empty-tags-table.
4726 (complete-tag): Call tags-complete-tag bypassing try-completion.
4727
4728 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4729
4730 * international/mule.el (set-buffer-file-coding-system): Docstring
4731 modified.
4732
4733 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4734
4735 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4736 using the hideshow package.
4737 (hs-special-modes-alist): Added entry for bibtex to allow the use
4738 of the hideshow package.
4739 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4740 not longer provided by bibtex.el directly. Instead the hideshow
4741 package should be used.
4742 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4743 references to bibtex-hide-entry-bodies.
4744
4745 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4746
4747 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4748 maintainer information closer to the beginning of the bibtex.el
4749 file.
4750 (bibtex-maintainer-salutation): New constant.
4751 (bibtex-version): New constant.
4752 (bibtex-submit-bug-report): Use bibtex-version and
4753 bibtex-maintainer-salutation.
4754 (bibtex-entry-field-alist): Made booktitle field optional for
4755 @inproceedings entries when crossreferenced.
4756 (bibtex-entry-field-alist): Added booktitle field to proceedings
4757 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4758 for the suggestion.
4759 (bibtex-string-file-path): Fixed typo.
4760
4761 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4762
4763 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4764 for reftex.el.
4765 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4766 to menu.
4767
4768 1999-12-04 Dave Love <fx@gnu.org>
4769
4770 * delsel.el: Revert previous change -- region is significant to
4771 skeleton.
4772
4773 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4774
4775 * viper-cmd.el (viper-change-state): Use
4776 viper-ESC-moves-cursor-back to decide whether to move the cursor
4777 back.
4778
4779 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4780
4781 * international/mule-util.el (truncate-string-to-width): Docsting
4782 fixed.
4783
4784 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4785
4786 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4787 use of `cond'.
4788 (lm-with-file): Move all the find-file...kill-buffer stuff into
4789 this macro. Make it use `find-file-noselect' and make it kill
4790 the buffer only if it wasn't already displayed somewhere.
4791 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4792 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4793 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4794 (lm-commentary): Fix to handle the case when the change log is
4795 at the end of the file.
4796
4797 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4798
4799 * international/mule.el (charsetp): Fix typo in docstring.
4800
4801 * international/mule-diag.el (list-coding-categories): Fix typo;
4802 automatic -> autoload.
4803
4804 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4805
4806 * vc.el (vc-update-change-log): Look for rcs2log under
4807 exec-directory.
4808
4809 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4810 outline-regexp, add outline-level.
4811 (lisp-outline-level): New.
4812
4813 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4814 remove extraneous string-match.
4815
4816 * finder.el (finder-commentary): Activate Finder mode.
4817
4818 1999-12-01 Anders Lindgren <andersl@andersl.com>
4819
4820 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4821 off when reverting buffers that contained mode specifiers.
4822 `revert-buffer' is now called with non-nil PRESERVE-MODES
4823 argument.
4824
4825 1999-12-01 Dave Love <fx@gnu.org>
4826
4827 * delsel.el: Grok skeleton-pair-insert-maybe.
4828
4829 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4830
4831 * progmodes/cperl-mode.el (cperl-under-as-char):
4832 Use nil as default.
4833
4834 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4835
4836 * speedbar.el (toplevel): Remove compatibility code for Emacs
4837 versions without custom.el.
4838
4839 1999-11-30 Dave Love <fx@gnu.org>
4840
4841 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4842
4843 * autoinsert.el: Minor doc fixes.
4844 (auto-insert): Return nil.
4845
4846 * faces.el (set-face-documentation): Purecopy STRING.
4847
4848 1999-11-29 Dave Love <fx@gnu.org>
4849
4850 * derived.el: Doc fixes, remove old backquote syntax.
4851
4852 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4853 comment warning about editing.
4854
4855 * help.el (help-mode-hook): Define.
4856
4857 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4858
4859 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4860 invalid translation of old-style backquote syntax to new syntax.
4861
4862 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4863
4864 * Makefile (DONTCOMPILE): Add term/internal.el.
4865
4866 1999-11-26 Dave Love <fx@gnu.org>
4867
4868 * comint.el: Fix last change.
4869
4870 * emacs-lisp/advice.el: Fix last change.
4871
4872 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4873
4874 * cus-edit.el (Custom-reset-standard): Doc fix.
4875 (custom-variable-reset-standard): Doc fix.
4876 (custom-face-reset-standard): Doc fix.
4877 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4878 (custom-variable-menu): Likewise.
4879 (custom-reset-menu): Likewise.
4880 (custom-buffer-create-internal): Likewise.
4881
4882 1999-11-26 Dave Love <fx@gnu.org>
4883
4884 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4885
4886 * font-lock.el: Doc fixes.
4887
4888 * menu-bar.el (menu-bar-mode): Customize.
4889
4890 * cus-start.el: Add use-dialog-box.
4891
4892 * add-log.el (change-log-mode-hook): Customize.
4893 (add-log-current-defun): Use
4894 fortran-{beginning,end}-of-subprogram.
4895
4896 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4897
4898 * emacs-lisp/advice.el: Many doc fixes.
4899
4900 * comint.el (comint-preoutput-filter-functions): Doc fix.
4901
4902 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4903
4904 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4905 Improve messages for capitalization of arg names,
4906 for flag variables, for t and nil, for imperatives.
4907 Call them imperatives rather than infinitives sans "to".
4908 (checkdoc-common-verbs-wrong-voice): Add "moves".
4909 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4910
4911 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4912 Don't convert comments from 3-semicolon to 2-semicolon.
4913 That is a matter of style.
4914 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4915 (checkdoc-comments): Don't bind that variable.
4916
4917 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4918
4919 * files.el (write-file-hooks): Doc fix.
4920
4921 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4922
4923 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4924
4925 1999-11-25 Dave Love <fx@gnu.org>
4926
4927 * hippie-exp.el: Require comint when compiling.
4928 (hippie-expand): Add :links.
4929 (hippie-expand-try-functions-list): Customize.
4930
4931 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4932
4933 * viper*el: Replaced old-style backquotes.
4934
4935 * ediff*el: Replaced old-style backquotes.
4936
4937 * ediff-merge
4938 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4939 Changed to support the new format for ediff-combination-pattern.
4940
4941 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4942 Changed to support the new format for ediff-combination-pattern.
4943
4944 1999-11-24 Dave Love <fx@gnu.org>
4945
4946 * custom.el (custom-declare-group): Purecopy DOC.
4947 (custom-handle-keyword): Purecopy VALUE.
4948 (custom-add-link): Purecopy WIDGET.
4949 (custom-add-version): Purecopy VERSION.
4950 (custom-add-load): Purecopy LOAD.
4951
4952 * cus-face.el (custom-declare-face): Purecopy DOC.
4953
4954 * info.el:
4955 (Info-build-node-completions, Info-search, Info-follow-reference)
4956 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4957 (Info-find-emacs-command-nodes): Avoid properties on matched text
4958 which may appear in minibuffer.
4959
4960 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4961
4962 * locate.el (locate-with-filter): Doc fix.
4963
4964 1999-11-24 Alex Schroeder <alex@gnu.org>
4965
4966 * sql.el (sql-find-sqli-buffer): New function.
4967 (sql-set-sqli-buffer-generally): New function.
4968 (sql-set-sqli-buffer): Better checking of new-buffer.
4969 (sql-copy-column): Add comma after INTO clause, too.
4970
4971 1999-11-24 Alex Schroeder <alex@gnu.org>
4972
4973 * sql.el (sql-imenu-generic-expression): New, used to set
4974 imenu-generic-expression.
4975
4976 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4977 setting font-lock-defaults' SYNTAX-ALIST. Set
4978 imenu-generic-expression, imenu-case-fold-search, and
4979 imenu-syntax-alist.
4980
4981 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4982 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4983
4984 1999-11-23 Andrew Innes <andrewi@gnu.org>
4985
4986 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4987 drop coords aren't over a specific window.
4988
4989 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4990
4991 * ps-print.el: Define mule funs without checking if mule package is
4992 loaded.
4993 (ps-print-version): New version number (5.0.1).
4994 (ps-header-dirpart): Now uses abbreviate-file-name.
4995
4996 1999-11-23 Dave Love <fx@gnu.org>
4997
4998 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4999 comment-line-start.
5000 (fortran-comment-line-start-skip): Renamed from
5001 comment-line-start-skip.
5002 (fortran-mode-map): Use renamed functions. Add manual and custom
5003 entries to menu.
5004 (fortran-mode-hook): Customize.
5005 (fortran-comment-indent-function): Renamed from
5006 fortran-comment-hook.
5007 (delete-horizontal-regexp): Function deleted.
5008 (fortran-electric-line-number): Simplified.
5009 (fortran-beginning-of-subprogram): Renamed from
5010 beginning-of-fortran-subprogram.
5011 (fortran-end-of-subprogram): Renamed from
5012 end-of-fortran-subprogram.
5013 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5014 (fortran-previous-statement, fortran-next-statement): Simplified.
5015 (fortran-blink-match): New function.
5016 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5017 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5018 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5019 line-end-position.
5020 (fortran-fill): No longer interactive. Simplified.
5021 (fortran-break-line): Simplified.
5022 (fortran-analyze-file-format): Use char-after, not looking-at.
5023
5024 * emacs-lisp/find-func.el (find-function-regexp): Use
5025 `define-minor-mode' after easy-menu change.
5026
5027 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5028
5029 * comint.el: Add redirection.from active comint buffers into
5030 another buffer. Written by Peter Breton.
5031
5032 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5033
5034 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5035 `define-minor-mode'.
5036 (define-minor-mode): Specify `doc-string-elt'.
5037
5038 * emacs-lisp/easy-mmode.el: Changed maintainer.
5039 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5040 Use defcustom for the hooks; Improve the auto-generated docstrings.
5041 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5042 (define-minor-mode): Add BODY arg; Only declare the keymap if
5043 provided; Improve the auto-generated docstrings.
5044
5045 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5046
5047 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5048 that the leading `^' is at the start. This is necessary because
5049 paragraphs.el tries to remove anchors, but can find them only if
5050 they are the first character.
5051
5052 * progmodes/antlr-mode.el: New file.
5053
5054 * calendar/calendar.el: Fix autoload for
5055 calendar-absolute-from-astro. Add autoload for
5056 calendar-print-astro-day-number.
5057
5058 1999-11-21 Anders Lindgren <andersl@andersl.com>
5059
5060 * follow.el: Use modern backquote syntax. Minor comment update.
5061
5062 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5063
5064 * simple.el (with-syntax-table): Don't switch buffers.
5065
5066 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5067 progmodes/hideif.el: Use new backquote syntax.
5068
5069 1999-11-21 Ken Manheimer <klm@python.org>
5070
5071 * icomplete.el (icomplete-completions): Use an explicit variable
5072 `icomplete-prospects-length', obviating the need to use an
5073 apparently faulty throw/catch arrangement.
5074
5075 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5076
5077 * term/internal.el (IT-display-table-setup): Don't overstep
5078 character code 255.
5079
5080 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5081
5082 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5083 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5084
5085 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5086
5087 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5088 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5089
5090 * files.el (auto-mode-alist): Add patterns for diff-mode.
5091
5092 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5093 to detect an empty prompt.
5094
5095 1999-11-18 Dave Love <fx@gnu.org>
5096
5097 * simple.el (input-mode-8-bit): Fix the customization.
5098
5099 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5100
5101 * international/iso-acc.el (iso-languages): Add more
5102 characters for Portuguese.
5103
5104 * speedbar.el: Clean up comment at the start of the file.
5105 Remove RCS id.
5106
5107 * progmodes/compile.el (compilation-parse-errors): Use
5108 compilation-buffer-p instead of testing major-mode.
5109
5110 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5111
5112 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5113 (quickurl-ask): completion-ignore-case is set to the value of
5114 quickurl-completion-ignore-case for the duration of the call to
5115 completing-read.
5116
5117 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5118
5119 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5120
5121 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5122
5123 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5124 instead of ps-print-def.
5125
5126 * ps-print.el: Require ps-vars instead of ps-print-def.
5127
5128 * ps-mule.el: Require ps-vars instead of ps-print-def.
5129
5130 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5131
5132 * simple.el (with-syntax-table): Save buffer explicitly instead of
5133 using save-excursion.
5134
5135 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5136
5137 * mail/supercite.el: New maintainer.
5138
5139 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5140
5141 * progmodes/vhdl-mode.el: Use new backquote syntax.
5142
5143 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5144
5145 * simple.el (with-syntax-table): New.
5146
5147 1999-11-15 Sam Steingold <sds@ksp.com>
5148
5149 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5150
5151 1999-02-22 Sam Steingold <sds@goems.com>
5152
5153 * goto-addr.el (goto-address-at-mouse,
5154 goto-address-find-address-at-point): Use compose-mail.
5155 (goto-address-mail-method): Removed variable.
5156 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5157 goto-address-send-using-mail): Removed functions.
5158
5159 1998-11-03 Sam Steingold <sds@goems.com>
5160
5161 * simple.el (backward-delete-char-untabify):
5162 backward-delete-char-untabify-method can be `all' now - to delete
5163 hungrily including newlines.
5164
5165 1999-11-15 Sam Steingold <sds@ksp.com>
5166
5167 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5168
5169 1999-11-15 Dave Love <fx@gnu.org>
5170
5171 * cus-edit.el (customize-face, customize-face-other-window):
5172 Require match from completing-read.
5173 (custom-buffer-done-function): Default to custom-bury-buffer, not
5174 bury-buffer.
5175
5176 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5177
5178 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5179 progmodes/cperl-mode.el: Use new backquote syntax.
5180
5181 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5182
5183 * uniquify.el: Use new backquote syntax.
5184
5185 1999-11-14 Markus Rost <rost@ias.edu>
5186
5187 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5188 as in ispell-local-dictionary-alist.
5189
5190 1999-11-14 Alex Schroeder <alex@gnu.org>
5191
5192 * ansi-color.el (ansi-color-apply): Updated regexps to include
5193 highlighted face.
5194
5195 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5196
5197 * forms.el (forms--make-format-elt-using-text-properties):
5198 Treat `intangible' differently.
5199
5200 * forms.el: Use new backquote syntax.
5201
5202 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5203
5204 * textmodes/scribe.el (scribe-mode): Doc-fix.
5205
5206 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5207
5208 * net-utils.el (run-network-program, net-utils-run-program): Use
5209 the new backquote syntax.
5210 (smbclient-program, smbclient-program-options)
5211 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5212 variables
5213 (smbclient, smbclient-list-shares): New functions
5214
5215 1999-11-12 Sam Steingold <sds@ksp.com>
5216
5217 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5218 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5219 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5220 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5221 (viper-kbd-global-pair, viper-kbd-global-definition):
5222 Use the new backquote syntax.
5223
5224 * emulation/viper-cmd.el (viper-test-com-defun)
5225 (viper-prefix-arg-value, viper-prefix-arg-com):
5226 Use the new backquote syntax.
5227
5228 * emacs-lisp/debug.el (debugger-env-macro):
5229 Use the new backquote syntax.
5230
5231 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5232 Use the new backquote syntax.
5233
5234 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5235 New user variable.
5236 (calendar-hide-window): Use it.
5237 (increment-calendar-month, calendar-for-loop, calendar-sum):
5238 Use the new backquote syntax.
5239
5240 1999-11-12 Andrew Innes <andrewi@gnu.org>
5241
5242 * select.el (x-set-selection): Call buffer-substring, not
5243 substring. Also fix docstring
5244
5245 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5246
5247 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5248 of customizable variables to bug report message. Added
5249 system-type to package name in bug report.
5250
5251 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5252
5253 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5254 to display file names.
5255
5256 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5257
5258 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5259
5260 * isearch.el: Add lazy-highlighting feature.
5261
5262 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5263
5264 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5265 constant.
5266 (ps-mode-submit-bug-report): New function. Entry added to menu.
5267
5268 1999-11-10 William M. Perry <wmperry@aventail.com>
5269
5270 * mwheel.el: New file to support the new style wheeled mice.
5271
5272 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5273
5274 * startup.el (initial-scratch-message): Add ";;" to the front of
5275 lines in the message.
5276
5277 * files.el (file-local-copy): Remove optional BUFFER argument
5278 because that's not used by anything.
5279
5280 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5281 to-address.
5282
5283 1999-11-08 Markus Rost <rost@ias.edu>
5284
5285 * wid-edit.el (widget-button-click): Wrap with save-excursion
5286 to restore track-mouse in the correct buffer.
5287
5288 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5289
5290 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5291
5292 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5293
5294 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5295 lpr-command to "lp" for some system-types. (copied from lpr.el
5296 Emacs version 20.2.1).
5297
5298 1999-11-04 Markus Rost <rost@ias.edu>
5299
5300 * simple.el (comment-region): Strip off white space at end of
5301 comment-start.
5302
5303 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5304
5305 * faces.el (secondary-selection): Fix wrong color name.
5306
5307 1999-11-04 John Tobey <jtobey@epsilondev.com>
5308
5309 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5310 the default when invoking perldb in a non-Perl buffer, and other
5311 cases involving -e or --.
5312
5313 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5314
5315 * simple.el (previous-matching-history-element)
5316 (next-history-element): Use delete-field instead of erase-field.
5317
5318 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5319 Use delete-field instead of erase-field.
5320
5321 * faces.el (secondary-selection): Change background to yellow.
5322
5323 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5324 find the start of the text. Use field-string to read the user
5325 input.
5326
5327 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5328
5329 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5330 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5331 for compatibility with old face implementation.
5332
5333 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5334 Use erase-field instead of erase-buffer.
5335
5336 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5337 internal-show-cursor with new interface.
5338 (blink-cursor-timer-function): New.
5339 (blink-cursor-start): Use blink-cursor-timer-function.
5340
5341 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5342
5343 * calendar.el (redraw-calendar): Move to nearest date before
5344 redrawing.
5345
5346 * diary-lib.el (simple-diary-display): Reset modeline even if
5347 there are no diary entries since the diary buffer may be displayed.
5348
5349 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5350
5351 * emacs-lisp/debug.el (debug): If noninteractive, display the
5352 backtrace using `message', then exit Emacs.
5353 (debugger-batch-max-lines): New variable.
5354 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5355 Change the messages put at the start, to say that the debugger
5356 was entered.
5357
5358 1999-11-02 Sam Steingold <sds@ksp.com>
5359
5360 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5361
5362 1999-11-01 John Tobey <jtobey@epsilondev.com>
5363
5364 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5365 presence of perl switches other than "-e".
5366
5367 1999-11-01 Markus Rost <rost@ias.edu>
5368
5369 * dired-x.el (dired-smart-shell-command): Use
5370 shell-command-history as in shell-command.
5371
5372 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5373
5374 * userlock.el (ask-user-about-lock): Doc fix.
5375
5376 * frame.el: Doc fixes.
5377
5378 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5379
5380 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5381 of show-cursor.
5382 (blink-cursor-start, blink-cursor-end): Ditto.
5383
5384 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5385
5386 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5387
5388 * window.el (walk-windows): If ALL-FRAMES is a frame,
5389 start on that frame. Use save-selected-window.
5390
5391 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5392
5393 * simple.el (end-of-buffer): Use window-end to find the window end
5394 instead of vertical-motion because this handles variable-height
5395 lines correctly.
5396
5397 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5398
5399 * ediff.el: Version change.
5400
5401 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5402 make sure you are in a good frame before deleting other
5403 windows.
5404 (ediff-file-checked-in-p): Don't consider CVS
5405 files checked in.
5406 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5407 are writing to a newly created empty file.
5408
5409 * ediff-mult.el (ediff-show-session-group-hook): New default.
5410
5411 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5412 First cd to the file directory. reportedly works
5413 better with remote files.
5414
5415 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5416 Use file-name-nondirectory when passing files to CVS.
5417
5418 * ediff-diff.el (ediff-cmp-options): New variable.
5419 (ediff-same-file-contents): Use ediff-cmp-options.
5420
5421 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5422 ediff-get-patch-buffer): Use current buffer if it appears to be a
5423 patch.
5424
5425 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5426 C-g
5427
5428 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5429 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5430 (viper-save-cursor-color,viper-restore-cursor-color):
5431 Improved cursor color handling.
5432 (viper-get-saved-cursor-color-in-replace-mode,
5433 viper-get-saved-cursor-color-in-insert-mode): New functions for
5434 better cursor color handling.
5435
5436 * viper-ex.el (ex-read,ex-edit):
5437 Fixes for correct interpretation of #,%.
5438 (viper-ex): Now works correctly when called from other functions.
5439 (viper-glob-function): New variable.
5440 (viper-ex): Save excursion before doing :global.
5441
5442 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5443
5444 * viper-cmd.el (viper-post-command-sentinel,
5445 viper-insert-state-post-command-sentinel,
5446 viper-insert-state-pre-command-sentinel): Takes better care of
5447 cursor colors.
5448
5449 * viper.el: Version change.
5450
5451 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5452
5453 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5454 that the modeline display was updated *only* when
5455 `whitespace-display-in-modeline' was set, not otherwise.
5456
5457 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5458
5459 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5460 "frac12".
5461
5462 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5463 ad-activate.
5464
5465 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5466
5467 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5468 using fboundp instead of assuming that these are not present in
5469 particular flavors of emacs.
5470 (whitespace-version): Update to 2.8
5471 (whitespace-display-in-modeline): Add custom variable to control
5472 displaying the whitespace errors on the modeline based on
5473 suggestion from <klaus.berndl@sdm.de>
5474 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5475 clean, to enable using as a hook function, as suggested by Puneet
5476 Goel <puneet@computer.org>
5477 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5478 quiet was not set, even with whitespace-auto-cleanup set.
5479 (whitespace-mode-line): Now uses less modeline real estate and
5480 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5481 which is present in the file, and <y> is any type of whitespace
5482 whose check has been suppressed by setting
5483 `whitespace-check-<whitespace-type>' to nil.
5484 (whitespace-unchecked-whitespaces): New function to return the
5485 list of whitespaces for whom checks have been suppressed.
5486 (whitespace-display-unchecked-whitespaces): Renamed to
5487 `whitespace-update-modeline' to reflect its functionality.
5488
5489 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5490
5491 * progmodes/compile.el (compilation-error-regexp-alist):
5492 Undo previous change.
5493
5494 1999-10-28 Dave Love <fx@gnu.org>
5495
5496 * help.el (help-follow): Make arg optional again and really
5497 default to point.
5498
5499 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5500
5501 * paths.el (rmail-file-name): Make it an option.
5502
5503 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5504 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5505 comment fixes.
5506
5507 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5508 MIPS Pro 7.3 compiler error message syntax.
5509
5510 1999-10-27 Dave Love <fx@gnu.org>
5511
5512 * progmodes/compile.el: Checkdoc-inspired fixes.
5513
5514 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5515
5516 * lpr.el (print-buffer): Doc-string fix.
5517
5518 1999-10-27 Dave Love <fx@gnu.org>
5519
5520 * emacs-lisp/advice.el: Doc fixes.
5521 (ad-lemacs-p): Removed.
5522 (advice): Add :link to defgroup.
5523
5524 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5525
5526 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5527 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5528
5529 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5530
5531 * window.el (walk-windows): If ALL-FRAMES is a frame,
5532 start on that frame. Use save-selected-window.
5533
5534 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5535
5536 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5537 ad-activate. All callers changed, including those in data.c.
5538 (ad-activate-internal-off): Renamed from ad-activate-off.
5539 All uses changed.
5540 (ad-activate): Renamed from ad-activate-on. All uses changed.
5541 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5542 Alter the definition of ad-activate-internal, not ad-activate.
5543
5544 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5545
5546 * startup.el (command-line-1): Add support for command line
5547 arguments `file' and `execute'. Fix handling of `visit'.
5548
5549 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5550
5551 * international/mule-cmds.el (read-input-method-name): Handle the
5552 case that the arg DEFAULT is symbol.
5553
5554 * international/mule-diag.el (mule-diag): Handle the case that
5555 default-input-method is symbol.
5556
5557 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5558
5559 * textmodes/tildify.el: New file.
5560
5561 1999-10-25 Sam Steingold <sds@ksp.com>
5562
5563 * Makefile (compile-files): Fixed the "tr" strings.
5564 (EMACS): Set to ../src/emacs.
5565
5566 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5567
5568 * info.el (Info-build-node-completions): Add '("*") to the
5569 completion list.
5570
5571 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5572
5573 * frame.el (auto-raise-mode): When enabling the mode,
5574 immediately raise the selected frame.
5575
5576 * indent.el (indent-region): Doc fix.
5577
5578 * comint.el (comint-output-filter): Make the Comint buffer current
5579 for the comint-preoutput-filter-functions.
5580
5581 * mail/reporter.el: Doc fix.
5582
5583 1999-10-24 Stephen Eglen <stephen@gnu.org>
5584
5585 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5586 that Octave lisp files can also run under XEmacs 20.
5587 (require 'custom) added so that files can run under Emacs 19.34.
5588
5589 * iswitchb.el (iswitchb-default-keybindings): No need to use
5590 read-kbd-macro in keybindings.
5591
5592 1999-10-23 Dave Love <fx@gnu.org>
5593
5594 * elide-head.el: New file.
5595
5596 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5597
5598 * Makefile (compile-files, backup-compiled-files): New targets.
5599 (bootstrap, bootstrap-clean): Ditto.
5600
5601 1999-10-22 Paul Eggert <eggert@twinsun.com>
5602
5603 * international/mule-cmds.c (locale-language-names):
5604 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5605 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5606 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5607 Use Latin-8 for Welsh.
5608 Use Latin-1 for English if "en" is explicitly specified.
5609 Use Latin-1 for Scots Gaelic, Tagalog.
5610 Use Latin-1 (not Latin-4) for Greenlandic.
5611 Use Latin-1 (not Latin-2) for Albanian.
5612 (locale-preferred-coding-systems, locale-language-names):
5613 Remove generic ISO 8859 locales; locale-charset-language-names now
5614 does this.
5615 (locale-charset-language-names): New variable.
5616 (set-locale-environment): Use language name specified by
5617 locale-charset-language-names if its charsets disagree with the
5618 language name specified by locale-language-names.
5619
5620 1999-10-22 Dave Love <fx@gnu.org>
5621
5622 * make-mode.el: Minor doc fixes.
5623
5624 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5625
5626 1999-10-21 Dave Love <fx@gnu.org>
5627
5628 * loadup.el: Add latin-8, latin-9.
5629
5630 1999-10-20 Paul Eggert <eggert@twinsun.com>
5631
5632 * disp-table.el (standard-display-european): Remove undocumented
5633 arg AUTO; no longer used by startup.el. Do not attempt to treat
5634 all non-English language environments as coding system names.
5635 Instead, use the downcased language environment name as a coding
5636 system name if it is one; otherwise, use latin-1.
5637
5638 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5639
5640 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5641 that were split so that part of the comment appeared as Lisp code.
5642
5643 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5644
5645 * ps-bdf.el: Doc fix.
5646
5647 * ps-print-def.el: New file: common definitions for all parts of
5648 ps-print.
5649 (ps-multibyte-buffer): Moved from ps-mule.
5650
5651 * ps-mule.el: File dependence fix.
5652 (ps-multibyte-buffer): Moved to ps-print-def.
5653
5654 * ps-print.el: Doc fix, better customization.
5655 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5656 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5657 (ps-end-file): Doc fix.
5658 (ps-setup, ps-begin-file): Fun fix.
5659 (postscript): New group.
5660 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5661 (ps-print-prologue-1): Adjust PostScript programming.
5662 (ps-print): Adjust group hierarchy.
5663 (ps-print-n-up, ps-print-zebra, ps-print-background,
5664 ps-print-printer)
5665 (ps-print-page): New subgroups.
5666 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5667 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5668 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5669 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5670 (ps-zebra-stripe-height, ps-print-background-image)
5671 (ps-print-background-text, ps-spool-config): Adjust customization.
5672 (dos-ps-printer): Definition eliminated.
5673
5674 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5675
5676 * ps-mule.el: Doc fix, define functions properly if mule package is
5677 loaded or not.
5678 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5679 mule package is loaded or not.
5680
5681 * ps-print.el: Doc fix, n-up printing.
5682 (ps-print-version): New version number (5.0).
5683 (ps-page-dimensions-database): Added document media.
5684 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5685 (ps-page-order, ps-printing-region-p): New vars.
5686 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5687 funs.
5688 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5689 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5690 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5691 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5692 (ps-print-begin-sheet-hook): New hook.
5693 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5694 const.
5695 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5696 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5697 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5698 (ps-count-lines): Changed to defun.
5699 (ps-header-page): Changed to defsubst, fix fun.
5700 (ps-printing-region): Doc fix, adjust programming code.
5701 (ps-output-boolean, ps-background-pages, ps-background-text)
5702 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5703 programming code.
5704
5705 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5706
5707 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5708 (ps-print-version): New version number (4.2).
5709 (ps-spool-config, ps-spool-tumble): New vars.
5710 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5711 programming, new PostScript procedure to handle errors.
5712 (ps-print-prologue-2): Changed to defconst.
5713 (ps-print-duplex-feature): New const: duplex and tumble setting.
5714 (ps-setup, ps-begin-file): Fix funs.
5715 (ps-boolean-capitalized): New fun.
5716
5717 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5718
5719 * Makefile (dontcompilefiles): Obsoleted.
5720 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5721 (EL): Unused.
5722 (temacs): Removed (unused).
5723 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5724 version of the file (necessary for the update to work properly).
5725 (autoloads): Force the use of `pwd`/loaddefs.el.
5726 (updates); Redefined in terms of other targets to reduce redundancy.
5727 (.el.elc): New default rule, just in case you want it.
5728 (compile): Use a single invocation of Emacs.
5729 (bootstrap-compile); Unneeded.
5730 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5731
5732 1999-10-19 Dave Love <fx@gnu.org>
5733
5734 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5735
5736 1999-10-19 Sam Steingold <sds@ksp.com>
5737
5738 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5739 comply with the comment.
5740
5741 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5742
5743 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5744 permanent-local.
5745
5746 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5747
5748 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5749 value: \"lpr\" changed to "lpr"
5750 (ps-mode-version): New constant
5751 (ps-mode-show-version): New function, added key in ps-mode-map
5752 (ps-run-messages): Removed
5753 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5754 ps-run-messages. These keywords now include the value of
5755 ps-run-prompt, making its fontification customizable.
5756 (ps-run-init): Removed \\n from docstring, it is now added when
5757 the value is used
5758 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5759 ps-run-prompt
5760 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5761 customizable variables in doc-string (its equivalent
5762 ps-run-messages was missing in previous version of the doc-string)
5763 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5764 symbols only
5765
5766 1999-10-19 Alex Schroeder <alex@gnu.org>
5767
5768 * ansi-color.el: Complete rewrite.
5769
5770 1999-10-19 Paul Eggert <eggert@twinsun.com>
5771
5772 Fix bootstrapping problems.
5773 Use the system locale to specify Emacs locale defaults.
5774
5775 * international/mule-cmds.el (global-map):
5776 Do not use backquote, because that makes a bootstrapping
5777 problem if you need to recompile all Lisp files using interpreted code.
5778 * international/mule.el (charset-id, charset-bytes,
5779 charset-dimension, charset-chars, charset-width,
5780 charset-direction, charset-iso-final-char,
5781 charset-iso-graphic-plane, charset-reverse-charset,
5782 charset-short-name, charset-long-name, charset-description,
5783 charset-plist): Likewise.
5784 * subr.el (save-match-data): Likewise.
5785
5786 * international/mule-cmds.el
5787 (set-display-table-and-terminal-coding-system): New function,
5788 containing code migrated out of set-language-environment.
5789 (set-language-environment, set-locale-environment): Use it.
5790 (locale-translation-file-name): Moved here from startup.el.
5791 (locale-language-names, locale-preferred-coding-systems):
5792 New vars.
5793 (locale-name-match, set-locale-environment): New functions.
5794
5795 * language/japan-util.el (setup-japanese-environment-internal):
5796 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5797
5798 * startup.el (iso-8859-n-locale-regexp): Remove.
5799 (locale-translation-file-name): Move to mule-cmds.el.
5800 (command-line): Move locale-stuff into set-locale-environment.
5801
5802 1999-10-18 Dave Love <fx@gnu.org>
5803
5804 * abbrev.el (add-abbrev, inverse-add-abbrev)
5805 (expand-region-abbrevs): Remove properties from buffer text.
5806
5807 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5808
5809 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5810 from the mini-buffer, without the prompt.
5811
5812 * simple.el (minibuffer-prompt-end): Return the position
5813 after the prompt, not the position of that last character
5814 of the prompt.
5815
5816 1999-10-17 Miles Bader <miles@gnu.org>
5817
5818 * simple.el: Doc fixes.
5819
5820 1999-10-17 Miles Bader <miles@gnu.org>
5821
5822 * simple.el (previous-matching-history-element, next-history-element):
5823 Change to work correctly even if the point is in the prompt.
5824 (choose-completion-string): Likewise.
5825 (minibuffer-prompt-width): New function (compatibility with old subr).
5826
5827 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5828 When constraining the final position to the current field,
5829 don't use the ONLY-IN-LINE mode of constrain-to-field.
5830
5831 1999-10-17 Miles Bader <miles@gnu.org>
5832
5833 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5834 constrain-to-field.
5835 * textmodes/paragraphs.el (forward-sentence): Likewise.
5836
5837 1999-10-17 Miles Bader <miles@gnu.org>
5838
5839 * simple.el (line-move): Use constrain-to-field to avoid
5840 moving into a prompt.
5841 (previous-complete-history-element): Clarify doc string.
5842 (next-complete-history-element): Likewise.
5843 Use field-beginning instead of point-min.
5844 (next-matching-history-element): Use field-beginning and
5845 erase-field instead of point-min and erase-buffer.
5846 * textmodes/paragraphs.el
5847 (forward-paragraph, forward-sentence): Likewise.
5848 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5849 constrain the kill to an field, as the movement commands now
5850 do this.
5851
5852 1999-10-17 Miles Bader <miles@gnu.org>
5853
5854 * simple.el (previous-matching-history-element): Get the
5855 minibuffer input with field-string instead of buffer-string.
5856 (choose-completion-string): Likewise.
5857 (next-history-element): Likewise.
5858 Erase the minibuffer input with erase-field, not erase-buffer.
5859 Use field-beginning to find the beginning of the input.
5860 * textmodes/paragraphs.el (backward-kill-sentence):
5861 Remove minibuffer-prompt hack.
5862 Constrain to any input field.
5863
5864 1999-10-17 Sam Steingold <sds@ksp.com>
5865
5866 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5867 for CMUCL on sparc and ".ufsl" for LispWorks.
5868 (bound-and-true-p): Bugfix: free variable `v'.
5869
5870 1999-10-16 Dave Love <d.love@dl.ac.uk>
5871
5872 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5873 (edebug-uninstall-read-eval-functions): Use load-read-function,
5874 avoiding elisp-eval.
5875
5876 1999-10-16 Sam Steingold <sds@ksp.com>
5877
5878 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5879 instead of `eql'.
5880
5881 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5882
5883 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5884 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5885 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5886 * ediff-util.el (ediff-make-temp-file):
5887 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5888 * emerge.el (emerge-make-temp-file):
5889 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5890 * vc.el (vc-update-change-log):
5891 * mail/mailpost.el (post-mail-send-it):
5892 * mail/metamail.el (metamail-region):
5893 * progmodes/cmacexp.el (c-macro-expansion):
5894 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5895
5896 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5897
5898 * smtpmail.el (smtpmail-via-smtp): Add support for
5899 automatically appending a domain to RCPT TO: addresses.
5900
5901 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5902
5903 * dired.el (dired-insert-directory): Insert the amount of
5904 free space after the total size.
5905 (dired-free-space-program, dired-free-space-args): New variables.
5906
5907 1999-10-14 Karl Heuer <kwzh@gnu.org>
5908
5909 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5910
5911 1999-10-14 Dave Love <fx@gnu.org>
5912
5913 * international/characters.el:
5914 * international/fontset.el:
5915 * international/mule-conf.el: Add latin-iso8859-1[45].
5916
5917 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5918 strings.
5919
5920 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5921 (command-line): Detect Latin-[89] locales.
5922
5923 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5924
5925 * international/mule-cmds.el (select-safe-coding-system)
5926 (leim-list-header): Avoid the use of strings that start with backslash
5927 newline since lread.c:read1 has a hack to turn those strings into
5928 integer 0 during the loadup.el process.
5929
5930 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5931
5932 1999-10-13 Dave Love <fx@gnu.org>
5933
5934 * image.el (insert-image): Copy the image spec and add an
5935 intangible property.
5936
5937 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5938
5939 * help.el (help-xref-interned): Make it also work on variable-only
5940 and function-only symbols.
5941 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5942 (help-follow): If the point under mouse is not highlighted, try
5943 `help-xref-interned' on the pointed-to symbol anyway.
5944
5945 * info.el (Info-on-current-buffer): New entry point.
5946 (Info-find-node): Split into two for Info-on-current-buffer to
5947 hook into it.
5948 (Info-current-file, Info-set-mode-line, Info-up):
5949 Info-current-file can now be t.
5950 (Info-clone-buffer-hook): Function for `clone-buffer'.
5951 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5952 Make `clone-buffer' available in various ways to the user.
5953
5954 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5955
5956 * simple.el (shell-command, shell-command-on-region): Use
5957 make-temp-file.
5958 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5959
5960 * subr.el (with-current-buffer): Don't use backquotes to avoid
5961 bootstrapping problems.
5962
5963 * loadup.el (load-path): Add subdirs for bootstrapping.
5964 (docstrings): Ignore errors during bootstrapping.
5965 (args): New `bootstrap' argument (for use in place of `dump').
5966
5967 1999-10-12 Emmanuel Briot <briot@gnat.com>
5968
5969 * ada-stmt.el: Doc-string fixes.
5970
5971 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5972
5973 * recentf.el: New file.
5974
5975 * ps-mode.el: New file.
5976
5977 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5978 case insensitive.
5979
5980 1999-10-12 Richard Sharman <rsharman@pobox.com>
5981
5982 * sh-script.el: Added support for indenting existing scripts.
5983 (sh-mode-map): Added new bindings.
5984 (sh-mode): Updated mode doc-string for new commands, added
5985 make-local-variable calls, initialize mode-specific variables.
5986 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5987 is now a different function.
5988 (sh-header-marker): Changed docstring.
5989 (sh-set-shell): Initialize mode-specific variables.
5990 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5991 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5992 Changed these define-skeleton calls to work with user-specified
5993 indentation settings.
5994 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5995 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5996 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5997 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5998 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5999 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
6000 (sh-guess-basic-offset, sh-handle-after-case-label)
6001 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
6002 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
6003 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
6004 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
6005 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
6006 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
6007 (sh-handle-this-then, sh-help-string-for-variable)
6008 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
6009 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
6010 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6011 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6012 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6013 (sh-remove-our-text-properties, sh-rescan-buffer)
6014 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6015 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6016 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6017 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6018 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6019 functions.
6020 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6021 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6022 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6023 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6024 (sh-var-list): New variables.
6025
6026 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6027
6028 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6029 a value one line to high if the cursor wasn't at the start of a
6030 line. A `beginning-of-line' is now performed before making the
6031 call to `count-lines'.
6032
6033 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6034
6035 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6036
6037 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6038
6039 * Makefile (setwins): Abstract out the command to find subdirectories
6040 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6041 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6042 (autoloads-with-other-emacs): Use it.
6043
6044 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6045
6046 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6047
6048 * Makefile (bootstrap-compile): New target. Compile Lisp
6049 files with ../src/temacs.
6050
6051 1999-10-08 Dave Love <fx@gnu.org>
6052
6053 * ange-ftp.el: Require dired when compiling.
6054 (ange-ftp-normal-login): Allow EFS-style port specification.
6055
6056 1999-10-08 Simon Marshall <simon@gnu.org>
6057
6058 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6059 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6060 If STRINGS is nil, return "" rather than nil.
6061
6062 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6063
6064 * Makefile (compile): Compile files one by one. Set load-path to
6065 current directory and subdirectories when compiling.
6066
6067 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6068
6069 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6070 (emacs): Use it everywhere instead of EMACS.
6071 (compile): New target. Compile all Lisp files from scratch.
6072 (recompile): New target. Recompile lisp directory.
6073 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6074 an Emacs executable not built in the current directory tree.
6075
6076 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6077
6078 * filecache.el (file-cache-completion-ignore-case): New variable,
6079 defaulting to the value of completion-ignore-case.
6080 (file-cache-minibuffer-complete): Use it.
6081 (file-cache-files-matching, file-cache-files-matching-internal):
6082 New functions.
6083
6084 1999-10-07 Emmanuel Briot <briot@gnat.com>
6085
6086 * ada-xref.el: New file
6087
6088 * ada-prj.el: New file
6089
6090 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6091
6092 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6093 subprogram being created.
6094
6095 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6096 ada-indent-newline-indent): Rewritten to support the new indentation
6097 scheme
6098
6099 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6100 New functions
6101
6102 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6103 justification parameter
6104
6105 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6106 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6107 external program
6108
6109 1999-10-07 Dave Love <fx@gnu.org>
6110
6111 * bindings.el (bound-and-true-p): New macro.
6112 (make-mode-line-mouse-sensitive): Don't require easymenu.
6113
6114 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6115
6116 * custom.el (defface): Extend documentation for new values of
6117 `type'.
6118
6119 * faces.el (face-spec-set-match-display): Recognize `type' of
6120 `motif', `lucid', `x-toolkit'.
6121 (menu): New face.
6122
6123 1999-10-05 Dave Love <fx@gnu.org>
6124
6125 * files.el: Recognize temporary crontab files.
6126
6127 * info.el: Require jka-compr when compiling.
6128 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6129
6130 1999-10-04 Dave Love <fx@gnu.org>
6131
6132 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6133 scroll-up-aggressively, scroll-down-aggressively.
6134
6135 * time.el (display-time-mode): Add autoload cookie.
6136
6137 * rect.el (delete-extract-rectangle): Doc fix from verna.
6138
6139 * help-macro.el (three-step-help): Customize.
6140
6141 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6142
6143 * hexl.el (hexlify-buffer): Move point in proper range
6144 if it is too large.
6145 (hexl-after-revert-hook): Update hexl-max-address.
6146 (hexl-address-to-marker): Doc fix.
6147
6148 1999-10-03 Dave Love <fx@gnu.org>
6149
6150 * image.el (defimage): Remove redundant code. Substitute file in
6151 image plist.
6152
6153 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6154
6155 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6156 when doing with-temp-file.
6157
6158 1999-10-01 Dave Love <fx@gnu.org>
6159
6160 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6161
6162 * help.el: Require view when compiling.
6163 (view-emacs-FAQ): Use Info version.
6164
6165 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6166
6167 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6168 (normat->normal). Use correct font names for Korean
6169 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6170
6171 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6172
6173 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6174 code not used by KOI8 to the same 8-bit code instead of mapping to
6175 SPC.
6176 (cyrillic-alternativnyj-decode-table): Likewise.
6177
6178 1999-09-29 Alex Schroeder <alex@gnu.org>
6179
6180 * sql.el (sql-imenu-generic-expression): Aew, used to set
6181 imenu-generic-expression.
6182 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6183 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6184 imenu-case-fold-search, and imenu-syntax-alist.
6185 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6186 setting font-lock-defaults' SYNTAX-ALIST.
6187
6188 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6189
6190 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6191 macro, try again.
6192
6193 1999-09-28 Dave Love <fx@gnu.org>
6194
6195 * cus-edit.el (custom-comment): Change widget definition.
6196 (custom-comment-create, custom-comment-show)
6197 (custom-comment-invisible-p): Don't use :comment-overlay.
6198 (custom-comment-hide): New function.
6199 (custom-variable-set, custom-variable-save)
6200 (custom-variable-reset-standard, custom-face-set)
6201 (custom-face-save): Use it.
6202
6203 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6204
6205 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6206
6207 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6208
6209 * faces.el (region): Doc fix.
6210
6211 1999-09-27 Dave Love <fx@gnu.org>
6212
6213 * isearch.el (isearch): Add :links in defgroup.
6214 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6215 (isearch-switch-frame-handler): Comment out (unused).
6216 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6217 (isearch-ring-retreat-edit): Doc fix.
6218 (isearch-mouse-yank): New command.
6219 (isearch-last-command-char): Removed. Callers changed to use
6220 last-command-char.
6221 (isearch-char-to-string): Removed. Callers changed to use
6222 char-to-string.
6223
6224 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6225
6226 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6227 option for Russian.
6228
6229 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6230
6231 * faces.el (face-differs-from-default-p): Compare face
6232 attributes individually.
6233
6234 * image.el (put-image, insert-image): Add string argument.
6235
6236 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6237
6238 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6239 LANG=de_DE.iso88591 on HPUX 11.0.
6240
6241 * dired.el (dired-move-to-filename-regexp): Make it work
6242 for LANG=de_DE.iso88591 on HPUX 11.0.
6243
6244 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6245
6246 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6247 if we know for some other reason it should not be used.
6248
6249 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6250 New variable.
6251 (edebug-recursive-edit): Save current-prefix-arg there,
6252 bind it, and set it back at the end.
6253 (edebug-outside-excursion): Restore and update the outside
6254 value of current-prefix-arg.
6255 (edebug-emacs-version-specific): Delete support for Epoch.
6256
6257 1999-09-24 Howard Melman <howard@silverstream.com>
6258
6259 * imenu.el (imenu-after-jump-hook): New variable.
6260 (imenu): Run menu-after-jump-hook.
6261 (imenu-name-lookup-function): New variable.
6262 * imenu.el (imenu--in-alist): Use those variables.
6263
6264 1999-09-24 Carsten Dominik <cd@gnu.org>
6265
6266 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6267 multiple thebibliography environments.
6268
6269 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6270 with recentering window.
6271 (reftex-extract-bib-entries-from-thebibliography,
6272 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6273 with multiple thebibliography environments.
6274
6275 * textmodes/reftex-vars.el
6276 (reftex-section-levels): Function allowed as cdr.
6277 (reftex-max-section-depth) New option.
6278
6279 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6280 with multiple thebibliography environments.
6281
6282 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6283
6284 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6285 instead of point-min in call to delete-region.
6286
6287 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6288
6289 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6290 out into arbitrary file names.
6291
6292 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6293
6294 * language/european.el ("Turkish"): New language environment.
6295
6296 1999-09-19 Dave Love <fx@gnu.org>
6297
6298 * delim-col.el: New file.
6299
6300 1999-09-17 Richard Stallman <rms@gnu.org>
6301
6302 * files.el (after-find-file): When visiting a backup file,
6303 make it read-only.
6304
6305 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6306 (apropos-keybinding-face, apropos-label-face): Likewise.
6307 (apropos-property-face, apropos-match-face): Likewise.
6308 (apropos-label-properties): New variable.
6309 (apropos-print-doc): Use apropos-label-properties.
6310 (apropos-print): Set apropos-label-properties.
6311
6312 1999-09-15 Richard Stallman <rms@gnu.org>
6313
6314 * winner.el: Use aref instead of sref.
6315
6316 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6317
6318 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6319
6320 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6321
6322 1999-09-14 Richard Stallman <rms@gnu.org>
6323
6324 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6325 cookie, even if followed by a letter.
6326
6327 1999-09-14 Stephen Eglen <stephen@gnu.org>
6328
6329 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6330 --no-line-editing are passed to Octave by including them here
6331 rather than storing them in inferior-octave-startup-args.
6332
6333 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6334
6335 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6336 command, option, env and sc.
6337
6338 * subr.el (shell-quote-argument): Quote argument with double
6339 quotes for ms-dos.
6340
6341 1999-09-14 Richard Stallman <rms@gnu.org>
6342
6343 * simple.el (eval-expression-print-level): New variable.
6344 (eval-expression-print-length): New variable.
6345 (eval-expression-debug-on-error): New variable.
6346 (eval-expression): Bind print-level, print-length and
6347 debug-on-error from those vars.
6348
6349 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6350 Bind print-level, print-length and debug-on-error.
6351
6352 1999-09-14 Inge Frick <inge@nada.kth.se>
6353
6354 * dired.el (dired-recursive-deletes): New custom variable.
6355 (dired-re-no-dot): New variable.
6356 (dired-delete-file): New function deletes files and directories
6357 recursively.
6358 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6359
6360 * dired-aux.el (dired-recursive-copies): New custom variable.
6361 (dired-handle-overwrite): Broke a long line.
6362 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6363 `copy-file'.
6364 (dired-copy-file-recursive): New function. Copy directories
6365 recursively.
6366 (dired-do-create-files): Added support for generalized directory
6367 target. How-to function may now return a function. New fluid
6368 variable `dired-one-file'.
6369 (dired-copy-how-to-fn): New variable.
6370 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6371 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6372 (dired-do-copy-regexp): No recursive copies.
6373
6374 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6375
6376 * whitespace.el (whitespace-version): Update version to 2.4
6377
6378 * whitespace.el: Add customization variables to conditionally test
6379 any of the five whitespaces, per request from Rune Kleveland
6380 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6381
6382 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6383
6384 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6385 list of modes to be checked for bogus whitespaces.
6386
6387 * whitespace.el (whitespace-rescan-timer-time): Update
6388 documentation.
6389
6390 * whitespace.el (whitespace-display-unchecked-whitespaces):
6391 New function to update modeline with untested whitespaces.
6392
6393 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6394 checking is turned on, and update modeline using the newly created
6395 `whitespace-display-unchecked-whitespaces'.
6396
6397 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6398 whose checking is turned on, and update modeline using the newly
6399 created `whitespace-display-unchecked-whitespaces'.
6400
6401 * whitespace.el (whitespace-describe): Update documentation.
6402
6403 * whitespace.el (whitespace-tickle-timer): Test if
6404 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6405
6406 1999-09-13 Dave Love <fx@gnu.org>
6407
6408 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6409
6410 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6411 for temp buffer.
6412 (checkdoc-this-string-valid): Don't assume default comment-start.
6413
6414 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6415
6416 * rsz-mini.el: Remove code, keep the interface.
6417
6418 1999-09-13 Dave Love <fx@gnu.org>
6419
6420 * help.el (help-highlight-p): Doc fix.
6421
6422 * faces.el (mode-line, header-line, tool-bar): Add :version.
6423 (highlight, secondary-selection): Add :group.
6424 (trailing-whitespace): Add :group, :version.
6425
6426 * wid-edit.el: Remove some compatibility code and checks.
6427 (widget-specify-field, widget-specify-button): Don't use XEmacs
6428 properties.
6429 (widget-overlay-inactive): Change error message.
6430 (widget-button-pressed-face): New variable.
6431 (widget-button-click): Use it.
6432 (widget-documentation-link-add): Specify mouse and button faces.
6433 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6434 removed now the functionality is built in.
6435
6436 * cus-edit.el: Don't define-widget-keywords.
6437 (multimedia): New group.
6438 (custom-last): Function removed.
6439 (custom-quote): Add vectorp case, comment out characterp case.
6440 (custom-buffer-done-function, custom-raised-buttons): New option.
6441 (Custom-buffer-done): New function.
6442 (custom-buffer-create-internal): Obey custom-raised-buttons,
6443 Custom-buffer-done.
6444 (custom-button-face): Make it `released-button'.
6445 (custom-button-pressed-face): Make it `pressed-button'
6446 (custom-mode-map): Bind "q" to Custom-buffer-done.
6447 (custom-mode): Deal with raised/pressed buttons.
6448
6449 Changes from Didier Verna:
6450 (custom-prompt-variable): Optional third arg makes prompt for a
6451 comment string.
6452 (customize-set-value, customize-set-variable,
6453 customize-save-variable): Optional prefix makes function handle
6454 variable comments.
6455 (customize-customized, customize-saved, custom-variable-state-set)
6456 (custom-variable-set, custom-variable-save, custom-face-state-set)
6457 (custom-variable-reset-saved, custom-variable-reset-standard)
6458 (custom-face-set, custom-face-save, custom-face-reset-saved)
6459 (custom-face-reset-standard, customize-save-customized): Handle
6460 custom comments.
6461 (custom-comment-face, custom-comment-tag-face): New face.
6462 (custom-comment): New widget.
6463 (custom-comment-create, custom-comment-delete)
6464 (custom-comment-value-set, custom-comment-show)
6465 ()custom-comment-invisible-p): New functions.
6466 (custom-variable-value-create, custom-face-value-create): Create a
6467 comment field widget.
6468 (custom-variable-menu, custom-face-menu): New entry for custom
6469 comment.
6470 (custom-face-value-create): Remove compatibility code.
6471 (custom-save-variables, custom-save-faces): Possibly save custom
6472 comments.
6473
6474 * cus-face.el (custom-face-attributes): Simplify :underline,
6475 :overline, :inverse-video cases. Fix up :box case (probably needs
6476 more work).
6477
6478 Change from Didier Verna:
6479 (custom-set-faces): The arguments can now have a custom comment as
6480 fourth argument.
6481
6482 * custom.el: Don't define-widget-keywords.
6483 Change from Didier Verna:
6484 (custom-set-variables): The arguments can now have a
6485 custom comment as fifth element.
6486
6487 1999-09-13 Richard Stallman <rms@gnu.org>
6488
6489 * info.el (Info-find-node): Cope better if guesspos is too large.
6490
6491 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6492
6493 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6494 of buffer-substring because buffer-string doesn't copy the
6495 prompt.
6496
6497 * faces.el (mode-line): Replaces `modeline'.
6498 (toplevel): Make `modeline' an alias for `mode-line'.
6499
6500 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6501
6502 * gs.el: Change `ghostscript' to `postscript' in comment.
6503
6504 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6505
6506 * emulation/tpu-edt.el (tpu-version): New version.
6507 (tpu-search-overlay, tpu-replace-overlay): New variables.
6508 (tpu-search-highlight, tpu-toggle-direction): New functions.
6509 (tpu-lm-replace): Set tpu-replace-overlay.
6510 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6511 command hook.
6512
6513 1999-09-11 Richard Stallman <rms@gnu.org>
6514
6515 * isearch.el (isearch-mode-map): Undo previous change.
6516
6517 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6518 use all of that as the sexp.
6519
6520 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6521 and use the initial argument as file name directly.
6522 Likewise if nothing matches.
6523
6524 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6525
6526 * winner.el: Major changes. Avoid changing point and mark.
6527 Save configurations after they change, not before.
6528
6529 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6530
6531 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6532 Bind print-continuous-numbering and print-number-table.
6533
6534 1999-09-10 Dave Love <fx@gnu.org>
6535
6536 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6537
6538 1999-09-09 Richard Stallman <rms@gnu.org>
6539
6540 * whitespace.el: Finish making it fit Emacs conventions.
6541 Add autoloads.
6542
6543 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6544
6545 * generic-x.el (bat-generic-mode): "::"-style comments don't
6546 need to begin with "-". Fix the font-lock definitions of ON/OFF
6547 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6548 from the list of keywords. Add DO to the list of keywords.
6549
6550 1999-09-09 Dave Love <fx@gnu.org>
6551
6552 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6553 (byte-optimize-backward-word): New optimizations.
6554 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6555 entries.
6556
6557 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6558
6559 * image.el (put-image): Remove optional buffer parameter.
6560
6561 * faces.el (face-italic-p): Return t only for values `italic'
6562 and `oblique'.
6563
6564 * mouse.el (mouse-drag-mode-line-1): Extension of former
6565 mouse-drag-mode-line that also drags the header line.
6566 (mouse-drag-mode-line): Call it.
6567 (mouse-drag-header-line): New.
6568 (toplevel): Bind down-mouse-1 on header lines to
6569 mouse-drage-header-line.
6570
6571 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6572
6573 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6574 (make-mode-line-mouse-sensitive): Replace `top-line' by
6575 `header-line'.
6576
6577 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6578
6579 * help.el (describe-function-1): Don't return empty string for keymaps.
6580
6581 * fill.el (fill-region-as-paragraph, canonically-space-region):
6582 Respect colon-double-space at end of line.
6583
6584 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6585
6586 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6587 (backup-buffer): Use it.
6588
6589 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6590
6591 * generic-x.el (generic-define-unix-modes): Added new modes:
6592 inetd-conf-generic-mode, etc-services-generic-mode,
6593 etc-passwd-generic-mode. These are all defined for Unix by default.
6594 (apache-generic-mode): Use an imenu-generic-expression to list
6595 Configuration keywords.
6596 (samba-generic-mode): Use both ; and # as comment characters.
6597 (samba-generic-mode): Font-lock expressions now highlight name
6598 value pairs.
6599 (bat-generic-mode): Keywords are now case-insensitive through
6600 font-lock-defaults setting.
6601 (java-properties-generic-mode): Supports both ! and # as comment
6602 characters.
6603 (java-properties-generic-mode): Added an imenu-generic-expression
6604 (java-properties-generic-mode): Reworked to support the various
6605 different ways to separate name and value (viz, '=', ':' and
6606 whitespace).
6607 (show-tabs-generic-mode): Added this new generic-mode.
6608
6609 1999-09-08 Richard Stallman <rms@gnu.org>
6610
6611 * progmodes/inf-lisp.el: Moved from top directory.
6612
6613 * tar-mode.el (tar-header-block-tokenize):
6614 Use `when' instead of `and'. Fix some clobbered text.
6615
6616 * gud.el (gud-make-debug-menu): Make a child for the
6617 local menu, for its menu bar, and the debug menu.
6618 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6619 Use the history in the simple way.
6620
6621 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6622
6623 * language/korea-util.el (default-korean-keyboard): Initialize it
6624 according to the environment variable HANGUL_KEYBOARD_TYPE.
6625
6626 1999-09-07 Richard Stallman <rms@gnu.org>
6627
6628 * subr.el (make-temp-file): New function.
6629
6630 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6631
6632 * font-lock.el (font-lock-multiline): New text property contains
6633 a boolean to indicate if the char is part of a multiline match.
6634 (font-lock-default-fontify-region): Extend the region appropriately
6635 for multiline keywords.
6636 (font-lock-default-unfontify-region): Also remove the new
6637 font-lock-multiline text property.
6638 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6639 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6640
6641 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6642
6643 * diary-lib.el (list-diary-entries): Make sure two-digit years
6644 have leading zeros.
6645
6646 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6647
6648 * faces.el (face-set-after-frame-default): Initialize some
6649 attributes of some faces from frame parameters.
6650
6651 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6652
6653 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6654
6655 * faces.el (fringe): Replaces face `margin'.
6656
6657 1999-09-07 Dave Love <fx@gnu.org>
6658
6659 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6660
6661 1999-09-07 Richard Stallman <rms@gnu.org>
6662
6663 * subr.el (push): Doc fix.
6664
6665 1999-09-06 Richard Stallman <rms@gnu.org>
6666
6667 * vc.el (vc-annotate-display): Use < 69 not < 70
6668 to distinguish 20YY from 19YY.
6669
6670 * timezone.el (timezone-parse-date): Use < 69 not < 70
6671 to distinguish 20YY from 19YY.
6672
6673 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6674
6675 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6676
6677 * quickurl.el: (quickurl-list-focused-line): Removed.
6678 (quickurl-list-insert): Now works out the focused line using
6679 `count-lines' instead of using `quickurl-list-focused-line'.
6680
6681 1999-09-06 Richard Stallman <rms@gnu.org>
6682
6683 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6684 to beginning of message.
6685
6686 1999-09-06 Dave Love <fx@gnu.org>
6687
6688 * isearch.el (isearch-mode-map): Add mouse-2.
6689
6690 * mail/rmail.el (rmail-read-password): Deleted.
6691 (rmail-get-pop-password): Use read-password.
6692
6693 * quickurl.el: Don't conditionally define caddr.
6694 (quickurl-url-comment): Use nth, not caddr in function and
6695 defsetf.
6696
6697 1999-09-06 Richard Stallman <rms@gnu.org>
6698
6699 * auto-show.el: Doc fixes.
6700
6701 1999-09-06 Stephen Eglen <stephen@gnu.org>
6702
6703 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6704 --no-line-editing so that TABs in source files are not interpreted
6705 as completion requests.
6706
6707 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6708
6709 * hscroll.el, auto-show.el: Remove all code, keep the public
6710 interface as no-ops.
6711
6712 * faces.el (face-bold-p): Don't return t if face has lighter
6713 weight than normal.
6714
6715 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6716
6717 * startup.el (command-line): Make small-temporary-file-directory
6718 be nil except on ms-dos.
6719
6720 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6721
6722 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6723 is defined.
6724
6725 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6726 letters with a colon after d or l.
6727
6728 1999-09-06 Dave Love <fx@gnu.org>
6729
6730 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6731 primitive.)
6732
6733 1999-09-05 Richard Stallman <rms@gnu.org>
6734
6735 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6736
6737 * textmodes/paragraphs.el (backward-kill-sentence):
6738 Don't test minibuffer-prompt-end here.
6739 (forward-sentence): Do handle it here.
6740 (backward-kill-paragraph): Don't test it here.
6741 (forward-paragraph): Handle it here.
6742
6743 * mouse.el (font-menu-add-default): Simplify code.
6744
6745 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6746
6747 * faces.el (header-line): Renamed from `top-line'.
6748
6749 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6750
6751 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6752
6753 1999-09-04 Richard Stallman <rms@gnu.org>
6754
6755 * whitespace.el: New file.
6756
6757 1999-09-04 Dave Love <fx@gnu.org>
6758
6759 * paths.el: Make some doc strings obey the make-docfile convention.
6760
6761 * bindings.el: Likewise.
6762 (debug-ignored-errors): Remove BBDB ones.
6763
6764 1999-09-03 Richard Stallman <rms@gnu.org>
6765
6766 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6767 not from the draft to forward.
6768
6769 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6770
6771 1999-09-03 Dave Love <fx@gnu.org>
6772
6773 * double.el (double-mode): Customize the variable.
6774
6775 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6776
6777 * international/characters.el: Delete duplicated code.
6778
6779 1999-09-02 Richard Stallman <rms@gnu.org>
6780
6781 * indent.el (indent-relative): Doc fix.
6782
6783 * quickurl.el (quickurl): Doc fix.
6784
6785 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6786
6787 * faces.el (margin): Change background to "gray" for mono (this is
6788 drawn with a stipple pattern).
6789
6790 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6791
6792 * simple.el (next-history-element): Use minibuffer-prompt-end once
6793 again. Remove test for minibuffer-prompt-in-buffer.
6794
6795 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6796
6797 * files.el (small-temporary-file-directory): New variable.
6798
6799 * startup.el (command-line): Compute the value of
6800 small-temporary-file-directory.
6801
6802 * ediff-init.el (ediff-temp-file-prefix): Use
6803 small-temporary-file-directory if non-nil.
6804
6805 * vc.el (vc-update-change-log): Likewise.
6806
6807 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6808
6809 * simple.el (shell-command, shell-command-on-region): Use
6810 make-temp-name properly. Use small-temporary-file-directory if
6811 non-nil, otherwise temporary-file-directory, to generate temporary
6812 files.
6813
6814 * dos-w32.el (direct-print-region-helper): Use
6815 temporary-file-directory. (From Stefan Monnier.)
6816
6817 1999-09-02 Richard Stallman <rms@gnu.org>
6818
6819 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6820 from asm-comment-char.
6821 (asm-font-lock-keywords): Recognize instruction width suffixes.
6822
6823 1999-09-01 Richard Stallman <rms@gnu.org>
6824
6825 * play/fortune.el: New file.
6826
6827 1999-08-31 Dave Love <fx@gnu.org>
6828
6829 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6830 after key table.
6831
6832 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6833 redisplay variables.
6834
6835 * subr.el (push): Fix typo.
6836
6837 1999-08-30 Kevin Blake <kblake@ticnet.com>
6838
6839 * emacs-lisp/ring.el: Many doc fixes.
6840 (ring-size, ring-copy): New functions.
6841
6842 1999-08-29 Richard Stallman <rms@gnu.org>
6843
6844 * progmodes/etags.el (tags-loop-continue):
6845 After tags-loop-operate returns, force skip to next file.
6846
6847 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6848 (mail-extr-first-letters, mail-extr-last-letters):
6849 Use character classes [:alpha:] and [:alnum:].
6850
6851 * subr.el (push, pop): New macros.
6852
6853 * progmodes/compile.el (compilation-error-regexp-alist):
6854 New item for SGI IRIX MipsPro compilers.
6855
6856 * speedbar.el (speedbar-directory-buttons): Recognize
6857 device names when checking for file names.
6858
6859 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6860
6861 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6862 and specially handle defvar inside their expansions.
6863 (eval-defun-1): New subroutine.
6864
6865 * progmodes/compile.el (compilation-error-regexp-alist):
6866 Fix the Perl -w entry to allow period after line number.
6867 Don't allow newlines in file name, but allow them after line number
6868 for Perl debugging traces.
6869
6870 * which-func.el (which-func-cleanup-function): New variable.
6871 (which-function): Call that function.
6872
6873 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6874 to end a function name.
6875
6876 * informat.el (Info-tagify): Don't insert more than one newline
6877 before the tag table.
6878
6879 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6880
6881 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6882 than make-temp-name, use match-string-no-properties, and eliminate
6883 a quadratic behavior when building bibtex-strings.
6884
6885 1999-08-29 Alex Schroeder <alex@gnu.org>
6886
6887 * comint.el (comint-input-ring-separator): New variable.
6888 (comint-read-input-ring): Doc change; use
6889 comint-input-ring-separator when reading file.
6890 (comint-write-input-ring): Use
6891 comint-input-ring-separator when writing file.
6892
6893 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6894
6895 * informat.el (Info-tagify): Start by widening.
6896 Match node headers that don't list the file name,
6897 and more kinds of page separations.
6898 Strip properties during tagification.
6899 Use start of node header line as tag's position.
6900 Fix the "done" message.
6901
6902 (Info-validate): Save and restore match data around narrowing down.
6903
6904 1999-08-28 Richard M. Stallman <rms@gnu.org>
6905
6906 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6907 On repeated call, override previous values put into
6908 minor-mode-map-alist and minor-mode-alist.
6909
6910 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6911
6912 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6913
6914 1999-08-27 Andreas Schwab <schwab@gnu.org>
6915
6916 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6917 from cvs update.
6918
6919 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6920
6921 * calendar/calendar.el (calendar-move-hook): New hook.
6922
6923 * calendar/cal-move.el: Call the new hook in every movement function.
6924
6925 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6926 the right function name.
6927
6928 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6929
6930 * time-stamp.el: Put quote-backquote around all symbol names
6931 in doc strings, for mousing.
6932 (time-stamp): Support multi-line patterns.
6933 (time-stamp-inserts-lines): New variable.
6934 (time-stamp-count): New variable.
6935 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6936 "Thu" instead of "%a".
6937
6938 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6939
6940 * simple.el (kill-word): Undo previous change.
6941
6942 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6943
6944 * jit-lock.el (jit-lock-function): Extend the fontified range
6945 to the beginning of the line containing the range start and
6946 the beginning of the line following the range end.
6947
6948 1999-08-24 Dave Love <fx@gnu.org>
6949
6950 * timezone.el: Move provide to end.
6951 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6952 <70 are 2000+.
6953 (timezone-parse-time): Simplify somewhat.
6954
6955 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6956
6957 * faces.el (margin): Renamed from bitmap-area.
6958
6959 1999-08-24 Alex Schroeder <alex@gnu.org>
6960
6961 * sql.el: Doc changes.
6962 (sql-sybase): Use sql-server instead of sql-database.
6963
6964 1999-08-23 Dave Love <fx@gnu.org>
6965
6966 * rect.el: Add/fix various doc strings. Add `*' to all the
6967 interactive specs.
6968
6969 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6970
6971 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6972 Don't unwind-protect font-lock-fontify-region.
6973
6974 * paragraphs.el (backward-kill-paragraph): Don't move
6975 point into mini-buffer prompt.
6976 (backward-kill-sentence): Ditto.
6977
6978 * simple.el (next-history-element): Use minibuffer-prompt-end.
6979 Remove test for minibuffer-prompt-in-buffer.
6980 (kill-word): Don't move point into mini-buffer prompt.
6981
6982 1999-08-21 Dave Love <fx@gnu.org>
6983
6984 * Makefile: Exclude CVS dirs like RCS.
6985
6986 1999-08-19 Dave Love <fx@gnu.org>
6987
6988 * tooltip.el (tooltip-mode): Customize this, per convention.
6989 (tooltip-active): Option deleted.
6990
6991 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6992
6993 * hanoi.el, page-ext.el: Declare dynamic vars.
6994
6995 * term.el: Avoid ange-ftp related compilation warnings.
6996
6997 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6998
6999 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
7000 the default so that beginners can benefit from it without
7001 searching in manuals.
7002
7003 1999-08-18 Ray Blaak <blaak@gnu.org>
7004
7005 * progmodes/delphi.el: Consider assembly sections as blocks, to
7006 indent them better. Make auto-indent on newline optional.
7007
7008 1999-08-17 Gerd Moellmann <gerd@gnu.org>
7009
7010 * bindings.el (mode-line-modified): Look up key binding for C-x
7011 C-q. If it's bound call that binding, otherwise call
7012 toggle-read-only.
7013
7014 1999-08-17 Dave Love <fx@gnu.org>
7015
7016 * info.el (info): Doc fix.
7017
7018 * finder.el (finder-known-keywords): Add `multimedia'.
7019
7020 * apropos.el: Don't capitalize custom group name.
7021
7022 * info-look.el: Remove compatibility code.
7023 (info-lookup-guess-default*): DTRT for point at start of symbol.
7024 (info-complete): Don't lose with point not at end of symbol.
7025
7026 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7027
7028 * term.el (toplevel): Make face `term-default' an empty face.
7029 The code relied on the fact that Emacs ignored invalid faces in
7030 face text properties in 20.4.
7031
7032 1999-08-16 Richard M. Stallman <rms@gnu.org>
7033
7034 * subr.el (point-at-eol, point-at-bol): New aliases.
7035
7036 * simple.el: Functions reordered.
7037
7038 * rect.el (delete-rectangle-line): Use line-end-position.
7039
7040 1999-08-16 Karl Heuer <kwzh@gnu.org>
7041
7042 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7043 here from simple.el.
7044
7045 1999-08-16 Dave Love <fx@gnu.org>
7046
7047 * mouse.el: Provide `mldrag' for compatibility.
7048 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7049 marked obsolete.
7050
7051 * mldrag.el: Removed since the features are in mouse.el.
7052
7053 * jka-compr.el (auto-compression-mode): New variable for
7054 customization.
7055
7056 * bindings.el (mode-line-mule-info): Doc fix.
7057
7058 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7059 name comparisons.
7060
7061 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7062 (find-file): Doc fix.
7063
7064 1999-08-16 Carsten Dominik <cd@gnu.org>
7065
7066 * textmodes/reftex.el: Most of the code moved to other files.
7067 * textmodes/reftex-auc.el: New file, split out from reftex.el
7068 * textmodes/reftex-cite.el: New file, split out from reftex.el
7069 * textmodes/reftex-global.el: New file, split out from reftex.el
7070 * textmodes/reftex-index.el: New file, split out from reftex.el
7071 * textmodes/reftex-parse.el: New file, split out from reftex.el
7072 * textmodes/reftex-ref.el: New file, split out from reftex.el
7073 * textmodes/reftex-sel.el: New file, split out from reftex.el
7074 * textmodes/reftex-toc.el: New file, split out from reftex.el
7075 * textmodes/reftex-vars.el: New file, split out from reftex.el
7076 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7077
7078 1999-08-16 Carsten Dominik <cd@gnu.org>
7079
7080 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7081 conflict with pop-up-frames.
7082 (reftex-special-environment-parsers): New constant.
7083 (reftex-label-alist): car of an entry can also be a function.
7084 (reftex-what-special-env): Cew function.
7085 (reftex-label-location): Call `reftex-what-special-env'.
7086 (reftex-compile-variables): Check for symbol in
7087 `reftex-label-alist'.
7088 (reftex-what-environment): Fixed bug with stacked environments of
7089 same kind (e.g. enumerate).
7090 (reftex-process-string): Preserve default directory.
7091 (reftex-label-alist-builtin): Changed prefixes of endnote and
7092 footnote. Also the magic words.
7093 (reftex-reference): Interprete new option
7094 `reftex-fref-is-default'.
7095 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7096 (reftex-toc-mouse-view-line): Command removed (had no binding).
7097 (reftex-everything-regexp): New function.
7098 (reftex-nearest-match): Made better.
7099 (reftex-toc-find-section): Use new version of
7100 `reftex-nearest-match'.
7101 (reftex-insert-docstruct): Adapted to work with the index stuff.
7102 (reftex-parse-from-file): Find index entries as well.
7103 (reftex-toc-toggle-index): New function
7104 (reftex-toc-map): `i' is now used to togle the index, File
7105 boundaries has been moved to `F'.
7106 (reftex-select-label-map): Toggling display of file boundaries is
7107 now on the `F' key, for consistency with `reftex-toc-map'.
7108 (reftex-erase-all-selection-and-index-buffers): Renamed from
7109 `reftex-erase-all-selection-buffer'. Now also kills the index
7110 buffers.
7111 (reftex-viewing-cross-references): Customization group renamed
7112 from reftex-viewing-cross-references-and-citations.
7113 (reftex-index-macro-regexp,
7114 reftex-find-index-entry-regexp-format): New variables
7115 (reftex-macros-with-index): New variable
7116 (reftex-add-index-macros): New function
7117 (reftex-renumber-simple-labels, reftex-translate): Allow for
7118 multiple labels in a single ref command.
7119 (reftex-index-support): New customization group
7120 (reftex-support-index, reftex-index-special-chars,
7121 reftex-index-macros, reftex-index-default-macro,
7122 reftex-index-default-tag, reftex-index-math-format,
7123 reftex-index-section-letters, reftex-index-include-context,
7124 reftex-index-follow-mode, reftex-index-header-face,
7125 reftex-index-section-face, reftex-index-tag-face,
7126 reftex-index-face): New options
7127 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7128 reftex-index-tag, reftex-index-return-marker,
7129 reftex-index-restriction-indicator, reftex-index-restriction-data,
7130 reftex-index-macro-regexp, reftex-index-level-re,
7131 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7132 reftex-everything-regexp-no-index, reftex-index-re,
7133 reftex-macros-with-index, reftex-index-macro-alist): New variables
7134 (reftex-index-help, reftex-index-macros-builtin,
7135 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7136 reftex-query-index-macro-help): New constants
7137 (reftex-index-selection-or-word, reftex-index,
7138 reftex-default-index, reftex-update-default-index,
7139 reftex-index-complete-tag, reftex-index-select-tag,
7140 reftex-index-complete-key, reftex-index-update-taglist,
7141 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7142 reftex-display-index, reftex-insert-index,
7143 reftex-index-insert-new-letter, reftex-get-restriction,
7144 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7145 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7146 reftex-index-toggle-follow, reftex-index-toggle-context,
7147 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7148 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7149 reftex-index-quit, reftex-index-quit-and-kill,
7150 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7151 reftex-index-revert, reftex-index-switch-index-tag,
7152 reftex-index-restrict-to-section, reftex-index-widen,
7153 reftex-index-restriction-forward,
7154 reftex-index-restriction-backward, reftex-index-visit-location,
7155 reftex-index-analyze-entry, reftex-index-globalize,
7156 reftex-index-edit, reftex-index-toggle-range-beginning,
7157 reftex-index-toggle-range-end, reftex-index-edit-key,
7158 reftex-index-edit-attribute, reftex-index-edit-visual,
7159 reftex-index-edit-part, reftex-index-level-down,
7160 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7161 reftex-index-change-entry, reftex-index-goto-letter,
7162 reftex-add-index-macros, reftex-ensure-index-support,
7163 reftex-index-info-safe, reftex-index-info): New functions.
7164
7165
7166 1999-08-15 Richard M. Stallman <rms@gnu.org>
7167
7168 * paren.el (show-paren-mode): Support making show-paren-mode
7169 a buffer-local variable. Don't check for a window system.
7170 (show-paren-function): Check whether show-paren-function is
7171 enabled in current buffer; do the right thing if not.
7172 Don't check for a window system.
7173 (show-paren-mode): Make it a user variable.
7174
7175 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7176 Handle `enum' like `struct'.
7177
7178 * server.el (server-process-filter): If a client visits no buffers,
7179 close it immediately before recording it.
7180
7181 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7182 Optimize by calling concat just once. Handle =\n sequence.
7183 (mail-unquote-printable-region): New command.
7184 (mail-quote-printable): Make it autoload.
7185
7186 1999-08-15 Karl Heuer <kwzh@gnu.org>
7187
7188 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7189
7190 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7191
7192 * lisp/texinfmt.el: Handle @ifnottex.
7193
7194 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7195
7196 * frame.el (blink-cursor): Don't turn on cursor blinking for
7197 ms-dos.
7198
7199 * faces.el (face-valid-attribute-values): Look in
7200 x-bitmap-file-path only for x and w32 window systems.
7201
7202 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7203 Do that if width is nil as well.
7204 (x-display-mm-height, x-display-mm-width): Update values.
7205 (x-colors): Compute the list from msdos-color-values.
7206 (x-select-enable-clipboard): Doc fix.
7207 (x-frob-font-weight, x-font-family-list): New functions.
7208
7209 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7210
7211 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7212 back up from beginning of buffer.
7213
7214 1999-08-13 Karl Heuer <kwzh@gnu.org>
7215
7216 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7217
7218 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7219
7220 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7221 doomsday clock, speed control is added and changes are made to
7222 allow large numbers of rings: rings now show the whole ring
7223 number, not just the last digit; consecutive rings are allowed to
7224 be the same size when necessary to fit all the rings in the
7225 window; and poles can be oriented horizontally. Face support is
7226 thrown in gratuitously.
7227 (hanoi): Changed default number of rings back to 3.
7228 (hanoi-unix, hanoi-unix-64): New commands
7229 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7230 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7231 hanoi-odd-ring-face): New variables.
7232 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7233 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7234 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7235 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7236 (hanoi-topos, hanoi-draw-ring): Removed.
7237
7238 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7239
7240 * faces.el (face-valid-attribute-values): Return an alist for
7241 families on ttys.
7242 (face-read-integer): Handle unspecified face attributes. Add
7243 completion for `unspecified'.
7244 (read-face-attribute): Handle unspecified font attributes.
7245 (face-valid-attribute-values): Add `unspecified' to lists so that
7246 it can be chosen via completion.
7247 (face-read-string): Don't recognize "none" as input.
7248
7249 1999-08-10 Dave Love <fx@gnu.org>
7250
7251 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7252 string.
7253
7254 * sun-curs.el: Require sun-fns.
7255
7256 1999-08-10 Dave Love <fx@gnu.org>
7257
7258 * autorevert.el (auto-revert-mode): Add autoload cookie.
7259
7260 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7261 hscroll.
7262
7263 * simple.el (hscroll-step, hscroll-point-visible)
7264 (hscroll-window-column): Remove now we have the mentioned real
7265 horizontal autoscrolling.
7266
7267 1999-08-10 Richard M. Stallman <rms@gnu.org>
7268
7269 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7270 control use of -f option.
7271 (mail-specify-envelope-from): New variable.
7272 (mail-from-style): Doc fix.
7273
7274 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7275 (easy-menu-get-map): New arg TO-MODIFY helps choose
7276 between local and global maps.
7277 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7278 (easy-menu-change): Doc fix.
7279
7280 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7281 (info-lookup-guess-default): Simplified and cleaned up.
7282 (info-lookup-guess-default*): Preserve point.
7283
7284 * view.el (view-mode-disable): If buffer-read-only is nil,
7285 don't change it.
7286
7287 * files.el (after-find-file): Disable View mode if buffer is no
7288 longer read-only.
7289
7290 * view.el (view-mode-enable, view-mode-disable):
7291 Call force-mode-line-update.
7292
7293 1999-08-10 Karl Heuer <kwzh@gnu.org>
7294
7295 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7296 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7297 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7298
7299 1999-08-10 Alex Schroeder <asc@bsiag.com>
7300
7301 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7302 to prevent m-eating-bug.
7303
7304 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7305
7306 * term/pc-win.el (msdos-bg-mode): Remove. Call
7307 frame-set-background-mode instead. All callers changed.
7308 (msdos-face-setup): Don't force color display parameter, it is set
7309 by frame-set-background-mode.
7310 (make-msdos-frame): Call x-handle-reverse-video and
7311 face-set-after-frame-default. Delete frame if creation failed.
7312
7313 * faces.el (face-set-after-frame-default): Don't call
7314 make-face-x-resource-internal for the pc window-system.
7315
7316 1999-08-10 Dave Love <fx@melange.gnu.org>
7317
7318 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7319 case with no docstring specially.
7320
7321 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7322
7323 * complete.el (PC-do-completion): If completing on file name,
7324 reproduce str by concatenating its directory and basename parts.
7325
7326 1999-08-07 Dave Love <fx@gnu.org>
7327
7328 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7329 unibyte to multibyte conversion of search-forward (from Handa),
7330 but avoid the replacement if the language is Latin-N.
7331
7332 1999-08-06 Richard Stallman <rms@gnu.org>
7333
7334 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7335 of eval-buffer.
7336
7337 * international/mule.el (load-with-code-conversion):
7338 Pass t to eval-buffer for DO-ALLOW-PRINT.
7339
7340 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7341
7342 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7343 of filenames and attributes.
7344 (ls-lisp-insert-directory): Use directory-files-and-attributes
7345 for speed.
7346
7347 1999-08-05 Dave Love <fx@gnu.org>
7348
7349 * auto-show.el (auto-show-mode): Fix :set.
7350
7351 * widget.el (define-widget-keywords): Make dummy definition and
7352 comment-out its use.
7353
7354 1999-08-04 Richard Stallman <rms@gnu.org>
7355
7356 * progmodes/tcl.el: Customized.
7357
7358 * sql.el (sql-accumulate-and-indent): Instead of testing
7359 whether this is Emacs 20 before calling comint-accumulate,
7360 test whether comint-accumulate is defined.
7361
7362 1999-08-04 Dave Love <fx@gnu.org>
7363
7364 * sgml-mode.el: Require outline when compiling.
7365 (sgml-mode-hook, html-mode-hook): Customize.
7366 (sgml-validate-command): Fix :version.
7367 (html-autoview-mode): Doc fix.
7368
7369 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7370 nothing in Latin-N environment.
7371
7372 * info.el (Info-find-node): Call info-initialize here.
7373 (info): Not here.
7374 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7375
7376 1999-08-04 Richard Stallman <rms@gnu.org>
7377
7378 * ansi-color.el: New file.
7379
7380 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * dired.el (dired-string-replace-match): Return `nil' when no match
7383 found with global search.
7384
7385 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7386 * terminal.el (te-terminfo-directory):
7387 * mail/mailpost.el (post-mail-send-it):
7388 * mail/metamail.el (metamail-region):
7389 * progmodes/ada-mode.el (ada-tmp-directory):
7390 Use temporary-file-directory.
7391
7392 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7393 (compilation-filter, compilation-forget-errors)
7394 (compilation-parse-errors): Use a marker instead of an integer for
7395 `compilation-parsing-end'.
7396
7397 * progmodes/diff.el (diff-parse-differences):
7398 Use a marker instead of an integer for `compilation-parsing-end'.
7399 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7400 Use a marker instead of an integer for `compilation-parsing-end'.
7401
7402 1999-08-03 Richard Stallman <rms@gnu.org>
7403
7404 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7405 (Buffer-menu-mode): Doc fix.
7406 (Buffer-menu-view): New command.
7407 (Buffer-menu-view-other-window): New command.
7408
7409 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7410
7411 * replace.el (query-replace-regexp-eval)
7412 (replace-eval-replacement, replace-loop-through-replacements)
7413 (replace-match-string-symbols): New functions.
7414 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7415 Use replace-loop-through-replacements.
7416
7417 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7418
7419 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7420 (5x5): Doc fix.
7421
7422 1999-08-03 Dave Love <fx@gnu.org>
7423
7424 * fortran.el (fortran-indent-new-line): Make it an alias
7425 for reindent-then-newline-and-indent.
7426
7427 1999-08-03 Didier Verna <verna@inf.enst.fr>
7428
7429 * rect.el: All functions rewritten, except when noted above
7430 their declaration. Below is a list of interface changes.
7431 (apply-on-rectangle): New function, mostly replaces
7432 `operate-on-rectangle'. All callers changed.
7433 (move-to-column-force): Pass new second argument to `move-to-column'.
7434 (kill-rectangle): Added optional prefix arg to fill lines.
7435 (delete-rectangle): Ditto.
7436 (delete-whitespace-rectangle): Ditto.
7437 (delete-extract-rectangle): Ditto.
7438 (open-rectangle): Ditto.
7439 (clear-rectangle): Ditto.
7440 (delete-whitespace-rectangle-line): New function.
7441 (delete-rectangle-line): Added third arg FILL.
7442 (delete-extract-rectangle-line): Ditto.
7443 (open-rectangle-line): Ditto.
7444 (clear-rectangle-line): Ditto.
7445
7446 1999-08-03 Ray Blaak <blaak@gnu.org>
7447
7448 * progmodes/delphi.el: New file.
7449
7450 1999-08-02 Richard Stallman <rms@gnu.org>
7451
7452 * textmodes/outline.el (outline-previous-heading): New function.
7453 (outline-up-heading-all): Use outline-previous-heading.
7454 (outline-next-heading): Delete definition inserted yesterday.
7455
7456 1999-08-01 Richard Stallman <rms@gnu.org>
7457
7458 * textmodes/outline.el (outline-next-heading): New function.
7459 (outline-up-heading-all): New function.
7460 (outline-font-lock-level): Using outline-up-heading-all.
7461 Tell outline-back-to-heading to accept invisible headings.
7462
7463 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7464
7465 * mail/mh-utils.el (mh-find-path-run): New variable.
7466 (mh-find-path): Test and set that.
7467 Set mail-user-agent only the first time this function is run.
7468 (mail-user-agent): Defvar deleted.
7469
7470 * info.el (info-initialize): New function.
7471 (info): Call info-initialize.
7472 (Info-directory-list): Initialize to nil,
7473 so info-initialize will set it up for real.
7474
7475 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7476
7477 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7478 does not interpret a time as the year in a day-month entry.
7479
7480 * calendar/diary-lib.el: Change syntax table entry for colon in
7481 the diary as part of the european-date-diary-pattern fix.
7482
7483 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7484
7485 * international/mule.el (set-auto-coding): Allow whitespace before
7486 and after the "variable: value" pair.
7487
7488 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7489
7490 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7491 (default-sendmail-coding-system): Doc-string fixed.
7492
7493 1999-07-30 Dave Love <fx@gnu.org>
7494
7495 * subr.el (assoc-delete-all): New function, renamed from
7496 frame-delete-all.
7497
7498 * frame.el: Change comments to doc strings and other doc fixes.
7499 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7500 Callers changed.
7501 (set-background-color, set-foreground-color, set-cursor-color)
7502 (set-mouse-color, set-border-color): Offer completion of colours.
7503 (cursor): Add :version to defgroup.
7504
7505 * facemenu.el (list-colors-display): Make it work on ttys.
7506 (facemenu-read-color): Likewise.
7507
7508 1999-07-30 Richard M. Stallman <rms@gnu.org>
7509
7510 * frame.el (frame-notice-user-settings): If background
7511 color has been changed, update background-mode from it,
7512 then update faces.
7513
7514 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7515
7516 * net-utils.el (finger): Don't do indirect fingering.
7517
7518 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7519
7520 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7521 rules. Add separator at end of holidays.
7522 (cal-tex-rules): New customizable variable.
7523 (cal-tex-latexify-list): Add optional parameter to put separator
7524 at end.
7525
7526 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7527
7528 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7529 fill prefix on each line while looping to the end of paragraph.
7530 End paragraph if it's longer than the existing fill prefix.
7531
7532 * textmodes/fill.el (fill-context-prefix): Doc fix.
7533
7534 1999-07-30 Dave Love <fx@gnu.org>
7535
7536 * font-lock.el (jit-lock): Fix :load, add :version.
7537
7538 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7539
7540 * term/pc-win.el (msdos-face-setup): Register standard colors in
7541 Vface_tty_color_alist.
7542 (face-color-supported-p, face_color_gray_p): New functions.
7543
7544 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7545 is bound.
7546
7547 * startup.el (command-line): Don't register default colors for
7548 MSDOS window-system.
7549
7550 1999-07-29 Dave Love <fx@gnu.org>
7551
7552 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7553 charquote.
7554
7555 * lisp-mode.el (eval-defun): Re-written to avoid
7556 capturing variables.
7557
7558 * picture.el (picture-beginning-of-line): Don't call
7559 hscroll-point-visible now we have real autoscrolling.
7560 (picture-end-of-line, picture-newline, picture-open-line):
7561 Likewise.
7562
7563 * international/latin-8.el: New file.
7564 * international/latin-9.el: New file.
7565
7566 1999-07-28 Dave Love <fx@gnu.org>
7567
7568 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7569
7570 * msb.el: Require cl only when compiling.
7571 (msb--home-dir): Deleted.
7572 (msb--format-title): Use abbreviate-file-name.
7573 (msb--choose-file-menu): Simplify string comparison.
7574
7575 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7576
7577 * faces.el (toolbar): Add face definition for mono displays.
7578
7579 1999-07-27 Richard M. Stallman <rms@gnu.org>
7580
7581 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7582
7583 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7584 force copying of default-frame-alist.
7585
7586 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7587
7588 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7589
7590 1999-07-26 Richard M. Stallman <rms@gnu.org>
7591
7592 * frame.el (set-mouse-color): If new color is nil,
7593 really respecify the current color.
7594
7595 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7596
7597 * faces.el (bitmap-area): Change background of face `bitmap-area'
7598 to white for mono displays.
7599
7600 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7601
7602 * international/ccl.el (ccl-embed-symbol): New function.
7603 (ccl-program-p): Deleted. Now it's implemented in C code.
7604 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7605 (ccl-compile-translate-character): Likewise.
7606 (ccl-compile-map-single): Likewise.
7607 (ccl-compile-multiple-map-function): Likewise.
7608 (declare-ccl-program): Doc-string modified.
7609 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7610
7611 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7612
7613 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7614
7615 1999-07-25 Markus Rost <rost@gnu.org>
7616
7617 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7618 the entries to make custom-file more readable.
7619
7620 1999-07-25 Richard M. Stallman <rms@gnu.org>
7621
7622 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7623
7624 * emacs-lisp/edebug.el: Delete compatibility code.
7625 (edebug-next-token-class): If . is followed by a digit,
7626 return `symbol' for the token class.
7627
7628 * startup.el (command-line): If we don't find the user's init file,
7629 set user-init-file to nil.
7630
7631 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7632
7633 * info-look.el (info-lookup-interactive-arguments): Add optional
7634 argument query for new choice of help mode.
7635 (info-lookup-symbol): Use it.
7636 (info-lookup-file): Ditto.
7637 (info-lookup): Don't switch to other window, if already in Info
7638 buffer.
7639
7640 1999-07-23 Dave Love <fx@gnu.org>
7641
7642 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7643 syntax.
7644 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7645 (fortran-font-lock-syntactic-keywords): New variable.
7646 (fortran-mode): Use it.
7647 (fortran-font-lock-keywords-1): Don't do comments.
7648 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7649 match data.
7650
7651 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7652
7653 * msb.el (msb-menu-bar-update-buffers): Renamed from
7654 menu-bar-update-buffers.
7655 (msb-custom-set, msb--toggle-menu-type): Call
7656 msb-menu-bar-update-buffers.
7657 (msb-mode): Revise the hook setting.
7658
7659 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7660
7661 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7662
7663 * font-lock.el, help.el, simple.el: Re-integrate previously
7664 described changes that were lost due to errors while checking them
7665 in.
7666
7667 1999-07-23 Kevin Blake <kblake@ticnet.com>
7668
7669 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7670
7671 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7672
7673 * international/encoded-kb.el
7674 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7675 but push it to unread-command-events.
7676 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7677 (encoded-kbd-self-insert-sjis): Likewise.
7678 (encoded-kbd-self-insert-big5): Likewise.
7679
7680 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7681 before left margin and fill-prefix by fill-find-break-point.
7682
7683 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7684
7685 * info-look.el (info-lookup-setup-mode): Don't give up, if
7686 info-lookup-make-completions returns an error.
7687 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7688 name latex, not latex2e.
7689
7690 1999-07-21 Richard M. Stallman <rms@gnu.org>
7691
7692 * replace.el (perform-replace): Turn off case-fold-search
7693 if FROM-STRING argument has uppercase in it.
7694
7695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7696
7697 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7698 mode is on. Don't use end of changed text.
7699
7700 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7701
7702 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7703 (cl-hash-table-p): Renamed from hash-table-p.
7704 (cl-hash-table-count): Renamed from hash-table-count.
7705 (maphash): Alias to cl-maphash removed.
7706 (gethash): Likewise.
7707 (puthash): Likewise.
7708 (remhash): Likewise.
7709 (clrhash): Likewise.
7710
7711 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7712
7713 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7714 third arg non-nil. See comment there why this isn't a good idea.
7715
7716 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7717
7718 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7719
7720 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7721 sit-for with 3rd arg non-nil to prevent redisplay.
7722
7723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7724
7725 * image.el (image-type-from-file-header): If file doesn't
7726 have a directory part, add data-directory.
7727
7728 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7729
7730 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7731 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7732 motion handling when tooltip-gud-tips-p is nil.
7733
7734 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7735
7736 * tooltip.el (tooltip-mode): Don't use `plusp'.
7737 (tooltip-active): Use initial value of nil.
7738
7739 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7740
7741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7742
7743 * bindings.el (make-mode-line-mouse-sensitive): Add key
7744 definitions for `top-line'.
7745
7746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7747
7748 * faces.el (top-line): New face.
7749
7750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7751
7752 * image.el (image-type-regexps): Add regexp for PS files.
7753
7754 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7755
7756 * faces.el (set-face-attribute): Fix wrong handling of frame
7757 begin equal to t.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * image.el (image-type-regexps): Add PNG format.
7762
7763 1999-07-21 Dave Love <fx@gnu.org>
7764
7765 * bindings.el (mode-line-modified): New variable.
7766 (mode-line-mode-menu-1): Switch to appropriate window before
7767 showing menu.
7768
7769 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7770
7771 * faces.el (face-underline): Removed.
7772 (face-underline-color): Ditto.
7773
7774 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7775
7776 * faces.el (face-x-resources): Fix typo.
7777
7778 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7779
7780 * faces.el: Remove handling of `:relief', extend handling of
7781 `:box'.
7782 (frame-set-background-mode): Choose new defface specs after
7783 frame parameters have changed.
7784
7785 * cus-face.el: Ditto.
7786
7787 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7788
7789 * custom.el (defface): Extend documentation to include new
7790 face attributes.
7791
7792 * cus-face.el (custom-face-attributes): Add overline,
7793 strike-through, box.
7794
7795 * faces.el (face-valid-attribute-values): Handle overline,
7796 strike-through, box.
7797 (face-attribute-name-alist): Add pairs for new face attributes.
7798 (describe-face): Handle new face attributes.
7799
7800 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7801
7802 * faces.el (face-x-resources): Add overline, strike-through, box.
7803
7804 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7805
7806 * enriched.el (enriched-translations): Add `display' and
7807 "x-display".
7808 (enriched-handle-display-prop): New.
7809 (enriched-decode-display-prop): New.
7810
7811 * format.el (top-level): Give `display' property
7812 `format-list-atomic-p.
7813 (format-annotate-single-property-change): Test that property.
7814 If present, treat list property values like atoms.
7815
7816 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7817
7818 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7819 so that "*" can be entered.
7820
7821 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7822
7823 * cus-face.el (custom-face-attributes): Don't use `#''.
7824
7825 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7826
7827 * cus-face.el (custom-face-attributes): Return underline
7828 face attribute directly from the second lambda of underline.
7829
7830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7831
7832 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7833
7834 * frame.el (after-setting-font-hooks): New variable.
7835 (set-frame-font): Run those hooks.
7836
7837 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7838
7839 * faces.el (set-face-attribute): Fix doc string.
7840
7841 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7842
7843 * cus-face.el (custom-face-attributes): Accept color name.
7844
7845 * faces.el (face-underline-p): Accept unspecified underlining.
7846 (face-underline): Ditto. Fix doc string.
7847
7848 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7849
7850 * faces.el (face-underline-color): New function.
7851
7852 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7853
7854 * cus-face.el (custom-face-attributes): Support underline coloring.
7855 Added slot to choose a color.
7856
7857 * faces.el (face-underline): New function.
7858 (face-underline-p): Support underline coloring.
7859 Return nil only if the underline attribute is 'normal.
7860 (set-face-underline): New function.
7861 (face-valid-attribute-values): Support underline coloring.
7862
7863 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7864
7865 * image.el (insert-image): Use `display' instead of `glyph'
7866 as text property name.
7867 (put-image): Ditto.
7868 (image-type-from-file-header): Use insert-file-contents-literally.
7869
7870 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7871
7872 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7873 string to indicate separators.
7874
7875 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7876
7877 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7878 instead of message-log.
7879
7880 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7881
7882 * faces.el (bitmap-area): New face.
7883
7884 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7885
7886 * image.el (insert-image): New.
7887
7888 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7889
7890 * frame.el (blink-cursor): Set the symbol's value.
7891 (show-trailing-whitespace): Change group to font-lock.
7892
7893 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7894
7895 * jit-lock.el: New.
7896 * font-lock.el: Add jit-mode as new support mode.
7897
7898 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7899 reaching end instead of letting re-search-forward signal an error.
7900 (demand-lock-mode): New.
7901 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7902 (font-lock-turn-off-thing-lock): Ditto.
7903 (font-lock-after-fontify-buffer): Ditto.
7904 (font-lock-after-unfontify-buffer): Ditto.
7905
7906 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7907
7908 * gs.el: New file.
7909
7910 * startup.el (command-line-1): Activate tooltip mode if
7911 interactive.
7912
7913 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7914
7915 * faces.el (toolbar): Grey default background.
7916 (modeline): Ditto.
7917
7918 * image.el (image-type-regexps): New.
7919 (image-type-from-file-header): New.
7920 (create-image): Call it.
7921
7922 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7923
7924 * image.el: New file.
7925
7926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7927
7928 * bindings.el (mode-line-format): Replace `mode-name' with
7929 `(:eval mode-line-mode-name)'.
7930 (mode-line-mode-name): New.
7931 (make-mode-line-mouse-sensitive): Don't change default value
7932 of `mode-name'.
7933
7934 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7935
7936 * tooltip.el: New file.
7937
7938 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7939
7940 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7941 instead of mouse-3 to pop up menus.
7942 (mode-line-kill-buffer): Removed.
7943 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7944 buffer name.
7945 (mode-line-buffer-menu-1): Removed.
7946
7947 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7948
7949 * bindings.el (mode-line-buffer-identification-keymap): New.
7950 (mode-line-buffer-menu-keymap): New.
7951 (mode-line-mode-menu-keymap): New.
7952 (mode-line-unbury-buffer): New.
7953 (mode-line-other-buffer): New.
7954 (mode-line-kill-buffer): New.
7955 (mode-line-buffer-menu-1): New.
7956 (mode-line-mode-menu-1): New.
7957 (make-mode-line-mouse-sensitive): New.
7958
7959 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7960
7961 * help.el (describe-key-briefly): Handle mode line strings
7962 with local-map properties.
7963 (describe-key): Ditto.
7964 (mode-line-key-binding): New.
7965
7966 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7967
7968 * scroll-bar.el (scroll-bar-timer): New.
7969 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7970
7971 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7972
7973 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7974 and `bottom'.
7975
7976 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7977
7978 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7979 (global): Use different key bindings if using tookit scroll bars.
7980
7981 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7982
7983 * faces.el (modeline): Define mode line face with relief for
7984 class color, only.
7985 (toolbar): New face.
7986
7987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7988
7989 * frame.el (frame-initialize): Set frame-creation-function to
7990 tty-create-frame-with-faces.
7991
7992 * faces.el (frame-set-background-mode): Make it work for
7993 window-system nil.
7994
7995 * faces.el (tty-create-frame-with-faces): New.
7996 (face-set-after-frame-default): Make it work for TTY frames.
7997
7998 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7999
8000 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
8001 Return a list of one font family for TTYs. Don't return bitmap
8002 file paths for TTY frames.
8003
8004 * faces.el: Add face specs for tty displays to basic faces.
8005
8006 * font-lock.el (font-lock-comment-face): Add spec for color tty.
8007 (font-lock-string-face): Ditto.
8008 (font-lock-keyword-face): Ditto.
8009 (font-lock-builtin-face): Ditto.
8010 (font-lock-function-name-face): Ditto.
8011 (font-lock-variable-name-face): Ditto.
8012 (font-lock-type-face): Ditto.
8013 (font-lock-constant-face): Ditto.
8014 (font-lock-warning-face): Ditto.
8015
8016 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8017
8018 * startup.el (command-line): Register default tty colors.
8019
8020 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8021
8022 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8023
8024 * faces.el (modeline): For X frames, use a modeline with relief.
8025
8026 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8027
8028 * faces.el (frame-update-faces): Copied from 20.2.
8029 (frame-update-face-colors): Ditto. Code removed that isn't
8030 applicable in the new face implementation.
8031
8032 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8033
8034 * frame.el (show-trailing-whitespace): New.
8035
8036 * faces.el (trailing-whitespace): New basic face.
8037
8038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8039
8040 * cus-face.el (custom-facep): Always define as alias for facep.
8041
8042 * cus-face.el (custom-face-attributes): Use choice widgets.
8043 Remove :bold and :italic.
8044
8045 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8046
8047 * faces.el (face-charset-registries): Removed since fontset.el
8048 is no always loaded.
8049
8050 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8051
8052 * faces.el (internal-get-face): Added as obsolete function for
8053 compatibility.
8054
8055 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8056
8057 * frame.el (blink-cursor-end): Call show-cursor.
8058 (blink-cursor-mode): Ditto.
8059
8060 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8061
8062 * faces.el (face-spec-reset-face): Reset all attributes to
8063 `unspecified'.
8064 (face-spec-set): Use it.
8065
8066 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8067
8068 * faces.el (read-all-face-attributes): Bug fix.
8069 (face-read-integer): Allow nil default value.
8070 (face-valid-attribute-values): Use symbol names of attribute
8071 values for completion list.
8072
8073 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8074
8075 * faces.el (internal-find-face): Define for compatibility with
8076 20.2.
8077 (face-id): Likewise.
8078
8079 * faces.el (face-id): Return the ID of a realized face for ASCII.
8080
8081 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8082 (x-complement-fontset-spec): Use face-charset-registries.
8083
8084 * faces.el (face-font-selection-order): Set font selection order
8085 from Lisp.
8086 (face-alternative-font-family-alist): Set alternative font
8087 families from Lisp.
8088
8089 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8090
8091 * faces.el (set-face-charset-registries): Set symbol value.
8092
8093 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8094
8095 * faces.el (face-set-after-frame-default): Call function
8096 internal-merge-in-global-face.
8097
8098 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8099
8100 * faces.el (face-list): Return symbols from face-global-alist.
8101
8102 * faces.el (face-list): Return a copy of the face name list so
8103 that it cannot be modified from outside (facemenu.el uses
8104 nreverse, for example).
8105
8106 * cus-face.el (custom-face-attributes): Add :bold and :italic
8107 for compatibility with old code.
8108
8109 * faces.el (set-face-attributes-from-resources): Additional
8110 frame parameter.
8111 (make-face-x-resource-internal): Set attributes from resources
8112 for a given frame or all frames.
8113
8114 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8115
8116 * faces.el (all-faces): Removed.
8117
8118 * custom.el (defface): Add new face attributes to function
8119 comment.
8120
8121 * font-lock.el (font-lock-comment-face): Use new face attribute
8122 names.
8123 (font-lock-string-face): Ditto.
8124 (font-lock-keyword-face): Ditto.
8125 (font-lock-builtin-face): Ditto.
8126 (font-lock-function-name-face): Ditto.
8127 (font-lock-variable-name-face): Ditto.
8128 (font-lock-type-face): Ditto.
8129 (font-lock-reference-face): Ditto.
8130 (font-lock-warning-face): Ditto.
8131 ((boundp 'font-lock-face-attributes)): Ditto.
8132
8133 * cus-face.el (custom-face-attributes): Use new face attributes.
8134
8135 * faces.el (set-face-attribute-from-resource): Initialize
8136 from resources only for X and W32.
8137
8138 * cus-face.el (custom-declare-face): Don't make frame-local
8139 faces.
8140
8141 * faces.el (describe-face): Use princ instead of insert.
8142
8143 * faces.el: Add XLFD manipulation functions from 20.2 again
8144 because fontset.el uses them.
8145 (face-set-after-frame-default): Add empty definition.
8146
8147 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8148
8149 * faces.el (make-face): Correct typo.
8150 (set-face-attribute-from-resource): Use let*.
8151 (face-underline-p): Correct typo.
8152 (face-inverse-video-p): Ditto.
8153 (set-face-stipple): Ditto.
8154 (face-read-string): Make completion-list optional parameter.
8155
8156 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8157
8158 * faces.el (face-charset-registries): Alist mapping charset
8159 symbols to registries and encoding.
8160
8161 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8162
8163 * frame.el (blink-cursor-mode): Use interactive spec "P".
8164
8165 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8166
8167 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8168 mode. The cursor of selected_window blinks if the mode is enabled.
8169
8170 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8171
8172 * simple.el (next-history-element): Set point to the end of the
8173 prompt if minibuffer-prompt-in-buffer.
8174
8175 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8176
8177 * faces.el (x-font-regexp): Add sub-expression parentheses for
8178 several font name components.
8179
8180 1999-07-21 Gerd Moellmann <gerd@acm.org>
8181
8182 * faces.el (set-face-relief): Use index 12 for relief.
8183 (face-fill-in): Set relief from data.
8184 (internal-make-face): Init relief to zero.
8185
8186 * faces.el (face-spec-set): Call modify-face with additional
8187 parameters for relief and fixed-p.
8188
8189 1999-07-21 Gerd Moellmann <gerd@acm.org>
8190
8191 * cus-face.el: ':fixed and ':relief added.
8192
8193 * faces.el (describe-face): Add fixed font attribute and relief.
8194 (face-attr-match-p): Ditto.
8195 (face-attr-construct): Ditto.
8196 (face-spec-set): Ditto.
8197
8198 1999-07-21 Gerd Moellmann <gerd@acm.org>
8199
8200 * faces.el (internal-make-face): Function to create a Lisp vector
8201 suitable for representing a face.
8202 (make-face): Use it instead of make-vector.
8203 (x-create-frame-with-faces): Use it instead of vector.
8204 (internal-facep): Increase vector size to 14.
8205 (internal-make-face): Ditto.
8206 (face-relief): Access relief thickness.
8207 (face-fixed-p): Access fixed font attribute.
8208 (set-face-fixed-p): Set fixed font attribute.
8209 (set-face-relief): Set relief attribute.
8210 (internal-face-interactive-int): Read int attribute of face.
8211 (modify-face): Add fixed-p and relief parameters.
8212 (copy-face): Handle fixed-p and relief.
8213 (face-equal): Compare fixed-p and relief.
8214 (face-differs-from-default-p): Ditto.
8215 (face-nontrivial-p): Add fixed-p and relief.
8216
8217 1999-07-21 Gerd Moellmann <gerd@acm.org>
8218
8219 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8220 (internal-facep): Increase vector size.
8221 (make-face): Ditto.
8222 (face-shadow-thickness): Added.
8223 (set-face-shadow-thickness): Added.
8224 (modify-face): Add optional shadow-thickness parameter.
8225 (make-face-x-resource-internal): Add shadows.
8226 (copy-face): Ditto.
8227 (face-equal): Ditto.
8228 (face-differs-from-default-p): Ditto.
8229 (face-nontrivial-p): Ditto.
8230 (face-attr-match-p): Ditto.
8231 (face-attr-construct): Ditto.
8232 (face-spec-set): Ditto.
8233 (face-fill-in): Ditto.
8234
8235 1999-07-21 Gerd Moellmann <gerd@acm.org>
8236
8237 * bench.el (bench-mark-split-window): New bench mark.
8238
8239 1999-07-21 Gerd Moellmann <gerd@acm.org>
8240
8241 * faces.el (set-face-font): Don't pass default font to
8242 x-resolve-font so that font will not have to be of the same
8243 size.
8244
8245 1999-07-20 Dave Love <fx@gnu.org>
8246
8247 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8248 unconditionally t.
8249
8250 1999-07-20 Karl Heuer <kwzh@gnu.org>
8251
8252 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8253
8254 1999-07-20 Dave Love <fx@gnu.org>
8255
8256 * help.el (describe-variable): Fix test for customizability.
8257
8258 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8259 Check for readonly buffer in interactive spec.
8260 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8261 (backward-kill-word): Add * to interactive spec.
8262
8263 * underline.el (underline-region, ununderline-region): Add * to
8264 interactive spec.
8265
8266 * fill.el (canonically-space-region, justify-current-line): Add *
8267 to interactive spec.
8268 (fill-region-as-paragraph, fill-paragraph, fill-region)
8269 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8270 readonly buffer in interactive spec.
8271
8272 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8273 (backward-kill-sentence, kill-sentence): Add * to interactive
8274 spec.
8275
8276 1999-07-19 Richard M. Stallman <rms@gnu.org>
8277
8278 * dired-aux.el (dired-do-shell-command): Doc fix.
8279
8280 * shell.el (shell-unquote-argument): New function.
8281 (shell-directory-tracker): Use shell-unquote-argument.
8282 * comint.el (comint-arguments): Handle \ followed by space or tab.
8283
8284 1999-07-19 John Wiegley <jwiegley@borland.com>
8285
8286 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8287 color codes 39 and 49, which by the way lynx uses them seem to
8288 mean "foreground reset" and "background reset".
8289
8290 1999-07-19 Karl Heuer <kwzh@gnu.org>
8291
8292 * font-lock.el (c++-keywords): Add "typeid".
8293
8294 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8295 selects no font, treat that as zero selections, not one.
8296
8297 1999-07-19 Dave Love <fx@gnu.org>
8298
8299 * info.el (Info-search): Don't lose with empty regexp.
8300
8301 * version.el: Cater for (free) `ident' program, not `which'.
8302
8303 * hl-line.el: New file.
8304
8305 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8306 for modes which don't define menus.
8307
8308 1999-07-16 Richard M. Stallman <rms@gnu.org>
8309
8310 * webjump.el (webjump-sample-sites): Update some URLs.
8311
8312 1999-07-14 Richard Stallman <rms@gnu.org>
8313
8314 * Version 20.4 released.
8315
8316 1999-07-14 Andreas Schwab <schwab@gnu.org>
8317
8318 * compare-w.el (compare-windows): Try to find the next window in
8319 the current frame before looking at the other frames.
8320
8321 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8322
8323 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8324 Use cyrillic-jcuken as default input method.
8325
8326 1999-07-12 Richard Stallman <rms@gnu.org>
8327
8328 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8329 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8330
8331 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8332 (ispell-local-dictionary-alist): Add koi8-r for character set.
8333
8334 * textmodes/flyspell.el (flyspell-get-word):
8335 Add special handling for when ispell-otherchars is empty.
8336
8337 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8338
8339 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8340 when having nested functons.
8341 (pascal-indent-nested-functions) (pascal-indent-line)
8342 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8343 indenting nested functions.
8344
8345 1999-07-09 Richard Stallman <rms@gnu.org>
8346
8347 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8348
8349 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8350
8351 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8352 the `end' keyword was in the very beginning of the buffer.
8353
8354 1999-07-08 Richard Stallman <rms@gnu.org>
8355
8356 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8357
8358 * term.el (term-emulate-terminal): Avoid infinite loop
8359 in strange case where minibuffer window is selected but not active.
8360
8361 1999-07-07 Stephen Eglen <stephen@gnu.org>
8362
8363 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8364 Change regexp so that it doesn't match commands beginning with `cd'.
8365
8366 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8367
8368 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8369
8370 1999-07-06 Richard Stallman <rms@gnu.org>
8371
8372 * hscroll.el (hscroll-minibuffer-hook): New function.
8373 (hscroll-global-mode): Add and remove that hook.
8374 Set hscroll-old-truncate-was-global's default value.
8375
8376 1999-07-05 Richard Stallman <rms@gnu.org>
8377
8378 * files.el (revert-buffer): Don't preserve point here.
8379 (revert-buffer-insert-file-contents-function): Doc fix.
8380
8381 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8382
8383 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8384 doing a `stat' when it isn't necessary because that can cause
8385 trouble when an NFS server is down.
8386
8387 1999-07-04 Richard Stallman <rms@gnu.org>
8388
8389 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8390
8391 1999-07-03 Richard Stallman <rms@gnu.org>
8392
8393 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8394 for \200...\240 also.
8395 (isearch-printing-char): Use unibyte-char-to-multibyte.
8396
8397 1999-07-02 Richard Stallman <rms@gnu.org>
8398
8399 * frame.el (minibuffer-frame-alist): Use defcustom.
8400 (pop-up-frame-alist): Likewise.
8401 (initial-frame-alist): Specify * in the doc string.
8402
8403 * hscroll.el (hscroll-mode): Make it a permanent local.
8404 (hscroll-mode): Don't cancel the timer
8405 if HScroll mode is enabled in some other buffer.
8406
8407 * isearch.el (isearch-done): If search ends in middle of intangible
8408 text (due to text property), move on to the limit of that text.
8409
8410 1999-07-01 Andrew Innes <andrewi@gnu.org>
8411
8412 * man.el (Man-build-man-command): Use value of null-device,
8413 instead of hard-coding "/dev/null".
8414
8415 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8416 ange-ftp file names, which might force ange-ftp to prompt for a
8417 password.
8418
8419 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8420 to prevent references to temp files.
8421
8422 1999-06-30 Richard Stallman <rms@gnu.org>
8423
8424 * progmodes/sh-script.el (sh-feature): If nothing is known
8425 about the given shell, use the values for `sh'.
8426
8427 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8428
8429 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8430 to make it non-recursive.
8431
8432 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8433
8434 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8435
8436 * auto-show.el (auto-show-mode): Fix Typo in :set.
8437
8438 1999-06-29 Richard M. Stallman <rms@gnu.org>
8439
8440 * progmodes/sh-script.el (sh-mode): When setting syntax
8441 table, default to the standard one.
8442
8443 1999-06-27 Richard M. Stallman <rms@gnu.org>
8444
8445 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8446
8447 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8448
8449 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8450 a frame when `return' is requested (even if pop-up-frames = t)
8451 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8452 should only be set for the bibtex buffer.
8453
8454 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8455
8456 * progmodes/compile.el: Deal with compilation-error-screen-columns
8457 being buffer-local.
8458
8459 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8460
8461 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8462
8463 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8464
8465 * cal-x.el (calendar-only-one-frame-setup): New function.
8466 * calendar.el (calendar): Call it if requested.
8467
8468 1999-06-24 Karl Heuer <kwzh@gnu.org>
8469
8470 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8471
8472 1999-06-22 Richard M. Stallman <rms@gnu.org>
8473
8474 * mail/supercite.el (sc-emacs-features): Doc fix.
8475
8476 1999-06-22 Karl Heuer <kwzh@gnu.org>
8477
8478 * files.el (auto-mode-alist): Add pike-mode.
8479
8480 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8481
8482 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8483 last byte of a numeric field is a space or a NUL. Parse it as
8484 potentially part of the number. This is used by GNU tar
8485 1.12.64012 to handle larger values.
8486
8487 1999-06-20 Karl Heuer <kwzh@gnu.org>
8488
8489 * custom.el (custom-handle-keyword): Fix error message.
8490
8491 1999-06-18 Andrew Innes <andrewi@gnu.org>
8492
8493 * mail/smtpmail.el (smtpmail-send-it): Use
8494 convert-standard-filename to make file names for queued mail safe
8495 on Windows (`:' is invalid in file names on Windows).
8496
8497 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8498
8499 * international/mule-cmds.el (describe-current-input-method):
8500 Current-input-method is string.
8501 (toggle-input-method): Docstring fixed.
8502
8503 * international/mule-diag.el
8504 (describe-current-coding-system-briefly): Fix format string.
8505
8506 * international/mule-util.el (coding-system-eol-type-mnemonic):
8507 Docstring modified. Return a string.
8508
8509 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8510
8511 * sql.el (sql-input-ring-file-name): Doc fix.
8512
8513 1999-06-17 Richard M. Stallman <rms@gnu.org>
8514
8515 * calendar/cal-x.el (special-display-buffer-names):
8516 Don't put (get-file-buffer diary-file) on this list.
8517
8518 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8519
8520 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8521 Don't penalize player for certain impossible guesses.
8522
8523 1999-06-16 Andrew Innes <andrewi@gnu.org>
8524
8525 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8526 return the string "Unk 0 0000" so at least it appears to be a
8527 valid timestamp to `dired-move-to-filename-regexp'.
8528
8529 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8530
8531 * ps-print.el (ps-control-character): Fix previous change.
8532
8533 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8534
8535 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8536 multiple output of the last message.
8537
8538 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8539
8540 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8541 the ASCII apostrophe, as most DOS codepages have some other glyph
8542 there.
8543
8544 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8545
8546 * language/ethio-util.el (setup-ethiopic-environment-internal):
8547 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8548 (exit-ethiopic-environment): Likewize.
8549
8550 1999-06-12 Richard M. Stallman <rms@gnu.org>
8551
8552 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8553
8554 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8555
8556 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8557 custom-initialize-default to avoid infinite loop.
8558 (crisp-mode): (defun) Call transient-mark-mode here, not when
8559 loading the file. Run crisp-mode-hook here, and run
8560 crisp-load-hook when loading the file.
8561
8562 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8563 rmail-summary buffer, search for pattern in rmail-file.
8564
8565 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8566
8567 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8568
8569 * ps-print.el (ps-printer-name): Fix custom type.
8570
8571 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8572
8573 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8574 (vhdl-port-paste-generic-map): Fix indentation bug.
8575 (vhdl-port-paste-port-map): Fix indentation bug.
8576 (vhdl-scan-file-contents): Make scanning case insensitive.
8577
8578 1999-06-11 Richard M. Stallman <rms@gnu.org>
8579
8580 * files.el (write-file): When buffer is not already visiting a file,
8581 don't put buffer name in the minibuffer, just make it the default.
8582 Also handle just directory as arg usefully in that case.
8583
8584 * simple.el (sendmail-user-agent-compose):
8585 Ignore case when inserting the rest of the "other" headers.
8586
8587 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8588
8589 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8590 (info-lookup-interactive-arguments): Never insert the default
8591 into the minibuffer automatically.
8592
8593 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8594
8595 1999-06-09 Richard M. Stallman <rms@gnu.org>
8596
8597 * simple.el (shell-command): Avoid printing "mark set" message.
8598
8599 1999-06-09 Dave Love <fx@gnu.org>
8600
8601 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8602 digits in program name in first pattern.
8603
8604 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8605
8606 * vc.el (vc-dired-mode): Don't match anything before the date in
8607 dired-move-to-filename-regexp.
8608
8609 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8610
8611 * international/quail.el (quail-define-rules): Fix typo in
8612 docstring.
8613
8614 1999-06-05 Stephen Eglen <stephen@gnu.org>
8615
8616 * iswitchb.el (iswitchb-default-keybindings): Add
8617 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8618 than when package is loaded.
8619
8620 1999-06-04 Richard M. Stallman <rms@gnu.org>
8621
8622 * startup.el (command-line): Don't set user-init-file directly;
8623 tell `load' to set it.
8624
8625 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8626
8627 * simple.el (next-history-element):
8628 Handle minibuffer-text-before-history properly when reading sexps.
8629
8630 * disp-table.el (standard-display-european):
8631 For an interactive call by the user,
8632 don't set enable-multibyte-characters,
8633 and don't set the terminal coding system.
8634
8635 * textmodes/refbib.el: Don't print any messages or display
8636 a buffer when loading the library.
8637 (r2b-help): Doc fix.
8638 (r2b-help-message): Update the documentation.
8639 (r2b-load-quietly): Variable deleted.
8640 (r2b-convert-buffer): Doc fix.
8641
8642 1999-06-04 Dave Love <fx@gnu.org>
8643
8644 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8645
8646 * auto-show.el: Don't change hooks on loading.
8647 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8648 (auto-show-mode): Add to hooks here.
8649
8650 1999-06-04 Richard Sharman <rsharman@pobox.com>
8651
8652 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8653 recursion on bogus input.
8654
8655 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8656
8657 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8658 does not select a buffer from the buffers menu, then the attached
8659 frame is not switched to anything.
8660
8661 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8662
8663 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8664 (viet-viscii-...->viet-vscii...).
8665
8666 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8667
8668 1999-06-01 Dave Love <fx@gnu.org>
8669
8670 * progmodes/fortran.el: Add :link to defgroup.
8671 (fortran-blink-matching-if): Match ELSE statements too.
8672 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8673 that filling is always done.
8674
8675 1999-05-31 Richard M. Stallman <rms@gnu.org>
8676
8677 * simple.el (append-next-kill): Use an arg to distinguish
8678 interactive calls from Lisp calls, rather than (interactive-p).
8679
8680 * international/iso-transl.el (iso-transl-language-alist):
8681 Interchange n and N.
8682
8683 1999-05-31 Dave Love <fx@gnu.org>
8684
8685 * msb.el Add to minor-mode-map-alist. Remove hook installation
8686 and keymap munging on load.
8687 (msb-mode): New option.
8688 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8689 Doc fix.
8690 (msb-mode-map): New variable.
8691 (msb-mode): New command.
8692
8693 1999-05-31 Dave Love <fx@gnu.org>
8694
8695 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8696 (ispell-complete-word-dict): Likewise.
8697
8698 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8699
8700 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8701 force the data buffer to be saved, even if the data didn't
8702 change, in case the write filter was modified. Restore the
8703 current record after read-file-filter finishes.
8704
8705 1999-05-29 Karl Heuer <kwzh@gnu.org>
8706
8707 * ispell4.el: Obsolete; file deleted.
8708
8709 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8710
8711 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8712 VALUE is a syntax table.
8713
8714 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8715
8716 * simple.el (zap-to-char): Doc fix.
8717
8718 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8719
8720 * isearch.el (isearch-quote-char): Don't assume character codes
8721 0200 - 0237 stand for characters in some single-byte character
8722 charset.
8723
8724 1999-05-27 Dave Love <fx@gnu.org>
8725
8726 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8727
8728 1999-05-27 Andreas Schwab <schwab@gnu.org>
8729
8730 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8731 headerline does not exist already.
8732
8733 1999-05-26 Richard Stallman <rms@gnu.org>
8734
8735 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8736 Avoid nested null-loops.
8737
8738 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8739
8740 * international/characters.el: Typo fixed; prefered->preferred.
8741
8742 * international/mule-cmds.el (find-coding-systems-for-charsets):
8743 Typo fixed; prefered->preferred.
8744
8745 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8746 method in read-event.
8747
8748 * international/mule.el (charset-info): Doc-string fixed.
8749
8750 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8751
8752 * mail/smtpmail.el (smtpmail-send-it): Bind
8753 smtpmail-code-conv-from properly.
8754 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8755 by smtpmail-code-conv-from.
8756
8757 1999-05-24 Richard Stallman <rms@gnu.org>
8758
8759 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8760 Binding deleted also.
8761
8762 1999-05-24 Karl Heuer <kwzh@gnu.org>
8763
8764 * comint.el (comint-bol-or-process-mark): Doc fix.
8765
8766 1999-05-23 Dave Love <fx@gnu.org>
8767
8768 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8769 Enter it on minor-mode-map-alist.
8770 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8771 Autoload. Add custom setter.
8772 (crisp-mark-line): Doc fix.
8773 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8774 (crisp-mode-hook): Define.
8775
8776 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8777
8778 * files.el (recover-file): Recover buffer-file-coding-system.
8779
8780 1999-05-22 Richard Stallman <rms@gnu.org>
8781
8782 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8783 regexp match the date, to avoid treating date as file size.
8784 Add YYYY S option to WESTERN/
8785
8786 * bookmark.el: Delete some XEmacs compatibility code.
8787 (bookmark-jump-noselect): Check vc-backend.
8788
8789 * subr.el (add-to-list): Doc fix.
8790
8791 1999-05-21 Stephen Eglen <stephen@gnu.org>
8792
8793 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8794
8795 1999-05-18 Richard Stallman <rms@gnu.org>
8796
8797 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8798 non-space after the @anchor command.
8799 (texinfo-format-var): Handle other nested constructs, using
8800 texinfo-parse-expanded-arg and texinfo-discard-command, not
8801 texinfo-parse-arg-discard.
8802
8803 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8804 (debug): Bind and use debugger-outer-inhibit-redisplay.
8805 Bind inhibit-redisplay to nil.
8806 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8807
8808 1999-05-17 Dave Love <fx@gnu.org>
8809
8810 * help.el (describe-function-1): Extra arg, interactive-p.
8811 (describe-key, describe-function): Use it.
8812
8813 1999-05-17 Karl Heuer <kwzh@gnu.org>
8814
8815 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8816
8817 1999-05-16 Dave Love <fx@gnu.org>
8818
8819 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8820 scroll-preserve-screen-position, scroll-conservatively.
8821
8822 1999-05-16 Dave Love <fx@gnu.org>
8823
8824 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8825
8826 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8827
8828 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8829
8830 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8831
8832 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8833 magic number and is not associated with a file.
8834
8835 1999-05-14 Richard M. Stallman <rms@gnu.org>
8836
8837 * files.el (find-file-noselect-1): Fix previous change.
8838
8839 1999-05-14 Simon Marshall <simon@gnu.org>
8840
8841 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8842
8843 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8844
8845 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8846 docstring.
8847
8848 * international/mule-cmds.el: Change MULE to Mule in docstrings
8849 and menus.
8850
8851 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8852
8853 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8854 to correctly reflect the value of BaseLineOffset in
8855 RelativeCompose. Now the value of RelativeCompose is an array of
8856 low and high positions.
8857 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8858 RLC for the above change.
8859
8860 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8861
8862 * comint.el (comint-password-prompt-regexp): Modified to match the
8863 output of ksu and ssh-add.
8864
8865 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8866
8867 * language/korea-util.el (isearch-toggle-korean-input-method):
8868 Adjusted for the change of input method handling in isearch.el.
8869 (isearch-hangul-switch-symbol-ksc): Likewise.
8870 (isearch-hangul-switch-hanja): Likewise.
8871
8872 1999-05-10 Dave Love <fx@gnu.org>
8873
8874 * help.el (help-make-xrefs): Fix typo.
8875
8876 1999-05-10 Andreas Schwab <schwab@gnu.org>
8877
8878 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8879 unibyte-display-via-language-environment.
8880
8881 * help.el (help-make-xrefs): Handle more cases when looking for
8882 commands in a keymap description.
8883
8884 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8885
8886 * loadup.el: For ms-dos systems, load ccl and codepage.
8887
8888 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8889
8890 * ps-print.el (ps-control-character): Call
8891 ps-mule-prepare-ascii-font to setup ASCII fonts.
8892
8893 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8894 ps-multibyte-buffer is nil, use
8895 ps-mule-font-info-database-default."
8896
8897 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8898
8899 * ispell.el (ispell-local-dictionary-alist): New variable for
8900 customizing local dictionaries not accessable by everyone.
8901 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8902 (ispell-required-version): Changed format `(major minor
8903 revision)' to support general pattern matching.
8904 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8905 skip region commented out due to incorrect skip potential in std latex.
8906 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8907 cursor point on small words for calls from `ispell-minor-mode'.
8908 (check-ispell-version): Tests and accepts versions major.minor
8909 and above, with adjustments for interactions in 3.1.0-3.1.11.
8910 (ispell-get-line): No longer skips ispell process special characters.
8911 (ispell-comments-and-strings): Removed `when' macro call.
8912 (ispell-minor-check): Requires ispell-word to restore cursor point.
8913 (ispell-buffer-local-parsing): Supports checking comments only.
8914
8915 1999-05-08 Karl Heuer <kwzh@gnu.org>
8916
8917 * comint.el (comint-password-prompt-regexp): Fix last change to be
8918 more specific.
8919
8920 1999-05-07 Richard M. Stallman <rms@gnu.org>
8921
8922 * subr.el (with-temp-message): Fix the other call to message
8923 to use %s.
8924
8925 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8926
8927 * gud.el (gud-format-command): "%F" means file sans extension.
8928 (jdb): Use %F, not %f, for gud-break.
8929
8930 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8931
8932 * comint.el (comint-password-prompt-regexp): Modified so that it
8933 matches the output of kinit.
8934
8935 1999-05-06 Greg Stark <gsstark@mit.edu>
8936
8937 * timezone.el (timezone-parse-date): Recognize new format used in
8938 internet cookies.
8939
8940 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8941
8942 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8943
8944 1999-05-04 Andrew Innes <andrewi@gnu.org>
8945
8946 * time.el (display-time-update): Allow for wrap-around when
8947 checking against display-time-server-down-time.
8948
8949 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8950
8951 * international/mule-diag.el (describe-coding-system): Fix English
8952 message.
8953
8954 1999-05-03 Jason Rumney <jasonr@altavista.net>
8955
8956 * term/w32-win.el: Change the x-charset-registry property for the
8957 Japanese charsets that are supported by Japanese Windows fonts.
8958
8959 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8960
8961 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8962 diary-block diary entries for which the reminders and the diary
8963 entries can overlap.
8964
8965 1999-05-02 Jason Rumney <jasonr@altavista.net>
8966
8967 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8968 matches the font selected in the dialog.
8969
8970 1999-05-02 Dave Love <fx@gnu.org>
8971
8972 * browse-url.el (browse-url-browser-function): Add :version.
8973
8974 * international/mule.el (auto-coding-alist): Add .tgz.
8975
8976 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8977
8978 * international/codepage.el (cp-coding-system-for-codepage-1):
8979 Make the magnification parameter for the -dos encoder be 2.
8980
8981 1999-05-2 Andrew Innes <andrewi@gnu.org>
8982
8983 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8984 it is dropped, rather than current window.
8985
8986 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8987 after switching buffer, as case-fold-search is a buffer local
8988 variable.
8989
8990 * w32-fns.el (convert-standard-filename): Only convert directory
8991 separators to backslash if the interactive shell is one of the
8992 standard Windows shells that has DOS semantics.
8993
8994 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8995 format-time-string, and return a suitable string to indicate the
8996 timestamp was invalid.
8997
8998 * hexl.el (hexlify-command): Apply shell-quote-argument after
8999 expanding hexl-program in case exec-directory contains a space.
9000 (dehexlify-command): Ditto.
9001
9002 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
9003 file extension regexps which aren't necessarily binary files.
9004 (direct-print-region-helper): Use subst-char-in-string instead of
9005 binding directory-sep-char to convert filenames to DOS syntax.
9006 (direct-print-region-use-command-dot-com): New variable.
9007 (direct-print-region-helper): Use it to control whether to invoked
9008 command.com to print on Windows 9x.
9009
9010 * browse-url.el (browse-url-browser-function): Default to
9011 browse-url-default-windows-browser on windows-nt.
9012 (browse-url-default-windows-browser): New function.
9013
9014 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * forms.el (forms-mode): Don't call forms-first-record or
9017 forms-last-record if the data file has zero records.
9018
9019 1999-04-29 Richard M. Stallman <rms@gnu.org>
9020
9021 * files.el (find-file-noselect-1): If buffer-file-name has changed
9022 after find-file-not-found-hooks runs, recompute the truename.
9023 And don't use FILENAME after that point.
9024
9025 1999-04-27 Dave Love <fx@gnu.org>
9026
9027 * paren.el (show-paren-mode)
9028 * which-func.el (which-func-mode-global)
9029 * type-break.el (type-break-mode)
9030 * time.el (display-time-mode)
9031 * rsz-mini.el (resize-minibuffer-mode)
9032 * mouse-sel.el (mouse-sel-mode)
9033 * icomplete.el (icomplete-mode)
9034 * hscroll.el (hscroll-global-mode)
9035 * help.el (temp-buffer-resize-mode)
9036 * font-lock.el (global-font-lock-mode)
9037 * delsel.el (delete-selection-mode)
9038 * avoid.el (mouse-avoidance-mode)
9039 * autoinsert.el (auto-insert-mode)
9040 * winner.el (winner-mode): Doc fix.
9041
9042 1999-04-26 Karl Heuer <kwzh@gnu.org>
9043
9044 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9045 the same whitespace that was ignored in choosing the subject string.
9046
9047 1999-04-26 Richard M. Stallman <rms@gnu.org>
9048
9049 * info.el (Info-find-node): Position properly after finding anchor.
9050
9051 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9052
9053 * simple.el (indent-new-comment-line): Fix previous change.
9054
9055 * complete.el: Delete the wildcard expansion feature
9056 since that is now standard in find-file.
9057 (PC-try-load-many-files): Function deleted.
9058 (PC-after-load-many-files): Function deleted.
9059 (PC-many-files-list): Variable deleted.
9060 (PC-disable-wildcards): Variable deleted.
9061 (partial-completion-mode): Don't enable the wildcard feature.
9062
9063 * complete.el (PC-look-for-include-file): Don't set global variables
9064 `error', `buf' and `filename' here.
9065
9066 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9067
9068 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9069
9070 * textmodes/outline.el (outline-regexp): Doc fix.
9071
9072 1999-04-26 John Wiegley <johnw@borland.com>
9073
9074 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9075 C++Builder 4.0 error message syntax.
9076
9077 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9078
9079 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9080 supported, use find -exec.
9081
9082 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9083
9084 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9085 coding-system-for-write, to avoid hanging when non-interactive.
9086
9087 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9088
9089 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9090 start with a newline.
9091
9092 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9093
9094 * international/mule-conf.el (x-ctext): New coding system.
9095
9096 1999-04-12 Richard M. Stallman <rms@gnu.org>
9097
9098 * international/mule-cmds.el (input-method-function):
9099 Add permanent-local property.
9100
9101 1999-04-12 Dave Love <fx@gnu.org>
9102
9103 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9104 change to use jka-compr-byte-compiler-base-file-name.
9105
9106 * supercite.el (sc-scan-info-alist): Revert last change.
9107 (sc-attrib-selection-list): Fix :type here instead.
9108
9109 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9110
9111 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9112 in the list of case-insensitive filesystems.
9113
9114 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9115
9116 * international/fontset.el (create-fontset-from-fontset-spec):
9117 Don't register duplicated alias fontset names.
9118
9119 1999-04-08 Richard Stallman <rms@gnu.org>
9120
9121 * international/mule.el (auto-coding-alist-lookup): New function.
9122 (set-auto-coding): Use auto-coding-alist-lookup.
9123
9124 * jka-compr.el (jka-compr-insert-file-contents):
9125 Use auto-coding-alist-lookup to check for files that
9126 should not have eol conversion, in the unibyte case.
9127
9128 1999-04-07 Dave Love <fx@gnu.org>
9129
9130 * help.el (describe-variable): Check custom-loads property as well
9131 as custom-type.
9132
9133 * abbrev.el (abbrev-mode): Customizing sets the default value.
9134
9135 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9136
9137 * vc.el (vc-backend-revert): For CVS files that were made
9138 writeable with "cvs edit", call "cvs unedit" to undo that.
9139
9140 1999-04-08 Dave Love <fx@gnu.org>
9141
9142 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9143 more.
9144 (sc-emacs-features): Recognize Emacs 20.
9145 (sc-read-string): Use history arg.
9146 (sc-scan-info-alist): Check for rtnvalue a cons.
9147
9148 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9149
9150 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9151 coding system to encode the message by
9152 select-message-coding-system.
9153
9154 1999-04-07 Richard Stallman <rms@gnu.org>
9155
9156 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9157
9158 * winner.el: Reorder definitions.
9159
9160 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9161
9162 * mail/rmail.el (rmail-decode-babyl-format):
9163 Undo previous change.
9164
9165 1999-04-06 Richard Stallman <rms@gnu.org>
9166
9167 * info.el (Info-find-node): Check for an anchor at the
9168 proper place, before reading an indirect file.
9169
9170 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9171
9172 * jka-compr.el (jka-compr-insert-file-contents):
9173 Use raw-text-unix when we want no conversion.
9174
9175 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9176
9177 * timezone.el (timezone-parse-date): Corrected regexp for
9178 style (5) date format so that tenths of seconds are optional.
9179
9180 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9181
9182 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9183 of dos-codepage-setup.
9184 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9185 codepages for which there's no need to set up cpNNN coding
9186 systems.
9187 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9188
9189 1999-04-05 Richard Stallman <rms@gnu.org>
9190
9191 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9192
9193 1999-04-02 Richard Stallman <rms@gnu.org>
9194
9195 * progmodes/compile.el (compilation-handle-exit): Do right thing
9196 if (car status) doesn't end in a newline.
9197
9198 1999-04-01 Dave Love <fx@gnu.org>
9199
9200 * progmodes/sql.el (SQL): Add defgroup :version.
9201
9202 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9203
9204 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9205 buffer-file-coding-system. If the coding system used is raw-text,
9206 etc., make the *Compiler Input* buffer unibyte.
9207
9208 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9209
9210 * loadup.el: Don't write the fns-...el file if not dumping.
9211
9212 1999-03-31 Dave Love <fx@gnu.org>
9213
9214 * snmp-mode.el (snmp): Fix defgroup :version.
9215
9216 * hilit-chg.el (highlight-changes): Add defgroup :version.
9217
9218 1999-03-31 Andreas Schwab <schwab@gnu.org>
9219
9220 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9221 the gnus-save-hidden-threads macro.
9222
9223 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9224
9225 * faces.el (face-set-after-frame-default): Obey the
9226 `customized-face' for new faces.
9227
9228 1999-03-30 Dave Love <fx@gnu.org>
9229
9230 * international/mule-cmds.el (current-language-environment): Doc fix.
9231 * abbrev.el (abbrev-mode): Doc fix.
9232 * autoinsert.el (auto-insert-mode): Doc fix.
9233 * complete.el (partial-completion-mode): Doc fix.
9234 * avoid.el (mouse-avoidance-mode): Doc fix.
9235 * delsel.el (delete-selection-mode): Doc fix.
9236 * font-lock.el (global-font-lock-mode): Doc fix.
9237 * help.el (temp-buffer-resize-mode): Doc fix.
9238 * hscroll.el (hscroll-global-mode): Doc fix.
9239 * icomplete.el (icomplete-mode): Doc fix.
9240 * mouse-sel.el (mouse-sel-mode): Doc fix.
9241 * paren.el (show-paren-mode): Doc fix.
9242 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9243 * time.el (display-time-mode): Doc fix.
9244 * type-break.el (type-break-mode): Doc fix.
9245 * which-func.el (which-func-mode-global): Doc fix.
9246 * winner.el (winner-mode): Doc fix.
9247
9248 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9249
9250 * wid-edit.el (widget-before-change): Signal text-read-only rather
9251 than an ordinary error.
9252
9253 1999-03-30 Richard M. Stallman <rms@gnu.org>
9254
9255 * repeat.el: Don't require advice.
9256 (repeat): Do function-indirection in check for kbd macro.
9257 In self-insert case, use the *last* char in INSERTION.
9258
9259 1999-03-30 Karl Heuer <kwzh@gnu.org>
9260
9261 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9262
9263 1999-03-29 Andreas Schwab <schwab@gnu.org>
9264
9265 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9266 comint-input-filter-functions. Make variables related to shell
9267 directory tracking local.
9268
9269 1999-03-26 Andreas Schwab <schwab@gnu.org>
9270
9271 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9272
9273 * simple.el (shell-command-on-region): Cope with exit-status being
9274 nil, which happens if call-process-region was interrupted.
9275
9276 1999-03-26 Richard M. Stallman <rms@gnu.org>
9277
9278 * simple.el (indent-new-comment-line): Handle use at a point
9279 after a comment-end. Handle multiple comments.
9280
9281 * mail/rmail.el (rmail-decode-babyl-format):
9282 To prevent locking, bind buffer-file-name to nil.
9283
9284 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9285
9286 * mail-hist.el (mail-hist-current-header-name): Don't make
9287 off-by-one-error when determining if in message body.
9288
9289 1999-03-25 Andrew Innes <andrewi@gnu.org>
9290
9291 * w32-fns.el (set-default-process-coding-system): Copied from
9292 dos-w32.el, but modified to use Unix line endings for process
9293 input, and to add a suitable entry to process-coding-system-alist
9294 for DOS shells.
9295
9296 * dos-fns.el (set-default-process-coding-system): Copied from
9297 dos-w32.el.
9298
9299 * dos-w32.el (set-default-process-coding-system): Move function to
9300 dos-fns.el; a different version is used in w32-fns.el.
9301
9302 1999-03-24 Dave Love <fx@gnu.org>
9303
9304 * info.el (Info-directory-list): Revert change to re-writing
9305 Info-default-directory-list, but put `alternative' first.
9306 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9307
9308 1999-03-23 Simon Marshall <simon@gnu.org>
9309
9310 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9311 on the line by itself.
9312 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9313 it is not in a declarative context.
9314
9315 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9316
9317 * cus-edit.el (custom-variable-prompt): Allow customization of
9318 autoloaded symbols.
9319
9320 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9321
9322 * simple.el (what-cursor-position): Don't cause error when point
9323 is at invalid multibyte sequence.
9324
9325 1999-03-21 Karl Heuer <kwzh@gnu.org>
9326
9327 * complete.el (partial-completion-mode): Doc fix.
9328
9329 1999-03-19 Richard M. Stallman <rms@gnu.org>
9330
9331 * progmodes/cplus-md.el (old-c++): Remove :group.
9332
9333 * progmodes/c-mode.el (old-c): Remove :group.
9334
9335 1999-03-18 Simon Marshall <simon@gnu.org>
9336
9337 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9338 (java-font-lock-keywords-2): Added "strictfp" keyword.
9339
9340 1999-03-17 Jason Rumney <jasonr@altavista.net>
9341
9342 * w32-fns.el (set-w32-system-coding-system) New function.
9343 (w32-system-coding-system) Initialize to 'iso-latin-1.
9344
9345 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9346
9347 * international/mule-cmds.el (set-language-environment): Fix
9348 previous change: don't use dos-codepage when unbound.
9349
9350 1999-03-17 Karl Heuer <kwzh@gnu.org>
9351
9352 * calendar/appt.el (appt-make-list): Fix previous change.
9353
9354 1999-03-16 Richard M. Stallman <rms@gnu.org>
9355
9356 * window.el (shrink-window-if-larger-than-buffer):
9357 Don't try to redisplay with the cursor at the end
9358 on its own line--that would force a scroll and spoil things.
9359
9360 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9361
9362 * international/mule-cmds.el (set-language-environment): Don't use
9363 cpNNN-nonascii-translation-table if it is unbound.
9364
9365 * term/internal.el (dos-codepage-setup): Compute the unibyte
9366 syntax table and bind unibyte-display-via-language-environment
9367 here, rather than at top level, so that resetting to unibyte in
9368 .emacs works as expected.
9369
9370 1999-03-15 Simon Marshall <simon@gnu.org>
9371
9372 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9373
9374 1999-03-14 Milan Zamazal <pdm@pvt.net>
9375
9376 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9377
9378 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9379
9380 * international/mule-util.el (detect-coding-with-priority):
9381 Restore the internal database.
9382
9383 1999-03-14 Stephen Eglen <stephen@gnu.org>
9384
9385 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9386 if mail-from-style has invalid value.
9387
9388 1999-03-12 Karl Heuer <kwzh@gnu.org>
9389
9390 * vc.el (vc-delete-logbuf-window): New var.
9391 (vc-finish-logentry): Use it.
9392
9393 1999-03-12 Richard M. Stallman <rms@gnu.org>
9394
9395 * startup.el (command-line-1): Improve startup msg.
9396
9397 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9398
9399 * speedbar.el: Added commentary about stealthy functions.
9400 (speedbar-message) new function.
9401 (speedbar-y-or-n-p): New function
9402 (speedbar-with-attached-buffer) Moved macro before reference.
9403 Now uses `save-selected-window'.
9404 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9405 speedbar-generic-item-info, speedbar-item-info-file-helper,
9406 speedbar-item-delete, speedbar-insert-generic-list,
9407 speedbar-timer-fn, speedbar-check-vc-this-line,
9408 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9409 speedbar-buffers-item-info) Use speedbar-message.
9410 (speedbar-item-info) Limit `message-log-max'.
9411 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9412 speedbar-item-delete, speedbar-item-object-delete,
9413 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9414
9415 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9416
9417 * server.el (server-start): Set coding system for the server
9418 process to raw-text.
9419 (server-process-filter): Decode file names if necessary.
9420
9421 1999-03-12 Dave Love <fx@gnu.org>
9422
9423 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9424
9425 * textmodes/paragraphs.el (sentence-end): Doc fix.
9426
9427 1999-03-11 Karl Heuer <kwzh@gnu.org>
9428
9429 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9430
9431 1999-03-09 Karl Heuer <kwzh@gnu.org>
9432
9433 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9434 (ispell-dictionary-alist-2): Likewise.
9435 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9436 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9437 (ispell-dictionary-alist): Build from six pieces, not just two.
9438
9439 * ps-bdf.el (bdf-directory-list): Doc fix.
9440
9441 * enriched.el (enriched-mode): Make var permanent-local.
9442
9443 1999-03-09 Dave Love <fx@gnu.org>
9444
9445 * textmodes/sgml-mode.el (html-mode): Use
9446 sentence-end-double-space when setting sentence-end.
9447
9448 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9449
9450 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9451
9452 1999-03-08 Felix Lee <flee@cygnus.com>
9453
9454 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9455
9456 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9457
9458 1999-03-08 Karl Heuer <kwzh@gnu.org>
9459
9460 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9461 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9462
9463 * dired.el (dired-do-copy-regexp): Doc fix.
9464 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9465
9466 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9467
9468 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9469
9470 1999-03-08 Jason Rumney <jasonr@altavista.net>
9471
9472 * international/codepage.el (cp1250-decode-table)
9473 (cp1251-decode-table, cp1253-decode-table)
9474 (cp1257-decode-table): New translation tables for MS Windows codepages.
9475 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9476
9477 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9478
9479 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9480
9481 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9482
9483 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9484
9485 * term/internal.el (top level): Display character 255 as 8bit as well.
9486
9487 1999-03-06 Dave Love <fx@gnu.org>
9488
9489 * progmodes/cc-cmds.el (c-outline-level): Bind
9490 buffer-invisibility-spec.
9491
9492 * progmodes/c-mode.el (c-outline-level): Likewise.
9493
9494 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9495
9496 1999-03-05 Felix Lee <flee@cygnus.com>
9497
9498 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9499
9500 1999-03-05 Richard M. Stallman <rms@gnu.org>
9501
9502 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9503
9504 1999-03-05 Andrew Innes <andrewi@gnu.org>
9505
9506 * w32-fns.el (convert-standard-filename): Convert directory
9507 separators to Windows format.
9508
9509 1999-03-05 Andreas Schwab <schwab@gnu.org>
9510
9511 * international/skkdic-cnv.el: Provide skkdic-cnv.
9512 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9513 (batch-skkdic-convert): Doc fix.
9514
9515 1999-03-04 Dave Love <fx@gnu.org>
9516
9517 * custom.el (custom-set-variables): Protect against setter errors.
9518
9519 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9520
9521 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9522 the file sizes from overflowing.
9523 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9524 Under -s, print the size in blocks with %4.0f, in case they have
9525 a *really* huge file.
9526
9527 1999-03-03 Dave Love <fx@gnu.org>
9528
9529 * options.el (edit-options): Doc fix.
9530 (list-options): Don't lose with unbound symbols. Maintain
9531 Edit-options-mode.
9532
9533 1999-03-01 Dave Love <fx@gnu.org>
9534
9535 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9536
9537 1999-02-28 Richard M. Stallman <rms@gnu.org>
9538
9539 * ispell.el (ispell-dictionary-alist-override): New variable.
9540 (ispell-dictionary-alist): Don't setq it,
9541 if ispell-dictionary-alist-override is set.
9542
9543 * simple.el (shell-command-default-error-buffer): Renamed from
9544 shell-command-on-region-default-error-buffer.
9545 (shell-command-on-region): Mention in echo area when there
9546 is some error output. Mention success or failure, too.
9547 Accumulate multiple error outputs
9548 going forward, with formfeed in between. Display the error buffer
9549 when we have put something in it.
9550 (shell-command): Add the ERROR-BUFFER argument feature.
9551
9552 1999-02-28 Karl Heuer <kwzh@gnu.org>
9553
9554 * mail/mh-utils.el (mh-lib): Doc fix.
9555 (mh-lib-progs, mh-nmh-p): New vars.
9556 (mh-find-progs): Set mh-lib-progs along with other vars.
9557 (mh-path-search): New arg FUNC-P; if specified, use that instead
9558 of mh-file-command-p.
9559 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9560
9561 * mail/mh-comp.el (mh-repl-formfile): New var.
9562 (mh-smail-batch): Don't ignore all arguments.
9563 (mh-reply): Do the right thing when using nmh.
9564
9565 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9566
9567 * international/mule-cmds.el (select-safe-coding-system): Be sure
9568 to show a buffer being decoded.
9569
9570 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9571
9572 * ps-bdf.el (bdf-directory-list): Initialize it to
9573 '("/usr/local/share/emacs/fonts/bdf").
9574
9575 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9576
9577 * ps-print.el: PostScript programming fix.
9578 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9579 setpagedevice operator).
9580
9581 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9582
9583 * ps-print.el: Doc fix, font size specifies landscape and portrait
9584 sizes.
9585 (ps-print-version): New version number (4.1.4).
9586 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9587 Specifies landscape and portrait sizes.
9588 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9589 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9590 fix.
9591 (ps-get-font-size): New fun.
9592 (ps-font-size-internal, ps-header-font-size-internal)
9593 (ps-header-title-font-size-internal): New vars.
9594
9595 * ps-mule.el: Change of ps-print font size variable name.
9596 (ps-mule-generate-font): Fun fix.
9597 (ps-mule-begin-job): Programming uniformization.
9598
9599 1999-02-25 Dave Love <fx@gnu.org>
9600
9601 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9602 (help-make-xrefs): Do Info case first.
9603
9604 * repeat.el: Don't require advice.
9605 (repeat-last-kill-command): Variable deleted.
9606
9607 1999-02-25 Richard Stallman <rms@gnu.org>
9608
9609 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9610 case just because the current buffer is the output buffer.
9611
9612 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9613
9614 * simple.el (what-cursor-position): To show the character's
9615 encoding, use encoded-string-description instead of information
9616 of chaset-origin-alist.
9617
9618 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9619 (encoded-code-description): New function.
9620 (encoded-string-description): New function.
9621 (encode-coding-char): New function.
9622
9623 1999-02-25 Andrew Innes <andrewi@gnu.org>
9624
9625 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9626 checking for .emacs[.el[c]].
9627
9628 1999-02-24 Richard Stallman <rms@gnu.org>
9629
9630 * help.el (describe-function-1): Don't print a whole lambda-function.
9631
9632 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9633
9634 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9635 inputting ?\240.
9636
9637 1999-02-23 Karl Heuer <kwzh@gnu.org>
9638
9639 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9640
9641 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9642 (clean-buffer-list-kill-buffer-names): Doc fix.
9643
9644 * gud.el (gud-jdb-massage-args): Spelling fix.
9645
9646 1999-02-23 Richard M. Stallman <rms@gnu.org>
9647
9648 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9649
9650 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9651
9652 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9653 excursion while calling set-auto-coding-function.
9654
9655 * play/handwrite.el (handwrite): Require ps-print, and use
9656 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9657 if it's defined, instead of forking ps-lpr-command unconditionally.
9658
9659 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9660
9661 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9662 charset-origin-alist property to a coding system for the codepage.
9663
9664 * international/mule.el: Modify comment for charset-origin-alist
9665 property of a coding system.
9666
9667 * simple.el (what-cursor-position): charset-origin-alist property
9668 of a coding system may be a translation table or a symbol of which
9669 `translation-table' property is a translation table.
9670
9671 1999-02-21 Richard Stallman <rms@gnu.org>
9672
9673 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9674 to the "html" template.
9675
9676 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9677
9678 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9679
9680 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9681
9682 * dirtrack.el (dirtrack): Check for the prompt in the input string
9683 instead of the buffer.
9684
9685 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9686
9687 * sql.el: Set version to 1.4.1. Changed mail address to
9688 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9689 (sql-input-ring-separator): Doc fix.
9690 (sql-mode-syntax-table): double-dash starts comments is defined as
9691 ". 56" instead of ". 12b" for XEmacs.
9692 (sql-stop, sql-interactive-mode): Doc fixes.
9693 (sql-postgres): Queries for database and server, not just one.
9694 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9695
9696 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9697 changed. This is needed for master.el to work.
9698 (sql-set-sqli-buffer): Use the new hook.
9699
9700 * sql.el (sql-make-alternate-buffer-name): Function that sets
9701 sql-alternate-buffer-name.
9702 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9703 (sql-interactive-mode): Set sql-alternate-buffer-name.
9704 (sql-rename-buffer): New command.
9705 (sql-interactive-mode-menu): Menu for SQLi buffers.
9706
9707 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9708 and sql-input-ring-file-name are used to temporarily set
9709 comint-input-ring-file-name and comint-input-ring-separator when
9710 reading and writing input history files.
9711
9712 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9713 (sql-input-ring-file-name): New variable with customization.
9714 (sql-input-ring-separator): New variable with customization.
9715 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9716 Callers changed.
9717 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9718 now includes the name of the current buffer.
9719
9720 (sql-mode): Set paragraph-separate and paragraph-start so that
9721 sql-send-paragraph sends the entire SQL statements, even if it
9722 contains indented lines.
9723
9724 1999-02-18 Dave Love <fx@gnu.org>
9725
9726 * format.el (format-encode-run-method, format-decode-run-method):
9727 Fix previous change.
9728
9729 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9730
9731 * international/mule.el (coding-system-list): Moved here from
9732 mule-util.el to avoid autoloading mule-util by the call of
9733 select-safe-coding-system.
9734
9735 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9736
9737 * simple.el (turn-on-auto-fill): Mark it as an option for
9738 `text-mode-hook'.
9739
9740 1999-02-17 Richard Stallman <rms@gnu.org>
9741
9742 * emacs-lisp/easymenu.el (easy-menu-get-map):
9743 Don't crash if (current-local-map) is nil.
9744
9745 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9746
9747 * filecache.el (file-cache-filter-regexps): Added .class.
9748
9749 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9750
9751 * international/mule-util.el (decompose-region): Use
9752 insert-buffer-substring instead of insert-buffer to avoid putting
9753 mark.
9754
9755 1999-02-17 Andreas Schwab <schwab@gnu.org>
9756
9757 * calendar/cal-move.el (scroll-calendar-left): Don't set
9758 displayed-month and displayed-year here, let generate-calendar do
9759 it, after range checking.
9760
9761 1999-02-17 Simon Marshall <simon@gnu.org>
9762
9763 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9764
9765 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9766 correctly between an object declared via a constructor and a method.
9767 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9768 (java-font-lock-keywords-1): Fontify package names individually.
9769 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9770 (java-font-lock-keywords-2): Simplify type fontification.
9771 (java-font-lock-keywords-3): Likewise.
9772
9773 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9774
9775 * language/japanese.el (iso-2022-jp-2): New coding system.
9776 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9777
9778 1999-02-16 Dave Love <fx@gnu.org>
9779
9780 * help.el (describe-function-1): Accept non-symbols.
9781
9782 1999-02-16 Paul Eggert <eggert@twinsun.com>
9783
9784 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9785 find the last match if there are multiple matches.
9786
9787 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9788
9789 * tex-mode.el (tex-run-command, latex-run-command)
9790 (slitex-run-command, tex-command): Doc changes.
9791 (tex-start-options-string): Autoload it. Doc change. Provide
9792 a menu for customization. Allow nil. Quote backslashes only once.
9793 (tex-start-tex): Handle nil value of tex-start-options-string
9794 and apply shell-quote-argument to it.
9795
9796 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9797
9798 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9799 the size in blocks, since it can be a float.
9800 (ls-lisp-format): Likewise
9801
9802 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9803
9804 * language/japanese.el (japanese-shift-jis): Add
9805 charset-origin-alist property.
9806
9807 1999-02-15 Richard Stallman <rms@gnu.org>
9808
9809 * progmodes/compile.el (compile-internal): Use save-selected-window.
9810
9811 * subr.el (momentary-string-display): Bind inhibit-read-only.
9812
9813 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9814
9815 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9816
9817 * mail/rmail.el (rmail-show-message): If an unseen message has a
9818 Summary-line in its header, get past one more line before looking
9819 for the X-Coding-System header.
9820
9821 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9822
9823 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9824 explicitly to accomodate Windows 9X lack of a useful copy program.
9825
9826 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9827
9828 * wid-edit.el (widget-choice-value-create): Use `equal'
9829 instead of `eq'.
9830
9831 1999-02-14 Richard Stallman <rms@gnu.org>
9832
9833 * international/iso-transl.el:
9834 (iso-transl-ae): Renamed from iso-transl-e-slash.
9835 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9836 (iso-transl-AE): Renamed from iso-transl-E-slash.
9837 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9838 (iso-transl-char-map): Related changes.
9839
9840 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9841
9842 1999-02-13 Richard Stallman <rms@gnu.org>
9843
9844 * textmodes/texinfmt.el (texinfo-alias): New function.
9845 (texinfo-fold-nodename-case): Add defvar.
9846 (texinfo-format-node): Do case folding if specified.
9847
9848 * ffap.el (ffap-file-at-point): Test local file names
9849 immediately. Strip off line numbers.
9850
9851 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9852
9853 * sql.el: Set version to 1.3.2
9854 (sql-solid-program): Added support for solid.
9855 (sql-help): Doc mentions sql-solid.
9856 (sql-solid): Entry function for Solid.
9857 (sql-buffer): Doc explains the use of the variable and how to
9858 change it.
9859 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9860 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9861 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9862 is new.
9863 (sql-show-sqli-buffer): New function to display the value of
9864 sql-buffer.
9865 (sql-change-sqli-buffer): New function to change sql-buffer.
9866 (sql-mode): Doc explains how to change sql-buffer.
9867 (sql-send-paragraph): New function to send a paragraph.
9868 (sql-mode-map): Added keybinding for sql-send-paragraph.
9869 (sql-mysql): Doc corrected.
9870 (sql-ms): Doc corrected.
9871
9872 * sql.el (sql-server): Doc fix.
9873 (sql-mysql): Added the use of sql-server to specify the host,
9874 sql-database now specifies database instead of host.
9875 (sql-mode-menu): Send... menu items are only active if sql-buffer
9876 is non-nil.
9877 (sql-help): Changed tag of entry functions a bit.
9878
9879 * sql.el: Added keywords from `finder-by-keyword'.
9880 (sql-mode): Made sql-buffer a local variable, changed the
9881 documentation: removed instructions to add *.sql files to
9882 auto-mode-alist, added documentation for having mutliple SQL
9883 buffers sending their stuff to different SQLi buffers, each
9884 running a different process.
9885 (sql-postgres): Quoted *SQL* in doc string.
9886 (sql-ms): Likewise.
9887 (sql-ingres): Likewise.
9888 (sql-ingres): Quoted *SQL* in doc string, added references to
9889 sql-user and sql-password used during login.
9890 (sql-sybase): Quoted *SQL* in doc string, added comma.
9891 (sql-oracle): Likewise.
9892 (sql-interactive-mode): Added extensive documentation for having
9893 mutliple SQL buffers sending their stuff to different SQLi
9894 buffers, each running a different process.
9895 (sql-buffer): Changed doc from *SQL* to SQLi.
9896 (sql-get-login): Doc fix.
9897
9898 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9899
9900 * international/mule-conf.el (undecided): Set ascii in
9901 safe-charsets property.
9902
9903 1999-02-12 Richard Stallman <rms@gnu.org>
9904
9905 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9906
9907 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9908
9909 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9910 value to ps-mule-font-info-database-latin.
9911
9912 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9913
9914 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9915 (ps-mule-font-info-database-default): New variable.
9916 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9917 ps-mule-font-info-database-default.
9918
9919 1999-02-12 Dave Love <fx@gnu.org>
9920
9921 * timezone.el (timezone-make-date-sortable)
9922 (timezone-make-date-arpa-standard): Doc fix.
9923
9924 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9925
9926 * international/quail.el (quail-show-kbd-layout): Bind
9927 blink-matching-paren to nil.
9928
9929 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9930 for ASCII and Latin-1.
9931
9932 1999-02-12 Andreas Schwab <schwab@gnu.org>
9933
9934 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9935
9936 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9937
9938 * international/mule-cmds.el (language-info-alist): Remove
9939 description about charset-origin-alist.
9940
9941 * international/mule.el: Comment added for a new coding system
9942 property `charset-origin-alit'.
9943 (make-translation-table): This variable deleted.
9944
9945 * language/chinese.el (chinese-big5): Add charset-origin-alist
9946 property.
9947 ("Chinese-CNS"): Remove charset-origin-alist property.
9948
9949 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9950 property.
9951 (cyrillic-alternativnyj): Likewise.
9952 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9953 ("Cyrillic-ALT"): Likewise.
9954
9955 * language/vietnamese.el (vietnamese-viqr): Add
9956 charset-origin-alist property.
9957 ("Vietnamese"): Remove charset-origin-alist property.
9958
9959 * simple.el (what-cursor-position): Don't use the varialbe
9960 charset-origin-alist, but use charset-origin-alist property of
9961 buffer-file-coding-system to decide external character set code.
9962
9963 1999-02-10 Richard Stallman <rms@gnu.org>
9964
9965 * shadowfile.el: Don't turn on the mode when the file is loaded.
9966
9967 1999-02-09 Richard Stallman <rms@gnu.org>
9968
9969 * progmodes/compile.el (compile-auto-highlight): Customize.
9970
9971 * add-log.el (add-log-file-name-function): New variable.
9972 (add-change-log-entry): Call that function, if non-nil.
9973
9974 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9975
9976 * rmail.el (rmail-search): Track match with a marker, not an integer.
9977
9978 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9979
9980 * progmodes/compile.el (compilation-setup): Set value of
9981 compilation-directory-stack as in compilation-forget-errors.
9982 (compile-reinitialize-errors): Bind buffer-undo-list and
9983 deactivate-mark.
9984 (compilation-forget-errors): Likewise.
9985
9986 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9987
9988 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9989 def... constructs.
9990
9991 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9992 Remove calls to sleep-for.
9993
9994 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9995
9996 * international/codepage.el (cp-coding-system-for-codepage-1): On
9997 MS-DOS, use dos-unsupported-char-glyph for characters not
9998 supported by the codepage.
9999 (cp-make-coding-systems-for-codepage): Likewise.
10000
10001 1999-02-08 Andreas Schwab <schwab@gnu.org>
10002
10003 * international/mule-util.el (coding-system-list): Don't sort
10004 coding-system-list here.
10005
10006 * international/mule.el (coding-system-lessp): Moved here from
10007 mule-util.el
10008 (add-to-coding-system-list): New function.
10009 (make-subsidiary-coding-system, make-coding-system,
10010 define-coding-system-alias): Use it instead of setting
10011 coding-system-list directly.
10012
10013 1999-02-07 Dave Love <fx@gnu.org>
10014
10015 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10016 onto message.
10017
10018 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10019
10020 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10021 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10022
10023 1999-02-06 Richard Stallman <rms@gnu.org>
10024
10025 * language/european.el (setup-slovenian-environment): New function.
10026 ("Slovenian"): New language environment.
10027
10028 * progmodes/sql.el (sql-help): Doc fix.
10029 (sql-mysql): Doc fix.
10030
10031 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10032
10033 * tex-mode.el: When compiling, require compare-w and skeleton
10034 to pacify the byte-compiler. Move the def's of the tex-commands
10035 together. Add a comment on kill-process vs. quit-process.
10036
10037 1999-02-05 Dave Love <fx@gnu.org>
10038
10039 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10040 null markers.
10041 (compile-goto-error): Likewise.
10042
10043 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10044
10045 * time-stamp.el (time-stamp-format): Format doc tighter.
10046 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10047 (time-stamp): Don't re-write the time stamp if it didn't change.
10048
10049 1999-02-05 Alex Schroeder <asc@bsiag.com>
10050
10051 * progmodes/sql.el: Changed version to 1.2.1.
10052 (sql-pop-to-buffer-after-send-region): Improved documentation.
10053 (sql-mysql-program): Added MySQL support.
10054 (sql-prompt-length): Made prompt-length configurable.
10055 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10056 (sql-help): Added MySQL support, changed documentation.
10057 (sql-send-region): A message is displayed if something is sent.
10058 (sql-mode): Added buffer-local comment-start.
10059 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10060 (sql-interactive-mode): Added buffer-local comment-start.
10061 (sql-oracle): Set sql-prompt-length.
10062 (sql-sybase): Set sql-prompt-length.
10063 (sql-mysql): Added MySQL support.
10064 (sql-ingres): Set sql-prompt-length.
10065 (sql-ms): Set sql-prompt-length.
10066 (sql-postgres): Set sql-prompt-length.
10067
10068 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10069
10070 * term/internal.el (dos-codepage-setup): Set selection coding
10071 system to cpNNN-dos.
10072
10073 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10074
10075 * international/characters.el: Let ethiopic use iso-2022-7bit.
10076
10077 1999-02-02 Dave Love <fx@gnu.org>
10078
10079 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10080 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10081
10082 1999-02-02 Karl Heuer <kwzh@gnu.org>
10083
10084 * terminal.el (terminal-emulator): Doc fix.
10085
10086 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10087
10088 * international/mule-util.el (compose-chars): Doc-string
10089 modified. Correctly handle a composition character in ARGS.
10090
10091 1999-02-01 Richard Stallman <rms@gnu.org>
10092
10093 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10094 (makefile-menu-index-function): Function deleted.
10095 (makefile-mode): Use makefile-imenu-generic-expression.
10096
10097 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10098
10099 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10100 change, invoke from before-init-hook.
10101
10102 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10103
10104 * subr.el (remove-from-invisibility-spec): Cope with the case when
10105 buffer-invisibility-spec is t.
10106
10107 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10108
10109 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10110 appt-add and appt-delete.
10111
10112 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10113
10114 * term/pc-win.el (msdos-approximate-color): New function.
10115 (msdos-color-translate): Call it to find a DOS color that best
10116 approximates an X-style "#NNNNNN" color specification.
10117
10118 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10119
10120 * international/mule-util.el (compose-chars-component): Add
10121 autoload cookie.
10122
10123 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10124
10125 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10126 function, replace cdr of MAP by the return value of the function
10127 unconditionally.
10128
10129 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10130
10131 * progmodes/compile.el (compilation-next-error-locus): Don't
10132 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10133
10134 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10135
10136 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10137 and NLs before "charset", and allow the charset name be in double
10138 quotes.
10139
10140 1999-01-31 Richard Stallman <rms@gnu.org>
10141
10142 * imenu.el (imenu-sort-function): Fix custom type.
10143
10144 1999-01-30 Richard Stallman <rms@gnu.org>
10145
10146 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10147 (speedbar-line-token): Likewise.
10148
10149 * play/gametree.el (gametree-default-score): Use defcustom.
10150 (gametree-score-regexp, gametree-score-closer): Likewise.
10151 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10152
10153 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10154
10155 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10156 decoding.
10157
10158 1999-01-29 Markus Rost <rost@gnu.org>
10159
10160 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10161 tex-validate-buffer.
10162 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10163 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10164 now with recent occur-mode.
10165 (tex-validate-region): Really walk through all Sexps.
10166 (tex-region): Bind shell-dirtrack-verbose.
10167 (tex-file, tex-bibtex-file): Likewise.
10168
10169 1999-01-29 Dave Love <fx@gnu.org>
10170
10171 * finder.el: (finder-commentary): Fix interactive spec. Try
10172 appending .el to file name.
10173 (finder-find-library, finder-commentary): Doc fixes.
10174
10175 1999-01-29 Andrew Innes <andrewi@gnu.org>
10176
10177 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10178 where the userid contains directory separators.
10179
10180 1999-01-29 Dave Love <fx@gnu.org>
10181
10182 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10183 (lm-commentary): Doc fix.
10184
10185 1999-01-29 Andreas Schwab <schwab@gnu.org>
10186
10187 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10188 wildcard match. Fix regexp that tests if dirpart contains
10189 wildcard characters.
10190
10191 1999-01-28 Richard Stallman <rms@gnu.org>
10192
10193 * font-lock.el (font-lock-default-unfontify-region):
10194 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10195
10196 1999-01-27 Jason Rumney <jasonr@altavista.net>
10197
10198 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10199 from FAMILY field.
10200 (w32-create-initial-fontsets): Do not use before-init-hook.
10201 (mouse-set-font): Document. Automatically create and use fontsets.
10202
10203 * dos-w32.el (direct-print-region-helper): Check for printer
10204 being t as well as a string.
10205
10206 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10207
10208 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10209 (rmail-mime-charset-pattern): New variable.
10210 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10211 rmail-decode-mime-charset is non-nil.
10212
10213 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10214
10215 * international/characters.el: Set category `q' for all characters
10216 in tibetan and tibetan-1-column.
10217
10218 1999-01-27 Andrew Innes <andrewi@gnu.org>
10219
10220 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10221 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10222
10223 1999-01-27 Dave Love <fx@gnu.org>
10224
10225 * international/mule-cmds.el (current-language-environment):
10226 Provide :link, :type (choices) and appropriate :get.
10227
10228 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10229
10230 * startup.el (command-line): Set default eol-mnemonic-* strings to
10231 display end-of-line format in mode line.
10232
10233 * cus-start.el (all): Add eol-mnemonic-* variables.
10234
10235 1999-01-26 Dave Love <fx@gnu.org>
10236
10237 * startup.el (command-line-1): Up-date copyright.
10238
10239 * paths.el (Info-default-directory-list): Use configdir twice.
10240
10241 * info.el (Info-directory-list): Don't set path-separator now
10242 we're not shipped with Texinfo. Simplify path definition.
10243 Substitute all occurrences of instdir in Info-default-directory-list.
10244
10245 1999-01-25 Richard Stallman <rms@gnu.org>
10246
10247 * startup.el (normal-top-level-add-subdirs-to-load-path):
10248 Record the inode numbers of the dirs processed, to avoid loop.
10249
10250 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10251
10252 1999-01-25 Dave Love <fx@gnu.org>
10253
10254 * browse-url.el (browse-url-netscape-program): Doc addition.
10255
10256 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10257 prefix.
10258
10259 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10260 auto-mode-alist.
10261
10262 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10263
10264 * calendar/diary-lib.el (mark-diary-entries): Use
10265 assoc-ignore-case and do not capitalize when matching month and
10266 day names.
10267
10268 * calendar/calendar.el (calendar-read-date): Ditto.
10269
10270 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10271 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10272
10273 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10274
10275 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10276
10277 * calendar/cal-islam.el (calendar-goto-islamic-date)
10278 (mark-islamic-diary-entries): Ditto.
10279
10280 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10281
10282 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10283 (calendar-read-mayan-tzolkin-date): Ditto.
10284
10285 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10286
10287 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10288
10289 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10290
10291 1999-01-25 Karl Heuer <kwzh@gnu.org>
10292
10293 * faces.el (list-faces-display): Multiline case of previous fix.
10294
10295 1999-01-25 Andreas Schwab <schwab@gnu.org>
10296
10297 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10298
10299 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10300
10301 * files.el (find-file): If find-file-noselect returns a list,
10302 do switch-to-buffer on each element.
10303 (find-file-other-window): Likewise for all but the first element.
10304 (find-file-other-frame): Same.
10305 (find-file-noselect): When we expand a wildcard, return a list
10306 of buffers.
10307
10308 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10309
10310 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10311 to set the appropriate cpNNN-dos coding system as the
10312 highest-priority coding system.
10313
10314 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10315
10316 * international/fontset.el (generate-fontset-menu): Return a
10317 sorted list by plain names of fontsets.
10318
10319 * international/mule-diag.el (list-fontsets): Sort fontsets by
10320 plain names.
10321
10322 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10323 FIRST is a composite character, decompose it at first.
10324
10325 1999-01-23 Dave Love <fx@gnu.org>
10326
10327 * format.el: Doc fixes.
10328 (format-encode-run-method): Have things happen in the right buffer.
10329 Deal with errors from method. Set coding-system-for-write.
10330 (format-decode-run-method): Have things happen in the right buffer.
10331 Deal with errors from method. Set coding-system-for-read.
10332 (format-alist): Use nil instead of unmatchable regexps.
10333
10334 * simple.el (shell-command-on-region): Return command's exit status.
10335
10336 1999-01-23 Eric Ludlam <zappo@gnu.org>
10337
10338 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10339 of the file whose info we want to display.
10340 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10341 (speedbar-add-mode-functions-list) Improve doc.
10342 (speedbar-line-token) New function.
10343 (speedbar-dired) Fix order of directories in -shown-directories.
10344 (speedbar-line-path): Default return is default-directory
10345 (speedbar-buffers-line-path): Return is dir name only.
10346 (speedbar-mode-functions-list): New variable.
10347 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10348 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10349 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10350 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10351 New functions.
10352 (speedbar-line-file): Broke out part that fetches file from a line.
10353 (speedbar-line-text): New function extracted from speedbar-line-file.
10354 (speedbar-line-path): Converted into a replaceable function.
10355 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10356
10357 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10358
10359 * international/fontset.el (create-fontset-from-x-resource): Make
10360 style variants.
10361
10362 1999-01-22 Dave Love <fx@gnu.org>
10363
10364 * paths.el (Info-default-directory-list): Put sysdir after start.
10365
10366 1999-01-22 Sam Steingold <sds@goems.com>
10367
10368 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10369 a process associated with it.
10370
10371 1999-01-22 Jason Rumney <jasonr@altavista.net>
10372
10373 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10374
10375 1999-01-22 Felix Lee <flee@cygnus.com>
10376
10377 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10378 major-mode.
10379 (vc-annotate-mode): Delete variable.
10380
10381 1999-01-22 Andrew Innes <andrewi@gnu.org>
10382
10383 * startup.el (command-line): [windows-nt]: Check for existence of
10384 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10385 in preference to _emacs.
10386
10387 1999-01-22 Dave Love <fx@gnu.org>
10388
10389 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10390
10391 1999-01-20 Richard Stallman <rms@gnu.org>
10392
10393 * files.el (find-file-noselect): Do wildcard processing only
10394 if new arg WILDCARDS is non-nil.
10395 (find-file, find-file-other-window): New arg WILDCARDS.
10396 Default it to non-nil if interactive.
10397 (find-file-other-frame): Likewise.
10398 (find-file-read-only): Likewise.
10399 (find-file-read-only-other-window): Likewise.
10400 (find-file-read-only-other-frame): Likewise.
10401
10402 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10403 (widget-plist-convert-option): Delete spurious comma.
10404
10405 1999-01-19 Jason Rumney <jasonr@altavista.net>
10406
10407 * term/w32-win.el (w32-standard-fontspec-spec): Change
10408 iso8859-5 to koi8-r. Add iso8859-9.
10409
10410 1999-01-19 Dave Love <fx@gnu.org>
10411
10412 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10413 its uses.
10414
10415 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10416 is active.
10417 (fortran-indent-subprogram): Likewise.
10418
10419 1999-01-19 Dave Love <d.love@dl.ac.uk>
10420
10421 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10422
10423 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10424
10425 * wid-edit.el (alist): Use sexp as default key-type.
10426
10427 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10428
10429 * textmodes/tex-mode.el (tex-define-common-keys):
10430 Remove key binding of tex-feed-input.
10431 (tex-mode-map): Bind tex-feed-input here.
10432 (tex-start-shell): Use compilation-shell-minor-mode. Set
10433 comint-input-filter-functions before running tex-shell-hook.
10434 (tex-start-tex): Forget compilation errors.
10435 (tex-compilation-parse-errors): Rewritten to work also with
10436 compile-mouse-goto-error and compile-goto-error. Adjusted to
10437 change in tex-region.
10438 (tex-region): For the temp file use file-name without directory.
10439 (tex-file): Expand file name of tex-print-file.
10440
10441 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10442
10443 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10444
10445 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10446
10447 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10448 beginning could cause Emacs to hang. Fixed.
10449
10450 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10451
10452 * international/ccl.el (ccl-compile-translate-character): Handle
10453 the case that a tranlation table is CCL register correctly.
10454
10455 * international/mule-cmds.el (select-safe-coding-system):
10456 Hightlight at most 256 characters.
10457
10458 1999-01-18 Dave Love <fx@gnu.org>
10459
10460 * startup.el (command-line): If the init file changes operation to
10461 unibyte, make all buffers unibyte and re-set language environment.
10462
10463 * disp-table.el (standard-display-european): Make all existing
10464 buffers unibyte. Fix doc.
10465
10466 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10467
10468 * wid-edit.el (coding-system): Define this unconditionally.
10469
10470 * simple.el (shell-command-on-region-default-error-buffer): New var.
10471 (shell-command-on-region): Use that variable as interactive
10472 value of ERROR-BUFFER argument.
10473
10474 1999-01-17 Sam Steingold <sds@goems.com>
10475
10476 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10477
10478 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10479
10480 * progmodes/compile.el (compilation-goto-locus): If already in the
10481 compilation buffer's window, keep it in that window.
10482 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10483 (compile-goto-error): Don't play with windows.
10484
10485 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10486 (tex-command): Doc fix.
10487 (tex-compilation-parse-errors): Doc fix.
10488 (tex-generate-zap-file-name): Don't start the name with -.
10489 (tex-expand-files): Works now also with strings ending with ":".
10490
10491 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10492
10493 Patch failed to install:
10494 * gametree.el: Document scoring functionality.
10495 (gametree-score-regexp): Add optional plus sign.
10496 (gametree-score-opener): Replace `:' with `=' as the former
10497 conflicts with gametree-half-ply-regexp.
10498 (gametree-transpose-following-leaves): Add.
10499 (gametree-insert-new-leaf): Make modifying commands barf in read
10500 only buffers.
10501 (gametree-break-line-here): Add a call to
10502 `gametree-transpose-following-leaves'. This maintains the
10503 necessary invariant that on each level all leaf children precede
10504 all nonleaf children. This has always been implied, but left to
10505 the user, and, unfortunately, undocumented.
10506
10507 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10508
10509 * wid-edit.el (plist, alist): New widget types.
10510
10511 1999-01-17 Dave Love <fx@gnu.org>
10512
10513 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10514 fix scope of condition-case therein.
10515
10516 1999-01-17 Andrew Innes <andrewi@gnu.org>
10517
10518 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10519 default-buffer-file-coding-system when file doesn't exist (and
10520 isn't covered by a special case) instead of forcing undecided-dos
10521 against the user's wishes.
10522
10523 * dos-w32.el (direct-print-region-helper): New function based on
10524 direct-print-region-function; sends data to specified printer port
10525 without further translation. Recognize and handle specially the
10526 standard `print' and `nprint' programs, as well as `lpr' and
10527 similar programs. Only write directly to the printer port if no
10528 print program is specified. Work around a bug in Windows 9x
10529 affecting Win32 version of Emacs by invoking command.com to write
10530 to the printer port instead of writing directly.
10531 (direct-print-region-function): Use direct-print-region-helper to
10532 do most of the work.
10533 (direct-ps-print-region-function): New function; analogue of
10534 direct-print-region-function for ps-print.
10535 (ps-lpr-command): Comment out setq; leave as example usage.
10536 (ps-lpr-switches): Ditto.
10537
10538 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10539 and MS-Windows.
10540 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10541 DOS and Windows platforms, to indicate direct printing. Update
10542 the docstring accordingly.
10543
10544 * ps-print.el: (ps-printer-name): Update docstring about usage on
10545 MS-DOS and MS-Windows.
10546 (ps-lpr-command): Update docstring as for lpr-command.
10547 (ps-print-region-function): New variable.
10548 (ps-do-despool): Use it.
10549 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10550 DOS/Windows.
10551
10552 * subr.el (subst-char-in-string): New function.
10553
10554 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10555
10556 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10557
10558 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10559 (bdf-find-font-info): New function, looks for the first readable
10560 file from a list of alternatives.
10561 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10562 instead of bdf-get-font-info.
10563 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10564 to ps-mule-generate-bitmap-glyph.
10565
10566 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10567 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10568 now be a list of alternative names.
10569 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10570 (ps-mule-prepare-font): Likewise.
10571
10572 * international/codepage.el (cp855-decode-table,
10573 cp850-decode-table): Fill some nil entries.
10574
10575 1999-01-16 Dave Love <fx@gnu.org>
10576
10577 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10578 last change.
10579
10580 1999-01-15 Dave Love <fx@gnu.org>
10581
10582 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10583 and change regexp for command names.
10584 (help-xref-go-back, function-called-at-point, symbol-file)
10585 (where-is): Doc fixes.
10586 (help-xref-go-back): Remove interactive spec.
10587 (describe-function-1): Fix message for alias. Buttomize alias
10588 name.
10589
10590 * simple.el (join-line): New alias.
10591
10592 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10593
10594 * forms.el: (forms--show-record): Convert integers to string
10595 expicitly since concat will no longer accept integers.
10596 (forms-print): Use local `total-nb-records' since
10597 `forms--total-records' will be inaccessible after buffer switching.
10598
10599 1998-01-14 Felix Lee <flee@cygnus.com>
10600
10601 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10602
10603 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10604
10605 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10606
10607 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10608
10609 * international/codepage.el (cp850-decode-table): Fix previous change.
10610
10611 1999-01-14 Simon Marshall <simon@gnu.org>
10612
10613 * shell.el (shell-dirtrack-verbose): New custom variable.
10614 (shell-dirstack-message): Use it.
10615
10616 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10617
10618 * international/mule-conf.el: Coding system alias `dos' for
10619 `undecided-dos', `mac' for `undecided-mac'.
10620
10621 * international/mule-cmds.el (describe-language-environment):
10622 Don't alter input-method-alist.
10623
10624 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10625
10626 * international/codepage.el (cp850-decode-table): Replace nil
10627 entries with codes of similary looking glyphs. (Suggested by
10628 Jason Rumney <jasonr@altavista.net>.)
10629
10630 1999-01-13 Dave Love <fx@gnu.org>
10631
10632 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10633
10634 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10635
10636 1999-01-12 Karl Heuer <kwzh@gnu.org>
10637
10638 * files.el (auto-save-hook): Defvar this.
10639
10640 1999-01-12 Alex Schroeder <asc@bsiag.com>
10641
10642 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10643 faces, eliminating the need to load font-lock before loading sql.
10644 (sql-mode-oracle-font-lock-keywords): Likewise.
10645 (sql-mode-postgres-font-lock-keywords): Likewise.
10646
10647 1999-01-11 Dave Love <fx@gnu.org>
10648
10649 * cus-start.el: Add inhibit-eol-conversion.
10650
10651 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10652 the values round.
10653
10654 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10655
10656 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10657 Don't switch to Help mode here.
10658 (temp-buffer-setup-hook): Use help-mode-finish.
10659 (help-mode-setup): New function.
10660 (temp-buffer-setup-hook): Use help-mode-setup.
10661
10662 * progmodes/sql.el: New file.
10663
10664 * files.el (auto-mode-alist): Add sql-mode.
10665
10666 * faces.el (list-faces-display): Improve the formatting
10667 by computing the maximum length required for any face-name.
10668
10669 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10670
10671 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10672
10673 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10674
10675 * term.el (term_send_home): Change the string to
10676 be the same as the one emitted by xterm and consistent with the
10677 ones emitted by prior and next.
10678 (term_send_end): Likewise.
10679
10680 1999-01-10 Dave Love <fx@gnu.org>
10681
10682 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10683 bindings.
10684
10685 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10686
10687 * international/codepage.el (codepage-setup): Doc fix.
10688 (cp-decoding-vector-for-codepage): Likewise.
10689
10690 1999-01-10 Markus Rost <rost@gnu.org>
10691
10692 * cus-edit.el (custom-save-delete): First scan the custom-file.
10693
10694 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10695
10696 * international/iso-transl.el: Define a "function name" for
10697 each translation that isn't ASCII. Use these function names
10698 in iso-transl-char-map.
10699
10700 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10701
10702 * international/mule-util.el (decompose-region): Do decomposition
10703 on temporary unibyte buffer.
10704
10705 * international/mule.el (make-char): Doc-string modified.
10706
10707 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10708
10709 * simple.el (comment-region): Delete spaces only if we
10710 deleted a comment starter.
10711
10712 1999-01-07 Dave Love <fx@gnu.org>
10713
10714 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10715
10716 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10717 like eval-defun does.
10718
10719 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10720
10721 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10722 constructions. Doc fixes.
10723 (generic-create-generic-function): Use defalias, not fset.
10724
10725 * find-func.el: More doc fixes.
10726
10727 1999-01-06 Stephen Eglen <stephen@gnu.org>
10728
10729 * files.el (save-buffers-kill-emacs): Show the list of current
10730 processes before prompting to kill them and exit.
10731
10732 1999-01-06 Dave Love <fx@gnu.org>
10733
10734 * emacs-lisp/find-func.el: Doc fixes.
10735 (find-function-regexp): Extend for define-generic-mode,
10736 define-derived-mode, easy-mmode-define-minor-mode.
10737
10738 1999-01-06 Dave Love <fx@gnu.org>
10739
10740 * progmodes/fortran.el (fortran-window-create): Account for scroll
10741 bar width.
10742
10743 * browse-url.el: Require (noerror) w3-auto when compiling.
10744 (browse-url-maybe-new-window): Make it a macro and revert last
10745 change to callers.
10746 (browse-url-w3): Require w3 for w3-fetch-other-window.
10747
10748 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10749
10750 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10751 argument.
10752
10753 1999-01-06 Simon Marshall <simon@gnu.org>
10754
10755 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10756
10757 * font-lock.el (font-lock-default-fontify-buffer): When using
10758 with-temp-message, use nil rather than current-message.
10759
10760 * lazy-lock.el (lazy-lock-unstall):
10761 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10762 rather than current-message.
10763
10764 * fast-lock.el (fast-lock-save-cache-1):
10765 (fast-lock-cache-data): When using with-temp-message, use nil rather
10766 than current-message.
10767
10768 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10769
10770 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10771 the valid-codes property.
10772
10773 * international/mule-cmds.el (prefer-coding-system): Call
10774 set-coding-priority, so that the internal array of priorities is
10775 also updated.
10776
10777 * international/mule-util.el:
10778 (coding-system-change-eol-conversion,
10779 coding-system-change-text-conversion): Don't define here.
10780
10781 * international/mule-cmds.el: Define them here. Remove the
10782 autoload cookies.
10783
10784 1999-01-06 Andreas Schwab <schwab@gnu.org>
10785
10786 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10787 if it was enabled before.
10788
10789 * view.el (View-revert-buffer-scroll-page-forward): Bind
10790 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10791
10792 * files.el (recover-session): Preserve point when inserting
10793 explanation.
10794
10795 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10796
10797 * cus-edit.el (custom-save-delete): Don't delete whitespace
10798 and comments before the sexp that is replaced.
10799
10800 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10801
10802 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10803
10804 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10805
10806 * vc.el (vc-dired-hook): Use the original value of
10807 dired-move-to-filename-regexp on lines that have not been
10808 reformatted yet.
10809 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10810 file lines have already been reformatted.
10811
10812 1999-01-05 Dave Love <fx@gnu.org>
10813
10814 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10815 buffer-local.
10816
10817 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10818
10819 * progmodes/f90.el: Change of regular expressions for type to
10820 correct highlighting and identation. Some small fixes for
10821 compatibility with XEmacs.
10822
10823 1999-01-05 Stephen Eglen <stephen@gnu.org>
10824
10825 * mspools.el (mspools-vm-system-mail): Provide an alternative
10826 value based on rmail-spool-directory if $MAIL is not defined.
10827
10828 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10829
10830 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10831 (reftex-section-info): Handle negative section levels.
10832 (reftex-view-crossref-extra): New option.
10833 (reftex-view-crossref): Generalized to work in more places.
10834 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10835 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10836 (reftex-view-cite-locations-from-bibtex): New command.
10837 (reftex-view-regexp-match, reftex-global-search,
10838 reftex-global-search-continue): New functions.
10839 (reftex-extract-bib-entries): No error for non-existing BibTeX
10840 file, just a message.
10841 (reftex-extract-bib-entries): Better error handling.
10842 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10843 help and force it on current frame.
10844 (reftex-default-bibliography): New function.
10845 (reftex-access-parse-file): Check consistency after loading a
10846 parse file. When inconsistent, enfore rescan.
10847 (reftex-check-parse-consistency): New function.
10848 (easy-menu-define): Options section drastically shortened.
10849
10850 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10851
10852 * language/thai-util.el (thai-compose-string): New function.
10853
10854 1999-01-04 Inge Frick <inge@nada.kth.se>
10855
10856 * easymenu.el (easy-menu-define): Doc fix.
10857 (easy-menu-create-menu): New keyword :included.
10858 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10859 be an expression, not only a string. Simulate style `button'.
10860 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10861 (easy-menu-define-key-intern): New function.
10862 (easy-menu-add-item): Understand value returned from
10863 easy-menu-item-present-p and easy-menu-remove-item.
10864 (easy-menu-return-item): New function.
10865 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10866
10867 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10868
10869 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10870 Use rmail-output-read-rmail-file-name to read the file name.
10871 Always call rmail-output-to-rmail-file noninteractively.
10872 When count > 1, do the loop here.
10873 Handle rmail-delete-after-output here.
10874 (rmail-summary-output): Similar changes.
10875
10876 * mail/rmailout.el: Provide `rmailout'.
10877 (rmail-output-read-rmail-file-name): New function.
10878 (rmail-output-to-rmail-file): Use that.
10879 (rmail-output-read-file-name): New function.
10880 (rmail-output): Use that.
10881
10882 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10883 Error if wildcard matches no files.
10884
10885 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10886
10887 * menu-bar.el (clipboard-yank): Doc fix.
10888
10889 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10890
10891 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10892
10893 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10894
10895 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10896
10897 * rmail.el (rmail-encode-string): Make sure mask value is
10898 positive; (emacs-pid) returns a negative number on Windows 9x
10899 which causes odd behaviour.
10900
10901 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10902
10903 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10904 and about w32-* variables unless on Windows/NT.
10905
10906 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10907
10908 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10909 if buffer is modified; ask about all modified buffers.
10910
10911 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10912
10913 * simple.el (what-cursor-position): Fix previous change.
10914
10915 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10916
10917 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10918 from paragraph-start.
10919
10920 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10921
10922 * international/mule-cmds.el (prefer-coding-system): If the
10923 argument requires specific EOL conversion type, make the default
10924 coding systems use that.
10925
10926 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10927
10928 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10929 Use shell-command-on-region.
10930 (m4-start-m4, m4-end-m4): Functions deleted.
10931
10932 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10933
10934 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10935
10936 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10937
10938 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10939 to compose-mail in the correct places and as a list.
10940
10941 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10942
10943 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10944 (pages-directory-map): Bind mouse-2
10945 (pages-copy-header-and-position): Put text property.
10946 (pages-directory-goto-with-mouse): New function.
10947
10948 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10949
10950 * international/codepage.el (cp-make-coding-systems-for-codepage):
10951 Doc fix.
10952 (cp-coding-system-for-codepage-1): Likewise.
10953
10954 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10955
10956 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10957 composition sequence correctly here instead of calling
10958 thai-compose-region.
10959
10960 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10961 newline in multibyte buffer, if previous or next character is a
10962 composite char, check the first component of the composite char.
10963
10964 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10965
10966 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10967 and track-mouse.
10968
10969 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10970
10971 * mail/sendmail.el (mail-yank-original): Remove text properties
10972 after insertion.
10973 (mail-yank-region): Barf if no mark is set in the message
10974 being replied to.
10975
10976 * help.el (function-called-at-point): First look for function at point.
10977
10978 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10979
10980 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10981
10982 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10983
10984 * simple.el (what-cursor-position): Print character encoding also.
10985
10986 1998-12-26 Dave Love <fx@gnu.org>
10987
10988 * textmodes/flyspell.el: If local-maps work, don't put
10989 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10990 in flyspell-mouse-map (only).
10991 (flyspell-use-local-map): New variable.
10992 Use a different mouse-2 binding in that case,
10993 and don't add to minor-mode-map-alist.
10994 (make-flyspell-overlay, flyspell-correct-word):
10995 Test flyspell-use-local-map.
10996
10997 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10998
10999 * files.el (file-expand-wildcards): Handle wildcards in directory name.
11000 Be careful about whether to return a relative file name,
11001 and if so, relative to what directory.
11002
11003 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11004
11005 * emacs-lisp/easymenu.el (easy-menu-get-map):
11006 Change global map only if this menu exists in the global map already,
11007 and not in the local map.
11008 (easy-menu-do-add-item): Fix error message.
11009
11010 * foldout.el (foldout-inhibit-key-bindings):
11011 Avoid concatenating onto outline-minor-mode-prefix.
11012 Make a new keymap for that prefix, if it does not already have one.
11013
11014 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11015
11016 * cperl-mode.el:
11017 Can use linear algorithm for indentation if Emacs supports it.
11018 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11019 (cperl-after-block-p): Likewise.
11020 (cperl-after-block-and-statement-beg): Likewise.
11021 (cperl-after-block-p): After END/BEGIN we are a block.
11022 (cperl-after-expr-p): Skip labels when checking
11023 (cperl-indent-region): Make a marker for END - text added/removed.
11024 Disable hooks during the call (how to call them later?).
11025 Now indents 820-line-long function in 6.5 sec (including
11026 syntaxification) the first time (when buffer has few
11027 properties), 7.1 sec the second time.
11028 (cperl-indent-region): Do not indent whitespace lines
11029 (cperl-style-alist)
11030 Include `cperl-merge-trailing-else' where the value is clear.
11031 (cperl-styles-entries): Likewise.
11032 (cperl-problems): Improvements to docs.
11033 (cperl-tips): Likewise.
11034 (cperl-non-problems): Likewise.
11035 (cperl-mode): Make lazy syntaxification possible.
11036 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11037 `font-lock-unfontify-region-function' was set to a wrong function.
11038
11039 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11040 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11041 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11042 but 1<<6 was considered as HERE-doc.
11043 <file/glob> made into a string.
11044 Postpone addition of faces after syntactic step.
11045 Recognition of <FH> was wrong.
11046 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11047 Knows that split// is null-RE.
11048 Highlights separators in 3-parts expressions as labels.
11049 <> was considered as a glob.
11050 Would err if the last line is `=head1'.
11051 $a-1 ? foo : bar; was a considered a regexp.
11052 `<< (' was considered a start of HERE-doc.
11053 mark qq[]-etc sections as syntax-type=string
11054 Was not processing sub protos after a comment ine.
11055 Was treating $a++ <= 5 as a glob.
11056 Tolerate unfinished REx at end-of-buffer.
11057 `unwind-protect' was left commented.
11058 / and ? after : start a REx.
11059
11060 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11061 Better default, customizes to `message' too, off in text-mode.
11062
11063 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11064 `defface'd.
11065 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11066 `defface'd.
11067 (cperl-emacs-can-parse): New state variable.
11068 (cperl-indent-line): Corrected to use global state.
11069 (cperl-calculate-indent): Likewise.
11070 (cperl-fix-line-spacing): Likewise (not used yet).
11071 (cperl-calculate-indent): Did not consider `,' as
11072 continuation mark for statements.
11073 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11074 Remove another parse-data optimization at toplevel: would
11075 indent correctly.
11076 Correct for labels when calculating indentation of continuations.
11077 Docstring updated.
11078 (cperl-choose-color): Converted to a function (to be
11079 compilable in text-mode).
11080 (cperl-dark-background): Disable without window-system.
11081 Do `defface' only if window-system.
11082 (cperl-fix-line-spacing): Sped up to bail out early.
11083 (x-color-defined-p): Was not compiling on XEmacs
11084 Was defmacro'ed with a tick. Remove another def.
11085 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11086 (cperl-unwind-to-safe): New function.
11087 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11088 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11089 long strings (not very successful).
11090 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11091 Highlight the starting // in s//foo/ as function-name.
11092 Emit a meaningful error instead of a cryptic one for an
11093 uncomplete REx near end-of-buffer.
11094
11095 (cperl-electric-keyword): `qr' recognized.
11096 (cperl-electric-else): Likewise
11097 (cperl-to-comment-or-eol): Likewise
11098 (cperl-make-regexp-x): Likewise
11099 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11100 Corrected to use new macros;
11101 `if' for copying `reference-face' to `constant-face' was backward.
11102 remove init `font-lock-other-emphasized-face',
11103 `font-lock-emphasized-face', `font-lock-keyword-face'.
11104 Interpolate `cperl-invalid-face'.
11105 (cperl-make-regexp-x): Misprint in a message.
11106 (cperl-syntaxify-unwind): New configuration variable
11107 (cperl-fontify-m-as-s): New configuration variable
11108 (cperl-electric-pod): Check for after-expr was performed
11109 inside of POD too.
11110 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11111 (cperl-clobber-mode-lists): New configuration variable.
11112 (cperl-not-bad-style-regexp): Updated.
11113 Init: `cperl-is-face' was busted.
11114 (cperl-make-face): New macros.
11115 (cperl-force-face): New macros.
11116 (font-lock-other-type-face): Done via `defface' too.
11117 (cperl-nonoverridable-face): New face. Renamed from
11118 `font-lock-other-type-face'.
11119 (cperl-init-faces-weak): Use `cperl-force-face'.
11120 (cperl-comment-indent): Commenting __END__ was not working.
11121 (cperl-indent-for-comment): Likewise.
11122 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11123 When removing old TAGS info was not relativizing filename.
11124 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11125 Another try to work around XEmacs problems. Better progress messages.
11126 (toplevel): Require custom unprotected => failure on 19.28.
11127 (cperl-xemacs-p): Defined when compile too
11128 (cperl-find-tags): Was writing line/pos in a wrong order,
11129 pos off by 1 and not at beg-of-line.
11130 (cperl-etags-snarf-tag): New macro
11131 (cperl-etags-goto-tag-location): New macro
11132 (cperl-version): New variable. New menu entry
11133 random docstrings: References to "future" 20.3 removed.
11134 Menu was described as `CPerl' instead of `Perl'
11135 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11136 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11137 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11138 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11139 `font-lock-reference-face', `font-lock-keyword-face'.
11140 Use `eval-after-load'.
11141 Remove not-CPerl-related faces.
11142 (cperl-tips-faces): New variable and an entry into Mini-docs.
11143 (cperl-indent-exp): Was not processing else-blocks.
11144 (cperl-get-state): NOP line removed.
11145 (cperl-ps-print): New function and menu entry.
11146 (cperl-ps-print-face-properties): New configuration variable.
11147 (cperl-invalid-face): New configuration variable.
11148 (perl-font-lock-keywords): Highlight trailing whitespace
11149 (cperl-contract-levels): Documentation corrected.
11150 (cperl-contract-level): Likewise.
11151 (cperl-ps-extend-face-list): New macro.
11152 (cperl-invalid-face): Change to ''underline.
11153
11154 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11155
11156 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11157 for read-file-name.
11158 (rmail-output-to-rmail-file): Likewise.
11159
11160 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11161
11162 * emacs-lisp/easymenu.el (easy-menu-get-map):
11163 If MENU is nil, use global menu-bar map.
11164 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11165 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11166
11167 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11168
11169 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11170
11171 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11172
11173 * ps-print.el (ps-print-version): New version number (4.1.3).
11174
11175 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11176
11177 * international/mule-cmds.el: Use make-sparse-keymap instead of
11178 define-prefix-key when defining MULE menu items.
11179
11180 * info.el (Info-node-at-bob-matching): New function.
11181 (Info-find-node, Info-build-node-completions): Call it.
11182
11183 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11184
11185 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11186 when this is an autoloaded keymap.
11187
11188 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11189
11190 * international/codepage.el (cp-coding-system-for-codepage-1):
11191 Create separate encoders and decoders, for DOS and Unix. Make the
11192 usual family of 3 coding systems, so that automatic detection of
11193 EOL type works.
11194 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11195 Unix-specific symbols here, and don't call
11196 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11197 Handa <handa@etl.go.jp>.)
11198
11199 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11200
11201 * term/internal.el (IT-character-translations): New variable, an
11202 alist used to display characters for which there's no glyphs in
11203 the current codepage.
11204 (IT-display-table-setup): New function, sets up the DOS terminal
11205 for a given codepage.
11206 (dos-codepage-setup): New function, sets up the MULE environment
11207 for the current value of dos-codepage.
11208 (top-level if): In the multibyte mode, turn on
11209 unibyte-display-via-language-environment. In the unibyte mode,
11210 set up the special syntax tables to map lower- to upper case and
11211 back.
11212
11213 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11214
11215 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11216 (speedbar-frame-plist) Remove useless comments.
11217 (speedbar-frame-mode) Do not specify height if it is in the param list.
11218 Use default y position w/out changing it.
11219 If default x position is a list, keep, calculate the non-list X
11220 value when devining an initial position.
11221 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11222 (speedbar-tag-group-name-minimum-length): New variable.
11223 (speedbar-frame-parameter): New compatibility function.
11224 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11225 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11226 groups to keep things in the right order, and to help with some
11227 naming conventions.
11228 (speedbar-create-tag-hierarchy): Enable buffer local version of
11229 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11230 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11231 the case, derive it from the cursor location in speedbar.
11232
11233 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11234
11235 * international/mule-cmds.el (set-language-environment): On MS-DOS
11236 terminals, install DOS-specific nonascii-translation-table if the
11237 language info doesn't specify one. Pass the default eol-type to
11238 set-language-environment-coding-systems.
11239 (set-default-coding-systems): Copy the eol-type property for the
11240 new default values of {buffer-file,process}-coding-system from the
11241 old defaults.
11242 (set-language-environment-coding-systems): Accept an optional
11243 argument EOL-TYPE, and set the eol-type property of the default
11244 coding systems accordingly.
11245 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11246 (set-keyboard-coding-system): Likewise.
11247 (set-default-coding-systems): Don't set
11248 default-terminal-coding-system on MS-DOS to anything but nil.
11249 (prefer-coding-system): Describe in the doc string that
11250 default-terminal-coding-system is not changed on MS-DOS.
11251 (set-language-environment): For MS-DOS, set standard syntax table
11252 and display table for all characters with code above 127.
11253 (standard-display-european-internal): For MS-DOS, pass all
11254 characters with code above 127 directly to the terminal, and don't
11255 remap characters 160 and 146 in the unibyte case.
11256
11257 * international/codepage.el: New file.
11258
11259 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11260
11261 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11262 comments.
11263
11264 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11265
11266 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11267
11268 * subr.el (read-passwd): Likewise.
11269
11270 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11271
11272 * info.el (Info-find-node): Add 1 to the position read from the
11273 tag table. Don't fail if the node delimiter ^_ is the first
11274 character in the file.
11275 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11276 first character in the file.
11277 (Info-read-subfile): Likewise.
11278 (Info-select-node): Likewise.
11279 (Info-build-node-completions): Likewise.
11280
11281 1998-12-16 Richard Stallman <rms@gnu.org>
11282
11283 * term/x-win.el (x-cut-buffer-or-selection-value):
11284 If clipboard is enabled, try it before PRIMARY selection.
11285
11286 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11287
11288 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11289 insert c-cedilla and C-cedilla respectively, like in latin-1.
11290
11291 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11292
11293 * language/hebrew.el: Don't use sublists in the flags argument
11294 passed to make-coding-system.
11295
11296 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11297
11298 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11299 list of character sets found by find-charset-region.
11300
11301 * ps-mule.el: Always require ps-print. Move some function
11302 definitions for Emacs 20.2 and the earlier to ps-print.el.
11303 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11304
11305 * ps-print.el: Define several functions for Emacs 20.2 and the
11306 earlier version.
11307 (ps-printer-name): Check if printer-name is bound.
11308
11309 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11310
11311 * ps-mule.el: Programming uniformization and little code improvement.
11312 (ps-mule-prepare-font): Programming uniformization.
11313 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11314 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11315
11316 * ps-bdf.el: Programming uniformization and little code improvement.
11317 (bdf-search-and-read): New fun.
11318 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11319 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11320 (bdf-info-relative-compose, bdf-info-baseline-offset)
11321 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11322 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11323 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11324 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11325 improvement.
11326
11327 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11328
11329 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11330 and mule related code extraction. Autoload ps-mule funs.
11331
11332 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11333 (ps-mule-prologue-generated): New fun.
11334 (ps-mule-plot-string): Add autoload cookie.
11335 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11336
11337 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11338
11339 * ps-bdf.el: Require ps-mule instead of ps-print.
11340 (bdf-directory-list): Add autoload cookie.
11341
11342 * ps-mule.el: New file. Mule related code extracted from
11343 ps-print.el. Require ps-print, provide ps-mule.
11344 (ps-multibyte-buffer): Add autoload cookie.
11345 (ps-mule-prepare-ascii-font): New fun.
11346 (ps-mule-set-ascii-font): New fun.
11347 (ps-mule-skip-same-charset): Fun deleted.
11348 (ps-mule-plot-string): Set ps-mule-current-charset.
11349 (ps-mule-initialize): Add autload cookie. Don't set
11350 ps-mule-font-info-database here.
11351 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11352 ps-mule-font-info-database and ps-control-or-escape-regexp.
11353 (ps-mule-begin-page): New fun.
11354
11355 * ps-print.el: Mule related code moved to ps-mule.el.
11356 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11357 check ps-mule-charset-list.
11358 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11359 ps-mule-begin-page.
11360 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11361 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11362 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11363 instead skip same charsets by itself.
11364 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11365 non-nil. Call ps-mule-begin-job.
11366
11367 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11368
11369 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11370 instead of bdf.
11371
11372 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11373 (ps-mule-external-libraries): New element FEATURE.
11374 (ps-mule-init-external-library): Ajusted for the above change.
11375 (ps-mule-generate-font): Likewise.
11376 (ps-mule-generate-glyphs): Likewise.
11377 (ps-mule-prepare-font): Likewise.
11378 (ps-mule-initialize): Likewise.
11379 (ps-begin-file): Superfluous tailing parenthesis deleted.
11380
11381 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11382
11383 * international/fontset.el (x-decompose-font-name): If PATTERN
11384 doesn't have any wild cards, return a vector made from a name that
11385 is found by x-resolve-font-name found. Comments added.
11386
11387 * international/mule-cmds.el (find-coding-systems-for-charsets):
11388 Handle the case of unknown charset.
11389 (find-multibyte-characters): If invalid multibyte characters are
11390 found, return the corresponding strings instead of character
11391 codes.
11392 (find-multibyte-characters): Adjusted for the above change.
11393 (select-safe-coding-system): For a unibyte buffer, always returns
11394 DEFAULT-CODING-SYSTEM.
11395 (get-charset-property): Fix previous change. Make it a function.
11396 (put-charset-property): Make it a function.
11397
11398 * international/mule.el (make-coding-system): Set mime-charset
11399 property of *-with-esc coding system to nil.
11400
11401 * international/quail.el (quail-point-in-conversion-region): New
11402 function.
11403 (quail-conversion-backward-delete-char): When a key sequence is
11404 being translated, call quail-delete-last-char.
11405
11406 * language/devan-util.el
11407 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11408 handle devanagari-decomposition-rules.
11409
11410 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11411
11412 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11413 tex-start-options-string to empty string.
11414 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11415
11416 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11417
11418 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11419 5xx responses are already handled properly).
11420
11421 1998-12-13 Richard Stallman <rms@gnu.org>
11422
11423 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11424 on a non-digit in the file name.
11425
11426 * simple.el (comment-region): Handle comment-padding
11427 separately for insertion and for deletion, in the right way for each.
11428
11429 1998-12-13 Felix Lee <flee@cygnus.com>
11430
11431 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11432 regexp to match "ChangeLog:1:1998-12-09 ..."
11433
11434 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11435
11436 * cus-start.el (dos-unsupported-char-glyph): Add.
11437
11438 1998-12-11 Dave Love <fx@gnu.org>
11439
11440 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11441 forward-sexp in condition-case.
11442
11443 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11444 Remove unnecessary test on `library' for explicit file name.
11445 Widen scope of save-match-data.
11446
11447 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11448
11449 * international/mule.el (load-with-code-conversion): If the loaded
11450 file was inserted with no-conversion or raw-text coding system,
11451 make the buffer unibyte.
11452
11453 1998-12-09 Richard Stallman <rms@gnu.org>
11454
11455 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11456 Get rid of nested loops.
11457
11458 * mouse.el (mouse-drag-vertical-line):
11459 If WHICH-SIDE is not `right', then scroll bars are on the left.
11460
11461 * loadhist.el (load-history-loaded): defvar moved to help.el.
11462
11463 * help.el (symbol-file-load-history-loaded): Variable renamed,
11464 and defvar moved from loadhist.el.
11465 (symbol-file): Renamed from describe-function-find-file.
11466 Load fns-VERSION.el here.
11467 (describe-variable, describe-function-1): Use symbol-file.
11468
11469 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11470 Don't start the name with #.
11471
11472 * ispell.el: Take out the eval-when's.
11473
11474 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11475
11476 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11477 (dirtrack): Run it. Make debug message more verbose.
11478
11479 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11480
11481 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11482 name of the abbrev table, and provide support for XEmacs.
11483 (octave-xemacs-p): New variable.
11484
11485 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11486
11487 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11488 exit, when mail-interactive is nil.
11489
11490 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11491
11492 * files.el (after-find-file): Message fix.
11493
11494 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11495
11496 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11497
11498 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11499
11500 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11501 filenames using backslashes.
11502
11503 1998-12-09 Dave Love <fx@gnu.org>
11504
11505 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11506 with correct number of args.
11507 (browse-url-maybe-new-window): New arg. Callers changed.
11508
11509 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11510 comment.
11511
11512 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11513
11514 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11515
11516 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11517
11518 * vc.el (vc-rcs-release): Fix Type.
11519 (vc-sccs-release): Fix Type.
11520 (vc-cvs-release): Fix Type.
11521
11522 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11523 arg work right.
11524
11525 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11526 output of last undeleted message.
11527
11528 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11529
11530 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11531 (buffer-undo-list) [windows-nt]: Use different relative path.
11532
11533 1998-12-07 Simon Marshall <simon@gnu.org>
11534
11535 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11536
11537 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11538
11539 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11540
11541 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11542
11543 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11544
11545 * info.el (Info-menu): Don't return error if point is between menu
11546 header and first menu item.
11547
11548 1998-12-04 Dave Love <fx@gnu.org>
11549
11550 * help.el (describe-function-1): Fix description for alias.
11551
11552 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11553
11554 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11555 specifications from summary line.
11556
11557 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11558 (close-rectangle): Define alias only once in loaddefs.el.
11559
11560 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11561
11562 * term/internal.el: Remove code which sets up a special syntax
11563 table for non-ASCII characters.
11564
11565 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11566
11567 * dos-w32.el (direct-print-region-function): Try to ensure that
11568 printer-name is expanded to a file name on a local drive;
11569 sometimes printing a file loaded from a network volume fails.
11570 (direct-print-region-function): Add a function to
11571 write-region-annotate-functions to append a formfeed character to
11572 the region being printed, if the region doesn't end with a
11573 formfeed already. This avoids creating a second print job
11574 containing a blank page when print spooling is enabled on Windows.
11575
11576 1998-12-02 Dave Love <fx@gnu.org>
11577
11578 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11579 `Info-goto-node'.
11580
11581 1998-12-02 Richard Stallman <rms@gnu.org>
11582
11583 * help.el (temp-buffer-resize-mode): Doc fix.
11584
11585 * cus-edit.el (custom-save-delete): Save point before
11586 reading a sexp, rather than backing up.
11587
11588 * international/iso-transl.el: Fix previous change.
11589
11590 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11591
11592 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11593 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11594 Added defvars to suppress compilation warnings.
11595
11596 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11597
11598 * ispell.el: Improved and fixed customize for variables:
11599 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11600 ispell-dictionary-alist, ispell-skip-sgml.
11601 Improved and fixed comments in variables and messages for
11602 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11603 ispell-menu-map, ispell-checking-message, ispell-parser,
11604 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11605 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11606 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11607 ispell-message-text-end, ispell-add-per-file-word-list.
11608 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11609 system is now required for all languages. Casechars improved for
11610 castellano, castellano8, and norsk dictionaries. Dictionary
11611 norsk7-tex added. Dictionary polish added.
11612 (ispell-dictionary-alist): Redefined at load-time to support
11613 dictionary changes.
11614 (ispell-menu-map): Redefined at load-time to support menu changes.
11615 (ispell-check-version): New alias for `check-ispell-version'.
11616 (ispell-parse-output): Fixed matching for ispell error messages.
11617 Correctly returns spelling suggestions in order generated by ispell
11618 process.
11619 (check-ispell-version): Ensure `case-fold-search' doesn't get
11620 redefined.
11621 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11622 redefined. Fix bug that didn't respect case of word being completed.
11623 (ispell-init-process): Set process coding system to be compatible
11624 with emacs processes and the ispell process.
11625 (ispell-kill-ispell): Ensures ispell process has terminated before
11626 starting new process. This can otherwise confuse process filters
11627 and hang the ispell process.
11628 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11629 skipping support for sgml.
11630 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11631 which could cause `ispell-complete-word' to hang.
11632 (ispell-message): Improved message reference matching. Ensure
11633 `case-fold-search' doesn't get redefined.
11634 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11635 get redefined. Fixed bug in returning to nroff mode from tex mode.
11636 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11637 get redefined.
11638
11639 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11640
11641 * textmodes/flyspell.el (flyspell-check-word-p):
11642 Don't delay inside a kbd macro.
11643
11644 * subr.el (make-local-hook): Return the hook variable.
11645
11646 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11647
11648 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11649 Use a timer instead of post-command-hook.
11650 (hscroll-timer): New variable.
11651
11652 1998-11-30 Dave Love <fx@gnu.org>
11653
11654 * help.el (help-xref-button): Do nothing if text already has the
11655 help-xref property.
11656 (describe-variable): Revert previous change to hyperlink to source.
11657
11658 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11659
11660 * bindings.el (features): Add `base64' to this list.
11661
11662 * loadhist.el (symbol-file): Doc fix.
11663
11664 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11665
11666 * files.el (hack-one-local-variable): Cope with non-file buffers.
11667
11668 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11669
11670 * help.el (describe-mode): Put major mode first.
11671
11672 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11673 to support special-display and same-window features.
11674
11675 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11676
11677 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11678 bound in one function and used in the other.
11679 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11680 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11681
11682 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11683
11684 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11685
11686 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11687
11688 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11689 Give format correct control string.
11690
11691 * international/mule.el (define-translation-table): Fix bug of
11692 setting incorrect translation-table-id. If the first element of
11693 ARGS is a translation table, just register it.
11694
11695 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11696 property.
11697
11698 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11699
11700 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11701 syntax table to determine what is whitespace.
11702
11703 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11704
11705 * frame.el (frame-parameter): Doc fix.
11706
11707 * textmodes/tex-mode.el (tex-feed-input): New function.
11708 (tex-define-common-keys): Add binding for C-c C-m.
11709
11710 1998-11-23 Dave Love <fx@gnu.org>
11711
11712 * progmodes/fortran.el: Various minor doc fixes.
11713 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11714 (fortran-with-subprogram-narrowing): New macro.
11715 (fortran-check-for-matching-do): Use it.
11716 (fortran-end-do): Use fortran-check-end-prog-re.
11717 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11718 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11719
11720 1998-11-23 Simon Marshall <simon@gnu.org>
11721
11722 * font-lock.el (font-lock-defaults): Doc fix.
11723 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11724 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11725
11726 * lazy-lock.el (lazy-lock-unstall):
11727 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11728
11729 * fast-lock.el (fast-lock-save-cache-1):
11730 (fast-lock-cache-data): Rewritten to use with-temp-message.
11731
11732 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11733
11734 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11735 messages that have been added with DOS line endings and convert
11736 the line endings for such messages.
11737
11738 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11739
11740 * help.el: Add resizing of temporary buffers.
11741 (temp-buffer-resize-mode): New command and variable.
11742 (temp-buffer-max-height): New variable.
11743 (resize-temp-buffer-window): New function.
11744
11745 * window.el (window-buffer-height): New function, split from
11746 shrink-window-if-larger-than-buffer.
11747 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11748
11749 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11750
11751 * frame.el (initial-frame-alist): Add defcustom.
11752
11753 * shell.el (shell-prompt-pattern): Add defcustom.
11754
11755 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11756
11757 * message.el (message-ignored-supersedes-headers): Remove
11758 NNTP-Posting-Date.
11759
11760 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11761
11762 * help.el (describe-mode): Don't avoid loop indirecting thru
11763 value of INDICATOR.
11764
11765 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11766
11767 * help.el (describe-variable): Allow any variable with a defcustom,
11768 even if it is not a user variable.
11769
11770 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11771
11772 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11773
11774 * gnus/nntp.el (nntp-request-group): Allow for failures when
11775 requesting a new group.
11776
11777 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11778
11779 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11780
11781 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11782
11783 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11784
11785 1998-11-19 Simon Marshall <simon@gnu.org>
11786
11787 * subr.el (with-temp-message): New macro.
11788
11789 * emacs-lisp/lisp-mode.el (with-temp-message):
11790 Add lisp-indent-function property.
11791
11792 1998-11-18 Dave Love <fx@gnu.org>
11793
11794 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11795
11796 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11797
11798 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11799 This is not obsolete.
11800
11801 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11802
11803 * textmodes/picture.el: Make a new map by make-keymap.
11804 (picture-desired-column): New variable.
11805 (picture-update-desired-column): New function.
11806 (picture-beginning-of-line): Set picture-desired-column to 0.
11807 (picture-end-of-line): Set picture-desired-column to the current
11808 column.
11809 (picture-forward-column): Pay attention to multi-column character.
11810 (picture-backward-column): Likewise.
11811 (picture-move-down): Likewise.
11812 (picture-move-up): Likewise.
11813 (picture-movement-nw): With prefix arg, move twice columns.
11814 (picture-movement-ne): Likewise.
11815 (picture-movement-sw): Likewise.
11816 (picture-movement-se): Likewise.
11817 (picture-set-motion): Handle two-column movements.
11818 (picture-move): Call picture-move-down or picture-forward-column
11819 only when necessary.
11820 (picture-insert): Pay attention to picture-desired-column.
11821 (picture-self-insert): Likewise.
11822 (picture-clear-column): Pay attention to multi-column character.
11823 (picture-mode): Modify doc-string for two-column movement.
11824
11825 * rect.el (move-to-column-force): New function.
11826 (operate-on-rectangle): If coerce-tabs is non-nil, call
11827 move-to-column-force instead of move-to-column.
11828 (insert-rectangle): Call move-to-column-force instead of
11829 move-to-column.
11830 (open-rectangle-line): If begextra is not zero, call
11831 move-to-column-force.
11832
11833
11834 1998-11-16 Dave Love <fx@gnu.org>
11835
11836 * textmodes/sgml-mode.el Require skeleton when compiling.
11837 (sgml-font-lock-keywords-1): Accept single-letter tags.
11838 (v2): Defvar free variable.
11839
11840 1998-11-16 Sam Steingold <sds@goems.com>
11841
11842 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11843 macro, not ELisp one.
11844
11845 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11846
11847 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11848 characters to symbol.
11849
11850 * language/japan-util.el (japanese-zenkaku-region): New optional
11851 arg KATAKANA-ONLY.
11852
11853 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11854
11855 * international/mule.el
11856 (after-insert-file-set-buffer-file-coding-system): If the buffer
11857 is changed to unibyte, return inserted bytes.
11858
11859 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11860 and link names if necessary.
11861 (tar-header-block-summarize): Handle the case that file or link
11862 names are multibyte.
11863 (tar-summarize-buffer): At first set the current buffer unibyte,
11864 then if there are multibyte file names, change it to multibyte.
11865 (tar-mode): Get char position from tar-header-offset.
11866 (tar-extract): Avoid multibyte<->unibyte conversion in
11867 insert-buffer-subsring by setting both buffers unibyte
11868 temporarily.
11869 (tar-copy): Set the buffer unibyte while doing a work. Write
11870 without code conversion.
11871 (tar-expunge): Set the buffer unibyte while doing a work.
11872 (tar-alter-one-field): Likewise.
11873 (tar-clear-modification-flags): Compare byte position with
11874 tar-header-offset.
11875 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11876 insert-buffer-subsring by setting both buffers unibyte
11877 temporarily. Pay attention to multibyteness while updating the
11878 descriptor-line.
11879 (tar-mode-write-file): Write without code conversion.
11880
11881 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11882
11883 * nngateway.el: Require cl.
11884
11885 1998-11-15 Dave Love <fx@gnu.org>
11886
11887 * progmodes/fortran.el: Fix previous change:
11888 (fortran-end-prog-re1): Changed.
11889 (fortran-check-end-prog-re): New function.
11890 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11891
11892 1998-11-13 Tom Breton <tob@world.std.com>
11893
11894 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11895 GNU Emacs.
11896
11897 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11898
11899 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11900 fixed.
11901 (reftex-toc-toggle-file-boundary,
11902 reftex-toc-toggle-labels,
11903 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11904 (reftex-toc-include-labels, reftex-toc-include-context,
11905 reftex-toc-include-file-boundaries,
11906 reftex-toc-keep-other-windows): New options.
11907 (reftex-use-text-after-label-as-context): Option removed.
11908 (reftex-extract-bib-entries): Protect use in non-latex
11909 buffers.
11910 (reftex-toc-visit-location): Renamed from
11911 `reftex-toc-visit-line'.
11912 (reftex-latin1-to-ascii): Works now with and without Mule.
11913 (reftex-truncate): Removed special stuff for Emacs 20.2.
11914 (reftex-get-offset): Made more general.
11915 (reftex-show-label-location): Renamed from
11916 `reftex-select-label-callback'.
11917 (reftex-pop-to-label): Function removed (using
11918 `reftex-show-label-location' instead.
11919 (reftex-insert-docstruct): Renamed from
11920 `reftex-make-and-insert-label-list'. Function args changed.
11921 (reftex-toc): Now uses `reftex-insert-docstruct' and
11922 `reftex-find-start-point'.
11923 (reftex-select-item): Use `reftex-find-start-point'.
11924 (reftex-toc-visit-line): Can display labels and file
11925 boundaries.
11926 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11927
11928 1998-11-12 Sam Steingold <sds@goems.com>
11929
11930 * browse-url.el (browse-url): Handle the case when
11931 `browse-url-browser-function' is a lambda list.
11932
11933 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11934
11935 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11936 version string.
11937 * loadhist.el (symbol-file): Likewise
11938
11939 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11940
11941 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11942
11943 1998-11-11 Sam Steingold <sds@goems.com>
11944
11945 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11946 `run-lisp' instead of signalling an error.
11947
11948 1998-11-11 Karl Heuer <kwzh@gnu.org>
11949
11950 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11951
11952 1998-11-11 Richard Stallman <rms@gnu.org>
11953
11954 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11955
11956 1998-11-11 Per Starback <starback@update.uu.se>
11957
11958 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11959 renamed svenska8 to svenska, and fixed and extended CASECHARS
11960 for it.
11961
11962 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11963
11964 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11965 handling if setpagedevice is not available.
11966 (ps-begin-file): Fix typo.
11967
11968 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11969
11970 * international/mule-util.el (compose-chars-component): Signal
11971 error if CH is a rule-based composition character.
11972 (compose-chars): Signal error if an already compsed character is
11973 going to be composed by rule-base.
11974
11975 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11976 full XLFD, don't try to get information of WEIGHT and SLANT from
11977 that font name.
11978
11979 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11980
11981 * dos-w32.el (set-default-process-coding-system): Use function on
11982 before-init-hook to set default-process-coding-system based on
11983 enable-multibyte-characters.
11984
11985 * term/w32-win.el ([language-change]): For now ignore
11986 keyboard language-change events.
11987
11988 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11989
11990 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11991 convert-standard-file-name, but leave the results of
11992 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11993 characters if the original name already exists, or has a special
11994 handler.
11995
11996 1998-11-10 Karl Heuer <kwzh@gnu.org>
11997
11998 * international/iso-insert.el: Delete autoload cookies.
11999
12000 * international/iso-transl.el: Add autoload cookies.
12001
12002 1998-11-10 Richard Stallman <rms@gnu.org>
12003
12004 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
12005 (ispell-process-line): Don't treat multibyte
12006
12007 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
12008
12009 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
12010 setpagedevice to specify the page size if setpagedevice is
12011 available. This is necessary to select the correct paper tray on
12012 Level 2 printers with multiple paper sizes available.
12013
12014 (ps-begin-file): Cope with font names that contain spaces, and
12015 call BeginDoc in a BeginSetup/EndSetup block.
12016
12017 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12018
12019 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12020 convert-standard-filename.
12021
12022 * loadhist.el (symbol-file): Run fns-VERSION.el through
12023 convert-standard-filename.
12024
12025 1998-11-06 Richard Stallman <rms@gnu.org>
12026
12027 * textmodes/texinfmt.el (texinfo-format-scan):
12028 Detect the case of two @-commands in a row; process just the first.
12029 (texinfo-append-refill): If line has a @c, insert the @refill
12030 before it.
12031 (texinfo-format-refill): Return with point where the @refill was.
12032
12033 * files.el (hack-local-variables): Test local-enable-local-variables.
12034 (hack-local-variables-prop-line): Likewise.
12035 (set-auto-mode): Don't test local-enable-local-variables here.
12036 (enable-local-variables): Doc fix.
12037 (local-enable-local-variables): Doc fix.
12038 (normal-mode): Doc fix.
12039
12040 1998-11-06 Karl Heuer <kwzh@gnu.org>
12041
12042 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12043
12044 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12045
12046 * simple.el (line-number-mode): Doc fix.
12047
12048 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12049
12050 * international/fontset.el (create-fontset-from-fontset-spec):
12051 Give correct arg to `error'.
12052
12053 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12054
12055 * textmodes/sgml-mode.el (html-mode): Doc fix.
12056 (sgml-name-8bit-mode): Fix missing format character in message string.
12057
12058 1998-11-05 Karl Heuer <kwzh@gnu.org>
12059
12060 * mail/sendmail.el (sendmail-send-it): Check for failure.
12061
12062 1998-11-05 Richard Stallman <rms@gnu.org>
12063
12064 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12065
12066 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12067 (close-rectangle): Define as alias.
12068
12069 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12070
12071 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12072
12073 1998-11-05 Dave Love <fx@gnu.org>
12074
12075 * help.el (describe-variable): Don't quote link to source.
12076
12077 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12078
12079 * gud.el (gud-common-init): Use pop-to-buffer.
12080 (same-window-regexps): Add an element that matches all gud buffers.
12081
12082 1998-11-04 Jason Rumney <jasonr@altavista.net>
12083
12084 * term/w32-win.el (x-get-selection-value): Alias to
12085 x-cut-buffer-or-selection-value.
12086 (w32-standard-fontset-spec): New variable.
12087 (w32-create-initial-fontsets, mouse-set-font): Check whether
12088 new-fontset is available.
12089 (w32-use-w32-font-dialog): Enable use of set-variable.
12090
12091 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12092
12093 * vc.el (with-vc-file, edit-vc-file): New macros.
12094
12095 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12096
12097 * international/quail.el (quail-show-guidance-buf): Call
12098 set-minibuffer-window to set minibuffer window of the current
12099 frame correctly.
12100
12101 1998-11-03 Theodore Jump <tjump@tertius.com>
12102
12103 * term/w32-win.el: Require fontset.
12104
12105 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12106
12107 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12108 (set-face-font-auto): Ditto.
12109
12110 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12111
12112 * mouse.el (mouse-drag-region): Fix typo.
12113
12114 1998-11-02 Dave Love <fx@gnu.org>
12115
12116 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12117 (fortran-fontify-string): New function.
12118 (fortran-font-lock-keywords-1): Use it.
12119
12120 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12121
12122 * comint.el (comint-file-name-quote-list): Doc fix.
12123
12124 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12125
12126 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12127 build directory, not source directory.
12128
12129 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12130 if we did not get one for the final move.
12131
12132 1998-11-01 Dave Love <fx@gnu.org>
12133
12134 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12135 Don't funcall browse-url-browser-function.
12136
12137 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12138 Don't funcall browse-url-browser-function.
12139
12140 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12141
12142 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12143
12144 * files.el (revert-buffer): Doc fix.
12145
12146 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12147
12148 * textmodes/tex-mode.el (tex-start-options-string):
12149 Quote the backslashes with more backslashes.
12150
12151 1998-10-31 Dave Love <fx@gnu.org>
12152
12153 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12154 (webjump): Don't funcall browse-url-browser-function.
12155
12156 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12157
12158 * international/quail.el (quail-start-translation): Handle
12159 switching of the frame in read-key-sequence.
12160 (quail-start-conversion): Likewise.
12161 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12162 windows before setting an appropriate window for it.
12163 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12164 quail-guidance-win to nil.
12165 (quail-update-guidance): If quail-guidance-buf is not in the
12166 selected frame, call quail-show-guidance-buf again.
12167
12168 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12169
12170 * progmodes/pascal.el (pascal-mode):
12171 `blink-matching-paren-dont-ignore-comments' set to t.
12172
12173 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12174
12175 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12176
12177 1998-10-30 Dave Love <fx@gnu.org>
12178
12179 * vc.el (vc-backend-merge-news): Check for "P" output.
12180
12181 * help.el (describe-variable): Hyperlink the definition.
12182
12183 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12184
12185 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12186 (sh-set-shell): Likewise.
12187
12188 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12189
12190 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12191 (edebug-on-error): Fix customize type to match that of
12192 debug-on-error.
12193
12194 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12195
12196 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12197 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12198
12199 * international/mule-cmds.el (select-message-coding-system): Doc
12200 fix.
12201
12202 * international/mule-diag.el (describe-coding-system): Describe
12203 all flags.
12204
12205 * mail/sendmail.el (sendmail-coding-system,
12206 default-sendmail-coding-system): Doc fix.
12207
12208 * simple.el (shell-command-on-region): Doc fix.
12209
12210 * loadup.el: Write fns-*.el in current directory instead of
12211 data-directory since no installation directory exists yet. Mark
12212 buffer unmodified afterwards.
12213
12214 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12215 instead of data-directory since it is architecture dependent.
12216 (load-history-loaded): Update doc string.
12217
12218 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12219
12220 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12221 path as a default directory when canonicalizing names.
12222
12223 * w32-fns.el: Remove a dangling reference to a directory on the
12224 build machine.
12225
12226 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12227
12228 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12229 namespace related keywords such as `class', `body', `private',
12230 `variable', `namespace eval', etc.
12231 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12232 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12233 imenu and font-lock so that searches for \sw would find words
12234 containing colons.
12235
12236 * progmodes/etags.el (initialize-new-tags-table):
12237 Do not alter find-tag-marker-ring and tags-location-ring.
12238
12239 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12240
12241 * term/w32-win.el: Require fontset.
12242 (w32-init-fontsets): New function (code from x-win.el).
12243
12244 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12245
12246 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12247 calendar-and-diary-frame-parameters): Add title parameter.
12248
12249 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12250
12251 * completion.el (dynamic-completion-mode): New function to enable
12252 the mode. (Just loading the file now does not change anything.)
12253
12254 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12255
12256 * ps-print.el: User option for multibyte buffer handling and doc fix.
12257 (ps-multibyte-buffer): New user option.
12258 (ps-setup): Print new user option.
12259 (ps-print-quote): New fun.
12260 (ps-color-p, ps-mule-font-info-database-latin): New var.
12261 (ps-default-color, ps-mule-font-info-database)
12262 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12263 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12264 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12265 Little code improvement.
12266 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12267 (ps-print-prologue-header, ps-font-family, ps-font-size)
12268 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12269 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12270 (ps-mule-external-libraries, ps-mule-init-external-library)
12271 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12272 Doc fix.
12273 (ps-print-version): New version number (4.1.1) and doc fix.
12274 (ps-print-prologue-header): New user option.
12275 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12276 Conditional compilation for GNU Emacs and emacsens.
12277 (ps-generate-postscript-with-faces): Skip invisible text better.
12278 (ps-setup): Print new user option.
12279 (ps-print-preprint): Check if input file name exists and is unwritable.
12280 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12281 and insert user PostScript prologue header comments.
12282 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12283 New funs.
12284 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12285 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12286 PostScript programming normalization.
12287 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12288 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12289 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12290 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12291 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12292 Programming style normalization.
12293
12294 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12295
12296 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12297 version, check the value of mule-version.
12298
12299 * international/mule-util.el (compose-region): Insert then delete
12300 to preserve markers.
12301 (decompose-region): Use search-forward for efficiency.
12302
12303 * language/chinese.el (pre-write-encode-hz): Cancel previous
12304 change, use generate-new-buffer instead of get-buffer-create.
12305 * language/devan-util.el
12306 (in-is13194-devanagari-pre-write-conversion): Likewise.
12307 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12308 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12309 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12310
12311 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12312
12313 * mail/rmailsum.el (rmail-message-subject-p):
12314 Handle message whose header has not been reformatted.
12315
12316 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12317
12318 1998-10-25 Jason Rumney <jasonr@altavista.net>
12319
12320 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12321 New variables.
12322 (mouse-set-font): Use font menus instead of dialog according to
12323 w32-use-w32-font-dialog.
12324
12325 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12326
12327 * calendar/calendar.el (calendar-day-name-array): Add doc string
12328 correctly!
12329 (calendar-month-name-array): Add doc string correctly!
12330
12331 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12332
12333 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12334
12335 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12336
12337 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12338
12339 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12340
12341 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12342
12343 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12344
12345 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12346
12347 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12348
12349 1998-10-21 Karl Heuer <kwzh@gnu.org>
12350
12351 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12352 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12353 (profile-filter, profile-reset-timer): Functions deleted.
12354 (profile-check-zero-init-times, profile-get-time): Likewise.
12355 (profile-find-function, profile-quit): Likewise.
12356 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12357 (profile-time-list, profile-init-list): Doc fix.
12358 (profile-functions): Simplify.
12359 (profile-print): Use float. Make output include space separators.
12360 (profile-add-time): New helper function.
12361 (profile-function-prolog): Renamed from profile-start-function.
12362 Handle profile-distinct.
12363 (profile-function-epilog): Renamed from profile-update-function.
12364 Handle profile-distinct.
12365 (profile-a-function): If the function to be profiled is an
12366 autoload form, load it. If it's lazy-loaded, fetch it.
12367 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12368 (profile-restore-fun): Arg FUN is now a function symbol, as was
12369 documented, rather than a one-element list.
12370 (profile-finish): Call profile-restore-fun properly.
12371
12372 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12373
12374 * international/characters.el: Setup charset property
12375 nospace-between-words.
12376
12377 * international/mule-cmds.el (get-charset-property): If CHARSET is
12378 composition, return nil.
12379 (put-charset-property): If CHARSET is composition, do nothing.
12380
12381 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12382 * language/devan-util.el
12383 (in-is13194-devanagari-pre-write-conversion): Likewise.
12384 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12385 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12386 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12387
12388 * textmodes/fill.el (sentence-end-without-period): New variable.
12389 (canonically-space-region): Pay attention to
12390 sentence-end-without-period.
12391 (fill-find-break-point): The first argument CHARSET deleted.
12392 Caller changed.
12393 (fill-region-as-paragraph): Pay attention to charset property
12394 nospace-between-words and text property nospace-between-words.
12395
12396 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12397
12398 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12399 an unrecognized shell.
12400
12401 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12402
12403 * desktop.el (desktop-save): Include minor modes symbolically.
12404 (desktop-create-buffer): Turn on all minor modes in `mim'.
12405
12406 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12407
12408 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12409 (sh-font-lock-keywords): Handle rpm and rpm2.
12410 (sh-ancestor-alist): Handle rpm.
12411
12412 * files.el (auto-mode-alist): Recognize .rpm files.
12413 Also .spec and .mspec files.
12414
12415 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12416
12417 * faces.el (frame-set-background-mode): Enable the function for
12418 MSDOS frames.
12419
12420 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12421
12422 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12423 (calendar-month-name-array): Add doc string.
12424
12425 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12426
12427 * simple.el (kill-ring-max): Increased to 60.
12428
12429 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12430
12431 * international/characters.el: Setup auto-fill-chars.
12432
12433 * international/kinsoku.el (kinsoku): Check the variable
12434 enable-kinsoku.
12435
12436 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12437 Don't call kinsoku directly, intead call fill-find-break-point.
12438
12439 * textmodes/fill.el: Setup `fill-find-break-point-function'
12440 property to character sets which require `kinsoku' processing for
12441 filling.
12442 (fill-find-break-point): New function.
12443 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12444 Don't call kinsoku directly, intead call fill-find-break-point.
12445
12446 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12447
12448 * faces.el (modify-face-read-string): Return (nil) for "none".
12449 (modify-face): Don't get error if (nil) is the argument.
12450 (face-try-color-list): Don't check whether nil is a valid color.
12451
12452 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12453
12454 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12455 Print message about each directory, even in batch mode.
12456
12457 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12458
12459 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12460 (ps-mule-string-char): No need to use sref.
12461 (ps-mule-next-index): No need to use sref.
12462
12463 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12464
12465 * files.el (revert-buffer-internal-hook): Add defvar.
12466
12467 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12468
12469 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12470
12471 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12472
12473 * international/mule-cmds.el (default-input-method): Fix custom type.
12474
12475 * net-utils.el (whois-server-list): Fix customization type.
12476
12477 * shell.el (shell-input-autoexpand): Fix customization group.
12478
12479 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12480
12481 * repeat.el (repeat): Handle keyboard macros properly.
12482 Handle new prefix arg after self-insert command.
12483
12484 * repeat.el: Don't include cl even at compile time.
12485 (repeat): Avoid using `loop'.
12486
12487 * simple.el (shell-command-on-region): Doc fix.
12488 (next-history-element): Special error message if no default.
12489
12490 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12491
12492 * ps-print.el (ps-print-buffer): Doc fix.
12493 (ps-despool): Likewise.
12494
12495 * arc-mode.el (arc-mode): Provide arc-mode.
12496
12497 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12498
12499 * ps-print.el (ps-print-buffer): Doc fix.
12500
12501 1998-10-14 Dave Love <fx@gnu.org>
12502
12503 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12504 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12505 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12506
12507 * progmodes/fortran.el (fortran-mode-map): Change "Join
12508 Continuation Line" to "Join Line".
12509 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12510
12511 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12512
12513 * progmodes/fortran.el (fortran-join-line): Use
12514 `delete-indentation' instead of issuing an error message if not on
12515 a continuation line. Provide for joining several lines using
12516 prefix arg.
12517
12518 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12519
12520 * term/pc-win.el (msdos-color-values): New variable.
12521 (x-color-values): New function, emulates its namesake from
12522 src/xfns.c.
12523 (msdos-bg-mode): Add all dark colors to those which return
12524 "dark".
12525
12526 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12527
12528 * replace.el (keep-lines, flush-lines, how-many):
12529 Don't ignore case if arg has upper case letters.
12530
12531 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12532
12533 * progmodes/vhdl-mode.el
12534 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12535 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12536 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12537 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12538 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12539 (vhdl-when): Fix indentation problem.
12540 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12541 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12542 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12543
12544 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12545
12546 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12547 (ls-lisp-insert-directory): Renamed from insert-directory.
12548 (insert-directory): New function.
12549
12550 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12551
12552 * simple.el (completion-fixup-function): Variable deleted.
12553 (completion-setup-function): Delete code for completion-fixup-function.
12554 * emacs-lisp/lisp.el (lisp-complete-symbol):
12555 Don't bind completion-fixup-function.
12556
12557 * files.el (find-file-wildcards): New option.
12558 (find-file-noselect): Handle wild cards, if enabled.
12559 (file-expand-wildcards): New function.
12560
12561 * simple.el (set-fill-column): Doc fix.
12562
12563 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12564
12565 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12566
12567 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12568
12569 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12570 Move declaration before first use.
12571 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12572 hif-math, hif-factor): Rename token to hif-token and token-list to
12573 hif-token-list.
12574 (hif-token, hif-token-list): Declare them.
12575 (hif-find-ifdef-block): Return cons of top and bottom point
12576 instead of setting dynamically bound variables.
12577 (hide-ifdef-block, show-ifdef-block): Use return value of
12578 hif-find-ifdef-block.
12579
12580 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12581
12582 * subr.el (read-passwd): Use clear-this-command-keys.
12583
12584 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12585
12586 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12587 and ...-for-write.
12588
12589 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12590
12591 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12592 responses to GROUP command, since this may be called from a timer
12593 with quit inhibited.
12594
12595 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12596
12597 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12598 set unconditional-jump to nil.
12599 (ccl-compile-read-multibyte-character): Return nil.
12600 (ccl-compile-write-multibyte-character): Likewise.
12601 (ccl-compile-translate-character): Likewise
12602 (ccl-compile-map-multiple): Likewise.
12603 (ccl-compile-map-single): Likewise.
12604
12605 * international/kinsoku.el: Add coding tag.
12606 (kinsoku-bol): Remove superfluous TAB in a string.
12607
12608 * international/mule-cmds.el (find-coding-systems-for-charsets):
12609 Delete `composition' (if any) from CHARSETS.
12610
12611 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12612
12613 * international/mule-cmds.el (setup-specified-language-environment):
12614 Add apropos-inhibit property.
12615 (describe-specified-language-support): Likewise.
12616
12617 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12618
12619 * international/mule.el (make-coding-system): Create -with-esc
12620 variant coding system.
12621
12622 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12623
12624 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12625 (next-file): Optionally offer to revert a file's buffer,
12626 if it has an existing buffer but the file has changed.
12627
12628 * info.el (Info-insert-dir): Detect and report problems
12629 in input files, such as "No Top node". Return with point
12630 at the beginning of the text.
12631 (Info-find-node): Reinsert the code to handle files
12632 with no tags table; it was deleted by mistake.
12633
12634 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12635
12636 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12637 texinfo-find-higher-level-node repeatedly find the same node.
12638 (texinfo-find-higher-level-node): Doc fix.
12639
12640 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12641
12642 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12643 (smtpmail-address-buffer): Add defvar.
12644 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12645
12646 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12647
12648 * ffap.el (ffap-machine-p-local): Fix editing error.
12649
12650 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12651
12652 * faces.el (frame-set-background-mode):
12653 Don't do anythung for text-only or MSDOS frame.
12654
12655 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12656
12657 * international/quail.el (quail-defrule): New optional arg APPEND.
12658 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12659
12660 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12661
12662 * gnus/pop3.el (pop3-open-server):
12663 Set process-coding-system-alist around open-network-stream.
12664
12665 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12666
12667 * files.el (save-buffer): Doc fix.
12668
12669 1998-10-07 Karl Heuer <kwzh@gnu.org>
12670
12671 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12672 return DEF unchanged, not nil. Simplify.
12673
12674 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12675
12676 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12677
12678 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12679
12680 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12681
12682 * net-utils.el (ftp, nslookup): Require comint.
12683 (network-service-connection): Likewise.
12684 (whois-server-name): Defaults to whois.arin.net
12685 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12686 (whois): Tries to guess the appropriate top-level domain server.
12687 (whois-get-tld): New function.
12688
12689 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12690 (dirtrack-debug-toggle): Added this function.
12691
12692 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12693
12694 * files.el (find-file-noselect): Switch to the correct buffer
12695 before checking find-file-literally, and allow non-nil non-t
12696 rawfile params.
12697
12698 1998-10-06 Karl Heuer <kwzh@gnu.org>
12699
12700 * midnight.el (clean-buffer-list): Add autoload cookie.
12701
12702 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12703 no-autosave.
12704 * tar-mode.el (tar-mode-revert): Likewise.
12705 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12706 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12707 * gnus/message.el (message-auto-save-directory): Renamed from
12708 message-autosave-directory. All references changed.
12709
12710 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12711
12712 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12713 string. Expose mime stuff while searching.
12714
12715 1998-10-06 Richard Stallman <rms@gnu.org>
12716
12717 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12718
12719 * replace.el (perform-replace): Position point properly
12720 before and after the recursive edit of C-r.
12721
12722 * progmodes/etags.el (tags-reset-tags-tables): Properly
12723 find the markers in the old rings that are being discarded.
12724
12725 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12726
12727 * apropos.el (apropos-print): Control invalid characters.
12728
12729 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12730 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12731 confusing customize.
12732
12733 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12734
12735 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12736 built-in commands. Add more built-in commands and fix face names.
12737
12738 1998-10-05 Simon Marshall <simon@gnu.org>
12739
12740 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12741
12742 1998-10-04 Eric Ludlam <zappo@gnu.org>
12743
12744 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12745 customization since it is not useful in this case.
12746 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12747 sure it gets evalled to a number. Also verify that set-frame-name
12748 fn exists before calling it.
12749
12750 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12751 Protect a `forward-sexp' call which could fail, and improved regex
12752 for ie, and eg abbreviations.
12753
12754 1998-10-02 Noah Friedman <friedman@splode.com>
12755
12756 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12757 send-string.
12758 (rlogin-send-Ctrl-D): Here also.
12759 (rlogin-send-Ctrl-Z): Here also.
12760 (rlogin-send-Ctrl-backslash): Here also.
12761
12762 1998-10-02 Dave Love <fx@gnu.org>
12763
12764 * outline.el (hide-region-body): Bind
12765 outline-view-change-hook to nil while making repeated calls to
12766 outline-flag-region. Run it once at the end.
12767 (hide-other, hide-sublevels, show-children): Likewise.
12768
12769 * info-look.el: Remove duplicate scheme-mode entry.
12770 (info-lookup-make-completions): When looking for entries, check
12771 that `item' isn't null or "Menu".
12772
12773 1998-10-01 Karl Heuer <kwzh@gnu.org>
12774
12775 * net-utils.el: Don't require ffap.
12776 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12777 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12778
12779 1998-09-30 Richard Stallman <rms@gnu.org>
12780
12781 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12782
12783 * imenu.el (imenu--generic-function): Sort each submenu by position.
12784 (imenu--sort-by-position): New function.
12785
12786 * cus-edit.el (Custom-mode-menu): Fix info node name.
12787 (customize group): Fix info node name.
12788
12789 * mail/mailalias.el (build-mail-aliases): Don't allow
12790 a newline in the alias name. Don't define an alias
12791 if the definition would be empty.
12792
12793 * which-func.el (which-func-mode-global): Make :set function
12794 more reliable.
12795
12796 * custom.el (custom-set-variables): Load the requests first,
12797 then check the symbol's `set' function.
12798
12799 * ffap.el: Doc fixes.
12800
12801 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12802
12803 * gnus.el: (gnus-valid-select-methods): Fix type.
12804 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12805 * gnus-score.el (gnus-orphan-score): Fix type.
12806 (gnus-score-default-header, gnus-score-default-type): Fix type.
12807 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12808 (gnus-saved-headers): Fix type.
12809
12810 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12811 Avoid nil value of `two-lines-citation-part'.
12812
12813 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12814
12815 * which-func.el (which-function): Handle case when
12816 (car imenu--index-alist) is nil.
12817
12818 1998-09-29 Dave Love <fx@gnu.org>
12819
12820 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12821 bzip2 args.
12822
12823 1998-09-29 Simon Marshall <simon@gnu.org>
12824
12825 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12826 comint-exec-hook.
12827
12828 1998-09-29 Stephen Eglen <stephen@gnu.org>
12829
12830 * info-look.el: Add support for Octave.
12831
12832 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12833
12834 * textmodes/reftex.el (reftex-finding-files): New customize group.
12835 (reftex-texpath-environment-variables,
12836 reftex-use-external-file-finders, reftex-external-file-finders,
12837 reftex-search-unrecursed-path-first): New options.
12838 (reftex-process-string, reftex-find-file-externally): New
12839 functions.
12840 (reftex-access-search-path): Execute shell commands to find the
12841 search path.
12842 (reftex-toggle-auto-view-crossref): When turning on, make sure
12843 `reftex-auto-view-crossref' becomes non-nil.
12844 (reftex-abbrev-regexp): Constant removed.
12845 (reftex-convert-string): Abbrev regexp calculated locally.
12846
12847 1998-09-28 Dave Love <fx@gnu.org>
12848
12849 * progmodes/fortran.el: Don't call regexp-opt when deriving
12850 font-lock patterns with keywords that aren't all literal.
12851
12852 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12853
12854 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12855 the form `octave.bin:1>' which come from using precopiled binary
12856 versions.
12857
12858 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12859
12860 * help.el (help-for-help): Use %THIS-KEY%.
12861 (help-quit): Add doc.
12862
12863 * help-macro.el (make-help-screen): Keep HELP-TEXT
12864 in a separate function definition, not in the help command FNAME.
12865 Replace %THIS-KEY% with the key sequence that ran FNAME.
12866
12867 1998-09-25 Richard Stallman <rms@gnu.org>
12868
12869 * textmodes/texinfo.el (texinfo-show-structure):
12870 Bind inhibit-read-only.
12871
12872 * isearch.el (isearch-search-and-update): Properly
12873 handle upper case letters in the reverse-search special case.
12874
12875 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12876
12877 * gnus.el: Extend the list of autoloaded functions.
12878
12879 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12880 buffer before creating help group. (from Gnus v5.6.43, fix by
12881 1998-08-20 Per Starback <starback@update.uu.se>)
12882
12883 * gnus-util.el (gnus-output-to-rmail): Adjust to
12884 `rmail-output-to-rmail-file'.
12885
12886 1998-09-25 Karl Heuer <kwzh@gnu.org>
12887
12888 * hexl.el (hexl-mode-map): More of previous change.
12889
12890 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12891 (tex-start-tex): Don't use tex-start-options-string in star case.
12892 Quote file name in star case as well as in non-star.
12893 Add blank and quoting of option string here.
12894 (tex-start-options-string): Not here.
12895
12896 1998-09-23 Karl Heuer <kwzh@gnu.org>
12897
12898 * term.el (term-delimiter-argument-list): Doc fix.
12899 (term-emulate-terminal): Escape literal semicolon.
12900 * progmodes/asm-mode.el (asm-mode): Doc fix.
12901 (asm-comment-char): Escape literal semicolon.
12902 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12903
12904 1998-09-23 Richard Stallman <rms@gnu.org>
12905
12906 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12907 only those that normally modify the buffer.
12908
12909 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12910 over again.
12911
12912 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12913
12914 * ispell.el (check-ispell-version): Ensure same buffer is current
12915 when let-binding of case-fold-search ends.
12916
12917 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12918
12919 * ps-print.el: Skip invisible overlay.
12920 Test for set-buffer-multibyte rather than using mule-version.
12921 (ps-print-version): New version number (4.1) and doc fix.
12922 (ps-generate-postscript-with-faces): Skip invisible overlay.
12923
12924 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12925
12926 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12927
12928 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12929
12930 * international/quail.el (quail-update-guidance): Check for the
12931 return value of (quail-guidance) fixed.
12932 (quail-update-translation): Bind quail-current-str locally when it
12933 calls quail-update-guidance.
12934 (quail-update-translation): If input-method-exit-on-first-char is
12935 non-nil, terminate translation only when the current input method
12936 is simple.
12937
12938 1998-09-22 Paul Eggert <eggert@twinsun.com>
12939
12940 * startup.el (locale-translation-file-name): Prefer X-related names
12941 to the name used by GNU/Linux sans X. Set to nil if no file found.
12942 (command-line): Use locale-translation-file-name if it is not nil,
12943 instead of testing for its existence again.
12944 regexp-quote the ctype before using it in a regexp.
12945 Allow a colon to appear after the ctype in the aliases file,
12946 as is done in X11R6.4.
12947
12948 1998-09-21 Richard Stallman <rms@gnu.org>
12949
12950 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12951
12952 * calendar/appt.el (appt-interval): Variable deleted.
12953 (appt-check): For minutes in between appt-display-interval times,
12954 do check, but don't display anything except an updated mode line.
12955 Count against appt-display-interval based on minutes since
12956 first display of this appointment, not based on time of day.
12957 If appt-display-mode-line, force mode line redisplay
12958 whenever appt-mode-string has changed.
12959 (appt-add, appt-delete): Add autoload cookies.
12960 (appt-check): Catch errors from calling `diary'.
12961 (appt-max-time): Renamed from max-time.
12962 (appt-now-displayed, appt-display-count): New variables.
12963 (appt-timer): Don't create one if we already have one.
12964
12965 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12966 More general code to use the source buffer instead of the zap file.
12967
12968 * hilit-chg.el (highlight-compare-with-file): Renamed from
12969 compare-with-file.
12970
12971 * loadhist.el (load-history-loaded): New variable.
12972 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12973
12974 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12975
12976 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12977 Fix error messages.
12978
12979 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12980
12981 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12982 Emacs frame.
12983
12984 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12985
12986 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12987 `undecided' and `undecided-unix'.
12988
12989 1998-09-21 Dave Love <fx@gnu.org>
12990
12991 * help.el (help-make-xrefs): Fix typo affecting Info references.
12992
12993 * subr.el (remove-hook): Check list values to avoid errors.
12994
12995 1998-09-18 Noah Friedman <friedman@splode.com>
12996
12997 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12998 store string in eldoc-last-message without consing a new string.
12999 Rearrange logic from nested if's into cond's.
13000 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
13001 Do not print message; just return string.
13002 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
13003 Do not print message; just return string.
13004 Cache that string in eldoc-last-data.
13005 (eldoc-last-data): Make into a vector.
13006 (eldoc-get-fnsym-args-string): Use new data form of structure.
13007 (eldoc-get-var-docstring): Here also.
13008 (eldoc-last-data-store): New function.
13009 (eldoc-get-fnsym-args-string): Use it.
13010 (eldoc-get-var-docstring): Here also.
13011 (eldoc-docstring-first-line): Minimize interim string consing.
13012 Call substitute-command-keys on the result.
13013 (eldoc-print-var-docstrings, eldoc-print-docstring,
13014 eldoc-docstring-message): Functions removed.
13015 (eldoc-docstring-format-sym-doc): New function, functionality
13016 ripped out of eldoc-docstring-message.
13017 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13018
13019 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13020
13021 * international/mule.el (make-coding-system): Doc-string modified.
13022
13023 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13024
13025 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13026
13027 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13028 customize type.
13029
13030 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13031 type.
13032
13033 * progmodes/compile.el (compilation-error-screen-columns): New
13034 variable.
13035 (compilation-next-error-locus): Use it to decide whether to use
13036 forward-char or move-to-column.
13037
13038 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13039
13040 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13041 feedmail-fiddle-plex-user-list,
13042 feedmail-spray-address-fiddle-plex-list,
13043 feedmail-prompt-before-queue-user-alist,
13044 feedmail-prompt-before-queue-help-supplement,
13045 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13046 feedmail-queue-alternative-mail-header-separator): Fix customize
13047 type.
13048
13049 * startup.el (site-run-file): Fix customize type.
13050
13051 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13052 customize type.
13053
13054 * shell.el (shell-input-autoexpand): Fix customize type.
13055
13056 * ps-print.el (ps-font-info-database): Add missing dots in value.
13057 Improve layout of customize type.
13058
13059 * net-utils.el (traceroute-program-options, ping-program-options,
13060 ipconfig-program-options, netstat-program-options,
13061 arp-program-options, route-program-options,
13062 nslookup-program-options, ftp-program-options): Fix customize
13063 type.
13064
13065 * midnight.el (clean-buffer-list-kill-regexps,
13066 clean-buffer-list-kill-buffer-names,
13067 clean-buffer-list-kill-never-buffer-names,
13068 clean-buffer-list-kill-never-regexps): Fix customize type.
13069
13070 * man.el (Man-init-defvars): Avoid trailing nil on
13071 Man-filter-list.
13072
13073 * lpr.el (printer-name): Fix customize type.
13074
13075 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13076
13077 * international/mule-cmds.el (reset-language-environment): Call
13078 update-coding-systems-internal.
13079
13080 * international/mule-conf.el: Call update-coding-systems-internal
13081 at the tail.
13082
13083 1998-09-14 Dave Love <fx@gnu.org>
13084
13085 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13086 use the menu-enable properties, pending doing it correctly and
13087 acceptably fast.
13088
13089 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13090
13091 1998-09-13 Dave Love <d.love@dl.ac.uk>
13092
13093 * progmodes/hideshow.el (hs-grok-mode-type): Check
13094 comment-{start,end} non-nil as well as bound. Report an error if
13095 we can't grok the mode.
13096
13097 1998-09-13 Richard Stallman <rms@gnu.org>
13098
13099 * simple.el (blink-matching-open): Don't log paren matching
13100 messages in *Messages*.
13101
13102 1998-09-12 Richard Stallman <rms@gnu.org>
13103
13104 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13105 Set point-before-scroll at end even if there was an error.
13106
13107 * ange-ftp.el (ange-ftp-insert-file-contents):
13108 Use binary mode for dumb-unix hosts as for unix hosts.
13109 (ange-ftp-copy-file-internal): Likewise.
13110
13111 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13112
13113 * emacs-lisp/pp.el: Doc fixes.
13114
13115 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13116 (widget-choose): Don't use single-char shortcuts if # items
13117 exceeds that many. Use minibuffer instead.
13118
13119 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13120
13121 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13122
13123 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13124
13125 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13126 in terminal mode.
13127
13128 1998-09-10 Noah Friedman <friedman@splode.com>
13129
13130 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13131 defcustom declaration. It's wreaking too much havoc with XEmacs
13132 and older versions of Emacs, which share this code.
13133
13134 * type-break.el (type-break-mode): Here also.
13135
13136 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13137 `t' to add-hook also to modify the new local value.
13138
13139 1998-09-10 Dave Love <fx@gnu.org>
13140
13141 * vc.el (vc-insert-headers): Doc fix.
13142
13143 1998-09-10 Richard Stallman <rms@gnu.org>
13144
13145 * textmodes/flyspell.el (flyspell-mode-on): Make the
13146 ispell-... variables permanent locals.
13147 (flyspell-mode-off): Add autoload cookie.
13148
13149 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13150 do use binary mode, just as for `unix'.
13151 (ange-ftp-host-type): If HOST is nil, return `unix'.
13152
13153 * dired.el (dired-mark-files-containing-regexp):
13154 Don't scan directories. Ignore non-readable files.
13155
13156 * progmodes/compile.el (compilation-error-regexp-alist):
13157 Fix previous change: allow . and _ in command name.
13158
13159 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13160
13161 * uncompress.el (uncompress-while-visiting):
13162 Use just the car of what find-operation-coding-system returns.
13163
13164 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13165
13166 * shell.el (shell-file-name-quote-list): Add # to the value.
13167
13168 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13169
13170 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13171 to make killing of ispell process work even if
13172 kill-all-local-variables has been run.
13173
13174 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13175
13176 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13177 loop when sexp entry ends at end of file with no newline.
13178
13179 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13180
13181 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13182 (Custom-reset-standard): Fix menu inconsistency.
13183
13184 * mail/feedmail.el (feedmail-from-line): Allow t.
13185 (feedmail-message-id-suffix): Allow nil.
13186
13187 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13188 Simplify. Make prefix arg work right.
13189
13190 1998-09-09 Dave Love <fx@gnu.org>
13191
13192 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13193
13194 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13195
13196 1998-09-08 Dave Love <fx@gnu.org>
13197
13198 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13199 stuff only after file names or at start of line. Allow parens
13200 around e-mail, as well as angles.
13201
13202 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13203 ignore-errors too, eval'd when compile. Require w3 stuff at load
13204 time for nicer failure if it's not available.
13205
13206 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13207
13208 * comint.el (comint-arguments): Ignore backslashes when using
13209 w32 shells that expect backslashes as the directory separator.
13210
13211 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13212
13213 * international/fontset.el (resolved-ascii-font): New variable.
13214 (x-complement-fontset-spec): By side effect, set
13215 `resolved-ascii-font' to the resolved name of ASCII font."
13216 (create-fontset-from-fontset-spec): Don't get a value for
13217 resolved-ascii-font from the list full-fontlist. It is set by
13218 x-complement-fontset-spec now.
13219
13220 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13221 version, check the value of mule-version.
13222
13223 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13224
13225 * textmodes/reftex.el (reftex-view-crossref): Split up into
13226 several functions. No longer moves to find a macro.
13227 (reftex-view-cr-cite, reftex-view-cr-ref,
13228 reftex-end-of-bib-entry): New functions.
13229 (reftex-auto-view-crossref): New value `window' allowed.
13230 (reftex-view-crossref-when-idle): Process new `window' option in
13231 (reftex-translate-to-ascii-function): New default.
13232 (reftex-label-illegal-re): Default changed, removed Latin1.
13233 (reftex-latin1-to-ascii): New function.
13234 (reftex-what-environment): Check for section regexp before use.
13235 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13236 absolute path names.
13237 (reftex-TeX-master-file): Changed sequence of file checks.
13238 (reftex-do-citation): bibview cache only with RefTeX mode on.
13239
13240 1998-09-06 Richard Stallman <rms@gnu.org>
13241
13242 * progmodes/compile.el (compilation-error-regexp-alist):
13243 In first pattern (GNU utilities and other things),
13244 allow a space after the optional program name at the beginning.
13245
13246 * mail/mail-hist.el (mail-hist-current-header-contents):
13247 Fix previous change: use mail-header-end.
13248
13249 1998-09-06 Bill Richter <richter@math.nwu.edu>
13250
13251 * international/ccl.el: Doc fixes.
13252 * international/encoded-kb.el: Doc fixes.
13253 * international/fontset.el: Doc fixes.
13254 * international/kinsoku.el: Doc fixes.
13255 * international/kkc.el: Doc fixes.
13256 * international/mule-cmds.el: Doc fixes.
13257 * international/mule-conf.el: Doc fixes.
13258 * international/mule-util.el: Doc fixes.
13259 * international/mule.el: Doc fixes.
13260
13261 1998-09-05 Eric Ludlam <zappo@gnu.org>
13262
13263 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13264 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13265 (checkdoc-this-string-valid-engine): Permit ? as terminating
13266 punctuation for first line sentence breaking.
13267 (checkdoc-this-string-valid): When converting a comment into a doc
13268 string, make sure " chars are \".
13269 (checkdoc-sentencespace-region-engine): Only do double space check
13270 if based on the variable `sentence-end-double-space'
13271 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13272 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13273
13274 1998-09-04 Richard Stallman <rms@gnu.org>
13275
13276 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13277 Recognize define-skeleton as a function definer.
13278
13279 * cus-edit.el (customize-option): Refuse to customize
13280 a variable that has no defcustom. But if variable is autoloaded,
13281 first try to load the library that defines it.
13282
13283 * international/iso-insert.el: Use `string' before calling `insert'
13284 so that in multibyte buffers we insert multibyte chars.
13285
13286 * dired.el (dired-mark-files-containing-regexp):
13287 Don't use find-file; instead, insert the file in a temp buffer.
13288
13289 * textmodes/tex-mode.el (tex-start-options-string): New option.
13290 (tex-start-tex): Use that variable.
13291
13292 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13293 value in the `repeat' alternative a list.
13294
13295 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13296 the inserted newline, verify that one was really inserted.
13297
13298 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13299 remains on or remains off.
13300 (flyspell-multi-language-p): Default changed to nil.
13301
13302 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13303 In "found in comment" case, don't beginning-of-line after forward-line.
13304
13305 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13306 If the function definition is not a lambda, return original FORM
13307 with no error.
13308
13309 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13310
13311 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13312 so that by default netstat shows all network connections.
13313
13314 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13315
13316 * international/quail.el: Doc fixes.
13317
13318 * info.el (info): Don't add parens if FILE already has them.
13319
13320 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13321
13322 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13323 on extension lines.
13324
13325 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13326
13327 * w32-fns.el (w32-shell-dos-semantics): New function.
13328
13329 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13330
13331 * international/quail.el (quail-choose-completion-string): Store
13332 completion `choice' in `quail-current-str'; don't insert it.
13333
13334 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13335
13336 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13337 argument to ps-mule-generate-bitmap-font.
13338
13339 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13340 entry and change Latin-1 entry in the default value.
13341 (ps-mule-font-info-database-ps-bdf): New variable.
13342 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13343 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13344 registerd in FONT-SPEC.
13345 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13346 charcter width of bitmap fonts.
13347 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13348 procedure NF.
13349 (ps-begin-file): Output PostScript code for setting
13350 SpaceWidthRatio.
13351 (ps-plot-region): Use line-beginning-position to get a position of
13352 the beginning of the current line.
13353
13354 * international/mule-cmds.el (register-input-method): Doc-string
13355 modified.
13356
13357 1998-09-01 Dave Love <fx@gnu.org>
13358
13359 * international/mule-cmds.el (current-language-environment): Fix
13360 setter function.
13361
13362 1998-09-01 Simon Marshall <simon@gnu.org>
13363
13364 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13365 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13366 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13367 names with font-lock-type-face. Fontify type specs, etc., with
13368 font-lock-keyword-face.
13369
13370 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13371
13372 * international/fontset.el (x-complement-fontset-spec): If ASCII
13373 font is specified in FONTLIST, don't substitute it for the
13374 resolved name.
13375
13376 1998-08-31 Paul Eggert <eggert@twinsun.com>
13377
13378 * international/mule.el (charset-description): Doc fix.
13379
13380 * language/chinese.el, language/cyrillic.el, language/czech.el,
13381 language/devanagari.el, language/ethiopic.el,
13382 language/european.el, language/hebrew.el, language/indian.el,
13383 language/japanese.el, language/korean.el, language/lao.el,
13384 language/slovak.el, language/thai.el, language/tibetan.el,
13385 language/vietnamese.el:
13386 Add coding: local variable, to avoid bootstrapping problem
13387 if you need to recompile all the Lisp files using interpreted code.
13388
13389 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13390
13391 * cal-china.el (chinese-year-cache): Change range of years from
13392 1989-2000 to 1990-2010.
13393
13394 1998-08-29 Dave Love <d.love@dl.ac.uk>
13395
13396 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13397 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13398
13399 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13400
13401 * ps-print.el (ps-print-control-characters): Doc-string modified.
13402 (ps-output-string-prim): Comment format changed.
13403 (ps-do-despool): Indentation of source code changed.
13404
13405 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13406
13407 * subr.el (sref): Make it an alias of aref. Make the
13408 byte-compiler warn that it is obsolete.
13409 (char-bytes): Make the byte-compiler warn that it is obsolete.
13410
13411 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13412 Calculate the total bytes using position-bytes instead of
13413 char-bytes.
13414
13415 1998-08-27 Karl Heuer <kwzh@gnu.org>
13416
13417 * snmp-mode.el: New file.
13418 * files.el (auto-mode-alist): Add snmp-mode patterns.
13419
13420 1998-08-27 Karl Eichwalder <ke@suse.de>
13421
13422 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13423
13424 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13425
13426 * calendar/diary-lib.el (diary-block): Doc fix..
13427 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13428
13429 1998-08-27 Richard Stallman <rms@gnu.org>
13430
13431 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13432 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13433 Clear appt-mode-string if we don't put something in it.
13434
13435 1998-08-27 Dave Love <fx@gnu.org>
13436
13437 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13438 dired-local-variables-file for dired-x.
13439
13440 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13441 for compressed library files too.
13442
13443 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13444
13445 * language/european.el ("Latin-1"): Modify `documentation' key value.
13446 ("Latin-2"): Likewise.
13447
13448 1998-08-26 Karl Heuer <kwzh@gnu.org>
13449
13450 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13451
13452 1998-08-26 Albert L. Ting <alt@artisan.com>
13453
13454 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13455 (mail-hist-current-header-contents): Use mail-text-start.
13456
13457 1998-08-26 Richard Stallman <rms@gnu.org>
13458
13459 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13460 (customize-changed-options-previous-release): New variable.
13461 (customize-changed-options): Use that variable as default arg.
13462
13463 1998-08-26 Karl Eichwalder <ke@suse.de>
13464
13465 * midnight.el: Require `timer' not only when compiling.
13466
13467 1998-08-26 Per Starback <starback@update.uu.se>
13468
13469 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13470 buffer before creating help group.
13471
13472 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13473
13474 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13475 coding-system-for-write before saving.
13476
13477 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13478
13479 * isearch.el (isearch-forward): Doc fix.
13480
13481 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13482
13483 * emacs-lisp/find-func.el: Fix :version tags to have a string
13484 value, not a float.
13485
13486 * cus-dep.el: Fix typo in output.
13487
13488 1998-08-25 Dave Love <fx@gnu.org>
13489
13490 * repeat.el (repeat): Doc fix.
13491 [From rms:]
13492 (repeat-previous-repeated-command): New variable.
13493 (repeat): Check for real-last-command being null or repeat. Set
13494 repeat-previous-repeated-command.
13495
13496 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13497
13498 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13499
13500 * gnus/message.el (message-send-mail-with-sendmail): Bind
13501 coding-system-for-write by the return value of
13502 select-message-coding-system.
13503 (message-send-mail-with-qmail): Likewise.
13504
13505 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13506
13507 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13508 define-derived-mode.
13509
13510 * files.el (file-name-invalid-regexp):
13511 Fix regex for ms-dos without long file names.
13512
13513 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13514
13515 * ps-print.el: Multi-byte buffer handling.
13516 (ps-print-version): New version number (4.0) and doc fix.
13517 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13518 compilation for GNU Emacs and emacsens.
13519 (ps-generate-postscript-with-faces): Force invisible text to be
13520 visible.
13521 (dos-ps-printer): New var to avoid compilation gripes.
13522
13523 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13524
13525 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13526 that no more characters can't be printed in the current line.
13527
13528 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13529
13530 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13531 greater than TO.
13532
13533 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13534
13535 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13536 20.2 and the earlier version.
13537 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13538 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13539 (ps-mule-find-wrappoint): Likewise.
13540 (ps-mule-generate-font): Change `X' to `x' in format
13541 control-string.
13542 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13543 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13544 `restore' form procedures `BC' and `EC'.
13545
13546 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13547
13548 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13549 is an executable procedure. Make LineThickness, Xshadow, and
13550 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13551 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13552 ps-mule-font-info-database-bdf): New vars.
13553 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13554 (ccl-encode-ethio-unicode): New CCL program.
13555 (ps-mule-encode-ethiopic): New fun.
13556 (ps-mule-current-charset): New var.
13557 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13558 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13559 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13560 (ps-mule-external-libraries): New var.
13561 (ps-mule-init-external-library): New fun.
13562 (ps-mule-font-cache): New var.
13563 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13564 (ps-last-font): New var.
13565 (ps-mule-prepare-font): New fun.
13566 (ps-mule-charset-list): New var.
13567 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13568 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13569 ps-mule-plot-string): New funs.
13570 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13571 New vars.
13572 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13573 ps-mule-prepare-cmpchar-font): New funs.
13574 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13575 vars.
13576 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13577 ps-mule-generate-bitmap-glyph): New funs.
13578 (ps-mule-initialize, ps-mule-begin): New funs.
13579 (ps-output-string-prim): Insert string as unibyte.
13580 (ps-output-prologue): New fun.
13581 (ps-flush-output): Handle the case of 'prologue.
13582 (ps-begin-file): Call ps-mule-initialize.
13583 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13584 printing multibyte characters.
13585 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13586 (ps-basic-plot-string): Handle the case of printing ASCII
13587 characters by external libraries (e.g. BDF).
13588 (ps-set-font): Set ps-last-font.
13589 (ps-plot-region): Handle multibyte characters, use
13590 ps-mule-plot-string for them.
13591 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13592
13593 * bdf.el: New file.
13594
13595 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13596
13597 * international/mule-cmds.el (select-message-coding-system): New
13598 function.
13599 (set-language-environment-coding-systems): Set
13600 default-sendmail-coding-system.
13601
13602 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13603 (default-sendmail-coding-system): New variable.
13604 (sendmail-send-it): Encode the message by a coding system
13605 select-message-coding-system returns.
13606
13607 1998-08-23 Eric Ludlam <zappo@gnu.org>
13608
13609 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13610 (speedbar-mode): Set buffer to read only.
13611 (speedbar-temp-buffer-show-function): For emacs don't call hook
13612 with arguments.
13613 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13614
13615 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13616
13617 * speedbar.el (speedbar-key-map): Fix typo.
13618
13619 See ChangeLog.7 for earlier changes.