]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2000-05-26 Kenichi Handa <handa@etl.go.jp>
2
3 * international/fontset.el: Set family names of non-latin charsets
4 in default fontset to "*".
5
6 * international/mule-diag.el (print-fontset): Combine family part
7 and registry part of the fontname by "-*-" instead of "-".
8
9 * international/mule-cmds.el (encode-coding-char): Make strings
10 multibyte before calling encode-coding-string.
11
12 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
13
14 * derived.el: Fix keywords.
15 (define-derived-mode): Only define if needed.
16
17 * simple.el (fill-comment, comment-column, comment-start)
18 (comment-start-skip, comment-end, comment-indent-function)
19 (block-comment-start, block-comment-end, indent-for-comment)
20 (set-comment-column, kill-comment, comment-padding, comment-region)
21 (comment-multi-line, indent-new-comment-line): Remove.
22
23 * bindings.el (esc-map): Change ; to comment-dwim and use the new
24 function names for comment operations.
25
26 * newcomment.el: Add abundant autoload cookies.
27 (comment-style): Don't depend on runtime data at compile-time.
28 (comment-indent-hook): Remove.
29 (comment-indent): Check if comment-indent-hook is bound.
30 (comment-region): Docstring fix.
31
32 2000-05-25 Dave Love <fx@gnu.org>
33
34 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
35 byte-code-function-p.
36
37 * mail/rmailsum.el: Add provide.
38
39 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
40
41 * smerge-mode.el (smerge-diff-switches): Don't use list* in
42 defcustom.
43
44 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
45
46 * ediff-diff.el (ediff-exec-process): delete --binary option from
47 non-buffer ediff jobs.
48
49 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
50
51 * hilit-chg.el (highlight-changes-mode): Ask about color or
52 grayscale support, not about window-system.
53
54 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
55 window-system.
56 (ffap-highlight): Always default to t.
57
58 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
59 display-popup-menus-p instead of looking at window-system.
60
61 * disp-table.el (standard-display-g1, standard-display-graphic):
62 Only refuse to use string glyphs on X and MS-Windows.
63
64 * avoid.el: Remove window-system from commentary, suggest to use
65 display-*-p instead.
66
67 * apropos.el (apropos-print): Use display-mouse-p instead of
68 window-system.
69
70 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * international/codepage.el (cp-decoding-vector-for-codepage):
73 Fill up unsupported characters with their own codes. From Kenichi
74 Handa.
75
76 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * international/mule-diag.el (describe-char-after): Use
79 display-graphic-p instead of window-system, so that this function
80 works on MS-DOS.
81
82 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
83
84 * international/codepage.el (cp-make-coding-systems-for-codepage):
85 Remove the eight-bit-graphic and eight-bit-control charsets from
86 the list of charsets which we convert into `?'.
87
88 2000-05-25 Kenichi Handa <handa@etl.go.jp>
89
90 * international/mule-conf.el: Specify CHARSET-ID explicitely for
91 private charsets.
92 (mule-unicode-0100-24ff, japanese-jisx0213-1,
93 japanese-jisx0213-2): New charsets.
94
95 * international/fontset.el: Setup default fontset for new charsets.
96
97 2000-05-24 Dave Love <fx@gnu.org>
98
99 * info.el (Info-find-node-2): Restructure [following "Vadim
100 S. Solomin" <sovs@uic.nnov.ru>].
101
102 * icomplete.el: Fix header for Finder.
103
104 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
105
106 * rmailout.el (rmail-output-to-rmail-file): Added optional param
107 STAY.
108
109 * rmail.el (rmail-automatic-folder-directives): New user variable.
110 (rmail-show-message): Add call to `rmail-auto-file' during
111 display.
112 (rmail-auto-file): New function.
113
114 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
115
116 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
117 account.
118 (ediff-test-utility,ediff-diff-mandatory-option)
119 (ediff-reset-diff-options): Utilities for proper initialization of
120 ediff-diff-options and ediff-diff3-options on Windows.
121
122 * ediff-init.el (ediff-merge-filename-prefix): New customizable
123 variable.
124
125 * ediff-mult.el (ediff-filegroup-action): Use
126 ediff-merge-filename-prefix.
127
128 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
129
130 * viper-ex.el (ex-write): Set selective display to nil.
131
132 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
133
134 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
135 aliases for hebrew-iso-8bit.
136
137 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * woman.el: New version from Francis J. Wright
140 <F.J.Wright@Maths.QMW.ac.uk>.
141 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
142 names in environment variables regardless of the path separator.
143 (woman-topic-all-completions-1): Don't call file-name-directory-p
144 on all files, since woman-file-regexp already filters out any
145 directories.
146
147 2000-05-24 Kenichi Handa <handa@etl.go.jp>
148
149 * international/quail.el (quail-start-translation): Don't change
150 modified-p of the current buffer.
151 (quail-start-conversion): Likewise.
152
153 * international/kkc.el (kkc-region): Don't change modified-p of
154 the current buffer.
155
156 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
157 conform to RFC1468.
158 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
159
160 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
161
162 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
163 (speedbar-insert-button): Invisible text property fix.
164 (speedbar-directory-plus): Renamed from speedbar-directory-+
165 (speedbar-directory-minus): Renamed from speedbar-directory--
166 (speedbar-page-plus): Renamed from speedbar-file-+
167 (speedbar-page-minus): Renamed from speedbar-file--
168 (speedbar-page): Renamed from speedbar-file-
169 (speedbar-tag): Renamed from speedbar-tag-
170 (speedbar-tag-plus): Renamed from speedbar-tag-+
171 (speedbar-tag-minus): Renamed from speedbar-tag--
172 (speedbar-expand-image-button-alist): Use above renames.
173
174 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
175 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
176 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
177 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
178 * sb-pg.xpm: Renamed from sb-file.xpm
179 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
180 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
181
182 2000-05-24 Kenichi Handa <handa@etl.go.jp>
183
184 * international/quail.el (quail-show-guidance-buf): Set
185 current-input-method of the guidance buffer to the name of the
186 curren input method.
187
188 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
189
190 * progmodes/compile.el (compile-internal): Style typo.
191
192 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
193 quote vars and functions in the docstring.
194
195 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
196
197 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
198 Don't quote lambdas.
199
200 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
201
202 2000-05-23 Gerd Moellmann <gerd@gnu.org>
203
204 * startup.el (command-line): Determine source file of compiled
205 user init file differently. Warn if compiled user init file
206 is older than its source file.
207
208 * ffap.el (ffap-url-regexp): Add `https'.
209
210 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
211
212 * files.el (make-backup-file-name-1): Replace slashes with `!'
213 rather than `|' (which is not allowed on Windows). Replace the
214 drive letters with a string "drive_X".
215
216 2000-05-23 Gerd Moellmann <gerd@gnu.org>
217
218 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
219
220 * files.el (interpreter-mode-alist): Add `bash2'.
221
222 2000-05-22 Dave Love <fx@gnu.org>
223
224 * loadhist.el (feature-symbols, file-provides, file-requires): Use
225 mapc.
226 (feature-file): Avoid calling symbol-name. Doc fix.
227 (file-set-intersect, file-dependents): Use dolist, not mapcar.
228 (loadhist-hook-functions): Add mouse-position-function.
229 (unload-feature): Change uses of mapcar.
230
231 * files.el (parse-colon-path): Doc fix.
232 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
233 (set-auto-mode): Use mapc.
234
235 * complete.el (PC-look-for-include-file): Use :alnum: character
236 class.
237 (partial-completion-mode): Add autoload cookie.
238
239 2000-05-22 Sam Steingold <sds@gnu.org>
240
241 * info.el (Info-fontify-node): Fixed the call to
242 `add-text-properties' (bug introduced on 2000-05-18).
243
244 2000-05-22 Dave Love <fx@gnu.org>
245
246 * bindings.el: Remove debug-ignored-errors set in other files.
247
248 * progmodes/etags.el: Add to debug-ignored-errors.
249 (visit-tags-table-buffer): Clear out buffers holding old tables
250 when making a new list.
251 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
252 mapc.
253
254 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
255 quote keywords.
256 (cmpl-string-case-type): Use character classes.
257
258 * comint.el:
259 * textmodes/ispell.el:
260 * imenu.el:
261 * mail/mh-e.el:
262 * progmodes/compile.el: Add to debug-ignored-errors.
263
264 * dabbrev.el: Add to debug-ignored-errors.
265 (dabbrev-completion): Use mapc.
266
267 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
268
269 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
270 (woman-mapcan, woman-parse-man.conf)
271 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
272 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
273 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
274 path syntax better.
275 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
276 (woman-manpath): Call woman-parse-man.conf.
277 (woman-emulation): New defcustom, defaults to nroff.
278 (woman-font-support): New defconst.
279 (woman-use-symbol-font): New defcustom.
280 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
281 "Emulation".
282 Many functions: Doc fix.
283
284 2000-05-22 Kenichi Handa <handa@etl.go.jp>
285
286 * international/quail.el (quail-simple-translation-keymap): Map
287 128..255 to quail-self-insert-command.
288 (quail-keyboard-layout-alist): Add definition for "pc102-de".
289
290 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
291
292 * help.el (help-manyarg-func-alist): Typo.
293
294 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
295 intervals which makes it heaps simpler.
296
297 * newcomment.el (comment-region-internal): Go back to BEG after quoting
298 the nested comment markers.
299
300 * subr.el (remove-hook): Don't turn the hook's value into a list.
301
302 2000-05-21 Dave Love <fx@gnu.org>
303
304 * edmacro.el (edmacro-parse-keys): Return vector if any elements
305 are invalid characters.
306
307 * international/mule-util.el (detect-coding-with-priority): Use
308 mapc. Remove redundant lambda.
309
310 * international/mule-diag.el (list-non-iso-charset-chars)
311 (describe-fontset): Remove redundant lambda.
312
313 * emulation/crisp.el (brief-mode): New alias.
314
315 * emacs-lisp/ring.el (ring-elements): New function.
316
317 * emacs-lisp/easymenu.el (easy-menu-create-menu)
318 (easy-menu-do-add-item): Use keywordp.
319
320 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
321
322 * replace.el: Doc and error message fixes.
323 (replace-highlight): Use facep, not internal-find-face.
324
325 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
326
327 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
328
329 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
330 (log-edit-insert-changelog): Drop `:' as well.
331
332 * log-view.el: Fix file description.
333 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
334 available.
335 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
336 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
337
338 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
339 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
340 Print a status message if the toggle is called interactively.
341 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
342 for global minor modes and use `defcustom' for them.
343 Use add-minor-mode.
344 (easy-mmode-define-derived-mode): Remove.
345 (define-derived-mode): Fancier default docstring.
346 (easy-mmode-define-navigation): Signal an error rather than (ding).
347
348 * newcomment.el (comment-styles): New `box-multi'.
349 (comment-normalize-vars): Better default for comment-continue to
350 avoid whitespace-only continuations.
351 (comment-search-forward): Always move even in the no-syntax case.
352 (comment-padright): Only obey N if it's only obeyed for padleft.
353 (comment-make-extra-lines): Better handling of empty continuations.
354 Use `=' for the filler if comment-start has only one character.
355 (uncomment-region): Try handling the special `=' filler.
356 (comment-region): Allow LINES even if MULTI is nil.
357 (comment-box): Choose box style based on comment-style.
358
359 2000-05-20 Kenichi Handa <handa@etl.go.jp>
360
361 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
362 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
363
364 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
365
366 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
367 and insert, not subst-char-in-region.
368
369 * international/mule-diag.el (list-character-sets-1): Handle
370 charsets eight-bit-control and eight-bit-graphic.
371 (list-iso-charset-chars): Likewise.
372 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
373 charactes as is. Use indent-to to align characters.
374
375 * international/mule-cmds.el (find-multibyte-characters): Never
376 exclude charsets eight-bit-control and eight-bit-graphic.
377
378 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
379
380 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
381 Don't quote lambdas.
382
383 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
384
385 2000-05-19 Gerd Moellmann <gerd@gnu.org>
386
387 * gud.el (gud-jdb-directories): Doc fix.
388
389 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
390
391 * newcomment.el: New file.
392
393 2000-05-19 Gerd Moellmann <gerd@gnu.org>
394
395 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
396
397 2000-05-18 Andreas Schwab <schwab@suse.de>
398
399 * dired.el (dired-between-files): Also skip lines beginning with
400 `used'.
401
402 2000-05-18 Gerd Moellmann <gerd@gnu.org>
403
404 * msb.el (msb-menu-cond): Add choice `user'.
405
406 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
407
408 * ps-print.el: Compatibility, customization and doc fix.
409 (ps-printer-name-option): Replace defconst by defvar.
410 (ps-postscript-code-directory): XEmacs compatibility.
411 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
412 fix.
413 (ps-user-defined-prologue, ps-print-prologue-header)
414 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
415 compatibility and code fix.
416 (ps-print-background-image, ps-print-background-text):
417 Customization fix.
418 (ps-line-number-start, ps-n-up-on): New vars.
419
420 2000-05-18 Espen Skoglund <esk@ira.uka.de>
421
422 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
423 the indent-comment function to just return the appropriate indent.
424
425 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
426
427 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
428 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
429 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
430
431 2000-05-18 Dave Love <fx@gnu.org>
432
433 * info.el (Info-fontify-node): Add intangible property as well as
434 invisible.
435
436 * calendar/appt.el (appt-make-list): Match all lines of entry.
437 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
438
439 2000-05-18 Kenichi Handa <handa@etl.go.jp>
440
441 * international/mule-diag.el (describe-char-after): Call
442 internal-char-font, not char-font. If internal-char-font returns
443 nil, display "-- none --".
444
445 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
446
447 * image.el (image-type-available-p): Don't reference image-types
448 if it isn't bound.
449
450 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
451
452 * autoarg.el (autoarg-mode): Typo in the :set argument.
453
454 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * startup.el (command-line-1): Don't signal an error if the
457 directory for auto-save-list files does not yet exist.
458
459 2000-05-17 Kenichi Handa <handa@etl.go.jp>
460
461 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
462
463 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
464
465 * subr.el (remove-hook): `setq' hook-value, not `set'.
466
467 2000-05-16 Sam Steingold <sds@gnu.org>
468
469 * info.el (debug-ignored-errors): More errors to ignore.
470
471 2000-05-16 Dave Love <fx@gnu.org>
472
473 * cus-edit.el: Don't require cl or easymenu.
474 (custom-variable-prompt): Test standard-value property, not
475 user-variable-p.
476
477 2000-05-16 Sam Steingold <sds@gnu.org>
478
479 * subr.el (add-hook): `setq' hook-value, not `set'.
480
481 2000-05-16 Gerd Moellmann <gerd@gnu.org>
482
483 * startup.el (command-line-1): Mention the FAQ in the startup
484 message.
485
486 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
487
488 * progmodes/compile.el (compilation-parse-errors): Collect
489 `nomessage' regexps last.
490
491 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
492
493 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
494 to the function name.
495
496 2000-05-15 Dave Love <fx@gnu.org>
497
498 * speedbar.el (speedbar-recenter): Typo.
499 (speedbar-expand-line): Make arg optional.
500 (speedbar-mode): Avoid a compiler warning.
501
502 2000-05-15 Gerd Moellmann <gerd@gnu.org>
503
504 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
505 user-specified option string is empty.
506
507 * mouse.el (mouse-yank-at-click): Doc fix.
508
509 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
510
511 * term/internal.el (IT-character-translations): More updates of
512 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
513 documents.
514
515 2000-05-15 Gerd Moellmann <gerd@gnu.org>
516
517 * env.el (getenv): New function, interactively callable.
518 (setenv, getenv): Remove autoload cookies.
519
520 * loadup.el: Load `env'.
521
522 * progmodes/f90.el: Change author's mail address.
523
524 2000-05-14 Dave Love <fx@gnu.org>
525
526 * mail/rmail.el (rmail-show-message-hook): Customize and offer
527 goto-addr as an option.
528
529 * help.el (help-xref-stack): Doc fix.
530 (help-xref-following): New variable.
531 (help-make-xrefs): Use it.
532 (help-xref-go-back): Use position information from stack element.
533 (help-follow): Make position in stack element a pair. Use
534 help-xref-following.
535
536 * autoarg.el: New file.
537
538 * faces.el: Declare more functions obsolete.
539
540 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
541 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
542 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
543 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
544 Remove all the setup-...-environment functions.
545
546 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
547
548 * speedbar.el: Updated the commentary section. xemacs20p now uses
549 >= when detecting. Require `defimage' safely.
550 (speedbar-easymenu-definition-base): Add toggle for images.
551 (speedbar-easymenu-definition-special): Add flush cache & expand.
552 (speedbar-visiting-tag-hook): Set new defaults. Added options.
553 (speedbar-reconfigure-keymaps-hook): New variable.
554 (speedbar-frame-parameters): Updated documentation.
555 (speedbar-use-imenu-flag): Updated custom tag
556 (speedbar-dynamic-tags-function-list): New variable.
557 (speedbar-tag-hierarchy-method): Updated doc & custom.
558 (speedbar-indentation-width, speedbar-indentation-width) New
559 variables.
560 (speedbar-hide-button-brackets-flag): Customizable.
561 (speedbar-vc-indicator): Doc update.
562 (speedbar-ignored-path-expressions): Updated default value.
563 (speedbar-supported-extension-expressions): Updated default value.
564 (speedbar-syntax-table): Remove {} paren status.
565 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
566 as "+". Added overlay aliases.
567 (speedbar-mode): Use `speedbar-mode-line-update' instead of
568 `force-mode-line-update'.
569 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
570 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
571 `mouse-set-point'
572 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
573 (speedbar-item-info-tag-helper): Revamped to handle a wider range
574 of arbitrary text, and new helper functions.
575 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
576 filename finder.
577 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
578 (speedbar-directory-buttons): Update path search/expansion.
579 (speedbar-make-tag-line): Pay attention to
580 `speedbar-indentation-width'. Use more care w/ invisible
581 properties.
582 (speedbar-change-expand-button-char): Call
583 `speedbar-insert-image-button-maybe'.
584 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
585 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
586 (speedbar-trim-words-tag-hierarchy)
587 (speedbar-simple-group-tag-hierarchy): New functions
588 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
589 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
590 functions.
591 (speedbar-mouse-set-point): New function
592 (speedbar-power-click): Updated documentation.
593 (speedbar-line-token, speedbar-goto-this-file): Handle more types
594 of tag prefix text.
595 (speedbar-expand-line, speedbar-contract-line): Make more robust
596 to strange text.
597 (speedbar-expand-line): Takes universal argument to flush the
598 cache.
599 (speedbar-flush-expand-line): New function.
600 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
601 Use new generator insertion method.
602 (speedbar-fetch-dynamic-tags): New function.
603 (speedbar-fetch-dynamic-imenu): Removed code now handled in
604 `speedbar-fetch-dynamic-imenu'.
605 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
606 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
607 "Revert Buffer" menu items.
608 (speedbar-buffer-buttons-engine): Be smarter when creating a
609 filename tag (for expansion purposes.).
610 (speedbar-highlight-one-tag-line,
611 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
612 (speedbar-recenter): New functions.
613 (defimage-speedbar): Image loading abstraction.
614 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
615 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
616 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
617 (speedbar-tag-type, speedbar-tag-mail): New images.
618 (speedbar-expand-image-button-alist): New variable.
619 (speedbar-insert-image-button-maybe): Insert an image over some
620 buttons.
621
622 2000-05-13 Kenichi Handa <handa@etl.go.jp>
623
624 * international/mule-cmds.el (encode-coding-char): An ASCII
625 character is always encodable.
626
627 * international/mule-conf.el: Add more information in descriptions
628 of character sets.
629
630 * international/mule-diag.el (describe-char-after): New function.
631 (describe-font-internal): Adjusted for the change of font-info.
632 (describe-font): Likewise.
633 (print-fontset): Rewritten for the new fontset implementation.
634 (describe-fontset): Include fontset alias names in completion.
635 (list-fontsets): Adjusted for the change of print-fontset.
636
637 * simple.el (what-cursor-position): If DETAIL is non-nil, call
638 describe-char-after instead of displaying the detail in the echo
639 area.
640 (syntax-code-table): Format changed.
641 (string-to-syntax): Adjusted for the above change.
642
643 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
644
645 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
646
647 2000-05-12 Dave Love <fx@gnu.org>
648
649 * calendar/todo-mode.el: Remove some compatibility stuff and CL
650 dependence. Use line-{beginning,end}-position, not
651 point-at{b,e}ol. Some doc fixes.
652 (todo-position): New function. Fix callers of position to use it.
653 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
654
655 2000-05-12 Gerd Moellmann <gerd@gnu.org>
656
657 * time.el (display-time-mail-icon): Use `:ascent center'.
658
659 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
660 handling FTP security extensions.
661
662 2000-05-11 Dave Love <fx@gnu.org>
663
664 * calendar/todo-mode.el: New file.
665
666 2000-05-11 Gerd Moellmann <gerd@gnu.org>
667
668 * comint.el (comint-read-input-ring): Move reference to
669 comint-input-ring-size outside of the save-excursion. It was
670 causing the default value to be the only one ever seen.
671
672 * font-lock.el: Update copyright. Remove Simon Marshall's email
673 address on request from him.
674
675 * subr.el (substitute-key-definition): Add comment describing
676 the meaning of PREFIX.
677
678 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
679
680 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
681
682 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
683 (add-minor-mode): Don't make the variable buffer-local and add a
684 reference to define-minor-mode in the docstring.
685
686 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
687 HEADER/FOOTER and fix bug with trailing empty directory.
688 (cvs-append-to-ignore): Use vc-editable-p if available.
689 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
690 (vc-do-command): Tweak advice to handle the new VC.
691
692 * log-view.el (log-view-goto-rev): New function for the new VC.
693 (log-view-minor-wrap): Use mark-active.
694
695 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
696 (log-edit-changelog-full-paragraphs): New var.
697 (log-edit-insert-changelog): Remove a lonely leading `* file'.
698 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
699 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
700 (log-edit-changelog-ours-p, log-edit-changelog-entries)
701 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
702 Replace the `cvs' prefix with `log-edit'.
703
704 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
705
706 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
707 (diff-font-lock-defaults): Explicitly turn off multiline.
708 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
709 (diff-ediff-patch): Fix call to ediff-patch-file.
710 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
711 Handle comments.
712
713 * frame.el (automatic-hscrolling): Typo.
714
715 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
716
717 2000-05-09 Sam Steingold <sds@goems.com>
718
719 * apropos.el (apropos-print): use `describe-face' instead of
720 `customize-face-other-window'.
721
722 2000-05-09 Dave Love <fx@gnu.org>
723
724 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
725
726 * help.el (describe-variable): Have customize button pop the
727 help-xref stack when invoked.
728 (help-xref-symbol-regexp): Add `face'.
729 (help-make-xrefs): Check for quoted face names and adapt regexp
730 submatch numbers to cope.
731 (help-xref-interned): Maybe insert face doc too. Separate
732 sections with a line of hyphens.
733
734 * faces.el: Some doc fixes. Declare some functions obsolete.
735 (describe-face): Add customize button. Return the help
736 text. Fix prompt.
737
738 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
739
740 * term/internal.el (IT-character-translations): Fix last change.
741
742 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
743
744 * woman.el: New file
745 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
746
747 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
748
749 * term/internal.el (IT-character-translations): Update ASCII
750 simulations for greek-iso8859-7, add latin-iso8859-14 and
751 latin-iso8859-15.
752
753 * international/mule-cmds.el (set-language-info-alist): Call
754 define-prefix-command with 3 arguments, to make the map suitable
755 for a menu.
756
757 2000-05-07 Dave Love <fx@gnu.org>
758
759 * time.el: Small doc fixes from Pavel Janík ml..
760
761 2000-05-05 Dave Love <fx@gnu.org>
762
763 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
764 list in doc string. Don't quote keyword symbols.
765 * emacs-lisp/cl.el: Likewise
766 * emacs-lisp/cl-seq.el: Likewise
767
768 2000-05-05 Gerd Moellmann <gerd@gnu.org>
769
770 * abbrev.el (abbrev-mode): Make ARG optional.
771
772 2000-05-04 Gerd Moellmann <gerd@gnu.org>
773
774 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
775
776 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
777
778 * subr.el (substitute-key-definition): Clarify documentation.
779
780 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
781
782 * glasses.el (glasses-convert-to-unreadable): Use
783 `glasses-separator' instead of the hard-wired "_".
784 (glasses-mode): Call `glasses-make-unreadable' only in a single
785 place.
786
787 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
788
789 * term/internal.el (cjk-codepages-alist): Add associations for
790 Chinese and Korean codepages. Remove FIXME comment.
791
792 2000-05-03 Dave Love <fx@gnu.org>
793
794 * time.el (display-time-mail-face, display-time-use-mail-icon):
795 New option.
796 (display-time-mail-icon): New variable.
797 (display-time-string-forms): Use the above. Fix the local-map.
798
799 2000-05-03 Gerd Moellmann <gerd@gnu.org>
800
801 * replace.el (query-replace-map): Add binding for `E'.
802 (query-replace-help): Extend help text.
803 (perform-replace): Allow editing the replacement string.
804
805 * make-mode.el (makefile-mode-abbrev-table): New variable.
806 (makefile-mode): Set local abbrev table to
807 makefile-mode-abbrev-table.
808 (makefile-font-lock-keywords): Fontify includes and conditionals.
809
810 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
811 set TOGGLE's value.
812
813 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
814 mail-interactive-insert-alias.
815 (mail-abbrev-complete-alias): New command.
816 (mail-mode-map): Bind it to `M-TAB'.
817
818 2000-05-03 Kenichi Handa <handa@etl.go.jp>
819
820 * language/lao-util.el (lao-compose-region): New function.
821
822 2000-05-02 Gerd Moellmann <gerd@gnu.org>
823
824 * files.el (recover-session): Make directories as necessary
825 if they don't exist yet.
826
827 * calendar/cal-french.el
828 (french-calendar-multibyte-special-days-array)
829 (french-calendar-special-days-array): Change French text.
830 (calendar-french-date-string): Change output.
831 (calendar-goto-french-date): Likewise.
832
833 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
834
835 * wid-edit.el (widget-default-active): Obey `:always-active'.
836 (widget-documentation-string-value-create): Set `:always-active'.
837
838 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
839
840 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
841 default prefix to `~/_emacs.d/auto-save.list/_s'.
842 (normal-top-level): Create the directory for auto-save files, if
843 it doesn't already exist (in the ms-dos case only).
844
845 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
846
847 * international/mule-cmds.el (set-language-environment): Don't
848 concat an integer (dos-codepage), use format instead.
849
850 2000-05-02 Dave Love <fx@gnu.org>
851
852 * help.el (help-xref-on-pp): Check for constant symbols.
853
854 2000-04-29 Gerd Moellmann <gerd@gnu.org>
855
856 * startup.el (normal-top-level): Put a condition-case around
857 the code loading subdirs.el.
858
859 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
860
861 * ps-print.el: Upside-down and face background color printing,
862 line number step, doc fix.
863 (ps-print-version): New version number (5.2).
864 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
865 (ps-face-attribute-list, ps-plot-with-face): Code fix.
866 (ps-spool-config): Var fix.
867 (ps-printer-name-option): Const fix.
868 (ps-print-upside-down, ps-use-face-background)
869 (ps-line-number-step): New vars.
870 (ps-window-system, ps-lp-system): New consts.
871 (ps-face-background): New fun.
872
873 2000-04-28 Richard Stallman <rms@gnu.org>
874
875 * files.el (make-auto-save-file-name):
876 Apply auto-save-file-name-transforms to visited file name
877 before generating auto save file name.
878 (auto-save-file-name-transforms): New variable.
879
880 * files.el (backup-enable-predicate):
881 Correctly test for a file under a temporary directory.
882
883 2000-04-28 Gerd Moellmann <gerd@gnu.org>
884
885 * subr.el (add-minor-mode): Rewritten.
886
887 2000-04-28 Kenichi Handa <handa@etl.go.jp>
888
889 * mail/sendmail.el (sendmail-send-it): Set
890 buffer-file-coding-system to the selected coding system for MIME
891 header.
892
893 2000-04-27 Gerd Moellmann <gerd@gnu.org>
894
895 * dired.el (dired-move-to-filename-regexp): Allow format where
896 YYYY is followed by two spaces.
897
898 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
899 in the second character class of the regexp.
900
901 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
902 mh-etc, too.
903
904 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
905 nil.
906
907 * subr.el (add-minor-mode): Use `set' instead of `setq'.
908
909 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
910 argument.
911
912 2000-04-27 Sen Nagata <sen@eccosys.com>
913
914 * emacs-lisp/crm.el (crm-completion-table): New variable.
915 (crm-collection-fn, crm-test-completion)
916 (completing-read-multiple): Use it.
917
918 2000-04-27 Dave Love <fx@gnu.org>
919
920 * help.el (locate-library): Use mapc.
921 (help-manyarg-func-alist): Add call-process-region.
922
923 2000-04-26 Gerd Moellmann <gerd@gnu.org>
924
925 * subr.el (add-minor-mode): Make argument MAP optional.
926
927 * desktop.el (desktop-save): Save list of minor modes.
928 (desktop-create-buffer): Restore minor modes.
929 (desktop-minor-mode-table): New user-option.
930
931 * subr.el (add-minor-mode): New function.
932
933 * image.el (find-image): New function.
934 (defimage): Rewritten to find image at load time.
935
936 * startup.el (normal-top-level-add-to-load-path): Handle
937 case that the default directory is not in load-path.
938
939 * help.el: Old patch from Stefan Monnier.
940 (help-xref-on-pp): New function.
941 (describe-variable): Use it to display xrefs in a symbol's value.
942
943 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
944
945 * cus-edit.el (custom-face): Fix parenthesis.
946
947 2000-04-26 Kenichi Handa <handa@etl.go.jp>
948
949 * mail/rmail.el (rmail-expunge): When there are no deleted
950 messages, do nothing.
951
952 2000-04-26 Dave Love <fx@gnu.org>
953
954 * international/mule-cmds.el (locale-translation-file-name):
955 Defvar to nil.
956 (set-locale-environment): Set it here (at runtime).
957
958 2000-04-25 Gerd Moellmann <gerd@gnu.org>
959
960 * replace.el (perform-replace): Add parameters START and END. Use
961 them instead of the check for a region in Transient Mark mode.
962 (query-replace-read-args): Return two more list elements for the
963 start and end of the region in Transient Mark mode.
964 (query-replace, query-replace-regexp, query-replace-regexp-eval)
965 (map-query-replace-regexp, replace-string, replace-regexp): Add
966 optional last arguments START and END and pass them to
967 perform-replace.
968
969 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
970 form with additional arguments for perform-replace.
971
972 * progmodes/etags.el (tags-query-replace): Add parameters START
973 and END. Construct a form with additional arguments for
974 perform-replace.
975
976 * simple.el (shell-command): Set default directory for "*Shell
977 Command Output" buffer.
978
979 * language/european.el (iso-latin-4): Fix typo.
980
981 * emacs-lisp/crm.el: New file.
982
983 2000-04-24 Dave Love <fx@gnu.org>
984
985 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
986 (Custom-reset-saved, Custom-reset-standard)
987 (custom-group-value-create, custom-group-set, custom-group-save)
988 (custom-group-reset-current, custom-group-reset-saved)
989 (custom-group-reset-standard): Use mapc.
990 (custom-buffer-create-internal): Disable undo when creating items.
991 Use mapc.
992 (custom-face): Avoid redundant lambda.
993
994 2000-04-24 Gerd Moellmann <gerd@gnu.org>
995
996 * startup.el (auto-save-list-file-prefix): Set default to
997 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
998
999 2000-04-24 Sam Steingold <sds@gnu.org>
1000
1001 * time-stamp.el (time-stamp-string-preprocess): Always convert
1002 `field-result' to a string.
1003
1004 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1005
1006 * frame.el (scrolling): New group.
1007 (automatic-hscrolling): New user-option.
1008
1009 * startup.el (command-line-x-option-alist): Add `-lsp' and
1010 `--line-spacing'.
1011
1012 2000-04-19 Dave Love <fx@gnu.org>
1013
1014 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1015 (cl-mapc): Rename from mapc. Fix the funcall.
1016
1017 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1018
1019 * simple.el (clone-indirect-buffer-other-window): New command.
1020 (clone-indirect-buffer): Add optional arg NORECROD.
1021 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1022
1023 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1024
1025 * window.el (count-screen-lines): New function.
1026 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1027 instead of window-buffer-height.
1028
1029 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1030 non-existing variable comint-input-sentinel.
1031 (inferior-lisp-args-to-list): Removed.
1032 (inferior-lisp): Use split-string instead of
1033 inferior-lisp-args-to-list.
1034
1035 * hexl.el (hexl-insert-hex-string): New command.
1036
1037 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1038 instead of concat.
1039
1040 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1041
1042 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1043 at the start of an existing but empty folder.
1044
1045 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1046
1047 * ps-mule.el: Customization fix, doc fix.
1048 (ps-multibyte-buffer): Customization fix.
1049
1050 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1051
1052 * subr.el (read-passwd): Use read-char-exclusive.
1053
1054 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1055
1056 * textmodes/texinfo.el (texinfo-insert-@email)
1057 (texinfo-insert-@emph, texinfo-insert-@quotation)
1058 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1059 (texinfo-mode-map): Add key bindings for them.
1060
1061 * files.el (basic-save-buffer-2): Use a template with `$'
1062 instead of `#' for VMS.
1063
1064 * simple.el (clone-indirect-buffer): New function.
1065
1066 2000-04-16 Stephen Eglen <stephen@gnu.org>
1067
1068 * iswitchb.el (iswitchb-case): New function. If the user input
1069 contains any upper-case characters, the search is made
1070 case-sensitive.
1071
1072 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1073
1074 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1075 comment-end.
1076 (texinfo-font-lock-syntactic-keywords): New var.
1077 (texinfo-font-lock-keywords): Remove comment regexp.
1078 (texinfo-insert-block): New function.
1079 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1080 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1081 and font-lock-defaults. Use regexp-opt for outline-regexp.
1082 (texinfo-environments): New var.
1083 (texinfo-environment-regexp): Use regexp-opt and
1084 texinfo-environments.
1085
1086 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1087 ispell-process is bound since this might be eval'd before ispell
1088 is loaded.
1089 (ispell-message): Use a tiny bit less magic and a bit more hard
1090 data to figure out what kind of sc-cite-regexp to use.
1091
1092 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1093
1094 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1095 (insert-cyclic-diary-entry): Unquote the lambda.
1096
1097 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1098
1099 * files.el (backup-enable-predicate): Unquote the lambda.
1100
1101 * cus-edit.el (custom-face, face): Unquote the lambda.
1102
1103 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1104
1105 * ps-print.el: Check for line-beginning-position definition.
1106
1107 * ps-print.el: Fix counting lines in a region.
1108 (ps-print-version): New version number (5.1.5).
1109 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1110 (ps-printing-region): Fun code fix.
1111
1112 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1113
1114 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1115 to file-directory-p.
1116
1117 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1118
1119 * gud.el (gud-jdb-build-source-files-list): Check that directory
1120 exists before calling directory-files.
1121
1122 2000-04-13 Dave Love <fx@gnu.org>
1123
1124 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1125 syntax.
1126
1127 * emacs-lisp/cl-specs.el: Remove when, unless.
1128
1129 * emacs-lisp/cl-extra.el: Don't quote keywords.
1130 (cl-old-mapc): New variable.
1131 (mapc): Use it.
1132 (cl-map-intervals): Use with-current-buffer. Don't check for
1133 next-property-change.
1134 (cl-map-overlays): Use with-current-buffer.
1135 (cl-expt): Remove.
1136 (copy-tree, remprop): Define unconditionally.
1137
1138 * emacs-lisp/cl-compat.el (keywordp): Remove.
1139
1140 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1141 to use keywordp.
1142 (edebug-spec): Enable keywordp.
1143
1144 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1145 string-lessp.
1146
1147 * cus-start.el: Use keywordp.
1148
1149 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1150
1151 * diary-lib.el (include-other-diary-files): Fix the fix of
1152 2000-02-18 by doing a save-excursion.
1153
1154 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1155
1156 * ps-print.el: Customization fix, doc fix.
1157 (ps-print-version): New version number (5.1.4).
1158 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1159 (ps-print-preprint): Adjust code.
1160 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1161 (ps-print-prologue-header, ps-print-control-characters)
1162 (ps-spool-config): Customization fix.
1163
1164 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1165
1166 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1167 converted to the new menu-item format, names silightly changed,
1168 help strings added.
1169
1170 Support for spelling without async subprocesses:
1171
1172 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1173 (ispell-session-buffer): New variables.
1174 (ispell-start-process, ispell-process-status,
1175 ispell-accept-output, ispell-send-string): New functions, for
1176 Ispell invocation when async subprocesses aren't supported.
1177 (ispell-word, ispell-pdict-save, ispell-command-loop,
1178 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1179 to process-send-string with calls to ispell-send-string, and
1180 accept-process-output with ispell-accept-output.
1181 (ispell-init-process): Call ispell-process-status instead of
1182 process-status with.
1183 (ispell-init-process): Call ispell-start-process. Call
1184 ispell-accept-output and ispell-send-string. Don't call
1185 process-kill-without-query and kill-process if they are unbound.
1186 (ispell-async-processp): New function.
1187
1188 2000-04-12 Dave Love <fx@gnu.org>
1189
1190 * info.el: Add debug-ignored-errors.
1191 (Info-mode-menu): Add some items.
1192 (Info-directory): Add autoload cookie.
1193
1194 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1195 Modify `truncate-lines'. Make `describe-language-environment'
1196 always visible and add help. Modify `describe-key' help. Invoke
1197 Info-directory from `info'. New entry `emacs-manual'.
1198
1199 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1200
1201 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1202 propertized-buffer-identification.
1203 (ebrowse-update-member-buffer-mode-line): Likewise.
1204 (ebrowse--mode-strings): Removed.
1205 (ebrowse--mode-line-props): Removed.
1206
1207 * files.el (auto-mode-alist): Add `EBROWSE'.
1208
1209 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1210 space before testing for end of buffer.
1211 (ebrowse-load): Removed.
1212 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1213 (ebrowse-create-tree-buffer): Rewritten.
1214 (ebrowse-tree-mode): Read tree from buffer.
1215
1216 * progmodes/ebrowse-ffh.el: Removed.
1217
1218 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1219
1220 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1221
1222 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1223
1224 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1225 at the wrong place.
1226
1227 2000-04-09 Dave Love <fx@gnu.org>
1228
1229 * files.el (backup-enable-predicate): Use
1230 temporary-file-directory, small-temporary-file-directory.
1231 (make-backup-file-name-function, backup-directory-alist): New
1232 variables.
1233 (make-backup-file-name-1): New function.
1234 (make-backup-file-name): Use it.
1235 (find-backup-file-name): Likewise. Use format for clarity, not
1236 concat.
1237 (file-newest-backup): Use make-backup-file-name.
1238
1239 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1240
1241 * progmodes/ebrowse-ffh.el: New file.
1242
1243 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1244 to ebrowse-ffh.el.
1245 (ebrowse-load): Add autoload.
1246
1247 * finder.el (finder-commentary): Add autoload cookie.
1248
1249 * mail/rfc2368.el: Correct author's email address.
1250
1251 * progmodes/ebrowse.el: New file.
1252
1253 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1254 item help string.
1255 (easy-menu-do-add-item): Ditto.
1256 (easy-menu-define): Extend doc string.
1257
1258 * jit-lock.el (with-buffer-unmodified): Use
1259 restore-buffer-modified-p.
1260 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1261 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1262 with-buffer-unmodified.
1263
1264 2000-04-08 Dave Love <fx@gnu.org>
1265
1266 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1267 unless, when.
1268
1269 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1270
1271 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1272 (viper-flash-search-pattern): No operation when using Emacs
1273 doesn't support face.
1274 Use `viper-put-on-search-overlay'.
1275
1276 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1277
1278 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1279 like C-r.
1280
1281 * progmodes/make-mode.el: Some doc fixes.
1282 (makefile-mode-abbrev-table): New variable.
1283 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1284 (makefile-font-lock-keywords): Fontify includes and conditionals.
1285 (toplevel): Require `dabbrev' and `add-log' when compiling.
1286
1287 * replace.el (perform-replace): Don't move forward one char
1288 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1289 to do that because it leaves point 1 position after the last
1290 replacement, after everything has been replaced.
1291
1292 * jit-lock.el (with-buffer-unmodified): New macro.
1293 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1294 modified state.
1295 (jit-lock-function-1): Extracted from jit-lock-function; not
1296 preserving buffer's modified state.
1297 (jit-lock-function, jit-lock-stealth-fontify): Call
1298 jit-lock-function-1.
1299
1300 * mail/rfc2368.el: Remove supernumerary copyright line.
1301
1302 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1303
1304 * glasses.el: Provide facilities for inserting space before left
1305 parentheses and uncapitalization of identifiers.
1306 (glasses-mode): Try to remove old overlays in all cases.
1307
1308 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1309
1310 * progmodes/compile.el (compile-internal): Display the compilation
1311 buffer in a different frame, if it's already displayed there.
1312
1313 * mail/rfc2368.el: New file.
1314
1315 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1316 header and insert its value as mail body.
1317
1318 * subr.el (member-ignore-case): New function.
1319
1320 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1321 (dabbrev--find-expansion): Ignore buffers matching a regexp
1322 from dabbrev-ignored-regexps.
1323
1324 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1325 to extensions handled by gzip.
1326
1327 2000-04-03 Richard M. Stallman <rms@gnu.org>
1328
1329 * files.el (insert-directory): List the total free space
1330 along with the used space.
1331
1332 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1333 line is followed by one that matches CITATION-REGEXP, end the
1334 paragraph.
1335
1336 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1337
1338 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1339 (rmail-make-basic-summary-line): Use that option.
1340
1341 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1342
1343 * international/mule-cmds.el (encoded-string-description):
1344 Rewritten. Try pretty description for ISO 2022 escape sequences
1345 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1346 for hexadecimal format.
1347
1348 2000-04-01 Dave Love <fx@gnu.org>
1349
1350 * cpp.el: Change customization group to `c' from `C'.
1351
1352 * vcursor.el (vcursor-move): Use display-color-p.
1353
1354 * international/mule-util.el: Provide mule-utils.
1355 (string-to-sequence): Simplify and speed up.
1356
1357 * international/mule.el (make-coding-system): Purecopy doc-string.
1358
1359 * international/mule-cmds.el: Various menu changes.
1360 (describe-specified-language-support): Handle `Default'.
1361 (set-language-info): Purecopy `info'.
1362
1363 2000-03-31 Andrew Innes <andrewi@gnu.org>
1364
1365 * vc.el (vc-backend-diff): Return the correct status if we had to
1366 retry the rcsdiff command without the --brief option.
1367
1368 2000-03-31 Dave Love <fx@gnu.org>
1369
1370 * help.el (help-manyarg-func-alist): Correct several omissions.
1371
1372 * add-log.el: Don't require cl, fortran.
1373 (add-log-current-defun-function): Doc fix.
1374 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1375 fix.
1376 (change-log-version-rcs): Function deleted.
1377 (change-log-version-number-search): Doc fix. Use
1378 vc-workfile-version. Avoid CL dolist.
1379 (add-change-log-entry): Just call add-log-current-defun to get
1380 defun. Simplify somewhat.
1381 (change-log-get-method-definition-1): Likewise.
1382 (add-log-current-defun): Return nil if calling
1383 add-log-current-defun-function does so. Move Fortran stuff to
1384 fortran.el. Return string without properties.
1385
1386 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1387 and :alpha: char classes.
1388
1389 * mail/supercite.el: Defvar curline when compiling.
1390 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1391 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1392 rather than a-zA-Z0-9 to allow non-ASCII characters.
1393
1394 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1395
1396 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1397
1398 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1399 Re-enable new code.
1400
1401 * lpr.el (print-region-1): Use -d to specify printer name for
1402 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1403
1404 2000-03-31 Dave Love <fx@gnu.org>
1405
1406 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1407 for function definition in symbol's function value slot first
1408 instead of first consulting byte-compile-function-environment.
1409
1410 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1411
1412 * language/european.el ("Polish"): New language environment.
1413 (setup-polish-environment): New function.
1414
1415 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1416
1417 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1418 Disable new code.
1419
1420 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1421 trying to `load' the symbol of an autoload instead of the file
1422 recorded in the autoload. Fix error messages.
1423
1424 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1425
1426 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1427 (ps-print-version): New version number (5.1.3).
1428 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1429 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1430 (ps-generate-postscript-with-faces): Code fix.
1431 (ps-color-values): XEmacs compatibility.
1432 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1433 (ps-default-fg, ps-default-bg): Adjust customization.
1434 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1435 (ps-color-scale): Renaming old ps-color-value fun.
1436 (ps-print-headers): Replace ps-print-header group to avoid conflict
1437 with ps-print-header variable.
1438 (ps-print-miscellany): New group.
1439 (ps-format-color, ps-rgb-color): New funs.
1440 (ps-default-foreground): New var.
1441 (ps-printer-name-option): New const.
1442
1443 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1444
1445 * net/net-utils.el:
1446 (network-connection-host, network-connection-service): New variables
1447 (network-connection-mode): New mode, derived from comint-mode
1448 (network-connection-mode-setup): New function, saves host and
1449 service information in local variables.
1450
1451 * lisp/locate.el:
1452 (locate-word-at-point): Added this function
1453 (locate): Default to using locate-word-at-point as input
1454 Run dired-mode-hook
1455
1456 2000-03-29 Dave Love <fx@gnu.org>
1457
1458 * calendar/appt.el: Doc fixes.
1459 (appt-check): Convert min-to-app to a string before passing to
1460 appt-disp-window-function or concat.
1461 (appt-delete-window): Remove test for frame-root-window.
1462 (appt-select-lowest-window, appt-convert-time): Simplify.
1463
1464 * emacs-lisp/bytecomp.el: Doc fixes.
1465 (byte-compile-file-form-autoload): Update
1466 byte-compile-function-environment.
1467
1468 2000-03-29 Andreas Schwab <schwab@suse.de>
1469
1470 * emacs-lisp/autoload.el: Also print defsubst doc string
1471 specially.
1472
1473 * dired.el (dired-insert-directory): If dired-free-space-program
1474 failed just delete its output.
1475
1476 2000-03-29 Dave Love <fx@gnu.org>
1477
1478 * international/iso-cvt.el: Move provide to end. Doc fixes.
1479 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1480 (iso-iso2sgml, iso-sgml2iso): New functions.
1481 (iso-cvt-define-menu): Fix some entries and use backquote for
1482 clarity.
1483
1484 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1485
1486 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1487
1488 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1489 ISO-DATE. If non-nil, return date in ISO 8601 format.
1490
1491 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1492
1493 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1494 if it ever becomes used.
1495 (log-edit-mode-hook): Default to vc-log-mode-hook.
1496 (log-edit-mode): Fix the docstring.
1497
1498 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1499 the code.
1500
1501 2000-03-26 Dave Love <fx@gnu.org>
1502
1503 * net/browse-url.el (browse-url): Re-fix case of
1504 browse-url-browser-function being an alist.
1505 (browse-url): Add :link to defgroup.
1506
1507 * files.el: Doc fixes.
1508 (file-truename): Include `[' in wildcard characters.
1509 (automount-dir-prefix): Customize.
1510 (find-file-wildcards): Add :version.
1511 (find-file-noselect): Simplify a mapcar call.
1512
1513 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1514 compatible with inf-lisp version.
1515 (eval-defun-1): Fix custom-declare-variable case.
1516
1517 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1518
1519 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1520
1521 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1522
1523 * Makefile (COMPILE_FIRST): New macro.
1524 (compile-files): Compile files from COMPILE_FIRST first.
1525
1526 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1527 code.
1528
1529 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1530 matching open parenthesis in column 0 to defun-prompt-regexp
1531 only if open-paren-in-column-0-is-defun-start is set.
1532
1533 * sun-curs.el: Require CL at compile-time only.
1534
1535 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1536 instead of copy-list which is a function from CL.
1537 (msb--choose-menu, msb--mode-menu-cond)
1538 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1539 (msb--init-file-alist): Use mapcar instead of mapcan.
1540 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1541 `(' in column 0 in doc string.
1542 (msb--add-separators): Use mapcar instead of mapcan.
1543
1544 * cus-dep.el: Require CL at compile-time only.
1545
1546 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1547
1548 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1549 (byte-compile-warnings): New warning `noruntime'.
1550 (byte-compile-constants, byte-compile-variables): Fix docstring.
1551 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1552 execute `eval-whenc-compile's body.
1553 (byte-compile-unresolved-functions): Fix docstring.
1554 (byte-compile-eval): New function.
1555 (byte-compile-callargs-warn): Check if the function will be available
1556 at runtime (via property `byte-compile-noruntime').
1557 (byte-compile-print-syms): New function.
1558 (byte-compile-warn-about-unresolved-functions): Also warn about
1559 `noruntime' functions (and use `byte-compile-print-syms').
1560 (byte-compile-file): Capitalize the message.
1561
1562 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1563
1564 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1565 (rmail-expunge): Ask for confirmation depending on the setting
1566 of rmail-confirm-expunge.
1567
1568 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1569
1570 * Makefile (bootstrap-clean): If $(emacs) exists, build
1571 loaddefs.el first. A loaddefs.el that's not up-to-date might
1572 cause a bootstrap failure because things don't autoload as
1573 expected.
1574
1575 2000-03-23 Dave Love <fx@gnu.org>
1576
1577 * net/browse-url.el: Restore previous use of
1578 browse-url-maybe-new-window.
1579
1580 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1581
1582 * ps-print.el: Skip banner page fix.
1583 (ps-print-version): New version number (5.1.2).
1584 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1585
1586 2000-03-23 Dave Pearson <davep@davep.org>
1587
1588 * net/quickurl.el Changed the type of parameter passed to the
1589 function defined by `quickurl-format-function'. Before only the
1590 text of the URL was passed. Now the whole URL structure is passed
1591 and the function is responsible for extracting the parts it
1592 requires. Changed the default of `quickurl-format-function'
1593 accordingly.
1594 (quickurl-insert): Changed the `funcall' of
1595 `quickurl-format-function' to match the above change.
1596 (quickurl-list-insert): Changed the `url' case so that it makes
1597 use of `quickurl-format-function', previous to this the format was
1598 hard wired.
1599
1600 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1601
1602 * startup.el: Change some spellings for the X Window System.
1603
1604 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1605
1606 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1607 up the code and the regexp and make sure the cursor is temporarily
1608 moved to the suspicious line while querying the user.
1609
1610 2000-03-22 Jason Rumney <jasonr@gnu.org>
1611
1612 * w32-fns.el (w32-charset-info-alist): Initialize.
1613
1614 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1615
1616 * ps-print.el: N-up last page fix.
1617 (ps-print-version): New version number (5.1.1).
1618 (ps-end-file, ps-end-job, ps-generate): Code fix.
1619
1620 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1621
1622 * files.el (find-file-run-dired): Update docstring.
1623 (find-directory-functions): New hook.
1624 (find-file-noselect): Run find-directory-functions rather than
1625 calling dired directly.
1626
1627 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1628
1629 * pcvs.el: Add a minimal leading commentary.
1630 (cvs-make-cvs-buffer): Change the header part by removing the startup
1631 message and adding a `Module' entry. Also replace the FOOTER and
1632 HEADER special fileinfos with the new support in ewoc for updating
1633 its own footer and header.
1634 (cvs-update-header): Update to use the header/footer of the ewoc.
1635 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1636 (cvs-is-within-p): New function.
1637 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1638 to only examine some subset of the buffers.
1639
1640 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1641 `format' instead of our own ad-hoc functions.
1642 Remove HEADER and FOOTER cases, now handled in the EWOC.
1643 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1644
1645 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1646 output to avoid scaring the user.
1647 (cvs-parse-table): Catch message for non-up-to-date commits.
1648
1649 * pcvs-defs.el (cvs-startup-message): Remove.
1650 (cvs-global-menu): New autoloaded menu.
1651
1652 * pcvs-util.el (cvs-string-fill): Remove.
1653
1654 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1655 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1656 PP part of it and also make it work for footers and headers.
1657 (ewoc-create): Drop POS and BUFFER arguments.
1658 Use the DLL's dummy node to store the end-of-footer position.
1659 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1660 (ewoc-refresh): Remove unused `header' variable.
1661 (ewoc-(get|set)-hf): New functions.
1662
1663 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1664 log-view-*-(message|file) and use easy-mmode-define-navigation.
1665 (log-view-message-re): Match SCCS format as well.
1666 And match the revision line rather than the dashed separator line.
1667 (log-view-mode): Use the new define-derived-mode.
1668 (log-view-current-tag): Fill in with an actual implementation.
1669
1670 * cvs-status.el (cvs-status-(prev|next)): Rename from
1671 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1672 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1673 to let the output "breathe" a little more (more readable).
1674 (cvs-status-mode): Use the new define-derived-mode.
1675
1676 * smerge-mode.el (smerge-auto-leave): New function and variable.
1677 (smerge-basic-map): Rename from smerge-basic-keymap.
1678 Change the bindings for smerge-diff-*.
1679 (smerge-*-map): Use easy-mmode-defmap.
1680 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1681 (smerge-keep-*): Use smerge-auto-leave.
1682
1683 2000-03-21 Jason Rumney <jasonr@gnu.org>
1684
1685 * cus-edit.el (custom-button-face): Use 3D look for w32.
1686 (custom-button-pressed-face): Likewise.
1687
1688 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1689
1690 * progmodes/etags.el (tags-case-fold-search): New user-option.
1691 (tags-loop-eval): New function. Bind case-fold-search around eval
1692 depending on the value of tags-case-fold-search.
1693 (tags-loop-continue): Use tags-loop-eval.
1694 (find-tag-in-order): Bind case-fold-search depending on the value
1695 of tags-case-fold-search.
1696
1697 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1698
1699 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1700 (diff-end-of-hunk): Return the end position for use in
1701 `easy-mmode-define-navigation'.
1702 (diff-recenter): Remove.
1703 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1704 of `easy-mmode-define-navigation'.
1705 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1706 previous renaming) and fix to use new names.
1707 (diff-merge-strings): Use \n as separator: simpler, faster.
1708 (diff-mode): Use `define-derived-mode'.
1709
1710 * derived.el (define-derived-mode): Don't autoload anymore.
1711 Prefer the macro-only version provided by easy-mmode.el.
1712
1713 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1714 `easy-mmode-define-derived-mode'.
1715 Use `combine-run-hooks'.
1716 (easy-mmode-define-navigation): New macro.
1717
1718 * subr.el (combine-run-hooks): New function.
1719
1720 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1721
1722 * term/x-win.el: Fontsets related initialization is simplified.
1723
1724 * international/mule-diag.el (describe-font): Don't refer to
1725 global-fontset-alist, instead call font-list.
1726 (describe-fontset, list-fontsets, mule-diag): Likewise.
1727 (print-fontset): Adjusted for the change of fontset
1728 implementation.
1729
1730 * international/fontset.el (x-charset-registries): Variable
1731 removed, instead the corresponding data is stored in the default
1732 fontset.
1733 (register-alternate-fontnames): Function removed.
1734 (resolved-ascii-font): Variable removed.
1735 (x-compose-font-name): Ignore the second argument REDOCE.
1736 (x-complement-fontset-spec): Complement only an ASCII font and
1737 element for those charsets than can use that ASCII font.
1738 (generate-fontset-menu): Don't refer to global-fontset-alist,
1739 instead call fontset-list.
1740 (uninstantiated-fontset-alist): Variable removed.
1741 (x-style-funcs-alist): Likewise.
1742 (fontset-default-styles): Likewise.
1743 (x-modify-font-name): Function removed.
1744 (create-fontset-from-fontset-spec): Ignore the argument
1745 STYLE-VARIANT.
1746 (create-fontset-from-ascii-font): Docsting adjusted for the above
1747 change.
1748 (instantiate-fontset, resolve-fontset-name): Functions removed.
1749 (fontset-list): Now implemented by C code.
1750
1751 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1752 (describe-face): Include `font' attribute in the description.
1753
1754 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1755
1756 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1757
1758 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1759
1760 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1761 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1762 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1763
1764 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1765 about behavior of set-buffer-modified-p wrt redisplay.
1766
1767 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1768
1769 * view.el (view-mode-disable): Kill local binding of view-read-only.
1770
1771 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1772
1773 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1774 is a string, convert it to a syntax cell using string-to-syntax.
1775
1776 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1777 (string-to-syntax): New function.
1778
1779 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1780 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1781 try to use passive ftp mode.
1782
1783 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1784
1785 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1786
1787 * simple.el (append-to-buffer): Update point of windows after
1788 insertion.
1789
1790 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1791 forward then moving backward. Reindent.
1792
1793 * frame.el (other-frame): Call x-focus-frame only if
1794 focus-follows-mouse is off.
1795
1796 2000-03-17 Dave Love <fx@gnu.org>
1797
1798 * pcvs-util.el (cvs-strings->string): Rename
1799 replace-regexps-in-string.
1800
1801 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1802
1803 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1804 regexp for labels cannot span several lines.
1805
1806 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1807 `(setq :<key> ':<key>)' to the macro expansion.
1808
1809 2000-03-16 Dave Love <fx@gnu.org>
1810
1811 * progmodes/f90.el (f90): Put custom group under `languages', not
1812 `fortran'.
1813 (f90-mode-hook): Customize.
1814 (f90-mode): Set add-log-current-defun-function.
1815 (f90-current-defun): New function.
1816
1817 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1818
1819 * cus-edit.el (custom-variable-tag-face): Handle case that
1820 default face's height is not a number.
1821 (custom-face-tag-face, custom-group-tag-face-1)
1822 (custom-group-tag-face): Ditto.
1823 (custom-group-tag-face-1): Add :group.
1824
1825 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1826
1827 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1828
1829 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1830 requiring easymenu.
1831
1832 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1833
1834 * ps-print.el: PostScript user-defined prologue, PostScript error
1835 handler, doc fix.
1836 (ps-print-version): New version number (5.1).
1837 (ps-user-defined-prologue, ps-error-handler-message)
1838 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1839 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1840 (ps-insert-string): New function.
1841
1842 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1843
1844 * international/ccl.el (ccl-compile-expression): Don't generate
1845 invalid self-assignment code.
1846
1847 2000-03-14 Dave Love <fx@gnu.org>
1848
1849 * subr.el (replace-regexp-in-string): Renamed from
1850 replace-regexps-in-string. Doc fix.
1851
1852 2000-03-12 Dave Love <fx@gnu.org>
1853
1854 * cus-edit.el: Doc fixes.
1855 (customize-set-variable, customize-save-variable): Rename args for
1856 doc.
1857 (custom-variable-tag-face, custom-face-tag-face)
1858 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1859 style which user identify as hyperlink.
1860 (hook): Don't add undefined functions to the hook.
1861 (debug-ignored-errors): Transfer message from bindings.el.
1862
1863 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1864
1865 * recentf.el (recentf-keep-non-readable-files-p): Remove
1866 double/nested definition.
1867
1868 2000-03-12 Dave Love <fx@gnu.org>
1869
1870 * facemenu.el (facemenu-get-face): Use display-color-p.
1871 * enriched.el (enriched-decode-foreground): Likewise.
1872 (enriched-decode-background): Likewise.
1873 * isearch.el (isearch-highlight): Likewise.
1874 * info-look.el (info-lookup): Likewise.
1875 * simple.el (completion-setup-function): Likewise.
1876
1877 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1878 :options.
1879
1880 * bindings.el (mode-line-format): Fix line-number and
1881 column-number items. Add help-echo for the background.
1882 (mode-line-mule-info): Modify help-echo.
1883
1884 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1885 defcustom.
1886
1887 * files.el (load-file): Allow completion to .elc.
1888
1889 * man.el: Doc fixes.
1890 (Man-init-defvars): Use display-color-p to set fontification.
1891
1892 * play/hanoi.el (hanoi-internal): Don't use oddp.
1893
1894 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1895
1896 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1897
1898 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1899
1900 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1901
1902 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1903 Fix comment.
1904
1905 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1906
1907 * font-lock.el (font-lock-keywords): Fix the doc now that
1908 regexp-opt-depth is unnecessary.
1909 (save-buffer-state): Set an edebug spec.
1910 (font-lock-fontify-anchored-keywords): Properly handle the case when
1911 the matcher goes past the limit.
1912
1913 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1914 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1915
1916 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1917 dll.el and cookie.el (from Elib) with heavy renaming and other
1918 massaging.
1919
1920 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1921 Autoload the functions used.
1922 (easy-mmode-define-syntax): Fix CL typo.
1923 (easy-mmode-define-derived-mode): Improve the docstring generation.
1924
1925 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1926
1927 * textmodes/texinfo.el (texinfo-version): Variable and function
1928 removed.
1929
1930 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1931
1932 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1933 allow more flexibility.
1934 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1935 fns.
1936 (easy-mmode-defmap, easy-mmode-defsyntax)
1937 (easy-mmode-define-derived-mode): New macros.
1938
1939 2000-03-09 Didier Verna <didier@xemacs.org>
1940
1941 * rect.el (replace-rectangle): New function.
1942
1943 2000-03-09 Dave Love <fx@gnu.org>
1944
1945 * progmodes/fortran.el (fortran-comment-line-start): Define as
1946 "C".
1947 (fortran-comment-line-start-skip): Don't match cpp stuff.
1948 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1949 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1950 (fortran-mode): Don't set fortran-comment-line-start-skip,
1951 fortran-comment-line-start here. Set comment-start,
1952 add-log-current-defun.
1953 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1954 (fortran-current-defun): New function.
1955
1956 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1957
1958 * emacs-lisp/re-builder.el: New file.
1959
1960 * mouse.el (mouse-drag-region): Don't run up-event handler
1961 if hscroll has changed.
1962
1963 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1964 builtin operators, use `font-lock-builtin-face' for Emacs and
1965 `font-lock-preprocessor-face' otherwise.
1966
1967 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1968 `(defun (setf foo)' differently.
1969
1970 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1971
1972 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1973 (regexp-opt): Update comment and adapt the code the new meaning of
1974 the `paren' argument of regex-opt-group for shy-groups.
1975 (regexp-opt-depth): Handle shy groups as well as backslashed
1976 backslashes.
1977 (regexp-opt-group): Turn the leading comment into a docstring.
1978 Allow `paren' to be a string (the string to use to open a group).
1979 Remove open-presuf and close-presuf. Instead of checking for `all
1980 one-char' and then later on check for `several one-char', handle
1981 both cases close together. Also apply a more generic algorithm
1982 for suffixes (the mirror image of the algorithm used for
1983 prefixes). Use shy-groups. Use nreverse rather than reverse.
1984 (regexp-opt-try-suffix): Removed.
1985
1986 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1987 from comint-mode-map, so we can just inherit from it. Also, move
1988 the initialization into the `defvar' since there's no docstring
1989 anyway and it's fairly short.
1990 (inferior-scheme-mode): Define it as derived-mode: the code is
1991 shorter and this way we inherit from comint-mode-map rather than
1992 copying it.
1993
1994 * subr.el (replace-regexps-in-string): Properly handle the case
1995 where we match an empty string.
1996
1997 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1998 when the command has a directory component (such as "./testml").
1999 Also fix a typo in the comment.
2000
2001 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2002
2003 * Makefile (compile-files): Compile files one by one because
2004 that's the only way to ensure a clean compilation environment for
2005 each individual file.
2006
2007 * frame.el (other-frame): Call x-focus-frame.
2008
2009 2000-03-07 Dave Love <fx@gnu.org>
2010
2011 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2012 :require to defcustom.
2013
2014 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2015 lists.
2016
2017 * files.el (auto-mode-alist): Add configure.in.
2018
2019 * progmodes/autoconf.el: New file.
2020
2021 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2022
2023 * mail/mh-e.el: Change maintainer to `none'.
2024
2025 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2026 to remove-hook and add-hook.
2027
2028 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2029
2030 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2031 it as the default.
2032 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2033 (sendmail-send-it): Conditionally add MIME headers specifying the
2034 used character set.
2035
2036 2000-03-07 Dave Love <fx@gnu.org>
2037
2038 * winner.el: Fix keywords, autoload cookies. Split
2039 eval-when-compile form to avoid compilation failure.
2040
2041 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2042
2043 * international/mule.el: Modify comment about coding system
2044 property `coding-category'.
2045 (make-coding-system): New argument EOL-TYPE. Pay attention to
2046 coding-category property of PROPERTIES.
2047
2048 * international/mule-conf.el (coding-category-utf-8,
2049 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2050 categories. Include them in the argument for set-coding-priority.
2051
2052 * international/mule-cmds.el (reset-language-environment): Include
2053 coding-category-utf-8, coding-category-utf-16-be, and
2054 coding-category-utf-16-le in the argument for set-coding-priority.
2055 (reset-language-environment): Initialize coding-category-utf-8,
2056 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2057
2058 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2059
2060 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2061 code abstracted out of `bookmark-jump-noselect'. Now tries info
2062 extensions as well as compression extensions.
2063 (bookmark-jump-noselect): Use above new func.
2064
2065 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2066
2067 * strokes.el: Change maintainer's mail address.
2068
2069 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2070
2071 * international/mule-diag.el (list-character-sets): Make help-echo
2072 string by substitute-command-keys.
2073 (list-character-sets): Likewise.
2074 (sort-listed-character-sets): Call help-setup-xref.
2075
2076 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2077
2078 * time.el (display-time-mail-file): Add `none' to the list of
2079 choices.
2080
2081 2000-03-01 Dave Love <fx@gnu.org>
2082
2083 * help.el (help-xref-go-back): Don't try to set position.
2084
2085 * international/mule-diag.el (list-character-sets): Call
2086 help-setup-xref. Add help-echo to xrefs.
2087 (list-character-sets-1): Add help-echo to xrefs.
2088
2089 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2090
2091 * frame.el (blink-cursor-mode): Switch cursor on when turning
2092 the mode off.
2093
2094 * add-log.el (add-log-current-defun): Add support for
2095 Autoconf mode.
2096
2097 * mail/rmail.el (rmail-quit-hook): New variable.
2098
2099 2000-03-01 Dave Love <fx@gnu.org>
2100
2101 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2102
2103 * help.el (help-xref-button): Add help-echo arg.
2104 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2105
2106 * faces.el (list-faces-display): Supply help-echo with
2107 help-make-xrefs.
2108
2109 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2110 nil.
2111
2112 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2113
2114 * image.el (defimage): Look for image files in load-path.
2115
2116 * frame.el (busy-cursor-delay-seconds): Change type to
2117 `number'.
2118
2119 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2120
2121 * recentf.el (recentf): Added version tag to the defgroup of
2122 recentf.
2123
2124 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2125
2126 * recentf.el (recentf-cleanup): Changed to remove excluded file
2127 too.
2128 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2129 action to select/unselect a file.
2130 (recentf-edit-list): Code cleanup and improvement.
2131 (recentf-open-more-files-action): `recentf-open-more-files' button
2132 widget action to open a file.
2133 (recentf-open-more-files): No more use standard completion but
2134 widgets.
2135 (recentf-more-collection): Deleted.
2136 (recentf-more-history): Deleted.
2137 (recentf-setup-more-completion): Deleted.
2138
2139 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2140
2141 * recentf.el (recentf-mode): No more needs that Emacs is running
2142 under a window-system.
2143
2144 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2145
2146 * recentf.el (recentf-edit-list): New command to edit the recent
2147 list which allow the user to remove files.
2148 (recentf-edit-selected-items): New global variable, used by
2149 `recentf-edit-list' to hold the list of files to be removed from
2150 the recent list.
2151 (recentf-make-menu-items): Updated to display a "Edit list..."
2152 menu item. Minor code cleanup.
2153
2154 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2155
2156 * recentf.el (recentf-open-more-files): New command to open files
2157 that are not displayed in the menu.
2158 (recentf-more-collection): New global variable holding the set of
2159 permissible completions used by `recentf-open-more-files'.
2160 (recentf-more-history): New global variable holding the history list
2161 used by `recentf-open-more-files' completion.
2162 (recentf-setup-more-completion): New function to setup completion for
2163 `recentf-open-more-files'.
2164 (recentf-make-menu-items): Updated to display a "More..." menu item.
2165
2166 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2167
2168 * recentf.el (recentf-menu-action): Doc fixed.
2169
2170 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2171
2172 * recentf.el (recentf-menu-filter): Doc updated.
2173 (recentf-update-menu-hook): Allow menu filters to force menu update.
2174 (recentf-make-menu-items): New menu filter handling.
2175 (recentf-make-menu-item): New helper function.
2176 (recentf-menu-elements): New menu handling function.
2177 (recentf-sort-ascending): Updated to new menu filter handling.
2178 (recentf-sort-descending): Updated to new menu filter handling.
2179 (recentf-sort-basenames-ascending): New menu filter function.
2180 (recentf-sort-basenames-descending): New menu filter function.
2181 (recentf-show-basenames): New menu filter function.
2182 (recentf-show-basenames-ascending): New menu filter function.
2183 (recentf-show-basenames-descending): New menu filter function.
2184
2185 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2186
2187 * diary-lib.el (list-diary-entries): Don't try to go forward at
2188 the end of the buffer.
2189
2190 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2191
2192 * international/mule-diag.el (list-character-sets): Completely
2193 rewritten.
2194 (sort-listed-character-sets): New function.
2195 (list-character-sets-1): Completely rewritten.
2196 (list-character-sets-2): New function.
2197 (non-iso-charset-alist): New variable.
2198 (decode-codepage-char): New function.
2199 (charset-history): New variable.
2200 (read-charset) (list-block-of-chars)
2201 (list-iso-charset-chars)
2202 (list-non-iso-charset-chars)
2203 (list-charset-chars): New functions.
2204 (mule-diag): Call list-character-sets-2, not
2205 list-character-sets-2.
2206 (dump-charsets): Likewise.
2207
2208 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2209
2210 * dired-x.el (dired-filename-at-point): Add `@' to valid
2211 file name characters.
2212 (dired-filename-at-point): Handle ange-ftp file names.
2213
2214 * frame.el (frame-notice-user-settings): Use assq-delete-all
2215 instead of assoc-delete-all.
2216 (frame-notice-user-settings): Ditto.
2217
2218 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2219 Don't copy alist.
2220
2221 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2222
2223 * calculator.el (calculator-use-menu): New option.
2224 (calculator-initial-bindings): Changed some bindings to work as
2225 macros.
2226 (calculator-forced-input): Removed.
2227 (calculator-restart-other-mode): New variable.
2228 (calculator-mode-map): Set up menu.
2229
2230 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2231
2232 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2233 tags.
2234
2235 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2236
2237 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2238 translate all ESC key sequences.
2239 (viper-goto-mark-subr): restore markers for files for which
2240 they were saved.
2241 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2242 * viper-util.el (viper-set-replace-overlay-glyphs,
2243 viper-set-replace-overlay): always check if the replacement
2244 overlay is live.
2245 * viper.el (viper-vi-state-mode-list): added major modes.
2246 * ediff-wind.el: minor comment changes.
2247 * ediff.el: copyright notice date fix.
2248
2249 2000-02-27 Jason Rumney <jasonr@gnu.org>
2250
2251 * faces.el (face-font-family-alternatives): Add arial to helv.
2252 (mode-line, header-line, tool-bar): Same default as x for w32.
2253 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2254 face-font-family-alternatives from working.
2255 * term/w32-win.el (mouse-set-font): Do not build fontset from
2256 chosen font.
2257
2258 2000-02-25 Sam Steingold <sds@goems.com>
2259
2260 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2261 properly.
2262
2263 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2264
2265 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2266
2267 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2268
2269 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2270 writable.
2271
2272 * frame.el (busy-cursor-delay-seconds): New option.
2273
2274 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2275
2276 * frame.el (show-cursor-in-non-selected-windows): New option.
2277
2278 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2279
2280 * diary-lib.el (include-other-diary-files): Undo the selective
2281 display in any included file and don't kill it.
2282
2283 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2284
2285 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2286 bar. Menu items converted to (menu-item format, help strings
2287 added.
2288 [downcase, upcase]: Don't enable on MS-DOS.
2289 [symlink, symlinks]: Don't show if make-symbolic-link is not
2290 bound.
2291 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2292
2293 2000-02-23 Dave Love <fx@gnu.org>
2294
2295 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2296 (backward-kill-word): Revert addition of * to interactive spec --
2297 it's a feature.
2298
2299 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2300 (backward-kill-sentence, kill-sentence): Likewise.
2301
2302 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2303 scratch buffer name.
2304 (gud-format-command): Use int-to-string in ?l case. Simplify
2305 slightly.
2306
2307 * term/w32-win.el (internal-face-interactive): Update prompt for
2308 new read-face-name.
2309
2310 * mail/footnote.el (footnote): Add :version to defgroup.
2311 (footnote-section-tag-regexp): Customize.
2312 (footnote-start-tag, footnote-end-tag): New option.
2313 (footnote-latin-regexp): New variable.
2314 (Footnote-latin): New function.
2315 (footnote-style-alist): Add element for latin style.
2316 (footnote-style): Moved.
2317 (Footnote-goto-footnote): Use eq to test arg.
2318
2319 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2320
2321 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2322 (byte-compile-trueconstp): Include keywords.
2323 (byte-optimize-quote, byte-optimize-lapcode): Use
2324 byte-compile-const-symbol-p.
2325 (byte-optimize-char-before): New optimization.
2326
2327 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2328 (byte-compile-const-symbol-p): New function.
2329 (byte-compile-constp, byte-compile-out-toplevel)
2330 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2331 Use it.
2332
2333 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2334
2335 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2336
2337 * international/encoded-kb.el: Be sure to update minor-mode-alist
2338 and minor-mode-map-alist.
2339 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2340 codes SS2 and SS3 correctly.
2341 (encoded-kbd-self-insert-ccl): New function.
2342 (encoded-kbd-setup-keymap): New function.
2343 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2344 by calling encoded-kbd-setup-keymap.
2345
2346 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2347 characters.
2348 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2349 locally.
2350
2351 2000-02-22 Dave Love <fx@gnu.org>
2352
2353 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2354 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2355 defvar.
2356 (lisp-mode-syntax-table): Set up for #|...|# comments.
2357 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2358 classes. Match `defface'.
2359 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2360 (eval-defun-1): Fix for defcustom.
2361 (lisp-indent-region): Doc fix.
2362
2363 * subr.el (when, unless, split-string): Doc fix.
2364 (read-passwd): Move call of clear-this-command-keys to the right
2365 place.
2366 (replace-regexps-in-string): New function.
2367
2368 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2369
2370 * help.el (describe-variable): Set syntax table to
2371 emacs-lisp-mode-syntax-table when moving forward over the
2372 symbol's name.
2373
2374 2000-02-22 Dave Love <fx@gnu.org>
2375
2376 * xt-mouse.el: Doc fixes.
2377 (xterm-mouse-position-function): New function, replacing advice of
2378 mouse-position.
2379 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2380
2381 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2382
2383 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2384
2385 * format.el (format-annotate-single-property-change): Handle
2386 properties.with dotted-list values.
2387 (format-proper-list-p): New function.
2388
2389 * enriched.el (enriched-face-ans): Handle '(foreground-color
2390 . COLOR) and (background-color . COLOR).
2391
2392 2000-02-20 Dave Love <fx@gnu.org>
2393
2394 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2395 and assignments to it.
2396 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2397 current local map.
2398 (make-flyspell-overlay): Use it.
2399 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2400
2401 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2402 (lm-get-header-re): Defun, not defsubst.
2403 (lm-get-package-name): Defun, not defsubst. Simplify.
2404 (lm-version): Doc fix. Simplify.
2405 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2406 (lm-crack-address, lm-last-modified-date, lm-commentary)
2407 (lm-verify, lm-synopsis): Simplify.
2408 (lm-report-bug): Require emacsbug. Use compose-mail.
2409
2410 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2411
2412 * dired.el (dired-mode): Call propertized-buffer-identification
2413 to set mode-line-buffer-identification to something having
2414 the right text properties.
2415
2416 * bindings.el (propertized-buffer-identification): New function.
2417
2418 2000-02-20 Dave Love <fx@gnu.org>
2419
2420 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2421 check for t-mouse too.
2422
2423 * cus-start.el: Make echo-keystrokes `number'.
2424
2425 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2426
2427 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2428 Don't call ring-empty-p unless tags-location-ring is bound.
2429 From Noah Friedman <friedman@splode.com>.
2430
2431 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2432
2433 * progmodes/hideshow.el (hs-flag-region): No longer use
2434 `intangible' overlay property.
2435
2436 (hs-toggle-hiding): New command.
2437 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2438
2439 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2440 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2441 and deactivation.
2442
2443 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2444
2445 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2446
2447 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2448
2449 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2450
2451 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2452 of `*' to handle `(* ... *)' comments.
2453
2454 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2455
2456 * faces.el (list-faces-display): Use display-mouse-p instead of
2457 window-system.
2458
2459 * menu-bar.el (global-map): Menu-bar items converted to the new
2460 format (menu-item..., rearranged for better CUA compliance, and
2461 their names changed for better clarity. Help strings added.
2462
2463 * international/mule-cmds.el (mule-menu-keymap)
2464 (describe-language-environment-map, set-coding-system-map)
2465 (setup-language-environment-map): Convert to new (menu-item...
2466 form, add help strings. Change names of menu items for better
2467 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2468 submenu).
2469
2470 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2471
2472 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2473 within the code.
2474
2475 2000-02-16 Dave Love <fx@gnu.org>
2476
2477 * faces.el: Don't require custom. Add more specific :groups to
2478 various deffaces.
2479 (set-face-attribute): Purecopy args.
2480 (read-face-name): Default to name at point and use it in prompt.
2481 Remove colon from arg in all callers.
2482 (list-faces-display): Hyperlink to face descriptions and customize
2483 buffers.
2484
2485 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2486
2487 * wid-edit.el (widget-match-inline): An atom never matches a
2488 list.
2489
2490 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2491
2492 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2493 at ':' characters by call to split-string.
2494
2495 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2496
2497 * textmodes/bibtex.el: Added RCS version identification.
2498
2499 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2500
2501 * textmodes/bibtex.el: Some temporary comments removed.
2502 (bibtex-field-name, bibtex-entry-type): Made the relationship
2503 explicit.
2504 (bibtex-field-const): Allow capital letters.
2505 (bibtex-start-of-string): Deleted because unused.
2506
2507 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2508 use the term 'reference' to describe a bibtex entry as a whole.
2509 Further, reference keys are no longer called 'labels'.
2510 (bibtex-keys): Renamed to bibtex-reference-keys.
2511 (bibtex-reformat-previous-labels): Renamed to
2512 bibtex-reformat-previous-reference-keys.
2513 (bibtex-reference-type): Renamed to bibtex-entry-type.
2514 (bibtex-reference-head): Renamed to bibtex-entry-head.
2515 (bibtex-reference-maybe-empty-head): Renamed to
2516 bibtex-entry-maybe-empty-head.
2517 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2518 (bibtex-search-reference): Renamed to bibtex-search-entry.
2519 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2520 bibtex-enclosing-entry-maybe-empty-head.
2521 (bibtex-entry-field-alist, bibtex-entry-head,
2522 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2523 bibtex-map-entries, bibtex-search-entry,
2524 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2525 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2526 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2527 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2528 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2529 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2530 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2531
2532 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2533
2534 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2535 comment.
2536 (bibtex-format-field-delimiters): New function, functionality
2537 extracted from bibtex-format-entry.
2538 (bibtex-autokey-get-yearfield-digits): New function, functionality
2539 extracted from bibtex-autokey-get-yearfield.
2540
2541 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2542 entries in order to avoid stack overflow in the regexp matcher if
2543 field contents become large.
2544 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2545 bibtex-field-string-part-not-braced,
2546 bibtex-field-string-part-no-inner-braces,
2547 bibtex-field-string-part-1-inner-brace,
2548 bibtex-field-string-part-2-inner-braces,
2549 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2550 bibtex-field-string-quoted, bibtex-field-string,
2551 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2552 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2553 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2554 as parsing is now performed by the following functions.
2555 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2556 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2557 bibtex-parse-field-string, bibtex-search-forward-field-string,
2558 bibtex-parse-association, bibtex-field-name-for-parsing,
2559 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2560 bibtex-search-forward-field, bibtex-search-backward-field,
2561 bibtex-start-of-field, bibtex-end-of-field,
2562 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2563 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2564 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2565 bibtex-parse-string, bibtex-search-forward-string,
2566 bibtex-search-backward-string, bibtex-start-of-string,
2567 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2568 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2569 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2570 entries. Instead of reporting the results of the parsing by
2571 match-beginning or match-end, these functions return data structures
2572 that hold the corresponding positions.
2573 (bibtex-enclosing-field): Changed to also report field boundaries by
2574 return values rather than by match-beginning or match-end. The
2575 following functions have been adapted to use the new parsing
2576 functions.
2577 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2578 bibtex-enclosing-field, bibtex-format-entry,
2579 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2580 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2581 bibtex-print-help-message, bibtex-end-of-entry,
2582 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2583 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2584 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2585 method for parsing.
2586 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2587 bibtex-map-entries, bibtex-flash-head,
2588 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2589 bibtex-autokey-change, bibtex-autokey-get-namefield,
2590 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2591 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2592 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2593 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2594 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2595 order to make the new binding of case-fold-search immediately
2596 visible.
2597
2598 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2599
2600 * textmodes/bibtex.el: Copyright notice is up to date.
2601 Added constant 'bibtex-maintainer-salutation.
2602
2603 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2604 than make-temp-name, use match-string-no-properties and eliminate
2605 a quadratic behavior when building bibtex-strings.
2606
2607 * bibtex.el (bibtex-reference-key): Accept string entries whose
2608 reference key contains upper case letters.
2609
2610 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2611
2612 * bibtex.el (bibtex-reference-head): Allow entries to start with
2613 a new line.
2614
2615 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2616
2617 * bibtex.el: Hiding of entry bodies is not longer provided by
2618 bibtex.el directly. Instead the hideshow package can be used.
2619 Added a special bibtex entry to hs-special-modes-alist.
2620 (bibtex-hs-forward-sexp): Added for hideshow.el.
2621
2622 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2623
2624 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2625 at ':' characters by call to split-string.
2626
2627 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2628
2629 * textmodes/bibtex.el: Added RCS version identification.
2630
2631 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2632
2633 * textmodes/bibtex.el: Some temporary comments removed.
2634 (bibtex-field-name, bibtex-entry-type): Made the relationship
2635 explicit.
2636 (bibtex-field-const): Allow capital letters.
2637 (bibtex-start-of-string): Deleted because unused.
2638
2639 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2640 use the term 'reference' to describe a bibtex entry as a whole.
2641 Further, reference keys are no longer called 'labels'.
2642 (bibtex-keys): Renamed to bibtex-reference-keys.
2643 (bibtex-reformat-previous-labels): Renamed to
2644 bibtex-reformat-previous-reference-keys.
2645 (bibtex-reference-type): Renamed to bibtex-entry-type.
2646 (bibtex-reference-head): Renamed to bibtex-entry-head.
2647 (bibtex-reference-maybe-empty-head): Renamed to
2648 bibtex-entry-maybe-empty-head.
2649 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2650 (bibtex-search-reference): Renamed to bibtex-search-entry.
2651 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2652 bibtex-enclosing-entry-maybe-empty-head.
2653 (bibtex-entry-field-alist, bibtex-entry-head,
2654 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2655 bibtex-map-entries, bibtex-search-entry,
2656 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2657 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2658 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2659 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2660 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2661 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2662 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2663
2664 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2665
2666 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2667 comment.
2668 (bibtex-format-field-delimiters): New function, functionality
2669 extracted from bibtex-format-entry.
2670 (bibtex-autokey-get-yearfield-digits): New function, functionality
2671 extracted from bibtex-autokey-get-yearfield.
2672
2673 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2674 entries in order to avoid stack overflow in the regexp matcher if
2675 field contents become large.
2676 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2677 bibtex-field-string-part-not-braced,
2678 bibtex-field-string-part-no-inner-braces,
2679 bibtex-field-string-part-1-inner-brace,
2680 bibtex-field-string-part-2-inner-braces,
2681 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2682 bibtex-field-string-quoted, bibtex-field-string,
2683 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2684 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2685 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2686 as parsing is now performed by the following functions.
2687 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2688 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2689 bibtex-parse-field-string, bibtex-search-forward-field-string,
2690 bibtex-parse-association, bibtex-field-name-for-parsing,
2691 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2692 bibtex-search-forward-field, bibtex-search-backward-field,
2693 bibtex-start-of-field, bibtex-end-of-field,
2694 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2695 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2696 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2697 bibtex-parse-string, bibtex-search-forward-string,
2698 bibtex-search-backward-string, bibtex-start-of-string,
2699 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2700 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2701 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2702 entries. Instead of reporting the results of the parsing by
2703 match-beginning or match-end, these functions return data structures
2704 that hold the corresponding positions.
2705 (bibtex-enclosing-field): Changed to also report field boundaries by
2706 return values rather than by match-beginning or match-end. The
2707 following functions have been adapted to use the new parsing
2708 functions.
2709 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2710 bibtex-enclosing-field, bibtex-format-entry,
2711 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2712 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2713 bibtex-print-help-message, bibtex-end-of-entry,
2714 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2715 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2716 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2717 method for parsing.
2718 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2719 bibtex-map-entries, bibtex-flash-head,
2720 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2721 bibtex-autokey-change, bibtex-autokey-get-namefield,
2722 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2723 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2724 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2725 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2726 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2727 order to make the new binding of case-fold-search immediately
2728 visible.
2729
2730 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2731
2732 * textmodes/bibtex.el: Copyright notice is up to date.
2733 Added constant 'bibtex-maintainer-salutation.
2734
2735 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2736 than make-temp-name, use match-string-no-properties and eliminate
2737 a quadratic behavior when building bibtex-strings.
2738
2739 * bibtex.el (bibtex-reference-key): Accept string entries whose
2740 reference key contains upper case letters.
2741
2742 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2743
2744 * bibtex.el (bibtex-reference-head): Allow entries to start with
2745 a new line.
2746
2747 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2748
2749 * bibtex.el: Hiding of entry bodies is not longer provided by
2750 bibtex.el directly. Instead the hideshow package can be used.
2751 Added a special bibtex entry to hs-special-modes-alist.
2752 (bibtex-hs-forward-sexp): Added for hideshow.el.
2753
2754 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2755
2756 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2757 proceedings entry type (for cross referencing). Thanks to Wagner
2758 Toledo Correa for the suggestion.
2759
2760 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2761
2762 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2763
2764 * international/characters.el: Setup case table for Vietnamese.
2765
2766 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2767
2768 * uniquify.el (toplevel): Require CL at compile time.
2769 (uniquify-push): Removed.
2770
2771 * shadowfile.el (shadow-when): Removed.
2772
2773 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2774 (tempo-process-and-insert-string): Use dolist instead of
2775 tempo-dolist.
2776
2777 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2778 regexp for paragraph-start.
2779
2780 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2781 commas as well.
2782
2783 2000-02-10 Dave Love <fx@gnu.org>
2784
2785 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2786 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2787 Deleted.
2788 (widget-specify-field, widget-specify-button): Don't use
2789 widget-mouse-help as help-echo property.
2790 (default): Use #'ignore for :validate and :mouse-down-action.
2791 (checkbox): Add help-echo.
2792 (widget-sexp-validate): Rewritten to clarify error messages.
2793 (character): Use char-valid-p in :match function.
2794 (widget-color-complete): Use facemenu-color-alist.
2795 (widget-color-action): Use facemenu-read-color.
2796
2797 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2798 set up `caar' &c that we now have.
2799
2800 2000-02-09 Ray Blaak <blaak@gnu.org>
2801
2802 * delphi.el: Make resourcestring a declaration region, like const
2803 and var.
2804
2805 2000-02-09 Dave Love <fx@gnu.org>
2806
2807 * bindings.el (mode-line-input-method-map): New variable.
2808 (mode-line-mule-info): Use it; fix last change.
2809 (mode-line-mode-menu): Move definition.
2810 (mode-line-mouse-sensitive-p): Deleted.
2811 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2812 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2813 level.
2814
2815 * startup.el (command-line-1): Don't call
2816 make-mode-line-mouse-sensitive.
2817
2818 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2819
2820 * mail/rmail.el (rmail-retry-failure): Use
2821 rmail-beginning-of-message before rmail-toggle-header, because the
2822 former toggles headers.
2823
2824 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2825
2826 * diff-mode.el (diff-kill-junk): New interactive function.
2827 (diff-reverse-direction): Use delete-and-extract-region.
2828 (diff-post-command-hook): Restrict the area so that the hook also works
2829 outside of any diff hunk. This is necessary for the minor-mode.
2830 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2831 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2832
2833 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2834 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2835 so that it can be used more easily in <foo>-mode-hook. Also make sure
2836 to avoid duplicate entries.
2837 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2838 (font-lock-remove-keywords): Just as was done for `add', allow it to
2839 work even if font-lock-mode is nil. Also make sure we don't modify
2840 any pre-existing list by forcing a copy-sequence. Finally rename
2841 `major-mode' to `mode'.
2842 (font-lock-fontify-syntactic-anchored-keywords)
2843 (font-lock-fontify-anchored-keywords)
2844 (font-lock-fontify-keywords-region): Use line-end-position.
2845 Don't make `font-lock-multiline' local (it's now done in
2846 font-lock-set-defaults).
2847 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2848 move the `font-lock-fontified' creation to inside the `unless'.
2849
2850 2000-02-06 Andrew Innes <andrewi@gnu.org>
2851
2852 * term/w32-win.el (x-handle-args): Comment out call to message,
2853 which occurs before window system is initialized.
2854
2855 * makefile.nt: Add support for recompiling lisp code.
2856
2857 2000-02-04 Dave Love <fx@gnu.org>
2858
2859 * bindings.el (mode-line-mule-info): Fix/extend last change.
2860
2861 * completion.el: Replace completion-dolist with dolist.
2862
2863 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2864 dotimes.
2865
2866 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2867
2868 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2869 environment names before they go into the section regexp.
2870
2871 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2872 char class in regexp.
2873
2874 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2875 `case-fold-search' to nil.
2876
2877 * progmodes/idlwave.el (idlwave-template): Respect
2878 `idlwave-abbrev-change-case'.
2879 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2880 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2881 idlwave-while): respect `idlwave-reserved-word-upcase'.
2882 (idlwave-rw-case): New function.
2883 (idlwave-statement-match): Fixed problem with assignment regexp.
2884 (idlwave-font-lock-keywords): Improved regexp for keyword
2885 parameters.
2886 (idlwave-surround): New argument LENGTH to support padding of
2887 operators longer than 1 char.
2888
2889 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2890 idlwave-shell-expression-overlay. Implemented printing of
2891 expressions on higher levels of the calling stack.
2892 (idlwave-shell-display-level-in-calling-stack): Restore stack
2893 level.
2894 (idlwave-retrieve-expression-from-level): New function.
2895 (idlwave-shell-last-calling-stack): Variable removed.
2896 (idlwave-shell-reset): Argument action reversed (`visible' to
2897 `hidden'). Also remove stop-line overlay.
2898 (idlwave-shell-calling-stack-routine): New variable.
2899 (idlwave-shell-parse-stack-and-display): Messages now display
2900 negative level numbers.
2901 (idlwave-shell-mode): Set `modeline-format'.
2902 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2903 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2904 21.
2905 (idlwave-shell-print-expression-function): New option.
2906
2907 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2908 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2909 `tool-bar' instead of `toolbar'.
2910
2911 2000-02-02 Dave Love <fx@gnu.org>
2912
2913 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2914 emacs-lisp-mode-hook. Don't check for defalias being defined.
2915
2916 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2917 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2918 the new builtins directly.
2919
2920 * whitespace.el (whitespace): Add :version to defgroup.
2921
2922 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2923 Doc fix.
2924
2925 * thingatpt.el (sexp-at-point, symbol-at-point)
2926 (number-at-point, list-at-point): Add autoload cookie.
2927
2928 * recentf.el (recentf): Add :version to defgroup.
2929
2930 * quickurl.el (quickurl): Add :version to defgroup.
2931
2932 * elide-head.el (elide-head): Use point-marker more.
2933
2934 * bs.el (bs): Add :version to defgroup.
2935
2936 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2937
2938 * progmodes/delphi.el (delphi): Add :version to defgroup.
2939
2940 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2941
2942 * ange-ftp.el (ange-ftp-write-region): Handle case that
2943 succeeding process operation sets a different coding system.
2944
2945 * calculator.el: New file.
2946
2947 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2948
2949 * frame.el (frames-on-display-list, framep-on-display): New
2950 functions.
2951 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2952 (display-selections-p, display-screens, display-pixel-width)
2953 (display-pixel-height, display-mm-width, display-mm-height)
2954 (display-backing-store, display-save-under, display-planes)
2955 (display-color-cells, display-visual-class): New functions.
2956
2957 * term/tty-colors.el (tty-color-gray-shades): New function.
2958
2959 * faces.el (display-color-p): Use framep-on-display.
2960 (display-grayscale-p): New function.
2961
2962 2000-01-31 Dave Love <fx@gnu.org>
2963
2964 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2965 (create-fontset-from-x-resource): Don't concat integers.
2966
2967 2000-01-31 Inge Frick <inge@nada.kth.se>
2968
2969 * view.el: Some changes in documentation. Removed some trailing
2970 whitespace. Changed some parameter names to agree with
2971 documentation.
2972 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2973 window is not deleted. Modifies change 1998-04-26.
2974
2975 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2976
2977 * windmove.el: New file.
2978
2979 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2980 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2981 progmodes/ebnf-yac.el: Update copyright and license info.
2982
2983 * jit-lock.el (jit-lock-function): Widen before calculating end
2984 position.
2985 (jit-lock-stealth-chunk-start): Rewritten.
2986
2987 * info.el (Info-title-face-alist): Removed.
2988 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2989 faces.
2990 (Info-fontify-node): Use these faces.
2991
2992 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2993
2994 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2995 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2996 `&allow-other-keywords'.
2997
2998 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2999 the list of directories scanned heuristically.
3000
3001 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3002 exist.
3003
3004 2000-01-30 Jason Rumney <jasonr@gnu.org>
3005
3006 * w32-fns.el: Define w32-tty-standard-colors.
3007
3008 * startup.el (command-line): Use w32-tty-standard-colors when in
3009 w32 console mode.
3010
3011 2000-01-30 Dave Love <fx@gnu.org>
3012
3013 * jka-compr.el (jka-compr-load): Fix up load-history.
3014
3015 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3016
3017 * emacs-lisp/cl-macs.el: Revert previous change.
3018
3019 2000-01-29 Dave Love <fx@gnu.org>
3020
3021 * facemenu.el: Purecopy various strings.
3022
3023 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3024 years. Deal with three-digit years.
3025
3026 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3027 defconst, purecopy.
3028 (help-back-label): Purecopy it.
3029
3030 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3031
3032 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3033 variable. If non-nil, order the buffer list according to the
3034 currently selected frame.
3035 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3036 non-nil, pass the selected frame to function buffer-list.
3037
3038 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3039
3040 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3041
3042 2000-01-28 Dave Love <fx@gnu.org>
3043
3044 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3045
3046 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3047 Don't use lisp-indent-hook property.
3048 (cl-abs): Remove.
3049
3050 * subr.el: Move out indent and edebug specs for when and unless.
3051
3052 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3053 when, unless.
3054
3055 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3056 unless, when.
3057
3058 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3059
3060 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3061 `collecting' as synonym for `collect'.
3062
3063 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3064 for the case it contains spaces.
3065
3066 * simple.el (what-cursor-position): Change formatting of
3067 messages.
3068
3069 * frame.el (delete-other-frames): New function.
3070 (toplevel): Bind it to C-x 5 1.
3071
3072 * sort.el (sort-numeric-base): New option.
3073 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3074 interpret it as octal or hexadecimal. Use sort-numeric-base
3075 as default base.
3076
3077 * progmodes/glasses.el: New file.
3078
3079 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3080
3081 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3082 userids differently.
3083
3084 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3085 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3086 progmodes/ebnf-yac.el: New files.
3087
3088 2000-01-26 Dave Love <fx@gnu.org>
3089
3090 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3091 on a function with an empty body. [From Eric Ludlam.]
3092
3093 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3094
3095 * vc.el (vc-version-diff): Make sure file name is expanded.
3096
3097 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3098
3099 * scroll-bar.el (scroll-bar-timer): Variable removed.
3100 (scroll-bar-toolkit-scroll): Don't use a timer.
3101
3102 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3103
3104 * language/thai-util.el (thai-composition-function): Delete
3105 superfluous `a'.
3106
3107 2000-01-24 Dave Love <fx@gnu.org>
3108
3109 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3110 end-of-defun-function.
3111
3112 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3113 &c.
3114
3115 2000-01-22 Jason Rumney <jasonr@gnu.org>
3116
3117 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3118 conflicts with new face support.
3119
3120 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3121
3122 * replace.el (query-replace): Rename last arg to DELIMITED.
3123 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3124 (query-replace-regexp): Likewise.
3125
3126 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3127
3128 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3129
3130 * emacs-lisp/lisp.el (beginning-of-defun-function):
3131 Variable renamed from beginning-of-defun.
3132 Do not call make-variable-buffer-local.
3133 (beginning-of-defun-raw): Use new variable name; doc fix.
3134 (beginning-of-defun): Doc fix.
3135 (end-of-defun-function): Variable renamed from end-of-defun.
3136 Do not call make-variable-buffer-local.
3137 (end-of-defun): Use new variable name; doc fix.
3138
3139 * subr.el (dolist, dotimes): Copied from cl-macs.el
3140 and made to work.
3141
3142 * mail/undigest.el (rmail-digest-end-regexps):
3143 Variable replaces rmail-digest-end-regexp.
3144 Allows multiple regexps for detecting the end line.
3145 (undigestify-rmail-message): Corresponding changes.
3146
3147 2000-01-19 Dave Love <fx@gnu.org>
3148
3149 * files.el (user-init-file): Don't declare here -- is primitive.
3150
3151 * startup.el (command-line): Check for compiled user-init-file and
3152 set to uncompiled version if necessary.
3153
3154 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3155
3156 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3157 (undigestify-rmail-message): Use it.
3158
3159 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3160
3161 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3162
3163 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3164 of mini-buffer.
3165
3166 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3167
3168 * emacs-lisp/copyright.el (copyright-update): Removed the
3169 requirement for a trailing space from `copyright-regexp', to
3170 support copyrights with owner specified on a separate line..
3171
3172 * align.el: New file.
3173
3174 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3175
3176 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3177
3178 2000-01-13 Dave Love <fx@gnu.org>
3179
3180 * ph.el: Removed. (Obsoleted by EUDC.)
3181
3182 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3183
3184 * net/eudc.el (toplevel): Remove autoloaded code installing
3185 menu with easymenu, because that causes build problems.
3186
3187 * frame.el (frame-notice-user-settings): New variable.
3188 (frame-notice-user-settings): Don't modify frame parameters
3189 if called a second time.
3190
3191 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3192
3193 * frame.el (frame-notice-user-settings):
3194 Notice default-frame-parameters even for non-window frames.
3195
3196 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3197
3198 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3199 for Emacs.
3200 (eudc-bob-can-display-inline-images): Extend for Emacs.
3201 (eudc-bob-toggle-inline-display): Ditto.
3202 (eudc-bob-display-jpeg): Ditto.
3203
3204 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3205
3206 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3207 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3208 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3209
3210 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3211 nil)'.
3212
3213 * subdirs.el: Add `net' directory.
3214
3215 * net: New directory.
3216
3217 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3218 eval-last-sexp. Don't bind debug-on-error here.
3219 (eval-last-sexp): New function. Bind debug-on-error if
3220 eval-expression-debug-on-error is non-nil.
3221 (eval-defun-2, eval-defun): Likewise.
3222
3223 * simple.el (eval-expression): Don't bind debug-on-error if
3224 eval-expression-debug-on-error is nil. Detect changed
3225 debug-on-error, and propagate new value to global binding, if
3226 eval-expression-debug-on-error is non-nil,
3227 (eval-expression-debug-on-error): Change doc string.
3228
3229 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3230
3231 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3232
3233 * emacs-lisp/lisp-mode.el (with-syntax-table):
3234 Set up lisp-indent-function property.
3235
3236 * subr.el (with-syntax-table): Moved from simple.el.
3237
3238 * simple.el (with-syntax-table): Moved to subr.el.
3239
3240 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3241
3242 * tmm.el (tmm-shortcut): Delete region after prompt instead
3243 of erasing buffer.
3244
3245 * textmodes/fill.el (fill-common-string-prefix): New function.
3246 (fill-context-prefix): Use the longest common prefix of first
3247 and second line fill prefix, if there is one.
3248
3249 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3250
3251 * array.el (array-mode): Don't use make-variable-buffer-local.
3252 Use make-local-variable for `truncate-lines'.
3253
3254 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3255
3256 * add-log.el (add-log-current-defun): Handle user-defined
3257 add-log-current-function returning nil,
3258
3259 * add-log.el (add-change-log-entry): Insert version number
3260 if having found a current function
3261
3262 * add-log.el (add-log-current-defun): Call
3263 `add-log-current-defun-function'. Try matches at level 0 and
3264 level 1. Strip whitespace from defun found.
3265
3266 2000-01-10 John Wiegley <johnw@gnu.org>
3267
3268 * allout.el (isearch-done/outline-provisions): Added `edit'
3269 argument to correspond with the current definition of
3270 `isearch-done'.
3271
3272 2000-01-10 Dave Love <fx@gnu.org>
3273
3274 * elide-head.el (elide-head): Use point-marker, not point.
3275
3276 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3277
3278 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3279 before and after the year 2000.
3280
3281 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3282 Add ispell- prefix.
3283
3284 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3285
3286 * ispell.el: Only define dictionaries in menus when they exist.
3287 (version18p): New variable.
3288 (version20p): New variable.
3289 (xemacsp): New variable.
3290 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3291 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3292 (ispell-dictionary-alist6): Russian command lines no longer accept
3293 run-together words.
3294 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3295 (ispell-dictionary-alist): Add koi8-r to customize definition.
3296 (check-ispell-version): Added documentation string. Returns
3297 library path when called non-interactively.
3298 (ispell-menu-map-needed): Uses new variables.
3299 (ispell-library-path): New variable.
3300 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3301 (ispell-word): Improved documentation string. Test for valid
3302 character mappings. Correctly check typed in word changes that can
3303 result in single words split into multiple words. Returns
3304 replacement word.
3305 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3306 replace in recursive query replace mode. Help message for
3307 recursive edit mode.
3308 (ispell-show-choices): Protect against bad framepop bindings.
3309 (ispell-help): Fix to work with XEmacs.
3310 (ispell-highlight-spelling-error): Use new variables.
3311 (ispell-overlay-window): Fix to work with XEmacs.
3312 (ispell-parse-output): Passed and returns location information
3313 tracking spelling corrections. Doesn't recheck same word on
3314 current line.
3315 (ispell-init-process): Protect against bogus XEmacs variable binding.
3316 Fix call to single argument in sleep-for. Use new variables.
3317 (ispell-region): Passed and returns location information tracking
3318 spelling corrections. Doesn't check same word on current line.
3319 Improved documentation string. Doesn't resend a line already
3320 checked to the ispell process - fixes bug in LaTeX parsing.
3321 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3322 (ispell-skip-region): No longer skips <TT> in SGML.
3323 (ispell-process-line): Tracks location information with spelling
3324 corrections. Added documentation string. Accounts for words
3325 already accepted on this line. Don't allow query-replace on line
3326 starting with math characters. Doesn't resend a line already sent
3327 to ispell process. Fixes alignment error bug.
3328
3329 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3330
3331 * dired-x.el (dired-guess-shell-alist-default):
3332 Suggest xloadimage, which is free, not xv, which isn't.
3333
3334 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3335 Don't ever include the host name or user name in the value.
3336
3337 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3338
3339 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3340 of a real newline.
3341
3342 2000-01-09 Stephen Eglen <stephen@gnu.org>
3343
3344 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3345 for .png files.
3346
3347 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3348
3349 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3350
3351 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3352
3353 * progmodes/cperl-mode.el: Replace ^F with ^L.
3354
3355 * sendmail.el (toplevel): Provide `sendmail' when compiling
3356 before `require'ing rmail and mailalias to prevent infinite
3357 recursion.
3358
3359 2000-01-08 Dave Love <fx@gnu.org>
3360
3361 * emacs-lisp/backquote.el: Remove inappropriate customization
3362 (allowing custom.el to use backquote).
3363
3364 2000-01-07 Dave Love <fx@gnu.org>
3365
3366 * add-log.el (add-log-debugging): Deleted.
3367 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3368 file. Remove debugging code.
3369 (change-log-get-method-definition, change-log-name): Add doc.
3370 (change-log-sortable-date-at): New function.
3371 (change-log-merge): New command.
3372
3373 * time.el (display-time-string-forms): Make the Mail string active.
3374 (display-time-update): Provide help-echo for load average.
3375
3376 * bindings.el (make-mode-line-mouse2-map): New function.
3377 (mode-line-modified): Use it and simplify.
3378 (mode-line-mule-info): Provide help-echo info.
3379 (minor-mode-alist): Activate the strings.
3380 (make-mode-line-mouse-sensitive): Simplify for
3381 mode-line-buffer-identification.
3382
3383 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3384
3385 * play/pong.el: New file.
3386
3387 2000-01-06 Dave Love <fx@gnu.org>
3388
3389 * array.el: Assorted cleanups for compiler warnings, doc strings,
3390 `array-' prefix for symbols.
3391
3392 2000-01-05 Dave Love <fx@gnu.org>
3393
3394 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3395 outline-headers-as-kill.
3396 (outline-mode): Define imenu-generic-expression.
3397 (outline-headers-as-kill): New command.
3398
3399 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3400 from paragraph-start.
3401 (paragraph-indent-minor-mode): New command.
3402
3403 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3404 M-C-e, M-C-h, C-j, C-xnd, TAB.
3405 (fortran-mode): Set beginning-of-defun, end-of-defun.
3406 (fortran-column-ruler): Simplify.
3407 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3408 (fortran-with-subprogram-narrowing): Likewise.
3409 (fortran-indent-subprogram): Call mark-defun.
3410 (fortran-check-for-matching-do): Change narrowing.
3411
3412 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3413 (cl-lucid-hash-tag): Delete.
3414 (cl-hash-table-p): Correct test for native table.
3415 (cl-hash-table-count): Use hash-table-count.
3416
3417 * browse-url.el (browse-url): Fix case of
3418 browse-url-browser-function being an alist.
3419
3420 2000-01-05 Carsten Dominik <cd@gnu.org>
3421
3422 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3423 (reftex-index-phrase-file-extension): New options.
3424
3425 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3426 Use new option `reftex-index-phrase-file-extension'.
3427
3428 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3429 `reftex-parse-file-extension'.
3430
3431 2000-01-05 Dave Love <fx@gnu.org>
3432
3433 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3434 (beginning-of-defun-raw): Use it.
3435 (end-of-defun): New variable.
3436 (end-of-defun): Use it.
3437 (check-parens): New command.
3438
3439 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3440
3441 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3442 (hs-show-block): Don't use `mapcar' when not accumulating.
3443
3444 Fix buglet in local variables initialization.
3445
3446 2000-01-05 Andreas Schwab <schwab@suse.de>
3447
3448 * hscroll.el (hscroll): Doc fix.
3449
3450 2000-01-05 Carsten Dominik <cd@gnu.org>
3451
3452 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3453 idlw-toolbar.
3454
3455 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3456 file idlw-rinfo.el.
3457 (idlwave-customize): load must read file idlw-shell.el.
3458 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3459
3460 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3461
3462 * progmodes/idlw-shell.el: Also provide idlwave-shell
3463 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3464 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3465
3466 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3467 both reftex-dcr and reftex-vcr.
3468
3469 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3470
3471 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3472
3473 * ps-print.el: PostScript code now is in separate files, doc fix.
3474 (ps-print-version): New version number (5.0.3).
3475 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3476 local.
3477 (ps-spool-config): Initialization fix.
3478 (ps-print-prologue-1, ps-print-prologue-2)
3479 (ps-print-duplex-feature): PostScript code moved to separated file.
3480 (ps-background-image): Little code reformating.
3481 (ps-begin-file, ps-begin-job): Fix code.
3482 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3483 (ps-prologue-file): New fun.
3484
3485 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3486
3487 * ps-vars.el: Eliminated.
3488
3489 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3490 `;;;###autoload'.
3491
3492 * ps-print.el: ps-vars eliminated, doc fix.
3493 (ps-print-version): New version number (5.0.2).
3494 (ps-spool-config): Initialization fix.
3495 (ps-print-customize): New fun.
3496
3497 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3498
3499 * autorevert.el (auto-revert-mode): Return value of
3500 auto-revert-mode.
3501
3502 2000-01-04 Dave Love <fx@gnu.org>
3503
3504 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3505 menu items.
3506
3507 2000-01-03 Dave Love <fx@gnu.org>
3508
3509 * elide-head.el (elide-head) [defgroup]: Add :version.
3510
3511 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3512 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3513 `cl-hash-table-p', not `hash-table-p'.
3514 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3515
3516 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3517
3518 * faces.el (face-read-integer, read-face-attribute)
3519 (color-defined-p, color-values): unspecified-{f,b}g are now
3520 strings.
3521
3522 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3523
3524 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3525 at comment end, and re-insert them after filling.
3526
3527 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3528
3529 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3530 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3531 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3532
3533 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3536 the new name of face-color-supported-p.
3537
3538 * term/w32-win.el (xw-defined-colors): Likewise.
3539
3540 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3541
3542 * simple.el (completion-setup-function): Count completion-size
3543 from minibuffer-prompt-end, not from point-min.
3544
3545 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3546
3547 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3548 Pass the frame to tty-color-* functions.
3549 (display-color-p, frame-set-background-mode): Pass the frame to
3550 tty-display-color-p.
3551
3552 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3553 tty-color-alist.
3554 (tty-color-alist, tty-modify-color-alist): New functions.
3555 (tty-color-define, tty-color-clear, tty-color-approximate)
3556 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3557 an optional parameter FRAME.
3558
3559 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3560
3561 * image.el (create-image, defimage): Don't assume image data is a
3562 string.
3563
3564 * image.el (defimage): Handle specifications containing :data
3565 instead of :file.
3566 (image-type-from-data): New function.
3567 (image-type-from-file-header): Use it.
3568 (create-image): Add parameter DATA-P.
3569
3570 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3571
3572 * echistory.el (electric-command-history): Call Command-history-setup
3573 and command-history-mode using their new conventions.
3574
3575 * chistory.el (Command-history-setup): Don't switch buffers. Take
3576 no args, and do not set major-mode, mode-name or the local map.
3577 (command-history-mode): New function, does some of those things
3578 Command-history-setup used to do.
3579 (list-command-history): Call command-history-mode, not
3580 Command-history-setup.
3581 (command-history): Renamed from command-history-mode.
3582
3583 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3584
3585 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3586
3587 1999-12-31 William M. Perry <wmperry@aventail.com>
3588
3589 * image.el (defimage): Images with the `:data' keyword should be
3590 considered valid as well.
3591
3592 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3593
3594 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3595 with FILE if FILE is nil.
3596
3597 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3598
3599 * simple.el (choose-completion-string): In minibuffer,
3600 do not delete the prompt string.
3601
3602 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3603
3604 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3605 assigned to mode-line-mode-menu because bindings.el is dumped with
3606 Emacs, and thus the lists used for menu-item definition will be
3607 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3608 like pure menu item definitions.
3609
3610 * expand.el (expand-abbrev-hook): Return t if expansion was
3611 done, nil otherwise.
3612
3613 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3614
3615 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3616 (tar-quit): Function deleted.
3617
3618 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3619
3620 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3621 was used but not declared.
3622
3623 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3624 hs-find-block-beginning): Add or modify docstrings.
3625
3626 (hs-isearch-show): Rewrite.
3627
3628 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3629
3630 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3631
3632 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3633 space in front of a C-style comment end.
3634
3635 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3636
3637 * startup.el (command-line-1): Make mode line mouse-sensitive for
3638 the MS-DOS version as well.
3639
3640 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3641
3642 * bs.el: New file.
3643
3644 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3645
3646 * textmodes/ispell.el (ispell-process-line):
3647 Add local var line-offset to adjust for the change
3648 in positions within the line, due to previous replacements.
3649
3650 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3651
3652 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3653 Doc fixes.
3654
3655 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3656
3657 * add-log.el (change-log-version-number-regexp-list)
3658 (change-log-version-info-enabled): Change :version to 21.1.
3659 (toplevel): Require CL when compiling.
3660
3661 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3662
3663 * add-log.el (change-log-version-number-regexp-list): Added tag
3664 :version 20.6
3665 (change-log-version-info-enabled): Added tag :version 20.6
3666
3667 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3668
3669 * add-log.el: More general version number search with
3670 user-configurable regexp list.
3671 (change-log-version-number-regexp-list): New user variable.
3672 (change-log-find-version): Rewritten. Use user-configurable
3673 version numbering regexp list
3674 change-log-version-number-regexp-list.
3675 (change-log-find-version): Renamed to
3676 change-log-version-number-search
3677 (add-log-file-name-function): New.
3678 (change-log-search-vc-number): Added END paramaeter. Added doc
3679 string to function.
3680 (change-log-version-rcs): Renamed. Was
3681 change-log-search-vc-number.
3682
3683 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3684
3685 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3686 overlays if they interfere.
3687 (compilation-find-file): Make intangible overlays tangible.
3688
3689 * progmodes/hideshow.el: Generally, synch w/ maintainer
3690 version 5.9.
3691
3692 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3693
3694 (hs-minor-mode-hook): Don't initialize.
3695
3696 (hs-special-modes-alist): Rewrite value and docstring.
3697
3698 (hs-minor-mode-prefix): Delete unused var.
3699
3700 (hs-block-start-mdata-select): New var, buffer local.
3701
3702 (hs-headline): New var.
3703
3704 (hs-match-data, hs-forward-sexp): New funcs.
3705
3706 (hs-hide-comment-region): New func.
3707
3708 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3709 hs-safety-is-job-n, hs-hide-initial-comment-block,
3710 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3711 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3712 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3713 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3714 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3715
3716 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3717 (hs-isearch-show-temporary): New funcs.
3718
3719 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3720
3721 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3722
3723 When constructing menu, use `[(shift button2)]' notation.
3724
3725 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3726
3727 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3728 (jka-compr-compression-info-list): Add new elt to each vector.
3729 (jka-compr-write-region): Don't compress the data if it is
3730 already compressed.
3731
3732 * jka-compr.el (jka-compr-really-do-compress): New variable.
3733 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3734 if visiting.
3735 (jka-compr-write-region): Set jka-compr-really-do-compress
3736 if visiting. Test it when deciding to compress.
3737
3738 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3739
3740 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3741 with third argument t.
3742
3743 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3744
3745 * antlr-mode.el: Version 1.2 is released.
3746 (antlr): This package has a web page.
3747
3748 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3749
3750 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3751 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3752 (antlr-mode-map): New binding [C-c C-c].
3753 (antlr-mode-menu): New entries.
3754
3755 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3756
3757 * antlr-mode.el: Respect Emacs conventions.
3758 ((require 'cl)): Only use during compilation.
3759 (antlr-language-for-option): New function to avoid using `find'.
3760 (antlr-mode): Use it.
3761 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3762 (antlr-imenu-create-index-function): Change accordingly.
3763 (antlr-inside-rule-p): Ditto.
3764 (antlr-end-of-rule): Ditto.
3765 (antlr-end-of-body): Ditto.
3766 (antlr-beginning-of-rule): Ditto.
3767 (antlr-indent-line): Ditto.
3768
3769 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3770
3771 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3772 (antlr-set-tabs): Don't use hard-coded values.
3773
3774 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3775 won't be possible without a huge time penalty.
3776 (antlr-skip-exception-part): Be more specific.
3777 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3778 Renamed from `antlr-skip-grammar-header'.
3779 (antlr-next-rule): Change accordingly.
3780 (antlr-end-of-body): Ditto. Better error message.
3781 (antlr-beginning-of-body): Better error message.
3782 (antlr-imenu-create-index-function): Skip rule action prelude.
3783
3784 * antlr-mode.el: Minor syntax highlighting changes.
3785 (antlr-font-lock-default-face): Deletia.
3786 (antlr-font-lock-tokendef-face): Changed color.
3787 (antlr-font-lock-tokenref-face): Changed color.
3788 (antlr-font-lock-literal-face): Changed color.
3789 (antlr-font-lock-additional-keywords): Minor changes.
3790
3791 1999-12-20 Carsten Dominik <cd@gnu.org>
3792
3793 * progmodes/idlwave.el: New file.
3794
3795 * progmodes/idlwave-rinfo.el: New file.
3796
3797 * progmodes/idlwave-shell.el: New file.
3798
3799 * progmodes/idlwave-toolbar.el: New file.
3800
3801 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3802
3803 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3804
3805 * progmodes/cwarn.el: New file.
3806
3807 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3808
3809 * bindings.el (completion-ignored-extensions): Add .pdf.
3810
3811 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3812
3813 * version.el: Put the version info into binary on MS-DOS as well.
3814
3815 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3816
3817 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3818 debugger-may-continue is nil.
3819
3820 1999-12-18 Dave Love <fx@gnu.org>
3821
3822 * emacs-lisp/cl-macs.el: Remove conditional definition of
3823 eval-when-compile. Don't specify abs, expt, gethash,
3824 hash-table-count, hash-table-p as side-effect-free here.
3825 (cl-emacs-type): Don't declare.
3826 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3827 (cl-parse-loop-clause): Remove compatibility code.
3828
3829 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3830 (side-effect-free-fns): Add gethash, hash-table-count.
3831 (side-effect-and-error-free-fns): Add hash-table-p.
3832
3833 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3834 `cl-' to autoload names for some hash functions. Don't autoload
3835 eval-when-compile. Don't provide mini-cl.
3836 (cl-emacs-type): Remove.
3837 (cl-map-extents): Remove compatibility code.
3838
3839 * emacs-lisp/float.el: Bind free variables.
3840
3841 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3842
3843 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3844
3845 * bindings.el (completion-ignored-extensions): Add .tfm.
3846
3847 1999-12-16 Dave Love <fx@gnu.org>
3848
3849 * faces.el (set-face-attribute): Purecopy the attributes set.
3850
3851 * custom.el (custom-declare-variable): Purecopy value.
3852
3853 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3854 (byte-extrude-byte-code-vectors): Use remprop.
3855 (byte-compile-lambda): Check that arg is a lambda.
3856
3857 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3858
3859 * font-lock.el: System for adding and removing keywords.
3860 Both local (previously added keyword) and global keywords
3861 can be removed.
3862 (font-lock-remove-keywords): New user-level function.
3863 (font-lock-update-removed-keyword-alist): New internal function.
3864 (font-lock-removed-keywords-alist): New variable.
3865 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3866 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3867 growing datastructures.
3868 (font-lock-set-defaults): Removes keywords stored in
3869 `font-lock-removed-keywords-alist' after local keywords added.
3870
3871 1999-12-16 Anders Lindgren <andersl@andersl.com>
3872
3873 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3874 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3875
3876 * font-lock.el (c-keywords): Only highlight preprocessor
3877 directives when spelled correctly.
3878
3879 * font-lock.el (font-lock-match-c++-structor-declaration,
3880 c++-keywords): Fontify constructors and destructors with function
3881 face inside C++ class declarations.
3882
3883 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3884
3885 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3886 the shell from sh-shell-file.
3887
3888 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3889
3890 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3891
3892 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3893 if one of the files specified cannot be accessed by
3894 file-attributes. Do not strip any leading directories from the
3895 file names, to behave more like `ls' does.
3896
3897 * dired.el (dired-get-filename): Handle absolute file names.
3898 (dired-readin-insert): If argument is a cons, don't print
3899 "wildcard" on the ``total'' line.
3900
3901 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3902
3903 * faces.el (face-read-integer, read-face-attribute)
3904 (color-defined-p, color-values): Allow color values unspecified-fg
3905 and unspecified-bg, handle them as unspecified.
3906
3907 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3908
3909 * textmodes/reftex.el: (reftex-compile-variables): respect new
3910 structure of `reftex-index-macro'
3911 (reftex-compile-variables): Use the changed structure of
3912 `reftex-label-alist'.
3913
3914 * textmodes/reftex-vars.el (reftex-index-math-format,
3915 (reftex-toc-max-level): New option.
3916 reftex-index-phrases-search-whole-words,
3917 reftex-index-phrases-case-fold-search,
3918 reftex-index-phrases-skip-indexed-matches,
3919 reftex-index-phrases-wrap-long-lines,
3920 reftex-index-phrases-sort-prefers-entry,
3921 reftex-index-phrases-sort-in-blocks): New options.
3922 (reftex-index-macros): Option structure changed.
3923 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3924 (reftex-label-alist): Additional item in each entry to specify if
3925 the environment should be listed in the TOC.
3926 (eval-when-compile (require 'cl)) added.
3927
3928 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3929 longer deals with "repeat".
3930 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3931 now used.
3932 (reftex-index-phrases-comment-regexp,
3933 reftex-index-phrases-macrodef-regexp,
3934 reftex-index-phrases-phrase-regexp1,
3935 reftex-index-phrases-phrase-regexp2,
3936 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3937 New constants.
3938 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3939 reftex-index-phrases-font-lock-keywords,
3940 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3941 reftex-index-phrases-restrict-file): New variables.
3942 (reftex-index-phrase-selection-or-word,
3943 reftex-index-visit-phrases-buffer,
3944 reftex-index-initialize-phrases-buffer,
3945 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3946 reftex-index-next-phrase, reftex-index-this-phrase,
3947 reftex-index-all-phrases, reftex-index-region-phrases,
3948 reftex-index-phrases-parse-header,
3949 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3950 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3951 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3952 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3953 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3954 reftex-index-make-replace-string,
3955 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3956 reftex-index-phrase-match-is-indexed,
3957 reftex-index-phrases-fixup-line,
3958 reftex-index-phrases-replace-space,
3959 reftex-index-select-phrases-macro): New functions.
3960 (reftex-index-globalize, reftex-index-globally): functions removed
3961 (eval-when-compile (require 'cl)) added.
3962
3963 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3964 for max level.
3965 (reftex-toc-max-level-indicator): New variable.
3966 (reftex-toc-max-level): New command.
3967 (reftex-toc-map): New keybinding `t'.
3968 (reftex-toc-help): Constant updated.
3969 (eval-when-compile (require 'cl)) added.
3970
3971 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3972 `t' command key can change `reftex-toc-max-level'
3973 (eval-when-compile (require 'cl)) added.
3974
3975 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3976 `reftex-toc-max-level'
3977 (eval-when-compile (require 'cl)) added.
3978
3979 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3980 added.
3981
3982 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3983 added.
3984
3985 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3986 commands.
3987 (reftex-citation, reftex-do-citation,
3988 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3989 preselect a citation format.
3990 (eval-when-compile (require 'cl)) added.
3991
3992 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3993 parameter to-end
3994 (reftex-section-info): Deal with environment matches.
3995 (eval-when-compile (require 'cl)) added.
3996
3997 * reftex-global.el (eval-when-compile (require 'cl)) added.
3998
3999 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4000
4001 The following changes are for the new composition mechanism. We
4002 have deleted `composition' charset and composite characters,
4003 instead introduced a special text property `composition'.
4004
4005 * composite.el: New file.
4006
4007 * ps-mule.el: Define encode-composition-rule and find-composition
4008 for Emacs 20.4 and the earlier versions.
4009 (ps-mule-init-external-library): Just require a feature for
4010 external libraries.
4011 (ps-mule-prologue): Postscript code modified for new composition.
4012 (ps-mule-find-wrappoint): New arg COMPOSITION.
4013 (ps-mule-plot-string): Delete code for composite characaters.
4014 (ps-mule-plot-composition): New funcion.
4015 (ps-mule-prepare-font-for-components): New function.
4016 (ps-mule-plot-components): New function.
4017 (ps-mule-composition-prologue-generated): Renamed from
4018 ps-mule-cmpchar-prologue-generated.
4019 (ps-mule-composition-prologue): New named from
4020 ps-mule-cmpchar-prologue. Modified for new composition.
4021 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4022 ps-mule-prepare-cmpchar-font): Deleted.
4023 (ps-mule-string-encoding): New arg NO-SETFONT.
4024 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4025 check Composing, not Cmpchar
4026 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4027 to nil.
4028 (ps-mule-begin-job): Check existence of new composition.
4029
4030 * ps-print.el (ps-plot-region): Handle new composition.
4031
4032 * simple.el (what-cursor-position): Show "(composed)" if the
4033 character is composed.
4034
4035 * international/characters.el: Fix cateogries of Lao symbols.
4036
4037 * international/fontset.el (vertical-centering-font-regexp): New
4038 variable.
4039
4040 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4041 (mule-version-date): Updated to 1999.12.7.
4042 (with-category-table): New macro.
4043
4044 * international/mule-cmds.el (encode-coding-char): Don't check
4045 composite character.
4046
4047 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4048 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4049 x-ctext): Give `composition' property t.
4050
4051 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4052 non-nil) at the tail of ALIST.
4053 (compose-region, decompose-region, decompse-string,
4054 reference-point-alist, compose-chars): Moved to composite.el.
4055 (compose-chars-component, compose-chars-rule,
4056 decompose-composite-char): Deleted.
4057
4058 * international/quail.el (quail-install-map): New optional arg
4059 NAME.
4060 (quail-get-translation): If DEF is a symbol but not a function,
4061 ignore it.
4062 (quail-start-translation): Put a key sequence undefined in the
4063 translation keymap in unread-command-events, not generated-events.
4064 Return parameterized event (compose-last-chars N) if the input
4065 characters should be composed.
4066 (quail-map-definition): If DEF is t, treat it as nil.
4067 (quail-delete-last-char): Delete the quail region.
4068 (quail-show-translations): Don't show list of translations if the
4069 quail package is deterministic.
4070 (quail-completion-max-depth): New variable.
4071 (quail-completion-1): Pay attention to the above variable. Fix
4072 for the case that a translation is a function.
4073 (quail-map-from-table, quail-map-from-table-1,
4074 quail-map-from-table-2): New functions.
4075 (quail-lookup-map-and-concat): New function
4076
4077 * language/devan-util.el: Mostly rewritten.
4078
4079 * language/lao.el: Register lao-composition-function in
4080 composition-function-table.
4081
4082 * language/lao-util.el: Mostly rewritten.
4083
4084 * language/thai.el: Register thai-composition-function in
4085 composition-function-table.
4086 (thai-tis620): Delete `pre-write-conversion' property.
4087
4088 * language/thai-util.el: (thai-category-table): Make it by
4089 make-category-table.
4090 (thai-composition-pattern): New variable.
4091 (thai-compose-region, thai-compose-string): Use
4092 with-category-table.
4093 (thai-post-read-conversion): Just call thai-compose-region.
4094 (thai-pre-write-conversion): Deleted.
4095 (thai-composition-function): New funciton.
4096
4097 * language/tibet-util.el: Most functions rewritten.
4098 (tibetan-char-p): Renamed from tibetan-char-examin.
4099 (tibetan-composable-examin) (tibetan-complete-char-examin)
4100 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4101 (tibetan-add-components): New function.
4102 (tibetan-composition-function): New function.
4103
4104 * language/tibetan.el: Register tibetan-composition-function in
4105 composition-function-table.
4106 (tibetan-composable-pattern): New variable.
4107 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4108 (tibetan-precomposition-rule-alist): Move punctuations to
4109 tibetan-punctuation-transcription-alist and
4110 tibetan-obsolete-glyphs.
4111 (tibetan-punctuation-transcription-alist): New variable.
4112 (tibetan-obsolete-glyphs): New variable.
4113 (tibetan-regexp): Improve the initialization code.
4114
4115 * textmodes/fill.el (fill-find-break-point): Delete codes for
4116 composite characters.
4117 (fill-region-as-paragraph): Likewise.
4118
4119 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4120
4121 * international/mule-cmds.el (default-input-method): Specify
4122 that it should be set after current-language-environment.
4123
4124 * custom.el (custom-handle-keyword): Add :set-after.
4125 (custom-add-dependencies): New function.
4126 (custom-set-variables): Take dependencies between args into
4127 account.
4128
4129 * battery.el (battery): Doc fix.
4130
4131 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4132
4133 * progmodes/cc-make.el: Removed.
4134
4135 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4136
4137 * Release of cc-mode 5.26
4138
4139 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4140
4141 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4142 target depth. Optionally count #else lines as clause limits,
4143 as suggested by don provan <provan@lucent.com>. #elif
4144 handling fixed.
4145
4146 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4147 (c-down-conditional-with-else): New commands that uses the
4148 added functionality in `c-forward-conditional'.
4149
4150 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4151
4152 * cc-align.el (c-lineup-comment): Preserve the alignment with
4153 a comment on the previous line instead of preserving the
4154 comment-column.
4155
4156 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4157
4158 * Fixes to IDL mode after input from Eric Eide
4159 <eeide@cs.utah.edu>:
4160 * cc-engine.el (c-beginning-of-statement-1): Allow
4161 `c-conditional-key' to be nil, for the benefit of IDL mode.
4162 * cc-engine.el (c-guess-basic-syntax): Ditto.
4163 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4164 but do match CORBA 2.3 `valuetype'.
4165 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4166 for IDL.
4167 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4168 be nil for IDL.
4169 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4170 Like C++.
4171 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4172 set `c-method-key' and `c-baseclass-key' to nil.
4173
4174 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4175
4176 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4177 with nonhanging open braces.
4178
4179 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4180
4181 * cc-align.el: Added docstrings to all lineup functions.
4182
4183 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4184 keyword.
4185
4186 * cc-align.el (c-lineup-C-comments): Handle free form text
4187 comments. Use c-comment-prefix-regexp and comment-start-skip
4188 instead of hardcoded regexps.
4189
4190 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4191
4192 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4193 behavior and return value as documented.
4194
4195 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4196
4197 * Changes for new style variable init system:
4198 * cc-langs.el (c-common-init): Dito.
4199 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4200 now customizable.
4201 * cc-vars.el: Style variables may now take a value
4202 'set-from-style to make them take their value from the style
4203 system. This value is now the default on all these variables.
4204 * cc-vars.el (c-valid-offset): New function to verify a
4205 syntactic symbol offset setting.
4206 * cc-vars.el (c-offsets-alist): Variable moved from
4207 cc-styles.el since it's now customizable in a similar way to
4208 the other style variables.
4209 * cc-vars.el (c-old-style-variable-behavior): New variable to
4210 revert to the old style init behavior.
4211
4212 * cc-vars.el (c-file-style, c-file-offsets): Made always
4213 buffer local.
4214
4215 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4216 the throws clause that might follow the function prototype in
4217 C++.
4218
4219 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4220
4221 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4222 could move forward for macros that doesn't start in column 0.
4223
4224 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4225
4226 * cc-align.el (c-indent-multi-line-block,
4227 c-lineup-whitesmith-in-block): Two new lineup functions for
4228 use in whitesmith style.
4229
4230 * cc-styles.el (c-style-alist): More fixes to whitesmith
4231 style. It should now handle all different braces uniformly in
4232 both hanging and non-hanging cases.
4233
4234 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4235
4236 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4237 make it stay in the same position relative to the surrounding
4238 text.
4239
4240 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4241 when adaptive-fill-mode doesn't manage to get it correct.
4242
4243 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4244 with dotted notation, e.g. foo.bar.Gnu.
4245
4246 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4247 within unwind-protect (previously only some were wrapped so it
4248 would be possible to register mode initialization when full
4249 initialization did not finish).
4250
4251 * cc-styles.el (c-style-alist): Corrected the brace placement
4252 in the whitesmith style. Thanks to Sean Luke
4253 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4254 styles with consistent brace placement for all constructs.
4255
4256 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4257
4258 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4259 when point is in the middle of them.
4260
4261 * cc-cmds.el: Line breaking and paragraph filling code
4262 rewritten:
4263 (c-guess-fill-prefix): New function that uses various
4264 heuristics to guess the comment prefix.
4265 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4266 It now assumes adaptive filling is active to preserve the line
4267 prefix inside comments.
4268 (c-indent-new-comment-line): Replacement for the now
4269 obsolete `c-comment-line-break-function' that uses
4270 `c-guess-fill-prefix' when appropriate. It now observes the
4271 setting of `comment-multi-line', which has effect in C-style
4272 block comments.
4273
4274 * cc-cmds.el (c-context-line-break): New function intended to
4275 be put on RET. It's essentially `newline-and-indent', but
4276 continues C block comments with the appropriate line prefix.
4277
4278 * cc-cmds.el (c-do-auto-fill): New function put on
4279 `normal-auto-fill-function' to implement the
4280 `c-ignore-auto-fill' variable.
4281
4282 * cc-cmds.el (c-beginning-of-statement): Use
4283 `c-comment-prefix-regexp' to avoid ending up inside the
4284 comment prefix. Better handling of comment starters and
4285 enders. Catch comments better when traversing code. Stop at
4286 preprocessor directives.
4287
4288 * cc-defs.el (c-forward-comment): New subst to hide platform
4289 dependent quirks in `forward-comment'.
4290
4291 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4292 argument.
4293 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4294 arguments. Activate this function by default when
4295 `parse-partial-sexp' supports it (currently Emacs 20.x).
4296
4297 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4298 on the comment opener to make constants usable as lineup
4299 arguments.
4300
4301 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4302 changed anchor position in the `c' syntactic symbol. Handle
4303 more than stars in the comment prefix; use the new variable
4304 `c-comment-prefix-regexp'. Don't indent text not preceded by
4305 a comment prefix to the right of the comment opener if it's
4306 long.
4307
4308 * cc-langs.el: Fixes to mode initialization for new line
4309 breaking and paragraph filling method. Adaptive fill mode is
4310 now activated at startup instead of deactivated. The
4311 variables used for adaptive filling and paragraph movement are
4312 also changed to incorporate the value of
4313 `c-comment-prefix-regexp'. `substitute-key-definition' is
4314 used to override some functions in the global map instead of
4315 overriding their default bindings.
4316
4317 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4318 javadoc markup at mode init.
4319
4320 * cc-mode.el (c-setup-filladapt): A new convenience function
4321 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4322 function is intended to be used explicitly by the end user
4323 only.
4324
4325 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4326 recognize the comment fill prefix inside comments.
4327 (c-block-comment-prefix): New name for
4328 `c-comment-contiuation-stars', which is now obsolete. It's
4329 generalized to handle any character sequence.
4330 (c-ignore-auto-fill): New variable used to selectively disable
4331 Auto Fill mode in specific contexts.
4332
4333 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4334
4335 * cc-cmds.el (c-comment-indent): Leave at least one space
4336 between the comment and the last nonblank character in the
4337 case where we look at the indentation of the comment on the
4338 previous line (case 4).
4339
4340 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4341 list of characters that may start a statement (it's a sort of
4342 prefix operator in Pike, and isn't used at all in any of the
4343 other languages).
4344
4345 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4346
4347 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4348 inside continued statements as statement-cont instead of
4349 brace-list-open. The reason is that one normally adjusts
4350 brace-list-open for brace lists as top-level constructs, and
4351 brace lists inside statements is a completely different
4352 context. Case 10B.2 changed. Also changed (the somewhat
4353 esoteric) case 9A to cope with this.
4354
4355 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4356
4357 * cc-cmds.el (c-electric-brace): Added electric handling of
4358 the open brace for brace-elseif-brace.
4359
4360 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4361
4362 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4363 syntax tables temporarily.
4364
4365 * cc-engine.el (c-guess-basic-syntax): Handle template and
4366 member init argument lists split over several lines. Case 5D
4367 changed.
4368
4369 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4370 @throws introduced in Javadoc 1.2.
4371
4372 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4373 patch from RMS to avoid infinite backtracking.
4374
4375 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4376
4377 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4378 by [ ].
4379
4380 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4381
4382 * cc-align.el (c-lineup-dont-change): Compensate properly for
4383 the column in langelem.
4384
4385 * cc-engine.el (c-syntactic-information-on-region): New
4386 function to help debugging the syntactic analysis.
4387
4388 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4389
4390 * cc-align.el (c-lineup-template-args): Handle nested template
4391 arglists.
4392
4393 * cc-langs.el (c++-template-syntax-table): New syntax table
4394 that makes `<' and `>' parenthesis characters, which is useful
4395 to switch to temporarily when analyzing template arglists.
4396
4397 * cc-styles.el: Changed default alignment of labels in the
4398 java style to conform to the examples in the Java Language
4399 Specification.
4400
4401 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4402 by default.
4403
4404 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4405
4406 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4407 immediately before the closing paren in an arglist, so don't
4408 check that in Pike mode. Case 7A changed.
4409
4410 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4411
4412 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4413 lines were ignored under certain conditions.
4414
4415 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4416
4417 * cc-align.el (c-lineup-template-args): New function for
4418 aligning continued template argument lists.
4419
4420 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4421 lists containing function arglists split over several lines.
4422 Case 5D.1 changed.
4423
4424 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4425 template-args-cont didn't get recognized when the first
4426 arglist opener line doesn't contain a template argument. New
4427 case 5K.
4428
4429 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4430
4431 * cc-defs.el (c-point): Changed from subst to macro for
4432 efficiency.
4433 (c-beginning-of-defun-1, c-end-of-defun-1): New
4434 beginning-of-defun/end-of-defun wrappers separated from
4435 c-point.
4436
4437 * cc-menus.el (imenu-generic-expression,
4438 imenu-case-fold-search, imenu-progress-message): Dummy
4439 definitions to avoid compiler warnings if imenu can't be
4440 loaded.
4441 * cc-menus.el (cc-imenu-init): New function called at mode
4442 init.
4443 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4444 imenu initializations to cc-imenu-init.
4445
4446 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4449 for lambda-intro-cont in Pike mode. Case 6 changed.
4450
4451 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4452 anything following "new Foo()" was considered an anonymous
4453 class body in Java mode.
4454
4455 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4456
4457 * cc-cmds.el (c-comment-line-break-function): When breaking in
4458 a string, don't insert a new line.
4459
4460 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4461
4462 * cc-engine.el (c-at-toplevel-p): New interface function which
4463 returns information useful to add-on authors. It tells you
4464 whether you're at a toplevel statement or not.
4465
4466 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4467
4468 * cc-cmds.el (c-comment-line-break-function): It is possible
4469 that forward-line does not land us at the bol, say if we're on
4470 the last line in a file. In that case, do a
4471 back-to-indentation instead of a forward-comment -1.
4472
4473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4474
4475 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4476 "default:" as normal label in case 4.
4477
4478 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4479
4480 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4481 recognize continued bitfield declarations. Case 5D.1 changed.
4482 * cc-langs.el: New variable c-bitfield-key.
4483 * cc-mode.el: New variable c-bitfield-key.
4484
4485 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4486
4487 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4488 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4489 ..}").
4490
4491 1999-12-12 Dave Love <fx@gnu.org>
4492
4493 * mail/footnote.el: Require cl when compiling. Don't autoload
4494 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4495 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4496 Avoid `acons'.
4497 (footnote-mode-line-string, Footnote-add-footnote): Remove
4498 autoload cookie.
4499
4500 1999-12-12 Richard Sharman <rsharman@pobox.com>
4501
4502 * sh-script.el: Fix for when font-lock mode is active.
4503 (sh-font-lock-unfontify-region-function): New function.
4504
4505 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4506
4507 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4508 if start-process is not bound, since Ispell now supports such
4509 platforms as well.
4510
4511 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4512
4513 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4514 rmail-summary-goto-msg.
4515
4516 * files.el (after-find-file): Fix previous change.
4517
4518 1999-12-11 Dave Love <fx@gnu.org>
4519
4520 * help.el (where-is): Use `commandp' as predicate for
4521 `completing-read'
4522
4523 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4524
4525 * cus-edit.el (custom-save-delete): Delete all occurrences,
4526 leave point where the first occurrence was.
4527 (custom-save-faces): Insert a newline at the end of the comment.
4528 Avoid a double newline there.
4529 If final closeparen is at bol, put a space before it.
4530 (custom-save-variables): Likewise.
4531 (custom-file): Doc fix.
4532
4533 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4534
4535 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4536 regexp matching image and audio files.
4537
4538 1999-12-09 Dave Love <fx@gnu.org>
4539
4540 * mail/footnote.el: New file.
4541
4542 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4543
4544 * files.el (after-find-file): Use auto-save-visited-file-name if
4545 set.
4546
4547 * mail/feedmail.el (feedmail-find-eoh): Take
4548 feedmail-queue-alternative-mail-header-separator into account.
4549
4550 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4551
4552 * smerge-mode.el: New file.
4553
4554 * font-lock.el (font-lock-multiline): New variable.
4555 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4556 (font-lock-remove-keywords): Added a dummy `mode' argument for
4557 potential future support.
4558 (font-lock-fontify-anchored-keywords,
4559 (font-lock-fontify-keywords-region): Only handle multiline strings
4560 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4561
4562 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4563
4564 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4565
4566 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4567
4568 1999-12-07 Dave Love <fx@gnu.org>
4569
4570 * help.el (view-emacs-problems): New command, bound to C-h P.
4571
4572 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4573
4574 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4575
4576 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4577 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4578 New code to support the minor mode version.
4579 (diff-recenter): New function.
4580 (diff-next-hunk, diff-next-file): Use it.
4581 (diff-remembered-files-alist): New var.
4582 (diff-merge-strings): New function.
4583 (diff-find-file-name): Make it smarter and use the user's input more.
4584 (diff-mode): Cosmetic changes.
4585
4586 * files.el (save-some-buffers): Turn EXITING into the more general
4587 PRED argument to allow specifying a subset of buffers.
4588
4589 * simple.el (kill-region): Use the new `delete-and-extract-region'
4590 rather than the undo log (which is incorrect with *-change-functions).
4591
4592 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4593 off-by-one problem that could force re-fontifying the whole buffer.
4594 (font-lock-remove-keywords): New function.
4595 (font-lock-add-keywords): Use the new function to ensure idempotence.
4596
4597 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4598
4599 * viper-cmd.el (viper-minibuffer-standard-hook,
4600 viper-minibuffer-real-start): Mew functions.
4601 (viper-read-string-with-history,viper-file-add-suffix,
4602 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4603 change in the status of the minibuffer prompt.
4604
4605 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4606
4607 * comint.el (comint-redirect-results-list)
4608 (comint-redirect-results-list-from-process): Remove interactive
4609 spec.
4610
4611 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4612
4613 * info.el (info-node, info-menu-5, info-xref): Define colors for
4614 Info faces if the display supports them.
4615
4616 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4617
4618 Changes for automatic remapping of X colors on terminal frames:
4619
4620 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4621 term-setup-hook. Call msdos-remember-default-colors and
4622 msdos-handle-reverse-video.
4623 (msdos-face-setup): Parts of code moved to
4624 msdos-setup-initial-frame.
4625 (msdos-handle-reverse-video): New function, modeled after
4626 x-handle-reverse-video.
4627 (make-msdos-frame): Don't use initial-frame-alist and
4628 default-frame-alist. Call msdos-handle-reverse-video.
4629 (msdos-color-aliases): Remove.
4630 (msdos-color-translate, msdos-approximate-color): Remove.
4631 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4632 for better approximation of X colors.
4633 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4634 up tty-color-alist (it is now on startup.el).
4635 (x-display-color-p, x-color-defined-p, x-color-values,
4636 x-defined-colors, face-color-supported-p, face-color-gray-p):
4637 Remove.
4638
4639 * facemenu.el (facemenu-read-color, list-colors-display): Use
4640 defined-colors for all frame types.
4641 (facemenu-color-equal): Use color-values for all frame types.
4642
4643 * faces.el (read-face-attribute): For :foreground and :background
4644 attributes and frames on character terminals, translate the color
4645 to the closest supported one before looking it up in the list of
4646 valid values.
4647 (face-valid-attribute-values): Call defined-colors for all types
4648 of frames.
4649 (defined-colors, color-defined-p, color-values, display-color-p):
4650 New finctions.
4651 (x-defined-colors, x-color-defined-p, x-color-values,
4652 x-display-color-p): Aliases for the above.
4653
4654 * startup.el (command-line): Register terminal colors for frame
4655 types other than x and w32, but only if the terminal supports
4656 colors. Call tty-color-define instead of face-register-tty-color.
4657
4658 * term/x-win.el (xw-defined-colors): Renamed from
4659 x-defined-colors.
4660 * term/w32-win.el (xw-defined-colors): Likewise.
4661
4662 * term/tty-colors.el: New file.
4663 * loadup.el: Load term/tty-colors.
4664
4665 1999-12-06 Dave Love <fx@gnu.org>
4666
4667 * ffap.el: Autoload the ffap alias directly.
4668
4669 1999-12-06 Inge Frick <inge@nada.kth.se>
4670
4671 * dired-aux.el (dired-do-shell-command): Changed documentation.
4672 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4673 meaning as `*'.
4674
4675 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4676
4677 * simple.el (insert-buffer): Doc fix.
4678
4679 * apropos.el (apropos-mode): Add autoload cookie.
4680
4681 1999-12-06 Sam Steingold <sds@goems.com>
4682
4683 * progmodes/etags.el (etags-tags-completion-table): Modified the
4684 regexp to allow for the CL symbols starting with `+*'.
4685 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4686 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4687 `function' quoting lambda.
4688 (tags-with-face): New macro.
4689 (list-tags, tags-apropos): Use it.
4690 (tags-apropos-additional-actions): New user option.
4691 (etags-tags-apropos-additional): Use it.
4692 (tags-apropos): Call etags-tags-apropos-additional.
4693 (tags-apropos-verbose): New user option.
4694 (etags-tags-apropos): Use it.
4695 (visit-tags-table-buffer, next-file): Use `unless'.
4696 (recognize-empty-tags-table): Renamed to
4697 tags-recognize-empty-tags-table.
4698 (complete-tag): Call tags-complete-tag bypassing try-completion.
4699
4700 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4701
4702 * international/mule.el (set-buffer-file-coding-system): Docstring
4703 modified.
4704
4705 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4706
4707 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4708 using the hideshow package.
4709 (hs-special-modes-alist): Added entry for bibtex to allow the use
4710 of the hideshow package.
4711 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4712 not longer provided by bibtex.el directly. Instead the hideshow
4713 package should be used.
4714 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4715 references to bibtex-hide-entry-bodies.
4716
4717 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4718
4719 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4720 maintainer information closer to the beginning of the bibtex.el
4721 file.
4722 (bibtex-maintainer-salutation): New constant.
4723 (bibtex-version): New constant.
4724 (bibtex-submit-bug-report): Use bibtex-version and
4725 bibtex-maintainer-salutation.
4726 (bibtex-entry-field-alist): Made booktitle field optional for
4727 @inproceedings entries when crossreferenced.
4728 (bibtex-entry-field-alist): Added booktitle field to proceedings
4729 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4730 for the suggestion.
4731 (bibtex-string-file-path): Fixed typo.
4732
4733 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4734
4735 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4736 for reftex.el.
4737 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4738 to menu.
4739
4740 1999-12-04 Dave Love <fx@gnu.org>
4741
4742 * delsel.el: Revert previous change -- region is significant to
4743 skeleton.
4744
4745 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4746
4747 * viper-cmd.el (viper-change-state): Use
4748 viper-ESC-moves-cursor-back to decide whether to move the cursor
4749 back.
4750
4751 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4752
4753 * international/mule-util.el (truncate-string-to-width): Docsting
4754 fixed.
4755
4756 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4757
4758 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4759 use of `cond'.
4760 (lm-with-file): Move all the find-file...kill-buffer stuff into
4761 this macro. Make it use `find-file-noselect' and make it kill
4762 the buffer only if it wasn't already displayed somewhere.
4763 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4764 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4765 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4766 (lm-commentary): Fix to handle the case when the change log is
4767 at the end of the file.
4768
4769 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4770
4771 * international/mule.el (charsetp): Fix typo in docstring.
4772
4773 * international/mule-diag.el (list-coding-categories): Fix typo;
4774 automatic -> autoload.
4775
4776 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4777
4778 * vc.el (vc-update-change-log): Look for rcs2log under
4779 exec-directory.
4780
4781 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4782 outline-regexp, add outline-level.
4783 (lisp-outline-level): New.
4784
4785 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4786 remove extraneous string-match.
4787
4788 * finder.el (finder-commentary): Activate Finder mode.
4789
4790 1999-12-01 Anders Lindgren <andersl@andersl.com>
4791
4792 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4793 off when reverting buffers that contained mode specifiers.
4794 `revert-buffer' is now called with non-nil PRESERVE-MODES
4795 argument.
4796
4797 1999-12-01 Dave Love <fx@gnu.org>
4798
4799 * delsel.el: Grok skeleton-pair-insert-maybe.
4800
4801 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4802
4803 * progmodes/cperl-mode.el (cperl-under-as-char):
4804 Use nil as default.
4805
4806 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4807
4808 * speedbar.el (toplevel): Remove compatibility code for Emacs
4809 versions without custom.el.
4810
4811 1999-11-30 Dave Love <fx@gnu.org>
4812
4813 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4814
4815 * autoinsert.el: Minor doc fixes.
4816 (auto-insert): Return nil.
4817
4818 * faces.el (set-face-documentation): Purecopy STRING.
4819
4820 1999-11-29 Dave Love <fx@gnu.org>
4821
4822 * derived.el: Doc fixes, remove old backquote syntax.
4823
4824 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4825 comment warning about editing.
4826
4827 * help.el (help-mode-hook): Define.
4828
4829 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4830
4831 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4832 invalid translation of old-style backquote syntax to new syntax.
4833
4834 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4835
4836 * Makefile (DONTCOMPILE): Add term/internal.el.
4837
4838 1999-11-26 Dave Love <fx@gnu.org>
4839
4840 * comint.el: Fix last change.
4841
4842 * emacs-lisp/advice.el: Fix last change.
4843
4844 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4845
4846 * cus-edit.el (Custom-reset-standard): Doc fix.
4847 (custom-variable-reset-standard): Doc fix.
4848 (custom-face-reset-standard): Doc fix.
4849 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4850 (custom-variable-menu): Likewise.
4851 (custom-reset-menu): Likewise.
4852 (custom-buffer-create-internal): Likewise.
4853
4854 1999-11-26 Dave Love <fx@gnu.org>
4855
4856 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4857
4858 * font-lock.el: Doc fixes.
4859
4860 * menu-bar.el (menu-bar-mode): Customize.
4861
4862 * cus-start.el: Add use-dialog-box.
4863
4864 * add-log.el (change-log-mode-hook): Customize.
4865 (add-log-current-defun): Use
4866 fortran-{beginning,end}-of-subprogram.
4867
4868 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4869
4870 * emacs-lisp/advice.el: Many doc fixes.
4871
4872 * comint.el (comint-preoutput-filter-functions): Doc fix.
4873
4874 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4875
4876 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4877 Improve messages for capitalization of arg names,
4878 for flag variables, for t and nil, for imperatives.
4879 Call them imperatives rather than infinitives sans "to".
4880 (checkdoc-common-verbs-wrong-voice): Add "moves".
4881 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4882
4883 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4884 Don't convert comments from 3-semicolon to 2-semicolon.
4885 That is a matter of style.
4886 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4887 (checkdoc-comments): Don't bind that variable.
4888
4889 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4890
4891 * files.el (write-file-hooks): Doc fix.
4892
4893 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4894
4895 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4896
4897 1999-11-25 Dave Love <fx@gnu.org>
4898
4899 * hippie-exp.el: Require comint when compiling.
4900 (hippie-expand): Add :links.
4901 (hippie-expand-try-functions-list): Customize.
4902
4903 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4904
4905 * viper*el: Replaced old-style backquotes.
4906
4907 * ediff*el: Replaced old-style backquotes.
4908
4909 * ediff-merge
4910 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4911 Changed to support the new format for ediff-combination-pattern.
4912
4913 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4914 Changed to support the new format for ediff-combination-pattern.
4915
4916 1999-11-24 Dave Love <fx@gnu.org>
4917
4918 * custom.el (custom-declare-group): Purecopy DOC.
4919 (custom-handle-keyword): Purecopy VALUE.
4920 (custom-add-link): Purecopy WIDGET.
4921 (custom-add-version): Purecopy VERSION.
4922 (custom-add-load): Purecopy LOAD.
4923
4924 * cus-face.el (custom-declare-face): Purecopy DOC.
4925
4926 * info.el:
4927 (Info-build-node-completions, Info-search, Info-follow-reference)
4928 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4929 (Info-find-emacs-command-nodes): Avoid properties on matched text
4930 which may appear in minibuffer.
4931
4932 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4933
4934 * locate.el (locate-with-filter): Doc fix.
4935
4936 1999-11-24 Alex Schroeder <alex@gnu.org>
4937
4938 * sql.el (sql-find-sqli-buffer): New function.
4939 (sql-set-sqli-buffer-generally): New function.
4940 (sql-set-sqli-buffer): Better checking of new-buffer.
4941 (sql-copy-column): Add comma after INTO clause, too.
4942
4943 1999-11-24 Alex Schroeder <alex@gnu.org>
4944
4945 * sql.el (sql-imenu-generic-expression): New, used to set
4946 imenu-generic-expression.
4947
4948 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4949 setting font-lock-defaults' SYNTAX-ALIST. Set
4950 imenu-generic-expression, imenu-case-fold-search, and
4951 imenu-syntax-alist.
4952
4953 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4954 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4955
4956 1999-11-23 Andrew Innes <andrewi@gnu.org>
4957
4958 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4959 drop coords aren't over a specific window.
4960
4961 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4962
4963 * ps-print.el: Define mule funs without checking if mule package is
4964 loaded.
4965 (ps-print-version): New version number (5.0.1).
4966 (ps-header-dirpart): Now uses abbreviate-file-name.
4967
4968 1999-11-23 Dave Love <fx@gnu.org>
4969
4970 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4971 comment-line-start.
4972 (fortran-comment-line-start-skip): Renamed from
4973 comment-line-start-skip.
4974 (fortran-mode-map): Use renamed functions. Add manual and custom
4975 entries to menu.
4976 (fortran-mode-hook): Customize.
4977 (fortran-comment-indent-function): Renamed from
4978 fortran-comment-hook.
4979 (delete-horizontal-regexp): Function deleted.
4980 (fortran-electric-line-number): Simplified.
4981 (fortran-beginning-of-subprogram): Renamed from
4982 beginning-of-fortran-subprogram.
4983 (fortran-end-of-subprogram): Renamed from
4984 end-of-fortran-subprogram.
4985 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4986 (fortran-previous-statement, fortran-next-statement): Simplified.
4987 (fortran-blink-match): New function.
4988 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4989 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4990 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4991 line-end-position.
4992 (fortran-fill): No longer interactive. Simplified.
4993 (fortran-break-line): Simplified.
4994 (fortran-analyze-file-format): Use char-after, not looking-at.
4995
4996 * emacs-lisp/find-func.el (find-function-regexp): Use
4997 `define-minor-mode' after easy-menu change.
4998
4999 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5000
5001 * comint.el: Add redirection.from active comint buffers into
5002 another buffer. Written by Peter Breton.
5003
5004 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5005
5006 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5007 `define-minor-mode'.
5008 (define-minor-mode): Specify `doc-string-elt'.
5009
5010 * emacs-lisp/easy-mmode.el: Changed maintainer.
5011 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5012 Use defcustom for the hooks; Improve the auto-generated docstrings.
5013 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5014 (define-minor-mode): Add BODY arg; Only declare the keymap if
5015 provided; Improve the auto-generated docstrings.
5016
5017 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5018
5019 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5020 that the leading `^' is at the start. This is necessary because
5021 paragraphs.el tries to remove anchors, but can find them only if
5022 they are the first character.
5023
5024 * progmodes/antlr-mode.el: New file.
5025
5026 * calendar/calendar.el: Fix autoload for
5027 calendar-absolute-from-astro. Add autoload for
5028 calendar-print-astro-day-number.
5029
5030 1999-11-21 Anders Lindgren <andersl@andersl.com>
5031
5032 * follow.el: Use modern backquote syntax. Minor comment update.
5033
5034 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5035
5036 * simple.el (with-syntax-table): Don't switch buffers.
5037
5038 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5039 progmodes/hideif.el: Use new backquote syntax.
5040
5041 1999-11-21 Ken Manheimer <klm@python.org>
5042
5043 * icomplete.el (icomplete-completions): Use an explicit variable
5044 `icomplete-prospects-length', obviating the need to use an
5045 apparently faulty throw/catch arrangement.
5046
5047 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5048
5049 * term/internal.el (IT-display-table-setup): Don't overstep
5050 character code 255.
5051
5052 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5053
5054 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5055 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5056
5057 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5058
5059 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5060 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5061
5062 * files.el (auto-mode-alist): Add patterns for diff-mode.
5063
5064 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5065 to detect an empty prompt.
5066
5067 1999-11-18 Dave Love <fx@gnu.org>
5068
5069 * simple.el (input-mode-8-bit): Fix the customization.
5070
5071 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5072
5073 * international/iso-acc.el (iso-languages): Add more
5074 characters for Portuguese.
5075
5076 * speedbar.el: Clean up comment at the start of the file.
5077 Remove RCS id.
5078
5079 * progmodes/compile.el (compilation-parse-errors): Use
5080 compilation-buffer-p instead of testing major-mode.
5081
5082 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5083
5084 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5085 (quickurl-ask): completion-ignore-case is set to the value of
5086 quickurl-completion-ignore-case for the duration of the call to
5087 completing-read.
5088
5089 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5090
5091 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5092
5093 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5094
5095 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5096 instead of ps-print-def.
5097
5098 * ps-print.el: Require ps-vars instead of ps-print-def.
5099
5100 * ps-mule.el: Require ps-vars instead of ps-print-def.
5101
5102 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5103
5104 * simple.el (with-syntax-table): Save buffer explicitly instead of
5105 using save-excursion.
5106
5107 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5108
5109 * mail/supercite.el: New maintainer.
5110
5111 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5112
5113 * progmodes/vhdl-mode.el: Use new backquote syntax.
5114
5115 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5116
5117 * simple.el (with-syntax-table): New.
5118
5119 1999-11-15 Sam Steingold <sds@ksp.com>
5120
5121 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5122
5123 1999-02-22 Sam Steingold <sds@goems.com>
5124
5125 * goto-addr.el (goto-address-at-mouse,
5126 goto-address-find-address-at-point): Use compose-mail.
5127 (goto-address-mail-method): Removed variable.
5128 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5129 goto-address-send-using-mail): Removed functions.
5130
5131 1998-11-03 Sam Steingold <sds@goems.com>
5132
5133 * simple.el (backward-delete-char-untabify):
5134 backward-delete-char-untabify-method can be `all' now - to delete
5135 hungrily including newlines.
5136
5137 1999-11-15 Sam Steingold <sds@ksp.com>
5138
5139 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5140
5141 1999-11-15 Dave Love <fx@gnu.org>
5142
5143 * cus-edit.el (customize-face, customize-face-other-window):
5144 Require match from completing-read.
5145 (custom-buffer-done-function): Default to custom-bury-buffer, not
5146 bury-buffer.
5147
5148 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5149
5150 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5151 progmodes/cperl-mode.el: Use new backquote syntax.
5152
5153 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5154
5155 * uniquify.el: Use new backquote syntax.
5156
5157 1999-11-14 Markus Rost <rost@ias.edu>
5158
5159 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5160 as in ispell-local-dictionary-alist.
5161
5162 1999-11-14 Alex Schroeder <alex@gnu.org>
5163
5164 * ansi-color.el (ansi-color-apply): Updated regexps to include
5165 highlighted face.
5166
5167 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5168
5169 * forms.el (forms--make-format-elt-using-text-properties):
5170 Treat `intangible' differently.
5171
5172 * forms.el: Use new backquote syntax.
5173
5174 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5175
5176 * textmodes/scribe.el (scribe-mode): Doc-fix.
5177
5178 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5179
5180 * net-utils.el (run-network-program, net-utils-run-program): Use
5181 the new backquote syntax.
5182 (smbclient-program, smbclient-program-options)
5183 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5184 variables
5185 (smbclient, smbclient-list-shares): New functions
5186
5187 1999-11-12 Sam Steingold <sds@ksp.com>
5188
5189 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5190 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5191 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5192 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5193 (viper-kbd-global-pair, viper-kbd-global-definition):
5194 Use the new backquote syntax.
5195
5196 * emulation/viper-cmd.el (viper-test-com-defun)
5197 (viper-prefix-arg-value, viper-prefix-arg-com):
5198 Use the new backquote syntax.
5199
5200 * emacs-lisp/debug.el (debugger-env-macro):
5201 Use the new backquote syntax.
5202
5203 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5204 Use the new backquote syntax.
5205
5206 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5207 New user variable.
5208 (calendar-hide-window): Use it.
5209 (increment-calendar-month, calendar-for-loop, calendar-sum):
5210 Use the new backquote syntax.
5211
5212 1999-11-12 Andrew Innes <andrewi@gnu.org>
5213
5214 * select.el (x-set-selection): Call buffer-substring, not
5215 substring. Also fix docstring
5216
5217 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5218
5219 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5220 of customizable variables to bug report message. Added
5221 system-type to package name in bug report.
5222
5223 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5224
5225 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5226 to display file names.
5227
5228 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5229
5230 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5231
5232 * isearch.el: Add lazy-highlighting feature.
5233
5234 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5235
5236 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5237 constant.
5238 (ps-mode-submit-bug-report): New function. Entry added to menu.
5239
5240 1999-11-10 William M. Perry <wmperry@aventail.com>
5241
5242 * mwheel.el: New file to support the new style wheeled mice.
5243
5244 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5245
5246 * startup.el (initial-scratch-message): Add ";;" to the front of
5247 lines in the message.
5248
5249 * files.el (file-local-copy): Remove optional BUFFER argument
5250 because that's not used by anything.
5251
5252 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5253 to-address.
5254
5255 1999-11-08 Markus Rost <rost@ias.edu>
5256
5257 * wid-edit.el (widget-button-click): Wrap with save-excursion
5258 to restore track-mouse in the correct buffer.
5259
5260 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5261
5262 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5263
5264 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5265
5266 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5267 lpr-command to "lp" for some system-types. (copied from lpr.el
5268 Emacs version 20.2.1).
5269
5270 1999-11-04 Markus Rost <rost@ias.edu>
5271
5272 * simple.el (comment-region): Strip off white space at end of
5273 comment-start.
5274
5275 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5276
5277 * faces.el (secondary-selection): Fix wrong color name.
5278
5279 1999-11-04 John Tobey <jtobey@epsilondev.com>
5280
5281 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5282 the default when invoking perldb in a non-Perl buffer, and other
5283 cases involving -e or --.
5284
5285 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5286
5287 * simple.el (previous-matching-history-element)
5288 (next-history-element): Use delete-field instead of erase-field.
5289
5290 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5291 Use delete-field instead of erase-field.
5292
5293 * faces.el (secondary-selection): Change background to yellow.
5294
5295 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5296 find the start of the text. Use field-string to read the user
5297 input.
5298
5299 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5300
5301 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5302 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5303 for compatibility with old face implementation.
5304
5305 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5306 Use erase-field instead of erase-buffer.
5307
5308 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5309 internal-show-cursor with new interface.
5310 (blink-cursor-timer-function): New.
5311 (blink-cursor-start): Use blink-cursor-timer-function.
5312
5313 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5314
5315 * calendar.el (redraw-calendar): Move to nearest date before
5316 redrawing.
5317
5318 * diary-lib.el (simple-diary-display): Reset modeline even if
5319 there are no diary entries since the diary buffer may be displayed.
5320
5321 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5322
5323 * emacs-lisp/debug.el (debug): If noninteractive, display the
5324 backtrace using `message', then exit Emacs.
5325 (debugger-batch-max-lines): New variable.
5326 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5327 Change the messages put at the start, to say that the debugger
5328 was entered.
5329
5330 1999-11-02 Sam Steingold <sds@ksp.com>
5331
5332 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5333
5334 1999-11-01 John Tobey <jtobey@epsilondev.com>
5335
5336 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5337 presence of perl switches other than "-e".
5338
5339 1999-11-01 Markus Rost <rost@ias.edu>
5340
5341 * dired-x.el (dired-smart-shell-command): Use
5342 shell-command-history as in shell-command.
5343
5344 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5345
5346 * userlock.el (ask-user-about-lock): Doc fix.
5347
5348 * frame.el: Doc fixes.
5349
5350 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5351
5352 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5353 of show-cursor.
5354 (blink-cursor-start, blink-cursor-end): Ditto.
5355
5356 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5357
5358 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5359
5360 * window.el (walk-windows): If ALL-FRAMES is a frame,
5361 start on that frame. Use save-selected-window.
5362
5363 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5364
5365 * simple.el (end-of-buffer): Use window-end to find the window end
5366 instead of vertical-motion because this handles variable-height
5367 lines correctly.
5368
5369 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5370
5371 * ediff.el: Version change.
5372
5373 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5374 make sure you are in a good frame before deleting other
5375 windows.
5376 (ediff-file-checked-in-p): Don't consider CVS
5377 files checked in.
5378 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5379 are writing to a newly created empty file.
5380
5381 * ediff-mult.el (ediff-show-session-group-hook): New default.
5382
5383 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5384 First cd to the file directory. reportedly works
5385 better with remote files.
5386
5387 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5388 Use file-name-nondirectory when passing files to CVS.
5389
5390 * ediff-diff.el (ediff-cmp-options): New variable.
5391 (ediff-same-file-contents): Use ediff-cmp-options.
5392
5393 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5394 ediff-get-patch-buffer): Use current buffer if it appears to be a
5395 patch.
5396
5397 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5398 C-g
5399
5400 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5401 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5402 (viper-save-cursor-color,viper-restore-cursor-color):
5403 Improved cursor color handling.
5404 (viper-get-saved-cursor-color-in-replace-mode,
5405 viper-get-saved-cursor-color-in-insert-mode): New functions for
5406 better cursor color handling.
5407
5408 * viper-ex.el (ex-read,ex-edit):
5409 Fixes for correct interpretation of #,%.
5410 (viper-ex): Now works correctly when called from other functions.
5411 (viper-glob-function): New variable.
5412 (viper-ex): Save excursion before doing :global.
5413
5414 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5415
5416 * viper-cmd.el (viper-post-command-sentinel,
5417 viper-insert-state-post-command-sentinel,
5418 viper-insert-state-pre-command-sentinel): Takes better care of
5419 cursor colors.
5420
5421 * viper.el: Version change.
5422
5423 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5424
5425 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5426 that the modeline display was updated *only* when
5427 `whitespace-display-in-modeline' was set, not otherwise.
5428
5429 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5430
5431 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5432 "frac12".
5433
5434 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5435 ad-activate.
5436
5437 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5438
5439 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5440 using fboundp instead of assuming that these are not present in
5441 particular flavors of emacs.
5442 (whitespace-version): Update to 2.8
5443 (whitespace-display-in-modeline): Add custom variable to control
5444 displaying the whitespace errors on the modeline based on
5445 suggestion from <klaus.berndl@sdm.de>
5446 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5447 clean, to enable using as a hook function, as suggested by Puneet
5448 Goel <puneet@computer.org>
5449 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5450 quiet was not set, even with whitespace-auto-cleanup set.
5451 (whitespace-mode-line): Now uses less modeline real estate and
5452 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5453 which is present in the file, and <y> is any type of whitespace
5454 whose check has been suppressed by setting
5455 `whitespace-check-<whitespace-type>' to nil.
5456 (whitespace-unchecked-whitespaces): New function to return the
5457 list of whitespaces for whom checks have been suppressed.
5458 (whitespace-display-unchecked-whitespaces): Renamed to
5459 `whitespace-update-modeline' to reflect its functionality.
5460
5461 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5462
5463 * progmodes/compile.el (compilation-error-regexp-alist):
5464 Undo previous change.
5465
5466 1999-10-28 Dave Love <fx@gnu.org>
5467
5468 * help.el (help-follow): Make arg optional again and really
5469 default to point.
5470
5471 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5472
5473 * paths.el (rmail-file-name): Make it an option.
5474
5475 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5476 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5477 comment fixes.
5478
5479 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5480 MIPS Pro 7.3 compiler error message syntax.
5481
5482 1999-10-27 Dave Love <fx@gnu.org>
5483
5484 * progmodes/compile.el: Checkdoc-inspired fixes.
5485
5486 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5487
5488 * lpr.el (print-buffer): Doc-string fix.
5489
5490 1999-10-27 Dave Love <fx@gnu.org>
5491
5492 * emacs-lisp/advice.el: Doc fixes.
5493 (ad-lemacs-p): Removed.
5494 (advice): Add :link to defgroup.
5495
5496 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5497
5498 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5499 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5500
5501 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5502
5503 * window.el (walk-windows): If ALL-FRAMES is a frame,
5504 start on that frame. Use save-selected-window.
5505
5506 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5507
5508 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5509 ad-activate. All callers changed, including those in data.c.
5510 (ad-activate-internal-off): Renamed from ad-activate-off.
5511 All uses changed.
5512 (ad-activate): Renamed from ad-activate-on. All uses changed.
5513 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5514 Alter the definition of ad-activate-internal, not ad-activate.
5515
5516 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5517
5518 * startup.el (command-line-1): Add support for command line
5519 arguments `file' and `execute'. Fix handling of `visit'.
5520
5521 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5522
5523 * international/mule-cmds.el (read-input-method-name): Handle the
5524 case that the arg DEFAULT is symbol.
5525
5526 * international/mule-diag.el (mule-diag): Handle the case that
5527 default-input-method is symbol.
5528
5529 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5530
5531 * textmodes/tildify.el: New file.
5532
5533 1999-10-25 Sam Steingold <sds@ksp.com>
5534
5535 * Makefile (compile-files): Fixed the "tr" strings.
5536 (EMACS): Set to ../src/emacs.
5537
5538 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5539
5540 * info.el (Info-build-node-completions): Add '("*") to the
5541 completion list.
5542
5543 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5544
5545 * frame.el (auto-raise-mode): When enabling the mode,
5546 immediately raise the selected frame.
5547
5548 * indent.el (indent-region): Doc fix.
5549
5550 * comint.el (comint-output-filter): Make the Comint buffer current
5551 for the comint-preoutput-filter-functions.
5552
5553 * mail/reporter.el: Doc fix.
5554
5555 1999-10-24 Stephen Eglen <stephen@gnu.org>
5556
5557 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5558 that Octave lisp files can also run under XEmacs 20.
5559 (require 'custom) added so that files can run under Emacs 19.34.
5560
5561 * iswitchb.el (iswitchb-default-keybindings): No need to use
5562 read-kbd-macro in keybindings.
5563
5564 1999-10-23 Dave Love <fx@gnu.org>
5565
5566 * elide-head.el: New file.
5567
5568 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5569
5570 * Makefile (compile-files, backup-compiled-files): New targets.
5571 (bootstrap, bootstrap-clean): Ditto.
5572
5573 1999-10-22 Paul Eggert <eggert@twinsun.com>
5574
5575 * international/mule-cmds.c (locale-language-names):
5576 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5577 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5578 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5579 Use Latin-8 for Welsh.
5580 Use Latin-1 for English if "en" is explicitly specified.
5581 Use Latin-1 for Scots Gaelic, Tagalog.
5582 Use Latin-1 (not Latin-4) for Greenlandic.
5583 Use Latin-1 (not Latin-2) for Albanian.
5584 (locale-preferred-coding-systems, locale-language-names):
5585 Remove generic ISO 8859 locales; locale-charset-language-names now
5586 does this.
5587 (locale-charset-language-names): New variable.
5588 (set-locale-environment): Use language name specified by
5589 locale-charset-language-names if its charsets disagree with the
5590 language name specified by locale-language-names.
5591
5592 1999-10-22 Dave Love <fx@gnu.org>
5593
5594 * make-mode.el: Minor doc fixes.
5595
5596 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5597
5598 1999-10-21 Dave Love <fx@gnu.org>
5599
5600 * loadup.el: Add latin-8, latin-9.
5601
5602 1999-10-20 Paul Eggert <eggert@twinsun.com>
5603
5604 * disp-table.el (standard-display-european): Remove undocumented
5605 arg AUTO; no longer used by startup.el. Do not attempt to treat
5606 all non-English language environments as coding system names.
5607 Instead, use the downcased language environment name as a coding
5608 system name if it is one; otherwise, use latin-1.
5609
5610 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5611
5612 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5613 that were split so that part of the comment appeared as Lisp code.
5614
5615 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5616
5617 * ps-bdf.el: Doc fix.
5618
5619 * ps-print-def.el: New file: common definitions for all parts of
5620 ps-print.
5621 (ps-multibyte-buffer): Moved from ps-mule.
5622
5623 * ps-mule.el: File dependence fix.
5624 (ps-multibyte-buffer): Moved to ps-print-def.
5625
5626 * ps-print.el: Doc fix, better customization.
5627 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5628 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5629 (ps-end-file): Doc fix.
5630 (ps-setup, ps-begin-file): Fun fix.
5631 (postscript): New group.
5632 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5633 (ps-print-prologue-1): Adjust PostScript programming.
5634 (ps-print): Adjust group hierarchy.
5635 (ps-print-n-up, ps-print-zebra, ps-print-background,
5636 ps-print-printer)
5637 (ps-print-page): New subgroups.
5638 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5639 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5640 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5641 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5642 (ps-zebra-stripe-height, ps-print-background-image)
5643 (ps-print-background-text, ps-spool-config): Adjust customization.
5644 (dos-ps-printer): Definition eliminated.
5645
5646 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5647
5648 * ps-mule.el: Doc fix, define functions properly if mule package is
5649 loaded or not.
5650 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5651 mule package is loaded or not.
5652
5653 * ps-print.el: Doc fix, n-up printing.
5654 (ps-print-version): New version number (5.0).
5655 (ps-page-dimensions-database): Added document media.
5656 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5657 (ps-page-order, ps-printing-region-p): New vars.
5658 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5659 funs.
5660 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5661 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5662 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5663 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5664 (ps-print-begin-sheet-hook): New hook.
5665 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5666 const.
5667 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5668 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5669 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5670 (ps-count-lines): Changed to defun.
5671 (ps-header-page): Changed to defsubst, fix fun.
5672 (ps-printing-region): Doc fix, adjust programming code.
5673 (ps-output-boolean, ps-background-pages, ps-background-text)
5674 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5675 programming code.
5676
5677 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5678
5679 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5680 (ps-print-version): New version number (4.2).
5681 (ps-spool-config, ps-spool-tumble): New vars.
5682 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5683 programming, new PostScript procedure to handle errors.
5684 (ps-print-prologue-2): Changed to defconst.
5685 (ps-print-duplex-feature): New const: duplex and tumble setting.
5686 (ps-setup, ps-begin-file): Fix funs.
5687 (ps-boolean-capitalized): New fun.
5688
5689 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5690
5691 * Makefile (dontcompilefiles): Obsoleted.
5692 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5693 (EL): Unused.
5694 (temacs): Removed (unused).
5695 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5696 version of the file (necessary for the update to work properly).
5697 (autoloads): Force the use of `pwd`/loaddefs.el.
5698 (updates); Redefined in terms of other targets to reduce redundancy.
5699 (.el.elc): New default rule, just in case you want it.
5700 (compile): Use a single invocation of Emacs.
5701 (bootstrap-compile); Unneeded.
5702 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5703
5704 1999-10-19 Dave Love <fx@gnu.org>
5705
5706 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5707
5708 1999-10-19 Sam Steingold <sds@ksp.com>
5709
5710 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5711 comply with the comment.
5712
5713 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5714
5715 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5716 permanent-local.
5717
5718 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5719
5720 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5721 value: \"lpr\" changed to "lpr"
5722 (ps-mode-version): New constant
5723 (ps-mode-show-version): New function, added key in ps-mode-map
5724 (ps-run-messages): Removed
5725 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5726 ps-run-messages. These keywords now include the value of
5727 ps-run-prompt, making its fontification customizable.
5728 (ps-run-init): Removed \\n from docstring, it is now added when
5729 the value is used
5730 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5731 ps-run-prompt
5732 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5733 customizable variables in doc-string (its equivalent
5734 ps-run-messages was missing in previous version of the doc-string)
5735 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5736 symbols only
5737
5738 1999-10-19 Alex Schroeder <alex@gnu.org>
5739
5740 * ansi-color.el: Complete rewrite.
5741
5742 1999-10-19 Paul Eggert <eggert@twinsun.com>
5743
5744 Fix bootstrapping problems.
5745 Use the system locale to specify Emacs locale defaults.
5746
5747 * international/mule-cmds.el (global-map):
5748 Do not use backquote, because that makes a bootstrapping
5749 problem if you need to recompile all Lisp files using interpreted code.
5750 * international/mule.el (charset-id, charset-bytes,
5751 charset-dimension, charset-chars, charset-width,
5752 charset-direction, charset-iso-final-char,
5753 charset-iso-graphic-plane, charset-reverse-charset,
5754 charset-short-name, charset-long-name, charset-description,
5755 charset-plist): Likewise.
5756 * subr.el (save-match-data): Likewise.
5757
5758 * international/mule-cmds.el
5759 (set-display-table-and-terminal-coding-system): New function,
5760 containing code migrated out of set-language-environment.
5761 (set-language-environment, set-locale-environment): Use it.
5762 (locale-translation-file-name): Moved here from startup.el.
5763 (locale-language-names, locale-preferred-coding-systems):
5764 New vars.
5765 (locale-name-match, set-locale-environment): New functions.
5766
5767 * language/japan-util.el (setup-japanese-environment-internal):
5768 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5769
5770 * startup.el (iso-8859-n-locale-regexp): Remove.
5771 (locale-translation-file-name): Move to mule-cmds.el.
5772 (command-line): Move locale-stuff into set-locale-environment.
5773
5774 1999-10-18 Dave Love <fx@gnu.org>
5775
5776 * abbrev.el (add-abbrev, inverse-add-abbrev)
5777 (expand-region-abbrevs): Remove properties from buffer text.
5778
5779 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5780
5781 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5782 from the mini-buffer, without the prompt.
5783
5784 * simple.el (minibuffer-prompt-end): Return the position
5785 after the prompt, not the position of that last character
5786 of the prompt.
5787
5788 1999-10-17 Miles Bader <miles@gnu.org>
5789
5790 * simple.el: Doc fixes.
5791
5792 1999-10-17 Miles Bader <miles@gnu.org>
5793
5794 * simple.el (previous-matching-history-element, next-history-element):
5795 Change to work correctly even if the point is in the prompt.
5796 (choose-completion-string): Likewise.
5797 (minibuffer-prompt-width): New function (compatibility with old subr).
5798
5799 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5800 When constraining the final position to the current field,
5801 don't use the ONLY-IN-LINE mode of constrain-to-field.
5802
5803 1999-10-17 Miles Bader <miles@gnu.org>
5804
5805 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5806 constrain-to-field.
5807 * textmodes/paragraphs.el (forward-sentence): Likewise.
5808
5809 1999-10-17 Miles Bader <miles@gnu.org>
5810
5811 * simple.el (line-move): Use constrain-to-field to avoid
5812 moving into a prompt.
5813 (previous-complete-history-element): Clarify doc string.
5814 (next-complete-history-element): Likewise.
5815 Use field-beginning instead of point-min.
5816 (next-matching-history-element): Use field-beginning and
5817 erase-field instead of point-min and erase-buffer.
5818 * textmodes/paragraphs.el
5819 (forward-paragraph, forward-sentence): Likewise.
5820 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5821 constrain the kill to an field, as the movement commands now
5822 do this.
5823
5824 1999-10-17 Miles Bader <miles@gnu.org>
5825
5826 * simple.el (previous-matching-history-element): Get the
5827 minibuffer input with field-string instead of buffer-string.
5828 (choose-completion-string): Likewise.
5829 (next-history-element): Likewise.
5830 Erase the minibuffer input with erase-field, not erase-buffer.
5831 Use field-beginning to find the beginning of the input.
5832 * textmodes/paragraphs.el (backward-kill-sentence):
5833 Remove minibuffer-prompt hack.
5834 Constrain to any input field.
5835
5836 1999-10-17 Sam Steingold <sds@ksp.com>
5837
5838 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5839 for CMUCL on sparc and ".ufsl" for LispWorks.
5840 (bound-and-true-p): Bugfix: free variable `v'.
5841
5842 1999-10-16 Dave Love <d.love@dl.ac.uk>
5843
5844 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5845 (edebug-uninstall-read-eval-functions): Use load-read-function,
5846 avoiding elisp-eval.
5847
5848 1999-10-16 Sam Steingold <sds@ksp.com>
5849
5850 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5851 instead of `eql'.
5852
5853 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5854
5855 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5856 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5857 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5858 * ediff-util.el (ediff-make-temp-file):
5859 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5860 * emerge.el (emerge-make-temp-file):
5861 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5862 * vc.el (vc-update-change-log):
5863 * mail/mailpost.el (post-mail-send-it):
5864 * mail/metamail.el (metamail-region):
5865 * progmodes/cmacexp.el (c-macro-expansion):
5866 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5867
5868 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5869
5870 * smtpmail.el (smtpmail-via-smtp): Add support for
5871 automatically appending a domain to RCPT TO: addresses.
5872
5873 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5874
5875 * dired.el (dired-insert-directory): Insert the amount of
5876 free space after the total size.
5877 (dired-free-space-program, dired-free-space-args): New variables.
5878
5879 1999-10-14 Karl Heuer <kwzh@gnu.org>
5880
5881 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5882
5883 1999-10-14 Dave Love <fx@gnu.org>
5884
5885 * international/characters.el:
5886 * international/fontset.el:
5887 * international/mule-conf.el: Add latin-iso8859-1[45].
5888
5889 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5890 strings.
5891
5892 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5893 (command-line): Detect Latin-[89] locales.
5894
5895 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5896
5897 * international/mule-cmds.el (select-safe-coding-system)
5898 (leim-list-header): Avoid the use of strings that start with backslash
5899 newline since lread.c:read1 has a hack to turn those strings into
5900 integer 0 during the loadup.el process.
5901
5902 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5903
5904 1999-10-13 Dave Love <fx@gnu.org>
5905
5906 * image.el (insert-image): Copy the image spec and add an
5907 intangible property.
5908
5909 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5910
5911 * help.el (help-xref-interned): Make it also work on variable-only
5912 and function-only symbols.
5913 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5914 (help-follow): If the point under mouse is not highlighted, try
5915 `help-xref-interned' on the pointed-to symbol anyway.
5916
5917 * info.el (Info-on-current-buffer): New entry point.
5918 (Info-find-node): Split into two for Info-on-current-buffer to
5919 hook into it.
5920 (Info-current-file, Info-set-mode-line, Info-up):
5921 Info-current-file can now be t.
5922 (Info-clone-buffer-hook): Function for `clone-buffer'.
5923 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5924 Make `clone-buffer' available in various ways to the user.
5925
5926 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5927
5928 * simple.el (shell-command, shell-command-on-region): Use
5929 make-temp-file.
5930 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5931
5932 * subr.el (with-current-buffer): Don't use backquotes to avoid
5933 bootstrapping problems.
5934
5935 * loadup.el (load-path): Add subdirs for bootstrapping.
5936 (docstrings): Ignore errors during bootstrapping.
5937 (args): New `bootstrap' argument (for use in place of `dump').
5938
5939 1999-10-12 Emmanuel Briot <briot@gnat.com>
5940
5941 * ada-stmt.el: Doc-string fixes.
5942
5943 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5944
5945 * recentf.el: New file.
5946
5947 * ps-mode.el: New file.
5948
5949 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5950 case insensitive.
5951
5952 1999-10-12 Richard Sharman <rsharman@pobox.com>
5953
5954 * sh-script.el: Added support for indenting existing scripts.
5955 (sh-mode-map): Added new bindings.
5956 (sh-mode): Updated mode doc-string for new commands, added
5957 make-local-variable calls, initialize mode-specific variables.
5958 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5959 is now a different function.
5960 (sh-header-marker): Changed docstring.
5961 (sh-set-shell): Initialize mode-specific variables.
5962 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5963 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5964 Changed these define-skeleton calls to work with user-specified
5965 indentation settings.
5966 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5967 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5968 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5969 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5970 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5971 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5972 (sh-guess-basic-offset, sh-handle-after-case-label)
5973 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5974 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5975 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5976 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5977 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5978 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5979 (sh-handle-this-then, sh-help-string-for-variable)
5980 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5981 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5982 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5983 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5984 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5985 (sh-remove-our-text-properties, sh-rescan-buffer)
5986 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5987 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5988 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5989 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5990 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5991 functions.
5992 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5993 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5994 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5995 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5996 (sh-var-list): New variables.
5997
5998 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5999
6000 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6001 a value one line to high if the cursor wasn't at the start of a
6002 line. A `beginning-of-line' is now performed before making the
6003 call to `count-lines'.
6004
6005 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6006
6007 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6008
6009 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6010
6011 * Makefile (setwins): Abstract out the command to find subdirectories
6012 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6013 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6014 (autoloads-with-other-emacs): Use it.
6015
6016 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6017
6018 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6019
6020 * Makefile (bootstrap-compile): New target. Compile Lisp
6021 files with ../src/temacs.
6022
6023 1999-10-08 Dave Love <fx@gnu.org>
6024
6025 * ange-ftp.el: Require dired when compiling.
6026 (ange-ftp-normal-login): Allow EFS-style port specification.
6027
6028 1999-10-08 Simon Marshall <simon@gnu.org>
6029
6030 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6031 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6032 If STRINGS is nil, return "" rather than nil.
6033
6034 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6035
6036 * Makefile (compile): Compile files one by one. Set load-path to
6037 current directory and subdirectories when compiling.
6038
6039 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6040
6041 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6042 (emacs): Use it everywhere instead of EMACS.
6043 (compile): New target. Compile all Lisp files from scratch.
6044 (recompile): New target. Recompile lisp directory.
6045 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6046 an Emacs executable not built in the current directory tree.
6047
6048 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6049
6050 * filecache.el (file-cache-completion-ignore-case): New variable,
6051 defaulting to the value of completion-ignore-case.
6052 (file-cache-minibuffer-complete): Use it.
6053 (file-cache-files-matching, file-cache-files-matching-internal):
6054 New functions.
6055
6056 1999-10-07 Emmanuel Briot <briot@gnat.com>
6057
6058 * ada-xref.el: New file
6059
6060 * ada-prj.el: New file
6061
6062 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6063
6064 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6065 subprogram being created.
6066
6067 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6068 ada-indent-newline-indent): Rewritten to support the new indentation
6069 scheme
6070
6071 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6072 New functions
6073
6074 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6075 justification parameter
6076
6077 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6078 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6079 external program
6080
6081 1999-10-07 Dave Love <fx@gnu.org>
6082
6083 * bindings.el (bound-and-true-p): New macro.
6084 (make-mode-line-mouse-sensitive): Don't require easymenu.
6085
6086 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6087
6088 * custom.el (defface): Extend documentation for new values of
6089 `type'.
6090
6091 * faces.el (face-spec-set-match-display): Recognize `type' of
6092 `motif', `lucid', `x-toolkit'.
6093 (menu): New face.
6094
6095 1999-10-05 Dave Love <fx@gnu.org>
6096
6097 * files.el: Recognize temporary crontab files.
6098
6099 * info.el: Require jka-compr when compiling.
6100 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6101
6102 1999-10-04 Dave Love <fx@gnu.org>
6103
6104 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6105 scroll-up-aggressively, scroll-down-aggressively.
6106
6107 * time.el (display-time-mode): Add autoload cookie.
6108
6109 * rect.el (delete-extract-rectangle): Doc fix from verna.
6110
6111 * help-macro.el (three-step-help): Customize.
6112
6113 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6114
6115 * hexl.el (hexlify-buffer): Move point in proper range
6116 if it is too large.
6117 (hexl-after-revert-hook): Update hexl-max-address.
6118 (hexl-address-to-marker): Doc fix.
6119
6120 1999-10-03 Dave Love <fx@gnu.org>
6121
6122 * image.el (defimage): Remove redundant code. Substitute file in
6123 image plist.
6124
6125 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6126
6127 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6128 when doing with-temp-file.
6129
6130 1999-10-01 Dave Love <fx@gnu.org>
6131
6132 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6133
6134 * help.el: Require view when compiling.
6135 (view-emacs-FAQ): Use Info version.
6136
6137 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6138
6139 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6140 (normat->normal). Use correct font names for Korean
6141 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6142
6143 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6144
6145 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6146 code not used by KOI8 to the same 8-bit code instead of mapping to
6147 SPC.
6148 (cyrillic-alternativnyj-decode-table): Likewise.
6149
6150 1999-09-29 Alex Schroeder <alex@gnu.org>
6151
6152 * sql.el (sql-imenu-generic-expression): Aew, used to set
6153 imenu-generic-expression.
6154 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6155 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6156 imenu-case-fold-search, and imenu-syntax-alist.
6157 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6158 setting font-lock-defaults' SYNTAX-ALIST.
6159
6160 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6161
6162 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6163 macro, try again.
6164
6165 1999-09-28 Dave Love <fx@gnu.org>
6166
6167 * cus-edit.el (custom-comment): Change widget definition.
6168 (custom-comment-create, custom-comment-show)
6169 (custom-comment-invisible-p): Don't use :comment-overlay.
6170 (custom-comment-hide): New function.
6171 (custom-variable-set, custom-variable-save)
6172 (custom-variable-reset-standard, custom-face-set)
6173 (custom-face-save): Use it.
6174
6175 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6176
6177 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6178
6179 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6180
6181 * faces.el (region): Doc fix.
6182
6183 1999-09-27 Dave Love <fx@gnu.org>
6184
6185 * isearch.el (isearch): Add :links in defgroup.
6186 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6187 (isearch-switch-frame-handler): Comment out (unused).
6188 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6189 (isearch-ring-retreat-edit): Doc fix.
6190 (isearch-mouse-yank): New command.
6191 (isearch-last-command-char): Removed. Callers changed to use
6192 last-command-char.
6193 (isearch-char-to-string): Removed. Callers changed to use
6194 char-to-string.
6195
6196 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6197
6198 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6199 option for Russian.
6200
6201 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6202
6203 * faces.el (face-differs-from-default-p): Compare face
6204 attributes individually.
6205
6206 * image.el (put-image, insert-image): Add string argument.
6207
6208 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6209
6210 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6211 LANG=de_DE.iso88591 on HPUX 11.0.
6212
6213 * dired.el (dired-move-to-filename-regexp): Make it work
6214 for LANG=de_DE.iso88591 on HPUX 11.0.
6215
6216 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6217
6218 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6219 if we know for some other reason it should not be used.
6220
6221 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6222 New variable.
6223 (edebug-recursive-edit): Save current-prefix-arg there,
6224 bind it, and set it back at the end.
6225 (edebug-outside-excursion): Restore and update the outside
6226 value of current-prefix-arg.
6227 (edebug-emacs-version-specific): Delete support for Epoch.
6228
6229 1999-09-24 Howard Melman <howard@silverstream.com>
6230
6231 * imenu.el (imenu-after-jump-hook): New variable.
6232 (imenu): Run menu-after-jump-hook.
6233 (imenu-name-lookup-function): New variable.
6234 * imenu.el (imenu--in-alist): Use those variables.
6235
6236 1999-09-24 Carsten Dominik <cd@gnu.org>
6237
6238 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6239 multiple thebibliography environments.
6240
6241 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6242 with recentering window.
6243 (reftex-extract-bib-entries-from-thebibliography,
6244 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6245 with multiple thebibliography environments.
6246
6247 * textmodes/reftex-vars.el
6248 (reftex-section-levels): Function allowed as cdr.
6249 (reftex-max-section-depth) New option.
6250
6251 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6252 with multiple thebibliography environments.
6253
6254 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6255
6256 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6257 instead of point-min in call to delete-region.
6258
6259 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6260
6261 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6262 out into arbitrary file names.
6263
6264 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6265
6266 * language/european.el ("Turkish"): New language environment.
6267
6268 1999-09-19 Dave Love <fx@gnu.org>
6269
6270 * delim-col.el: New file.
6271
6272 1999-09-17 Richard Stallman <rms@gnu.org>
6273
6274 * files.el (after-find-file): When visiting a backup file,
6275 make it read-only.
6276
6277 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6278 (apropos-keybinding-face, apropos-label-face): Likewise.
6279 (apropos-property-face, apropos-match-face): Likewise.
6280 (apropos-label-properties): New variable.
6281 (apropos-print-doc): Use apropos-label-properties.
6282 (apropos-print): Set apropos-label-properties.
6283
6284 1999-09-15 Richard Stallman <rms@gnu.org>
6285
6286 * winner.el: Use aref instead of sref.
6287
6288 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6289
6290 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6291
6292 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6293
6294 1999-09-14 Richard Stallman <rms@gnu.org>
6295
6296 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6297 cookie, even if followed by a letter.
6298
6299 1999-09-14 Stephen Eglen <stephen@gnu.org>
6300
6301 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6302 --no-line-editing are passed to Octave by including them here
6303 rather than storing them in inferior-octave-startup-args.
6304
6305 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6306
6307 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6308 command, option, env and sc.
6309
6310 * subr.el (shell-quote-argument): Quote argument with double
6311 quotes for ms-dos.
6312
6313 1999-09-14 Richard Stallman <rms@gnu.org>
6314
6315 * simple.el (eval-expression-print-level): New variable.
6316 (eval-expression-print-length): New variable.
6317 (eval-expression-debug-on-error): New variable.
6318 (eval-expression): Bind print-level, print-length and
6319 debug-on-error from those vars.
6320
6321 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6322 Bind print-level, print-length and debug-on-error.
6323
6324 1999-09-14 Inge Frick <inge@nada.kth.se>
6325
6326 * dired.el (dired-recursive-deletes): New custom variable.
6327 (dired-re-no-dot): New variable.
6328 (dired-delete-file): New function deletes files and directories
6329 recursively.
6330 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6331
6332 * dired-aux.el (dired-recursive-copies): New custom variable.
6333 (dired-handle-overwrite): Broke a long line.
6334 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6335 `copy-file'.
6336 (dired-copy-file-recursive): New function. Copy directories
6337 recursively.
6338 (dired-do-create-files): Added support for generalized directory
6339 target. How-to function may now return a function. New fluid
6340 variable `dired-one-file'.
6341 (dired-copy-how-to-fn): New variable.
6342 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6343 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6344 (dired-do-copy-regexp): No recursive copies.
6345
6346 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6347
6348 * whitespace.el (whitespace-version): Update version to 2.4
6349
6350 * whitespace.el: Add customization variables to conditionally test
6351 any of the five whitespaces, per request from Rune Kleveland
6352 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6353
6354 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6355
6356 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6357 list of modes to be checked for bogus whitespaces.
6358
6359 * whitespace.el (whitespace-rescan-timer-time): Update
6360 documentation.
6361
6362 * whitespace.el (whitespace-display-unchecked-whitespaces):
6363 New function to update modeline with untested whitespaces.
6364
6365 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6366 checking is turned on, and update modeline using the newly created
6367 `whitespace-display-unchecked-whitespaces'.
6368
6369 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6370 whose checking is turned on, and update modeline using the newly
6371 created `whitespace-display-unchecked-whitespaces'.
6372
6373 * whitespace.el (whitespace-describe): Update documentation.
6374
6375 * whitespace.el (whitespace-tickle-timer): Test if
6376 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6377
6378 1999-09-13 Dave Love <fx@gnu.org>
6379
6380 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6381
6382 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6383 for temp buffer.
6384 (checkdoc-this-string-valid): Don't assume default comment-start.
6385
6386 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6387
6388 * rsz-mini.el: Remove code, keep the interface.
6389
6390 1999-09-13 Dave Love <fx@gnu.org>
6391
6392 * help.el (help-highlight-p): Doc fix.
6393
6394 * faces.el (mode-line, header-line, tool-bar): Add :version.
6395 (highlight, secondary-selection): Add :group.
6396 (trailing-whitespace): Add :group, :version.
6397
6398 * wid-edit.el: Remove some compatibility code and checks.
6399 (widget-specify-field, widget-specify-button): Don't use XEmacs
6400 properties.
6401 (widget-overlay-inactive): Change error message.
6402 (widget-button-pressed-face): New variable.
6403 (widget-button-click): Use it.
6404 (widget-documentation-link-add): Specify mouse and button faces.
6405 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6406 removed now the functionality is built in.
6407
6408 * cus-edit.el: Don't define-widget-keywords.
6409 (multimedia): New group.
6410 (custom-last): Function removed.
6411 (custom-quote): Add vectorp case, comment out characterp case.
6412 (custom-buffer-done-function, custom-raised-buttons): New option.
6413 (Custom-buffer-done): New function.
6414 (custom-buffer-create-internal): Obey custom-raised-buttons,
6415 Custom-buffer-done.
6416 (custom-button-face): Make it `released-button'.
6417 (custom-button-pressed-face): Make it `pressed-button'
6418 (custom-mode-map): Bind "q" to Custom-buffer-done.
6419 (custom-mode): Deal with raised/pressed buttons.
6420
6421 Changes from Didier Verna:
6422 (custom-prompt-variable): Optional third arg makes prompt for a
6423 comment string.
6424 (customize-set-value, customize-set-variable,
6425 customize-save-variable): Optional prefix makes function handle
6426 variable comments.
6427 (customize-customized, customize-saved, custom-variable-state-set)
6428 (custom-variable-set, custom-variable-save, custom-face-state-set)
6429 (custom-variable-reset-saved, custom-variable-reset-standard)
6430 (custom-face-set, custom-face-save, custom-face-reset-saved)
6431 (custom-face-reset-standard, customize-save-customized): Handle
6432 custom comments.
6433 (custom-comment-face, custom-comment-tag-face): New face.
6434 (custom-comment): New widget.
6435 (custom-comment-create, custom-comment-delete)
6436 (custom-comment-value-set, custom-comment-show)
6437 ()custom-comment-invisible-p): New functions.
6438 (custom-variable-value-create, custom-face-value-create): Create a
6439 comment field widget.
6440 (custom-variable-menu, custom-face-menu): New entry for custom
6441 comment.
6442 (custom-face-value-create): Remove compatibility code.
6443 (custom-save-variables, custom-save-faces): Possibly save custom
6444 comments.
6445
6446 * cus-face.el (custom-face-attributes): Simplify :underline,
6447 :overline, :inverse-video cases. Fix up :box case (probably needs
6448 more work).
6449
6450 Change from Didier Verna:
6451 (custom-set-faces): The arguments can now have a custom comment as
6452 fourth argument.
6453
6454 * custom.el: Don't define-widget-keywords.
6455 Change from Didier Verna:
6456 (custom-set-variables): The arguments can now have a
6457 custom comment as fifth element.
6458
6459 1999-09-13 Richard Stallman <rms@gnu.org>
6460
6461 * info.el (Info-find-node): Cope better if guesspos is too large.
6462
6463 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6464
6465 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6466 of buffer-substring because buffer-string doesn't copy the
6467 prompt.
6468
6469 * faces.el (mode-line): Replaces `modeline'.
6470 (toplevel): Make `modeline' an alias for `mode-line'.
6471
6472 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6473
6474 * gs.el: Change `ghostscript' to `postscript' in comment.
6475
6476 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6477
6478 * emulation/tpu-edt.el (tpu-version): New version.
6479 (tpu-search-overlay, tpu-replace-overlay): New variables.
6480 (tpu-search-highlight, tpu-toggle-direction): New functions.
6481 (tpu-lm-replace): Set tpu-replace-overlay.
6482 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6483 command hook.
6484
6485 1999-09-11 Richard Stallman <rms@gnu.org>
6486
6487 * isearch.el (isearch-mode-map): Undo previous change.
6488
6489 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6490 use all of that as the sexp.
6491
6492 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6493 and use the initial argument as file name directly.
6494 Likewise if nothing matches.
6495
6496 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6497
6498 * winner.el: Major changes. Avoid changing point and mark.
6499 Save configurations after they change, not before.
6500
6501 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6502
6503 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6504 Bind print-continuous-numbering and print-number-table.
6505
6506 1999-09-10 Dave Love <fx@gnu.org>
6507
6508 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6509
6510 1999-09-09 Richard Stallman <rms@gnu.org>
6511
6512 * whitespace.el: Finish making it fit Emacs conventions.
6513 Add autoloads.
6514
6515 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6516
6517 * generic-x.el (bat-generic-mode): "::"-style comments don't
6518 need to begin with "-". Fix the font-lock definitions of ON/OFF
6519 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6520 from the list of keywords. Add DO to the list of keywords.
6521
6522 1999-09-09 Dave Love <fx@gnu.org>
6523
6524 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6525 (byte-optimize-backward-word): New optimizations.
6526 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6527 entries.
6528
6529 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6530
6531 * image.el (put-image): Remove optional buffer parameter.
6532
6533 * faces.el (face-italic-p): Return t only for values `italic'
6534 and `oblique'.
6535
6536 * mouse.el (mouse-drag-mode-line-1): Extension of former
6537 mouse-drag-mode-line that also drags the header line.
6538 (mouse-drag-mode-line): Call it.
6539 (mouse-drag-header-line): New.
6540 (toplevel): Bind down-mouse-1 on header lines to
6541 mouse-drage-header-line.
6542
6543 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6544
6545 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6546 (make-mode-line-mouse-sensitive): Replace `top-line' by
6547 `header-line'.
6548
6549 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6550
6551 * help.el (describe-function-1): Don't return empty string for keymaps.
6552
6553 * fill.el (fill-region-as-paragraph, canonically-space-region):
6554 Respect colon-double-space at end of line.
6555
6556 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6557
6558 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6559 (backup-buffer): Use it.
6560
6561 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6562
6563 * generic-x.el (generic-define-unix-modes): Added new modes:
6564 inetd-conf-generic-mode, etc-services-generic-mode,
6565 etc-passwd-generic-mode. These are all defined for Unix by default.
6566 (apache-generic-mode): Use an imenu-generic-expression to list
6567 Configuration keywords.
6568 (samba-generic-mode): Use both ; and # as comment characters.
6569 (samba-generic-mode): Font-lock expressions now highlight name
6570 value pairs.
6571 (bat-generic-mode): Keywords are now case-insensitive through
6572 font-lock-defaults setting.
6573 (java-properties-generic-mode): Supports both ! and # as comment
6574 characters.
6575 (java-properties-generic-mode): Added an imenu-generic-expression
6576 (java-properties-generic-mode): Reworked to support the various
6577 different ways to separate name and value (viz, '=', ':' and
6578 whitespace).
6579 (show-tabs-generic-mode): Added this new generic-mode.
6580
6581 1999-09-08 Richard Stallman <rms@gnu.org>
6582
6583 * progmodes/inf-lisp.el: Moved from top directory.
6584
6585 * tar-mode.el (tar-header-block-tokenize):
6586 Use `when' instead of `and'. Fix some clobbered text.
6587
6588 * gud.el (gud-make-debug-menu): Make a child for the
6589 local menu, for its menu bar, and the debug menu.
6590 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6591 Use the history in the simple way.
6592
6593 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6594
6595 * language/korea-util.el (default-korean-keyboard): Initialize it
6596 according to the environment variable HANGUL_KEYBOARD_TYPE.
6597
6598 1999-09-07 Richard Stallman <rms@gnu.org>
6599
6600 * subr.el (make-temp-file): New function.
6601
6602 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6603
6604 * font-lock.el (font-lock-multiline): New text property contains
6605 a boolean to indicate if the char is part of a multiline match.
6606 (font-lock-default-fontify-region): Extend the region appropriately
6607 for multiline keywords.
6608 (font-lock-default-unfontify-region): Also remove the new
6609 font-lock-multiline text property.
6610 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6611 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6612
6613 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6614
6615 * diary-lib.el (list-diary-entries): Make sure two-digit years
6616 have leading zeros.
6617
6618 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6619
6620 * faces.el (face-set-after-frame-default): Initialize some
6621 attributes of some faces from frame parameters.
6622
6623 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6624
6625 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6626
6627 * faces.el (fringe): Replaces face `margin'.
6628
6629 1999-09-07 Dave Love <fx@gnu.org>
6630
6631 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6632
6633 1999-09-07 Richard Stallman <rms@gnu.org>
6634
6635 * subr.el (push): Doc fix.
6636
6637 1999-09-06 Richard Stallman <rms@gnu.org>
6638
6639 * vc.el (vc-annotate-display): Use < 69 not < 70
6640 to distinguish 20YY from 19YY.
6641
6642 * timezone.el (timezone-parse-date): Use < 69 not < 70
6643 to distinguish 20YY from 19YY.
6644
6645 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6646
6647 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6648
6649 * quickurl.el: (quickurl-list-focused-line): Removed.
6650 (quickurl-list-insert): Now works out the focused line using
6651 `count-lines' instead of using `quickurl-list-focused-line'.
6652
6653 1999-09-06 Richard Stallman <rms@gnu.org>
6654
6655 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6656 to beginning of message.
6657
6658 1999-09-06 Dave Love <fx@gnu.org>
6659
6660 * isearch.el (isearch-mode-map): Add mouse-2.
6661
6662 * mail/rmail.el (rmail-read-password): Deleted.
6663 (rmail-get-pop-password): Use read-password.
6664
6665 * quickurl.el: Don't conditionally define caddr.
6666 (quickurl-url-comment): Use nth, not caddr in function and
6667 defsetf.
6668
6669 1999-09-06 Richard Stallman <rms@gnu.org>
6670
6671 * auto-show.el: Doc fixes.
6672
6673 1999-09-06 Stephen Eglen <stephen@gnu.org>
6674
6675 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6676 --no-line-editing so that TABs in source files are not interpreted
6677 as completion requests.
6678
6679 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6680
6681 * hscroll.el, auto-show.el: Remove all code, keep the public
6682 interface as no-ops.
6683
6684 * faces.el (face-bold-p): Don't return t if face has lighter
6685 weight than normal.
6686
6687 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6688
6689 * startup.el (command-line): Make small-temporary-file-directory
6690 be nil except on ms-dos.
6691
6692 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6693
6694 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6695 is defined.
6696
6697 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6698 letters with a colon after d or l.
6699
6700 1999-09-06 Dave Love <fx@gnu.org>
6701
6702 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6703 primitive.)
6704
6705 1999-09-05 Richard Stallman <rms@gnu.org>
6706
6707 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6708
6709 * textmodes/paragraphs.el (backward-kill-sentence):
6710 Don't test minibuffer-prompt-end here.
6711 (forward-sentence): Do handle it here.
6712 (backward-kill-paragraph): Don't test it here.
6713 (forward-paragraph): Handle it here.
6714
6715 * mouse.el (font-menu-add-default): Simplify code.
6716
6717 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6718
6719 * faces.el (header-line): Renamed from `top-line'.
6720
6721 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6722
6723 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6724
6725 1999-09-04 Richard Stallman <rms@gnu.org>
6726
6727 * whitespace.el: New file.
6728
6729 1999-09-04 Dave Love <fx@gnu.org>
6730
6731 * paths.el: Make some doc strings obey the make-docfile convention.
6732
6733 * bindings.el: Likewise.
6734 (debug-ignored-errors): Remove BBDB ones.
6735
6736 1999-09-03 Richard Stallman <rms@gnu.org>
6737
6738 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6739 not from the draft to forward.
6740
6741 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6742
6743 1999-09-03 Dave Love <fx@gnu.org>
6744
6745 * double.el (double-mode): Customize the variable.
6746
6747 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6748
6749 * international/characters.el: Delete duplicated code.
6750
6751 1999-09-02 Richard Stallman <rms@gnu.org>
6752
6753 * indent.el (indent-relative): Doc fix.
6754
6755 * quickurl.el (quickurl): Doc fix.
6756
6757 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6758
6759 * faces.el (margin): Change background to "gray" for mono (this is
6760 drawn with a stipple pattern).
6761
6762 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6763
6764 * simple.el (next-history-element): Use minibuffer-prompt-end once
6765 again. Remove test for minibuffer-prompt-in-buffer.
6766
6767 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6768
6769 * files.el (small-temporary-file-directory): New variable.
6770
6771 * startup.el (command-line): Compute the value of
6772 small-temporary-file-directory.
6773
6774 * ediff-init.el (ediff-temp-file-prefix): Use
6775 small-temporary-file-directory if non-nil.
6776
6777 * vc.el (vc-update-change-log): Likewise.
6778
6779 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6780
6781 * simple.el (shell-command, shell-command-on-region): Use
6782 make-temp-name properly. Use small-temporary-file-directory if
6783 non-nil, otherwise temporary-file-directory, to generate temporary
6784 files.
6785
6786 * dos-w32.el (direct-print-region-helper): Use
6787 temporary-file-directory. (From Stefan Monnier.)
6788
6789 1999-09-02 Richard Stallman <rms@gnu.org>
6790
6791 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6792 from asm-comment-char.
6793 (asm-font-lock-keywords): Recognize instruction width suffixes.
6794
6795 1999-09-01 Richard Stallman <rms@gnu.org>
6796
6797 * play/fortune.el: New file.
6798
6799 1999-08-31 Dave Love <fx@gnu.org>
6800
6801 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6802 after key table.
6803
6804 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6805 redisplay variables.
6806
6807 * subr.el (push): Fix typo.
6808
6809 1999-08-30 Kevin Blake <kblake@ticnet.com>
6810
6811 * emacs-lisp/ring.el: Many doc fixes.
6812 (ring-size, ring-copy): New functions.
6813
6814 1999-08-29 Richard Stallman <rms@gnu.org>
6815
6816 * progmodes/etags.el (tags-loop-continue):
6817 After tags-loop-operate returns, force skip to next file.
6818
6819 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6820 (mail-extr-first-letters, mail-extr-last-letters):
6821 Use character classes [:alpha:] and [:alnum:].
6822
6823 * subr.el (push, pop): New macros.
6824
6825 * progmodes/compile.el (compilation-error-regexp-alist):
6826 New item for SGI IRIX MipsPro compilers.
6827
6828 * speedbar.el (speedbar-directory-buttons): Recognize
6829 device names when checking for file names.
6830
6831 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6832
6833 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6834 and specially handle defvar inside their expansions.
6835 (eval-defun-1): New subroutine.
6836
6837 * progmodes/compile.el (compilation-error-regexp-alist):
6838 Fix the Perl -w entry to allow period after line number.
6839 Don't allow newlines in file name, but allow them after line number
6840 for Perl debugging traces.
6841
6842 * which-func.el (which-func-cleanup-function): New variable.
6843 (which-function): Call that function.
6844
6845 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6846 to end a function name.
6847
6848 * informat.el (Info-tagify): Don't insert more than one newline
6849 before the tag table.
6850
6851 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6852
6853 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6854 than make-temp-name, use match-string-no-properties, and eliminate
6855 a quadratic behavior when building bibtex-strings.
6856
6857 1999-08-29 Alex Schroeder <alex@gnu.org>
6858
6859 * comint.el (comint-input-ring-separator): New variable.
6860 (comint-read-input-ring): Doc change; use
6861 comint-input-ring-separator when reading file.
6862 (comint-write-input-ring): Use
6863 comint-input-ring-separator when writing file.
6864
6865 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6866
6867 * informat.el (Info-tagify): Start by widening.
6868 Match node headers that don't list the file name,
6869 and more kinds of page separations.
6870 Strip properties during tagification.
6871 Use start of node header line as tag's position.
6872 Fix the "done" message.
6873
6874 (Info-validate): Save and restore match data around narrowing down.
6875
6876 1999-08-28 Richard M. Stallman <rms@gnu.org>
6877
6878 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6879 On repeated call, override previous values put into
6880 minor-mode-map-alist and minor-mode-alist.
6881
6882 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6883
6884 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6885
6886 1999-08-27 Andreas Schwab <schwab@gnu.org>
6887
6888 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6889 from cvs update.
6890
6891 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6892
6893 * calendar/calendar.el (calendar-move-hook): New hook.
6894
6895 * calendar/cal-move.el: Call the new hook in every movement function.
6896
6897 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6898 the right function name.
6899
6900 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6901
6902 * time-stamp.el: Put quote-backquote around all symbol names
6903 in doc strings, for mousing.
6904 (time-stamp): Support multi-line patterns.
6905 (time-stamp-inserts-lines): New variable.
6906 (time-stamp-count): New variable.
6907 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6908 "Thu" instead of "%a".
6909
6910 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6911
6912 * simple.el (kill-word): Undo previous change.
6913
6914 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6915
6916 * jit-lock.el (jit-lock-function): Extend the fontified range
6917 to the beginning of the line containing the range start and
6918 the beginning of the line following the range end.
6919
6920 1999-08-24 Dave Love <fx@gnu.org>
6921
6922 * timezone.el: Move provide to end.
6923 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6924 <70 are 2000+.
6925 (timezone-parse-time): Simplify somewhat.
6926
6927 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6928
6929 * faces.el (margin): Renamed from bitmap-area.
6930
6931 1999-08-24 Alex Schroeder <alex@gnu.org>
6932
6933 * sql.el: Doc changes.
6934 (sql-sybase): Use sql-server instead of sql-database.
6935
6936 1999-08-23 Dave Love <fx@gnu.org>
6937
6938 * rect.el: Add/fix various doc strings. Add `*' to all the
6939 interactive specs.
6940
6941 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6942
6943 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6944 Don't unwind-protect font-lock-fontify-region.
6945
6946 * paragraphs.el (backward-kill-paragraph): Don't move
6947 point into mini-buffer prompt.
6948 (backward-kill-sentence): Ditto.
6949
6950 * simple.el (next-history-element): Use minibuffer-prompt-end.
6951 Remove test for minibuffer-prompt-in-buffer.
6952 (kill-word): Don't move point into mini-buffer prompt.
6953
6954 1999-08-21 Dave Love <fx@gnu.org>
6955
6956 * Makefile: Exclude CVS dirs like RCS.
6957
6958 1999-08-19 Dave Love <fx@gnu.org>
6959
6960 * tooltip.el (tooltip-mode): Customize this, per convention.
6961 (tooltip-active): Option deleted.
6962
6963 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6964
6965 * hanoi.el, page-ext.el: Declare dynamic vars.
6966
6967 * term.el: Avoid ange-ftp related compilation warnings.
6968
6969 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6970
6971 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6972 the default so that beginners can benefit from it without
6973 searching in manuals.
6974
6975 1999-08-18 Ray Blaak <blaak@gnu.org>
6976
6977 * progmodes/delphi.el: Consider assembly sections as blocks, to
6978 indent them better. Make auto-indent on newline optional.
6979
6980 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6981
6982 * bindings.el (mode-line-modified): Look up key binding for C-x
6983 C-q. If it's bound call that binding, otherwise call
6984 toggle-read-only.
6985
6986 1999-08-17 Dave Love <fx@gnu.org>
6987
6988 * info.el (info): Doc fix.
6989
6990 * finder.el (finder-known-keywords): Add `multimedia'.
6991
6992 * apropos.el: Don't capitalize custom group name.
6993
6994 * info-look.el: Remove compatibility code.
6995 (info-lookup-guess-default*): DTRT for point at start of symbol.
6996 (info-complete): Don't lose with point not at end of symbol.
6997
6998 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6999
7000 * term.el (toplevel): Make face `term-default' an empty face.
7001 The code relied on the fact that Emacs ignored invalid faces in
7002 face text properties in 20.4.
7003
7004 1999-08-16 Richard M. Stallman <rms@gnu.org>
7005
7006 * subr.el (point-at-eol, point-at-bol): New aliases.
7007
7008 * simple.el: Functions reordered.
7009
7010 * rect.el (delete-rectangle-line): Use line-end-position.
7011
7012 1999-08-16 Karl Heuer <kwzh@gnu.org>
7013
7014 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7015 here from simple.el.
7016
7017 1999-08-16 Dave Love <fx@gnu.org>
7018
7019 * mouse.el: Provide `mldrag' for compatibility.
7020 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7021 marked obsolete.
7022
7023 * mldrag.el: Removed since the features are in mouse.el.
7024
7025 * jka-compr.el (auto-compression-mode): New variable for
7026 customization.
7027
7028 * bindings.el (mode-line-mule-info): Doc fix.
7029
7030 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7031 name comparisons.
7032
7033 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7034 (find-file): Doc fix.
7035
7036 1999-08-16 Carsten Dominik <cd@gnu.org>
7037
7038 * textmodes/reftex.el: Most of the code moved to other files.
7039 * textmodes/reftex-auc.el: New file, split out from reftex.el
7040 * textmodes/reftex-cite.el: New file, split out from reftex.el
7041 * textmodes/reftex-global.el: New file, split out from reftex.el
7042 * textmodes/reftex-index.el: New file, split out from reftex.el
7043 * textmodes/reftex-parse.el: New file, split out from reftex.el
7044 * textmodes/reftex-ref.el: New file, split out from reftex.el
7045 * textmodes/reftex-sel.el: New file, split out from reftex.el
7046 * textmodes/reftex-toc.el: New file, split out from reftex.el
7047 * textmodes/reftex-vars.el: New file, split out from reftex.el
7048 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7049
7050 1999-08-16 Carsten Dominik <cd@gnu.org>
7051
7052 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7053 conflict with pop-up-frames.
7054 (reftex-special-environment-parsers): New constant.
7055 (reftex-label-alist): car of an entry can also be a function.
7056 (reftex-what-special-env): Cew function.
7057 (reftex-label-location): Call `reftex-what-special-env'.
7058 (reftex-compile-variables): Check for symbol in
7059 `reftex-label-alist'.
7060 (reftex-what-environment): Fixed bug with stacked environments of
7061 same kind (e.g. enumerate).
7062 (reftex-process-string): Preserve default directory.
7063 (reftex-label-alist-builtin): Changed prefixes of endnote and
7064 footnote. Also the magic words.
7065 (reftex-reference): Interprete new option
7066 `reftex-fref-is-default'.
7067 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7068 (reftex-toc-mouse-view-line): Command removed (had no binding).
7069 (reftex-everything-regexp): New function.
7070 (reftex-nearest-match): Made better.
7071 (reftex-toc-find-section): Use new version of
7072 `reftex-nearest-match'.
7073 (reftex-insert-docstruct): Adapted to work with the index stuff.
7074 (reftex-parse-from-file): Find index entries as well.
7075 (reftex-toc-toggle-index): New function
7076 (reftex-toc-map): `i' is now used to togle the index, File
7077 boundaries has been moved to `F'.
7078 (reftex-select-label-map): Toggling display of file boundaries is
7079 now on the `F' key, for consistency with `reftex-toc-map'.
7080 (reftex-erase-all-selection-and-index-buffers): Renamed from
7081 `reftex-erase-all-selection-buffer'. Now also kills the index
7082 buffers.
7083 (reftex-viewing-cross-references): Customization group renamed
7084 from reftex-viewing-cross-references-and-citations.
7085 (reftex-index-macro-regexp,
7086 reftex-find-index-entry-regexp-format): New variables
7087 (reftex-macros-with-index): New variable
7088 (reftex-add-index-macros): New function
7089 (reftex-renumber-simple-labels, reftex-translate): Allow for
7090 multiple labels in a single ref command.
7091 (reftex-index-support): New customization group
7092 (reftex-support-index, reftex-index-special-chars,
7093 reftex-index-macros, reftex-index-default-macro,
7094 reftex-index-default-tag, reftex-index-math-format,
7095 reftex-index-section-letters, reftex-index-include-context,
7096 reftex-index-follow-mode, reftex-index-header-face,
7097 reftex-index-section-face, reftex-index-tag-face,
7098 reftex-index-face): New options
7099 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7100 reftex-index-tag, reftex-index-return-marker,
7101 reftex-index-restriction-indicator, reftex-index-restriction-data,
7102 reftex-index-macro-regexp, reftex-index-level-re,
7103 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7104 reftex-everything-regexp-no-index, reftex-index-re,
7105 reftex-macros-with-index, reftex-index-macro-alist): New variables
7106 (reftex-index-help, reftex-index-macros-builtin,
7107 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7108 reftex-query-index-macro-help): New constants
7109 (reftex-index-selection-or-word, reftex-index,
7110 reftex-default-index, reftex-update-default-index,
7111 reftex-index-complete-tag, reftex-index-select-tag,
7112 reftex-index-complete-key, reftex-index-update-taglist,
7113 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7114 reftex-display-index, reftex-insert-index,
7115 reftex-index-insert-new-letter, reftex-get-restriction,
7116 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7117 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7118 reftex-index-toggle-follow, reftex-index-toggle-context,
7119 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7120 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7121 reftex-index-quit, reftex-index-quit-and-kill,
7122 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7123 reftex-index-revert, reftex-index-switch-index-tag,
7124 reftex-index-restrict-to-section, reftex-index-widen,
7125 reftex-index-restriction-forward,
7126 reftex-index-restriction-backward, reftex-index-visit-location,
7127 reftex-index-analyze-entry, reftex-index-globalize,
7128 reftex-index-edit, reftex-index-toggle-range-beginning,
7129 reftex-index-toggle-range-end, reftex-index-edit-key,
7130 reftex-index-edit-attribute, reftex-index-edit-visual,
7131 reftex-index-edit-part, reftex-index-level-down,
7132 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7133 reftex-index-change-entry, reftex-index-goto-letter,
7134 reftex-add-index-macros, reftex-ensure-index-support,
7135 reftex-index-info-safe, reftex-index-info): New functions.
7136
7137
7138 1999-08-15 Richard M. Stallman <rms@gnu.org>
7139
7140 * paren.el (show-paren-mode): Support making show-paren-mode
7141 a buffer-local variable. Don't check for a window system.
7142 (show-paren-function): Check whether show-paren-function is
7143 enabled in current buffer; do the right thing if not.
7144 Don't check for a window system.
7145 (show-paren-mode): Make it a user variable.
7146
7147 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7148 Handle `enum' like `struct'.
7149
7150 * server.el (server-process-filter): If a client visits no buffers,
7151 close it immediately before recording it.
7152
7153 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7154 Optimize by calling concat just once. Handle =\n sequence.
7155 (mail-unquote-printable-region): New command.
7156 (mail-quote-printable): Make it autoload.
7157
7158 1999-08-15 Karl Heuer <kwzh@gnu.org>
7159
7160 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7161
7162 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7163
7164 * lisp/texinfmt.el: Handle @ifnottex.
7165
7166 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7167
7168 * frame.el (blink-cursor): Don't turn on cursor blinking for
7169 ms-dos.
7170
7171 * faces.el (face-valid-attribute-values): Look in
7172 x-bitmap-file-path only for x and w32 window systems.
7173
7174 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7175 Do that if width is nil as well.
7176 (x-display-mm-height, x-display-mm-width): Update values.
7177 (x-colors): Compute the list from msdos-color-values.
7178 (x-select-enable-clipboard): Doc fix.
7179 (x-frob-font-weight, x-font-family-list): New functions.
7180
7181 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7182
7183 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7184 back up from beginning of buffer.
7185
7186 1999-08-13 Karl Heuer <kwzh@gnu.org>
7187
7188 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7189
7190 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7191
7192 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7193 doomsday clock, speed control is added and changes are made to
7194 allow large numbers of rings: rings now show the whole ring
7195 number, not just the last digit; consecutive rings are allowed to
7196 be the same size when necessary to fit all the rings in the
7197 window; and poles can be oriented horizontally. Face support is
7198 thrown in gratuitously.
7199 (hanoi): Changed default number of rings back to 3.
7200 (hanoi-unix, hanoi-unix-64): New commands
7201 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7202 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7203 hanoi-odd-ring-face): New variables.
7204 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7205 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7206 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7207 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7208 (hanoi-topos, hanoi-draw-ring): Removed.
7209
7210 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7211
7212 * faces.el (face-valid-attribute-values): Return an alist for
7213 families on ttys.
7214 (face-read-integer): Handle unspecified face attributes. Add
7215 completion for `unspecified'.
7216 (read-face-attribute): Handle unspecified font attributes.
7217 (face-valid-attribute-values): Add `unspecified' to lists so that
7218 it can be chosen via completion.
7219 (face-read-string): Don't recognize "none" as input.
7220
7221 1999-08-10 Dave Love <fx@gnu.org>
7222
7223 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7224 string.
7225
7226 * sun-curs.el: Require sun-fns.
7227
7228 1999-08-10 Dave Love <fx@gnu.org>
7229
7230 * autorevert.el (auto-revert-mode): Add autoload cookie.
7231
7232 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7233 hscroll.
7234
7235 * simple.el (hscroll-step, hscroll-point-visible)
7236 (hscroll-window-column): Remove now we have the mentioned real
7237 horizontal autoscrolling.
7238
7239 1999-08-10 Richard M. Stallman <rms@gnu.org>
7240
7241 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7242 control use of -f option.
7243 (mail-specify-envelope-from): New variable.
7244 (mail-from-style): Doc fix.
7245
7246 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7247 (easy-menu-get-map): New arg TO-MODIFY helps choose
7248 between local and global maps.
7249 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7250 (easy-menu-change): Doc fix.
7251
7252 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7253 (info-lookup-guess-default): Simplified and cleaned up.
7254 (info-lookup-guess-default*): Preserve point.
7255
7256 * view.el (view-mode-disable): If buffer-read-only is nil,
7257 don't change it.
7258
7259 * files.el (after-find-file): Disable View mode if buffer is no
7260 longer read-only.
7261
7262 * view.el (view-mode-enable, view-mode-disable):
7263 Call force-mode-line-update.
7264
7265 1999-08-10 Karl Heuer <kwzh@gnu.org>
7266
7267 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7268 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7269 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7270
7271 1999-08-10 Alex Schroeder <asc@bsiag.com>
7272
7273 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7274 to prevent m-eating-bug.
7275
7276 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7277
7278 * term/pc-win.el (msdos-bg-mode): Remove. Call
7279 frame-set-background-mode instead. All callers changed.
7280 (msdos-face-setup): Don't force color display parameter, it is set
7281 by frame-set-background-mode.
7282 (make-msdos-frame): Call x-handle-reverse-video and
7283 face-set-after-frame-default. Delete frame if creation failed.
7284
7285 * faces.el (face-set-after-frame-default): Don't call
7286 make-face-x-resource-internal for the pc window-system.
7287
7288 1999-08-10 Dave Love <fx@melange.gnu.org>
7289
7290 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7291 case with no docstring specially.
7292
7293 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7294
7295 * complete.el (PC-do-completion): If completing on file name,
7296 reproduce str by concatenating its directory and basename parts.
7297
7298 1999-08-07 Dave Love <fx@gnu.org>
7299
7300 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7301 unibyte to multibyte conversion of search-forward (from Handa),
7302 but avoid the replacement if the language is Latin-N.
7303
7304 1999-08-06 Richard Stallman <rms@gnu.org>
7305
7306 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7307 of eval-buffer.
7308
7309 * international/mule.el (load-with-code-conversion):
7310 Pass t to eval-buffer for DO-ALLOW-PRINT.
7311
7312 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7313
7314 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7315 of filenames and attributes.
7316 (ls-lisp-insert-directory): Use directory-files-and-attributes
7317 for speed.
7318
7319 1999-08-05 Dave Love <fx@gnu.org>
7320
7321 * auto-show.el (auto-show-mode): Fix :set.
7322
7323 * widget.el (define-widget-keywords): Make dummy definition and
7324 comment-out its use.
7325
7326 1999-08-04 Richard Stallman <rms@gnu.org>
7327
7328 * progmodes/tcl.el: Customized.
7329
7330 * sql.el (sql-accumulate-and-indent): Instead of testing
7331 whether this is Emacs 20 before calling comint-accumulate,
7332 test whether comint-accumulate is defined.
7333
7334 1999-08-04 Dave Love <fx@gnu.org>
7335
7336 * sgml-mode.el: Require outline when compiling.
7337 (sgml-mode-hook, html-mode-hook): Customize.
7338 (sgml-validate-command): Fix :version.
7339 (html-autoview-mode): Doc fix.
7340
7341 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7342 nothing in Latin-N environment.
7343
7344 * info.el (Info-find-node): Call info-initialize here.
7345 (info): Not here.
7346 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7347
7348 1999-08-04 Richard Stallman <rms@gnu.org>
7349
7350 * ansi-color.el: New file.
7351
7352 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * dired.el (dired-string-replace-match): Return `nil' when no match
7355 found with global search.
7356
7357 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7358 * terminal.el (te-terminfo-directory):
7359 * mail/mailpost.el (post-mail-send-it):
7360 * mail/metamail.el (metamail-region):
7361 * progmodes/ada-mode.el (ada-tmp-directory):
7362 Use temporary-file-directory.
7363
7364 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7365 (compilation-filter, compilation-forget-errors)
7366 (compilation-parse-errors): Use a marker instead of an integer for
7367 `compilation-parsing-end'.
7368
7369 * progmodes/diff.el (diff-parse-differences):
7370 Use a marker instead of an integer for `compilation-parsing-end'.
7371 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7372 Use a marker instead of an integer for `compilation-parsing-end'.
7373
7374 1999-08-03 Richard Stallman <rms@gnu.org>
7375
7376 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7377 (Buffer-menu-mode): Doc fix.
7378 (Buffer-menu-view): New command.
7379 (Buffer-menu-view-other-window): New command.
7380
7381 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7382
7383 * replace.el (query-replace-regexp-eval)
7384 (replace-eval-replacement, replace-loop-through-replacements)
7385 (replace-match-string-symbols): New functions.
7386 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7387 Use replace-loop-through-replacements.
7388
7389 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7390
7391 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7392 (5x5): Doc fix.
7393
7394 1999-08-03 Dave Love <fx@gnu.org>
7395
7396 * fortran.el (fortran-indent-new-line): Make it an alias
7397 for reindent-then-newline-and-indent.
7398
7399 1999-08-03 Didier Verna <verna@inf.enst.fr>
7400
7401 * rect.el: All functions rewritten, except when noted above
7402 their declaration. Below is a list of interface changes.
7403 (apply-on-rectangle): New function, mostly replaces
7404 `operate-on-rectangle'. All callers changed.
7405 (move-to-column-force): Pass new second argument to `move-to-column'.
7406 (kill-rectangle): Added optional prefix arg to fill lines.
7407 (delete-rectangle): Ditto.
7408 (delete-whitespace-rectangle): Ditto.
7409 (delete-extract-rectangle): Ditto.
7410 (open-rectangle): Ditto.
7411 (clear-rectangle): Ditto.
7412 (delete-whitespace-rectangle-line): New function.
7413 (delete-rectangle-line): Added third arg FILL.
7414 (delete-extract-rectangle-line): Ditto.
7415 (open-rectangle-line): Ditto.
7416 (clear-rectangle-line): Ditto.
7417
7418 1999-08-03 Ray Blaak <blaak@gnu.org>
7419
7420 * progmodes/delphi.el: New file.
7421
7422 1999-08-02 Richard Stallman <rms@gnu.org>
7423
7424 * textmodes/outline.el (outline-previous-heading): New function.
7425 (outline-up-heading-all): Use outline-previous-heading.
7426 (outline-next-heading): Delete definition inserted yesterday.
7427
7428 1999-08-01 Richard Stallman <rms@gnu.org>
7429
7430 * textmodes/outline.el (outline-next-heading): New function.
7431 (outline-up-heading-all): New function.
7432 (outline-font-lock-level): Using outline-up-heading-all.
7433 Tell outline-back-to-heading to accept invisible headings.
7434
7435 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7436
7437 * mail/mh-utils.el (mh-find-path-run): New variable.
7438 (mh-find-path): Test and set that.
7439 Set mail-user-agent only the first time this function is run.
7440 (mail-user-agent): Defvar deleted.
7441
7442 * info.el (info-initialize): New function.
7443 (info): Call info-initialize.
7444 (Info-directory-list): Initialize to nil,
7445 so info-initialize will set it up for real.
7446
7447 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7448
7449 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7450 does not interpret a time as the year in a day-month entry.
7451
7452 * calendar/diary-lib.el: Change syntax table entry for colon in
7453 the diary as part of the european-date-diary-pattern fix.
7454
7455 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7456
7457 * international/mule.el (set-auto-coding): Allow whitespace before
7458 and after the "variable: value" pair.
7459
7460 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7461
7462 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7463 (default-sendmail-coding-system): Doc-string fixed.
7464
7465 1999-07-30 Dave Love <fx@gnu.org>
7466
7467 * subr.el (assoc-delete-all): New function, renamed from
7468 frame-delete-all.
7469
7470 * frame.el: Change comments to doc strings and other doc fixes.
7471 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7472 Callers changed.
7473 (set-background-color, set-foreground-color, set-cursor-color)
7474 (set-mouse-color, set-border-color): Offer completion of colours.
7475 (cursor): Add :version to defgroup.
7476
7477 * facemenu.el (list-colors-display): Make it work on ttys.
7478 (facemenu-read-color): Likewise.
7479
7480 1999-07-30 Richard M. Stallman <rms@gnu.org>
7481
7482 * frame.el (frame-notice-user-settings): If background
7483 color has been changed, update background-mode from it,
7484 then update faces.
7485
7486 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7487
7488 * net-utils.el (finger): Don't do indirect fingering.
7489
7490 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7491
7492 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7493 rules. Add separator at end of holidays.
7494 (cal-tex-rules): New customizable variable.
7495 (cal-tex-latexify-list): Add optional parameter to put separator
7496 at end.
7497
7498 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7499
7500 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7501 fill prefix on each line while looping to the end of paragraph.
7502 End paragraph if it's longer than the existing fill prefix.
7503
7504 * textmodes/fill.el (fill-context-prefix): Doc fix.
7505
7506 1999-07-30 Dave Love <fx@gnu.org>
7507
7508 * font-lock.el (jit-lock): Fix :load, add :version.
7509
7510 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7511
7512 * term/pc-win.el (msdos-face-setup): Register standard colors in
7513 Vface_tty_color_alist.
7514 (face-color-supported-p, face_color_gray_p): New functions.
7515
7516 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7517 is bound.
7518
7519 * startup.el (command-line): Don't register default colors for
7520 MSDOS window-system.
7521
7522 1999-07-29 Dave Love <fx@gnu.org>
7523
7524 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7525 charquote.
7526
7527 * lisp-mode.el (eval-defun): Re-written to avoid
7528 capturing variables.
7529
7530 * picture.el (picture-beginning-of-line): Don't call
7531 hscroll-point-visible now we have real autoscrolling.
7532 (picture-end-of-line, picture-newline, picture-open-line):
7533 Likewise.
7534
7535 * international/latin-8.el: New file.
7536 * international/latin-9.el: New file.
7537
7538 1999-07-28 Dave Love <fx@gnu.org>
7539
7540 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7541
7542 * msb.el: Require cl only when compiling.
7543 (msb--home-dir): Deleted.
7544 (msb--format-title): Use abbreviate-file-name.
7545 (msb--choose-file-menu): Simplify string comparison.
7546
7547 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7548
7549 * faces.el (toolbar): Add face definition for mono displays.
7550
7551 1999-07-27 Richard M. Stallman <rms@gnu.org>
7552
7553 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7554
7555 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7556 force copying of default-frame-alist.
7557
7558 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7559
7560 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7561
7562 1999-07-26 Richard M. Stallman <rms@gnu.org>
7563
7564 * frame.el (set-mouse-color): If new color is nil,
7565 really respecify the current color.
7566
7567 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7568
7569 * faces.el (bitmap-area): Change background of face `bitmap-area'
7570 to white for mono displays.
7571
7572 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7573
7574 * international/ccl.el (ccl-embed-symbol): New function.
7575 (ccl-program-p): Deleted. Now it's implemented in C code.
7576 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7577 (ccl-compile-translate-character): Likewise.
7578 (ccl-compile-map-single): Likewise.
7579 (ccl-compile-multiple-map-function): Likewise.
7580 (declare-ccl-program): Doc-string modified.
7581 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7582
7583 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7584
7585 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7586
7587 1999-07-25 Markus Rost <rost@gnu.org>
7588
7589 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7590 the entries to make custom-file more readable.
7591
7592 1999-07-25 Richard M. Stallman <rms@gnu.org>
7593
7594 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7595
7596 * emacs-lisp/edebug.el: Delete compatibility code.
7597 (edebug-next-token-class): If . is followed by a digit,
7598 return `symbol' for the token class.
7599
7600 * startup.el (command-line): If we don't find the user's init file,
7601 set user-init-file to nil.
7602
7603 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7604
7605 * info-look.el (info-lookup-interactive-arguments): Add optional
7606 argument query for new choice of help mode.
7607 (info-lookup-symbol): Use it.
7608 (info-lookup-file): Ditto.
7609 (info-lookup): Don't switch to other window, if already in Info
7610 buffer.
7611
7612 1999-07-23 Dave Love <fx@gnu.org>
7613
7614 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7615 syntax.
7616 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7617 (fortran-font-lock-syntactic-keywords): New variable.
7618 (fortran-mode): Use it.
7619 (fortran-font-lock-keywords-1): Don't do comments.
7620 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7621 match data.
7622
7623 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7624
7625 * msb.el (msb-menu-bar-update-buffers): Renamed from
7626 menu-bar-update-buffers.
7627 (msb-custom-set, msb--toggle-menu-type): Call
7628 msb-menu-bar-update-buffers.
7629 (msb-mode): Revise the hook setting.
7630
7631 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7632
7633 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7634
7635 * font-lock.el, help.el, simple.el: Re-integrate previously
7636 described changes that were lost due to errors while checking them
7637 in.
7638
7639 1999-07-23 Kevin Blake <kblake@ticnet.com>
7640
7641 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7642
7643 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7644
7645 * international/encoded-kb.el
7646 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7647 but push it to unread-command-events.
7648 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7649 (encoded-kbd-self-insert-sjis): Likewise.
7650 (encoded-kbd-self-insert-big5): Likewise.
7651
7652 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7653 before left margin and fill-prefix by fill-find-break-point.
7654
7655 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7656
7657 * info-look.el (info-lookup-setup-mode): Don't give up, if
7658 info-lookup-make-completions returns an error.
7659 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7660 name latex, not latex2e.
7661
7662 1999-07-21 Richard M. Stallman <rms@gnu.org>
7663
7664 * replace.el (perform-replace): Turn off case-fold-search
7665 if FROM-STRING argument has uppercase in it.
7666
7667 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7668
7669 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7670 mode is on. Don't use end of changed text.
7671
7672 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7673
7674 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7675 (cl-hash-table-p): Renamed from hash-table-p.
7676 (cl-hash-table-count): Renamed from hash-table-count.
7677 (maphash): Alias to cl-maphash removed.
7678 (gethash): Likewise.
7679 (puthash): Likewise.
7680 (remhash): Likewise.
7681 (clrhash): Likewise.
7682
7683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7684
7685 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7686 third arg non-nil. See comment there why this isn't a good idea.
7687
7688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7689
7690 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7691
7692 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7693 sit-for with 3rd arg non-nil to prevent redisplay.
7694
7695 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7696
7697 * image.el (image-type-from-file-header): If file doesn't
7698 have a directory part, add data-directory.
7699
7700 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7701
7702 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7703 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7704 motion handling when tooltip-gud-tips-p is nil.
7705
7706 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7707
7708 * tooltip.el (tooltip-mode): Don't use `plusp'.
7709 (tooltip-active): Use initial value of nil.
7710
7711 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7712
7713 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7714
7715 * bindings.el (make-mode-line-mouse-sensitive): Add key
7716 definitions for `top-line'.
7717
7718 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7719
7720 * faces.el (top-line): New face.
7721
7722 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7723
7724 * image.el (image-type-regexps): Add regexp for PS files.
7725
7726 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7727
7728 * faces.el (set-face-attribute): Fix wrong handling of frame
7729 begin equal to t.
7730
7731 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7732
7733 * image.el (image-type-regexps): Add PNG format.
7734
7735 1999-07-21 Dave Love <fx@gnu.org>
7736
7737 * bindings.el (mode-line-modified): New variable.
7738 (mode-line-mode-menu-1): Switch to appropriate window before
7739 showing menu.
7740
7741 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7742
7743 * faces.el (face-underline): Removed.
7744 (face-underline-color): Ditto.
7745
7746 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7747
7748 * faces.el (face-x-resources): Fix typo.
7749
7750 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7751
7752 * faces.el: Remove handling of `:relief', extend handling of
7753 `:box'.
7754 (frame-set-background-mode): Choose new defface specs after
7755 frame parameters have changed.
7756
7757 * cus-face.el: Ditto.
7758
7759 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7760
7761 * custom.el (defface): Extend documentation to include new
7762 face attributes.
7763
7764 * cus-face.el (custom-face-attributes): Add overline,
7765 strike-through, box.
7766
7767 * faces.el (face-valid-attribute-values): Handle overline,
7768 strike-through, box.
7769 (face-attribute-name-alist): Add pairs for new face attributes.
7770 (describe-face): Handle new face attributes.
7771
7772 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7773
7774 * faces.el (face-x-resources): Add overline, strike-through, box.
7775
7776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * enriched.el (enriched-translations): Add `display' and
7779 "x-display".
7780 (enriched-handle-display-prop): New.
7781 (enriched-decode-display-prop): New.
7782
7783 * format.el (top-level): Give `display' property
7784 `format-list-atomic-p.
7785 (format-annotate-single-property-change): Test that property.
7786 If present, treat list property values like atoms.
7787
7788 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7789
7790 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7791 so that "*" can be entered.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * cus-face.el (custom-face-attributes): Don't use `#''.
7796
7797 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7798
7799 * cus-face.el (custom-face-attributes): Return underline
7800 face attribute directly from the second lambda of underline.
7801
7802 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7803
7804 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7805
7806 * frame.el (after-setting-font-hooks): New variable.
7807 (set-frame-font): Run those hooks.
7808
7809 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7810
7811 * faces.el (set-face-attribute): Fix doc string.
7812
7813 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7814
7815 * cus-face.el (custom-face-attributes): Accept color name.
7816
7817 * faces.el (face-underline-p): Accept unspecified underlining.
7818 (face-underline): Ditto. Fix doc string.
7819
7820 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7821
7822 * faces.el (face-underline-color): New function.
7823
7824 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7825
7826 * cus-face.el (custom-face-attributes): Support underline coloring.
7827 Added slot to choose a color.
7828
7829 * faces.el (face-underline): New function.
7830 (face-underline-p): Support underline coloring.
7831 Return nil only if the underline attribute is 'normal.
7832 (set-face-underline): New function.
7833 (face-valid-attribute-values): Support underline coloring.
7834
7835 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7836
7837 * image.el (insert-image): Use `display' instead of `glyph'
7838 as text property name.
7839 (put-image): Ditto.
7840 (image-type-from-file-header): Use insert-file-contents-literally.
7841
7842 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7843
7844 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7845 string to indicate separators.
7846
7847 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7848
7849 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7850 instead of message-log.
7851
7852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7853
7854 * faces.el (bitmap-area): New face.
7855
7856 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7857
7858 * image.el (insert-image): New.
7859
7860 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7861
7862 * frame.el (blink-cursor): Set the symbol's value.
7863 (show-trailing-whitespace): Change group to font-lock.
7864
7865 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7866
7867 * jit-lock.el: New.
7868 * font-lock.el: Add jit-mode as new support mode.
7869
7870 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7871 reaching end instead of letting re-search-forward signal an error.
7872 (demand-lock-mode): New.
7873 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7874 (font-lock-turn-off-thing-lock): Ditto.
7875 (font-lock-after-fontify-buffer): Ditto.
7876 (font-lock-after-unfontify-buffer): Ditto.
7877
7878 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7879
7880 * gs.el: New file.
7881
7882 * startup.el (command-line-1): Activate tooltip mode if
7883 interactive.
7884
7885 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7886
7887 * faces.el (toolbar): Grey default background.
7888 (modeline): Ditto.
7889
7890 * image.el (image-type-regexps): New.
7891 (image-type-from-file-header): New.
7892 (create-image): Call it.
7893
7894 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7895
7896 * image.el: New file.
7897
7898 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7899
7900 * bindings.el (mode-line-format): Replace `mode-name' with
7901 `(:eval mode-line-mode-name)'.
7902 (mode-line-mode-name): New.
7903 (make-mode-line-mouse-sensitive): Don't change default value
7904 of `mode-name'.
7905
7906 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7907
7908 * tooltip.el: New file.
7909
7910 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7911
7912 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7913 instead of mouse-3 to pop up menus.
7914 (mode-line-kill-buffer): Removed.
7915 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7916 buffer name.
7917 (mode-line-buffer-menu-1): Removed.
7918
7919 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7920
7921 * bindings.el (mode-line-buffer-identification-keymap): New.
7922 (mode-line-buffer-menu-keymap): New.
7923 (mode-line-mode-menu-keymap): New.
7924 (mode-line-unbury-buffer): New.
7925 (mode-line-other-buffer): New.
7926 (mode-line-kill-buffer): New.
7927 (mode-line-buffer-menu-1): New.
7928 (mode-line-mode-menu-1): New.
7929 (make-mode-line-mouse-sensitive): New.
7930
7931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7932
7933 * help.el (describe-key-briefly): Handle mode line strings
7934 with local-map properties.
7935 (describe-key): Ditto.
7936 (mode-line-key-binding): New.
7937
7938 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7939
7940 * scroll-bar.el (scroll-bar-timer): New.
7941 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7942
7943 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7944
7945 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7946 and `bottom'.
7947
7948 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7949
7950 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7951 (global): Use different key bindings if using tookit scroll bars.
7952
7953 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7954
7955 * faces.el (modeline): Define mode line face with relief for
7956 class color, only.
7957 (toolbar): New face.
7958
7959 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7960
7961 * frame.el (frame-initialize): Set frame-creation-function to
7962 tty-create-frame-with-faces.
7963
7964 * faces.el (frame-set-background-mode): Make it work for
7965 window-system nil.
7966
7967 * faces.el (tty-create-frame-with-faces): New.
7968 (face-set-after-frame-default): Make it work for TTY frames.
7969
7970 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7971
7972 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7973 Return a list of one font family for TTYs. Don't return bitmap
7974 file paths for TTY frames.
7975
7976 * faces.el: Add face specs for tty displays to basic faces.
7977
7978 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7979 (font-lock-string-face): Ditto.
7980 (font-lock-keyword-face): Ditto.
7981 (font-lock-builtin-face): Ditto.
7982 (font-lock-function-name-face): Ditto.
7983 (font-lock-variable-name-face): Ditto.
7984 (font-lock-type-face): Ditto.
7985 (font-lock-constant-face): Ditto.
7986 (font-lock-warning-face): Ditto.
7987
7988 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7989
7990 * startup.el (command-line): Register default tty colors.
7991
7992 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7993
7994 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7995
7996 * faces.el (modeline): For X frames, use a modeline with relief.
7997
7998 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7999
8000 * faces.el (frame-update-faces): Copied from 20.2.
8001 (frame-update-face-colors): Ditto. Code removed that isn't
8002 applicable in the new face implementation.
8003
8004 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8005
8006 * frame.el (show-trailing-whitespace): New.
8007
8008 * faces.el (trailing-whitespace): New basic face.
8009
8010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8011
8012 * cus-face.el (custom-facep): Always define as alias for facep.
8013
8014 * cus-face.el (custom-face-attributes): Use choice widgets.
8015 Remove :bold and :italic.
8016
8017 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8018
8019 * faces.el (face-charset-registries): Removed since fontset.el
8020 is no always loaded.
8021
8022 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8023
8024 * faces.el (internal-get-face): Added as obsolete function for
8025 compatibility.
8026
8027 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8028
8029 * frame.el (blink-cursor-end): Call show-cursor.
8030 (blink-cursor-mode): Ditto.
8031
8032 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8033
8034 * faces.el (face-spec-reset-face): Reset all attributes to
8035 `unspecified'.
8036 (face-spec-set): Use it.
8037
8038 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8039
8040 * faces.el (read-all-face-attributes): Bug fix.
8041 (face-read-integer): Allow nil default value.
8042 (face-valid-attribute-values): Use symbol names of attribute
8043 values for completion list.
8044
8045 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8046
8047 * faces.el (internal-find-face): Define for compatibility with
8048 20.2.
8049 (face-id): Likewise.
8050
8051 * faces.el (face-id): Return the ID of a realized face for ASCII.
8052
8053 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8054 (x-complement-fontset-spec): Use face-charset-registries.
8055
8056 * faces.el (face-font-selection-order): Set font selection order
8057 from Lisp.
8058 (face-alternative-font-family-alist): Set alternative font
8059 families from Lisp.
8060
8061 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8062
8063 * faces.el (set-face-charset-registries): Set symbol value.
8064
8065 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8066
8067 * faces.el (face-set-after-frame-default): Call function
8068 internal-merge-in-global-face.
8069
8070 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8071
8072 * faces.el (face-list): Return symbols from face-global-alist.
8073
8074 * faces.el (face-list): Return a copy of the face name list so
8075 that it cannot be modified from outside (facemenu.el uses
8076 nreverse, for example).
8077
8078 * cus-face.el (custom-face-attributes): Add :bold and :italic
8079 for compatibility with old code.
8080
8081 * faces.el (set-face-attributes-from-resources): Additional
8082 frame parameter.
8083 (make-face-x-resource-internal): Set attributes from resources
8084 for a given frame or all frames.
8085
8086 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8087
8088 * faces.el (all-faces): Removed.
8089
8090 * custom.el (defface): Add new face attributes to function
8091 comment.
8092
8093 * font-lock.el (font-lock-comment-face): Use new face attribute
8094 names.
8095 (font-lock-string-face): Ditto.
8096 (font-lock-keyword-face): Ditto.
8097 (font-lock-builtin-face): Ditto.
8098 (font-lock-function-name-face): Ditto.
8099 (font-lock-variable-name-face): Ditto.
8100 (font-lock-type-face): Ditto.
8101 (font-lock-reference-face): Ditto.
8102 (font-lock-warning-face): Ditto.
8103 ((boundp 'font-lock-face-attributes)): Ditto.
8104
8105 * cus-face.el (custom-face-attributes): Use new face attributes.
8106
8107 * faces.el (set-face-attribute-from-resource): Initialize
8108 from resources only for X and W32.
8109
8110 * cus-face.el (custom-declare-face): Don't make frame-local
8111 faces.
8112
8113 * faces.el (describe-face): Use princ instead of insert.
8114
8115 * faces.el: Add XLFD manipulation functions from 20.2 again
8116 because fontset.el uses them.
8117 (face-set-after-frame-default): Add empty definition.
8118
8119 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8120
8121 * faces.el (make-face): Correct typo.
8122 (set-face-attribute-from-resource): Use let*.
8123 (face-underline-p): Correct typo.
8124 (face-inverse-video-p): Ditto.
8125 (set-face-stipple): Ditto.
8126 (face-read-string): Make completion-list optional parameter.
8127
8128 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8129
8130 * faces.el (face-charset-registries): Alist mapping charset
8131 symbols to registries and encoding.
8132
8133 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8134
8135 * frame.el (blink-cursor-mode): Use interactive spec "P".
8136
8137 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8138
8139 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8140 mode. The cursor of selected_window blinks if the mode is enabled.
8141
8142 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8143
8144 * simple.el (next-history-element): Set point to the end of the
8145 prompt if minibuffer-prompt-in-buffer.
8146
8147 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8148
8149 * faces.el (x-font-regexp): Add sub-expression parentheses for
8150 several font name components.
8151
8152 1999-07-21 Gerd Moellmann <gerd@acm.org>
8153
8154 * faces.el (set-face-relief): Use index 12 for relief.
8155 (face-fill-in): Set relief from data.
8156 (internal-make-face): Init relief to zero.
8157
8158 * faces.el (face-spec-set): Call modify-face with additional
8159 parameters for relief and fixed-p.
8160
8161 1999-07-21 Gerd Moellmann <gerd@acm.org>
8162
8163 * cus-face.el: ':fixed and ':relief added.
8164
8165 * faces.el (describe-face): Add fixed font attribute and relief.
8166 (face-attr-match-p): Ditto.
8167 (face-attr-construct): Ditto.
8168 (face-spec-set): Ditto.
8169
8170 1999-07-21 Gerd Moellmann <gerd@acm.org>
8171
8172 * faces.el (internal-make-face): Function to create a Lisp vector
8173 suitable for representing a face.
8174 (make-face): Use it instead of make-vector.
8175 (x-create-frame-with-faces): Use it instead of vector.
8176 (internal-facep): Increase vector size to 14.
8177 (internal-make-face): Ditto.
8178 (face-relief): Access relief thickness.
8179 (face-fixed-p): Access fixed font attribute.
8180 (set-face-fixed-p): Set fixed font attribute.
8181 (set-face-relief): Set relief attribute.
8182 (internal-face-interactive-int): Read int attribute of face.
8183 (modify-face): Add fixed-p and relief parameters.
8184 (copy-face): Handle fixed-p and relief.
8185 (face-equal): Compare fixed-p and relief.
8186 (face-differs-from-default-p): Ditto.
8187 (face-nontrivial-p): Add fixed-p and relief.
8188
8189 1999-07-21 Gerd Moellmann <gerd@acm.org>
8190
8191 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8192 (internal-facep): Increase vector size.
8193 (make-face): Ditto.
8194 (face-shadow-thickness): Added.
8195 (set-face-shadow-thickness): Added.
8196 (modify-face): Add optional shadow-thickness parameter.
8197 (make-face-x-resource-internal): Add shadows.
8198 (copy-face): Ditto.
8199 (face-equal): Ditto.
8200 (face-differs-from-default-p): Ditto.
8201 (face-nontrivial-p): Ditto.
8202 (face-attr-match-p): Ditto.
8203 (face-attr-construct): Ditto.
8204 (face-spec-set): Ditto.
8205 (face-fill-in): Ditto.
8206
8207 1999-07-21 Gerd Moellmann <gerd@acm.org>
8208
8209 * bench.el (bench-mark-split-window): New bench mark.
8210
8211 1999-07-21 Gerd Moellmann <gerd@acm.org>
8212
8213 * faces.el (set-face-font): Don't pass default font to
8214 x-resolve-font so that font will not have to be of the same
8215 size.
8216
8217 1999-07-20 Dave Love <fx@gnu.org>
8218
8219 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8220 unconditionally t.
8221
8222 1999-07-20 Karl Heuer <kwzh@gnu.org>
8223
8224 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8225
8226 1999-07-20 Dave Love <fx@gnu.org>
8227
8228 * help.el (describe-variable): Fix test for customizability.
8229
8230 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8231 Check for readonly buffer in interactive spec.
8232 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8233 (backward-kill-word): Add * to interactive spec.
8234
8235 * underline.el (underline-region, ununderline-region): Add * to
8236 interactive spec.
8237
8238 * fill.el (canonically-space-region, justify-current-line): Add *
8239 to interactive spec.
8240 (fill-region-as-paragraph, fill-paragraph, fill-region)
8241 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8242 readonly buffer in interactive spec.
8243
8244 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8245 (backward-kill-sentence, kill-sentence): Add * to interactive
8246 spec.
8247
8248 1999-07-19 Richard M. Stallman <rms@gnu.org>
8249
8250 * dired-aux.el (dired-do-shell-command): Doc fix.
8251
8252 * shell.el (shell-unquote-argument): New function.
8253 (shell-directory-tracker): Use shell-unquote-argument.
8254 * comint.el (comint-arguments): Handle \ followed by space or tab.
8255
8256 1999-07-19 John Wiegley <jwiegley@borland.com>
8257
8258 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8259 color codes 39 and 49, which by the way lynx uses them seem to
8260 mean "foreground reset" and "background reset".
8261
8262 1999-07-19 Karl Heuer <kwzh@gnu.org>
8263
8264 * font-lock.el (c++-keywords): Add "typeid".
8265
8266 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8267 selects no font, treat that as zero selections, not one.
8268
8269 1999-07-19 Dave Love <fx@gnu.org>
8270
8271 * info.el (Info-search): Don't lose with empty regexp.
8272
8273 * version.el: Cater for (free) `ident' program, not `which'.
8274
8275 * hl-line.el: New file.
8276
8277 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8278 for modes which don't define menus.
8279
8280 1999-07-16 Richard M. Stallman <rms@gnu.org>
8281
8282 * webjump.el (webjump-sample-sites): Update some URLs.
8283
8284 1999-07-14 Richard Stallman <rms@gnu.org>
8285
8286 * Version 20.4 released.
8287
8288 1999-07-14 Andreas Schwab <schwab@gnu.org>
8289
8290 * compare-w.el (compare-windows): Try to find the next window in
8291 the current frame before looking at the other frames.
8292
8293 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8294
8295 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8296 Use cyrillic-jcuken as default input method.
8297
8298 1999-07-12 Richard Stallman <rms@gnu.org>
8299
8300 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8301 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8302
8303 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8304 (ispell-local-dictionary-alist): Add koi8-r for character set.
8305
8306 * textmodes/flyspell.el (flyspell-get-word):
8307 Add special handling for when ispell-otherchars is empty.
8308
8309 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8310
8311 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8312 when having nested functons.
8313 (pascal-indent-nested-functions) (pascal-indent-line)
8314 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8315 indenting nested functions.
8316
8317 1999-07-09 Richard Stallman <rms@gnu.org>
8318
8319 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8320
8321 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8322
8323 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8324 the `end' keyword was in the very beginning of the buffer.
8325
8326 1999-07-08 Richard Stallman <rms@gnu.org>
8327
8328 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8329
8330 * term.el (term-emulate-terminal): Avoid infinite loop
8331 in strange case where minibuffer window is selected but not active.
8332
8333 1999-07-07 Stephen Eglen <stephen@gnu.org>
8334
8335 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8336 Change regexp so that it doesn't match commands beginning with `cd'.
8337
8338 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8339
8340 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8341
8342 1999-07-06 Richard Stallman <rms@gnu.org>
8343
8344 * hscroll.el (hscroll-minibuffer-hook): New function.
8345 (hscroll-global-mode): Add and remove that hook.
8346 Set hscroll-old-truncate-was-global's default value.
8347
8348 1999-07-05 Richard Stallman <rms@gnu.org>
8349
8350 * files.el (revert-buffer): Don't preserve point here.
8351 (revert-buffer-insert-file-contents-function): Doc fix.
8352
8353 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8354
8355 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8356 doing a `stat' when it isn't necessary because that can cause
8357 trouble when an NFS server is down.
8358
8359 1999-07-04 Richard Stallman <rms@gnu.org>
8360
8361 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8362
8363 1999-07-03 Richard Stallman <rms@gnu.org>
8364
8365 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8366 for \200...\240 also.
8367 (isearch-printing-char): Use unibyte-char-to-multibyte.
8368
8369 1999-07-02 Richard Stallman <rms@gnu.org>
8370
8371 * frame.el (minibuffer-frame-alist): Use defcustom.
8372 (pop-up-frame-alist): Likewise.
8373 (initial-frame-alist): Specify * in the doc string.
8374
8375 * hscroll.el (hscroll-mode): Make it a permanent local.
8376 (hscroll-mode): Don't cancel the timer
8377 if HScroll mode is enabled in some other buffer.
8378
8379 * isearch.el (isearch-done): If search ends in middle of intangible
8380 text (due to text property), move on to the limit of that text.
8381
8382 1999-07-01 Andrew Innes <andrewi@gnu.org>
8383
8384 * man.el (Man-build-man-command): Use value of null-device,
8385 instead of hard-coding "/dev/null".
8386
8387 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8388 ange-ftp file names, which might force ange-ftp to prompt for a
8389 password.
8390
8391 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8392 to prevent references to temp files.
8393
8394 1999-06-30 Richard Stallman <rms@gnu.org>
8395
8396 * progmodes/sh-script.el (sh-feature): If nothing is known
8397 about the given shell, use the values for `sh'.
8398
8399 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8400
8401 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8402 to make it non-recursive.
8403
8404 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8405
8406 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8407
8408 * auto-show.el (auto-show-mode): Fix Typo in :set.
8409
8410 1999-06-29 Richard M. Stallman <rms@gnu.org>
8411
8412 * progmodes/sh-script.el (sh-mode): When setting syntax
8413 table, default to the standard one.
8414
8415 1999-06-27 Richard M. Stallman <rms@gnu.org>
8416
8417 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8418
8419 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8420
8421 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8422 a frame when `return' is requested (even if pop-up-frames = t)
8423 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8424 should only be set for the bibtex buffer.
8425
8426 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8427
8428 * progmodes/compile.el: Deal with compilation-error-screen-columns
8429 being buffer-local.
8430
8431 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8432
8433 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8434
8435 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8436
8437 * cal-x.el (calendar-only-one-frame-setup): New function.
8438 * calendar.el (calendar): Call it if requested.
8439
8440 1999-06-24 Karl Heuer <kwzh@gnu.org>
8441
8442 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8443
8444 1999-06-22 Richard M. Stallman <rms@gnu.org>
8445
8446 * mail/supercite.el (sc-emacs-features): Doc fix.
8447
8448 1999-06-22 Karl Heuer <kwzh@gnu.org>
8449
8450 * files.el (auto-mode-alist): Add pike-mode.
8451
8452 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8453
8454 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8455 last byte of a numeric field is a space or a NUL. Parse it as
8456 potentially part of the number. This is used by GNU tar
8457 1.12.64012 to handle larger values.
8458
8459 1999-06-20 Karl Heuer <kwzh@gnu.org>
8460
8461 * custom.el (custom-handle-keyword): Fix error message.
8462
8463 1999-06-18 Andrew Innes <andrewi@gnu.org>
8464
8465 * mail/smtpmail.el (smtpmail-send-it): Use
8466 convert-standard-filename to make file names for queued mail safe
8467 on Windows (`:' is invalid in file names on Windows).
8468
8469 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8470
8471 * international/mule-cmds.el (describe-current-input-method):
8472 Current-input-method is string.
8473 (toggle-input-method): Docstring fixed.
8474
8475 * international/mule-diag.el
8476 (describe-current-coding-system-briefly): Fix format string.
8477
8478 * international/mule-util.el (coding-system-eol-type-mnemonic):
8479 Docstring modified. Return a string.
8480
8481 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8482
8483 * sql.el (sql-input-ring-file-name): Doc fix.
8484
8485 1999-06-17 Richard M. Stallman <rms@gnu.org>
8486
8487 * calendar/cal-x.el (special-display-buffer-names):
8488 Don't put (get-file-buffer diary-file) on this list.
8489
8490 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8491
8492 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8493 Don't penalize player for certain impossible guesses.
8494
8495 1999-06-16 Andrew Innes <andrewi@gnu.org>
8496
8497 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8498 return the string "Unk 0 0000" so at least it appears to be a
8499 valid timestamp to `dired-move-to-filename-regexp'.
8500
8501 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8502
8503 * ps-print.el (ps-control-character): Fix previous change.
8504
8505 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8506
8507 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8508 multiple output of the last message.
8509
8510 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8511
8512 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8513 the ASCII apostrophe, as most DOS codepages have some other glyph
8514 there.
8515
8516 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8517
8518 * language/ethio-util.el (setup-ethiopic-environment-internal):
8519 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8520 (exit-ethiopic-environment): Likewize.
8521
8522 1999-06-12 Richard M. Stallman <rms@gnu.org>
8523
8524 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8525
8526 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8527
8528 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8529 custom-initialize-default to avoid infinite loop.
8530 (crisp-mode): (defun) Call transient-mark-mode here, not when
8531 loading the file. Run crisp-mode-hook here, and run
8532 crisp-load-hook when loading the file.
8533
8534 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8535 rmail-summary buffer, search for pattern in rmail-file.
8536
8537 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8538
8539 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8540
8541 * ps-print.el (ps-printer-name): Fix custom type.
8542
8543 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8544
8545 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8546 (vhdl-port-paste-generic-map): Fix indentation bug.
8547 (vhdl-port-paste-port-map): Fix indentation bug.
8548 (vhdl-scan-file-contents): Make scanning case insensitive.
8549
8550 1999-06-11 Richard M. Stallman <rms@gnu.org>
8551
8552 * files.el (write-file): When buffer is not already visiting a file,
8553 don't put buffer name in the minibuffer, just make it the default.
8554 Also handle just directory as arg usefully in that case.
8555
8556 * simple.el (sendmail-user-agent-compose):
8557 Ignore case when inserting the rest of the "other" headers.
8558
8559 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8560
8561 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8562 (info-lookup-interactive-arguments): Never insert the default
8563 into the minibuffer automatically.
8564
8565 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8566
8567 1999-06-09 Richard M. Stallman <rms@gnu.org>
8568
8569 * simple.el (shell-command): Avoid printing "mark set" message.
8570
8571 1999-06-09 Dave Love <fx@gnu.org>
8572
8573 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8574 digits in program name in first pattern.
8575
8576 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8577
8578 * vc.el (vc-dired-mode): Don't match anything before the date in
8579 dired-move-to-filename-regexp.
8580
8581 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8582
8583 * international/quail.el (quail-define-rules): Fix typo in
8584 docstring.
8585
8586 1999-06-05 Stephen Eglen <stephen@gnu.org>
8587
8588 * iswitchb.el (iswitchb-default-keybindings): Add
8589 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8590 than when package is loaded.
8591
8592 1999-06-04 Richard M. Stallman <rms@gnu.org>
8593
8594 * startup.el (command-line): Don't set user-init-file directly;
8595 tell `load' to set it.
8596
8597 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8598
8599 * simple.el (next-history-element):
8600 Handle minibuffer-text-before-history properly when reading sexps.
8601
8602 * disp-table.el (standard-display-european):
8603 For an interactive call by the user,
8604 don't set enable-multibyte-characters,
8605 and don't set the terminal coding system.
8606
8607 * textmodes/refbib.el: Don't print any messages or display
8608 a buffer when loading the library.
8609 (r2b-help): Doc fix.
8610 (r2b-help-message): Update the documentation.
8611 (r2b-load-quietly): Variable deleted.
8612 (r2b-convert-buffer): Doc fix.
8613
8614 1999-06-04 Dave Love <fx@gnu.org>
8615
8616 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8617
8618 * auto-show.el: Don't change hooks on loading.
8619 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8620 (auto-show-mode): Add to hooks here.
8621
8622 1999-06-04 Richard Sharman <rsharman@pobox.com>
8623
8624 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8625 recursion on bogus input.
8626
8627 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8628
8629 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8630 does not select a buffer from the buffers menu, then the attached
8631 frame is not switched to anything.
8632
8633 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8634
8635 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8636 (viet-viscii-...->viet-vscii...).
8637
8638 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8639
8640 1999-06-01 Dave Love <fx@gnu.org>
8641
8642 * progmodes/fortran.el: Add :link to defgroup.
8643 (fortran-blink-matching-if): Match ELSE statements too.
8644 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8645 that filling is always done.
8646
8647 1999-05-31 Richard M. Stallman <rms@gnu.org>
8648
8649 * simple.el (append-next-kill): Use an arg to distinguish
8650 interactive calls from Lisp calls, rather than (interactive-p).
8651
8652 * international/iso-transl.el (iso-transl-language-alist):
8653 Interchange n and N.
8654
8655 1999-05-31 Dave Love <fx@gnu.org>
8656
8657 * msb.el Add to minor-mode-map-alist. Remove hook installation
8658 and keymap munging on load.
8659 (msb-mode): New option.
8660 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8661 Doc fix.
8662 (msb-mode-map): New variable.
8663 (msb-mode): New command.
8664
8665 1999-05-31 Dave Love <fx@gnu.org>
8666
8667 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8668 (ispell-complete-word-dict): Likewise.
8669
8670 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8671
8672 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8673 force the data buffer to be saved, even if the data didn't
8674 change, in case the write filter was modified. Restore the
8675 current record after read-file-filter finishes.
8676
8677 1999-05-29 Karl Heuer <kwzh@gnu.org>
8678
8679 * ispell4.el: Obsolete; file deleted.
8680
8681 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8682
8683 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8684 VALUE is a syntax table.
8685
8686 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8687
8688 * simple.el (zap-to-char): Doc fix.
8689
8690 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8691
8692 * isearch.el (isearch-quote-char): Don't assume character codes
8693 0200 - 0237 stand for characters in some single-byte character
8694 charset.
8695
8696 1999-05-27 Dave Love <fx@gnu.org>
8697
8698 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8699
8700 1999-05-27 Andreas Schwab <schwab@gnu.org>
8701
8702 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8703 headerline does not exist already.
8704
8705 1999-05-26 Richard Stallman <rms@gnu.org>
8706
8707 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8708 Avoid nested null-loops.
8709
8710 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8711
8712 * international/characters.el: Typo fixed; prefered->preferred.
8713
8714 * international/mule-cmds.el (find-coding-systems-for-charsets):
8715 Typo fixed; prefered->preferred.
8716
8717 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8718 method in read-event.
8719
8720 * international/mule.el (charset-info): Doc-string fixed.
8721
8722 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8723
8724 * mail/smtpmail.el (smtpmail-send-it): Bind
8725 smtpmail-code-conv-from properly.
8726 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8727 by smtpmail-code-conv-from.
8728
8729 1999-05-24 Richard Stallman <rms@gnu.org>
8730
8731 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8732 Binding deleted also.
8733
8734 1999-05-24 Karl Heuer <kwzh@gnu.org>
8735
8736 * comint.el (comint-bol-or-process-mark): Doc fix.
8737
8738 1999-05-23 Dave Love <fx@gnu.org>
8739
8740 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8741 Enter it on minor-mode-map-alist.
8742 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8743 Autoload. Add custom setter.
8744 (crisp-mark-line): Doc fix.
8745 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8746 (crisp-mode-hook): Define.
8747
8748 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8749
8750 * files.el (recover-file): Recover buffer-file-coding-system.
8751
8752 1999-05-22 Richard Stallman <rms@gnu.org>
8753
8754 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8755 regexp match the date, to avoid treating date as file size.
8756 Add YYYY S option to WESTERN/
8757
8758 * bookmark.el: Delete some XEmacs compatibility code.
8759 (bookmark-jump-noselect): Check vc-backend.
8760
8761 * subr.el (add-to-list): Doc fix.
8762
8763 1999-05-21 Stephen Eglen <stephen@gnu.org>
8764
8765 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8766
8767 1999-05-18 Richard Stallman <rms@gnu.org>
8768
8769 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8770 non-space after the @anchor command.
8771 (texinfo-format-var): Handle other nested constructs, using
8772 texinfo-parse-expanded-arg and texinfo-discard-command, not
8773 texinfo-parse-arg-discard.
8774
8775 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8776 (debug): Bind and use debugger-outer-inhibit-redisplay.
8777 Bind inhibit-redisplay to nil.
8778 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8779
8780 1999-05-17 Dave Love <fx@gnu.org>
8781
8782 * help.el (describe-function-1): Extra arg, interactive-p.
8783 (describe-key, describe-function): Use it.
8784
8785 1999-05-17 Karl Heuer <kwzh@gnu.org>
8786
8787 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8788
8789 1999-05-16 Dave Love <fx@gnu.org>
8790
8791 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8792 scroll-preserve-screen-position, scroll-conservatively.
8793
8794 1999-05-16 Dave Love <fx@gnu.org>
8795
8796 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8797
8798 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8799
8800 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8801
8802 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8803
8804 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8805 magic number and is not associated with a file.
8806
8807 1999-05-14 Richard M. Stallman <rms@gnu.org>
8808
8809 * files.el (find-file-noselect-1): Fix previous change.
8810
8811 1999-05-14 Simon Marshall <simon@gnu.org>
8812
8813 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8814
8815 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8816
8817 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8818 docstring.
8819
8820 * international/mule-cmds.el: Change MULE to Mule in docstrings
8821 and menus.
8822
8823 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8824
8825 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8826 to correctly reflect the value of BaseLineOffset in
8827 RelativeCompose. Now the value of RelativeCompose is an array of
8828 low and high positions.
8829 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8830 RLC for the above change.
8831
8832 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8833
8834 * comint.el (comint-password-prompt-regexp): Modified to match the
8835 output of ksu and ssh-add.
8836
8837 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8838
8839 * language/korea-util.el (isearch-toggle-korean-input-method):
8840 Adjusted for the change of input method handling in isearch.el.
8841 (isearch-hangul-switch-symbol-ksc): Likewise.
8842 (isearch-hangul-switch-hanja): Likewise.
8843
8844 1999-05-10 Dave Love <fx@gnu.org>
8845
8846 * help.el (help-make-xrefs): Fix typo.
8847
8848 1999-05-10 Andreas Schwab <schwab@gnu.org>
8849
8850 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8851 unibyte-display-via-language-environment.
8852
8853 * help.el (help-make-xrefs): Handle more cases when looking for
8854 commands in a keymap description.
8855
8856 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8857
8858 * loadup.el: For ms-dos systems, load ccl and codepage.
8859
8860 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8861
8862 * ps-print.el (ps-control-character): Call
8863 ps-mule-prepare-ascii-font to setup ASCII fonts.
8864
8865 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8866 ps-multibyte-buffer is nil, use
8867 ps-mule-font-info-database-default."
8868
8869 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8870
8871 * ispell.el (ispell-local-dictionary-alist): New variable for
8872 customizing local dictionaries not accessable by everyone.
8873 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8874 (ispell-required-version): Changed format `(major minor
8875 revision)' to support general pattern matching.
8876 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8877 skip region commented out due to incorrect skip potential in std latex.
8878 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8879 cursor point on small words for calls from `ispell-minor-mode'.
8880 (check-ispell-version): Tests and accepts versions major.minor
8881 and above, with adjustments for interactions in 3.1.0-3.1.11.
8882 (ispell-get-line): No longer skips ispell process special characters.
8883 (ispell-comments-and-strings): Removed `when' macro call.
8884 (ispell-minor-check): Requires ispell-word to restore cursor point.
8885 (ispell-buffer-local-parsing): Supports checking comments only.
8886
8887 1999-05-08 Karl Heuer <kwzh@gnu.org>
8888
8889 * comint.el (comint-password-prompt-regexp): Fix last change to be
8890 more specific.
8891
8892 1999-05-07 Richard M. Stallman <rms@gnu.org>
8893
8894 * subr.el (with-temp-message): Fix the other call to message
8895 to use %s.
8896
8897 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8898
8899 * gud.el (gud-format-command): "%F" means file sans extension.
8900 (jdb): Use %F, not %f, for gud-break.
8901
8902 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8903
8904 * comint.el (comint-password-prompt-regexp): Modified so that it
8905 matches the output of kinit.
8906
8907 1999-05-06 Greg Stark <gsstark@mit.edu>
8908
8909 * timezone.el (timezone-parse-date): Recognize new format used in
8910 internet cookies.
8911
8912 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8913
8914 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8915
8916 1999-05-04 Andrew Innes <andrewi@gnu.org>
8917
8918 * time.el (display-time-update): Allow for wrap-around when
8919 checking against display-time-server-down-time.
8920
8921 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8922
8923 * international/mule-diag.el (describe-coding-system): Fix English
8924 message.
8925
8926 1999-05-03 Jason Rumney <jasonr@altavista.net>
8927
8928 * term/w32-win.el: Change the x-charset-registry property for the
8929 Japanese charsets that are supported by Japanese Windows fonts.
8930
8931 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8932
8933 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8934 diary-block diary entries for which the reminders and the diary
8935 entries can overlap.
8936
8937 1999-05-02 Jason Rumney <jasonr@altavista.net>
8938
8939 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8940 matches the font selected in the dialog.
8941
8942 1999-05-02 Dave Love <fx@gnu.org>
8943
8944 * browse-url.el (browse-url-browser-function): Add :version.
8945
8946 * international/mule.el (auto-coding-alist): Add .tgz.
8947
8948 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * international/codepage.el (cp-coding-system-for-codepage-1):
8951 Make the magnification parameter for the -dos encoder be 2.
8952
8953 1999-05-2 Andrew Innes <andrewi@gnu.org>
8954
8955 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8956 it is dropped, rather than current window.
8957
8958 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8959 after switching buffer, as case-fold-search is a buffer local
8960 variable.
8961
8962 * w32-fns.el (convert-standard-filename): Only convert directory
8963 separators to backslash if the interactive shell is one of the
8964 standard Windows shells that has DOS semantics.
8965
8966 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8967 format-time-string, and return a suitable string to indicate the
8968 timestamp was invalid.
8969
8970 * hexl.el (hexlify-command): Apply shell-quote-argument after
8971 expanding hexl-program in case exec-directory contains a space.
8972 (dehexlify-command): Ditto.
8973
8974 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8975 file extension regexps which aren't necessarily binary files.
8976 (direct-print-region-helper): Use subst-char-in-string instead of
8977 binding directory-sep-char to convert filenames to DOS syntax.
8978 (direct-print-region-use-command-dot-com): New variable.
8979 (direct-print-region-helper): Use it to control whether to invoked
8980 command.com to print on Windows 9x.
8981
8982 * browse-url.el (browse-url-browser-function): Default to
8983 browse-url-default-windows-browser on windows-nt.
8984 (browse-url-default-windows-browser): New function.
8985
8986 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8987
8988 * forms.el (forms-mode): Don't call forms-first-record or
8989 forms-last-record if the data file has zero records.
8990
8991 1999-04-29 Richard M. Stallman <rms@gnu.org>
8992
8993 * files.el (find-file-noselect-1): If buffer-file-name has changed
8994 after find-file-not-found-hooks runs, recompute the truename.
8995 And don't use FILENAME after that point.
8996
8997 1999-04-27 Dave Love <fx@gnu.org>
8998
8999 * paren.el (show-paren-mode)
9000 * which-func.el (which-func-mode-global)
9001 * type-break.el (type-break-mode)
9002 * time.el (display-time-mode)
9003 * rsz-mini.el (resize-minibuffer-mode)
9004 * mouse-sel.el (mouse-sel-mode)
9005 * icomplete.el (icomplete-mode)
9006 * hscroll.el (hscroll-global-mode)
9007 * help.el (temp-buffer-resize-mode)
9008 * font-lock.el (global-font-lock-mode)
9009 * delsel.el (delete-selection-mode)
9010 * avoid.el (mouse-avoidance-mode)
9011 * autoinsert.el (auto-insert-mode)
9012 * winner.el (winner-mode): Doc fix.
9013
9014 1999-04-26 Karl Heuer <kwzh@gnu.org>
9015
9016 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9017 the same whitespace that was ignored in choosing the subject string.
9018
9019 1999-04-26 Richard M. Stallman <rms@gnu.org>
9020
9021 * info.el (Info-find-node): Position properly after finding anchor.
9022
9023 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9024
9025 * simple.el (indent-new-comment-line): Fix previous change.
9026
9027 * complete.el: Delete the wildcard expansion feature
9028 since that is now standard in find-file.
9029 (PC-try-load-many-files): Function deleted.
9030 (PC-after-load-many-files): Function deleted.
9031 (PC-many-files-list): Variable deleted.
9032 (PC-disable-wildcards): Variable deleted.
9033 (partial-completion-mode): Don't enable the wildcard feature.
9034
9035 * complete.el (PC-look-for-include-file): Don't set global variables
9036 `error', `buf' and `filename' here.
9037
9038 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9039
9040 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9041
9042 * textmodes/outline.el (outline-regexp): Doc fix.
9043
9044 1999-04-26 John Wiegley <johnw@borland.com>
9045
9046 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9047 C++Builder 4.0 error message syntax.
9048
9049 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9050
9051 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9052 supported, use find -exec.
9053
9054 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9055
9056 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9057 coding-system-for-write, to avoid hanging when non-interactive.
9058
9059 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9060
9061 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9062 start with a newline.
9063
9064 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9065
9066 * international/mule-conf.el (x-ctext): New coding system.
9067
9068 1999-04-12 Richard M. Stallman <rms@gnu.org>
9069
9070 * international/mule-cmds.el (input-method-function):
9071 Add permanent-local property.
9072
9073 1999-04-12 Dave Love <fx@gnu.org>
9074
9075 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9076 change to use jka-compr-byte-compiler-base-file-name.
9077
9078 * supercite.el (sc-scan-info-alist): Revert last change.
9079 (sc-attrib-selection-list): Fix :type here instead.
9080
9081 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9082
9083 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9084 in the list of case-insensitive filesystems.
9085
9086 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9087
9088 * international/fontset.el (create-fontset-from-fontset-spec):
9089 Don't register duplicated alias fontset names.
9090
9091 1999-04-08 Richard Stallman <rms@gnu.org>
9092
9093 * international/mule.el (auto-coding-alist-lookup): New function.
9094 (set-auto-coding): Use auto-coding-alist-lookup.
9095
9096 * jka-compr.el (jka-compr-insert-file-contents):
9097 Use auto-coding-alist-lookup to check for files that
9098 should not have eol conversion, in the unibyte case.
9099
9100 1999-04-07 Dave Love <fx@gnu.org>
9101
9102 * help.el (describe-variable): Check custom-loads property as well
9103 as custom-type.
9104
9105 * abbrev.el (abbrev-mode): Customizing sets the default value.
9106
9107 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9108
9109 * vc.el (vc-backend-revert): For CVS files that were made
9110 writeable with "cvs edit", call "cvs unedit" to undo that.
9111
9112 1999-04-08 Dave Love <fx@gnu.org>
9113
9114 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9115 more.
9116 (sc-emacs-features): Recognize Emacs 20.
9117 (sc-read-string): Use history arg.
9118 (sc-scan-info-alist): Check for rtnvalue a cons.
9119
9120 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9121
9122 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9123 coding system to encode the message by
9124 select-message-coding-system.
9125
9126 1999-04-07 Richard Stallman <rms@gnu.org>
9127
9128 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9129
9130 * winner.el: Reorder definitions.
9131
9132 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9133
9134 * mail/rmail.el (rmail-decode-babyl-format):
9135 Undo previous change.
9136
9137 1999-04-06 Richard Stallman <rms@gnu.org>
9138
9139 * info.el (Info-find-node): Check for an anchor at the
9140 proper place, before reading an indirect file.
9141
9142 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9143
9144 * jka-compr.el (jka-compr-insert-file-contents):
9145 Use raw-text-unix when we want no conversion.
9146
9147 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9148
9149 * timezone.el (timezone-parse-date): Corrected regexp for
9150 style (5) date format so that tenths of seconds are optional.
9151
9152 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9153
9154 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9155 of dos-codepage-setup.
9156 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9157 codepages for which there's no need to set up cpNNN coding
9158 systems.
9159 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9160
9161 1999-04-05 Richard Stallman <rms@gnu.org>
9162
9163 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9164
9165 1999-04-02 Richard Stallman <rms@gnu.org>
9166
9167 * progmodes/compile.el (compilation-handle-exit): Do right thing
9168 if (car status) doesn't end in a newline.
9169
9170 1999-04-01 Dave Love <fx@gnu.org>
9171
9172 * progmodes/sql.el (SQL): Add defgroup :version.
9173
9174 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9175
9176 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9177 buffer-file-coding-system. If the coding system used is raw-text,
9178 etc., make the *Compiler Input* buffer unibyte.
9179
9180 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9181
9182 * loadup.el: Don't write the fns-...el file if not dumping.
9183
9184 1999-03-31 Dave Love <fx@gnu.org>
9185
9186 * snmp-mode.el (snmp): Fix defgroup :version.
9187
9188 * hilit-chg.el (highlight-changes): Add defgroup :version.
9189
9190 1999-03-31 Andreas Schwab <schwab@gnu.org>
9191
9192 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9193 the gnus-save-hidden-threads macro.
9194
9195 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9196
9197 * faces.el (face-set-after-frame-default): Obey the
9198 `customized-face' for new faces.
9199
9200 1999-03-30 Dave Love <fx@gnu.org>
9201
9202 * international/mule-cmds.el (current-language-environment): Doc fix.
9203 * abbrev.el (abbrev-mode): Doc fix.
9204 * autoinsert.el (auto-insert-mode): Doc fix.
9205 * complete.el (partial-completion-mode): Doc fix.
9206 * avoid.el (mouse-avoidance-mode): Doc fix.
9207 * delsel.el (delete-selection-mode): Doc fix.
9208 * font-lock.el (global-font-lock-mode): Doc fix.
9209 * help.el (temp-buffer-resize-mode): Doc fix.
9210 * hscroll.el (hscroll-global-mode): Doc fix.
9211 * icomplete.el (icomplete-mode): Doc fix.
9212 * mouse-sel.el (mouse-sel-mode): Doc fix.
9213 * paren.el (show-paren-mode): Doc fix.
9214 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9215 * time.el (display-time-mode): Doc fix.
9216 * type-break.el (type-break-mode): Doc fix.
9217 * which-func.el (which-func-mode-global): Doc fix.
9218 * winner.el (winner-mode): Doc fix.
9219
9220 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9221
9222 * wid-edit.el (widget-before-change): Signal text-read-only rather
9223 than an ordinary error.
9224
9225 1999-03-30 Richard M. Stallman <rms@gnu.org>
9226
9227 * repeat.el: Don't require advice.
9228 (repeat): Do function-indirection in check for kbd macro.
9229 In self-insert case, use the *last* char in INSERTION.
9230
9231 1999-03-30 Karl Heuer <kwzh@gnu.org>
9232
9233 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9234
9235 1999-03-29 Andreas Schwab <schwab@gnu.org>
9236
9237 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9238 comint-input-filter-functions. Make variables related to shell
9239 directory tracking local.
9240
9241 1999-03-26 Andreas Schwab <schwab@gnu.org>
9242
9243 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9244
9245 * simple.el (shell-command-on-region): Cope with exit-status being
9246 nil, which happens if call-process-region was interrupted.
9247
9248 1999-03-26 Richard M. Stallman <rms@gnu.org>
9249
9250 * simple.el (indent-new-comment-line): Handle use at a point
9251 after a comment-end. Handle multiple comments.
9252
9253 * mail/rmail.el (rmail-decode-babyl-format):
9254 To prevent locking, bind buffer-file-name to nil.
9255
9256 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9257
9258 * mail-hist.el (mail-hist-current-header-name): Don't make
9259 off-by-one-error when determining if in message body.
9260
9261 1999-03-25 Andrew Innes <andrewi@gnu.org>
9262
9263 * w32-fns.el (set-default-process-coding-system): Copied from
9264 dos-w32.el, but modified to use Unix line endings for process
9265 input, and to add a suitable entry to process-coding-system-alist
9266 for DOS shells.
9267
9268 * dos-fns.el (set-default-process-coding-system): Copied from
9269 dos-w32.el.
9270
9271 * dos-w32.el (set-default-process-coding-system): Move function to
9272 dos-fns.el; a different version is used in w32-fns.el.
9273
9274 1999-03-24 Dave Love <fx@gnu.org>
9275
9276 * info.el (Info-directory-list): Revert change to re-writing
9277 Info-default-directory-list, but put `alternative' first.
9278 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9279
9280 1999-03-23 Simon Marshall <simon@gnu.org>
9281
9282 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9283 on the line by itself.
9284 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9285 it is not in a declarative context.
9286
9287 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9288
9289 * cus-edit.el (custom-variable-prompt): Allow customization of
9290 autoloaded symbols.
9291
9292 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9293
9294 * simple.el (what-cursor-position): Don't cause error when point
9295 is at invalid multibyte sequence.
9296
9297 1999-03-21 Karl Heuer <kwzh@gnu.org>
9298
9299 * complete.el (partial-completion-mode): Doc fix.
9300
9301 1999-03-19 Richard M. Stallman <rms@gnu.org>
9302
9303 * progmodes/cplus-md.el (old-c++): Remove :group.
9304
9305 * progmodes/c-mode.el (old-c): Remove :group.
9306
9307 1999-03-18 Simon Marshall <simon@gnu.org>
9308
9309 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9310 (java-font-lock-keywords-2): Added "strictfp" keyword.
9311
9312 1999-03-17 Jason Rumney <jasonr@altavista.net>
9313
9314 * w32-fns.el (set-w32-system-coding-system) New function.
9315 (w32-system-coding-system) Initialize to 'iso-latin-1.
9316
9317 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9318
9319 * international/mule-cmds.el (set-language-environment): Fix
9320 previous change: don't use dos-codepage when unbound.
9321
9322 1999-03-17 Karl Heuer <kwzh@gnu.org>
9323
9324 * calendar/appt.el (appt-make-list): Fix previous change.
9325
9326 1999-03-16 Richard M. Stallman <rms@gnu.org>
9327
9328 * window.el (shrink-window-if-larger-than-buffer):
9329 Don't try to redisplay with the cursor at the end
9330 on its own line--that would force a scroll and spoil things.
9331
9332 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9333
9334 * international/mule-cmds.el (set-language-environment): Don't use
9335 cpNNN-nonascii-translation-table if it is unbound.
9336
9337 * term/internal.el (dos-codepage-setup): Compute the unibyte
9338 syntax table and bind unibyte-display-via-language-environment
9339 here, rather than at top level, so that resetting to unibyte in
9340 .emacs works as expected.
9341
9342 1999-03-15 Simon Marshall <simon@gnu.org>
9343
9344 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9345
9346 1999-03-14 Milan Zamazal <pdm@pvt.net>
9347
9348 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9349
9350 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9351
9352 * international/mule-util.el (detect-coding-with-priority):
9353 Restore the internal database.
9354
9355 1999-03-14 Stephen Eglen <stephen@gnu.org>
9356
9357 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9358 if mail-from-style has invalid value.
9359
9360 1999-03-12 Karl Heuer <kwzh@gnu.org>
9361
9362 * vc.el (vc-delete-logbuf-window): New var.
9363 (vc-finish-logentry): Use it.
9364
9365 1999-03-12 Richard M. Stallman <rms@gnu.org>
9366
9367 * startup.el (command-line-1): Improve startup msg.
9368
9369 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9370
9371 * speedbar.el: Added commentary about stealthy functions.
9372 (speedbar-message) new function.
9373 (speedbar-y-or-n-p): New function
9374 (speedbar-with-attached-buffer) Moved macro before reference.
9375 Now uses `save-selected-window'.
9376 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9377 speedbar-generic-item-info, speedbar-item-info-file-helper,
9378 speedbar-item-delete, speedbar-insert-generic-list,
9379 speedbar-timer-fn, speedbar-check-vc-this-line,
9380 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9381 speedbar-buffers-item-info) Use speedbar-message.
9382 (speedbar-item-info) Limit `message-log-max'.
9383 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9384 speedbar-item-delete, speedbar-item-object-delete,
9385 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9386
9387 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9388
9389 * server.el (server-start): Set coding system for the server
9390 process to raw-text.
9391 (server-process-filter): Decode file names if necessary.
9392
9393 1999-03-12 Dave Love <fx@gnu.org>
9394
9395 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9396
9397 * textmodes/paragraphs.el (sentence-end): Doc fix.
9398
9399 1999-03-11 Karl Heuer <kwzh@gnu.org>
9400
9401 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9402
9403 1999-03-09 Karl Heuer <kwzh@gnu.org>
9404
9405 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9406 (ispell-dictionary-alist-2): Likewise.
9407 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9408 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9409 (ispell-dictionary-alist): Build from six pieces, not just two.
9410
9411 * ps-bdf.el (bdf-directory-list): Doc fix.
9412
9413 * enriched.el (enriched-mode): Make var permanent-local.
9414
9415 1999-03-09 Dave Love <fx@gnu.org>
9416
9417 * textmodes/sgml-mode.el (html-mode): Use
9418 sentence-end-double-space when setting sentence-end.
9419
9420 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9421
9422 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9423
9424 1999-03-08 Felix Lee <flee@cygnus.com>
9425
9426 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9427
9428 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9429
9430 1999-03-08 Karl Heuer <kwzh@gnu.org>
9431
9432 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9433 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9434
9435 * dired.el (dired-do-copy-regexp): Doc fix.
9436 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9437
9438 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9439
9440 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9441
9442 1999-03-08 Jason Rumney <jasonr@altavista.net>
9443
9444 * international/codepage.el (cp1250-decode-table)
9445 (cp1251-decode-table, cp1253-decode-table)
9446 (cp1257-decode-table): New translation tables for MS Windows codepages.
9447 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9448
9449 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9450
9451 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9452
9453 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9454
9455 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9456
9457 * term/internal.el (top level): Display character 255 as 8bit as well.
9458
9459 1999-03-06 Dave Love <fx@gnu.org>
9460
9461 * progmodes/cc-cmds.el (c-outline-level): Bind
9462 buffer-invisibility-spec.
9463
9464 * progmodes/c-mode.el (c-outline-level): Likewise.
9465
9466 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9467
9468 1999-03-05 Felix Lee <flee@cygnus.com>
9469
9470 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9471
9472 1999-03-05 Richard M. Stallman <rms@gnu.org>
9473
9474 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9475
9476 1999-03-05 Andrew Innes <andrewi@gnu.org>
9477
9478 * w32-fns.el (convert-standard-filename): Convert directory
9479 separators to Windows format.
9480
9481 1999-03-05 Andreas Schwab <schwab@gnu.org>
9482
9483 * international/skkdic-cnv.el: Provide skkdic-cnv.
9484 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9485 (batch-skkdic-convert): Doc fix.
9486
9487 1999-03-04 Dave Love <fx@gnu.org>
9488
9489 * custom.el (custom-set-variables): Protect against setter errors.
9490
9491 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9492
9493 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9494 the file sizes from overflowing.
9495 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9496 Under -s, print the size in blocks with %4.0f, in case they have
9497 a *really* huge file.
9498
9499 1999-03-03 Dave Love <fx@gnu.org>
9500
9501 * options.el (edit-options): Doc fix.
9502 (list-options): Don't lose with unbound symbols. Maintain
9503 Edit-options-mode.
9504
9505 1999-03-01 Dave Love <fx@gnu.org>
9506
9507 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9508
9509 1999-02-28 Richard M. Stallman <rms@gnu.org>
9510
9511 * ispell.el (ispell-dictionary-alist-override): New variable.
9512 (ispell-dictionary-alist): Don't setq it,
9513 if ispell-dictionary-alist-override is set.
9514
9515 * simple.el (shell-command-default-error-buffer): Renamed from
9516 shell-command-on-region-default-error-buffer.
9517 (shell-command-on-region): Mention in echo area when there
9518 is some error output. Mention success or failure, too.
9519 Accumulate multiple error outputs
9520 going forward, with formfeed in between. Display the error buffer
9521 when we have put something in it.
9522 (shell-command): Add the ERROR-BUFFER argument feature.
9523
9524 1999-02-28 Karl Heuer <kwzh@gnu.org>
9525
9526 * mail/mh-utils.el (mh-lib): Doc fix.
9527 (mh-lib-progs, mh-nmh-p): New vars.
9528 (mh-find-progs): Set mh-lib-progs along with other vars.
9529 (mh-path-search): New arg FUNC-P; if specified, use that instead
9530 of mh-file-command-p.
9531 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9532
9533 * mail/mh-comp.el (mh-repl-formfile): New var.
9534 (mh-smail-batch): Don't ignore all arguments.
9535 (mh-reply): Do the right thing when using nmh.
9536
9537 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9538
9539 * international/mule-cmds.el (select-safe-coding-system): Be sure
9540 to show a buffer being decoded.
9541
9542 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9543
9544 * ps-bdf.el (bdf-directory-list): Initialize it to
9545 '("/usr/local/share/emacs/fonts/bdf").
9546
9547 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9548
9549 * ps-print.el: PostScript programming fix.
9550 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9551 setpagedevice operator).
9552
9553 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9554
9555 * ps-print.el: Doc fix, font size specifies landscape and portrait
9556 sizes.
9557 (ps-print-version): New version number (4.1.4).
9558 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9559 Specifies landscape and portrait sizes.
9560 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9561 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9562 fix.
9563 (ps-get-font-size): New fun.
9564 (ps-font-size-internal, ps-header-font-size-internal)
9565 (ps-header-title-font-size-internal): New vars.
9566
9567 * ps-mule.el: Change of ps-print font size variable name.
9568 (ps-mule-generate-font): Fun fix.
9569 (ps-mule-begin-job): Programming uniformization.
9570
9571 1999-02-25 Dave Love <fx@gnu.org>
9572
9573 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9574 (help-make-xrefs): Do Info case first.
9575
9576 * repeat.el: Don't require advice.
9577 (repeat-last-kill-command): Variable deleted.
9578
9579 1999-02-25 Richard Stallman <rms@gnu.org>
9580
9581 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9582 case just because the current buffer is the output buffer.
9583
9584 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9585
9586 * simple.el (what-cursor-position): To show the character's
9587 encoding, use encoded-string-description instead of information
9588 of chaset-origin-alist.
9589
9590 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9591 (encoded-code-description): New function.
9592 (encoded-string-description): New function.
9593 (encode-coding-char): New function.
9594
9595 1999-02-25 Andrew Innes <andrewi@gnu.org>
9596
9597 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9598 checking for .emacs[.el[c]].
9599
9600 1999-02-24 Richard Stallman <rms@gnu.org>
9601
9602 * help.el (describe-function-1): Don't print a whole lambda-function.
9603
9604 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9605
9606 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9607 inputting ?\240.
9608
9609 1999-02-23 Karl Heuer <kwzh@gnu.org>
9610
9611 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9612
9613 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9614 (clean-buffer-list-kill-buffer-names): Doc fix.
9615
9616 * gud.el (gud-jdb-massage-args): Spelling fix.
9617
9618 1999-02-23 Richard M. Stallman <rms@gnu.org>
9619
9620 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9621
9622 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9623
9624 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9625 excursion while calling set-auto-coding-function.
9626
9627 * play/handwrite.el (handwrite): Require ps-print, and use
9628 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9629 if it's defined, instead of forking ps-lpr-command unconditionally.
9630
9631 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9632
9633 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9634 charset-origin-alist property to a coding system for the codepage.
9635
9636 * international/mule.el: Modify comment for charset-origin-alist
9637 property of a coding system.
9638
9639 * simple.el (what-cursor-position): charset-origin-alist property
9640 of a coding system may be a translation table or a symbol of which
9641 `translation-table' property is a translation table.
9642
9643 1999-02-21 Richard Stallman <rms@gnu.org>
9644
9645 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9646 to the "html" template.
9647
9648 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9649
9650 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9651
9652 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9653
9654 * dirtrack.el (dirtrack): Check for the prompt in the input string
9655 instead of the buffer.
9656
9657 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9658
9659 * sql.el: Set version to 1.4.1. Changed mail address to
9660 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9661 (sql-input-ring-separator): Doc fix.
9662 (sql-mode-syntax-table): double-dash starts comments is defined as
9663 ". 56" instead of ". 12b" for XEmacs.
9664 (sql-stop, sql-interactive-mode): Doc fixes.
9665 (sql-postgres): Queries for database and server, not just one.
9666 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9667
9668 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9669 changed. This is needed for master.el to work.
9670 (sql-set-sqli-buffer): Use the new hook.
9671
9672 * sql.el (sql-make-alternate-buffer-name): Function that sets
9673 sql-alternate-buffer-name.
9674 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9675 (sql-interactive-mode): Set sql-alternate-buffer-name.
9676 (sql-rename-buffer): New command.
9677 (sql-interactive-mode-menu): Menu for SQLi buffers.
9678
9679 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9680 and sql-input-ring-file-name are used to temporarily set
9681 comint-input-ring-file-name and comint-input-ring-separator when
9682 reading and writing input history files.
9683
9684 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9685 (sql-input-ring-file-name): New variable with customization.
9686 (sql-input-ring-separator): New variable with customization.
9687 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9688 Callers changed.
9689 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9690 now includes the name of the current buffer.
9691
9692 (sql-mode): Set paragraph-separate and paragraph-start so that
9693 sql-send-paragraph sends the entire SQL statements, even if it
9694 contains indented lines.
9695
9696 1999-02-18 Dave Love <fx@gnu.org>
9697
9698 * format.el (format-encode-run-method, format-decode-run-method):
9699 Fix previous change.
9700
9701 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9702
9703 * international/mule.el (coding-system-list): Moved here from
9704 mule-util.el to avoid autoloading mule-util by the call of
9705 select-safe-coding-system.
9706
9707 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9708
9709 * simple.el (turn-on-auto-fill): Mark it as an option for
9710 `text-mode-hook'.
9711
9712 1999-02-17 Richard Stallman <rms@gnu.org>
9713
9714 * emacs-lisp/easymenu.el (easy-menu-get-map):
9715 Don't crash if (current-local-map) is nil.
9716
9717 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9718
9719 * filecache.el (file-cache-filter-regexps): Added .class.
9720
9721 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9722
9723 * international/mule-util.el (decompose-region): Use
9724 insert-buffer-substring instead of insert-buffer to avoid putting
9725 mark.
9726
9727 1999-02-17 Andreas Schwab <schwab@gnu.org>
9728
9729 * calendar/cal-move.el (scroll-calendar-left): Don't set
9730 displayed-month and displayed-year here, let generate-calendar do
9731 it, after range checking.
9732
9733 1999-02-17 Simon Marshall <simon@gnu.org>
9734
9735 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9736
9737 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9738 correctly between an object declared via a constructor and a method.
9739 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9740 (java-font-lock-keywords-1): Fontify package names individually.
9741 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9742 (java-font-lock-keywords-2): Simplify type fontification.
9743 (java-font-lock-keywords-3): Likewise.
9744
9745 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9746
9747 * language/japanese.el (iso-2022-jp-2): New coding system.
9748 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9749
9750 1999-02-16 Dave Love <fx@gnu.org>
9751
9752 * help.el (describe-function-1): Accept non-symbols.
9753
9754 1999-02-16 Paul Eggert <eggert@twinsun.com>
9755
9756 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9757 find the last match if there are multiple matches.
9758
9759 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9760
9761 * tex-mode.el (tex-run-command, latex-run-command)
9762 (slitex-run-command, tex-command): Doc changes.
9763 (tex-start-options-string): Autoload it. Doc change. Provide
9764 a menu for customization. Allow nil. Quote backslashes only once.
9765 (tex-start-tex): Handle nil value of tex-start-options-string
9766 and apply shell-quote-argument to it.
9767
9768 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9769
9770 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9771 the size in blocks, since it can be a float.
9772 (ls-lisp-format): Likewise
9773
9774 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9775
9776 * language/japanese.el (japanese-shift-jis): Add
9777 charset-origin-alist property.
9778
9779 1999-02-15 Richard Stallman <rms@gnu.org>
9780
9781 * progmodes/compile.el (compile-internal): Use save-selected-window.
9782
9783 * subr.el (momentary-string-display): Bind inhibit-read-only.
9784
9785 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9786
9787 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9788
9789 * mail/rmail.el (rmail-show-message): If an unseen message has a
9790 Summary-line in its header, get past one more line before looking
9791 for the X-Coding-System header.
9792
9793 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9794
9795 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9796 explicitly to accomodate Windows 9X lack of a useful copy program.
9797
9798 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9799
9800 * wid-edit.el (widget-choice-value-create): Use `equal'
9801 instead of `eq'.
9802
9803 1999-02-14 Richard Stallman <rms@gnu.org>
9804
9805 * international/iso-transl.el:
9806 (iso-transl-ae): Renamed from iso-transl-e-slash.
9807 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9808 (iso-transl-AE): Renamed from iso-transl-E-slash.
9809 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9810 (iso-transl-char-map): Related changes.
9811
9812 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9813
9814 1999-02-13 Richard Stallman <rms@gnu.org>
9815
9816 * textmodes/texinfmt.el (texinfo-alias): New function.
9817 (texinfo-fold-nodename-case): Add defvar.
9818 (texinfo-format-node): Do case folding if specified.
9819
9820 * ffap.el (ffap-file-at-point): Test local file names
9821 immediately. Strip off line numbers.
9822
9823 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9824
9825 * sql.el: Set version to 1.3.2
9826 (sql-solid-program): Added support for solid.
9827 (sql-help): Doc mentions sql-solid.
9828 (sql-solid): Entry function for Solid.
9829 (sql-buffer): Doc explains the use of the variable and how to
9830 change it.
9831 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9832 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9833 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9834 is new.
9835 (sql-show-sqli-buffer): New function to display the value of
9836 sql-buffer.
9837 (sql-change-sqli-buffer): New function to change sql-buffer.
9838 (sql-mode): Doc explains how to change sql-buffer.
9839 (sql-send-paragraph): New function to send a paragraph.
9840 (sql-mode-map): Added keybinding for sql-send-paragraph.
9841 (sql-mysql): Doc corrected.
9842 (sql-ms): Doc corrected.
9843
9844 * sql.el (sql-server): Doc fix.
9845 (sql-mysql): Added the use of sql-server to specify the host,
9846 sql-database now specifies database instead of host.
9847 (sql-mode-menu): Send... menu items are only active if sql-buffer
9848 is non-nil.
9849 (sql-help): Changed tag of entry functions a bit.
9850
9851 * sql.el: Added keywords from `finder-by-keyword'.
9852 (sql-mode): Made sql-buffer a local variable, changed the
9853 documentation: removed instructions to add *.sql files to
9854 auto-mode-alist, added documentation for having mutliple SQL
9855 buffers sending their stuff to different SQLi buffers, each
9856 running a different process.
9857 (sql-postgres): Quoted *SQL* in doc string.
9858 (sql-ms): Likewise.
9859 (sql-ingres): Likewise.
9860 (sql-ingres): Quoted *SQL* in doc string, added references to
9861 sql-user and sql-password used during login.
9862 (sql-sybase): Quoted *SQL* in doc string, added comma.
9863 (sql-oracle): Likewise.
9864 (sql-interactive-mode): Added extensive documentation for having
9865 mutliple SQL buffers sending their stuff to different SQLi
9866 buffers, each running a different process.
9867 (sql-buffer): Changed doc from *SQL* to SQLi.
9868 (sql-get-login): Doc fix.
9869
9870 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9871
9872 * international/mule-conf.el (undecided): Set ascii in
9873 safe-charsets property.
9874
9875 1999-02-12 Richard Stallman <rms@gnu.org>
9876
9877 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9878
9879 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9880
9881 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9882 value to ps-mule-font-info-database-latin.
9883
9884 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9885
9886 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9887 (ps-mule-font-info-database-default): New variable.
9888 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9889 ps-mule-font-info-database-default.
9890
9891 1999-02-12 Dave Love <fx@gnu.org>
9892
9893 * timezone.el (timezone-make-date-sortable)
9894 (timezone-make-date-arpa-standard): Doc fix.
9895
9896 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9897
9898 * international/quail.el (quail-show-kbd-layout): Bind
9899 blink-matching-paren to nil.
9900
9901 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9902 for ASCII and Latin-1.
9903
9904 1999-02-12 Andreas Schwab <schwab@gnu.org>
9905
9906 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9907
9908 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9909
9910 * international/mule-cmds.el (language-info-alist): Remove
9911 description about charset-origin-alist.
9912
9913 * international/mule.el: Comment added for a new coding system
9914 property `charset-origin-alit'.
9915 (make-translation-table): This variable deleted.
9916
9917 * language/chinese.el (chinese-big5): Add charset-origin-alist
9918 property.
9919 ("Chinese-CNS"): Remove charset-origin-alist property.
9920
9921 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9922 property.
9923 (cyrillic-alternativnyj): Likewise.
9924 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9925 ("Cyrillic-ALT"): Likewise.
9926
9927 * language/vietnamese.el (vietnamese-viqr): Add
9928 charset-origin-alist property.
9929 ("Vietnamese"): Remove charset-origin-alist property.
9930
9931 * simple.el (what-cursor-position): Don't use the varialbe
9932 charset-origin-alist, but use charset-origin-alist property of
9933 buffer-file-coding-system to decide external character set code.
9934
9935 1999-02-10 Richard Stallman <rms@gnu.org>
9936
9937 * shadowfile.el: Don't turn on the mode when the file is loaded.
9938
9939 1999-02-09 Richard Stallman <rms@gnu.org>
9940
9941 * progmodes/compile.el (compile-auto-highlight): Customize.
9942
9943 * add-log.el (add-log-file-name-function): New variable.
9944 (add-change-log-entry): Call that function, if non-nil.
9945
9946 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9947
9948 * rmail.el (rmail-search): Track match with a marker, not an integer.
9949
9950 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9951
9952 * progmodes/compile.el (compilation-setup): Set value of
9953 compilation-directory-stack as in compilation-forget-errors.
9954 (compile-reinitialize-errors): Bind buffer-undo-list and
9955 deactivate-mark.
9956 (compilation-forget-errors): Likewise.
9957
9958 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9959
9960 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9961 def... constructs.
9962
9963 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9964 Remove calls to sleep-for.
9965
9966 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9967
9968 * international/codepage.el (cp-coding-system-for-codepage-1): On
9969 MS-DOS, use dos-unsupported-char-glyph for characters not
9970 supported by the codepage.
9971 (cp-make-coding-systems-for-codepage): Likewise.
9972
9973 1999-02-08 Andreas Schwab <schwab@gnu.org>
9974
9975 * international/mule-util.el (coding-system-list): Don't sort
9976 coding-system-list here.
9977
9978 * international/mule.el (coding-system-lessp): Moved here from
9979 mule-util.el
9980 (add-to-coding-system-list): New function.
9981 (make-subsidiary-coding-system, make-coding-system,
9982 define-coding-system-alias): Use it instead of setting
9983 coding-system-list directly.
9984
9985 1999-02-07 Dave Love <fx@gnu.org>
9986
9987 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9988 onto message.
9989
9990 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9991
9992 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9993 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9994
9995 1999-02-06 Richard Stallman <rms@gnu.org>
9996
9997 * language/european.el (setup-slovenian-environment): New function.
9998 ("Slovenian"): New language environment.
9999
10000 * progmodes/sql.el (sql-help): Doc fix.
10001 (sql-mysql): Doc fix.
10002
10003 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10004
10005 * tex-mode.el: When compiling, require compare-w and skeleton
10006 to pacify the byte-compiler. Move the def's of the tex-commands
10007 together. Add a comment on kill-process vs. quit-process.
10008
10009 1999-02-05 Dave Love <fx@gnu.org>
10010
10011 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10012 null markers.
10013 (compile-goto-error): Likewise.
10014
10015 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10016
10017 * time-stamp.el (time-stamp-format): Format doc tighter.
10018 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10019 (time-stamp): Don't re-write the time stamp if it didn't change.
10020
10021 1999-02-05 Alex Schroeder <asc@bsiag.com>
10022
10023 * progmodes/sql.el: Changed version to 1.2.1.
10024 (sql-pop-to-buffer-after-send-region): Improved documentation.
10025 (sql-mysql-program): Added MySQL support.
10026 (sql-prompt-length): Made prompt-length configurable.
10027 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10028 (sql-help): Added MySQL support, changed documentation.
10029 (sql-send-region): A message is displayed if something is sent.
10030 (sql-mode): Added buffer-local comment-start.
10031 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10032 (sql-interactive-mode): Added buffer-local comment-start.
10033 (sql-oracle): Set sql-prompt-length.
10034 (sql-sybase): Set sql-prompt-length.
10035 (sql-mysql): Added MySQL support.
10036 (sql-ingres): Set sql-prompt-length.
10037 (sql-ms): Set sql-prompt-length.
10038 (sql-postgres): Set sql-prompt-length.
10039
10040 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10041
10042 * term/internal.el (dos-codepage-setup): Set selection coding
10043 system to cpNNN-dos.
10044
10045 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10046
10047 * international/characters.el: Let ethiopic use iso-2022-7bit.
10048
10049 1999-02-02 Dave Love <fx@gnu.org>
10050
10051 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10052 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10053
10054 1999-02-02 Karl Heuer <kwzh@gnu.org>
10055
10056 * terminal.el (terminal-emulator): Doc fix.
10057
10058 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10059
10060 * international/mule-util.el (compose-chars): Doc-string
10061 modified. Correctly handle a composition character in ARGS.
10062
10063 1999-02-01 Richard Stallman <rms@gnu.org>
10064
10065 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10066 (makefile-menu-index-function): Function deleted.
10067 (makefile-mode): Use makefile-imenu-generic-expression.
10068
10069 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10070
10071 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10072 change, invoke from before-init-hook.
10073
10074 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10075
10076 * subr.el (remove-from-invisibility-spec): Cope with the case when
10077 buffer-invisibility-spec is t.
10078
10079 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10080
10081 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10082 appt-add and appt-delete.
10083
10084 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10085
10086 * term/pc-win.el (msdos-approximate-color): New function.
10087 (msdos-color-translate): Call it to find a DOS color that best
10088 approximates an X-style "#NNNNNN" color specification.
10089
10090 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10091
10092 * international/mule-util.el (compose-chars-component): Add
10093 autoload cookie.
10094
10095 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10096
10097 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10098 function, replace cdr of MAP by the return value of the function
10099 unconditionally.
10100
10101 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10102
10103 * progmodes/compile.el (compilation-next-error-locus): Don't
10104 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10105
10106 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10107
10108 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10109 and NLs before "charset", and allow the charset name be in double
10110 quotes.
10111
10112 1999-01-31 Richard Stallman <rms@gnu.org>
10113
10114 * imenu.el (imenu-sort-function): Fix custom type.
10115
10116 1999-01-30 Richard Stallman <rms@gnu.org>
10117
10118 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10119 (speedbar-line-token): Likewise.
10120
10121 * play/gametree.el (gametree-default-score): Use defcustom.
10122 (gametree-score-regexp, gametree-score-closer): Likewise.
10123 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10124
10125 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10126
10127 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10128 decoding.
10129
10130 1999-01-29 Markus Rost <rost@gnu.org>
10131
10132 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10133 tex-validate-buffer.
10134 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10135 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10136 now with recent occur-mode.
10137 (tex-validate-region): Really walk through all Sexps.
10138 (tex-region): Bind shell-dirtrack-verbose.
10139 (tex-file, tex-bibtex-file): Likewise.
10140
10141 1999-01-29 Dave Love <fx@gnu.org>
10142
10143 * finder.el: (finder-commentary): Fix interactive spec. Try
10144 appending .el to file name.
10145 (finder-find-library, finder-commentary): Doc fixes.
10146
10147 1999-01-29 Andrew Innes <andrewi@gnu.org>
10148
10149 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10150 where the userid contains directory separators.
10151
10152 1999-01-29 Dave Love <fx@gnu.org>
10153
10154 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10155 (lm-commentary): Doc fix.
10156
10157 1999-01-29 Andreas Schwab <schwab@gnu.org>
10158
10159 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10160 wildcard match. Fix regexp that tests if dirpart contains
10161 wildcard characters.
10162
10163 1999-01-28 Richard Stallman <rms@gnu.org>
10164
10165 * font-lock.el (font-lock-default-unfontify-region):
10166 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10167
10168 1999-01-27 Jason Rumney <jasonr@altavista.net>
10169
10170 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10171 from FAMILY field.
10172 (w32-create-initial-fontsets): Do not use before-init-hook.
10173 (mouse-set-font): Document. Automatically create and use fontsets.
10174
10175 * dos-w32.el (direct-print-region-helper): Check for printer
10176 being t as well as a string.
10177
10178 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10179
10180 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10181 (rmail-mime-charset-pattern): New variable.
10182 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10183 rmail-decode-mime-charset is non-nil.
10184
10185 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10186
10187 * international/characters.el: Set category `q' for all characters
10188 in tibetan and tibetan-1-column.
10189
10190 1999-01-27 Andrew Innes <andrewi@gnu.org>
10191
10192 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10193 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10194
10195 1999-01-27 Dave Love <fx@gnu.org>
10196
10197 * international/mule-cmds.el (current-language-environment):
10198 Provide :link, :type (choices) and appropriate :get.
10199
10200 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10201
10202 * startup.el (command-line): Set default eol-mnemonic-* strings to
10203 display end-of-line format in mode line.
10204
10205 * cus-start.el (all): Add eol-mnemonic-* variables.
10206
10207 1999-01-26 Dave Love <fx@gnu.org>
10208
10209 * startup.el (command-line-1): Up-date copyright.
10210
10211 * paths.el (Info-default-directory-list): Use configdir twice.
10212
10213 * info.el (Info-directory-list): Don't set path-separator now
10214 we're not shipped with Texinfo. Simplify path definition.
10215 Substitute all occurrences of instdir in Info-default-directory-list.
10216
10217 1999-01-25 Richard Stallman <rms@gnu.org>
10218
10219 * startup.el (normal-top-level-add-subdirs-to-load-path):
10220 Record the inode numbers of the dirs processed, to avoid loop.
10221
10222 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10223
10224 1999-01-25 Dave Love <fx@gnu.org>
10225
10226 * browse-url.el (browse-url-netscape-program): Doc addition.
10227
10228 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10229 prefix.
10230
10231 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10232 auto-mode-alist.
10233
10234 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10235
10236 * calendar/diary-lib.el (mark-diary-entries): Use
10237 assoc-ignore-case and do not capitalize when matching month and
10238 day names.
10239
10240 * calendar/calendar.el (calendar-read-date): Ditto.
10241
10242 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10243 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10244
10245 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10246
10247 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10248
10249 * calendar/cal-islam.el (calendar-goto-islamic-date)
10250 (mark-islamic-diary-entries): Ditto.
10251
10252 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10253
10254 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10255 (calendar-read-mayan-tzolkin-date): Ditto.
10256
10257 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10258
10259 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10260
10261 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10262
10263 1999-01-25 Karl Heuer <kwzh@gnu.org>
10264
10265 * faces.el (list-faces-display): Multiline case of previous fix.
10266
10267 1999-01-25 Andreas Schwab <schwab@gnu.org>
10268
10269 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10270
10271 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10272
10273 * files.el (find-file): If find-file-noselect returns a list,
10274 do switch-to-buffer on each element.
10275 (find-file-other-window): Likewise for all but the first element.
10276 (find-file-other-frame): Same.
10277 (find-file-noselect): When we expand a wildcard, return a list
10278 of buffers.
10279
10280 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10281
10282 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10283 to set the appropriate cpNNN-dos coding system as the
10284 highest-priority coding system.
10285
10286 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10287
10288 * international/fontset.el (generate-fontset-menu): Return a
10289 sorted list by plain names of fontsets.
10290
10291 * international/mule-diag.el (list-fontsets): Sort fontsets by
10292 plain names.
10293
10294 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10295 FIRST is a composite character, decompose it at first.
10296
10297 1999-01-23 Dave Love <fx@gnu.org>
10298
10299 * format.el: Doc fixes.
10300 (format-encode-run-method): Have things happen in the right buffer.
10301 Deal with errors from method. Set coding-system-for-write.
10302 (format-decode-run-method): Have things happen in the right buffer.
10303 Deal with errors from method. Set coding-system-for-read.
10304 (format-alist): Use nil instead of unmatchable regexps.
10305
10306 * simple.el (shell-command-on-region): Return command's exit status.
10307
10308 1999-01-23 Eric Ludlam <zappo@gnu.org>
10309
10310 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10311 of the file whose info we want to display.
10312 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10313 (speedbar-add-mode-functions-list) Improve doc.
10314 (speedbar-line-token) New function.
10315 (speedbar-dired) Fix order of directories in -shown-directories.
10316 (speedbar-line-path): Default return is default-directory
10317 (speedbar-buffers-line-path): Return is dir name only.
10318 (speedbar-mode-functions-list): New variable.
10319 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10320 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10321 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10322 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10323 New functions.
10324 (speedbar-line-file): Broke out part that fetches file from a line.
10325 (speedbar-line-text): New function extracted from speedbar-line-file.
10326 (speedbar-line-path): Converted into a replaceable function.
10327 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10328
10329 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10330
10331 * international/fontset.el (create-fontset-from-x-resource): Make
10332 style variants.
10333
10334 1999-01-22 Dave Love <fx@gnu.org>
10335
10336 * paths.el (Info-default-directory-list): Put sysdir after start.
10337
10338 1999-01-22 Sam Steingold <sds@goems.com>
10339
10340 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10341 a process associated with it.
10342
10343 1999-01-22 Jason Rumney <jasonr@altavista.net>
10344
10345 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10346
10347 1999-01-22 Felix Lee <flee@cygnus.com>
10348
10349 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10350 major-mode.
10351 (vc-annotate-mode): Delete variable.
10352
10353 1999-01-22 Andrew Innes <andrewi@gnu.org>
10354
10355 * startup.el (command-line): [windows-nt]: Check for existence of
10356 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10357 in preference to _emacs.
10358
10359 1999-01-22 Dave Love <fx@gnu.org>
10360
10361 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10362
10363 1999-01-20 Richard Stallman <rms@gnu.org>
10364
10365 * files.el (find-file-noselect): Do wildcard processing only
10366 if new arg WILDCARDS is non-nil.
10367 (find-file, find-file-other-window): New arg WILDCARDS.
10368 Default it to non-nil if interactive.
10369 (find-file-other-frame): Likewise.
10370 (find-file-read-only): Likewise.
10371 (find-file-read-only-other-window): Likewise.
10372 (find-file-read-only-other-frame): Likewise.
10373
10374 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10375 (widget-plist-convert-option): Delete spurious comma.
10376
10377 1999-01-19 Jason Rumney <jasonr@altavista.net>
10378
10379 * term/w32-win.el (w32-standard-fontspec-spec): Change
10380 iso8859-5 to koi8-r. Add iso8859-9.
10381
10382 1999-01-19 Dave Love <fx@gnu.org>
10383
10384 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10385 its uses.
10386
10387 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10388 is active.
10389 (fortran-indent-subprogram): Likewise.
10390
10391 1999-01-19 Dave Love <d.love@dl.ac.uk>
10392
10393 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10394
10395 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10396
10397 * wid-edit.el (alist): Use sexp as default key-type.
10398
10399 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10400
10401 * textmodes/tex-mode.el (tex-define-common-keys):
10402 Remove key binding of tex-feed-input.
10403 (tex-mode-map): Bind tex-feed-input here.
10404 (tex-start-shell): Use compilation-shell-minor-mode. Set
10405 comint-input-filter-functions before running tex-shell-hook.
10406 (tex-start-tex): Forget compilation errors.
10407 (tex-compilation-parse-errors): Rewritten to work also with
10408 compile-mouse-goto-error and compile-goto-error. Adjusted to
10409 change in tex-region.
10410 (tex-region): For the temp file use file-name without directory.
10411 (tex-file): Expand file name of tex-print-file.
10412
10413 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10414
10415 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10416
10417 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10418
10419 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10420 beginning could cause Emacs to hang. Fixed.
10421
10422 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10423
10424 * international/ccl.el (ccl-compile-translate-character): Handle
10425 the case that a tranlation table is CCL register correctly.
10426
10427 * international/mule-cmds.el (select-safe-coding-system):
10428 Hightlight at most 256 characters.
10429
10430 1999-01-18 Dave Love <fx@gnu.org>
10431
10432 * startup.el (command-line): If the init file changes operation to
10433 unibyte, make all buffers unibyte and re-set language environment.
10434
10435 * disp-table.el (standard-display-european): Make all existing
10436 buffers unibyte. Fix doc.
10437
10438 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10439
10440 * wid-edit.el (coding-system): Define this unconditionally.
10441
10442 * simple.el (shell-command-on-region-default-error-buffer): New var.
10443 (shell-command-on-region): Use that variable as interactive
10444 value of ERROR-BUFFER argument.
10445
10446 1999-01-17 Sam Steingold <sds@goems.com>
10447
10448 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10449
10450 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10451
10452 * progmodes/compile.el (compilation-goto-locus): If already in the
10453 compilation buffer's window, keep it in that window.
10454 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10455 (compile-goto-error): Don't play with windows.
10456
10457 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10458 (tex-command): Doc fix.
10459 (tex-compilation-parse-errors): Doc fix.
10460 (tex-generate-zap-file-name): Don't start the name with -.
10461 (tex-expand-files): Works now also with strings ending with ":".
10462
10463 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10464
10465 Patch failed to install:
10466 * gametree.el: Document scoring functionality.
10467 (gametree-score-regexp): Add optional plus sign.
10468 (gametree-score-opener): Replace `:' with `=' as the former
10469 conflicts with gametree-half-ply-regexp.
10470 (gametree-transpose-following-leaves): Add.
10471 (gametree-insert-new-leaf): Make modifying commands barf in read
10472 only buffers.
10473 (gametree-break-line-here): Add a call to
10474 `gametree-transpose-following-leaves'. This maintains the
10475 necessary invariant that on each level all leaf children precede
10476 all nonleaf children. This has always been implied, but left to
10477 the user, and, unfortunately, undocumented.
10478
10479 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10480
10481 * wid-edit.el (plist, alist): New widget types.
10482
10483 1999-01-17 Dave Love <fx@gnu.org>
10484
10485 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10486 fix scope of condition-case therein.
10487
10488 1999-01-17 Andrew Innes <andrewi@gnu.org>
10489
10490 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10491 default-buffer-file-coding-system when file doesn't exist (and
10492 isn't covered by a special case) instead of forcing undecided-dos
10493 against the user's wishes.
10494
10495 * dos-w32.el (direct-print-region-helper): New function based on
10496 direct-print-region-function; sends data to specified printer port
10497 without further translation. Recognize and handle specially the
10498 standard `print' and `nprint' programs, as well as `lpr' and
10499 similar programs. Only write directly to the printer port if no
10500 print program is specified. Work around a bug in Windows 9x
10501 affecting Win32 version of Emacs by invoking command.com to write
10502 to the printer port instead of writing directly.
10503 (direct-print-region-function): Use direct-print-region-helper to
10504 do most of the work.
10505 (direct-ps-print-region-function): New function; analogue of
10506 direct-print-region-function for ps-print.
10507 (ps-lpr-command): Comment out setq; leave as example usage.
10508 (ps-lpr-switches): Ditto.
10509
10510 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10511 and MS-Windows.
10512 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10513 DOS and Windows platforms, to indicate direct printing. Update
10514 the docstring accordingly.
10515
10516 * ps-print.el: (ps-printer-name): Update docstring about usage on
10517 MS-DOS and MS-Windows.
10518 (ps-lpr-command): Update docstring as for lpr-command.
10519 (ps-print-region-function): New variable.
10520 (ps-do-despool): Use it.
10521 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10522 DOS/Windows.
10523
10524 * subr.el (subst-char-in-string): New function.
10525
10526 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10527
10528 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10529
10530 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10531 (bdf-find-font-info): New function, looks for the first readable
10532 file from a list of alternatives.
10533 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10534 instead of bdf-get-font-info.
10535 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10536 to ps-mule-generate-bitmap-glyph.
10537
10538 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10539 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10540 now be a list of alternative names.
10541 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10542 (ps-mule-prepare-font): Likewise.
10543
10544 * international/codepage.el (cp855-decode-table,
10545 cp850-decode-table): Fill some nil entries.
10546
10547 1999-01-16 Dave Love <fx@gnu.org>
10548
10549 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10550 last change.
10551
10552 1999-01-15 Dave Love <fx@gnu.org>
10553
10554 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10555 and change regexp for command names.
10556 (help-xref-go-back, function-called-at-point, symbol-file)
10557 (where-is): Doc fixes.
10558 (help-xref-go-back): Remove interactive spec.
10559 (describe-function-1): Fix message for alias. Buttomize alias
10560 name.
10561
10562 * simple.el (join-line): New alias.
10563
10564 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10565
10566 * forms.el: (forms--show-record): Convert integers to string
10567 expicitly since concat will no longer accept integers.
10568 (forms-print): Use local `total-nb-records' since
10569 `forms--total-records' will be inaccessible after buffer switching.
10570
10571 1998-01-14 Felix Lee <flee@cygnus.com>
10572
10573 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10574
10575 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10576
10577 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10578
10579 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10580
10581 * international/codepage.el (cp850-decode-table): Fix previous change.
10582
10583 1999-01-14 Simon Marshall <simon@gnu.org>
10584
10585 * shell.el (shell-dirtrack-verbose): New custom variable.
10586 (shell-dirstack-message): Use it.
10587
10588 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10589
10590 * international/mule-conf.el: Coding system alias `dos' for
10591 `undecided-dos', `mac' for `undecided-mac'.
10592
10593 * international/mule-cmds.el (describe-language-environment):
10594 Don't alter input-method-alist.
10595
10596 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10597
10598 * international/codepage.el (cp850-decode-table): Replace nil
10599 entries with codes of similary looking glyphs. (Suggested by
10600 Jason Rumney <jasonr@altavista.net>.)
10601
10602 1999-01-13 Dave Love <fx@gnu.org>
10603
10604 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10605
10606 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10607
10608 1999-01-12 Karl Heuer <kwzh@gnu.org>
10609
10610 * files.el (auto-save-hook): Defvar this.
10611
10612 1999-01-12 Alex Schroeder <asc@bsiag.com>
10613
10614 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10615 faces, eliminating the need to load font-lock before loading sql.
10616 (sql-mode-oracle-font-lock-keywords): Likewise.
10617 (sql-mode-postgres-font-lock-keywords): Likewise.
10618
10619 1999-01-11 Dave Love <fx@gnu.org>
10620
10621 * cus-start.el: Add inhibit-eol-conversion.
10622
10623 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10624 the values round.
10625
10626 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10627
10628 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10629 Don't switch to Help mode here.
10630 (temp-buffer-setup-hook): Use help-mode-finish.
10631 (help-mode-setup): New function.
10632 (temp-buffer-setup-hook): Use help-mode-setup.
10633
10634 * progmodes/sql.el: New file.
10635
10636 * files.el (auto-mode-alist): Add sql-mode.
10637
10638 * faces.el (list-faces-display): Improve the formatting
10639 by computing the maximum length required for any face-name.
10640
10641 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10642
10643 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10644
10645 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10646
10647 * term.el (term_send_home): Change the string to
10648 be the same as the one emitted by xterm and consistent with the
10649 ones emitted by prior and next.
10650 (term_send_end): Likewise.
10651
10652 1999-01-10 Dave Love <fx@gnu.org>
10653
10654 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10655 bindings.
10656
10657 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10658
10659 * international/codepage.el (codepage-setup): Doc fix.
10660 (cp-decoding-vector-for-codepage): Likewise.
10661
10662 1999-01-10 Markus Rost <rost@gnu.org>
10663
10664 * cus-edit.el (custom-save-delete): First scan the custom-file.
10665
10666 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10667
10668 * international/iso-transl.el: Define a "function name" for
10669 each translation that isn't ASCII. Use these function names
10670 in iso-transl-char-map.
10671
10672 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10673
10674 * international/mule-util.el (decompose-region): Do decomposition
10675 on temporary unibyte buffer.
10676
10677 * international/mule.el (make-char): Doc-string modified.
10678
10679 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10680
10681 * simple.el (comment-region): Delete spaces only if we
10682 deleted a comment starter.
10683
10684 1999-01-07 Dave Love <fx@gnu.org>
10685
10686 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10687
10688 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10689 like eval-defun does.
10690
10691 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10692
10693 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10694 constructions. Doc fixes.
10695 (generic-create-generic-function): Use defalias, not fset.
10696
10697 * find-func.el: More doc fixes.
10698
10699 1999-01-06 Stephen Eglen <stephen@gnu.org>
10700
10701 * files.el (save-buffers-kill-emacs): Show the list of current
10702 processes before prompting to kill them and exit.
10703
10704 1999-01-06 Dave Love <fx@gnu.org>
10705
10706 * emacs-lisp/find-func.el: Doc fixes.
10707 (find-function-regexp): Extend for define-generic-mode,
10708 define-derived-mode, easy-mmode-define-minor-mode.
10709
10710 1999-01-06 Dave Love <fx@gnu.org>
10711
10712 * progmodes/fortran.el (fortran-window-create): Account for scroll
10713 bar width.
10714
10715 * browse-url.el: Require (noerror) w3-auto when compiling.
10716 (browse-url-maybe-new-window): Make it a macro and revert last
10717 change to callers.
10718 (browse-url-w3): Require w3 for w3-fetch-other-window.
10719
10720 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10721
10722 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10723 argument.
10724
10725 1999-01-06 Simon Marshall <simon@gnu.org>
10726
10727 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10728
10729 * font-lock.el (font-lock-default-fontify-buffer): When using
10730 with-temp-message, use nil rather than current-message.
10731
10732 * lazy-lock.el (lazy-lock-unstall):
10733 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10734 rather than current-message.
10735
10736 * fast-lock.el (fast-lock-save-cache-1):
10737 (fast-lock-cache-data): When using with-temp-message, use nil rather
10738 than current-message.
10739
10740 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10741
10742 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10743 the valid-codes property.
10744
10745 * international/mule-cmds.el (prefer-coding-system): Call
10746 set-coding-priority, so that the internal array of priorities is
10747 also updated.
10748
10749 * international/mule-util.el:
10750 (coding-system-change-eol-conversion,
10751 coding-system-change-text-conversion): Don't define here.
10752
10753 * international/mule-cmds.el: Define them here. Remove the
10754 autoload cookies.
10755
10756 1999-01-06 Andreas Schwab <schwab@gnu.org>
10757
10758 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10759 if it was enabled before.
10760
10761 * view.el (View-revert-buffer-scroll-page-forward): Bind
10762 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10763
10764 * files.el (recover-session): Preserve point when inserting
10765 explanation.
10766
10767 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10768
10769 * cus-edit.el (custom-save-delete): Don't delete whitespace
10770 and comments before the sexp that is replaced.
10771
10772 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10773
10774 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10775
10776 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10777
10778 * vc.el (vc-dired-hook): Use the original value of
10779 dired-move-to-filename-regexp on lines that have not been
10780 reformatted yet.
10781 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10782 file lines have already been reformatted.
10783
10784 1999-01-05 Dave Love <fx@gnu.org>
10785
10786 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10787 buffer-local.
10788
10789 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10790
10791 * progmodes/f90.el: Change of regular expressions for type to
10792 correct highlighting and identation. Some small fixes for
10793 compatibility with XEmacs.
10794
10795 1999-01-05 Stephen Eglen <stephen@gnu.org>
10796
10797 * mspools.el (mspools-vm-system-mail): Provide an alternative
10798 value based on rmail-spool-directory if $MAIL is not defined.
10799
10800 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10801
10802 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10803 (reftex-section-info): Handle negative section levels.
10804 (reftex-view-crossref-extra): New option.
10805 (reftex-view-crossref): Generalized to work in more places.
10806 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10807 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10808 (reftex-view-cite-locations-from-bibtex): New command.
10809 (reftex-view-regexp-match, reftex-global-search,
10810 reftex-global-search-continue): New functions.
10811 (reftex-extract-bib-entries): No error for non-existing BibTeX
10812 file, just a message.
10813 (reftex-extract-bib-entries): Better error handling.
10814 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10815 help and force it on current frame.
10816 (reftex-default-bibliography): New function.
10817 (reftex-access-parse-file): Check consistency after loading a
10818 parse file. When inconsistent, enfore rescan.
10819 (reftex-check-parse-consistency): New function.
10820 (easy-menu-define): Options section drastically shortened.
10821
10822 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10823
10824 * language/thai-util.el (thai-compose-string): New function.
10825
10826 1999-01-04 Inge Frick <inge@nada.kth.se>
10827
10828 * easymenu.el (easy-menu-define): Doc fix.
10829 (easy-menu-create-menu): New keyword :included.
10830 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10831 be an expression, not only a string. Simulate style `button'.
10832 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10833 (easy-menu-define-key-intern): New function.
10834 (easy-menu-add-item): Understand value returned from
10835 easy-menu-item-present-p and easy-menu-remove-item.
10836 (easy-menu-return-item): New function.
10837 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10838
10839 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10840
10841 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10842 Use rmail-output-read-rmail-file-name to read the file name.
10843 Always call rmail-output-to-rmail-file noninteractively.
10844 When count > 1, do the loop here.
10845 Handle rmail-delete-after-output here.
10846 (rmail-summary-output): Similar changes.
10847
10848 * mail/rmailout.el: Provide `rmailout'.
10849 (rmail-output-read-rmail-file-name): New function.
10850 (rmail-output-to-rmail-file): Use that.
10851 (rmail-output-read-file-name): New function.
10852 (rmail-output): Use that.
10853
10854 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10855 Error if wildcard matches no files.
10856
10857 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10858
10859 * menu-bar.el (clipboard-yank): Doc fix.
10860
10861 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10862
10863 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10864
10865 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10866
10867 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10868
10869 * rmail.el (rmail-encode-string): Make sure mask value is
10870 positive; (emacs-pid) returns a negative number on Windows 9x
10871 which causes odd behaviour.
10872
10873 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10874
10875 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10876 and about w32-* variables unless on Windows/NT.
10877
10878 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10879
10880 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10881 if buffer is modified; ask about all modified buffers.
10882
10883 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10884
10885 * simple.el (what-cursor-position): Fix previous change.
10886
10887 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10888
10889 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10890 from paragraph-start.
10891
10892 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10893
10894 * international/mule-cmds.el (prefer-coding-system): If the
10895 argument requires specific EOL conversion type, make the default
10896 coding systems use that.
10897
10898 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10899
10900 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10901 Use shell-command-on-region.
10902 (m4-start-m4, m4-end-m4): Functions deleted.
10903
10904 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10905
10906 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10907
10908 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10909
10910 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10911 to compose-mail in the correct places and as a list.
10912
10913 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10914
10915 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10916 (pages-directory-map): Bind mouse-2
10917 (pages-copy-header-and-position): Put text property.
10918 (pages-directory-goto-with-mouse): New function.
10919
10920 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10921
10922 * international/codepage.el (cp-make-coding-systems-for-codepage):
10923 Doc fix.
10924 (cp-coding-system-for-codepage-1): Likewise.
10925
10926 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10927
10928 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10929 composition sequence correctly here instead of calling
10930 thai-compose-region.
10931
10932 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10933 newline in multibyte buffer, if previous or next character is a
10934 composite char, check the first component of the composite char.
10935
10936 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10937
10938 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10939 and track-mouse.
10940
10941 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10942
10943 * mail/sendmail.el (mail-yank-original): Remove text properties
10944 after insertion.
10945 (mail-yank-region): Barf if no mark is set in the message
10946 being replied to.
10947
10948 * help.el (function-called-at-point): First look for function at point.
10949
10950 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10951
10952 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10953
10954 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10955
10956 * simple.el (what-cursor-position): Print character encoding also.
10957
10958 1998-12-26 Dave Love <fx@gnu.org>
10959
10960 * textmodes/flyspell.el: If local-maps work, don't put
10961 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10962 in flyspell-mouse-map (only).
10963 (flyspell-use-local-map): New variable.
10964 Use a different mouse-2 binding in that case,
10965 and don't add to minor-mode-map-alist.
10966 (make-flyspell-overlay, flyspell-correct-word):
10967 Test flyspell-use-local-map.
10968
10969 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10970
10971 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10972 Be careful about whether to return a relative file name,
10973 and if so, relative to what directory.
10974
10975 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10976
10977 * emacs-lisp/easymenu.el (easy-menu-get-map):
10978 Change global map only if this menu exists in the global map already,
10979 and not in the local map.
10980 (easy-menu-do-add-item): Fix error message.
10981
10982 * foldout.el (foldout-inhibit-key-bindings):
10983 Avoid concatenating onto outline-minor-mode-prefix.
10984 Make a new keymap for that prefix, if it does not already have one.
10985
10986 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10987
10988 * cperl-mode.el:
10989 Can use linear algorithm for indentation if Emacs supports it.
10990 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10991 (cperl-after-block-p): Likewise.
10992 (cperl-after-block-and-statement-beg): Likewise.
10993 (cperl-after-block-p): After END/BEGIN we are a block.
10994 (cperl-after-expr-p): Skip labels when checking
10995 (cperl-indent-region): Make a marker for END - text added/removed.
10996 Disable hooks during the call (how to call them later?).
10997 Now indents 820-line-long function in 6.5 sec (including
10998 syntaxification) the first time (when buffer has few
10999 properties), 7.1 sec the second time.
11000 (cperl-indent-region): Do not indent whitespace lines
11001 (cperl-style-alist)
11002 Include `cperl-merge-trailing-else' where the value is clear.
11003 (cperl-styles-entries): Likewise.
11004 (cperl-problems): Improvements to docs.
11005 (cperl-tips): Likewise.
11006 (cperl-non-problems): Likewise.
11007 (cperl-mode): Make lazy syntaxification possible.
11008 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11009 `font-lock-unfontify-region-function' was set to a wrong function.
11010
11011 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11012 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11013 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11014 but 1<<6 was considered as HERE-doc.
11015 <file/glob> made into a string.
11016 Postpone addition of faces after syntactic step.
11017 Recognition of <FH> was wrong.
11018 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11019 Knows that split// is null-RE.
11020 Highlights separators in 3-parts expressions as labels.
11021 <> was considered as a glob.
11022 Would err if the last line is `=head1'.
11023 $a-1 ? foo : bar; was a considered a regexp.
11024 `<< (' was considered a start of HERE-doc.
11025 mark qq[]-etc sections as syntax-type=string
11026 Was not processing sub protos after a comment ine.
11027 Was treating $a++ <= 5 as a glob.
11028 Tolerate unfinished REx at end-of-buffer.
11029 `unwind-protect' was left commented.
11030 / and ? after : start a REx.
11031
11032 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11033 Better default, customizes to `message' too, off in text-mode.
11034
11035 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11036 `defface'd.
11037 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11038 `defface'd.
11039 (cperl-emacs-can-parse): New state variable.
11040 (cperl-indent-line): Corrected to use global state.
11041 (cperl-calculate-indent): Likewise.
11042 (cperl-fix-line-spacing): Likewise (not used yet).
11043 (cperl-calculate-indent): Did not consider `,' as
11044 continuation mark for statements.
11045 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11046 Remove another parse-data optimization at toplevel: would
11047 indent correctly.
11048 Correct for labels when calculating indentation of continuations.
11049 Docstring updated.
11050 (cperl-choose-color): Converted to a function (to be
11051 compilable in text-mode).
11052 (cperl-dark-background): Disable without window-system.
11053 Do `defface' only if window-system.
11054 (cperl-fix-line-spacing): Sped up to bail out early.
11055 (x-color-defined-p): Was not compiling on XEmacs
11056 Was defmacro'ed with a tick. Remove another def.
11057 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11058 (cperl-unwind-to-safe): New function.
11059 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11060 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11061 long strings (not very successful).
11062 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11063 Highlight the starting // in s//foo/ as function-name.
11064 Emit a meaningful error instead of a cryptic one for an
11065 uncomplete REx near end-of-buffer.
11066
11067 (cperl-electric-keyword): `qr' recognized.
11068 (cperl-electric-else): Likewise
11069 (cperl-to-comment-or-eol): Likewise
11070 (cperl-make-regexp-x): Likewise
11071 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11072 Corrected to use new macros;
11073 `if' for copying `reference-face' to `constant-face' was backward.
11074 remove init `font-lock-other-emphasized-face',
11075 `font-lock-emphasized-face', `font-lock-keyword-face'.
11076 Interpolate `cperl-invalid-face'.
11077 (cperl-make-regexp-x): Misprint in a message.
11078 (cperl-syntaxify-unwind): New configuration variable
11079 (cperl-fontify-m-as-s): New configuration variable
11080 (cperl-electric-pod): Check for after-expr was performed
11081 inside of POD too.
11082 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11083 (cperl-clobber-mode-lists): New configuration variable.
11084 (cperl-not-bad-style-regexp): Updated.
11085 Init: `cperl-is-face' was busted.
11086 (cperl-make-face): New macros.
11087 (cperl-force-face): New macros.
11088 (font-lock-other-type-face): Done via `defface' too.
11089 (cperl-nonoverridable-face): New face. Renamed from
11090 `font-lock-other-type-face'.
11091 (cperl-init-faces-weak): Use `cperl-force-face'.
11092 (cperl-comment-indent): Commenting __END__ was not working.
11093 (cperl-indent-for-comment): Likewise.
11094 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11095 When removing old TAGS info was not relativizing filename.
11096 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11097 Another try to work around XEmacs problems. Better progress messages.
11098 (toplevel): Require custom unprotected => failure on 19.28.
11099 (cperl-xemacs-p): Defined when compile too
11100 (cperl-find-tags): Was writing line/pos in a wrong order,
11101 pos off by 1 and not at beg-of-line.
11102 (cperl-etags-snarf-tag): New macro
11103 (cperl-etags-goto-tag-location): New macro
11104 (cperl-version): New variable. New menu entry
11105 random docstrings: References to "future" 20.3 removed.
11106 Menu was described as `CPerl' instead of `Perl'
11107 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11108 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11109 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11110 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11111 `font-lock-reference-face', `font-lock-keyword-face'.
11112 Use `eval-after-load'.
11113 Remove not-CPerl-related faces.
11114 (cperl-tips-faces): New variable and an entry into Mini-docs.
11115 (cperl-indent-exp): Was not processing else-blocks.
11116 (cperl-get-state): NOP line removed.
11117 (cperl-ps-print): New function and menu entry.
11118 (cperl-ps-print-face-properties): New configuration variable.
11119 (cperl-invalid-face): New configuration variable.
11120 (perl-font-lock-keywords): Highlight trailing whitespace
11121 (cperl-contract-levels): Documentation corrected.
11122 (cperl-contract-level): Likewise.
11123 (cperl-ps-extend-face-list): New macro.
11124 (cperl-invalid-face): Change to ''underline.
11125
11126 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11127
11128 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11129 for read-file-name.
11130 (rmail-output-to-rmail-file): Likewise.
11131
11132 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11133
11134 * emacs-lisp/easymenu.el (easy-menu-get-map):
11135 If MENU is nil, use global menu-bar map.
11136 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11137 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11138
11139 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11140
11141 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11142
11143 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11144
11145 * ps-print.el (ps-print-version): New version number (4.1.3).
11146
11147 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11148
11149 * international/mule-cmds.el: Use make-sparse-keymap instead of
11150 define-prefix-key when defining MULE menu items.
11151
11152 * info.el (Info-node-at-bob-matching): New function.
11153 (Info-find-node, Info-build-node-completions): Call it.
11154
11155 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11156
11157 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11158 when this is an autoloaded keymap.
11159
11160 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11161
11162 * international/codepage.el (cp-coding-system-for-codepage-1):
11163 Create separate encoders and decoders, for DOS and Unix. Make the
11164 usual family of 3 coding systems, so that automatic detection of
11165 EOL type works.
11166 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11167 Unix-specific symbols here, and don't call
11168 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11169 Handa <handa@etl.go.jp>.)
11170
11171 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11172
11173 * term/internal.el (IT-character-translations): New variable, an
11174 alist used to display characters for which there's no glyphs in
11175 the current codepage.
11176 (IT-display-table-setup): New function, sets up the DOS terminal
11177 for a given codepage.
11178 (dos-codepage-setup): New function, sets up the MULE environment
11179 for the current value of dos-codepage.
11180 (top-level if): In the multibyte mode, turn on
11181 unibyte-display-via-language-environment. In the unibyte mode,
11182 set up the special syntax tables to map lower- to upper case and
11183 back.
11184
11185 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11186
11187 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11188 (speedbar-frame-plist) Remove useless comments.
11189 (speedbar-frame-mode) Do not specify height if it is in the param list.
11190 Use default y position w/out changing it.
11191 If default x position is a list, keep, calculate the non-list X
11192 value when devining an initial position.
11193 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11194 (speedbar-tag-group-name-minimum-length): New variable.
11195 (speedbar-frame-parameter): New compatibility function.
11196 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11197 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11198 groups to keep things in the right order, and to help with some
11199 naming conventions.
11200 (speedbar-create-tag-hierarchy): Enable buffer local version of
11201 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11202 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11203 the case, derive it from the cursor location in speedbar.
11204
11205 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11206
11207 * international/mule-cmds.el (set-language-environment): On MS-DOS
11208 terminals, install DOS-specific nonascii-translation-table if the
11209 language info doesn't specify one. Pass the default eol-type to
11210 set-language-environment-coding-systems.
11211 (set-default-coding-systems): Copy the eol-type property for the
11212 new default values of {buffer-file,process}-coding-system from the
11213 old defaults.
11214 (set-language-environment-coding-systems): Accept an optional
11215 argument EOL-TYPE, and set the eol-type property of the default
11216 coding systems accordingly.
11217 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11218 (set-keyboard-coding-system): Likewise.
11219 (set-default-coding-systems): Don't set
11220 default-terminal-coding-system on MS-DOS to anything but nil.
11221 (prefer-coding-system): Describe in the doc string that
11222 default-terminal-coding-system is not changed on MS-DOS.
11223 (set-language-environment): For MS-DOS, set standard syntax table
11224 and display table for all characters with code above 127.
11225 (standard-display-european-internal): For MS-DOS, pass all
11226 characters with code above 127 directly to the terminal, and don't
11227 remap characters 160 and 146 in the unibyte case.
11228
11229 * international/codepage.el: New file.
11230
11231 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11232
11233 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11234 comments.
11235
11236 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11237
11238 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11239
11240 * subr.el (read-passwd): Likewise.
11241
11242 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11243
11244 * info.el (Info-find-node): Add 1 to the position read from the
11245 tag table. Don't fail if the node delimiter ^_ is the first
11246 character in the file.
11247 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11248 first character in the file.
11249 (Info-read-subfile): Likewise.
11250 (Info-select-node): Likewise.
11251 (Info-build-node-completions): Likewise.
11252
11253 1998-12-16 Richard Stallman <rms@gnu.org>
11254
11255 * term/x-win.el (x-cut-buffer-or-selection-value):
11256 If clipboard is enabled, try it before PRIMARY selection.
11257
11258 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11259
11260 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11261 insert c-cedilla and C-cedilla respectively, like in latin-1.
11262
11263 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11264
11265 * language/hebrew.el: Don't use sublists in the flags argument
11266 passed to make-coding-system.
11267
11268 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11269
11270 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11271 list of character sets found by find-charset-region.
11272
11273 * ps-mule.el: Always require ps-print. Move some function
11274 definitions for Emacs 20.2 and the earlier to ps-print.el.
11275 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11276
11277 * ps-print.el: Define several functions for Emacs 20.2 and the
11278 earlier version.
11279 (ps-printer-name): Check if printer-name is bound.
11280
11281 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11282
11283 * ps-mule.el: Programming uniformization and little code improvement.
11284 (ps-mule-prepare-font): Programming uniformization.
11285 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11286 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11287
11288 * ps-bdf.el: Programming uniformization and little code improvement.
11289 (bdf-search-and-read): New fun.
11290 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11291 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11292 (bdf-info-relative-compose, bdf-info-baseline-offset)
11293 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11294 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11295 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11296 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11297 improvement.
11298
11299 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11300
11301 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11302 and mule related code extraction. Autoload ps-mule funs.
11303
11304 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11305 (ps-mule-prologue-generated): New fun.
11306 (ps-mule-plot-string): Add autoload cookie.
11307 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11308
11309 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11310
11311 * ps-bdf.el: Require ps-mule instead of ps-print.
11312 (bdf-directory-list): Add autoload cookie.
11313
11314 * ps-mule.el: New file. Mule related code extracted from
11315 ps-print.el. Require ps-print, provide ps-mule.
11316 (ps-multibyte-buffer): Add autoload cookie.
11317 (ps-mule-prepare-ascii-font): New fun.
11318 (ps-mule-set-ascii-font): New fun.
11319 (ps-mule-skip-same-charset): Fun deleted.
11320 (ps-mule-plot-string): Set ps-mule-current-charset.
11321 (ps-mule-initialize): Add autload cookie. Don't set
11322 ps-mule-font-info-database here.
11323 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11324 ps-mule-font-info-database and ps-control-or-escape-regexp.
11325 (ps-mule-begin-page): New fun.
11326
11327 * ps-print.el: Mule related code moved to ps-mule.el.
11328 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11329 check ps-mule-charset-list.
11330 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11331 ps-mule-begin-page.
11332 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11333 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11334 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11335 instead skip same charsets by itself.
11336 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11337 non-nil. Call ps-mule-begin-job.
11338
11339 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11340
11341 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11342 instead of bdf.
11343
11344 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11345 (ps-mule-external-libraries): New element FEATURE.
11346 (ps-mule-init-external-library): Ajusted for the above change.
11347 (ps-mule-generate-font): Likewise.
11348 (ps-mule-generate-glyphs): Likewise.
11349 (ps-mule-prepare-font): Likewise.
11350 (ps-mule-initialize): Likewise.
11351 (ps-begin-file): Superfluous tailing parenthesis deleted.
11352
11353 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11354
11355 * international/fontset.el (x-decompose-font-name): If PATTERN
11356 doesn't have any wild cards, return a vector made from a name that
11357 is found by x-resolve-font-name found. Comments added.
11358
11359 * international/mule-cmds.el (find-coding-systems-for-charsets):
11360 Handle the case of unknown charset.
11361 (find-multibyte-characters): If invalid multibyte characters are
11362 found, return the corresponding strings instead of character
11363 codes.
11364 (find-multibyte-characters): Adjusted for the above change.
11365 (select-safe-coding-system): For a unibyte buffer, always returns
11366 DEFAULT-CODING-SYSTEM.
11367 (get-charset-property): Fix previous change. Make it a function.
11368 (put-charset-property): Make it a function.
11369
11370 * international/mule.el (make-coding-system): Set mime-charset
11371 property of *-with-esc coding system to nil.
11372
11373 * international/quail.el (quail-point-in-conversion-region): New
11374 function.
11375 (quail-conversion-backward-delete-char): When a key sequence is
11376 being translated, call quail-delete-last-char.
11377
11378 * language/devan-util.el
11379 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11380 handle devanagari-decomposition-rules.
11381
11382 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11383
11384 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11385 tex-start-options-string to empty string.
11386 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11387
11388 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11389
11390 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11391 5xx responses are already handled properly).
11392
11393 1998-12-13 Richard Stallman <rms@gnu.org>
11394
11395 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11396 on a non-digit in the file name.
11397
11398 * simple.el (comment-region): Handle comment-padding
11399 separately for insertion and for deletion, in the right way for each.
11400
11401 1998-12-13 Felix Lee <flee@cygnus.com>
11402
11403 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11404 regexp to match "ChangeLog:1:1998-12-09 ..."
11405
11406 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11407
11408 * cus-start.el (dos-unsupported-char-glyph): Add.
11409
11410 1998-12-11 Dave Love <fx@gnu.org>
11411
11412 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11413 forward-sexp in condition-case.
11414
11415 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11416 Remove unnecessary test on `library' for explicit file name.
11417 Widen scope of save-match-data.
11418
11419 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11420
11421 * international/mule.el (load-with-code-conversion): If the loaded
11422 file was inserted with no-conversion or raw-text coding system,
11423 make the buffer unibyte.
11424
11425 1998-12-09 Richard Stallman <rms@gnu.org>
11426
11427 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11428 Get rid of nested loops.
11429
11430 * mouse.el (mouse-drag-vertical-line):
11431 If WHICH-SIDE is not `right', then scroll bars are on the left.
11432
11433 * loadhist.el (load-history-loaded): defvar moved to help.el.
11434
11435 * help.el (symbol-file-load-history-loaded): Variable renamed,
11436 and defvar moved from loadhist.el.
11437 (symbol-file): Renamed from describe-function-find-file.
11438 Load fns-VERSION.el here.
11439 (describe-variable, describe-function-1): Use symbol-file.
11440
11441 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11442 Don't start the name with #.
11443
11444 * ispell.el: Take out the eval-when's.
11445
11446 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11447
11448 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11449 (dirtrack): Run it. Make debug message more verbose.
11450
11451 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11452
11453 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11454 name of the abbrev table, and provide support for XEmacs.
11455 (octave-xemacs-p): New variable.
11456
11457 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11458
11459 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11460 exit, when mail-interactive is nil.
11461
11462 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11463
11464 * files.el (after-find-file): Message fix.
11465
11466 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11467
11468 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11469
11470 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11471
11472 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11473 filenames using backslashes.
11474
11475 1998-12-09 Dave Love <fx@gnu.org>
11476
11477 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11478 with correct number of args.
11479 (browse-url-maybe-new-window): New arg. Callers changed.
11480
11481 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11482 comment.
11483
11484 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11485
11486 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11487
11488 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11489
11490 * vc.el (vc-rcs-release): Fix Type.
11491 (vc-sccs-release): Fix Type.
11492 (vc-cvs-release): Fix Type.
11493
11494 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11495 arg work right.
11496
11497 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11498 output of last undeleted message.
11499
11500 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11501
11502 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11503 (buffer-undo-list) [windows-nt]: Use different relative path.
11504
11505 1998-12-07 Simon Marshall <simon@gnu.org>
11506
11507 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11508
11509 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11510
11511 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11512
11513 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11514
11515 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11516
11517 * info.el (Info-menu): Don't return error if point is between menu
11518 header and first menu item.
11519
11520 1998-12-04 Dave Love <fx@gnu.org>
11521
11522 * help.el (describe-function-1): Fix description for alias.
11523
11524 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11525
11526 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11527 specifications from summary line.
11528
11529 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11530 (close-rectangle): Define alias only once in loaddefs.el.
11531
11532 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11533
11534 * term/internal.el: Remove code which sets up a special syntax
11535 table for non-ASCII characters.
11536
11537 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11538
11539 * dos-w32.el (direct-print-region-function): Try to ensure that
11540 printer-name is expanded to a file name on a local drive;
11541 sometimes printing a file loaded from a network volume fails.
11542 (direct-print-region-function): Add a function to
11543 write-region-annotate-functions to append a formfeed character to
11544 the region being printed, if the region doesn't end with a
11545 formfeed already. This avoids creating a second print job
11546 containing a blank page when print spooling is enabled on Windows.
11547
11548 1998-12-02 Dave Love <fx@gnu.org>
11549
11550 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11551 `Info-goto-node'.
11552
11553 1998-12-02 Richard Stallman <rms@gnu.org>
11554
11555 * help.el (temp-buffer-resize-mode): Doc fix.
11556
11557 * cus-edit.el (custom-save-delete): Save point before
11558 reading a sexp, rather than backing up.
11559
11560 * international/iso-transl.el: Fix previous change.
11561
11562 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11563
11564 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11565 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11566 Added defvars to suppress compilation warnings.
11567
11568 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11569
11570 * ispell.el: Improved and fixed customize for variables:
11571 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11572 ispell-dictionary-alist, ispell-skip-sgml.
11573 Improved and fixed comments in variables and messages for
11574 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11575 ispell-menu-map, ispell-checking-message, ispell-parser,
11576 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11577 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11578 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11579 ispell-message-text-end, ispell-add-per-file-word-list.
11580 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11581 system is now required for all languages. Casechars improved for
11582 castellano, castellano8, and norsk dictionaries. Dictionary
11583 norsk7-tex added. Dictionary polish added.
11584 (ispell-dictionary-alist): Redefined at load-time to support
11585 dictionary changes.
11586 (ispell-menu-map): Redefined at load-time to support menu changes.
11587 (ispell-check-version): New alias for `check-ispell-version'.
11588 (ispell-parse-output): Fixed matching for ispell error messages.
11589 Correctly returns spelling suggestions in order generated by ispell
11590 process.
11591 (check-ispell-version): Ensure `case-fold-search' doesn't get
11592 redefined.
11593 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11594 redefined. Fix bug that didn't respect case of word being completed.
11595 (ispell-init-process): Set process coding system to be compatible
11596 with emacs processes and the ispell process.
11597 (ispell-kill-ispell): Ensures ispell process has terminated before
11598 starting new process. This can otherwise confuse process filters
11599 and hang the ispell process.
11600 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11601 skipping support for sgml.
11602 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11603 which could cause `ispell-complete-word' to hang.
11604 (ispell-message): Improved message reference matching. Ensure
11605 `case-fold-search' doesn't get redefined.
11606 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11607 get redefined. Fixed bug in returning to nroff mode from tex mode.
11608 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11609 get redefined.
11610
11611 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11612
11613 * textmodes/flyspell.el (flyspell-check-word-p):
11614 Don't delay inside a kbd macro.
11615
11616 * subr.el (make-local-hook): Return the hook variable.
11617
11618 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11619
11620 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11621 Use a timer instead of post-command-hook.
11622 (hscroll-timer): New variable.
11623
11624 1998-11-30 Dave Love <fx@gnu.org>
11625
11626 * help.el (help-xref-button): Do nothing if text already has the
11627 help-xref property.
11628 (describe-variable): Revert previous change to hyperlink to source.
11629
11630 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11631
11632 * bindings.el (features): Add `base64' to this list.
11633
11634 * loadhist.el (symbol-file): Doc fix.
11635
11636 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11637
11638 * files.el (hack-one-local-variable): Cope with non-file buffers.
11639
11640 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11641
11642 * help.el (describe-mode): Put major mode first.
11643
11644 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11645 to support special-display and same-window features.
11646
11647 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11648
11649 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11650 bound in one function and used in the other.
11651 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11652 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11653
11654 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11655
11656 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11657
11658 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11659
11660 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11661 Give format correct control string.
11662
11663 * international/mule.el (define-translation-table): Fix bug of
11664 setting incorrect translation-table-id. If the first element of
11665 ARGS is a translation table, just register it.
11666
11667 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11668 property.
11669
11670 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11671
11672 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11673 syntax table to determine what is whitespace.
11674
11675 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11676
11677 * frame.el (frame-parameter): Doc fix.
11678
11679 * textmodes/tex-mode.el (tex-feed-input): New function.
11680 (tex-define-common-keys): Add binding for C-c C-m.
11681
11682 1998-11-23 Dave Love <fx@gnu.org>
11683
11684 * progmodes/fortran.el: Various minor doc fixes.
11685 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11686 (fortran-with-subprogram-narrowing): New macro.
11687 (fortran-check-for-matching-do): Use it.
11688 (fortran-end-do): Use fortran-check-end-prog-re.
11689 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11690 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11691
11692 1998-11-23 Simon Marshall <simon@gnu.org>
11693
11694 * font-lock.el (font-lock-defaults): Doc fix.
11695 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11696 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11697
11698 * lazy-lock.el (lazy-lock-unstall):
11699 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11700
11701 * fast-lock.el (fast-lock-save-cache-1):
11702 (fast-lock-cache-data): Rewritten to use with-temp-message.
11703
11704 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11705
11706 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11707 messages that have been added with DOS line endings and convert
11708 the line endings for such messages.
11709
11710 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11711
11712 * help.el: Add resizing of temporary buffers.
11713 (temp-buffer-resize-mode): New command and variable.
11714 (temp-buffer-max-height): New variable.
11715 (resize-temp-buffer-window): New function.
11716
11717 * window.el (window-buffer-height): New function, split from
11718 shrink-window-if-larger-than-buffer.
11719 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11720
11721 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11722
11723 * frame.el (initial-frame-alist): Add defcustom.
11724
11725 * shell.el (shell-prompt-pattern): Add defcustom.
11726
11727 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11728
11729 * message.el (message-ignored-supersedes-headers): Remove
11730 NNTP-Posting-Date.
11731
11732 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11733
11734 * help.el (describe-mode): Don't avoid loop indirecting thru
11735 value of INDICATOR.
11736
11737 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11738
11739 * help.el (describe-variable): Allow any variable with a defcustom,
11740 even if it is not a user variable.
11741
11742 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11743
11744 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11745
11746 * gnus/nntp.el (nntp-request-group): Allow for failures when
11747 requesting a new group.
11748
11749 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11750
11751 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11752
11753 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11754
11755 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11756
11757 1998-11-19 Simon Marshall <simon@gnu.org>
11758
11759 * subr.el (with-temp-message): New macro.
11760
11761 * emacs-lisp/lisp-mode.el (with-temp-message):
11762 Add lisp-indent-function property.
11763
11764 1998-11-18 Dave Love <fx@gnu.org>
11765
11766 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11767
11768 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11769
11770 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11771 This is not obsolete.
11772
11773 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11774
11775 * textmodes/picture.el: Make a new map by make-keymap.
11776 (picture-desired-column): New variable.
11777 (picture-update-desired-column): New function.
11778 (picture-beginning-of-line): Set picture-desired-column to 0.
11779 (picture-end-of-line): Set picture-desired-column to the current
11780 column.
11781 (picture-forward-column): Pay attention to multi-column character.
11782 (picture-backward-column): Likewise.
11783 (picture-move-down): Likewise.
11784 (picture-move-up): Likewise.
11785 (picture-movement-nw): With prefix arg, move twice columns.
11786 (picture-movement-ne): Likewise.
11787 (picture-movement-sw): Likewise.
11788 (picture-movement-se): Likewise.
11789 (picture-set-motion): Handle two-column movements.
11790 (picture-move): Call picture-move-down or picture-forward-column
11791 only when necessary.
11792 (picture-insert): Pay attention to picture-desired-column.
11793 (picture-self-insert): Likewise.
11794 (picture-clear-column): Pay attention to multi-column character.
11795 (picture-mode): Modify doc-string for two-column movement.
11796
11797 * rect.el (move-to-column-force): New function.
11798 (operate-on-rectangle): If coerce-tabs is non-nil, call
11799 move-to-column-force instead of move-to-column.
11800 (insert-rectangle): Call move-to-column-force instead of
11801 move-to-column.
11802 (open-rectangle-line): If begextra is not zero, call
11803 move-to-column-force.
11804
11805
11806 1998-11-16 Dave Love <fx@gnu.org>
11807
11808 * textmodes/sgml-mode.el Require skeleton when compiling.
11809 (sgml-font-lock-keywords-1): Accept single-letter tags.
11810 (v2): Defvar free variable.
11811
11812 1998-11-16 Sam Steingold <sds@goems.com>
11813
11814 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11815 macro, not ELisp one.
11816
11817 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11818
11819 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11820 characters to symbol.
11821
11822 * language/japan-util.el (japanese-zenkaku-region): New optional
11823 arg KATAKANA-ONLY.
11824
11825 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11826
11827 * international/mule.el
11828 (after-insert-file-set-buffer-file-coding-system): If the buffer
11829 is changed to unibyte, return inserted bytes.
11830
11831 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11832 and link names if necessary.
11833 (tar-header-block-summarize): Handle the case that file or link
11834 names are multibyte.
11835 (tar-summarize-buffer): At first set the current buffer unibyte,
11836 then if there are multibyte file names, change it to multibyte.
11837 (tar-mode): Get char position from tar-header-offset.
11838 (tar-extract): Avoid multibyte<->unibyte conversion in
11839 insert-buffer-subsring by setting both buffers unibyte
11840 temporarily.
11841 (tar-copy): Set the buffer unibyte while doing a work. Write
11842 without code conversion.
11843 (tar-expunge): Set the buffer unibyte while doing a work.
11844 (tar-alter-one-field): Likewise.
11845 (tar-clear-modification-flags): Compare byte position with
11846 tar-header-offset.
11847 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11848 insert-buffer-subsring by setting both buffers unibyte
11849 temporarily. Pay attention to multibyteness while updating the
11850 descriptor-line.
11851 (tar-mode-write-file): Write without code conversion.
11852
11853 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11854
11855 * nngateway.el: Require cl.
11856
11857 1998-11-15 Dave Love <fx@gnu.org>
11858
11859 * progmodes/fortran.el: Fix previous change:
11860 (fortran-end-prog-re1): Changed.
11861 (fortran-check-end-prog-re): New function.
11862 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11863
11864 1998-11-13 Tom Breton <tob@world.std.com>
11865
11866 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11867 GNU Emacs.
11868
11869 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11870
11871 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11872 fixed.
11873 (reftex-toc-toggle-file-boundary,
11874 reftex-toc-toggle-labels,
11875 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11876 (reftex-toc-include-labels, reftex-toc-include-context,
11877 reftex-toc-include-file-boundaries,
11878 reftex-toc-keep-other-windows): New options.
11879 (reftex-use-text-after-label-as-context): Option removed.
11880 (reftex-extract-bib-entries): Protect use in non-latex
11881 buffers.
11882 (reftex-toc-visit-location): Renamed from
11883 `reftex-toc-visit-line'.
11884 (reftex-latin1-to-ascii): Works now with and without Mule.
11885 (reftex-truncate): Removed special stuff for Emacs 20.2.
11886 (reftex-get-offset): Made more general.
11887 (reftex-show-label-location): Renamed from
11888 `reftex-select-label-callback'.
11889 (reftex-pop-to-label): Function removed (using
11890 `reftex-show-label-location' instead.
11891 (reftex-insert-docstruct): Renamed from
11892 `reftex-make-and-insert-label-list'. Function args changed.
11893 (reftex-toc): Now uses `reftex-insert-docstruct' and
11894 `reftex-find-start-point'.
11895 (reftex-select-item): Use `reftex-find-start-point'.
11896 (reftex-toc-visit-line): Can display labels and file
11897 boundaries.
11898 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11899
11900 1998-11-12 Sam Steingold <sds@goems.com>
11901
11902 * browse-url.el (browse-url): Handle the case when
11903 `browse-url-browser-function' is a lambda list.
11904
11905 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11906
11907 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11908 version string.
11909 * loadhist.el (symbol-file): Likewise
11910
11911 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11912
11913 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11914
11915 1998-11-11 Sam Steingold <sds@goems.com>
11916
11917 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11918 `run-lisp' instead of signalling an error.
11919
11920 1998-11-11 Karl Heuer <kwzh@gnu.org>
11921
11922 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11923
11924 1998-11-11 Richard Stallman <rms@gnu.org>
11925
11926 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11927
11928 1998-11-11 Per Starback <starback@update.uu.se>
11929
11930 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11931 renamed svenska8 to svenska, and fixed and extended CASECHARS
11932 for it.
11933
11934 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11935
11936 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11937 handling if setpagedevice is not available.
11938 (ps-begin-file): Fix typo.
11939
11940 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11941
11942 * international/mule-util.el (compose-chars-component): Signal
11943 error if CH is a rule-based composition character.
11944 (compose-chars): Signal error if an already compsed character is
11945 going to be composed by rule-base.
11946
11947 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11948 full XLFD, don't try to get information of WEIGHT and SLANT from
11949 that font name.
11950
11951 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11952
11953 * dos-w32.el (set-default-process-coding-system): Use function on
11954 before-init-hook to set default-process-coding-system based on
11955 enable-multibyte-characters.
11956
11957 * term/w32-win.el ([language-change]): For now ignore
11958 keyboard language-change events.
11959
11960 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11961
11962 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11963 convert-standard-file-name, but leave the results of
11964 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11965 characters if the original name already exists, or has a special
11966 handler.
11967
11968 1998-11-10 Karl Heuer <kwzh@gnu.org>
11969
11970 * international/iso-insert.el: Delete autoload cookies.
11971
11972 * international/iso-transl.el: Add autoload cookies.
11973
11974 1998-11-10 Richard Stallman <rms@gnu.org>
11975
11976 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11977 (ispell-process-line): Don't treat multibyte
11978
11979 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11980
11981 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11982 setpagedevice to specify the page size if setpagedevice is
11983 available. This is necessary to select the correct paper tray on
11984 Level 2 printers with multiple paper sizes available.
11985
11986 (ps-begin-file): Cope with font names that contain spaces, and
11987 call BeginDoc in a BeginSetup/EndSetup block.
11988
11989 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11990
11991 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11992 convert-standard-filename.
11993
11994 * loadhist.el (symbol-file): Run fns-VERSION.el through
11995 convert-standard-filename.
11996
11997 1998-11-06 Richard Stallman <rms@gnu.org>
11998
11999 * textmodes/texinfmt.el (texinfo-format-scan):
12000 Detect the case of two @-commands in a row; process just the first.
12001 (texinfo-append-refill): If line has a @c, insert the @refill
12002 before it.
12003 (texinfo-format-refill): Return with point where the @refill was.
12004
12005 * files.el (hack-local-variables): Test local-enable-local-variables.
12006 (hack-local-variables-prop-line): Likewise.
12007 (set-auto-mode): Don't test local-enable-local-variables here.
12008 (enable-local-variables): Doc fix.
12009 (local-enable-local-variables): Doc fix.
12010 (normal-mode): Doc fix.
12011
12012 1998-11-06 Karl Heuer <kwzh@gnu.org>
12013
12014 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12015
12016 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12017
12018 * simple.el (line-number-mode): Doc fix.
12019
12020 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12021
12022 * international/fontset.el (create-fontset-from-fontset-spec):
12023 Give correct arg to `error'.
12024
12025 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12026
12027 * textmodes/sgml-mode.el (html-mode): Doc fix.
12028 (sgml-name-8bit-mode): Fix missing format character in message string.
12029
12030 1998-11-05 Karl Heuer <kwzh@gnu.org>
12031
12032 * mail/sendmail.el (sendmail-send-it): Check for failure.
12033
12034 1998-11-05 Richard Stallman <rms@gnu.org>
12035
12036 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12037
12038 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12039 (close-rectangle): Define as alias.
12040
12041 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12042
12043 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12044
12045 1998-11-05 Dave Love <fx@gnu.org>
12046
12047 * help.el (describe-variable): Don't quote link to source.
12048
12049 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12050
12051 * gud.el (gud-common-init): Use pop-to-buffer.
12052 (same-window-regexps): Add an element that matches all gud buffers.
12053
12054 1998-11-04 Jason Rumney <jasonr@altavista.net>
12055
12056 * term/w32-win.el (x-get-selection-value): Alias to
12057 x-cut-buffer-or-selection-value.
12058 (w32-standard-fontset-spec): New variable.
12059 (w32-create-initial-fontsets, mouse-set-font): Check whether
12060 new-fontset is available.
12061 (w32-use-w32-font-dialog): Enable use of set-variable.
12062
12063 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12064
12065 * vc.el (with-vc-file, edit-vc-file): New macros.
12066
12067 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12068
12069 * international/quail.el (quail-show-guidance-buf): Call
12070 set-minibuffer-window to set minibuffer window of the current
12071 frame correctly.
12072
12073 1998-11-03 Theodore Jump <tjump@tertius.com>
12074
12075 * term/w32-win.el: Require fontset.
12076
12077 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12078
12079 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12080 (set-face-font-auto): Ditto.
12081
12082 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12083
12084 * mouse.el (mouse-drag-region): Fix typo.
12085
12086 1998-11-02 Dave Love <fx@gnu.org>
12087
12088 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12089 (fortran-fontify-string): New function.
12090 (fortran-font-lock-keywords-1): Use it.
12091
12092 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12093
12094 * comint.el (comint-file-name-quote-list): Doc fix.
12095
12096 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12097
12098 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12099 build directory, not source directory.
12100
12101 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12102 if we did not get one for the final move.
12103
12104 1998-11-01 Dave Love <fx@gnu.org>
12105
12106 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12107 Don't funcall browse-url-browser-function.
12108
12109 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12110 Don't funcall browse-url-browser-function.
12111
12112 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12113
12114 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12115
12116 * files.el (revert-buffer): Doc fix.
12117
12118 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12119
12120 * textmodes/tex-mode.el (tex-start-options-string):
12121 Quote the backslashes with more backslashes.
12122
12123 1998-10-31 Dave Love <fx@gnu.org>
12124
12125 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12126 (webjump): Don't funcall browse-url-browser-function.
12127
12128 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12129
12130 * international/quail.el (quail-start-translation): Handle
12131 switching of the frame in read-key-sequence.
12132 (quail-start-conversion): Likewise.
12133 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12134 windows before setting an appropriate window for it.
12135 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12136 quail-guidance-win to nil.
12137 (quail-update-guidance): If quail-guidance-buf is not in the
12138 selected frame, call quail-show-guidance-buf again.
12139
12140 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12141
12142 * progmodes/pascal.el (pascal-mode):
12143 `blink-matching-paren-dont-ignore-comments' set to t.
12144
12145 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12146
12147 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12148
12149 1998-10-30 Dave Love <fx@gnu.org>
12150
12151 * vc.el (vc-backend-merge-news): Check for "P" output.
12152
12153 * help.el (describe-variable): Hyperlink the definition.
12154
12155 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12156
12157 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12158 (sh-set-shell): Likewise.
12159
12160 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12161
12162 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12163 (edebug-on-error): Fix customize type to match that of
12164 debug-on-error.
12165
12166 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12167
12168 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12169 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12170
12171 * international/mule-cmds.el (select-message-coding-system): Doc
12172 fix.
12173
12174 * international/mule-diag.el (describe-coding-system): Describe
12175 all flags.
12176
12177 * mail/sendmail.el (sendmail-coding-system,
12178 default-sendmail-coding-system): Doc fix.
12179
12180 * simple.el (shell-command-on-region): Doc fix.
12181
12182 * loadup.el: Write fns-*.el in current directory instead of
12183 data-directory since no installation directory exists yet. Mark
12184 buffer unmodified afterwards.
12185
12186 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12187 instead of data-directory since it is architecture dependent.
12188 (load-history-loaded): Update doc string.
12189
12190 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12191
12192 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12193 path as a default directory when canonicalizing names.
12194
12195 * w32-fns.el: Remove a dangling reference to a directory on the
12196 build machine.
12197
12198 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12199
12200 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12201 namespace related keywords such as `class', `body', `private',
12202 `variable', `namespace eval', etc.
12203 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12204 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12205 imenu and font-lock so that searches for \sw would find words
12206 containing colons.
12207
12208 * progmodes/etags.el (initialize-new-tags-table):
12209 Do not alter find-tag-marker-ring and tags-location-ring.
12210
12211 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12212
12213 * term/w32-win.el: Require fontset.
12214 (w32-init-fontsets): New function (code from x-win.el).
12215
12216 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12217
12218 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12219 calendar-and-diary-frame-parameters): Add title parameter.
12220
12221 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12222
12223 * completion.el (dynamic-completion-mode): New function to enable
12224 the mode. (Just loading the file now does not change anything.)
12225
12226 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12227
12228 * ps-print.el: User option for multibyte buffer handling and doc fix.
12229 (ps-multibyte-buffer): New user option.
12230 (ps-setup): Print new user option.
12231 (ps-print-quote): New fun.
12232 (ps-color-p, ps-mule-font-info-database-latin): New var.
12233 (ps-default-color, ps-mule-font-info-database)
12234 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12235 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12236 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12237 Little code improvement.
12238 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12239 (ps-print-prologue-header, ps-font-family, ps-font-size)
12240 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12241 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12242 (ps-mule-external-libraries, ps-mule-init-external-library)
12243 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12244 Doc fix.
12245 (ps-print-version): New version number (4.1.1) and doc fix.
12246 (ps-print-prologue-header): New user option.
12247 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12248 Conditional compilation for GNU Emacs and emacsens.
12249 (ps-generate-postscript-with-faces): Skip invisible text better.
12250 (ps-setup): Print new user option.
12251 (ps-print-preprint): Check if input file name exists and is unwritable.
12252 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12253 and insert user PostScript prologue header comments.
12254 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12255 New funs.
12256 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12257 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12258 PostScript programming normalization.
12259 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12260 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12261 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12262 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12263 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12264 Programming style normalization.
12265
12266 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12267
12268 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12269 version, check the value of mule-version.
12270
12271 * international/mule-util.el (compose-region): Insert then delete
12272 to preserve markers.
12273 (decompose-region): Use search-forward for efficiency.
12274
12275 * language/chinese.el (pre-write-encode-hz): Cancel previous
12276 change, use generate-new-buffer instead of get-buffer-create.
12277 * language/devan-util.el
12278 (in-is13194-devanagari-pre-write-conversion): Likewise.
12279 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12280 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12281 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12282
12283 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12284
12285 * mail/rmailsum.el (rmail-message-subject-p):
12286 Handle message whose header has not been reformatted.
12287
12288 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12289
12290 1998-10-25 Jason Rumney <jasonr@altavista.net>
12291
12292 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12293 New variables.
12294 (mouse-set-font): Use font menus instead of dialog according to
12295 w32-use-w32-font-dialog.
12296
12297 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12298
12299 * calendar/calendar.el (calendar-day-name-array): Add doc string
12300 correctly!
12301 (calendar-month-name-array): Add doc string correctly!
12302
12303 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12304
12305 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12306
12307 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12308
12309 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12310
12311 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12312
12313 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12314
12315 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12316
12317 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12318
12319 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12320
12321 1998-10-21 Karl Heuer <kwzh@gnu.org>
12322
12323 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12324 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12325 (profile-filter, profile-reset-timer): Functions deleted.
12326 (profile-check-zero-init-times, profile-get-time): Likewise.
12327 (profile-find-function, profile-quit): Likewise.
12328 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12329 (profile-time-list, profile-init-list): Doc fix.
12330 (profile-functions): Simplify.
12331 (profile-print): Use float. Make output include space separators.
12332 (profile-add-time): New helper function.
12333 (profile-function-prolog): Renamed from profile-start-function.
12334 Handle profile-distinct.
12335 (profile-function-epilog): Renamed from profile-update-function.
12336 Handle profile-distinct.
12337 (profile-a-function): If the function to be profiled is an
12338 autoload form, load it. If it's lazy-loaded, fetch it.
12339 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12340 (profile-restore-fun): Arg FUN is now a function symbol, as was
12341 documented, rather than a one-element list.
12342 (profile-finish): Call profile-restore-fun properly.
12343
12344 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12345
12346 * international/characters.el: Setup charset property
12347 nospace-between-words.
12348
12349 * international/mule-cmds.el (get-charset-property): If CHARSET is
12350 composition, return nil.
12351 (put-charset-property): If CHARSET is composition, do nothing.
12352
12353 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12354 * language/devan-util.el
12355 (in-is13194-devanagari-pre-write-conversion): Likewise.
12356 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12357 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12358 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12359
12360 * textmodes/fill.el (sentence-end-without-period): New variable.
12361 (canonically-space-region): Pay attention to
12362 sentence-end-without-period.
12363 (fill-find-break-point): The first argument CHARSET deleted.
12364 Caller changed.
12365 (fill-region-as-paragraph): Pay attention to charset property
12366 nospace-between-words and text property nospace-between-words.
12367
12368 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12369
12370 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12371 an unrecognized shell.
12372
12373 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12374
12375 * desktop.el (desktop-save): Include minor modes symbolically.
12376 (desktop-create-buffer): Turn on all minor modes in `mim'.
12377
12378 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12379
12380 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12381 (sh-font-lock-keywords): Handle rpm and rpm2.
12382 (sh-ancestor-alist): Handle rpm.
12383
12384 * files.el (auto-mode-alist): Recognize .rpm files.
12385 Also .spec and .mspec files.
12386
12387 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12388
12389 * faces.el (frame-set-background-mode): Enable the function for
12390 MSDOS frames.
12391
12392 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12393
12394 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12395 (calendar-month-name-array): Add doc string.
12396
12397 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12398
12399 * simple.el (kill-ring-max): Increased to 60.
12400
12401 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12402
12403 * international/characters.el: Setup auto-fill-chars.
12404
12405 * international/kinsoku.el (kinsoku): Check the variable
12406 enable-kinsoku.
12407
12408 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12409 Don't call kinsoku directly, intead call fill-find-break-point.
12410
12411 * textmodes/fill.el: Setup `fill-find-break-point-function'
12412 property to character sets which require `kinsoku' processing for
12413 filling.
12414 (fill-find-break-point): New function.
12415 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12416 Don't call kinsoku directly, intead call fill-find-break-point.
12417
12418 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12419
12420 * faces.el (modify-face-read-string): Return (nil) for "none".
12421 (modify-face): Don't get error if (nil) is the argument.
12422 (face-try-color-list): Don't check whether nil is a valid color.
12423
12424 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12425
12426 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12427 Print message about each directory, even in batch mode.
12428
12429 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12430
12431 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12432 (ps-mule-string-char): No need to use sref.
12433 (ps-mule-next-index): No need to use sref.
12434
12435 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12436
12437 * files.el (revert-buffer-internal-hook): Add defvar.
12438
12439 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12440
12441 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12442
12443 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12444
12445 * international/mule-cmds.el (default-input-method): Fix custom type.
12446
12447 * net-utils.el (whois-server-list): Fix customization type.
12448
12449 * shell.el (shell-input-autoexpand): Fix customization group.
12450
12451 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12452
12453 * repeat.el (repeat): Handle keyboard macros properly.
12454 Handle new prefix arg after self-insert command.
12455
12456 * repeat.el: Don't include cl even at compile time.
12457 (repeat): Avoid using `loop'.
12458
12459 * simple.el (shell-command-on-region): Doc fix.
12460 (next-history-element): Special error message if no default.
12461
12462 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12463
12464 * ps-print.el (ps-print-buffer): Doc fix.
12465 (ps-despool): Likewise.
12466
12467 * arc-mode.el (arc-mode): Provide arc-mode.
12468
12469 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12470
12471 * ps-print.el (ps-print-buffer): Doc fix.
12472
12473 1998-10-14 Dave Love <fx@gnu.org>
12474
12475 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12476 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12477 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12478
12479 * progmodes/fortran.el (fortran-mode-map): Change "Join
12480 Continuation Line" to "Join Line".
12481 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12482
12483 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12484
12485 * progmodes/fortran.el (fortran-join-line): Use
12486 `delete-indentation' instead of issuing an error message if not on
12487 a continuation line. Provide for joining several lines using
12488 prefix arg.
12489
12490 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12491
12492 * term/pc-win.el (msdos-color-values): New variable.
12493 (x-color-values): New function, emulates its namesake from
12494 src/xfns.c.
12495 (msdos-bg-mode): Add all dark colors to those which return
12496 "dark".
12497
12498 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12499
12500 * replace.el (keep-lines, flush-lines, how-many):
12501 Don't ignore case if arg has upper case letters.
12502
12503 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12504
12505 * progmodes/vhdl-mode.el
12506 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12507 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12508 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12509 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12510 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12511 (vhdl-when): Fix indentation problem.
12512 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12513 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12514 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12515
12516 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12517
12518 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12519 (ls-lisp-insert-directory): Renamed from insert-directory.
12520 (insert-directory): New function.
12521
12522 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12523
12524 * simple.el (completion-fixup-function): Variable deleted.
12525 (completion-setup-function): Delete code for completion-fixup-function.
12526 * emacs-lisp/lisp.el (lisp-complete-symbol):
12527 Don't bind completion-fixup-function.
12528
12529 * files.el (find-file-wildcards): New option.
12530 (find-file-noselect): Handle wild cards, if enabled.
12531 (file-expand-wildcards): New function.
12532
12533 * simple.el (set-fill-column): Doc fix.
12534
12535 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12536
12537 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12538
12539 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12540
12541 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12542 Move declaration before first use.
12543 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12544 hif-math, hif-factor): Rename token to hif-token and token-list to
12545 hif-token-list.
12546 (hif-token, hif-token-list): Declare them.
12547 (hif-find-ifdef-block): Return cons of top and bottom point
12548 instead of setting dynamically bound variables.
12549 (hide-ifdef-block, show-ifdef-block): Use return value of
12550 hif-find-ifdef-block.
12551
12552 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12553
12554 * subr.el (read-passwd): Use clear-this-command-keys.
12555
12556 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12557
12558 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12559 and ...-for-write.
12560
12561 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12562
12563 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12564 responses to GROUP command, since this may be called from a timer
12565 with quit inhibited.
12566
12567 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12568
12569 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12570 set unconditional-jump to nil.
12571 (ccl-compile-read-multibyte-character): Return nil.
12572 (ccl-compile-write-multibyte-character): Likewise.
12573 (ccl-compile-translate-character): Likewise
12574 (ccl-compile-map-multiple): Likewise.
12575 (ccl-compile-map-single): Likewise.
12576
12577 * international/kinsoku.el: Add coding tag.
12578 (kinsoku-bol): Remove superfluous TAB in a string.
12579
12580 * international/mule-cmds.el (find-coding-systems-for-charsets):
12581 Delete `composition' (if any) from CHARSETS.
12582
12583 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12584
12585 * international/mule-cmds.el (setup-specified-language-environment):
12586 Add apropos-inhibit property.
12587 (describe-specified-language-support): Likewise.
12588
12589 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12590
12591 * international/mule.el (make-coding-system): Create -with-esc
12592 variant coding system.
12593
12594 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12595
12596 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12597 (next-file): Optionally offer to revert a file's buffer,
12598 if it has an existing buffer but the file has changed.
12599
12600 * info.el (Info-insert-dir): Detect and report problems
12601 in input files, such as "No Top node". Return with point
12602 at the beginning of the text.
12603 (Info-find-node): Reinsert the code to handle files
12604 with no tags table; it was deleted by mistake.
12605
12606 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12607
12608 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12609 texinfo-find-higher-level-node repeatedly find the same node.
12610 (texinfo-find-higher-level-node): Doc fix.
12611
12612 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12613
12614 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12615 (smtpmail-address-buffer): Add defvar.
12616 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12617
12618 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12619
12620 * ffap.el (ffap-machine-p-local): Fix editing error.
12621
12622 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12623
12624 * faces.el (frame-set-background-mode):
12625 Don't do anythung for text-only or MSDOS frame.
12626
12627 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12628
12629 * international/quail.el (quail-defrule): New optional arg APPEND.
12630 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12631
12632 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12633
12634 * gnus/pop3.el (pop3-open-server):
12635 Set process-coding-system-alist around open-network-stream.
12636
12637 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12638
12639 * files.el (save-buffer): Doc fix.
12640
12641 1998-10-07 Karl Heuer <kwzh@gnu.org>
12642
12643 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12644 return DEF unchanged, not nil. Simplify.
12645
12646 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12647
12648 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12649
12650 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12651
12652 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12653
12654 * net-utils.el (ftp, nslookup): Require comint.
12655 (network-service-connection): Likewise.
12656 (whois-server-name): Defaults to whois.arin.net
12657 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12658 (whois): Tries to guess the appropriate top-level domain server.
12659 (whois-get-tld): New function.
12660
12661 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12662 (dirtrack-debug-toggle): Added this function.
12663
12664 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12665
12666 * files.el (find-file-noselect): Switch to the correct buffer
12667 before checking find-file-literally, and allow non-nil non-t
12668 rawfile params.
12669
12670 1998-10-06 Karl Heuer <kwzh@gnu.org>
12671
12672 * midnight.el (clean-buffer-list): Add autoload cookie.
12673
12674 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12675 no-autosave.
12676 * tar-mode.el (tar-mode-revert): Likewise.
12677 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12678 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12679 * gnus/message.el (message-auto-save-directory): Renamed from
12680 message-autosave-directory. All references changed.
12681
12682 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12683
12684 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12685 string. Expose mime stuff while searching.
12686
12687 1998-10-06 Richard Stallman <rms@gnu.org>
12688
12689 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12690
12691 * replace.el (perform-replace): Position point properly
12692 before and after the recursive edit of C-r.
12693
12694 * progmodes/etags.el (tags-reset-tags-tables): Properly
12695 find the markers in the old rings that are being discarded.
12696
12697 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12698
12699 * apropos.el (apropos-print): Control invalid characters.
12700
12701 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12702 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12703 confusing customize.
12704
12705 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12706
12707 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12708 built-in commands. Add more built-in commands and fix face names.
12709
12710 1998-10-05 Simon Marshall <simon@gnu.org>
12711
12712 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12713
12714 1998-10-04 Eric Ludlam <zappo@gnu.org>
12715
12716 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12717 customization since it is not useful in this case.
12718 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12719 sure it gets evalled to a number. Also verify that set-frame-name
12720 fn exists before calling it.
12721
12722 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12723 Protect a `forward-sexp' call which could fail, and improved regex
12724 for ie, and eg abbreviations.
12725
12726 1998-10-02 Noah Friedman <friedman@splode.com>
12727
12728 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12729 send-string.
12730 (rlogin-send-Ctrl-D): Here also.
12731 (rlogin-send-Ctrl-Z): Here also.
12732 (rlogin-send-Ctrl-backslash): Here also.
12733
12734 1998-10-02 Dave Love <fx@gnu.org>
12735
12736 * outline.el (hide-region-body): Bind
12737 outline-view-change-hook to nil while making repeated calls to
12738 outline-flag-region. Run it once at the end.
12739 (hide-other, hide-sublevels, show-children): Likewise.
12740
12741 * info-look.el: Remove duplicate scheme-mode entry.
12742 (info-lookup-make-completions): When looking for entries, check
12743 that `item' isn't null or "Menu".
12744
12745 1998-10-01 Karl Heuer <kwzh@gnu.org>
12746
12747 * net-utils.el: Don't require ffap.
12748 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12749 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12750
12751 1998-09-30 Richard Stallman <rms@gnu.org>
12752
12753 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12754
12755 * imenu.el (imenu--generic-function): Sort each submenu by position.
12756 (imenu--sort-by-position): New function.
12757
12758 * cus-edit.el (Custom-mode-menu): Fix info node name.
12759 (customize group): Fix info node name.
12760
12761 * mail/mailalias.el (build-mail-aliases): Don't allow
12762 a newline in the alias name. Don't define an alias
12763 if the definition would be empty.
12764
12765 * which-func.el (which-func-mode-global): Make :set function
12766 more reliable.
12767
12768 * custom.el (custom-set-variables): Load the requests first,
12769 then check the symbol's `set' function.
12770
12771 * ffap.el: Doc fixes.
12772
12773 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12774
12775 * gnus.el: (gnus-valid-select-methods): Fix type.
12776 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12777 * gnus-score.el (gnus-orphan-score): Fix type.
12778 (gnus-score-default-header, gnus-score-default-type): Fix type.
12779 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12780 (gnus-saved-headers): Fix type.
12781
12782 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12783 Avoid nil value of `two-lines-citation-part'.
12784
12785 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12786
12787 * which-func.el (which-function): Handle case when
12788 (car imenu--index-alist) is nil.
12789
12790 1998-09-29 Dave Love <fx@gnu.org>
12791
12792 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12793 bzip2 args.
12794
12795 1998-09-29 Simon Marshall <simon@gnu.org>
12796
12797 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12798 comint-exec-hook.
12799
12800 1998-09-29 Stephen Eglen <stephen@gnu.org>
12801
12802 * info-look.el: Add support for Octave.
12803
12804 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12805
12806 * textmodes/reftex.el (reftex-finding-files): New customize group.
12807 (reftex-texpath-environment-variables,
12808 reftex-use-external-file-finders, reftex-external-file-finders,
12809 reftex-search-unrecursed-path-first): New options.
12810 (reftex-process-string, reftex-find-file-externally): New
12811 functions.
12812 (reftex-access-search-path): Execute shell commands to find the
12813 search path.
12814 (reftex-toggle-auto-view-crossref): When turning on, make sure
12815 `reftex-auto-view-crossref' becomes non-nil.
12816 (reftex-abbrev-regexp): Constant removed.
12817 (reftex-convert-string): Abbrev regexp calculated locally.
12818
12819 1998-09-28 Dave Love <fx@gnu.org>
12820
12821 * progmodes/fortran.el: Don't call regexp-opt when deriving
12822 font-lock patterns with keywords that aren't all literal.
12823
12824 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12825
12826 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12827 the form `octave.bin:1>' which come from using precopiled binary
12828 versions.
12829
12830 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12831
12832 * help.el (help-for-help): Use %THIS-KEY%.
12833 (help-quit): Add doc.
12834
12835 * help-macro.el (make-help-screen): Keep HELP-TEXT
12836 in a separate function definition, not in the help command FNAME.
12837 Replace %THIS-KEY% with the key sequence that ran FNAME.
12838
12839 1998-09-25 Richard Stallman <rms@gnu.org>
12840
12841 * textmodes/texinfo.el (texinfo-show-structure):
12842 Bind inhibit-read-only.
12843
12844 * isearch.el (isearch-search-and-update): Properly
12845 handle upper case letters in the reverse-search special case.
12846
12847 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12848
12849 * gnus.el: Extend the list of autoloaded functions.
12850
12851 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12852 buffer before creating help group. (from Gnus v5.6.43, fix by
12853 1998-08-20 Per Starback <starback@update.uu.se>)
12854
12855 * gnus-util.el (gnus-output-to-rmail): Adjust to
12856 `rmail-output-to-rmail-file'.
12857
12858 1998-09-25 Karl Heuer <kwzh@gnu.org>
12859
12860 * hexl.el (hexl-mode-map): More of previous change.
12861
12862 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12863 (tex-start-tex): Don't use tex-start-options-string in star case.
12864 Quote file name in star case as well as in non-star.
12865 Add blank and quoting of option string here.
12866 (tex-start-options-string): Not here.
12867
12868 1998-09-23 Karl Heuer <kwzh@gnu.org>
12869
12870 * term.el (term-delimiter-argument-list): Doc fix.
12871 (term-emulate-terminal): Escape literal semicolon.
12872 * progmodes/asm-mode.el (asm-mode): Doc fix.
12873 (asm-comment-char): Escape literal semicolon.
12874 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12875
12876 1998-09-23 Richard Stallman <rms@gnu.org>
12877
12878 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12879 only those that normally modify the buffer.
12880
12881 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12882 over again.
12883
12884 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12885
12886 * ispell.el (check-ispell-version): Ensure same buffer is current
12887 when let-binding of case-fold-search ends.
12888
12889 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12890
12891 * ps-print.el: Skip invisible overlay.
12892 Test for set-buffer-multibyte rather than using mule-version.
12893 (ps-print-version): New version number (4.1) and doc fix.
12894 (ps-generate-postscript-with-faces): Skip invisible overlay.
12895
12896 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12897
12898 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12899
12900 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12901
12902 * international/quail.el (quail-update-guidance): Check for the
12903 return value of (quail-guidance) fixed.
12904 (quail-update-translation): Bind quail-current-str locally when it
12905 calls quail-update-guidance.
12906 (quail-update-translation): If input-method-exit-on-first-char is
12907 non-nil, terminate translation only when the current input method
12908 is simple.
12909
12910 1998-09-22 Paul Eggert <eggert@twinsun.com>
12911
12912 * startup.el (locale-translation-file-name): Prefer X-related names
12913 to the name used by GNU/Linux sans X. Set to nil if no file found.
12914 (command-line): Use locale-translation-file-name if it is not nil,
12915 instead of testing for its existence again.
12916 regexp-quote the ctype before using it in a regexp.
12917 Allow a colon to appear after the ctype in the aliases file,
12918 as is done in X11R6.4.
12919
12920 1998-09-21 Richard Stallman <rms@gnu.org>
12921
12922 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12923
12924 * calendar/appt.el (appt-interval): Variable deleted.
12925 (appt-check): For minutes in between appt-display-interval times,
12926 do check, but don't display anything except an updated mode line.
12927 Count against appt-display-interval based on minutes since
12928 first display of this appointment, not based on time of day.
12929 If appt-display-mode-line, force mode line redisplay
12930 whenever appt-mode-string has changed.
12931 (appt-add, appt-delete): Add autoload cookies.
12932 (appt-check): Catch errors from calling `diary'.
12933 (appt-max-time): Renamed from max-time.
12934 (appt-now-displayed, appt-display-count): New variables.
12935 (appt-timer): Don't create one if we already have one.
12936
12937 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12938 More general code to use the source buffer instead of the zap file.
12939
12940 * hilit-chg.el (highlight-compare-with-file): Renamed from
12941 compare-with-file.
12942
12943 * loadhist.el (load-history-loaded): New variable.
12944 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12945
12946 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12947
12948 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12949 Fix error messages.
12950
12951 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12952
12953 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12954 Emacs frame.
12955
12956 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12957
12958 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12959 `undecided' and `undecided-unix'.
12960
12961 1998-09-21 Dave Love <fx@gnu.org>
12962
12963 * help.el (help-make-xrefs): Fix typo affecting Info references.
12964
12965 * subr.el (remove-hook): Check list values to avoid errors.
12966
12967 1998-09-18 Noah Friedman <friedman@splode.com>
12968
12969 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12970 store string in eldoc-last-message without consing a new string.
12971 Rearrange logic from nested if's into cond's.
12972 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12973 Do not print message; just return string.
12974 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12975 Do not print message; just return string.
12976 Cache that string in eldoc-last-data.
12977 (eldoc-last-data): Make into a vector.
12978 (eldoc-get-fnsym-args-string): Use new data form of structure.
12979 (eldoc-get-var-docstring): Here also.
12980 (eldoc-last-data-store): New function.
12981 (eldoc-get-fnsym-args-string): Use it.
12982 (eldoc-get-var-docstring): Here also.
12983 (eldoc-docstring-first-line): Minimize interim string consing.
12984 Call substitute-command-keys on the result.
12985 (eldoc-print-var-docstrings, eldoc-print-docstring,
12986 eldoc-docstring-message): Functions removed.
12987 (eldoc-docstring-format-sym-doc): New function, functionality
12988 ripped out of eldoc-docstring-message.
12989 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12990
12991 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12992
12993 * international/mule.el (make-coding-system): Doc-string modified.
12994
12995 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12996
12997 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12998
12999 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13000 customize type.
13001
13002 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13003 type.
13004
13005 * progmodes/compile.el (compilation-error-screen-columns): New
13006 variable.
13007 (compilation-next-error-locus): Use it to decide whether to use
13008 forward-char or move-to-column.
13009
13010 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13011
13012 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13013 feedmail-fiddle-plex-user-list,
13014 feedmail-spray-address-fiddle-plex-list,
13015 feedmail-prompt-before-queue-user-alist,
13016 feedmail-prompt-before-queue-help-supplement,
13017 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13018 feedmail-queue-alternative-mail-header-separator): Fix customize
13019 type.
13020
13021 * startup.el (site-run-file): Fix customize type.
13022
13023 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13024 customize type.
13025
13026 * shell.el (shell-input-autoexpand): Fix customize type.
13027
13028 * ps-print.el (ps-font-info-database): Add missing dots in value.
13029 Improve layout of customize type.
13030
13031 * net-utils.el (traceroute-program-options, ping-program-options,
13032 ipconfig-program-options, netstat-program-options,
13033 arp-program-options, route-program-options,
13034 nslookup-program-options, ftp-program-options): Fix customize
13035 type.
13036
13037 * midnight.el (clean-buffer-list-kill-regexps,
13038 clean-buffer-list-kill-buffer-names,
13039 clean-buffer-list-kill-never-buffer-names,
13040 clean-buffer-list-kill-never-regexps): Fix customize type.
13041
13042 * man.el (Man-init-defvars): Avoid trailing nil on
13043 Man-filter-list.
13044
13045 * lpr.el (printer-name): Fix customize type.
13046
13047 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13048
13049 * international/mule-cmds.el (reset-language-environment): Call
13050 update-coding-systems-internal.
13051
13052 * international/mule-conf.el: Call update-coding-systems-internal
13053 at the tail.
13054
13055 1998-09-14 Dave Love <fx@gnu.org>
13056
13057 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13058 use the menu-enable properties, pending doing it correctly and
13059 acceptably fast.
13060
13061 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13062
13063 1998-09-13 Dave Love <d.love@dl.ac.uk>
13064
13065 * progmodes/hideshow.el (hs-grok-mode-type): Check
13066 comment-{start,end} non-nil as well as bound. Report an error if
13067 we can't grok the mode.
13068
13069 1998-09-13 Richard Stallman <rms@gnu.org>
13070
13071 * simple.el (blink-matching-open): Don't log paren matching
13072 messages in *Messages*.
13073
13074 1998-09-12 Richard Stallman <rms@gnu.org>
13075
13076 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13077 Set point-before-scroll at end even if there was an error.
13078
13079 * ange-ftp.el (ange-ftp-insert-file-contents):
13080 Use binary mode for dumb-unix hosts as for unix hosts.
13081 (ange-ftp-copy-file-internal): Likewise.
13082
13083 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13084
13085 * emacs-lisp/pp.el: Doc fixes.
13086
13087 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13088 (widget-choose): Don't use single-char shortcuts if # items
13089 exceeds that many. Use minibuffer instead.
13090
13091 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13092
13093 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13094
13095 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13096
13097 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13098 in terminal mode.
13099
13100 1998-09-10 Noah Friedman <friedman@splode.com>
13101
13102 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13103 defcustom declaration. It's wreaking too much havoc with XEmacs
13104 and older versions of Emacs, which share this code.
13105
13106 * type-break.el (type-break-mode): Here also.
13107
13108 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13109 `t' to add-hook also to modify the new local value.
13110
13111 1998-09-10 Dave Love <fx@gnu.org>
13112
13113 * vc.el (vc-insert-headers): Doc fix.
13114
13115 1998-09-10 Richard Stallman <rms@gnu.org>
13116
13117 * textmodes/flyspell.el (flyspell-mode-on): Make the
13118 ispell-... variables permanent locals.
13119 (flyspell-mode-off): Add autoload cookie.
13120
13121 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13122 do use binary mode, just as for `unix'.
13123 (ange-ftp-host-type): If HOST is nil, return `unix'.
13124
13125 * dired.el (dired-mark-files-containing-regexp):
13126 Don't scan directories. Ignore non-readable files.
13127
13128 * progmodes/compile.el (compilation-error-regexp-alist):
13129 Fix previous change: allow . and _ in command name.
13130
13131 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13132
13133 * uncompress.el (uncompress-while-visiting):
13134 Use just the car of what find-operation-coding-system returns.
13135
13136 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13137
13138 * shell.el (shell-file-name-quote-list): Add # to the value.
13139
13140 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13141
13142 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13143 to make killing of ispell process work even if
13144 kill-all-local-variables has been run.
13145
13146 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13147
13148 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13149 loop when sexp entry ends at end of file with no newline.
13150
13151 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13152
13153 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13154 (Custom-reset-standard): Fix menu inconsistency.
13155
13156 * mail/feedmail.el (feedmail-from-line): Allow t.
13157 (feedmail-message-id-suffix): Allow nil.
13158
13159 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13160 Simplify. Make prefix arg work right.
13161
13162 1998-09-09 Dave Love <fx@gnu.org>
13163
13164 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13165
13166 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13167
13168 1998-09-08 Dave Love <fx@gnu.org>
13169
13170 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13171 stuff only after file names or at start of line. Allow parens
13172 around e-mail, as well as angles.
13173
13174 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13175 ignore-errors too, eval'd when compile. Require w3 stuff at load
13176 time for nicer failure if it's not available.
13177
13178 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13179
13180 * comint.el (comint-arguments): Ignore backslashes when using
13181 w32 shells that expect backslashes as the directory separator.
13182
13183 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13184
13185 * international/fontset.el (resolved-ascii-font): New variable.
13186 (x-complement-fontset-spec): By side effect, set
13187 `resolved-ascii-font' to the resolved name of ASCII font."
13188 (create-fontset-from-fontset-spec): Don't get a value for
13189 resolved-ascii-font from the list full-fontlist. It is set by
13190 x-complement-fontset-spec now.
13191
13192 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13193 version, check the value of mule-version.
13194
13195 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13196
13197 * textmodes/reftex.el (reftex-view-crossref): Split up into
13198 several functions. No longer moves to find a macro.
13199 (reftex-view-cr-cite, reftex-view-cr-ref,
13200 reftex-end-of-bib-entry): New functions.
13201 (reftex-auto-view-crossref): New value `window' allowed.
13202 (reftex-view-crossref-when-idle): Process new `window' option in
13203 (reftex-translate-to-ascii-function): New default.
13204 (reftex-label-illegal-re): Default changed, removed Latin1.
13205 (reftex-latin1-to-ascii): New function.
13206 (reftex-what-environment): Check for section regexp before use.
13207 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13208 absolute path names.
13209 (reftex-TeX-master-file): Changed sequence of file checks.
13210 (reftex-do-citation): bibview cache only with RefTeX mode on.
13211
13212 1998-09-06 Richard Stallman <rms@gnu.org>
13213
13214 * progmodes/compile.el (compilation-error-regexp-alist):
13215 In first pattern (GNU utilities and other things),
13216 allow a space after the optional program name at the beginning.
13217
13218 * mail/mail-hist.el (mail-hist-current-header-contents):
13219 Fix previous change: use mail-header-end.
13220
13221 1998-09-06 Bill Richter <richter@math.nwu.edu>
13222
13223 * international/ccl.el: Doc fixes.
13224 * international/encoded-kb.el: Doc fixes.
13225 * international/fontset.el: Doc fixes.
13226 * international/kinsoku.el: Doc fixes.
13227 * international/kkc.el: Doc fixes.
13228 * international/mule-cmds.el: Doc fixes.
13229 * international/mule-conf.el: Doc fixes.
13230 * international/mule-util.el: Doc fixes.
13231 * international/mule.el: Doc fixes.
13232
13233 1998-09-05 Eric Ludlam <zappo@gnu.org>
13234
13235 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13236 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13237 (checkdoc-this-string-valid-engine): Permit ? as terminating
13238 punctuation for first line sentence breaking.
13239 (checkdoc-this-string-valid): When converting a comment into a doc
13240 string, make sure " chars are \".
13241 (checkdoc-sentencespace-region-engine): Only do double space check
13242 if based on the variable `sentence-end-double-space'
13243 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13244 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13245
13246 1998-09-04 Richard Stallman <rms@gnu.org>
13247
13248 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13249 Recognize define-skeleton as a function definer.
13250
13251 * cus-edit.el (customize-option): Refuse to customize
13252 a variable that has no defcustom. But if variable is autoloaded,
13253 first try to load the library that defines it.
13254
13255 * international/iso-insert.el: Use `string' before calling `insert'
13256 so that in multibyte buffers we insert multibyte chars.
13257
13258 * dired.el (dired-mark-files-containing-regexp):
13259 Don't use find-file; instead, insert the file in a temp buffer.
13260
13261 * textmodes/tex-mode.el (tex-start-options-string): New option.
13262 (tex-start-tex): Use that variable.
13263
13264 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13265 value in the `repeat' alternative a list.
13266
13267 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13268 the inserted newline, verify that one was really inserted.
13269
13270 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13271 remains on or remains off.
13272 (flyspell-multi-language-p): Default changed to nil.
13273
13274 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13275 In "found in comment" case, don't beginning-of-line after forward-line.
13276
13277 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13278 If the function definition is not a lambda, return original FORM
13279 with no error.
13280
13281 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13282
13283 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13284 so that by default netstat shows all network connections.
13285
13286 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13287
13288 * international/quail.el: Doc fixes.
13289
13290 * info.el (info): Don't add parens if FILE already has them.
13291
13292 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13293
13294 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13295 on extension lines.
13296
13297 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13298
13299 * w32-fns.el (w32-shell-dos-semantics): New function.
13300
13301 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13302
13303 * international/quail.el (quail-choose-completion-string): Store
13304 completion `choice' in `quail-current-str'; don't insert it.
13305
13306 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13307
13308 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13309 argument to ps-mule-generate-bitmap-font.
13310
13311 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13312 entry and change Latin-1 entry in the default value.
13313 (ps-mule-font-info-database-ps-bdf): New variable.
13314 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13315 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13316 registerd in FONT-SPEC.
13317 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13318 charcter width of bitmap fonts.
13319 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13320 procedure NF.
13321 (ps-begin-file): Output PostScript code for setting
13322 SpaceWidthRatio.
13323 (ps-plot-region): Use line-beginning-position to get a position of
13324 the beginning of the current line.
13325
13326 * international/mule-cmds.el (register-input-method): Doc-string
13327 modified.
13328
13329 1998-09-01 Dave Love <fx@gnu.org>
13330
13331 * international/mule-cmds.el (current-language-environment): Fix
13332 setter function.
13333
13334 1998-09-01 Simon Marshall <simon@gnu.org>
13335
13336 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13337 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13338 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13339 names with font-lock-type-face. Fontify type specs, etc., with
13340 font-lock-keyword-face.
13341
13342 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13343
13344 * international/fontset.el (x-complement-fontset-spec): If ASCII
13345 font is specified in FONTLIST, don't substitute it for the
13346 resolved name.
13347
13348 1998-08-31 Paul Eggert <eggert@twinsun.com>
13349
13350 * international/mule.el (charset-description): Doc fix.
13351
13352 * language/chinese.el, language/cyrillic.el, language/czech.el,
13353 language/devanagari.el, language/ethiopic.el,
13354 language/european.el, language/hebrew.el, language/indian.el,
13355 language/japanese.el, language/korean.el, language/lao.el,
13356 language/slovak.el, language/thai.el, language/tibetan.el,
13357 language/vietnamese.el:
13358 Add coding: local variable, to avoid bootstrapping problem
13359 if you need to recompile all the Lisp files using interpreted code.
13360
13361 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13362
13363 * cal-china.el (chinese-year-cache): Change range of years from
13364 1989-2000 to 1990-2010.
13365
13366 1998-08-29 Dave Love <d.love@dl.ac.uk>
13367
13368 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13369 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13370
13371 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13372
13373 * ps-print.el (ps-print-control-characters): Doc-string modified.
13374 (ps-output-string-prim): Comment format changed.
13375 (ps-do-despool): Indentation of source code changed.
13376
13377 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13378
13379 * subr.el (sref): Make it an alias of aref. Make the
13380 byte-compiler warn that it is obsolete.
13381 (char-bytes): Make the byte-compiler warn that it is obsolete.
13382
13383 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13384 Calculate the total bytes using position-bytes instead of
13385 char-bytes.
13386
13387 1998-08-27 Karl Heuer <kwzh@gnu.org>
13388
13389 * snmp-mode.el: New file.
13390 * files.el (auto-mode-alist): Add snmp-mode patterns.
13391
13392 1998-08-27 Karl Eichwalder <ke@suse.de>
13393
13394 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13395
13396 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13397
13398 * calendar/diary-lib.el (diary-block): Doc fix..
13399 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13400
13401 1998-08-27 Richard Stallman <rms@gnu.org>
13402
13403 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13404 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13405 Clear appt-mode-string if we don't put something in it.
13406
13407 1998-08-27 Dave Love <fx@gnu.org>
13408
13409 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13410 dired-local-variables-file for dired-x.
13411
13412 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13413 for compressed library files too.
13414
13415 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13416
13417 * language/european.el ("Latin-1"): Modify `documentation' key value.
13418 ("Latin-2"): Likewise.
13419
13420 1998-08-26 Karl Heuer <kwzh@gnu.org>
13421
13422 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13423
13424 1998-08-26 Albert L. Ting <alt@artisan.com>
13425
13426 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13427 (mail-hist-current-header-contents): Use mail-text-start.
13428
13429 1998-08-26 Richard Stallman <rms@gnu.org>
13430
13431 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13432 (customize-changed-options-previous-release): New variable.
13433 (customize-changed-options): Use that variable as default arg.
13434
13435 1998-08-26 Karl Eichwalder <ke@suse.de>
13436
13437 * midnight.el: Require `timer' not only when compiling.
13438
13439 1998-08-26 Per Starback <starback@update.uu.se>
13440
13441 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13442 buffer before creating help group.
13443
13444 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13445
13446 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13447 coding-system-for-write before saving.
13448
13449 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13450
13451 * isearch.el (isearch-forward): Doc fix.
13452
13453 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13454
13455 * emacs-lisp/find-func.el: Fix :version tags to have a string
13456 value, not a float.
13457
13458 * cus-dep.el: Fix typo in output.
13459
13460 1998-08-25 Dave Love <fx@gnu.org>
13461
13462 * repeat.el (repeat): Doc fix.
13463 [From rms:]
13464 (repeat-previous-repeated-command): New variable.
13465 (repeat): Check for real-last-command being null or repeat. Set
13466 repeat-previous-repeated-command.
13467
13468 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13469
13470 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13471
13472 * gnus/message.el (message-send-mail-with-sendmail): Bind
13473 coding-system-for-write by the return value of
13474 select-message-coding-system.
13475 (message-send-mail-with-qmail): Likewise.
13476
13477 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13478
13479 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13480 define-derived-mode.
13481
13482 * files.el (file-name-invalid-regexp):
13483 Fix regex for ms-dos without long file names.
13484
13485 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13486
13487 * ps-print.el: Multi-byte buffer handling.
13488 (ps-print-version): New version number (4.0) and doc fix.
13489 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13490 compilation for GNU Emacs and emacsens.
13491 (ps-generate-postscript-with-faces): Force invisible text to be
13492 visible.
13493 (dos-ps-printer): New var to avoid compilation gripes.
13494
13495 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13496
13497 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13498 that no more characters can't be printed in the current line.
13499
13500 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13501
13502 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13503 greater than TO.
13504
13505 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13506
13507 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13508 20.2 and the earlier version.
13509 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13510 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13511 (ps-mule-find-wrappoint): Likewise.
13512 (ps-mule-generate-font): Change `X' to `x' in format
13513 control-string.
13514 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13515 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13516 `restore' form procedures `BC' and `EC'.
13517
13518 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13519
13520 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13521 is an executable procedure. Make LineThickness, Xshadow, and
13522 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13523 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13524 ps-mule-font-info-database-bdf): New vars.
13525 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13526 (ccl-encode-ethio-unicode): New CCL program.
13527 (ps-mule-encode-ethiopic): New fun.
13528 (ps-mule-current-charset): New var.
13529 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13530 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13531 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13532 (ps-mule-external-libraries): New var.
13533 (ps-mule-init-external-library): New fun.
13534 (ps-mule-font-cache): New var.
13535 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13536 (ps-last-font): New var.
13537 (ps-mule-prepare-font): New fun.
13538 (ps-mule-charset-list): New var.
13539 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13540 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13541 ps-mule-plot-string): New funs.
13542 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13543 New vars.
13544 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13545 ps-mule-prepare-cmpchar-font): New funs.
13546 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13547 vars.
13548 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13549 ps-mule-generate-bitmap-glyph): New funs.
13550 (ps-mule-initialize, ps-mule-begin): New funs.
13551 (ps-output-string-prim): Insert string as unibyte.
13552 (ps-output-prologue): New fun.
13553 (ps-flush-output): Handle the case of 'prologue.
13554 (ps-begin-file): Call ps-mule-initialize.
13555 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13556 printing multibyte characters.
13557 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13558 (ps-basic-plot-string): Handle the case of printing ASCII
13559 characters by external libraries (e.g. BDF).
13560 (ps-set-font): Set ps-last-font.
13561 (ps-plot-region): Handle multibyte characters, use
13562 ps-mule-plot-string for them.
13563 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13564
13565 * bdf.el: New file.
13566
13567 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13568
13569 * international/mule-cmds.el (select-message-coding-system): New
13570 function.
13571 (set-language-environment-coding-systems): Set
13572 default-sendmail-coding-system.
13573
13574 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13575 (default-sendmail-coding-system): New variable.
13576 (sendmail-send-it): Encode the message by a coding system
13577 select-message-coding-system returns.
13578
13579 1998-08-23 Eric Ludlam <zappo@gnu.org>
13580
13581 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13582 (speedbar-mode): Set buffer to read only.
13583 (speedbar-temp-buffer-show-function): For emacs don't call hook
13584 with arguments.
13585 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13586
13587 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13588
13589 * speedbar.el (speedbar-key-map): Fix typo.
13590
13591 See ChangeLog.7 for earlier changes.