(add-change-log-entry): Merge the current entry with the
[bpt/emacs.git] / lisp / ChangeLog
1 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
2
3 * add-log.el (add-change-log-entry): Merge the current entry with the
4 previous one if the previous one is empty.
5
6 2000-05-26 Dave Love <fx@gnu.org>
7
8 * loadhist.el (unload-feature): Fix interactive spec [from
9 lijnzaad@ebi.ac.uk].
10
11 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12 subr-arity to check primitives.
13 (byte-compile-flush-pending, byte-compile-file-form-progn)
14 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
15 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16 mapcar.
17
18 2000-05-26 Kenichi Handa <handa@etl.go.jp>
19
20 * international/fontset.el: Set family names of non-latin charsets
21 in default fontset to "*".
22
23 * international/mule-diag.el (print-fontset): Combine family part
24 and registry part of the fontname by "-*-" instead of "-".
25
26 * international/mule-cmds.el (encode-coding-char): Make strings
27 multibyte before calling encode-coding-string.
28
29 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
30
31 * derived.el: Fix keywords.
32 (define-derived-mode): Only define if needed.
33
34 * simple.el (fill-comment, comment-column, comment-start)
35 (comment-start-skip, comment-end, comment-indent-function)
36 (block-comment-start, block-comment-end, indent-for-comment)
37 (set-comment-column, kill-comment, comment-padding, comment-region)
38 (comment-multi-line, indent-new-comment-line): Remove.
39
40 * bindings.el (esc-map): Change ; to comment-dwim and use the new
41 function names for comment operations.
42
43 * newcomment.el: Add abundant autoload cookies.
44 (comment-style): Don't depend on runtime data at compile-time.
45 (comment-indent-hook): Remove.
46 (comment-indent): Check if comment-indent-hook is bound.
47 (comment-region): Docstring fix.
48
49 2000-05-25 Dave Love <fx@gnu.org>
50
51 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
52 byte-code-function-p.
53
54 * mail/rmailsum.el: Add provide.
55
56 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
57
58 * smerge-mode.el (smerge-diff-switches): Don't use list* in
59 defcustom.
60
61 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
62
63 * ediff-diff.el (ediff-exec-process): delete --binary option from
64 non-buffer ediff jobs.
65
66 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
67
68 * hilit-chg.el (highlight-changes-mode): Ask about color or
69 grayscale support, not about window-system.
70
71 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
72 window-system.
73 (ffap-highlight): Always default to t.
74
75 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
76 display-popup-menus-p instead of looking at window-system.
77
78 * disp-table.el (standard-display-g1, standard-display-graphic):
79 Only refuse to use string glyphs on X and MS-Windows.
80
81 * avoid.el: Remove window-system from commentary, suggest to use
82 display-*-p instead.
83
84 * apropos.el (apropos-print): Use display-mouse-p instead of
85 window-system.
86
87 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
88
89 * international/codepage.el (cp-decoding-vector-for-codepage):
90 Fill up unsupported characters with their own codes. From Kenichi
91 Handa.
92
93 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
94
95 * international/mule-diag.el (describe-char-after): Use
96 display-graphic-p instead of window-system, so that this function
97 works on MS-DOS.
98
99 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
100
101 * international/codepage.el (cp-make-coding-systems-for-codepage):
102 Remove the eight-bit-graphic and eight-bit-control charsets from
103 the list of charsets which we convert into `?'.
104
105 2000-05-25 Kenichi Handa <handa@etl.go.jp>
106
107 * international/mule-conf.el: Specify CHARSET-ID explicitely for
108 private charsets.
109 (mule-unicode-0100-24ff, japanese-jisx0213-1,
110 japanese-jisx0213-2): New charsets.
111
112 * international/fontset.el: Setup default fontset for new charsets.
113
114 2000-05-24 Dave Love <fx@gnu.org>
115
116 * info.el (Info-find-node-2): Restructure [following "Vadim
117 S. Solomin" <sovs@uic.nnov.ru>].
118
119 * icomplete.el: Fix header for Finder.
120
121 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
122
123 * rmailout.el (rmail-output-to-rmail-file): Added optional param
124 STAY.
125
126 * rmail.el (rmail-automatic-folder-directives): New user variable.
127 (rmail-show-message): Add call to `rmail-auto-file' during
128 display.
129 (rmail-auto-file): New function.
130
131 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
132
133 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
134 account.
135 (ediff-test-utility,ediff-diff-mandatory-option)
136 (ediff-reset-diff-options): Utilities for proper initialization of
137 ediff-diff-options and ediff-diff3-options on Windows.
138
139 * ediff-init.el (ediff-merge-filename-prefix): New customizable
140 variable.
141
142 * ediff-mult.el (ediff-filegroup-action): Use
143 ediff-merge-filename-prefix.
144
145 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
146
147 * viper-ex.el (ex-write): Set selective display to nil.
148
149 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
150
151 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
152 aliases for hebrew-iso-8bit.
153
154 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * woman.el: New version from Francis J. Wright
157 <F.J.Wright@Maths.QMW.ac.uk>.
158 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
159 names in environment variables regardless of the path separator.
160 (woman-topic-all-completions-1): Don't call file-name-directory-p
161 on all files, since woman-file-regexp already filters out any
162 directories.
163
164 2000-05-24 Kenichi Handa <handa@etl.go.jp>
165
166 * international/quail.el (quail-start-translation): Don't change
167 modified-p of the current buffer.
168 (quail-start-conversion): Likewise.
169
170 * international/kkc.el (kkc-region): Don't change modified-p of
171 the current buffer.
172
173 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
174 conform to RFC1468.
175 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
176
177 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
178
179 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
180 (speedbar-insert-button): Invisible text property fix.
181 (speedbar-directory-plus): Renamed from speedbar-directory-+
182 (speedbar-directory-minus): Renamed from speedbar-directory--
183 (speedbar-page-plus): Renamed from speedbar-file-+
184 (speedbar-page-minus): Renamed from speedbar-file--
185 (speedbar-page): Renamed from speedbar-file-
186 (speedbar-tag): Renamed from speedbar-tag-
187 (speedbar-tag-plus): Renamed from speedbar-tag-+
188 (speedbar-tag-minus): Renamed from speedbar-tag--
189 (speedbar-expand-image-button-alist): Use above renames.
190
191 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
192 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
193 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
194 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
195 * sb-pg.xpm: Renamed from sb-file.xpm
196 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
197 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
198
199 2000-05-24 Kenichi Handa <handa@etl.go.jp>
200
201 * international/quail.el (quail-show-guidance-buf): Set
202 current-input-method of the guidance buffer to the name of the
203 curren input method.
204
205 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
206
207 * progmodes/compile.el (compile-internal): Style typo.
208
209 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
210 quote vars and functions in the docstring.
211
212 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
213
214 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
215 Don't quote lambdas.
216
217 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
218
219 2000-05-23 Gerd Moellmann <gerd@gnu.org>
220
221 * startup.el (command-line): Determine source file of compiled
222 user init file differently. Warn if compiled user init file
223 is older than its source file.
224
225 * ffap.el (ffap-url-regexp): Add `https'.
226
227 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
228
229 * files.el (make-backup-file-name-1): Replace slashes with `!'
230 rather than `|' (which is not allowed on Windows). Replace the
231 drive letters with a string "drive_X".
232
233 2000-05-23 Gerd Moellmann <gerd@gnu.org>
234
235 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
236
237 * files.el (interpreter-mode-alist): Add `bash2'.
238
239 2000-05-22 Dave Love <fx@gnu.org>
240
241 * loadhist.el (feature-symbols, file-provides, file-requires): Use
242 mapc.
243 (feature-file): Avoid calling symbol-name. Doc fix.
244 (file-set-intersect, file-dependents): Use dolist, not mapcar.
245 (loadhist-hook-functions): Add mouse-position-function.
246 (unload-feature): Change uses of mapcar.
247
248 * files.el (parse-colon-path): Doc fix.
249 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
250 (set-auto-mode): Use mapc.
251
252 * complete.el (PC-look-for-include-file): Use :alnum: character
253 class.
254 (partial-completion-mode): Add autoload cookie.
255
256 2000-05-22 Sam Steingold <sds@gnu.org>
257
258 * info.el (Info-fontify-node): Fixed the call to
259 `add-text-properties' (bug introduced on 2000-05-18).
260
261 2000-05-22 Dave Love <fx@gnu.org>
262
263 * bindings.el: Remove debug-ignored-errors set in other files.
264
265 * progmodes/etags.el: Add to debug-ignored-errors.
266 (visit-tags-table-buffer): Clear out buffers holding old tables
267 when making a new list.
268 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
269 mapc.
270
271 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
272 quote keywords.
273 (cmpl-string-case-type): Use character classes.
274
275 * comint.el:
276 * textmodes/ispell.el:
277 * imenu.el:
278 * mail/mh-e.el:
279 * progmodes/compile.el: Add to debug-ignored-errors.
280
281 * dabbrev.el: Add to debug-ignored-errors.
282 (dabbrev-completion): Use mapc.
283
284 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
285
286 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
287 (woman-mapcan, woman-parse-man.conf)
288 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
289 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
290 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
291 path syntax better.
292 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
293 (woman-manpath): Call woman-parse-man.conf.
294 (woman-emulation): New defcustom, defaults to nroff.
295 (woman-font-support): New defconst.
296 (woman-use-symbol-font): New defcustom.
297 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
298 "Emulation".
299 Many functions: Doc fix.
300
301 2000-05-22 Kenichi Handa <handa@etl.go.jp>
302
303 * international/quail.el (quail-simple-translation-keymap): Map
304 128..255 to quail-self-insert-command.
305 (quail-keyboard-layout-alist): Add definition for "pc102-de".
306
307 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
308
309 * help.el (help-manyarg-func-alist): Typo.
310
311 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
312 intervals which makes it heaps simpler.
313
314 * newcomment.el (comment-region-internal): Go back to BEG after quoting
315 the nested comment markers.
316
317 * subr.el (remove-hook): Don't turn the hook's value into a list.
318
319 2000-05-21 Dave Love <fx@gnu.org>
320
321 * edmacro.el (edmacro-parse-keys): Return vector if any elements
322 are invalid characters.
323
324 * international/mule-util.el (detect-coding-with-priority): Use
325 mapc. Remove redundant lambda.
326
327 * international/mule-diag.el (list-non-iso-charset-chars)
328 (describe-fontset): Remove redundant lambda.
329
330 * emulation/crisp.el (brief-mode): New alias.
331
332 * emacs-lisp/ring.el (ring-elements): New function.
333
334 * emacs-lisp/easymenu.el (easy-menu-create-menu)
335 (easy-menu-do-add-item): Use keywordp.
336
337 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
338
339 * replace.el: Doc and error message fixes.
340 (replace-highlight): Use facep, not internal-find-face.
341
342 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
343
344 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
345
346 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
347 (log-edit-insert-changelog): Drop `:' as well.
348
349 * log-view.el: Fix file description.
350 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
351 available.
352 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
353 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
354
355 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
356 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
357 Print a status message if the toggle is called interactively.
358 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
359 for global minor modes and use `defcustom' for them.
360 Use add-minor-mode.
361 (easy-mmode-define-derived-mode): Remove.
362 (define-derived-mode): Fancier default docstring.
363 (easy-mmode-define-navigation): Signal an error rather than (ding).
364
365 * newcomment.el (comment-styles): New `box-multi'.
366 (comment-normalize-vars): Better default for comment-continue to
367 avoid whitespace-only continuations.
368 (comment-search-forward): Always move even in the no-syntax case.
369 (comment-padright): Only obey N if it's only obeyed for padleft.
370 (comment-make-extra-lines): Better handling of empty continuations.
371 Use `=' for the filler if comment-start has only one character.
372 (uncomment-region): Try handling the special `=' filler.
373 (comment-region): Allow LINES even if MULTI is nil.
374 (comment-box): Choose box style based on comment-style.
375
376 2000-05-20 Kenichi Handa <handa@etl.go.jp>
377
378 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
379 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
380
381 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
382
383 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
384 and insert, not subst-char-in-region.
385
386 * international/mule-diag.el (list-character-sets-1): Handle
387 charsets eight-bit-control and eight-bit-graphic.
388 (list-iso-charset-chars): Likewise.
389 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
390 charactes as is. Use indent-to to align characters.
391
392 * international/mule-cmds.el (find-multibyte-characters): Never
393 exclude charsets eight-bit-control and eight-bit-graphic.
394
395 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
396
397 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
398 Don't quote lambdas.
399
400 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
401
402 2000-05-19 Gerd Moellmann <gerd@gnu.org>
403
404 * gud.el (gud-jdb-directories): Doc fix.
405
406 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
407
408 * newcomment.el: New file.
409
410 2000-05-19 Gerd Moellmann <gerd@gnu.org>
411
412 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
413
414 2000-05-18 Andreas Schwab <schwab@suse.de>
415
416 * dired.el (dired-between-files): Also skip lines beginning with
417 `used'.
418
419 2000-05-18 Gerd Moellmann <gerd@gnu.org>
420
421 * msb.el (msb-menu-cond): Add choice `user'.
422
423 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
424
425 * ps-print.el: Compatibility, customization and doc fix.
426 (ps-printer-name-option): Replace defconst by defvar.
427 (ps-postscript-code-directory): XEmacs compatibility.
428 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
429 fix.
430 (ps-user-defined-prologue, ps-print-prologue-header)
431 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
432 compatibility and code fix.
433 (ps-print-background-image, ps-print-background-text):
434 Customization fix.
435 (ps-line-number-start, ps-n-up-on): New vars.
436
437 2000-05-18 Espen Skoglund <esk@ira.uka.de>
438
439 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
440 the indent-comment function to just return the appropriate indent.
441
442 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
443
444 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
445 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
446 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
447
448 2000-05-18 Dave Love <fx@gnu.org>
449
450 * info.el (Info-fontify-node): Add intangible property as well as
451 invisible.
452
453 * calendar/appt.el (appt-make-list): Match all lines of entry.
454 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
455
456 2000-05-18 Kenichi Handa <handa@etl.go.jp>
457
458 * international/mule-diag.el (describe-char-after): Call
459 internal-char-font, not char-font. If internal-char-font returns
460 nil, display "-- none --".
461
462 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * image.el (image-type-available-p): Don't reference image-types
465 if it isn't bound.
466
467 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
468
469 * autoarg.el (autoarg-mode): Typo in the :set argument.
470
471 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
472
473 * startup.el (command-line-1): Don't signal an error if the
474 directory for auto-save-list files does not yet exist.
475
476 2000-05-17 Kenichi Handa <handa@etl.go.jp>
477
478 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
479
480 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
481
482 * subr.el (remove-hook): `setq' hook-value, not `set'.
483
484 2000-05-16 Sam Steingold <sds@gnu.org>
485
486 * info.el (debug-ignored-errors): More errors to ignore.
487
488 2000-05-16 Dave Love <fx@gnu.org>
489
490 * cus-edit.el: Don't require cl or easymenu.
491 (custom-variable-prompt): Test standard-value property, not
492 user-variable-p.
493
494 2000-05-16 Sam Steingold <sds@gnu.org>
495
496 * subr.el (add-hook): `setq' hook-value, not `set'.
497
498 2000-05-16 Gerd Moellmann <gerd@gnu.org>
499
500 * startup.el (command-line-1): Mention the FAQ in the startup
501 message.
502
503 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
504
505 * progmodes/compile.el (compilation-parse-errors): Collect
506 `nomessage' regexps last.
507
508 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
509
510 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
511 to the function name.
512
513 2000-05-15 Dave Love <fx@gnu.org>
514
515 * speedbar.el (speedbar-recenter): Typo.
516 (speedbar-expand-line): Make arg optional.
517 (speedbar-mode): Avoid a compiler warning.
518
519 2000-05-15 Gerd Moellmann <gerd@gnu.org>
520
521 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
522 user-specified option string is empty.
523
524 * mouse.el (mouse-yank-at-click): Doc fix.
525
526 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
527
528 * term/internal.el (IT-character-translations): More updates of
529 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
530 documents.
531
532 2000-05-15 Gerd Moellmann <gerd@gnu.org>
533
534 * env.el (getenv): New function, interactively callable.
535 (setenv, getenv): Remove autoload cookies.
536
537 * loadup.el: Load `env'.
538
539 * progmodes/f90.el: Change author's mail address.
540
541 2000-05-14 Dave Love <fx@gnu.org>
542
543 * mail/rmail.el (rmail-show-message-hook): Customize and offer
544 goto-addr as an option.
545
546 * help.el (help-xref-stack): Doc fix.
547 (help-xref-following): New variable.
548 (help-make-xrefs): Use it.
549 (help-xref-go-back): Use position information from stack element.
550 (help-follow): Make position in stack element a pair. Use
551 help-xref-following.
552
553 * autoarg.el: New file.
554
555 * faces.el: Declare more functions obsolete.
556
557 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
558 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
559 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
560 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
561 Remove all the setup-...-environment functions.
562
563 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
564
565 * speedbar.el: Updated the commentary section. xemacs20p now uses
566 >= when detecting. Require `defimage' safely.
567 (speedbar-easymenu-definition-base): Add toggle for images.
568 (speedbar-easymenu-definition-special): Add flush cache & expand.
569 (speedbar-visiting-tag-hook): Set new defaults. Added options.
570 (speedbar-reconfigure-keymaps-hook): New variable.
571 (speedbar-frame-parameters): Updated documentation.
572 (speedbar-use-imenu-flag): Updated custom tag
573 (speedbar-dynamic-tags-function-list): New variable.
574 (speedbar-tag-hierarchy-method): Updated doc & custom.
575 (speedbar-indentation-width, speedbar-indentation-width) New
576 variables.
577 (speedbar-hide-button-brackets-flag): Customizable.
578 (speedbar-vc-indicator): Doc update.
579 (speedbar-ignored-path-expressions): Updated default value.
580 (speedbar-supported-extension-expressions): Updated default value.
581 (speedbar-syntax-table): Remove {} paren status.
582 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
583 as "+". Added overlay aliases.
584 (speedbar-mode): Use `speedbar-mode-line-update' instead of
585 `force-mode-line-update'.
586 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
587 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
588 `mouse-set-point'
589 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
590 (speedbar-item-info-tag-helper): Revamped to handle a wider range
591 of arbitrary text, and new helper functions.
592 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
593 filename finder.
594 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
595 (speedbar-directory-buttons): Update path search/expansion.
596 (speedbar-make-tag-line): Pay attention to
597 `speedbar-indentation-width'. Use more care w/ invisible
598 properties.
599 (speedbar-change-expand-button-char): Call
600 `speedbar-insert-image-button-maybe'.
601 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
602 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
603 (speedbar-trim-words-tag-hierarchy)
604 (speedbar-simple-group-tag-hierarchy): New functions
605 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
606 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
607 functions.
608 (speedbar-mouse-set-point): New function
609 (speedbar-power-click): Updated documentation.
610 (speedbar-line-token, speedbar-goto-this-file): Handle more types
611 of tag prefix text.
612 (speedbar-expand-line, speedbar-contract-line): Make more robust
613 to strange text.
614 (speedbar-expand-line): Takes universal argument to flush the
615 cache.
616 (speedbar-flush-expand-line): New function.
617 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
618 Use new generator insertion method.
619 (speedbar-fetch-dynamic-tags): New function.
620 (speedbar-fetch-dynamic-imenu): Removed code now handled in
621 `speedbar-fetch-dynamic-imenu'.
622 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
623 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
624 "Revert Buffer" menu items.
625 (speedbar-buffer-buttons-engine): Be smarter when creating a
626 filename tag (for expansion purposes.).
627 (speedbar-highlight-one-tag-line,
628 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
629 (speedbar-recenter): New functions.
630 (defimage-speedbar): Image loading abstraction.
631 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
632 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
633 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
634 (speedbar-tag-type, speedbar-tag-mail): New images.
635 (speedbar-expand-image-button-alist): New variable.
636 (speedbar-insert-image-button-maybe): Insert an image over some
637 buttons.
638
639 2000-05-13 Kenichi Handa <handa@etl.go.jp>
640
641 * international/mule-cmds.el (encode-coding-char): An ASCII
642 character is always encodable.
643
644 * international/mule-conf.el: Add more information in descriptions
645 of character sets.
646
647 * international/mule-diag.el (describe-char-after): New function.
648 (describe-font-internal): Adjusted for the change of font-info.
649 (describe-font): Likewise.
650 (print-fontset): Rewritten for the new fontset implementation.
651 (describe-fontset): Include fontset alias names in completion.
652 (list-fontsets): Adjusted for the change of print-fontset.
653
654 * simple.el (what-cursor-position): If DETAIL is non-nil, call
655 describe-char-after instead of displaying the detail in the echo
656 area.
657 (syntax-code-table): Format changed.
658 (string-to-syntax): Adjusted for the above change.
659
660 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
661
662 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
663
664 2000-05-12 Dave Love <fx@gnu.org>
665
666 * calendar/todo-mode.el: Remove some compatibility stuff and CL
667 dependence. Use line-{beginning,end}-position, not
668 point-at{b,e}ol. Some doc fixes.
669 (todo-position): New function. Fix callers of position to use it.
670 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
671
672 2000-05-12 Gerd Moellmann <gerd@gnu.org>
673
674 * time.el (display-time-mail-icon): Use `:ascent center'.
675
676 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
677 handling FTP security extensions.
678
679 2000-05-11 Dave Love <fx@gnu.org>
680
681 * calendar/todo-mode.el: New file.
682
683 2000-05-11 Gerd Moellmann <gerd@gnu.org>
684
685 * comint.el (comint-read-input-ring): Move reference to
686 comint-input-ring-size outside of the save-excursion. It was
687 causing the default value to be the only one ever seen.
688
689 * font-lock.el: Update copyright. Remove Simon Marshall's email
690 address on request from him.
691
692 * subr.el (substitute-key-definition): Add comment describing
693 the meaning of PREFIX.
694
695 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
696
697 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
698
699 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
700 (add-minor-mode): Don't make the variable buffer-local and add a
701 reference to define-minor-mode in the docstring.
702
703 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
704 HEADER/FOOTER and fix bug with trailing empty directory.
705 (cvs-append-to-ignore): Use vc-editable-p if available.
706 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
707 (vc-do-command): Tweak advice to handle the new VC.
708
709 * log-view.el (log-view-goto-rev): New function for the new VC.
710 (log-view-minor-wrap): Use mark-active.
711
712 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
713 (log-edit-changelog-full-paragraphs): New var.
714 (log-edit-insert-changelog): Remove a lonely leading `* file'.
715 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
716 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
717 (log-edit-changelog-ours-p, log-edit-changelog-entries)
718 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
719 Replace the `cvs' prefix with `log-edit'.
720
721 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
722
723 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
724 (diff-font-lock-defaults): Explicitly turn off multiline.
725 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
726 (diff-ediff-patch): Fix call to ediff-patch-file.
727 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
728 Handle comments.
729
730 * frame.el (automatic-hscrolling): Typo.
731
732 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
733
734 2000-05-09 Sam Steingold <sds@goems.com>
735
736 * apropos.el (apropos-print): use `describe-face' instead of
737 `customize-face-other-window'.
738
739 2000-05-09 Dave Love <fx@gnu.org>
740
741 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
742
743 * help.el (describe-variable): Have customize button pop the
744 help-xref stack when invoked.
745 (help-xref-symbol-regexp): Add `face'.
746 (help-make-xrefs): Check for quoted face names and adapt regexp
747 submatch numbers to cope.
748 (help-xref-interned): Maybe insert face doc too. Separate
749 sections with a line of hyphens.
750
751 * faces.el: Some doc fixes. Declare some functions obsolete.
752 (describe-face): Add customize button. Return the help
753 text. Fix prompt.
754
755 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
756
757 * term/internal.el (IT-character-translations): Fix last change.
758
759 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
760
761 * woman.el: New file
762 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
763
764 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
765
766 * term/internal.el (IT-character-translations): Update ASCII
767 simulations for greek-iso8859-7, add latin-iso8859-14 and
768 latin-iso8859-15.
769
770 * international/mule-cmds.el (set-language-info-alist): Call
771 define-prefix-command with 3 arguments, to make the map suitable
772 for a menu.
773
774 2000-05-07 Dave Love <fx@gnu.org>
775
776 * time.el: Small doc fixes from Pavel Janík ml..
777
778 2000-05-05 Dave Love <fx@gnu.org>
779
780 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
781 list in doc string. Don't quote keyword symbols.
782 * emacs-lisp/cl.el: Likewise
783 * emacs-lisp/cl-seq.el: Likewise
784
785 2000-05-05 Gerd Moellmann <gerd@gnu.org>
786
787 * abbrev.el (abbrev-mode): Make ARG optional.
788
789 2000-05-04 Gerd Moellmann <gerd@gnu.org>
790
791 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
792
793 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
794
795 * subr.el (substitute-key-definition): Clarify documentation.
796
797 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
798
799 * glasses.el (glasses-convert-to-unreadable): Use
800 `glasses-separator' instead of the hard-wired "_".
801 (glasses-mode): Call `glasses-make-unreadable' only in a single
802 place.
803
804 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
805
806 * term/internal.el (cjk-codepages-alist): Add associations for
807 Chinese and Korean codepages. Remove FIXME comment.
808
809 2000-05-03 Dave Love <fx@gnu.org>
810
811 * time.el (display-time-mail-face, display-time-use-mail-icon):
812 New option.
813 (display-time-mail-icon): New variable.
814 (display-time-string-forms): Use the above. Fix the local-map.
815
816 2000-05-03 Gerd Moellmann <gerd@gnu.org>
817
818 * replace.el (query-replace-map): Add binding for `E'.
819 (query-replace-help): Extend help text.
820 (perform-replace): Allow editing the replacement string.
821
822 * make-mode.el (makefile-mode-abbrev-table): New variable.
823 (makefile-mode): Set local abbrev table to
824 makefile-mode-abbrev-table.
825 (makefile-font-lock-keywords): Fontify includes and conditionals.
826
827 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
828 set TOGGLE's value.
829
830 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
831 mail-interactive-insert-alias.
832 (mail-abbrev-complete-alias): New command.
833 (mail-mode-map): Bind it to `M-TAB'.
834
835 2000-05-03 Kenichi Handa <handa@etl.go.jp>
836
837 * language/lao-util.el (lao-compose-region): New function.
838
839 2000-05-02 Gerd Moellmann <gerd@gnu.org>
840
841 * files.el (recover-session): Make directories as necessary
842 if they don't exist yet.
843
844 * calendar/cal-french.el
845 (french-calendar-multibyte-special-days-array)
846 (french-calendar-special-days-array): Change French text.
847 (calendar-french-date-string): Change output.
848 (calendar-goto-french-date): Likewise.
849
850 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
851
852 * wid-edit.el (widget-default-active): Obey `:always-active'.
853 (widget-documentation-string-value-create): Set `:always-active'.
854
855 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
856
857 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
858 default prefix to `~/_emacs.d/auto-save.list/_s'.
859 (normal-top-level): Create the directory for auto-save files, if
860 it doesn't already exist (in the ms-dos case only).
861
862 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
863
864 * international/mule-cmds.el (set-language-environment): Don't
865 concat an integer (dos-codepage), use format instead.
866
867 2000-05-02 Dave Love <fx@gnu.org>
868
869 * help.el (help-xref-on-pp): Check for constant symbols.
870
871 2000-04-29 Gerd Moellmann <gerd@gnu.org>
872
873 * startup.el (normal-top-level): Put a condition-case around
874 the code loading subdirs.el.
875
876 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
877
878 * ps-print.el: Upside-down and face background color printing,
879 line number step, doc fix.
880 (ps-print-version): New version number (5.2).
881 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
882 (ps-face-attribute-list, ps-plot-with-face): Code fix.
883 (ps-spool-config): Var fix.
884 (ps-printer-name-option): Const fix.
885 (ps-print-upside-down, ps-use-face-background)
886 (ps-line-number-step): New vars.
887 (ps-window-system, ps-lp-system): New consts.
888 (ps-face-background): New fun.
889
890 2000-04-28 Richard Stallman <rms@gnu.org>
891
892 * files.el (make-auto-save-file-name):
893 Apply auto-save-file-name-transforms to visited file name
894 before generating auto save file name.
895 (auto-save-file-name-transforms): New variable.
896
897 * files.el (backup-enable-predicate):
898 Correctly test for a file under a temporary directory.
899
900 2000-04-28 Gerd Moellmann <gerd@gnu.org>
901
902 * subr.el (add-minor-mode): Rewritten.
903
904 2000-04-28 Kenichi Handa <handa@etl.go.jp>
905
906 * mail/sendmail.el (sendmail-send-it): Set
907 buffer-file-coding-system to the selected coding system for MIME
908 header.
909
910 2000-04-27 Gerd Moellmann <gerd@gnu.org>
911
912 * dired.el (dired-move-to-filename-regexp): Allow format where
913 YYYY is followed by two spaces.
914
915 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
916 in the second character class of the regexp.
917
918 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
919 mh-etc, too.
920
921 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
922 nil.
923
924 * subr.el (add-minor-mode): Use `set' instead of `setq'.
925
926 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
927 argument.
928
929 2000-04-27 Sen Nagata <sen@eccosys.com>
930
931 * emacs-lisp/crm.el (crm-completion-table): New variable.
932 (crm-collection-fn, crm-test-completion)
933 (completing-read-multiple): Use it.
934
935 2000-04-27 Dave Love <fx@gnu.org>
936
937 * help.el (locate-library): Use mapc.
938 (help-manyarg-func-alist): Add call-process-region.
939
940 2000-04-26 Gerd Moellmann <gerd@gnu.org>
941
942 * subr.el (add-minor-mode): Make argument MAP optional.
943
944 * desktop.el (desktop-save): Save list of minor modes.
945 (desktop-create-buffer): Restore minor modes.
946 (desktop-minor-mode-table): New user-option.
947
948 * subr.el (add-minor-mode): New function.
949
950 * image.el (find-image): New function.
951 (defimage): Rewritten to find image at load time.
952
953 * startup.el (normal-top-level-add-to-load-path): Handle
954 case that the default directory is not in load-path.
955
956 * help.el: Old patch from Stefan Monnier.
957 (help-xref-on-pp): New function.
958 (describe-variable): Use it to display xrefs in a symbol's value.
959
960 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
961
962 * cus-edit.el (custom-face): Fix parenthesis.
963
964 2000-04-26 Kenichi Handa <handa@etl.go.jp>
965
966 * mail/rmail.el (rmail-expunge): When there are no deleted
967 messages, do nothing.
968
969 2000-04-26 Dave Love <fx@gnu.org>
970
971 * international/mule-cmds.el (locale-translation-file-name):
972 Defvar to nil.
973 (set-locale-environment): Set it here (at runtime).
974
975 2000-04-25 Gerd Moellmann <gerd@gnu.org>
976
977 * replace.el (perform-replace): Add parameters START and END. Use
978 them instead of the check for a region in Transient Mark mode.
979 (query-replace-read-args): Return two more list elements for the
980 start and end of the region in Transient Mark mode.
981 (query-replace, query-replace-regexp, query-replace-regexp-eval)
982 (map-query-replace-regexp, replace-string, replace-regexp): Add
983 optional last arguments START and END and pass them to
984 perform-replace.
985
986 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
987 form with additional arguments for perform-replace.
988
989 * progmodes/etags.el (tags-query-replace): Add parameters START
990 and END. Construct a form with additional arguments for
991 perform-replace.
992
993 * simple.el (shell-command): Set default directory for "*Shell
994 Command Output" buffer.
995
996 * language/european.el (iso-latin-4): Fix typo.
997
998 * emacs-lisp/crm.el: New file.
999
1000 2000-04-24 Dave Love <fx@gnu.org>
1001
1002 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
1003 (Custom-reset-saved, Custom-reset-standard)
1004 (custom-group-value-create, custom-group-set, custom-group-save)
1005 (custom-group-reset-current, custom-group-reset-saved)
1006 (custom-group-reset-standard): Use mapc.
1007 (custom-buffer-create-internal): Disable undo when creating items.
1008 Use mapc.
1009 (custom-face): Avoid redundant lambda.
1010
1011 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1012
1013 * startup.el (auto-save-list-file-prefix): Set default to
1014 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
1015
1016 2000-04-24 Sam Steingold <sds@gnu.org>
1017
1018 * time-stamp.el (time-stamp-string-preprocess): Always convert
1019 `field-result' to a string.
1020
1021 2000-04-24 Gerd Moellmann <gerd@gnu.org>
1022
1023 * frame.el (scrolling): New group.
1024 (automatic-hscrolling): New user-option.
1025
1026 * startup.el (command-line-x-option-alist): Add `-lsp' and
1027 `--line-spacing'.
1028
1029 2000-04-19 Dave Love <fx@gnu.org>
1030
1031 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1032 (cl-mapc): Rename from mapc. Fix the funcall.
1033
1034 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1035
1036 * simple.el (clone-indirect-buffer-other-window): New command.
1037 (clone-indirect-buffer): Add optional arg NORECROD.
1038 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1039
1040 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1041
1042 * window.el (count-screen-lines): New function.
1043 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1044 instead of window-buffer-height.
1045
1046 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1047 non-existing variable comint-input-sentinel.
1048 (inferior-lisp-args-to-list): Removed.
1049 (inferior-lisp): Use split-string instead of
1050 inferior-lisp-args-to-list.
1051
1052 * hexl.el (hexl-insert-hex-string): New command.
1053
1054 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1055 instead of concat.
1056
1057 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1058
1059 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1060 at the start of an existing but empty folder.
1061
1062 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1063
1064 * ps-mule.el: Customization fix, doc fix.
1065 (ps-multibyte-buffer): Customization fix.
1066
1067 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1068
1069 * subr.el (read-passwd): Use read-char-exclusive.
1070
1071 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1072
1073 * textmodes/texinfo.el (texinfo-insert-@email)
1074 (texinfo-insert-@emph, texinfo-insert-@quotation)
1075 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1076 (texinfo-mode-map): Add key bindings for them.
1077
1078 * files.el (basic-save-buffer-2): Use a template with `$'
1079 instead of `#' for VMS.
1080
1081 * simple.el (clone-indirect-buffer): New function.
1082
1083 2000-04-16 Stephen Eglen <stephen@gnu.org>
1084
1085 * iswitchb.el (iswitchb-case): New function. If the user input
1086 contains any upper-case characters, the search is made
1087 case-sensitive.
1088
1089 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1090
1091 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1092 comment-end.
1093 (texinfo-font-lock-syntactic-keywords): New var.
1094 (texinfo-font-lock-keywords): Remove comment regexp.
1095 (texinfo-insert-block): New function.
1096 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1097 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1098 and font-lock-defaults. Use regexp-opt for outline-regexp.
1099 (texinfo-environments): New var.
1100 (texinfo-environment-regexp): Use regexp-opt and
1101 texinfo-environments.
1102
1103 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1104 ispell-process is bound since this might be eval'd before ispell
1105 is loaded.
1106 (ispell-message): Use a tiny bit less magic and a bit more hard
1107 data to figure out what kind of sc-cite-regexp to use.
1108
1109 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1110
1111 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1112 (insert-cyclic-diary-entry): Unquote the lambda.
1113
1114 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1115
1116 * files.el (backup-enable-predicate): Unquote the lambda.
1117
1118 * cus-edit.el (custom-face, face): Unquote the lambda.
1119
1120 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1121
1122 * ps-print.el: Check for line-beginning-position definition.
1123
1124 * ps-print.el: Fix counting lines in a region.
1125 (ps-print-version): New version number (5.1.5).
1126 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1127 (ps-printing-region): Fun code fix.
1128
1129 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1130
1131 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1132 to file-directory-p.
1133
1134 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1135
1136 * gud.el (gud-jdb-build-source-files-list): Check that directory
1137 exists before calling directory-files.
1138
1139 2000-04-13 Dave Love <fx@gnu.org>
1140
1141 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1142 syntax.
1143
1144 * emacs-lisp/cl-specs.el: Remove when, unless.
1145
1146 * emacs-lisp/cl-extra.el: Don't quote keywords.
1147 (cl-old-mapc): New variable.
1148 (mapc): Use it.
1149 (cl-map-intervals): Use with-current-buffer. Don't check for
1150 next-property-change.
1151 (cl-map-overlays): Use with-current-buffer.
1152 (cl-expt): Remove.
1153 (copy-tree, remprop): Define unconditionally.
1154
1155 * emacs-lisp/cl-compat.el (keywordp): Remove.
1156
1157 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1158 to use keywordp.
1159 (edebug-spec): Enable keywordp.
1160
1161 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1162 string-lessp.
1163
1164 * cus-start.el: Use keywordp.
1165
1166 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1167
1168 * diary-lib.el (include-other-diary-files): Fix the fix of
1169 2000-02-18 by doing a save-excursion.
1170
1171 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1172
1173 * ps-print.el: Customization fix, doc fix.
1174 (ps-print-version): New version number (5.1.4).
1175 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1176 (ps-print-preprint): Adjust code.
1177 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1178 (ps-print-prologue-header, ps-print-control-characters)
1179 (ps-spool-config): Customization fix.
1180
1181 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1182
1183 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1184 converted to the new menu-item format, names silightly changed,
1185 help strings added.
1186
1187 Support for spelling without async subprocesses:
1188
1189 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1190 (ispell-session-buffer): New variables.
1191 (ispell-start-process, ispell-process-status,
1192 ispell-accept-output, ispell-send-string): New functions, for
1193 Ispell invocation when async subprocesses aren't supported.
1194 (ispell-word, ispell-pdict-save, ispell-command-loop,
1195 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1196 to process-send-string with calls to ispell-send-string, and
1197 accept-process-output with ispell-accept-output.
1198 (ispell-init-process): Call ispell-process-status instead of
1199 process-status with.
1200 (ispell-init-process): Call ispell-start-process. Call
1201 ispell-accept-output and ispell-send-string. Don't call
1202 process-kill-without-query and kill-process if they are unbound.
1203 (ispell-async-processp): New function.
1204
1205 2000-04-12 Dave Love <fx@gnu.org>
1206
1207 * info.el: Add debug-ignored-errors.
1208 (Info-mode-menu): Add some items.
1209 (Info-directory): Add autoload cookie.
1210
1211 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1212 Modify `truncate-lines'. Make `describe-language-environment'
1213 always visible and add help. Modify `describe-key' help. Invoke
1214 Info-directory from `info'. New entry `emacs-manual'.
1215
1216 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1217
1218 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1219 propertized-buffer-identification.
1220 (ebrowse-update-member-buffer-mode-line): Likewise.
1221 (ebrowse--mode-strings): Removed.
1222 (ebrowse--mode-line-props): Removed.
1223
1224 * files.el (auto-mode-alist): Add `EBROWSE'.
1225
1226 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1227 space before testing for end of buffer.
1228 (ebrowse-load): Removed.
1229 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1230 (ebrowse-create-tree-buffer): Rewritten.
1231 (ebrowse-tree-mode): Read tree from buffer.
1232
1233 * progmodes/ebrowse-ffh.el: Removed.
1234
1235 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1236
1237 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1238
1239 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1240
1241 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1242 at the wrong place.
1243
1244 2000-04-09 Dave Love <fx@gnu.org>
1245
1246 * files.el (backup-enable-predicate): Use
1247 temporary-file-directory, small-temporary-file-directory.
1248 (make-backup-file-name-function, backup-directory-alist): New
1249 variables.
1250 (make-backup-file-name-1): New function.
1251 (make-backup-file-name): Use it.
1252 (find-backup-file-name): Likewise. Use format for clarity, not
1253 concat.
1254 (file-newest-backup): Use make-backup-file-name.
1255
1256 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1257
1258 * progmodes/ebrowse-ffh.el: New file.
1259
1260 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1261 to ebrowse-ffh.el.
1262 (ebrowse-load): Add autoload.
1263
1264 * finder.el (finder-commentary): Add autoload cookie.
1265
1266 * mail/rfc2368.el: Correct author's email address.
1267
1268 * progmodes/ebrowse.el: New file.
1269
1270 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1271 item help string.
1272 (easy-menu-do-add-item): Ditto.
1273 (easy-menu-define): Extend doc string.
1274
1275 * jit-lock.el (with-buffer-unmodified): Use
1276 restore-buffer-modified-p.
1277 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1278 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1279 with-buffer-unmodified.
1280
1281 2000-04-08 Dave Love <fx@gnu.org>
1282
1283 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1284 unless, when.
1285
1286 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1287
1288 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1289 (viper-flash-search-pattern): No operation when using Emacs
1290 doesn't support face.
1291 Use `viper-put-on-search-overlay'.
1292
1293 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1294
1295 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1296 like C-r.
1297
1298 * progmodes/make-mode.el: Some doc fixes.
1299 (makefile-mode-abbrev-table): New variable.
1300 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1301 (makefile-font-lock-keywords): Fontify includes and conditionals.
1302 (toplevel): Require `dabbrev' and `add-log' when compiling.
1303
1304 * replace.el (perform-replace): Don't move forward one char
1305 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1306 to do that because it leaves point 1 position after the last
1307 replacement, after everything has been replaced.
1308
1309 * jit-lock.el (with-buffer-unmodified): New macro.
1310 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1311 modified state.
1312 (jit-lock-function-1): Extracted from jit-lock-function; not
1313 preserving buffer's modified state.
1314 (jit-lock-function, jit-lock-stealth-fontify): Call
1315 jit-lock-function-1.
1316
1317 * mail/rfc2368.el: Remove supernumerary copyright line.
1318
1319 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1320
1321 * glasses.el: Provide facilities for inserting space before left
1322 parentheses and uncapitalization of identifiers.
1323 (glasses-mode): Try to remove old overlays in all cases.
1324
1325 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1326
1327 * progmodes/compile.el (compile-internal): Display the compilation
1328 buffer in a different frame, if it's already displayed there.
1329
1330 * mail/rfc2368.el: New file.
1331
1332 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1333 header and insert its value as mail body.
1334
1335 * subr.el (member-ignore-case): New function.
1336
1337 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1338 (dabbrev--find-expansion): Ignore buffers matching a regexp
1339 from dabbrev-ignored-regexps.
1340
1341 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1342 to extensions handled by gzip.
1343
1344 2000-04-03 Richard M. Stallman <rms@gnu.org>
1345
1346 * files.el (insert-directory): List the total free space
1347 along with the used space.
1348
1349 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1350 line is followed by one that matches CITATION-REGEXP, end the
1351 paragraph.
1352
1353 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1354
1355 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1356 (rmail-make-basic-summary-line): Use that option.
1357
1358 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1359
1360 * international/mule-cmds.el (encoded-string-description):
1361 Rewritten. Try pretty description for ISO 2022 escape sequences
1362 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1363 for hexadecimal format.
1364
1365 2000-04-01 Dave Love <fx@gnu.org>
1366
1367 * cpp.el: Change customization group to `c' from `C'.
1368
1369 * vcursor.el (vcursor-move): Use display-color-p.
1370
1371 * international/mule-util.el: Provide mule-utils.
1372 (string-to-sequence): Simplify and speed up.
1373
1374 * international/mule.el (make-coding-system): Purecopy doc-string.
1375
1376 * international/mule-cmds.el: Various menu changes.
1377 (describe-specified-language-support): Handle `Default'.
1378 (set-language-info): Purecopy `info'.
1379
1380 2000-03-31 Andrew Innes <andrewi@gnu.org>
1381
1382 * vc.el (vc-backend-diff): Return the correct status if we had to
1383 retry the rcsdiff command without the --brief option.
1384
1385 2000-03-31 Dave Love <fx@gnu.org>
1386
1387 * help.el (help-manyarg-func-alist): Correct several omissions.
1388
1389 * add-log.el: Don't require cl, fortran.
1390 (add-log-current-defun-function): Doc fix.
1391 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1392 fix.
1393 (change-log-version-rcs): Function deleted.
1394 (change-log-version-number-search): Doc fix. Use
1395 vc-workfile-version. Avoid CL dolist.
1396 (add-change-log-entry): Just call add-log-current-defun to get
1397 defun. Simplify somewhat.
1398 (change-log-get-method-definition-1): Likewise.
1399 (add-log-current-defun): Return nil if calling
1400 add-log-current-defun-function does so. Move Fortran stuff to
1401 fortran.el. Return string without properties.
1402
1403 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1404 and :alpha: char classes.
1405
1406 * mail/supercite.el: Defvar curline when compiling.
1407 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1408 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1409 rather than a-zA-Z0-9 to allow non-ASCII characters.
1410
1411 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1412
1413 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1414
1415 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1416 Re-enable new code.
1417
1418 * lpr.el (print-region-1): Use -d to specify printer name for
1419 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1420
1421 2000-03-31 Dave Love <fx@gnu.org>
1422
1423 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1424 for function definition in symbol's function value slot first
1425 instead of first consulting byte-compile-function-environment.
1426
1427 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1428
1429 * language/european.el ("Polish"): New language environment.
1430 (setup-polish-environment): New function.
1431
1432 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1433
1434 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1435 Disable new code.
1436
1437 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1438 trying to `load' the symbol of an autoload instead of the file
1439 recorded in the autoload. Fix error messages.
1440
1441 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1442
1443 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1444 (ps-print-version): New version number (5.1.3).
1445 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1446 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1447 (ps-generate-postscript-with-faces): Code fix.
1448 (ps-color-values): XEmacs compatibility.
1449 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1450 (ps-default-fg, ps-default-bg): Adjust customization.
1451 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1452 (ps-color-scale): Renaming old ps-color-value fun.
1453 (ps-print-headers): Replace ps-print-header group to avoid conflict
1454 with ps-print-header variable.
1455 (ps-print-miscellany): New group.
1456 (ps-format-color, ps-rgb-color): New funs.
1457 (ps-default-foreground): New var.
1458 (ps-printer-name-option): New const.
1459
1460 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1461
1462 * net/net-utils.el:
1463 (network-connection-host, network-connection-service): New variables
1464 (network-connection-mode): New mode, derived from comint-mode
1465 (network-connection-mode-setup): New function, saves host and
1466 service information in local variables.
1467
1468 * lisp/locate.el:
1469 (locate-word-at-point): Added this function
1470 (locate): Default to using locate-word-at-point as input
1471 Run dired-mode-hook
1472
1473 2000-03-29 Dave Love <fx@gnu.org>
1474
1475 * calendar/appt.el: Doc fixes.
1476 (appt-check): Convert min-to-app to a string before passing to
1477 appt-disp-window-function or concat.
1478 (appt-delete-window): Remove test for frame-root-window.
1479 (appt-select-lowest-window, appt-convert-time): Simplify.
1480
1481 * emacs-lisp/bytecomp.el: Doc fixes.
1482 (byte-compile-file-form-autoload): Update
1483 byte-compile-function-environment.
1484
1485 2000-03-29 Andreas Schwab <schwab@suse.de>
1486
1487 * emacs-lisp/autoload.el: Also print defsubst doc string
1488 specially.
1489
1490 * dired.el (dired-insert-directory): If dired-free-space-program
1491 failed just delete its output.
1492
1493 2000-03-29 Dave Love <fx@gnu.org>
1494
1495 * international/iso-cvt.el: Move provide to end. Doc fixes.
1496 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1497 (iso-iso2sgml, iso-sgml2iso): New functions.
1498 (iso-cvt-define-menu): Fix some entries and use backquote for
1499 clarity.
1500
1501 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1502
1503 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1504
1505 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1506 ISO-DATE. If non-nil, return date in ISO 8601 format.
1507
1508 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1509
1510 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1511 if it ever becomes used.
1512 (log-edit-mode-hook): Default to vc-log-mode-hook.
1513 (log-edit-mode): Fix the docstring.
1514
1515 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1516 the code.
1517
1518 2000-03-26 Dave Love <fx@gnu.org>
1519
1520 * net/browse-url.el (browse-url): Re-fix case of
1521 browse-url-browser-function being an alist.
1522 (browse-url): Add :link to defgroup.
1523
1524 * files.el: Doc fixes.
1525 (file-truename): Include `[' in wildcard characters.
1526 (automount-dir-prefix): Customize.
1527 (find-file-wildcards): Add :version.
1528 (find-file-noselect): Simplify a mapcar call.
1529
1530 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1531 compatible with inf-lisp version.
1532 (eval-defun-1): Fix custom-declare-variable case.
1533
1534 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1537
1538 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1539
1540 * Makefile (COMPILE_FIRST): New macro.
1541 (compile-files): Compile files from COMPILE_FIRST first.
1542
1543 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1544 code.
1545
1546 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1547 matching open parenthesis in column 0 to defun-prompt-regexp
1548 only if open-paren-in-column-0-is-defun-start is set.
1549
1550 * sun-curs.el: Require CL at compile-time only.
1551
1552 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1553 instead of copy-list which is a function from CL.
1554 (msb--choose-menu, msb--mode-menu-cond)
1555 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1556 (msb--init-file-alist): Use mapcar instead of mapcan.
1557 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1558 `(' in column 0 in doc string.
1559 (msb--add-separators): Use mapcar instead of mapcan.
1560
1561 * cus-dep.el: Require CL at compile-time only.
1562
1563 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1564
1565 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1566 (byte-compile-warnings): New warning `noruntime'.
1567 (byte-compile-constants, byte-compile-variables): Fix docstring.
1568 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1569 execute `eval-whenc-compile's body.
1570 (byte-compile-unresolved-functions): Fix docstring.
1571 (byte-compile-eval): New function.
1572 (byte-compile-callargs-warn): Check if the function will be available
1573 at runtime (via property `byte-compile-noruntime').
1574 (byte-compile-print-syms): New function.
1575 (byte-compile-warn-about-unresolved-functions): Also warn about
1576 `noruntime' functions (and use `byte-compile-print-syms').
1577 (byte-compile-file): Capitalize the message.
1578
1579 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1580
1581 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1582 (rmail-expunge): Ask for confirmation depending on the setting
1583 of rmail-confirm-expunge.
1584
1585 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1586
1587 * Makefile (bootstrap-clean): If $(emacs) exists, build
1588 loaddefs.el first. A loaddefs.el that's not up-to-date might
1589 cause a bootstrap failure because things don't autoload as
1590 expected.
1591
1592 2000-03-23 Dave Love <fx@gnu.org>
1593
1594 * net/browse-url.el: Restore previous use of
1595 browse-url-maybe-new-window.
1596
1597 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1598
1599 * ps-print.el: Skip banner page fix.
1600 (ps-print-version): New version number (5.1.2).
1601 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1602
1603 2000-03-23 Dave Pearson <davep@davep.org>
1604
1605 * net/quickurl.el Changed the type of parameter passed to the
1606 function defined by `quickurl-format-function'. Before only the
1607 text of the URL was passed. Now the whole URL structure is passed
1608 and the function is responsible for extracting the parts it
1609 requires. Changed the default of `quickurl-format-function'
1610 accordingly.
1611 (quickurl-insert): Changed the `funcall' of
1612 `quickurl-format-function' to match the above change.
1613 (quickurl-list-insert): Changed the `url' case so that it makes
1614 use of `quickurl-format-function', previous to this the format was
1615 hard wired.
1616
1617 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1618
1619 * startup.el: Change some spellings for the X Window System.
1620
1621 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1622
1623 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1624 up the code and the regexp and make sure the cursor is temporarily
1625 moved to the suspicious line while querying the user.
1626
1627 2000-03-22 Jason Rumney <jasonr@gnu.org>
1628
1629 * w32-fns.el (w32-charset-info-alist): Initialize.
1630
1631 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1632
1633 * ps-print.el: N-up last page fix.
1634 (ps-print-version): New version number (5.1.1).
1635 (ps-end-file, ps-end-job, ps-generate): Code fix.
1636
1637 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1638
1639 * files.el (find-file-run-dired): Update docstring.
1640 (find-directory-functions): New hook.
1641 (find-file-noselect): Run find-directory-functions rather than
1642 calling dired directly.
1643
1644 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1645
1646 * pcvs.el: Add a minimal leading commentary.
1647 (cvs-make-cvs-buffer): Change the header part by removing the startup
1648 message and adding a `Module' entry. Also replace the FOOTER and
1649 HEADER special fileinfos with the new support in ewoc for updating
1650 its own footer and header.
1651 (cvs-update-header): Update to use the header/footer of the ewoc.
1652 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1653 (cvs-is-within-p): New function.
1654 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1655 to only examine some subset of the buffers.
1656
1657 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1658 `format' instead of our own ad-hoc functions.
1659 Remove HEADER and FOOTER cases, now handled in the EWOC.
1660 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1661
1662 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1663 output to avoid scaring the user.
1664 (cvs-parse-table): Catch message for non-up-to-date commits.
1665
1666 * pcvs-defs.el (cvs-startup-message): Remove.
1667 (cvs-global-menu): New autoloaded menu.
1668
1669 * pcvs-util.el (cvs-string-fill): Remove.
1670
1671 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1672 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1673 PP part of it and also make it work for footers and headers.
1674 (ewoc-create): Drop POS and BUFFER arguments.
1675 Use the DLL's dummy node to store the end-of-footer position.
1676 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1677 (ewoc-refresh): Remove unused `header' variable.
1678 (ewoc-(get|set)-hf): New functions.
1679
1680 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1681 log-view-*-(message|file) and use easy-mmode-define-navigation.
1682 (log-view-message-re): Match SCCS format as well.
1683 And match the revision line rather than the dashed separator line.
1684 (log-view-mode): Use the new define-derived-mode.
1685 (log-view-current-tag): Fill in with an actual implementation.
1686
1687 * cvs-status.el (cvs-status-(prev|next)): Rename from
1688 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1689 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1690 to let the output "breathe" a little more (more readable).
1691 (cvs-status-mode): Use the new define-derived-mode.
1692
1693 * smerge-mode.el (smerge-auto-leave): New function and variable.
1694 (smerge-basic-map): Rename from smerge-basic-keymap.
1695 Change the bindings for smerge-diff-*.
1696 (smerge-*-map): Use easy-mmode-defmap.
1697 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1698 (smerge-keep-*): Use smerge-auto-leave.
1699
1700 2000-03-21 Jason Rumney <jasonr@gnu.org>
1701
1702 * cus-edit.el (custom-button-face): Use 3D look for w32.
1703 (custom-button-pressed-face): Likewise.
1704
1705 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1706
1707 * progmodes/etags.el (tags-case-fold-search): New user-option.
1708 (tags-loop-eval): New function. Bind case-fold-search around eval
1709 depending on the value of tags-case-fold-search.
1710 (tags-loop-continue): Use tags-loop-eval.
1711 (find-tag-in-order): Bind case-fold-search depending on the value
1712 of tags-case-fold-search.
1713
1714 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1715
1716 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1717 (diff-end-of-hunk): Return the end position for use in
1718 `easy-mmode-define-navigation'.
1719 (diff-recenter): Remove.
1720 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1721 of `easy-mmode-define-navigation'.
1722 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1723 previous renaming) and fix to use new names.
1724 (diff-merge-strings): Use \n as separator: simpler, faster.
1725 (diff-mode): Use `define-derived-mode'.
1726
1727 * derived.el (define-derived-mode): Don't autoload anymore.
1728 Prefer the macro-only version provided by easy-mmode.el.
1729
1730 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1731 `easy-mmode-define-derived-mode'.
1732 Use `combine-run-hooks'.
1733 (easy-mmode-define-navigation): New macro.
1734
1735 * subr.el (combine-run-hooks): New function.
1736
1737 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1738
1739 * term/x-win.el: Fontsets related initialization is simplified.
1740
1741 * international/mule-diag.el (describe-font): Don't refer to
1742 global-fontset-alist, instead call font-list.
1743 (describe-fontset, list-fontsets, mule-diag): Likewise.
1744 (print-fontset): Adjusted for the change of fontset
1745 implementation.
1746
1747 * international/fontset.el (x-charset-registries): Variable
1748 removed, instead the corresponding data is stored in the default
1749 fontset.
1750 (register-alternate-fontnames): Function removed.
1751 (resolved-ascii-font): Variable removed.
1752 (x-compose-font-name): Ignore the second argument REDOCE.
1753 (x-complement-fontset-spec): Complement only an ASCII font and
1754 element for those charsets than can use that ASCII font.
1755 (generate-fontset-menu): Don't refer to global-fontset-alist,
1756 instead call fontset-list.
1757 (uninstantiated-fontset-alist): Variable removed.
1758 (x-style-funcs-alist): Likewise.
1759 (fontset-default-styles): Likewise.
1760 (x-modify-font-name): Function removed.
1761 (create-fontset-from-fontset-spec): Ignore the argument
1762 STYLE-VARIANT.
1763 (create-fontset-from-ascii-font): Docsting adjusted for the above
1764 change.
1765 (instantiate-fontset, resolve-fontset-name): Functions removed.
1766 (fontset-list): Now implemented by C code.
1767
1768 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1769 (describe-face): Include `font' attribute in the description.
1770
1771 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1772
1773 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1774
1775 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1776
1777 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1778 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1779 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1780
1781 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1782 about behavior of set-buffer-modified-p wrt redisplay.
1783
1784 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1785
1786 * view.el (view-mode-disable): Kill local binding of view-read-only.
1787
1788 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1789
1790 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1791 is a string, convert it to a syntax cell using string-to-syntax.
1792
1793 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1794 (string-to-syntax): New function.
1795
1796 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1797 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1798 try to use passive ftp mode.
1799
1800 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1801
1802 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1803
1804 * simple.el (append-to-buffer): Update point of windows after
1805 insertion.
1806
1807 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1808 forward then moving backward. Reindent.
1809
1810 * frame.el (other-frame): Call x-focus-frame only if
1811 focus-follows-mouse is off.
1812
1813 2000-03-17 Dave Love <fx@gnu.org>
1814
1815 * pcvs-util.el (cvs-strings->string): Rename
1816 replace-regexps-in-string.
1817
1818 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1821 regexp for labels cannot span several lines.
1822
1823 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1824 `(setq :<key> ':<key>)' to the macro expansion.
1825
1826 2000-03-16 Dave Love <fx@gnu.org>
1827
1828 * progmodes/f90.el (f90): Put custom group under `languages', not
1829 `fortran'.
1830 (f90-mode-hook): Customize.
1831 (f90-mode): Set add-log-current-defun-function.
1832 (f90-current-defun): New function.
1833
1834 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1835
1836 * cus-edit.el (custom-variable-tag-face): Handle case that
1837 default face's height is not a number.
1838 (custom-face-tag-face, custom-group-tag-face-1)
1839 (custom-group-tag-face): Ditto.
1840 (custom-group-tag-face-1): Add :group.
1841
1842 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1843
1844 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1845
1846 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1847 requiring easymenu.
1848
1849 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1850
1851 * ps-print.el: PostScript user-defined prologue, PostScript error
1852 handler, doc fix.
1853 (ps-print-version): New version number (5.1).
1854 (ps-user-defined-prologue, ps-error-handler-message)
1855 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1856 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1857 (ps-insert-string): New function.
1858
1859 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1860
1861 * international/ccl.el (ccl-compile-expression): Don't generate
1862 invalid self-assignment code.
1863
1864 2000-03-14 Dave Love <fx@gnu.org>
1865
1866 * subr.el (replace-regexp-in-string): Renamed from
1867 replace-regexps-in-string. Doc fix.
1868
1869 2000-03-12 Dave Love <fx@gnu.org>
1870
1871 * cus-edit.el: Doc fixes.
1872 (customize-set-variable, customize-save-variable): Rename args for
1873 doc.
1874 (custom-variable-tag-face, custom-face-tag-face)
1875 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1876 style which user identify as hyperlink.
1877 (hook): Don't add undefined functions to the hook.
1878 (debug-ignored-errors): Transfer message from bindings.el.
1879
1880 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1881
1882 * recentf.el (recentf-keep-non-readable-files-p): Remove
1883 double/nested definition.
1884
1885 2000-03-12 Dave Love <fx@gnu.org>
1886
1887 * facemenu.el (facemenu-get-face): Use display-color-p.
1888 * enriched.el (enriched-decode-foreground): Likewise.
1889 (enriched-decode-background): Likewise.
1890 * isearch.el (isearch-highlight): Likewise.
1891 * info-look.el (info-lookup): Likewise.
1892 * simple.el (completion-setup-function): Likewise.
1893
1894 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1895 :options.
1896
1897 * bindings.el (mode-line-format): Fix line-number and
1898 column-number items. Add help-echo for the background.
1899 (mode-line-mule-info): Modify help-echo.
1900
1901 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1902 defcustom.
1903
1904 * files.el (load-file): Allow completion to .elc.
1905
1906 * man.el: Doc fixes.
1907 (Man-init-defvars): Use display-color-p to set fontification.
1908
1909 * play/hanoi.el (hanoi-internal): Don't use oddp.
1910
1911 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1912
1913 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1914
1915 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1916
1917 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1918
1919 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1920 Fix comment.
1921
1922 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1923
1924 * font-lock.el (font-lock-keywords): Fix the doc now that
1925 regexp-opt-depth is unnecessary.
1926 (save-buffer-state): Set an edebug spec.
1927 (font-lock-fontify-anchored-keywords): Properly handle the case when
1928 the matcher goes past the limit.
1929
1930 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1931 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1932
1933 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1934 dll.el and cookie.el (from Elib) with heavy renaming and other
1935 massaging.
1936
1937 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1938 Autoload the functions used.
1939 (easy-mmode-define-syntax): Fix CL typo.
1940 (easy-mmode-define-derived-mode): Improve the docstring generation.
1941
1942 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1943
1944 * textmodes/texinfo.el (texinfo-version): Variable and function
1945 removed.
1946
1947 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1948
1949 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1950 allow more flexibility.
1951 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1952 fns.
1953 (easy-mmode-defmap, easy-mmode-defsyntax)
1954 (easy-mmode-define-derived-mode): New macros.
1955
1956 2000-03-09 Didier Verna <didier@xemacs.org>
1957
1958 * rect.el (replace-rectangle): New function.
1959
1960 2000-03-09 Dave Love <fx@gnu.org>
1961
1962 * progmodes/fortran.el (fortran-comment-line-start): Define as
1963 "C".
1964 (fortran-comment-line-start-skip): Don't match cpp stuff.
1965 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1966 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1967 (fortran-mode): Don't set fortran-comment-line-start-skip,
1968 fortran-comment-line-start here. Set comment-start,
1969 add-log-current-defun.
1970 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1971 (fortran-current-defun): New function.
1972
1973 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1974
1975 * emacs-lisp/re-builder.el: New file.
1976
1977 * mouse.el (mouse-drag-region): Don't run up-event handler
1978 if hscroll has changed.
1979
1980 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1981 builtin operators, use `font-lock-builtin-face' for Emacs and
1982 `font-lock-preprocessor-face' otherwise.
1983
1984 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1985 `(defun (setf foo)' differently.
1986
1987 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1988
1989 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1990 (regexp-opt): Update comment and adapt the code the new meaning of
1991 the `paren' argument of regex-opt-group for shy-groups.
1992 (regexp-opt-depth): Handle shy groups as well as backslashed
1993 backslashes.
1994 (regexp-opt-group): Turn the leading comment into a docstring.
1995 Allow `paren' to be a string (the string to use to open a group).
1996 Remove open-presuf and close-presuf. Instead of checking for `all
1997 one-char' and then later on check for `several one-char', handle
1998 both cases close together. Also apply a more generic algorithm
1999 for suffixes (the mirror image of the algorithm used for
2000 prefixes). Use shy-groups. Use nreverse rather than reverse.
2001 (regexp-opt-try-suffix): Removed.
2002
2003 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
2004 from comint-mode-map, so we can just inherit from it. Also, move
2005 the initialization into the `defvar' since there's no docstring
2006 anyway and it's fairly short.
2007 (inferior-scheme-mode): Define it as derived-mode: the code is
2008 shorter and this way we inherit from comint-mode-map rather than
2009 copying it.
2010
2011 * subr.el (replace-regexps-in-string): Properly handle the case
2012 where we match an empty string.
2013
2014 * comint.el (comint-exec-1): Add the current-dir to the exec-path
2015 when the command has a directory component (such as "./testml").
2016 Also fix a typo in the comment.
2017
2018 2000-03-08 Gerd Moellmann <gerd@gnu.org>
2019
2020 * Makefile (compile-files): Compile files one by one because
2021 that's the only way to ensure a clean compilation environment for
2022 each individual file.
2023
2024 * frame.el (other-frame): Call x-focus-frame.
2025
2026 2000-03-07 Dave Love <fx@gnu.org>
2027
2028 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2029 :require to defcustom.
2030
2031 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2032 lists.
2033
2034 * files.el (auto-mode-alist): Add configure.in.
2035
2036 * progmodes/autoconf.el: New file.
2037
2038 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2039
2040 * mail/mh-e.el: Change maintainer to `none'.
2041
2042 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2043 to remove-hook and add-hook.
2044
2045 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2046
2047 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2048 it as the default.
2049 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2050 (sendmail-send-it): Conditionally add MIME headers specifying the
2051 used character set.
2052
2053 2000-03-07 Dave Love <fx@gnu.org>
2054
2055 * winner.el: Fix keywords, autoload cookies. Split
2056 eval-when-compile form to avoid compilation failure.
2057
2058 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2059
2060 * international/mule.el: Modify comment about coding system
2061 property `coding-category'.
2062 (make-coding-system): New argument EOL-TYPE. Pay attention to
2063 coding-category property of PROPERTIES.
2064
2065 * international/mule-conf.el (coding-category-utf-8,
2066 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2067 categories. Include them in the argument for set-coding-priority.
2068
2069 * international/mule-cmds.el (reset-language-environment): Include
2070 coding-category-utf-8, coding-category-utf-16-be, and
2071 coding-category-utf-16-le in the argument for set-coding-priority.
2072 (reset-language-environment): Initialize coding-category-utf-8,
2073 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2074
2075 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2076
2077 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2078 code abstracted out of `bookmark-jump-noselect'. Now tries info
2079 extensions as well as compression extensions.
2080 (bookmark-jump-noselect): Use above new func.
2081
2082 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2083
2084 * strokes.el: Change maintainer's mail address.
2085
2086 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2087
2088 * international/mule-diag.el (list-character-sets): Make help-echo
2089 string by substitute-command-keys.
2090 (list-character-sets): Likewise.
2091 (sort-listed-character-sets): Call help-setup-xref.
2092
2093 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2094
2095 * time.el (display-time-mail-file): Add `none' to the list of
2096 choices.
2097
2098 2000-03-01 Dave Love <fx@gnu.org>
2099
2100 * help.el (help-xref-go-back): Don't try to set position.
2101
2102 * international/mule-diag.el (list-character-sets): Call
2103 help-setup-xref. Add help-echo to xrefs.
2104 (list-character-sets-1): Add help-echo to xrefs.
2105
2106 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2107
2108 * frame.el (blink-cursor-mode): Switch cursor on when turning
2109 the mode off.
2110
2111 * add-log.el (add-log-current-defun): Add support for
2112 Autoconf mode.
2113
2114 * mail/rmail.el (rmail-quit-hook): New variable.
2115
2116 2000-03-01 Dave Love <fx@gnu.org>
2117
2118 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2119
2120 * help.el (help-xref-button): Add help-echo arg.
2121 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2122
2123 * faces.el (list-faces-display): Supply help-echo with
2124 help-make-xrefs.
2125
2126 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2127 nil.
2128
2129 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2130
2131 * image.el (defimage): Look for image files in load-path.
2132
2133 * frame.el (busy-cursor-delay-seconds): Change type to
2134 `number'.
2135
2136 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2137
2138 * recentf.el (recentf): Added version tag to the defgroup of
2139 recentf.
2140
2141 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2142
2143 * recentf.el (recentf-cleanup): Changed to remove excluded file
2144 too.
2145 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2146 action to select/unselect a file.
2147 (recentf-edit-list): Code cleanup and improvement.
2148 (recentf-open-more-files-action): `recentf-open-more-files' button
2149 widget action to open a file.
2150 (recentf-open-more-files): No more use standard completion but
2151 widgets.
2152 (recentf-more-collection): Deleted.
2153 (recentf-more-history): Deleted.
2154 (recentf-setup-more-completion): Deleted.
2155
2156 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2157
2158 * recentf.el (recentf-mode): No more needs that Emacs is running
2159 under a window-system.
2160
2161 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2162
2163 * recentf.el (recentf-edit-list): New command to edit the recent
2164 list which allow the user to remove files.
2165 (recentf-edit-selected-items): New global variable, used by
2166 `recentf-edit-list' to hold the list of files to be removed from
2167 the recent list.
2168 (recentf-make-menu-items): Updated to display a "Edit list..."
2169 menu item. Minor code cleanup.
2170
2171 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2172
2173 * recentf.el (recentf-open-more-files): New command to open files
2174 that are not displayed in the menu.
2175 (recentf-more-collection): New global variable holding the set of
2176 permissible completions used by `recentf-open-more-files'.
2177 (recentf-more-history): New global variable holding the history list
2178 used by `recentf-open-more-files' completion.
2179 (recentf-setup-more-completion): New function to setup completion for
2180 `recentf-open-more-files'.
2181 (recentf-make-menu-items): Updated to display a "More..." menu item.
2182
2183 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2184
2185 * recentf.el (recentf-menu-action): Doc fixed.
2186
2187 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2188
2189 * recentf.el (recentf-menu-filter): Doc updated.
2190 (recentf-update-menu-hook): Allow menu filters to force menu update.
2191 (recentf-make-menu-items): New menu filter handling.
2192 (recentf-make-menu-item): New helper function.
2193 (recentf-menu-elements): New menu handling function.
2194 (recentf-sort-ascending): Updated to new menu filter handling.
2195 (recentf-sort-descending): Updated to new menu filter handling.
2196 (recentf-sort-basenames-ascending): New menu filter function.
2197 (recentf-sort-basenames-descending): New menu filter function.
2198 (recentf-show-basenames): New menu filter function.
2199 (recentf-show-basenames-ascending): New menu filter function.
2200 (recentf-show-basenames-descending): New menu filter function.
2201
2202 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2203
2204 * diary-lib.el (list-diary-entries): Don't try to go forward at
2205 the end of the buffer.
2206
2207 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2208
2209 * international/mule-diag.el (list-character-sets): Completely
2210 rewritten.
2211 (sort-listed-character-sets): New function.
2212 (list-character-sets-1): Completely rewritten.
2213 (list-character-sets-2): New function.
2214 (non-iso-charset-alist): New variable.
2215 (decode-codepage-char): New function.
2216 (charset-history): New variable.
2217 (read-charset) (list-block-of-chars)
2218 (list-iso-charset-chars)
2219 (list-non-iso-charset-chars)
2220 (list-charset-chars): New functions.
2221 (mule-diag): Call list-character-sets-2, not
2222 list-character-sets-2.
2223 (dump-charsets): Likewise.
2224
2225 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2226
2227 * dired-x.el (dired-filename-at-point): Add `@' to valid
2228 file name characters.
2229 (dired-filename-at-point): Handle ange-ftp file names.
2230
2231 * frame.el (frame-notice-user-settings): Use assq-delete-all
2232 instead of assoc-delete-all.
2233 (frame-notice-user-settings): Ditto.
2234
2235 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2236 Don't copy alist.
2237
2238 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2239
2240 * calculator.el (calculator-use-menu): New option.
2241 (calculator-initial-bindings): Changed some bindings to work as
2242 macros.
2243 (calculator-forced-input): Removed.
2244 (calculator-restart-other-mode): New variable.
2245 (calculator-mode-map): Set up menu.
2246
2247 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2248
2249 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2250 tags.
2251
2252 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2253
2254 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2255 translate all ESC key sequences.
2256 (viper-goto-mark-subr): restore markers for files for which
2257 they were saved.
2258 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2259 * viper-util.el (viper-set-replace-overlay-glyphs,
2260 viper-set-replace-overlay): always check if the replacement
2261 overlay is live.
2262 * viper.el (viper-vi-state-mode-list): added major modes.
2263 * ediff-wind.el: minor comment changes.
2264 * ediff.el: copyright notice date fix.
2265
2266 2000-02-27 Jason Rumney <jasonr@gnu.org>
2267
2268 * faces.el (face-font-family-alternatives): Add arial to helv.
2269 (mode-line, header-line, tool-bar): Same default as x for w32.
2270 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2271 face-font-family-alternatives from working.
2272 * term/w32-win.el (mouse-set-font): Do not build fontset from
2273 chosen font.
2274
2275 2000-02-25 Sam Steingold <sds@goems.com>
2276
2277 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2278 properly.
2279
2280 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2281
2282 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2283
2284 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2285
2286 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2287 writable.
2288
2289 * frame.el (busy-cursor-delay-seconds): New option.
2290
2291 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2292
2293 * frame.el (show-cursor-in-non-selected-windows): New option.
2294
2295 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2296
2297 * diary-lib.el (include-other-diary-files): Undo the selective
2298 display in any included file and don't kill it.
2299
2300 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2303 bar. Menu items converted to (menu-item format, help strings
2304 added.
2305 [downcase, upcase]: Don't enable on MS-DOS.
2306 [symlink, symlinks]: Don't show if make-symbolic-link is not
2307 bound.
2308 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2309
2310 2000-02-23 Dave Love <fx@gnu.org>
2311
2312 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2313 (backward-kill-word): Revert addition of * to interactive spec --
2314 it's a feature.
2315
2316 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2317 (backward-kill-sentence, kill-sentence): Likewise.
2318
2319 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2320 scratch buffer name.
2321 (gud-format-command): Use int-to-string in ?l case. Simplify
2322 slightly.
2323
2324 * term/w32-win.el (internal-face-interactive): Update prompt for
2325 new read-face-name.
2326
2327 * mail/footnote.el (footnote): Add :version to defgroup.
2328 (footnote-section-tag-regexp): Customize.
2329 (footnote-start-tag, footnote-end-tag): New option.
2330 (footnote-latin-regexp): New variable.
2331 (Footnote-latin): New function.
2332 (footnote-style-alist): Add element for latin style.
2333 (footnote-style): Moved.
2334 (Footnote-goto-footnote): Use eq to test arg.
2335
2336 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2337
2338 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2339 (byte-compile-trueconstp): Include keywords.
2340 (byte-optimize-quote, byte-optimize-lapcode): Use
2341 byte-compile-const-symbol-p.
2342 (byte-optimize-char-before): New optimization.
2343
2344 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2345 (byte-compile-const-symbol-p): New function.
2346 (byte-compile-constp, byte-compile-out-toplevel)
2347 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2348 Use it.
2349
2350 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2351
2352 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2353
2354 * international/encoded-kb.el: Be sure to update minor-mode-alist
2355 and minor-mode-map-alist.
2356 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2357 codes SS2 and SS3 correctly.
2358 (encoded-kbd-self-insert-ccl): New function.
2359 (encoded-kbd-setup-keymap): New function.
2360 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2361 by calling encoded-kbd-setup-keymap.
2362
2363 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2364 characters.
2365 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2366 locally.
2367
2368 2000-02-22 Dave Love <fx@gnu.org>
2369
2370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2371 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2372 defvar.
2373 (lisp-mode-syntax-table): Set up for #|...|# comments.
2374 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2375 classes. Match `defface'.
2376 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2377 (eval-defun-1): Fix for defcustom.
2378 (lisp-indent-region): Doc fix.
2379
2380 * subr.el (when, unless, split-string): Doc fix.
2381 (read-passwd): Move call of clear-this-command-keys to the right
2382 place.
2383 (replace-regexps-in-string): New function.
2384
2385 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2386
2387 * help.el (describe-variable): Set syntax table to
2388 emacs-lisp-mode-syntax-table when moving forward over the
2389 symbol's name.
2390
2391 2000-02-22 Dave Love <fx@gnu.org>
2392
2393 * xt-mouse.el: Doc fixes.
2394 (xterm-mouse-position-function): New function, replacing advice of
2395 mouse-position.
2396 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2397
2398 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2399
2400 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2401
2402 * format.el (format-annotate-single-property-change): Handle
2403 properties.with dotted-list values.
2404 (format-proper-list-p): New function.
2405
2406 * enriched.el (enriched-face-ans): Handle '(foreground-color
2407 . COLOR) and (background-color . COLOR).
2408
2409 2000-02-20 Dave Love <fx@gnu.org>
2410
2411 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2412 and assignments to it.
2413 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2414 current local map.
2415 (make-flyspell-overlay): Use it.
2416 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2417
2418 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2419 (lm-get-header-re): Defun, not defsubst.
2420 (lm-get-package-name): Defun, not defsubst. Simplify.
2421 (lm-version): Doc fix. Simplify.
2422 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2423 (lm-crack-address, lm-last-modified-date, lm-commentary)
2424 (lm-verify, lm-synopsis): Simplify.
2425 (lm-report-bug): Require emacsbug. Use compose-mail.
2426
2427 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2428
2429 * dired.el (dired-mode): Call propertized-buffer-identification
2430 to set mode-line-buffer-identification to something having
2431 the right text properties.
2432
2433 * bindings.el (propertized-buffer-identification): New function.
2434
2435 2000-02-20 Dave Love <fx@gnu.org>
2436
2437 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2438 check for t-mouse too.
2439
2440 * cus-start.el: Make echo-keystrokes `number'.
2441
2442 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2443
2444 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2445 Don't call ring-empty-p unless tags-location-ring is bound.
2446 From Noah Friedman <friedman@splode.com>.
2447
2448 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2449
2450 * progmodes/hideshow.el (hs-flag-region): No longer use
2451 `intangible' overlay property.
2452
2453 (hs-toggle-hiding): New command.
2454 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2455
2456 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2457 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2458 and deactivation.
2459
2460 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2461
2462 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2463
2464 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2465
2466 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2467
2468 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2469 of `*' to handle `(* ... *)' comments.
2470
2471 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2472
2473 * faces.el (list-faces-display): Use display-mouse-p instead of
2474 window-system.
2475
2476 * menu-bar.el (global-map): Menu-bar items converted to the new
2477 format (menu-item..., rearranged for better CUA compliance, and
2478 their names changed for better clarity. Help strings added.
2479
2480 * international/mule-cmds.el (mule-menu-keymap)
2481 (describe-language-environment-map, set-coding-system-map)
2482 (setup-language-environment-map): Convert to new (menu-item...
2483 form, add help strings. Change names of menu items for better
2484 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2485 submenu).
2486
2487 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2488
2489 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2490 within the code.
2491
2492 2000-02-16 Dave Love <fx@gnu.org>
2493
2494 * faces.el: Don't require custom. Add more specific :groups to
2495 various deffaces.
2496 (set-face-attribute): Purecopy args.
2497 (read-face-name): Default to name at point and use it in prompt.
2498 Remove colon from arg in all callers.
2499 (list-faces-display): Hyperlink to face descriptions and customize
2500 buffers.
2501
2502 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2503
2504 * wid-edit.el (widget-match-inline): An atom never matches a
2505 list.
2506
2507 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2508
2509 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2510 at ':' characters by call to split-string.
2511
2512 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2513
2514 * textmodes/bibtex.el: Added RCS version identification.
2515
2516 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2517
2518 * textmodes/bibtex.el: Some temporary comments removed.
2519 (bibtex-field-name, bibtex-entry-type): Made the relationship
2520 explicit.
2521 (bibtex-field-const): Allow capital letters.
2522 (bibtex-start-of-string): Deleted because unused.
2523
2524 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2525 use the term 'reference' to describe a bibtex entry as a whole.
2526 Further, reference keys are no longer called 'labels'.
2527 (bibtex-keys): Renamed to bibtex-reference-keys.
2528 (bibtex-reformat-previous-labels): Renamed to
2529 bibtex-reformat-previous-reference-keys.
2530 (bibtex-reference-type): Renamed to bibtex-entry-type.
2531 (bibtex-reference-head): Renamed to bibtex-entry-head.
2532 (bibtex-reference-maybe-empty-head): Renamed to
2533 bibtex-entry-maybe-empty-head.
2534 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2535 (bibtex-search-reference): Renamed to bibtex-search-entry.
2536 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2537 bibtex-enclosing-entry-maybe-empty-head.
2538 (bibtex-entry-field-alist, bibtex-entry-head,
2539 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2540 bibtex-map-entries, bibtex-search-entry,
2541 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2542 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2543 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2544 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2545 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2546 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2547 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2548
2549 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2550
2551 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2552 comment.
2553 (bibtex-format-field-delimiters): New function, functionality
2554 extracted from bibtex-format-entry.
2555 (bibtex-autokey-get-yearfield-digits): New function, functionality
2556 extracted from bibtex-autokey-get-yearfield.
2557
2558 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2559 entries in order to avoid stack overflow in the regexp matcher if
2560 field contents become large.
2561 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2562 bibtex-field-string-part-not-braced,
2563 bibtex-field-string-part-no-inner-braces,
2564 bibtex-field-string-part-1-inner-brace,
2565 bibtex-field-string-part-2-inner-braces,
2566 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2567 bibtex-field-string-quoted, bibtex-field-string,
2568 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2569 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2570 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2571 as parsing is now performed by the following functions.
2572 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2573 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2574 bibtex-parse-field-string, bibtex-search-forward-field-string,
2575 bibtex-parse-association, bibtex-field-name-for-parsing,
2576 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2577 bibtex-search-forward-field, bibtex-search-backward-field,
2578 bibtex-start-of-field, bibtex-end-of-field,
2579 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2580 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2581 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2582 bibtex-parse-string, bibtex-search-forward-string,
2583 bibtex-search-backward-string, bibtex-start-of-string,
2584 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2585 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2586 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2587 entries. Instead of reporting the results of the parsing by
2588 match-beginning or match-end, these functions return data structures
2589 that hold the corresponding positions.
2590 (bibtex-enclosing-field): Changed to also report field boundaries by
2591 return values rather than by match-beginning or match-end. The
2592 following functions have been adapted to use the new parsing
2593 functions.
2594 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2595 bibtex-enclosing-field, bibtex-format-entry,
2596 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2597 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2598 bibtex-print-help-message, bibtex-end-of-entry,
2599 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2600 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2601 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2602 method for parsing.
2603 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2604 bibtex-map-entries, bibtex-flash-head,
2605 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2606 bibtex-autokey-change, bibtex-autokey-get-namefield,
2607 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2608 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2609 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2610 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2611 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2612 order to make the new binding of case-fold-search immediately
2613 visible.
2614
2615 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2616
2617 * textmodes/bibtex.el: Copyright notice is up to date.
2618 Added constant 'bibtex-maintainer-salutation.
2619
2620 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2621 than make-temp-name, use match-string-no-properties and eliminate
2622 a quadratic behavior when building bibtex-strings.
2623
2624 * bibtex.el (bibtex-reference-key): Accept string entries whose
2625 reference key contains upper case letters.
2626
2627 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2628
2629 * bibtex.el (bibtex-reference-head): Allow entries to start with
2630 a new line.
2631
2632 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2633
2634 * bibtex.el: Hiding of entry bodies is not longer provided by
2635 bibtex.el directly. Instead the hideshow package can be used.
2636 Added a special bibtex entry to hs-special-modes-alist.
2637 (bibtex-hs-forward-sexp): Added for hideshow.el.
2638
2639 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2640
2641 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2642 at ':' characters by call to split-string.
2643
2644 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2645
2646 * textmodes/bibtex.el: Added RCS version identification.
2647
2648 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2649
2650 * textmodes/bibtex.el: Some temporary comments removed.
2651 (bibtex-field-name, bibtex-entry-type): Made the relationship
2652 explicit.
2653 (bibtex-field-const): Allow capital letters.
2654 (bibtex-start-of-string): Deleted because unused.
2655
2656 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2657 use the term 'reference' to describe a bibtex entry as a whole.
2658 Further, reference keys are no longer called 'labels'.
2659 (bibtex-keys): Renamed to bibtex-reference-keys.
2660 (bibtex-reformat-previous-labels): Renamed to
2661 bibtex-reformat-previous-reference-keys.
2662 (bibtex-reference-type): Renamed to bibtex-entry-type.
2663 (bibtex-reference-head): Renamed to bibtex-entry-head.
2664 (bibtex-reference-maybe-empty-head): Renamed to
2665 bibtex-entry-maybe-empty-head.
2666 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2667 (bibtex-search-reference): Renamed to bibtex-search-entry.
2668 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2669 bibtex-enclosing-entry-maybe-empty-head.
2670 (bibtex-entry-field-alist, bibtex-entry-head,
2671 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2672 bibtex-map-entries, bibtex-search-entry,
2673 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2674 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2675 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2676 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2677 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2678 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2679 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2680
2681 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2682
2683 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2684 comment.
2685 (bibtex-format-field-delimiters): New function, functionality
2686 extracted from bibtex-format-entry.
2687 (bibtex-autokey-get-yearfield-digits): New function, functionality
2688 extracted from bibtex-autokey-get-yearfield.
2689
2690 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2691 entries in order to avoid stack overflow in the regexp matcher if
2692 field contents become large.
2693 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2694 bibtex-field-string-part-not-braced,
2695 bibtex-field-string-part-no-inner-braces,
2696 bibtex-field-string-part-1-inner-brace,
2697 bibtex-field-string-part-2-inner-braces,
2698 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2699 bibtex-field-string-quoted, bibtex-field-string,
2700 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2701 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2702 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2703 as parsing is now performed by the following functions.
2704 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2705 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2706 bibtex-parse-field-string, bibtex-search-forward-field-string,
2707 bibtex-parse-association, bibtex-field-name-for-parsing,
2708 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2709 bibtex-search-forward-field, bibtex-search-backward-field,
2710 bibtex-start-of-field, bibtex-end-of-field,
2711 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2712 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2713 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2714 bibtex-parse-string, bibtex-search-forward-string,
2715 bibtex-search-backward-string, bibtex-start-of-string,
2716 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2717 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2718 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2719 entries. Instead of reporting the results of the parsing by
2720 match-beginning or match-end, these functions return data structures
2721 that hold the corresponding positions.
2722 (bibtex-enclosing-field): Changed to also report field boundaries by
2723 return values rather than by match-beginning or match-end. The
2724 following functions have been adapted to use the new parsing
2725 functions.
2726 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2727 bibtex-enclosing-field, bibtex-format-entry,
2728 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2729 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2730 bibtex-print-help-message, bibtex-end-of-entry,
2731 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2732 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2733 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2734 method for parsing.
2735 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2736 bibtex-map-entries, bibtex-flash-head,
2737 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2738 bibtex-autokey-change, bibtex-autokey-get-namefield,
2739 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2740 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2741 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2742 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2743 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2744 order to make the new binding of case-fold-search immediately
2745 visible.
2746
2747 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2748
2749 * textmodes/bibtex.el: Copyright notice is up to date.
2750 Added constant 'bibtex-maintainer-salutation.
2751
2752 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2753 than make-temp-name, use match-string-no-properties and eliminate
2754 a quadratic behavior when building bibtex-strings.
2755
2756 * bibtex.el (bibtex-reference-key): Accept string entries whose
2757 reference key contains upper case letters.
2758
2759 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2760
2761 * bibtex.el (bibtex-reference-head): Allow entries to start with
2762 a new line.
2763
2764 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2765
2766 * bibtex.el: Hiding of entry bodies is not longer provided by
2767 bibtex.el directly. Instead the hideshow package can be used.
2768 Added a special bibtex entry to hs-special-modes-alist.
2769 (bibtex-hs-forward-sexp): Added for hideshow.el.
2770
2771 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2772
2773 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2774 proceedings entry type (for cross referencing). Thanks to Wagner
2775 Toledo Correa for the suggestion.
2776
2777 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2778
2779 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2780
2781 * international/characters.el: Setup case table for Vietnamese.
2782
2783 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2784
2785 * uniquify.el (toplevel): Require CL at compile time.
2786 (uniquify-push): Removed.
2787
2788 * shadowfile.el (shadow-when): Removed.
2789
2790 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2791 (tempo-process-and-insert-string): Use dolist instead of
2792 tempo-dolist.
2793
2794 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2795 regexp for paragraph-start.
2796
2797 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2798 commas as well.
2799
2800 2000-02-10 Dave Love <fx@gnu.org>
2801
2802 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2803 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2804 Deleted.
2805 (widget-specify-field, widget-specify-button): Don't use
2806 widget-mouse-help as help-echo property.
2807 (default): Use #'ignore for :validate and :mouse-down-action.
2808 (checkbox): Add help-echo.
2809 (widget-sexp-validate): Rewritten to clarify error messages.
2810 (character): Use char-valid-p in :match function.
2811 (widget-color-complete): Use facemenu-color-alist.
2812 (widget-color-action): Use facemenu-read-color.
2813
2814 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2815 set up `caar' &c that we now have.
2816
2817 2000-02-09 Ray Blaak <blaak@gnu.org>
2818
2819 * delphi.el: Make resourcestring a declaration region, like const
2820 and var.
2821
2822 2000-02-09 Dave Love <fx@gnu.org>
2823
2824 * bindings.el (mode-line-input-method-map): New variable.
2825 (mode-line-mule-info): Use it; fix last change.
2826 (mode-line-mode-menu): Move definition.
2827 (mode-line-mouse-sensitive-p): Deleted.
2828 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2829 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2830 level.
2831
2832 * startup.el (command-line-1): Don't call
2833 make-mode-line-mouse-sensitive.
2834
2835 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2836
2837 * mail/rmail.el (rmail-retry-failure): Use
2838 rmail-beginning-of-message before rmail-toggle-header, because the
2839 former toggles headers.
2840
2841 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2842
2843 * diff-mode.el (diff-kill-junk): New interactive function.
2844 (diff-reverse-direction): Use delete-and-extract-region.
2845 (diff-post-command-hook): Restrict the area so that the hook also works
2846 outside of any diff hunk. This is necessary for the minor-mode.
2847 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2848 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2849
2850 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2851 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2852 so that it can be used more easily in <foo>-mode-hook. Also make sure
2853 to avoid duplicate entries.
2854 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2855 (font-lock-remove-keywords): Just as was done for `add', allow it to
2856 work even if font-lock-mode is nil. Also make sure we don't modify
2857 any pre-existing list by forcing a copy-sequence. Finally rename
2858 `major-mode' to `mode'.
2859 (font-lock-fontify-syntactic-anchored-keywords)
2860 (font-lock-fontify-anchored-keywords)
2861 (font-lock-fontify-keywords-region): Use line-end-position.
2862 Don't make `font-lock-multiline' local (it's now done in
2863 font-lock-set-defaults).
2864 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2865 move the `font-lock-fontified' creation to inside the `unless'.
2866
2867 2000-02-06 Andrew Innes <andrewi@gnu.org>
2868
2869 * term/w32-win.el (x-handle-args): Comment out call to message,
2870 which occurs before window system is initialized.
2871
2872 * makefile.nt: Add support for recompiling lisp code.
2873
2874 2000-02-04 Dave Love <fx@gnu.org>
2875
2876 * bindings.el (mode-line-mule-info): Fix/extend last change.
2877
2878 * completion.el: Replace completion-dolist with dolist.
2879
2880 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2881 dotimes.
2882
2883 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2884
2885 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2886 environment names before they go into the section regexp.
2887
2888 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2889 char class in regexp.
2890
2891 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2892 `case-fold-search' to nil.
2893
2894 * progmodes/idlwave.el (idlwave-template): Respect
2895 `idlwave-abbrev-change-case'.
2896 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2897 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2898 idlwave-while): respect `idlwave-reserved-word-upcase'.
2899 (idlwave-rw-case): New function.
2900 (idlwave-statement-match): Fixed problem with assignment regexp.
2901 (idlwave-font-lock-keywords): Improved regexp for keyword
2902 parameters.
2903 (idlwave-surround): New argument LENGTH to support padding of
2904 operators longer than 1 char.
2905
2906 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2907 idlwave-shell-expression-overlay. Implemented printing of
2908 expressions on higher levels of the calling stack.
2909 (idlwave-shell-display-level-in-calling-stack): Restore stack
2910 level.
2911 (idlwave-retrieve-expression-from-level): New function.
2912 (idlwave-shell-last-calling-stack): Variable removed.
2913 (idlwave-shell-reset): Argument action reversed (`visible' to
2914 `hidden'). Also remove stop-line overlay.
2915 (idlwave-shell-calling-stack-routine): New variable.
2916 (idlwave-shell-parse-stack-and-display): Messages now display
2917 negative level numbers.
2918 (idlwave-shell-mode): Set `modeline-format'.
2919 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2920 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2921 21.
2922 (idlwave-shell-print-expression-function): New option.
2923
2924 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2925 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2926 `tool-bar' instead of `toolbar'.
2927
2928 2000-02-02 Dave Love <fx@gnu.org>
2929
2930 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2931 emacs-lisp-mode-hook. Don't check for defalias being defined.
2932
2933 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2934 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2935 the new builtins directly.
2936
2937 * whitespace.el (whitespace): Add :version to defgroup.
2938
2939 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2940 Doc fix.
2941
2942 * thingatpt.el (sexp-at-point, symbol-at-point)
2943 (number-at-point, list-at-point): Add autoload cookie.
2944
2945 * recentf.el (recentf): Add :version to defgroup.
2946
2947 * quickurl.el (quickurl): Add :version to defgroup.
2948
2949 * elide-head.el (elide-head): Use point-marker more.
2950
2951 * bs.el (bs): Add :version to defgroup.
2952
2953 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2954
2955 * progmodes/delphi.el (delphi): Add :version to defgroup.
2956
2957 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2958
2959 * ange-ftp.el (ange-ftp-write-region): Handle case that
2960 succeeding process operation sets a different coding system.
2961
2962 * calculator.el: New file.
2963
2964 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * frame.el (frames-on-display-list, framep-on-display): New
2967 functions.
2968 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2969 (display-selections-p, display-screens, display-pixel-width)
2970 (display-pixel-height, display-mm-width, display-mm-height)
2971 (display-backing-store, display-save-under, display-planes)
2972 (display-color-cells, display-visual-class): New functions.
2973
2974 * term/tty-colors.el (tty-color-gray-shades): New function.
2975
2976 * faces.el (display-color-p): Use framep-on-display.
2977 (display-grayscale-p): New function.
2978
2979 2000-01-31 Dave Love <fx@gnu.org>
2980
2981 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2982 (create-fontset-from-x-resource): Don't concat integers.
2983
2984 2000-01-31 Inge Frick <inge@nada.kth.se>
2985
2986 * view.el: Some changes in documentation. Removed some trailing
2987 whitespace. Changed some parameter names to agree with
2988 documentation.
2989 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2990 window is not deleted. Modifies change 1998-04-26.
2991
2992 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2993
2994 * windmove.el: New file.
2995
2996 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2997 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2998 progmodes/ebnf-yac.el: Update copyright and license info.
2999
3000 * jit-lock.el (jit-lock-function): Widen before calculating end
3001 position.
3002 (jit-lock-stealth-chunk-start): Rewritten.
3003
3004 * info.el (Info-title-face-alist): Removed.
3005 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
3006 faces.
3007 (Info-fontify-node): Use these faces.
3008
3009 2000-01-30 Gerd Moellmann <gerd@gnu.org>
3010
3011 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
3012 (cl-macro-list1): Recognize `&allow-other-keys' instead of
3013 `&allow-other-keywords'.
3014
3015 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
3016 the list of directories scanned heuristically.
3017
3018 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
3019 exist.
3020
3021 2000-01-30 Jason Rumney <jasonr@gnu.org>
3022
3023 * w32-fns.el: Define w32-tty-standard-colors.
3024
3025 * startup.el (command-line): Use w32-tty-standard-colors when in
3026 w32 console mode.
3027
3028 2000-01-30 Dave Love <fx@gnu.org>
3029
3030 * jka-compr.el (jka-compr-load): Fix up load-history.
3031
3032 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3033
3034 * emacs-lisp/cl-macs.el: Revert previous change.
3035
3036 2000-01-29 Dave Love <fx@gnu.org>
3037
3038 * facemenu.el: Purecopy various strings.
3039
3040 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3041 years. Deal with three-digit years.
3042
3043 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3044 defconst, purecopy.
3045 (help-back-label): Purecopy it.
3046
3047 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3048
3049 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3050 variable. If non-nil, order the buffer list according to the
3051 currently selected frame.
3052 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3053 non-nil, pass the selected frame to function buffer-list.
3054
3055 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3056
3057 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3058
3059 2000-01-28 Dave Love <fx@gnu.org>
3060
3061 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3062
3063 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3064 Don't use lisp-indent-hook property.
3065 (cl-abs): Remove.
3066
3067 * subr.el: Move out indent and edebug specs for when and unless.
3068
3069 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3070 when, unless.
3071
3072 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3073 unless, when.
3074
3075 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3076
3077 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3078 `collecting' as synonym for `collect'.
3079
3080 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3081 for the case it contains spaces.
3082
3083 * simple.el (what-cursor-position): Change formatting of
3084 messages.
3085
3086 * frame.el (delete-other-frames): New function.
3087 (toplevel): Bind it to C-x 5 1.
3088
3089 * sort.el (sort-numeric-base): New option.
3090 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3091 interpret it as octal or hexadecimal. Use sort-numeric-base
3092 as default base.
3093
3094 * progmodes/glasses.el: New file.
3095
3096 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3097
3098 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3099 userids differently.
3100
3101 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3102 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3103 progmodes/ebnf-yac.el: New files.
3104
3105 2000-01-26 Dave Love <fx@gnu.org>
3106
3107 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3108 on a function with an empty body. [From Eric Ludlam.]
3109
3110 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3111
3112 * vc.el (vc-version-diff): Make sure file name is expanded.
3113
3114 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3115
3116 * scroll-bar.el (scroll-bar-timer): Variable removed.
3117 (scroll-bar-toolkit-scroll): Don't use a timer.
3118
3119 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3120
3121 * language/thai-util.el (thai-composition-function): Delete
3122 superfluous `a'.
3123
3124 2000-01-24 Dave Love <fx@gnu.org>
3125
3126 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3127 end-of-defun-function.
3128
3129 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3130 &c.
3131
3132 2000-01-22 Jason Rumney <jasonr@gnu.org>
3133
3134 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3135 conflicts with new face support.
3136
3137 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3138
3139 * replace.el (query-replace): Rename last arg to DELIMITED.
3140 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3141 (query-replace-regexp): Likewise.
3142
3143 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3144
3145 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3146
3147 * emacs-lisp/lisp.el (beginning-of-defun-function):
3148 Variable renamed from beginning-of-defun.
3149 Do not call make-variable-buffer-local.
3150 (beginning-of-defun-raw): Use new variable name; doc fix.
3151 (beginning-of-defun): Doc fix.
3152 (end-of-defun-function): Variable renamed from end-of-defun.
3153 Do not call make-variable-buffer-local.
3154 (end-of-defun): Use new variable name; doc fix.
3155
3156 * subr.el (dolist, dotimes): Copied from cl-macs.el
3157 and made to work.
3158
3159 * mail/undigest.el (rmail-digest-end-regexps):
3160 Variable replaces rmail-digest-end-regexp.
3161 Allows multiple regexps for detecting the end line.
3162 (undigestify-rmail-message): Corresponding changes.
3163
3164 2000-01-19 Dave Love <fx@gnu.org>
3165
3166 * files.el (user-init-file): Don't declare here -- is primitive.
3167
3168 * startup.el (command-line): Check for compiled user-init-file and
3169 set to uncompiled version if necessary.
3170
3171 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3172
3173 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3174 (undigestify-rmail-message): Use it.
3175
3176 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3177
3178 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3179
3180 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3181 of mini-buffer.
3182
3183 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3184
3185 * emacs-lisp/copyright.el (copyright-update): Removed the
3186 requirement for a trailing space from `copyright-regexp', to
3187 support copyrights with owner specified on a separate line..
3188
3189 * align.el: New file.
3190
3191 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3192
3193 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3194
3195 2000-01-13 Dave Love <fx@gnu.org>
3196
3197 * ph.el: Removed. (Obsoleted by EUDC.)
3198
3199 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3200
3201 * net/eudc.el (toplevel): Remove autoloaded code installing
3202 menu with easymenu, because that causes build problems.
3203
3204 * frame.el (frame-notice-user-settings): New variable.
3205 (frame-notice-user-settings): Don't modify frame parameters
3206 if called a second time.
3207
3208 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3209
3210 * frame.el (frame-notice-user-settings):
3211 Notice default-frame-parameters even for non-window frames.
3212
3213 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3214
3215 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3216 for Emacs.
3217 (eudc-bob-can-display-inline-images): Extend for Emacs.
3218 (eudc-bob-toggle-inline-display): Ditto.
3219 (eudc-bob-display-jpeg): Ditto.
3220
3221 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3222
3223 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3224 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3225 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3226
3227 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3228 nil)'.
3229
3230 * subdirs.el: Add `net' directory.
3231
3232 * net: New directory.
3233
3234 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3235 eval-last-sexp. Don't bind debug-on-error here.
3236 (eval-last-sexp): New function. Bind debug-on-error if
3237 eval-expression-debug-on-error is non-nil.
3238 (eval-defun-2, eval-defun): Likewise.
3239
3240 * simple.el (eval-expression): Don't bind debug-on-error if
3241 eval-expression-debug-on-error is nil. Detect changed
3242 debug-on-error, and propagate new value to global binding, if
3243 eval-expression-debug-on-error is non-nil,
3244 (eval-expression-debug-on-error): Change doc string.
3245
3246 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3247
3248 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3249
3250 * emacs-lisp/lisp-mode.el (with-syntax-table):
3251 Set up lisp-indent-function property.
3252
3253 * subr.el (with-syntax-table): Moved from simple.el.
3254
3255 * simple.el (with-syntax-table): Moved to subr.el.
3256
3257 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3258
3259 * tmm.el (tmm-shortcut): Delete region after prompt instead
3260 of erasing buffer.
3261
3262 * textmodes/fill.el (fill-common-string-prefix): New function.
3263 (fill-context-prefix): Use the longest common prefix of first
3264 and second line fill prefix, if there is one.
3265
3266 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3267
3268 * array.el (array-mode): Don't use make-variable-buffer-local.
3269 Use make-local-variable for `truncate-lines'.
3270
3271 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3272
3273 * add-log.el (add-log-current-defun): Handle user-defined
3274 add-log-current-function returning nil,
3275
3276 * add-log.el (add-change-log-entry): Insert version number
3277 if having found a current function
3278
3279 * add-log.el (add-log-current-defun): Call
3280 `add-log-current-defun-function'. Try matches at level 0 and
3281 level 1. Strip whitespace from defun found.
3282
3283 2000-01-10 John Wiegley <johnw@gnu.org>
3284
3285 * allout.el (isearch-done/outline-provisions): Added `edit'
3286 argument to correspond with the current definition of
3287 `isearch-done'.
3288
3289 2000-01-10 Dave Love <fx@gnu.org>
3290
3291 * elide-head.el (elide-head): Use point-marker, not point.
3292
3293 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3294
3295 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3296 before and after the year 2000.
3297
3298 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3299 Add ispell- prefix.
3300
3301 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3302
3303 * ispell.el: Only define dictionaries in menus when they exist.
3304 (version18p): New variable.
3305 (version20p): New variable.
3306 (xemacsp): New variable.
3307 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3308 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3309 (ispell-dictionary-alist6): Russian command lines no longer accept
3310 run-together words.
3311 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3312 (ispell-dictionary-alist): Add koi8-r to customize definition.
3313 (check-ispell-version): Added documentation string. Returns
3314 library path when called non-interactively.
3315 (ispell-menu-map-needed): Uses new variables.
3316 (ispell-library-path): New variable.
3317 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3318 (ispell-word): Improved documentation string. Test for valid
3319 character mappings. Correctly check typed in word changes that can
3320 result in single words split into multiple words. Returns
3321 replacement word.
3322 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3323 replace in recursive query replace mode. Help message for
3324 recursive edit mode.
3325 (ispell-show-choices): Protect against bad framepop bindings.
3326 (ispell-help): Fix to work with XEmacs.
3327 (ispell-highlight-spelling-error): Use new variables.
3328 (ispell-overlay-window): Fix to work with XEmacs.
3329 (ispell-parse-output): Passed and returns location information
3330 tracking spelling corrections. Doesn't recheck same word on
3331 current line.
3332 (ispell-init-process): Protect against bogus XEmacs variable binding.
3333 Fix call to single argument in sleep-for. Use new variables.
3334 (ispell-region): Passed and returns location information tracking
3335 spelling corrections. Doesn't check same word on current line.
3336 Improved documentation string. Doesn't resend a line already
3337 checked to the ispell process - fixes bug in LaTeX parsing.
3338 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3339 (ispell-skip-region): No longer skips <TT> in SGML.
3340 (ispell-process-line): Tracks location information with spelling
3341 corrections. Added documentation string. Accounts for words
3342 already accepted on this line. Don't allow query-replace on line
3343 starting with math characters. Doesn't resend a line already sent
3344 to ispell process. Fixes alignment error bug.
3345
3346 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3347
3348 * dired-x.el (dired-guess-shell-alist-default):
3349 Suggest xloadimage, which is free, not xv, which isn't.
3350
3351 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3352 Don't ever include the host name or user name in the value.
3353
3354 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3355
3356 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3357 of a real newline.
3358
3359 2000-01-09 Stephen Eglen <stephen@gnu.org>
3360
3361 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3362 for .png files.
3363
3364 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3365
3366 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3367
3368 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3369
3370 * progmodes/cperl-mode.el: Replace ^F with ^L.
3371
3372 * sendmail.el (toplevel): Provide `sendmail' when compiling
3373 before `require'ing rmail and mailalias to prevent infinite
3374 recursion.
3375
3376 2000-01-08 Dave Love <fx@gnu.org>
3377
3378 * emacs-lisp/backquote.el: Remove inappropriate customization
3379 (allowing custom.el to use backquote).
3380
3381 2000-01-07 Dave Love <fx@gnu.org>
3382
3383 * add-log.el (add-log-debugging): Deleted.
3384 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3385 file. Remove debugging code.
3386 (change-log-get-method-definition, change-log-name): Add doc.
3387 (change-log-sortable-date-at): New function.
3388 (change-log-merge): New command.
3389
3390 * time.el (display-time-string-forms): Make the Mail string active.
3391 (display-time-update): Provide help-echo for load average.
3392
3393 * bindings.el (make-mode-line-mouse2-map): New function.
3394 (mode-line-modified): Use it and simplify.
3395 (mode-line-mule-info): Provide help-echo info.
3396 (minor-mode-alist): Activate the strings.
3397 (make-mode-line-mouse-sensitive): Simplify for
3398 mode-line-buffer-identification.
3399
3400 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3401
3402 * play/pong.el: New file.
3403
3404 2000-01-06 Dave Love <fx@gnu.org>
3405
3406 * array.el: Assorted cleanups for compiler warnings, doc strings,
3407 `array-' prefix for symbols.
3408
3409 2000-01-05 Dave Love <fx@gnu.org>
3410
3411 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3412 outline-headers-as-kill.
3413 (outline-mode): Define imenu-generic-expression.
3414 (outline-headers-as-kill): New command.
3415
3416 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3417 from paragraph-start.
3418 (paragraph-indent-minor-mode): New command.
3419
3420 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3421 M-C-e, M-C-h, C-j, C-xnd, TAB.
3422 (fortran-mode): Set beginning-of-defun, end-of-defun.
3423 (fortran-column-ruler): Simplify.
3424 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3425 (fortran-with-subprogram-narrowing): Likewise.
3426 (fortran-indent-subprogram): Call mark-defun.
3427 (fortran-check-for-matching-do): Change narrowing.
3428
3429 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3430 (cl-lucid-hash-tag): Delete.
3431 (cl-hash-table-p): Correct test for native table.
3432 (cl-hash-table-count): Use hash-table-count.
3433
3434 * browse-url.el (browse-url): Fix case of
3435 browse-url-browser-function being an alist.
3436
3437 2000-01-05 Carsten Dominik <cd@gnu.org>
3438
3439 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3440 (reftex-index-phrase-file-extension): New options.
3441
3442 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3443 Use new option `reftex-index-phrase-file-extension'.
3444
3445 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3446 `reftex-parse-file-extension'.
3447
3448 2000-01-05 Dave Love <fx@gnu.org>
3449
3450 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3451 (beginning-of-defun-raw): Use it.
3452 (end-of-defun): New variable.
3453 (end-of-defun): Use it.
3454 (check-parens): New command.
3455
3456 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3457
3458 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3459 (hs-show-block): Don't use `mapcar' when not accumulating.
3460
3461 Fix buglet in local variables initialization.
3462
3463 2000-01-05 Andreas Schwab <schwab@suse.de>
3464
3465 * hscroll.el (hscroll): Doc fix.
3466
3467 2000-01-05 Carsten Dominik <cd@gnu.org>
3468
3469 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3470 idlw-toolbar.
3471
3472 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3473 file idlw-rinfo.el.
3474 (idlwave-customize): load must read file idlw-shell.el.
3475 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3476
3477 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3478
3479 * progmodes/idlw-shell.el: Also provide idlwave-shell
3480 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3481 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3482
3483 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3484 both reftex-dcr and reftex-vcr.
3485
3486 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3487
3488 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3489
3490 * ps-print.el: PostScript code now is in separate files, doc fix.
3491 (ps-print-version): New version number (5.0.3).
3492 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3493 local.
3494 (ps-spool-config): Initialization fix.
3495 (ps-print-prologue-1, ps-print-prologue-2)
3496 (ps-print-duplex-feature): PostScript code moved to separated file.
3497 (ps-background-image): Little code reformating.
3498 (ps-begin-file, ps-begin-job): Fix code.
3499 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3500 (ps-prologue-file): New fun.
3501
3502 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3503
3504 * ps-vars.el: Eliminated.
3505
3506 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3507 `;;;###autoload'.
3508
3509 * ps-print.el: ps-vars eliminated, doc fix.
3510 (ps-print-version): New version number (5.0.2).
3511 (ps-spool-config): Initialization fix.
3512 (ps-print-customize): New fun.
3513
3514 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3515
3516 * autorevert.el (auto-revert-mode): Return value of
3517 auto-revert-mode.
3518
3519 2000-01-04 Dave Love <fx@gnu.org>
3520
3521 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3522 menu items.
3523
3524 2000-01-03 Dave Love <fx@gnu.org>
3525
3526 * elide-head.el (elide-head) [defgroup]: Add :version.
3527
3528 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3529 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3530 `cl-hash-table-p', not `hash-table-p'.
3531 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3532
3533 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * faces.el (face-read-integer, read-face-attribute)
3536 (color-defined-p, color-values): unspecified-{f,b}g are now
3537 strings.
3538
3539 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3540
3541 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3542 at comment end, and re-insert them after filling.
3543
3544 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3545
3546 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3547 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3548 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3549
3550 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3551
3552 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3553 the new name of face-color-supported-p.
3554
3555 * term/w32-win.el (xw-defined-colors): Likewise.
3556
3557 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3558
3559 * simple.el (completion-setup-function): Count completion-size
3560 from minibuffer-prompt-end, not from point-min.
3561
3562 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3563
3564 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3565 Pass the frame to tty-color-* functions.
3566 (display-color-p, frame-set-background-mode): Pass the frame to
3567 tty-display-color-p.
3568
3569 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3570 tty-color-alist.
3571 (tty-color-alist, tty-modify-color-alist): New functions.
3572 (tty-color-define, tty-color-clear, tty-color-approximate)
3573 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3574 an optional parameter FRAME.
3575
3576 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3577
3578 * image.el (create-image, defimage): Don't assume image data is a
3579 string.
3580
3581 * image.el (defimage): Handle specifications containing :data
3582 instead of :file.
3583 (image-type-from-data): New function.
3584 (image-type-from-file-header): Use it.
3585 (create-image): Add parameter DATA-P.
3586
3587 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3588
3589 * echistory.el (electric-command-history): Call Command-history-setup
3590 and command-history-mode using their new conventions.
3591
3592 * chistory.el (Command-history-setup): Don't switch buffers. Take
3593 no args, and do not set major-mode, mode-name or the local map.
3594 (command-history-mode): New function, does some of those things
3595 Command-history-setup used to do.
3596 (list-command-history): Call command-history-mode, not
3597 Command-history-setup.
3598 (command-history): Renamed from command-history-mode.
3599
3600 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3601
3602 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3603
3604 1999-12-31 William M. Perry <wmperry@aventail.com>
3605
3606 * image.el (defimage): Images with the `:data' keyword should be
3607 considered valid as well.
3608
3609 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3610
3611 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3612 with FILE if FILE is nil.
3613
3614 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3615
3616 * simple.el (choose-completion-string): In minibuffer,
3617 do not delete the prompt string.
3618
3619 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3620
3621 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3622 assigned to mode-line-mode-menu because bindings.el is dumped with
3623 Emacs, and thus the lists used for menu-item definition will be
3624 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3625 like pure menu item definitions.
3626
3627 * expand.el (expand-abbrev-hook): Return t if expansion was
3628 done, nil otherwise.
3629
3630 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3631
3632 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3633 (tar-quit): Function deleted.
3634
3635 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3636
3637 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3638 was used but not declared.
3639
3640 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3641 hs-find-block-beginning): Add or modify docstrings.
3642
3643 (hs-isearch-show): Rewrite.
3644
3645 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3646
3647 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3648
3649 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3650 space in front of a C-style comment end.
3651
3652 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * startup.el (command-line-1): Make mode line mouse-sensitive for
3655 the MS-DOS version as well.
3656
3657 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3658
3659 * bs.el: New file.
3660
3661 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3662
3663 * textmodes/ispell.el (ispell-process-line):
3664 Add local var line-offset to adjust for the change
3665 in positions within the line, due to previous replacements.
3666
3667 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3668
3669 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3670 Doc fixes.
3671
3672 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3673
3674 * add-log.el (change-log-version-number-regexp-list)
3675 (change-log-version-info-enabled): Change :version to 21.1.
3676 (toplevel): Require CL when compiling.
3677
3678 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3679
3680 * add-log.el (change-log-version-number-regexp-list): Added tag
3681 :version 20.6
3682 (change-log-version-info-enabled): Added tag :version 20.6
3683
3684 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3685
3686 * add-log.el: More general version number search with
3687 user-configurable regexp list.
3688 (change-log-version-number-regexp-list): New user variable.
3689 (change-log-find-version): Rewritten. Use user-configurable
3690 version numbering regexp list
3691 change-log-version-number-regexp-list.
3692 (change-log-find-version): Renamed to
3693 change-log-version-number-search
3694 (add-log-file-name-function): New.
3695 (change-log-search-vc-number): Added END paramaeter. Added doc
3696 string to function.
3697 (change-log-version-rcs): Renamed. Was
3698 change-log-search-vc-number.
3699
3700 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3701
3702 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3703 overlays if they interfere.
3704 (compilation-find-file): Make intangible overlays tangible.
3705
3706 * progmodes/hideshow.el: Generally, synch w/ maintainer
3707 version 5.9.
3708
3709 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3710
3711 (hs-minor-mode-hook): Don't initialize.
3712
3713 (hs-special-modes-alist): Rewrite value and docstring.
3714
3715 (hs-minor-mode-prefix): Delete unused var.
3716
3717 (hs-block-start-mdata-select): New var, buffer local.
3718
3719 (hs-headline): New var.
3720
3721 (hs-match-data, hs-forward-sexp): New funcs.
3722
3723 (hs-hide-comment-region): New func.
3724
3725 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3726 hs-safety-is-job-n, hs-hide-initial-comment-block,
3727 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3728 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3729 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3730 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3731 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3732
3733 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3734 (hs-isearch-show-temporary): New funcs.
3735
3736 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3737
3738 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3739
3740 When constructing menu, use `[(shift button2)]' notation.
3741
3742 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3743
3744 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3745 (jka-compr-compression-info-list): Add new elt to each vector.
3746 (jka-compr-write-region): Don't compress the data if it is
3747 already compressed.
3748
3749 * jka-compr.el (jka-compr-really-do-compress): New variable.
3750 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3751 if visiting.
3752 (jka-compr-write-region): Set jka-compr-really-do-compress
3753 if visiting. Test it when deciding to compress.
3754
3755 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3756
3757 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3758 with third argument t.
3759
3760 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3761
3762 * antlr-mode.el: Version 1.2 is released.
3763 (antlr): This package has a web page.
3764
3765 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3766
3767 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3768 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3769 (antlr-mode-map): New binding [C-c C-c].
3770 (antlr-mode-menu): New entries.
3771
3772 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3773
3774 * antlr-mode.el: Respect Emacs conventions.
3775 ((require 'cl)): Only use during compilation.
3776 (antlr-language-for-option): New function to avoid using `find'.
3777 (antlr-mode): Use it.
3778 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3779 (antlr-imenu-create-index-function): Change accordingly.
3780 (antlr-inside-rule-p): Ditto.
3781 (antlr-end-of-rule): Ditto.
3782 (antlr-end-of-body): Ditto.
3783 (antlr-beginning-of-rule): Ditto.
3784 (antlr-indent-line): Ditto.
3785
3786 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3787
3788 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3789 (antlr-set-tabs): Don't use hard-coded values.
3790
3791 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3792 won't be possible without a huge time penalty.
3793 (antlr-skip-exception-part): Be more specific.
3794 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3795 Renamed from `antlr-skip-grammar-header'.
3796 (antlr-next-rule): Change accordingly.
3797 (antlr-end-of-body): Ditto. Better error message.
3798 (antlr-beginning-of-body): Better error message.
3799 (antlr-imenu-create-index-function): Skip rule action prelude.
3800
3801 * antlr-mode.el: Minor syntax highlighting changes.
3802 (antlr-font-lock-default-face): Deletia.
3803 (antlr-font-lock-tokendef-face): Changed color.
3804 (antlr-font-lock-tokenref-face): Changed color.
3805 (antlr-font-lock-literal-face): Changed color.
3806 (antlr-font-lock-additional-keywords): Minor changes.
3807
3808 1999-12-20 Carsten Dominik <cd@gnu.org>
3809
3810 * progmodes/idlwave.el: New file.
3811
3812 * progmodes/idlwave-rinfo.el: New file.
3813
3814 * progmodes/idlwave-shell.el: New file.
3815
3816 * progmodes/idlwave-toolbar.el: New file.
3817
3818 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3819
3820 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3821
3822 * progmodes/cwarn.el: New file.
3823
3824 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3825
3826 * bindings.el (completion-ignored-extensions): Add .pdf.
3827
3828 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3829
3830 * version.el: Put the version info into binary on MS-DOS as well.
3831
3832 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3833
3834 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3835 debugger-may-continue is nil.
3836
3837 1999-12-18 Dave Love <fx@gnu.org>
3838
3839 * emacs-lisp/cl-macs.el: Remove conditional definition of
3840 eval-when-compile. Don't specify abs, expt, gethash,
3841 hash-table-count, hash-table-p as side-effect-free here.
3842 (cl-emacs-type): Don't declare.
3843 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3844 (cl-parse-loop-clause): Remove compatibility code.
3845
3846 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3847 (side-effect-free-fns): Add gethash, hash-table-count.
3848 (side-effect-and-error-free-fns): Add hash-table-p.
3849
3850 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3851 `cl-' to autoload names for some hash functions. Don't autoload
3852 eval-when-compile. Don't provide mini-cl.
3853 (cl-emacs-type): Remove.
3854 (cl-map-extents): Remove compatibility code.
3855
3856 * emacs-lisp/float.el: Bind free variables.
3857
3858 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3859
3860 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3861
3862 * bindings.el (completion-ignored-extensions): Add .tfm.
3863
3864 1999-12-16 Dave Love <fx@gnu.org>
3865
3866 * faces.el (set-face-attribute): Purecopy the attributes set.
3867
3868 * custom.el (custom-declare-variable): Purecopy value.
3869
3870 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3871 (byte-extrude-byte-code-vectors): Use remprop.
3872 (byte-compile-lambda): Check that arg is a lambda.
3873
3874 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3875
3876 * font-lock.el: System for adding and removing keywords.
3877 Both local (previously added keyword) and global keywords
3878 can be removed.
3879 (font-lock-remove-keywords): New user-level function.
3880 (font-lock-update-removed-keyword-alist): New internal function.
3881 (font-lock-removed-keywords-alist): New variable.
3882 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3883 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3884 growing datastructures.
3885 (font-lock-set-defaults): Removes keywords stored in
3886 `font-lock-removed-keywords-alist' after local keywords added.
3887
3888 1999-12-16 Anders Lindgren <andersl@andersl.com>
3889
3890 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3891 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3892
3893 * font-lock.el (c-keywords): Only highlight preprocessor
3894 directives when spelled correctly.
3895
3896 * font-lock.el (font-lock-match-c++-structor-declaration,
3897 c++-keywords): Fontify constructors and destructors with function
3898 face inside C++ class declarations.
3899
3900 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3901
3902 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3903 the shell from sh-shell-file.
3904
3905 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3906
3907 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3908
3909 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3910 if one of the files specified cannot be accessed by
3911 file-attributes. Do not strip any leading directories from the
3912 file names, to behave more like `ls' does.
3913
3914 * dired.el (dired-get-filename): Handle absolute file names.
3915 (dired-readin-insert): If argument is a cons, don't print
3916 "wildcard" on the ``total'' line.
3917
3918 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3919
3920 * faces.el (face-read-integer, read-face-attribute)
3921 (color-defined-p, color-values): Allow color values unspecified-fg
3922 and unspecified-bg, handle them as unspecified.
3923
3924 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3925
3926 * textmodes/reftex.el: (reftex-compile-variables): respect new
3927 structure of `reftex-index-macro'
3928 (reftex-compile-variables): Use the changed structure of
3929 `reftex-label-alist'.
3930
3931 * textmodes/reftex-vars.el (reftex-index-math-format,
3932 (reftex-toc-max-level): New option.
3933 reftex-index-phrases-search-whole-words,
3934 reftex-index-phrases-case-fold-search,
3935 reftex-index-phrases-skip-indexed-matches,
3936 reftex-index-phrases-wrap-long-lines,
3937 reftex-index-phrases-sort-prefers-entry,
3938 reftex-index-phrases-sort-in-blocks): New options.
3939 (reftex-index-macros): Option structure changed.
3940 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3941 (reftex-label-alist): Additional item in each entry to specify if
3942 the environment should be listed in the TOC.
3943 (eval-when-compile (require 'cl)) added.
3944
3945 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3946 longer deals with "repeat".
3947 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3948 now used.
3949 (reftex-index-phrases-comment-regexp,
3950 reftex-index-phrases-macrodef-regexp,
3951 reftex-index-phrases-phrase-regexp1,
3952 reftex-index-phrases-phrase-regexp2,
3953 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3954 New constants.
3955 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3956 reftex-index-phrases-font-lock-keywords,
3957 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3958 reftex-index-phrases-restrict-file): New variables.
3959 (reftex-index-phrase-selection-or-word,
3960 reftex-index-visit-phrases-buffer,
3961 reftex-index-initialize-phrases-buffer,
3962 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3963 reftex-index-next-phrase, reftex-index-this-phrase,
3964 reftex-index-all-phrases, reftex-index-region-phrases,
3965 reftex-index-phrases-parse-header,
3966 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3967 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3968 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3969 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3970 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3971 reftex-index-make-replace-string,
3972 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3973 reftex-index-phrase-match-is-indexed,
3974 reftex-index-phrases-fixup-line,
3975 reftex-index-phrases-replace-space,
3976 reftex-index-select-phrases-macro): New functions.
3977 (reftex-index-globalize, reftex-index-globally): functions removed
3978 (eval-when-compile (require 'cl)) added.
3979
3980 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3981 for max level.
3982 (reftex-toc-max-level-indicator): New variable.
3983 (reftex-toc-max-level): New command.
3984 (reftex-toc-map): New keybinding `t'.
3985 (reftex-toc-help): Constant updated.
3986 (eval-when-compile (require 'cl)) added.
3987
3988 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3989 `t' command key can change `reftex-toc-max-level'
3990 (eval-when-compile (require 'cl)) added.
3991
3992 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3993 `reftex-toc-max-level'
3994 (eval-when-compile (require 'cl)) added.
3995
3996 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3997 added.
3998
3999 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
4000 added.
4001
4002 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
4003 commands.
4004 (reftex-citation, reftex-do-citation,
4005 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
4006 preselect a citation format.
4007 (eval-when-compile (require 'cl)) added.
4008
4009 * textmodes/reftex-parse.el (reftex-context-substring): Optional
4010 parameter to-end
4011 (reftex-section-info): Deal with environment matches.
4012 (eval-when-compile (require 'cl)) added.
4013
4014 * reftex-global.el (eval-when-compile (require 'cl)) added.
4015
4016 1999-12-15 Kenichi Handa <handa@etl.go.jp>
4017
4018 The following changes are for the new composition mechanism. We
4019 have deleted `composition' charset and composite characters,
4020 instead introduced a special text property `composition'.
4021
4022 * composite.el: New file.
4023
4024 * ps-mule.el: Define encode-composition-rule and find-composition
4025 for Emacs 20.4 and the earlier versions.
4026 (ps-mule-init-external-library): Just require a feature for
4027 external libraries.
4028 (ps-mule-prologue): Postscript code modified for new composition.
4029 (ps-mule-find-wrappoint): New arg COMPOSITION.
4030 (ps-mule-plot-string): Delete code for composite characaters.
4031 (ps-mule-plot-composition): New funcion.
4032 (ps-mule-prepare-font-for-components): New function.
4033 (ps-mule-plot-components): New function.
4034 (ps-mule-composition-prologue-generated): Renamed from
4035 ps-mule-cmpchar-prologue-generated.
4036 (ps-mule-composition-prologue): New named from
4037 ps-mule-cmpchar-prologue. Modified for new composition.
4038 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4039 ps-mule-prepare-cmpchar-font): Deleted.
4040 (ps-mule-string-encoding): New arg NO-SETFONT.
4041 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4042 check Composing, not Cmpchar
4043 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4044 to nil.
4045 (ps-mule-begin-job): Check existence of new composition.
4046
4047 * ps-print.el (ps-plot-region): Handle new composition.
4048
4049 * simple.el (what-cursor-position): Show "(composed)" if the
4050 character is composed.
4051
4052 * international/characters.el: Fix cateogries of Lao symbols.
4053
4054 * international/fontset.el (vertical-centering-font-regexp): New
4055 variable.
4056
4057 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4058 (mule-version-date): Updated to 1999.12.7.
4059 (with-category-table): New macro.
4060
4061 * international/mule-cmds.el (encode-coding-char): Don't check
4062 composite character.
4063
4064 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4065 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4066 x-ctext): Give `composition' property t.
4067
4068 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4069 non-nil) at the tail of ALIST.
4070 (compose-region, decompose-region, decompse-string,
4071 reference-point-alist, compose-chars): Moved to composite.el.
4072 (compose-chars-component, compose-chars-rule,
4073 decompose-composite-char): Deleted.
4074
4075 * international/quail.el (quail-install-map): New optional arg
4076 NAME.
4077 (quail-get-translation): If DEF is a symbol but not a function,
4078 ignore it.
4079 (quail-start-translation): Put a key sequence undefined in the
4080 translation keymap in unread-command-events, not generated-events.
4081 Return parameterized event (compose-last-chars N) if the input
4082 characters should be composed.
4083 (quail-map-definition): If DEF is t, treat it as nil.
4084 (quail-delete-last-char): Delete the quail region.
4085 (quail-show-translations): Don't show list of translations if the
4086 quail package is deterministic.
4087 (quail-completion-max-depth): New variable.
4088 (quail-completion-1): Pay attention to the above variable. Fix
4089 for the case that a translation is a function.
4090 (quail-map-from-table, quail-map-from-table-1,
4091 quail-map-from-table-2): New functions.
4092 (quail-lookup-map-and-concat): New function
4093
4094 * language/devan-util.el: Mostly rewritten.
4095
4096 * language/lao.el: Register lao-composition-function in
4097 composition-function-table.
4098
4099 * language/lao-util.el: Mostly rewritten.
4100
4101 * language/thai.el: Register thai-composition-function in
4102 composition-function-table.
4103 (thai-tis620): Delete `pre-write-conversion' property.
4104
4105 * language/thai-util.el: (thai-category-table): Make it by
4106 make-category-table.
4107 (thai-composition-pattern): New variable.
4108 (thai-compose-region, thai-compose-string): Use
4109 with-category-table.
4110 (thai-post-read-conversion): Just call thai-compose-region.
4111 (thai-pre-write-conversion): Deleted.
4112 (thai-composition-function): New funciton.
4113
4114 * language/tibet-util.el: Most functions rewritten.
4115 (tibetan-char-p): Renamed from tibetan-char-examin.
4116 (tibetan-composable-examin) (tibetan-complete-char-examin)
4117 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4118 (tibetan-add-components): New function.
4119 (tibetan-composition-function): New function.
4120
4121 * language/tibetan.el: Register tibetan-composition-function in
4122 composition-function-table.
4123 (tibetan-composable-pattern): New variable.
4124 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4125 (tibetan-precomposition-rule-alist): Move punctuations to
4126 tibetan-punctuation-transcription-alist and
4127 tibetan-obsolete-glyphs.
4128 (tibetan-punctuation-transcription-alist): New variable.
4129 (tibetan-obsolete-glyphs): New variable.
4130 (tibetan-regexp): Improve the initialization code.
4131
4132 * textmodes/fill.el (fill-find-break-point): Delete codes for
4133 composite characters.
4134 (fill-region-as-paragraph): Likewise.
4135
4136 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4137
4138 * international/mule-cmds.el (default-input-method): Specify
4139 that it should be set after current-language-environment.
4140
4141 * custom.el (custom-handle-keyword): Add :set-after.
4142 (custom-add-dependencies): New function.
4143 (custom-set-variables): Take dependencies between args into
4144 account.
4145
4146 * battery.el (battery): Doc fix.
4147
4148 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4149
4150 * progmodes/cc-make.el: Removed.
4151
4152 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4153
4154 * Release of cc-mode 5.26
4155
4156 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4157
4158 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4159 target depth. Optionally count #else lines as clause limits,
4160 as suggested by don provan <provan@lucent.com>. #elif
4161 handling fixed.
4162
4163 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4164 (c-down-conditional-with-else): New commands that uses the
4165 added functionality in `c-forward-conditional'.
4166
4167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4168
4169 * cc-align.el (c-lineup-comment): Preserve the alignment with
4170 a comment on the previous line instead of preserving the
4171 comment-column.
4172
4173 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4174
4175 * Fixes to IDL mode after input from Eric Eide
4176 <eeide@cs.utah.edu>:
4177 * cc-engine.el (c-beginning-of-statement-1): Allow
4178 `c-conditional-key' to be nil, for the benefit of IDL mode.
4179 * cc-engine.el (c-guess-basic-syntax): Ditto.
4180 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4181 but do match CORBA 2.3 `valuetype'.
4182 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4183 for IDL.
4184 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4185 be nil for IDL.
4186 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4187 Like C++.
4188 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4189 set `c-method-key' and `c-baseclass-key' to nil.
4190
4191 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4192
4193 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4194 with nonhanging open braces.
4195
4196 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4197
4198 * cc-align.el: Added docstrings to all lineup functions.
4199
4200 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4201 keyword.
4202
4203 * cc-align.el (c-lineup-C-comments): Handle free form text
4204 comments. Use c-comment-prefix-regexp and comment-start-skip
4205 instead of hardcoded regexps.
4206
4207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4210 behavior and return value as documented.
4211
4212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
4214 * Changes for new style variable init system:
4215 * cc-langs.el (c-common-init): Dito.
4216 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4217 now customizable.
4218 * cc-vars.el: Style variables may now take a value
4219 'set-from-style to make them take their value from the style
4220 system. This value is now the default on all these variables.
4221 * cc-vars.el (c-valid-offset): New function to verify a
4222 syntactic symbol offset setting.
4223 * cc-vars.el (c-offsets-alist): Variable moved from
4224 cc-styles.el since it's now customizable in a similar way to
4225 the other style variables.
4226 * cc-vars.el (c-old-style-variable-behavior): New variable to
4227 revert to the old style init behavior.
4228
4229 * cc-vars.el (c-file-style, c-file-offsets): Made always
4230 buffer local.
4231
4232 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4233 the throws clause that might follow the function prototype in
4234 C++.
4235
4236 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4237
4238 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4239 could move forward for macros that doesn't start in column 0.
4240
4241 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4242
4243 * cc-align.el (c-indent-multi-line-block,
4244 c-lineup-whitesmith-in-block): Two new lineup functions for
4245 use in whitesmith style.
4246
4247 * cc-styles.el (c-style-alist): More fixes to whitesmith
4248 style. It should now handle all different braces uniformly in
4249 both hanging and non-hanging cases.
4250
4251 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4252
4253 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4254 make it stay in the same position relative to the surrounding
4255 text.
4256
4257 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4258 when adaptive-fill-mode doesn't manage to get it correct.
4259
4260 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4261 with dotted notation, e.g. foo.bar.Gnu.
4262
4263 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4264 within unwind-protect (previously only some were wrapped so it
4265 would be possible to register mode initialization when full
4266 initialization did not finish).
4267
4268 * cc-styles.el (c-style-alist): Corrected the brace placement
4269 in the whitesmith style. Thanks to Sean Luke
4270 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4271 styles with consistent brace placement for all constructs.
4272
4273 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4274
4275 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4276 when point is in the middle of them.
4277
4278 * cc-cmds.el: Line breaking and paragraph filling code
4279 rewritten:
4280 (c-guess-fill-prefix): New function that uses various
4281 heuristics to guess the comment prefix.
4282 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4283 It now assumes adaptive filling is active to preserve the line
4284 prefix inside comments.
4285 (c-indent-new-comment-line): Replacement for the now
4286 obsolete `c-comment-line-break-function' that uses
4287 `c-guess-fill-prefix' when appropriate. It now observes the
4288 setting of `comment-multi-line', which has effect in C-style
4289 block comments.
4290
4291 * cc-cmds.el (c-context-line-break): New function intended to
4292 be put on RET. It's essentially `newline-and-indent', but
4293 continues C block comments with the appropriate line prefix.
4294
4295 * cc-cmds.el (c-do-auto-fill): New function put on
4296 `normal-auto-fill-function' to implement the
4297 `c-ignore-auto-fill' variable.
4298
4299 * cc-cmds.el (c-beginning-of-statement): Use
4300 `c-comment-prefix-regexp' to avoid ending up inside the
4301 comment prefix. Better handling of comment starters and
4302 enders. Catch comments better when traversing code. Stop at
4303 preprocessor directives.
4304
4305 * cc-defs.el (c-forward-comment): New subst to hide platform
4306 dependent quirks in `forward-comment'.
4307
4308 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4309 argument.
4310 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4311 arguments. Activate this function by default when
4312 `parse-partial-sexp' supports it (currently Emacs 20.x).
4313
4314 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4315 on the comment opener to make constants usable as lineup
4316 arguments.
4317
4318 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4319 changed anchor position in the `c' syntactic symbol. Handle
4320 more than stars in the comment prefix; use the new variable
4321 `c-comment-prefix-regexp'. Don't indent text not preceded by
4322 a comment prefix to the right of the comment opener if it's
4323 long.
4324
4325 * cc-langs.el: Fixes to mode initialization for new line
4326 breaking and paragraph filling method. Adaptive fill mode is
4327 now activated at startup instead of deactivated. The
4328 variables used for adaptive filling and paragraph movement are
4329 also changed to incorporate the value of
4330 `c-comment-prefix-regexp'. `substitute-key-definition' is
4331 used to override some functions in the global map instead of
4332 overriding their default bindings.
4333
4334 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4335 javadoc markup at mode init.
4336
4337 * cc-mode.el (c-setup-filladapt): A new convenience function
4338 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4339 function is intended to be used explicitly by the end user
4340 only.
4341
4342 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4343 recognize the comment fill prefix inside comments.
4344 (c-block-comment-prefix): New name for
4345 `c-comment-contiuation-stars', which is now obsolete. It's
4346 generalized to handle any character sequence.
4347 (c-ignore-auto-fill): New variable used to selectively disable
4348 Auto Fill mode in specific contexts.
4349
4350 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4351
4352 * cc-cmds.el (c-comment-indent): Leave at least one space
4353 between the comment and the last nonblank character in the
4354 case where we look at the indentation of the comment on the
4355 previous line (case 4).
4356
4357 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4358 list of characters that may start a statement (it's a sort of
4359 prefix operator in Pike, and isn't used at all in any of the
4360 other languages).
4361
4362 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4363
4364 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4365 inside continued statements as statement-cont instead of
4366 brace-list-open. The reason is that one normally adjusts
4367 brace-list-open for brace lists as top-level constructs, and
4368 brace lists inside statements is a completely different
4369 context. Case 10B.2 changed. Also changed (the somewhat
4370 esoteric) case 9A to cope with this.
4371
4372 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4373
4374 * cc-cmds.el (c-electric-brace): Added electric handling of
4375 the open brace for brace-elseif-brace.
4376
4377 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4378
4379 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4380 syntax tables temporarily.
4381
4382 * cc-engine.el (c-guess-basic-syntax): Handle template and
4383 member init argument lists split over several lines. Case 5D
4384 changed.
4385
4386 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4387 @throws introduced in Javadoc 1.2.
4388
4389 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4390 patch from RMS to avoid infinite backtracking.
4391
4392 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4393
4394 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4395 by [ ].
4396
4397 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4398
4399 * cc-align.el (c-lineup-dont-change): Compensate properly for
4400 the column in langelem.
4401
4402 * cc-engine.el (c-syntactic-information-on-region): New
4403 function to help debugging the syntactic analysis.
4404
4405 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4406
4407 * cc-align.el (c-lineup-template-args): Handle nested template
4408 arglists.
4409
4410 * cc-langs.el (c++-template-syntax-table): New syntax table
4411 that makes `<' and `>' parenthesis characters, which is useful
4412 to switch to temporarily when analyzing template arglists.
4413
4414 * cc-styles.el: Changed default alignment of labels in the
4415 java style to conform to the examples in the Java Language
4416 Specification.
4417
4418 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4419 by default.
4420
4421 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4422
4423 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4424 immediately before the closing paren in an arglist, so don't
4425 check that in Pike mode. Case 7A changed.
4426
4427 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4428
4429 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4430 lines were ignored under certain conditions.
4431
4432 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * cc-align.el (c-lineup-template-args): New function for
4435 aligning continued template argument lists.
4436
4437 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4438 lists containing function arglists split over several lines.
4439 Case 5D.1 changed.
4440
4441 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4442 template-args-cont didn't get recognized when the first
4443 arglist opener line doesn't contain a template argument. New
4444 case 5K.
4445
4446 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * cc-defs.el (c-point): Changed from subst to macro for
4449 efficiency.
4450 (c-beginning-of-defun-1, c-end-of-defun-1): New
4451 beginning-of-defun/end-of-defun wrappers separated from
4452 c-point.
4453
4454 * cc-menus.el (imenu-generic-expression,
4455 imenu-case-fold-search, imenu-progress-message): Dummy
4456 definitions to avoid compiler warnings if imenu can't be
4457 loaded.
4458 * cc-menus.el (cc-imenu-init): New function called at mode
4459 init.
4460 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4461 imenu initializations to cc-imenu-init.
4462
4463 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4464
4465 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4466 for lambda-intro-cont in Pike mode. Case 6 changed.
4467
4468 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4469 anything following "new Foo()" was considered an anonymous
4470 class body in Java mode.
4471
4472 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4473
4474 * cc-cmds.el (c-comment-line-break-function): When breaking in
4475 a string, don't insert a new line.
4476
4477 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4478
4479 * cc-engine.el (c-at-toplevel-p): New interface function which
4480 returns information useful to add-on authors. It tells you
4481 whether you're at a toplevel statement or not.
4482
4483 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4484
4485 * cc-cmds.el (c-comment-line-break-function): It is possible
4486 that forward-line does not land us at the bol, say if we're on
4487 the last line in a file. In that case, do a
4488 back-to-indentation instead of a forward-comment -1.
4489
4490 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4491
4492 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4493 "default:" as normal label in case 4.
4494
4495 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4496
4497 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4498 recognize continued bitfield declarations. Case 5D.1 changed.
4499 * cc-langs.el: New variable c-bitfield-key.
4500 * cc-mode.el: New variable c-bitfield-key.
4501
4502 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4503
4504 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4505 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4506 ..}").
4507
4508 1999-12-12 Dave Love <fx@gnu.org>
4509
4510 * mail/footnote.el: Require cl when compiling. Don't autoload
4511 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4512 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4513 Avoid `acons'.
4514 (footnote-mode-line-string, Footnote-add-footnote): Remove
4515 autoload cookie.
4516
4517 1999-12-12 Richard Sharman <rsharman@pobox.com>
4518
4519 * sh-script.el: Fix for when font-lock mode is active.
4520 (sh-font-lock-unfontify-region-function): New function.
4521
4522 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4523
4524 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4525 if start-process is not bound, since Ispell now supports such
4526 platforms as well.
4527
4528 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4529
4530 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4531 rmail-summary-goto-msg.
4532
4533 * files.el (after-find-file): Fix previous change.
4534
4535 1999-12-11 Dave Love <fx@gnu.org>
4536
4537 * help.el (where-is): Use `commandp' as predicate for
4538 `completing-read'
4539
4540 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4541
4542 * cus-edit.el (custom-save-delete): Delete all occurrences,
4543 leave point where the first occurrence was.
4544 (custom-save-faces): Insert a newline at the end of the comment.
4545 Avoid a double newline there.
4546 If final closeparen is at bol, put a space before it.
4547 (custom-save-variables): Likewise.
4548 (custom-file): Doc fix.
4549
4550 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4551
4552 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4553 regexp matching image and audio files.
4554
4555 1999-12-09 Dave Love <fx@gnu.org>
4556
4557 * mail/footnote.el: New file.
4558
4559 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4560
4561 * files.el (after-find-file): Use auto-save-visited-file-name if
4562 set.
4563
4564 * mail/feedmail.el (feedmail-find-eoh): Take
4565 feedmail-queue-alternative-mail-header-separator into account.
4566
4567 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4568
4569 * smerge-mode.el: New file.
4570
4571 * font-lock.el (font-lock-multiline): New variable.
4572 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4573 (font-lock-remove-keywords): Added a dummy `mode' argument for
4574 potential future support.
4575 (font-lock-fontify-anchored-keywords,
4576 (font-lock-fontify-keywords-region): Only handle multiline strings
4577 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4578
4579 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4580
4581 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4582
4583 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4584
4585 1999-12-07 Dave Love <fx@gnu.org>
4586
4587 * help.el (view-emacs-problems): New command, bound to C-h P.
4588
4589 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4590
4591 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4592
4593 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4594 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4595 New code to support the minor mode version.
4596 (diff-recenter): New function.
4597 (diff-next-hunk, diff-next-file): Use it.
4598 (diff-remembered-files-alist): New var.
4599 (diff-merge-strings): New function.
4600 (diff-find-file-name): Make it smarter and use the user's input more.
4601 (diff-mode): Cosmetic changes.
4602
4603 * files.el (save-some-buffers): Turn EXITING into the more general
4604 PRED argument to allow specifying a subset of buffers.
4605
4606 * simple.el (kill-region): Use the new `delete-and-extract-region'
4607 rather than the undo log (which is incorrect with *-change-functions).
4608
4609 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4610 off-by-one problem that could force re-fontifying the whole buffer.
4611 (font-lock-remove-keywords): New function.
4612 (font-lock-add-keywords): Use the new function to ensure idempotence.
4613
4614 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4615
4616 * viper-cmd.el (viper-minibuffer-standard-hook,
4617 viper-minibuffer-real-start): Mew functions.
4618 (viper-read-string-with-history,viper-file-add-suffix,
4619 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4620 change in the status of the minibuffer prompt.
4621
4622 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4623
4624 * comint.el (comint-redirect-results-list)
4625 (comint-redirect-results-list-from-process): Remove interactive
4626 spec.
4627
4628 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4629
4630 * info.el (info-node, info-menu-5, info-xref): Define colors for
4631 Info faces if the display supports them.
4632
4633 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4634
4635 Changes for automatic remapping of X colors on terminal frames:
4636
4637 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4638 term-setup-hook. Call msdos-remember-default-colors and
4639 msdos-handle-reverse-video.
4640 (msdos-face-setup): Parts of code moved to
4641 msdos-setup-initial-frame.
4642 (msdos-handle-reverse-video): New function, modeled after
4643 x-handle-reverse-video.
4644 (make-msdos-frame): Don't use initial-frame-alist and
4645 default-frame-alist. Call msdos-handle-reverse-video.
4646 (msdos-color-aliases): Remove.
4647 (msdos-color-translate, msdos-approximate-color): Remove.
4648 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4649 for better approximation of X colors.
4650 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4651 up tty-color-alist (it is now on startup.el).
4652 (x-display-color-p, x-color-defined-p, x-color-values,
4653 x-defined-colors, face-color-supported-p, face-color-gray-p):
4654 Remove.
4655
4656 * facemenu.el (facemenu-read-color, list-colors-display): Use
4657 defined-colors for all frame types.
4658 (facemenu-color-equal): Use color-values for all frame types.
4659
4660 * faces.el (read-face-attribute): For :foreground and :background
4661 attributes and frames on character terminals, translate the color
4662 to the closest supported one before looking it up in the list of
4663 valid values.
4664 (face-valid-attribute-values): Call defined-colors for all types
4665 of frames.
4666 (defined-colors, color-defined-p, color-values, display-color-p):
4667 New finctions.
4668 (x-defined-colors, x-color-defined-p, x-color-values,
4669 x-display-color-p): Aliases for the above.
4670
4671 * startup.el (command-line): Register terminal colors for frame
4672 types other than x and w32, but only if the terminal supports
4673 colors. Call tty-color-define instead of face-register-tty-color.
4674
4675 * term/x-win.el (xw-defined-colors): Renamed from
4676 x-defined-colors.
4677 * term/w32-win.el (xw-defined-colors): Likewise.
4678
4679 * term/tty-colors.el: New file.
4680 * loadup.el: Load term/tty-colors.
4681
4682 1999-12-06 Dave Love <fx@gnu.org>
4683
4684 * ffap.el: Autoload the ffap alias directly.
4685
4686 1999-12-06 Inge Frick <inge@nada.kth.se>
4687
4688 * dired-aux.el (dired-do-shell-command): Changed documentation.
4689 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4690 meaning as `*'.
4691
4692 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4693
4694 * simple.el (insert-buffer): Doc fix.
4695
4696 * apropos.el (apropos-mode): Add autoload cookie.
4697
4698 1999-12-06 Sam Steingold <sds@goems.com>
4699
4700 * progmodes/etags.el (etags-tags-completion-table): Modified the
4701 regexp to allow for the CL symbols starting with `+*'.
4702 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4703 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4704 `function' quoting lambda.
4705 (tags-with-face): New macro.
4706 (list-tags, tags-apropos): Use it.
4707 (tags-apropos-additional-actions): New user option.
4708 (etags-tags-apropos-additional): Use it.
4709 (tags-apropos): Call etags-tags-apropos-additional.
4710 (tags-apropos-verbose): New user option.
4711 (etags-tags-apropos): Use it.
4712 (visit-tags-table-buffer, next-file): Use `unless'.
4713 (recognize-empty-tags-table): Renamed to
4714 tags-recognize-empty-tags-table.
4715 (complete-tag): Call tags-complete-tag bypassing try-completion.
4716
4717 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4718
4719 * international/mule.el (set-buffer-file-coding-system): Docstring
4720 modified.
4721
4722 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4723
4724 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4725 using the hideshow package.
4726 (hs-special-modes-alist): Added entry for bibtex to allow the use
4727 of the hideshow package.
4728 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4729 not longer provided by bibtex.el directly. Instead the hideshow
4730 package should be used.
4731 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4732 references to bibtex-hide-entry-bodies.
4733
4734 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4735
4736 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4737 maintainer information closer to the beginning of the bibtex.el
4738 file.
4739 (bibtex-maintainer-salutation): New constant.
4740 (bibtex-version): New constant.
4741 (bibtex-submit-bug-report): Use bibtex-version and
4742 bibtex-maintainer-salutation.
4743 (bibtex-entry-field-alist): Made booktitle field optional for
4744 @inproceedings entries when crossreferenced.
4745 (bibtex-entry-field-alist): Added booktitle field to proceedings
4746 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4747 for the suggestion.
4748 (bibtex-string-file-path): Fixed typo.
4749
4750 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4751
4752 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4753 for reftex.el.
4754 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4755 to menu.
4756
4757 1999-12-04 Dave Love <fx@gnu.org>
4758
4759 * delsel.el: Revert previous change -- region is significant to
4760 skeleton.
4761
4762 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4763
4764 * viper-cmd.el (viper-change-state): Use
4765 viper-ESC-moves-cursor-back to decide whether to move the cursor
4766 back.
4767
4768 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4769
4770 * international/mule-util.el (truncate-string-to-width): Docsting
4771 fixed.
4772
4773 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4776 use of `cond'.
4777 (lm-with-file): Move all the find-file...kill-buffer stuff into
4778 this macro. Make it use `find-file-noselect' and make it kill
4779 the buffer only if it wasn't already displayed somewhere.
4780 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4781 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4782 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4783 (lm-commentary): Fix to handle the case when the change log is
4784 at the end of the file.
4785
4786 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4787
4788 * international/mule.el (charsetp): Fix typo in docstring.
4789
4790 * international/mule-diag.el (list-coding-categories): Fix typo;
4791 automatic -> autoload.
4792
4793 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4794
4795 * vc.el (vc-update-change-log): Look for rcs2log under
4796 exec-directory.
4797
4798 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4799 outline-regexp, add outline-level.
4800 (lisp-outline-level): New.
4801
4802 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4803 remove extraneous string-match.
4804
4805 * finder.el (finder-commentary): Activate Finder mode.
4806
4807 1999-12-01 Anders Lindgren <andersl@andersl.com>
4808
4809 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4810 off when reverting buffers that contained mode specifiers.
4811 `revert-buffer' is now called with non-nil PRESERVE-MODES
4812 argument.
4813
4814 1999-12-01 Dave Love <fx@gnu.org>
4815
4816 * delsel.el: Grok skeleton-pair-insert-maybe.
4817
4818 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4819
4820 * progmodes/cperl-mode.el (cperl-under-as-char):
4821 Use nil as default.
4822
4823 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4824
4825 * speedbar.el (toplevel): Remove compatibility code for Emacs
4826 versions without custom.el.
4827
4828 1999-11-30 Dave Love <fx@gnu.org>
4829
4830 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4831
4832 * autoinsert.el: Minor doc fixes.
4833 (auto-insert): Return nil.
4834
4835 * faces.el (set-face-documentation): Purecopy STRING.
4836
4837 1999-11-29 Dave Love <fx@gnu.org>
4838
4839 * derived.el: Doc fixes, remove old backquote syntax.
4840
4841 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4842 comment warning about editing.
4843
4844 * help.el (help-mode-hook): Define.
4845
4846 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4847
4848 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4849 invalid translation of old-style backquote syntax to new syntax.
4850
4851 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4852
4853 * Makefile (DONTCOMPILE): Add term/internal.el.
4854
4855 1999-11-26 Dave Love <fx@gnu.org>
4856
4857 * comint.el: Fix last change.
4858
4859 * emacs-lisp/advice.el: Fix last change.
4860
4861 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4862
4863 * cus-edit.el (Custom-reset-standard): Doc fix.
4864 (custom-variable-reset-standard): Doc fix.
4865 (custom-face-reset-standard): Doc fix.
4866 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4867 (custom-variable-menu): Likewise.
4868 (custom-reset-menu): Likewise.
4869 (custom-buffer-create-internal): Likewise.
4870
4871 1999-11-26 Dave Love <fx@gnu.org>
4872
4873 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4874
4875 * font-lock.el: Doc fixes.
4876
4877 * menu-bar.el (menu-bar-mode): Customize.
4878
4879 * cus-start.el: Add use-dialog-box.
4880
4881 * add-log.el (change-log-mode-hook): Customize.
4882 (add-log-current-defun): Use
4883 fortran-{beginning,end}-of-subprogram.
4884
4885 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4886
4887 * emacs-lisp/advice.el: Many doc fixes.
4888
4889 * comint.el (comint-preoutput-filter-functions): Doc fix.
4890
4891 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4892
4893 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4894 Improve messages for capitalization of arg names,
4895 for flag variables, for t and nil, for imperatives.
4896 Call them imperatives rather than infinitives sans "to".
4897 (checkdoc-common-verbs-wrong-voice): Add "moves".
4898 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4899
4900 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4901 Don't convert comments from 3-semicolon to 2-semicolon.
4902 That is a matter of style.
4903 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4904 (checkdoc-comments): Don't bind that variable.
4905
4906 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4907
4908 * files.el (write-file-hooks): Doc fix.
4909
4910 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4911
4912 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4913
4914 1999-11-25 Dave Love <fx@gnu.org>
4915
4916 * hippie-exp.el: Require comint when compiling.
4917 (hippie-expand): Add :links.
4918 (hippie-expand-try-functions-list): Customize.
4919
4920 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4921
4922 * viper*el: Replaced old-style backquotes.
4923
4924 * ediff*el: Replaced old-style backquotes.
4925
4926 * ediff-merge
4927 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4928 Changed to support the new format for ediff-combination-pattern.
4929
4930 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4931 Changed to support the new format for ediff-combination-pattern.
4932
4933 1999-11-24 Dave Love <fx@gnu.org>
4934
4935 * custom.el (custom-declare-group): Purecopy DOC.
4936 (custom-handle-keyword): Purecopy VALUE.
4937 (custom-add-link): Purecopy WIDGET.
4938 (custom-add-version): Purecopy VERSION.
4939 (custom-add-load): Purecopy LOAD.
4940
4941 * cus-face.el (custom-declare-face): Purecopy DOC.
4942
4943 * info.el:
4944 (Info-build-node-completions, Info-search, Info-follow-reference)
4945 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4946 (Info-find-emacs-command-nodes): Avoid properties on matched text
4947 which may appear in minibuffer.
4948
4949 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4950
4951 * locate.el (locate-with-filter): Doc fix.
4952
4953 1999-11-24 Alex Schroeder <alex@gnu.org>
4954
4955 * sql.el (sql-find-sqli-buffer): New function.
4956 (sql-set-sqli-buffer-generally): New function.
4957 (sql-set-sqli-buffer): Better checking of new-buffer.
4958 (sql-copy-column): Add comma after INTO clause, too.
4959
4960 1999-11-24 Alex Schroeder <alex@gnu.org>
4961
4962 * sql.el (sql-imenu-generic-expression): New, used to set
4963 imenu-generic-expression.
4964
4965 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4966 setting font-lock-defaults' SYNTAX-ALIST. Set
4967 imenu-generic-expression, imenu-case-fold-search, and
4968 imenu-syntax-alist.
4969
4970 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4971 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4972
4973 1999-11-23 Andrew Innes <andrewi@gnu.org>
4974
4975 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4976 drop coords aren't over a specific window.
4977
4978 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4979
4980 * ps-print.el: Define mule funs without checking if mule package is
4981 loaded.
4982 (ps-print-version): New version number (5.0.1).
4983 (ps-header-dirpart): Now uses abbreviate-file-name.
4984
4985 1999-11-23 Dave Love <fx@gnu.org>
4986
4987 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4988 comment-line-start.
4989 (fortran-comment-line-start-skip): Renamed from
4990 comment-line-start-skip.
4991 (fortran-mode-map): Use renamed functions. Add manual and custom
4992 entries to menu.
4993 (fortran-mode-hook): Customize.
4994 (fortran-comment-indent-function): Renamed from
4995 fortran-comment-hook.
4996 (delete-horizontal-regexp): Function deleted.
4997 (fortran-electric-line-number): Simplified.
4998 (fortran-beginning-of-subprogram): Renamed from
4999 beginning-of-fortran-subprogram.
5000 (fortran-end-of-subprogram): Renamed from
5001 end-of-fortran-subprogram.
5002 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
5003 (fortran-previous-statement, fortran-next-statement): Simplified.
5004 (fortran-blink-match): New function.
5005 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
5006 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
5007 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
5008 line-end-position.
5009 (fortran-fill): No longer interactive. Simplified.
5010 (fortran-break-line): Simplified.
5011 (fortran-analyze-file-format): Use char-after, not looking-at.
5012
5013 * emacs-lisp/find-func.el (find-function-regexp): Use
5014 `define-minor-mode' after easy-menu change.
5015
5016 1999-11-23 Gerd Moellmann <gerd@gnu.org>
5017
5018 * comint.el: Add redirection.from active comint buffers into
5019 another buffer. Written by Peter Breton.
5020
5021 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
5022
5023 * emacs-lisp/autoload.el (make-autoload): Recognize the new
5024 `define-minor-mode'.
5025 (define-minor-mode): Specify `doc-string-elt'.
5026
5027 * emacs-lisp/easy-mmode.el: Changed maintainer.
5028 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5029 Use defcustom for the hooks; Improve the auto-generated docstrings.
5030 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5031 (define-minor-mode): Add BODY arg; Only declare the keymap if
5032 provided; Improve the auto-generated docstrings.
5033
5034 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5035
5036 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5037 that the leading `^' is at the start. This is necessary because
5038 paragraphs.el tries to remove anchors, but can find them only if
5039 they are the first character.
5040
5041 * progmodes/antlr-mode.el: New file.
5042
5043 * calendar/calendar.el: Fix autoload for
5044 calendar-absolute-from-astro. Add autoload for
5045 calendar-print-astro-day-number.
5046
5047 1999-11-21 Anders Lindgren <andersl@andersl.com>
5048
5049 * follow.el: Use modern backquote syntax. Minor comment update.
5050
5051 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5052
5053 * simple.el (with-syntax-table): Don't switch buffers.
5054
5055 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5056 progmodes/hideif.el: Use new backquote syntax.
5057
5058 1999-11-21 Ken Manheimer <klm@python.org>
5059
5060 * icomplete.el (icomplete-completions): Use an explicit variable
5061 `icomplete-prospects-length', obviating the need to use an
5062 apparently faulty throw/catch arrangement.
5063
5064 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5065
5066 * term/internal.el (IT-display-table-setup): Don't overstep
5067 character code 255.
5068
5069 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5070
5071 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5072 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5073
5074 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5075
5076 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5077 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5078
5079 * files.el (auto-mode-alist): Add patterns for diff-mode.
5080
5081 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5082 to detect an empty prompt.
5083
5084 1999-11-18 Dave Love <fx@gnu.org>
5085
5086 * simple.el (input-mode-8-bit): Fix the customization.
5087
5088 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5089
5090 * international/iso-acc.el (iso-languages): Add more
5091 characters for Portuguese.
5092
5093 * speedbar.el: Clean up comment at the start of the file.
5094 Remove RCS id.
5095
5096 * progmodes/compile.el (compilation-parse-errors): Use
5097 compilation-buffer-p instead of testing major-mode.
5098
5099 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5100
5101 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5102 (quickurl-ask): completion-ignore-case is set to the value of
5103 quickurl-completion-ignore-case for the duration of the call to
5104 completing-read.
5105
5106 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5107
5108 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5109
5110 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5111
5112 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5113 instead of ps-print-def.
5114
5115 * ps-print.el: Require ps-vars instead of ps-print-def.
5116
5117 * ps-mule.el: Require ps-vars instead of ps-print-def.
5118
5119 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5120
5121 * simple.el (with-syntax-table): Save buffer explicitly instead of
5122 using save-excursion.
5123
5124 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5125
5126 * mail/supercite.el: New maintainer.
5127
5128 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5129
5130 * progmodes/vhdl-mode.el: Use new backquote syntax.
5131
5132 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5133
5134 * simple.el (with-syntax-table): New.
5135
5136 1999-11-15 Sam Steingold <sds@ksp.com>
5137
5138 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5139
5140 1999-02-22 Sam Steingold <sds@goems.com>
5141
5142 * goto-addr.el (goto-address-at-mouse,
5143 goto-address-find-address-at-point): Use compose-mail.
5144 (goto-address-mail-method): Removed variable.
5145 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5146 goto-address-send-using-mail): Removed functions.
5147
5148 1998-11-03 Sam Steingold <sds@goems.com>
5149
5150 * simple.el (backward-delete-char-untabify):
5151 backward-delete-char-untabify-method can be `all' now - to delete
5152 hungrily including newlines.
5153
5154 1999-11-15 Sam Steingold <sds@ksp.com>
5155
5156 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5157
5158 1999-11-15 Dave Love <fx@gnu.org>
5159
5160 * cus-edit.el (customize-face, customize-face-other-window):
5161 Require match from completing-read.
5162 (custom-buffer-done-function): Default to custom-bury-buffer, not
5163 bury-buffer.
5164
5165 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5166
5167 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5168 progmodes/cperl-mode.el: Use new backquote syntax.
5169
5170 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5171
5172 * uniquify.el: Use new backquote syntax.
5173
5174 1999-11-14 Markus Rost <rost@ias.edu>
5175
5176 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5177 as in ispell-local-dictionary-alist.
5178
5179 1999-11-14 Alex Schroeder <alex@gnu.org>
5180
5181 * ansi-color.el (ansi-color-apply): Updated regexps to include
5182 highlighted face.
5183
5184 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5185
5186 * forms.el (forms--make-format-elt-using-text-properties):
5187 Treat `intangible' differently.
5188
5189 * forms.el: Use new backquote syntax.
5190
5191 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5192
5193 * textmodes/scribe.el (scribe-mode): Doc-fix.
5194
5195 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5196
5197 * net-utils.el (run-network-program, net-utils-run-program): Use
5198 the new backquote syntax.
5199 (smbclient-program, smbclient-program-options)
5200 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5201 variables
5202 (smbclient, smbclient-list-shares): New functions
5203
5204 1999-11-12 Sam Steingold <sds@ksp.com>
5205
5206 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5207 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5208 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5209 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5210 (viper-kbd-global-pair, viper-kbd-global-definition):
5211 Use the new backquote syntax.
5212
5213 * emulation/viper-cmd.el (viper-test-com-defun)
5214 (viper-prefix-arg-value, viper-prefix-arg-com):
5215 Use the new backquote syntax.
5216
5217 * emacs-lisp/debug.el (debugger-env-macro):
5218 Use the new backquote syntax.
5219
5220 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5221 Use the new backquote syntax.
5222
5223 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5224 New user variable.
5225 (calendar-hide-window): Use it.
5226 (increment-calendar-month, calendar-for-loop, calendar-sum):
5227 Use the new backquote syntax.
5228
5229 1999-11-12 Andrew Innes <andrewi@gnu.org>
5230
5231 * select.el (x-set-selection): Call buffer-substring, not
5232 substring. Also fix docstring
5233
5234 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5235
5236 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5237 of customizable variables to bug report message. Added
5238 system-type to package name in bug report.
5239
5240 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5241
5242 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5243 to display file names.
5244
5245 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5246
5247 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5248
5249 * isearch.el: Add lazy-highlighting feature.
5250
5251 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5252
5253 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5254 constant.
5255 (ps-mode-submit-bug-report): New function. Entry added to menu.
5256
5257 1999-11-10 William M. Perry <wmperry@aventail.com>
5258
5259 * mwheel.el: New file to support the new style wheeled mice.
5260
5261 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5262
5263 * startup.el (initial-scratch-message): Add ";;" to the front of
5264 lines in the message.
5265
5266 * files.el (file-local-copy): Remove optional BUFFER argument
5267 because that's not used by anything.
5268
5269 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5270 to-address.
5271
5272 1999-11-08 Markus Rost <rost@ias.edu>
5273
5274 * wid-edit.el (widget-button-click): Wrap with save-excursion
5275 to restore track-mouse in the correct buffer.
5276
5277 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5278
5279 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5280
5281 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5282
5283 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5284 lpr-command to "lp" for some system-types. (copied from lpr.el
5285 Emacs version 20.2.1).
5286
5287 1999-11-04 Markus Rost <rost@ias.edu>
5288
5289 * simple.el (comment-region): Strip off white space at end of
5290 comment-start.
5291
5292 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5293
5294 * faces.el (secondary-selection): Fix wrong color name.
5295
5296 1999-11-04 John Tobey <jtobey@epsilondev.com>
5297
5298 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5299 the default when invoking perldb in a non-Perl buffer, and other
5300 cases involving -e or --.
5301
5302 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5303
5304 * simple.el (previous-matching-history-element)
5305 (next-history-element): Use delete-field instead of erase-field.
5306
5307 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5308 Use delete-field instead of erase-field.
5309
5310 * faces.el (secondary-selection): Change background to yellow.
5311
5312 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5313 find the start of the text. Use field-string to read the user
5314 input.
5315
5316 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5317
5318 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5319 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5320 for compatibility with old face implementation.
5321
5322 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5323 Use erase-field instead of erase-buffer.
5324
5325 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5326 internal-show-cursor with new interface.
5327 (blink-cursor-timer-function): New.
5328 (blink-cursor-start): Use blink-cursor-timer-function.
5329
5330 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5331
5332 * calendar.el (redraw-calendar): Move to nearest date before
5333 redrawing.
5334
5335 * diary-lib.el (simple-diary-display): Reset modeline even if
5336 there are no diary entries since the diary buffer may be displayed.
5337
5338 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5339
5340 * emacs-lisp/debug.el (debug): If noninteractive, display the
5341 backtrace using `message', then exit Emacs.
5342 (debugger-batch-max-lines): New variable.
5343 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5344 Change the messages put at the start, to say that the debugger
5345 was entered.
5346
5347 1999-11-02 Sam Steingold <sds@ksp.com>
5348
5349 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5350
5351 1999-11-01 John Tobey <jtobey@epsilondev.com>
5352
5353 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5354 presence of perl switches other than "-e".
5355
5356 1999-11-01 Markus Rost <rost@ias.edu>
5357
5358 * dired-x.el (dired-smart-shell-command): Use
5359 shell-command-history as in shell-command.
5360
5361 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5362
5363 * userlock.el (ask-user-about-lock): Doc fix.
5364
5365 * frame.el: Doc fixes.
5366
5367 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5368
5369 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5370 of show-cursor.
5371 (blink-cursor-start, blink-cursor-end): Ditto.
5372
5373 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5374
5375 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5376
5377 * window.el (walk-windows): If ALL-FRAMES is a frame,
5378 start on that frame. Use save-selected-window.
5379
5380 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5381
5382 * simple.el (end-of-buffer): Use window-end to find the window end
5383 instead of vertical-motion because this handles variable-height
5384 lines correctly.
5385
5386 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5387
5388 * ediff.el: Version change.
5389
5390 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5391 make sure you are in a good frame before deleting other
5392 windows.
5393 (ediff-file-checked-in-p): Don't consider CVS
5394 files checked in.
5395 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5396 are writing to a newly created empty file.
5397
5398 * ediff-mult.el (ediff-show-session-group-hook): New default.
5399
5400 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5401 First cd to the file directory. reportedly works
5402 better with remote files.
5403
5404 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5405 Use file-name-nondirectory when passing files to CVS.
5406
5407 * ediff-diff.el (ediff-cmp-options): New variable.
5408 (ediff-same-file-contents): Use ediff-cmp-options.
5409
5410 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5411 ediff-get-patch-buffer): Use current buffer if it appears to be a
5412 patch.
5413
5414 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5415 C-g
5416
5417 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5418 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5419 (viper-save-cursor-color,viper-restore-cursor-color):
5420 Improved cursor color handling.
5421 (viper-get-saved-cursor-color-in-replace-mode,
5422 viper-get-saved-cursor-color-in-insert-mode): New functions for
5423 better cursor color handling.
5424
5425 * viper-ex.el (ex-read,ex-edit):
5426 Fixes for correct interpretation of #,%.
5427 (viper-ex): Now works correctly when called from other functions.
5428 (viper-glob-function): New variable.
5429 (viper-ex): Save excursion before doing :global.
5430
5431 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5432
5433 * viper-cmd.el (viper-post-command-sentinel,
5434 viper-insert-state-post-command-sentinel,
5435 viper-insert-state-pre-command-sentinel): Takes better care of
5436 cursor colors.
5437
5438 * viper.el: Version change.
5439
5440 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5441
5442 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5443 that the modeline display was updated *only* when
5444 `whitespace-display-in-modeline' was set, not otherwise.
5445
5446 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5447
5448 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5449 "frac12".
5450
5451 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5452 ad-activate.
5453
5454 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5455
5456 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5457 using fboundp instead of assuming that these are not present in
5458 particular flavors of emacs.
5459 (whitespace-version): Update to 2.8
5460 (whitespace-display-in-modeline): Add custom variable to control
5461 displaying the whitespace errors on the modeline based on
5462 suggestion from <klaus.berndl@sdm.de>
5463 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5464 clean, to enable using as a hook function, as suggested by Puneet
5465 Goel <puneet@computer.org>
5466 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5467 quiet was not set, even with whitespace-auto-cleanup set.
5468 (whitespace-mode-line): Now uses less modeline real estate and
5469 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5470 which is present in the file, and <y> is any type of whitespace
5471 whose check has been suppressed by setting
5472 `whitespace-check-<whitespace-type>' to nil.
5473 (whitespace-unchecked-whitespaces): New function to return the
5474 list of whitespaces for whom checks have been suppressed.
5475 (whitespace-display-unchecked-whitespaces): Renamed to
5476 `whitespace-update-modeline' to reflect its functionality.
5477
5478 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5479
5480 * progmodes/compile.el (compilation-error-regexp-alist):
5481 Undo previous change.
5482
5483 1999-10-28 Dave Love <fx@gnu.org>
5484
5485 * help.el (help-follow): Make arg optional again and really
5486 default to point.
5487
5488 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5489
5490 * paths.el (rmail-file-name): Make it an option.
5491
5492 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5493 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5494 comment fixes.
5495
5496 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5497 MIPS Pro 7.3 compiler error message syntax.
5498
5499 1999-10-27 Dave Love <fx@gnu.org>
5500
5501 * progmodes/compile.el: Checkdoc-inspired fixes.
5502
5503 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5504
5505 * lpr.el (print-buffer): Doc-string fix.
5506
5507 1999-10-27 Dave Love <fx@gnu.org>
5508
5509 * emacs-lisp/advice.el: Doc fixes.
5510 (ad-lemacs-p): Removed.
5511 (advice): Add :link to defgroup.
5512
5513 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5514
5515 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5516 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5517
5518 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5519
5520 * window.el (walk-windows): If ALL-FRAMES is a frame,
5521 start on that frame. Use save-selected-window.
5522
5523 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5524
5525 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5526 ad-activate. All callers changed, including those in data.c.
5527 (ad-activate-internal-off): Renamed from ad-activate-off.
5528 All uses changed.
5529 (ad-activate): Renamed from ad-activate-on. All uses changed.
5530 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5531 Alter the definition of ad-activate-internal, not ad-activate.
5532
5533 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5534
5535 * startup.el (command-line-1): Add support for command line
5536 arguments `file' and `execute'. Fix handling of `visit'.
5537
5538 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5539
5540 * international/mule-cmds.el (read-input-method-name): Handle the
5541 case that the arg DEFAULT is symbol.
5542
5543 * international/mule-diag.el (mule-diag): Handle the case that
5544 default-input-method is symbol.
5545
5546 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5547
5548 * textmodes/tildify.el: New file.
5549
5550 1999-10-25 Sam Steingold <sds@ksp.com>
5551
5552 * Makefile (compile-files): Fixed the "tr" strings.
5553 (EMACS): Set to ../src/emacs.
5554
5555 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5556
5557 * info.el (Info-build-node-completions): Add '("*") to the
5558 completion list.
5559
5560 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5561
5562 * frame.el (auto-raise-mode): When enabling the mode,
5563 immediately raise the selected frame.
5564
5565 * indent.el (indent-region): Doc fix.
5566
5567 * comint.el (comint-output-filter): Make the Comint buffer current
5568 for the comint-preoutput-filter-functions.
5569
5570 * mail/reporter.el: Doc fix.
5571
5572 1999-10-24 Stephen Eglen <stephen@gnu.org>
5573
5574 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5575 that Octave lisp files can also run under XEmacs 20.
5576 (require 'custom) added so that files can run under Emacs 19.34.
5577
5578 * iswitchb.el (iswitchb-default-keybindings): No need to use
5579 read-kbd-macro in keybindings.
5580
5581 1999-10-23 Dave Love <fx@gnu.org>
5582
5583 * elide-head.el: New file.
5584
5585 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5586
5587 * Makefile (compile-files, backup-compiled-files): New targets.
5588 (bootstrap, bootstrap-clean): Ditto.
5589
5590 1999-10-22 Paul Eggert <eggert@twinsun.com>
5591
5592 * international/mule-cmds.c (locale-language-names):
5593 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5594 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5595 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5596 Use Latin-8 for Welsh.
5597 Use Latin-1 for English if "en" is explicitly specified.
5598 Use Latin-1 for Scots Gaelic, Tagalog.
5599 Use Latin-1 (not Latin-4) for Greenlandic.
5600 Use Latin-1 (not Latin-2) for Albanian.
5601 (locale-preferred-coding-systems, locale-language-names):
5602 Remove generic ISO 8859 locales; locale-charset-language-names now
5603 does this.
5604 (locale-charset-language-names): New variable.
5605 (set-locale-environment): Use language name specified by
5606 locale-charset-language-names if its charsets disagree with the
5607 language name specified by locale-language-names.
5608
5609 1999-10-22 Dave Love <fx@gnu.org>
5610
5611 * make-mode.el: Minor doc fixes.
5612
5613 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5614
5615 1999-10-21 Dave Love <fx@gnu.org>
5616
5617 * loadup.el: Add latin-8, latin-9.
5618
5619 1999-10-20 Paul Eggert <eggert@twinsun.com>
5620
5621 * disp-table.el (standard-display-european): Remove undocumented
5622 arg AUTO; no longer used by startup.el. Do not attempt to treat
5623 all non-English language environments as coding system names.
5624 Instead, use the downcased language environment name as a coding
5625 system name if it is one; otherwise, use latin-1.
5626
5627 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5628
5629 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5630 that were split so that part of the comment appeared as Lisp code.
5631
5632 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5633
5634 * ps-bdf.el: Doc fix.
5635
5636 * ps-print-def.el: New file: common definitions for all parts of
5637 ps-print.
5638 (ps-multibyte-buffer): Moved from ps-mule.
5639
5640 * ps-mule.el: File dependence fix.
5641 (ps-multibyte-buffer): Moved to ps-print-def.
5642
5643 * ps-print.el: Doc fix, better customization.
5644 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5645 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5646 (ps-end-file): Doc fix.
5647 (ps-setup, ps-begin-file): Fun fix.
5648 (postscript): New group.
5649 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5650 (ps-print-prologue-1): Adjust PostScript programming.
5651 (ps-print): Adjust group hierarchy.
5652 (ps-print-n-up, ps-print-zebra, ps-print-background,
5653 ps-print-printer)
5654 (ps-print-page): New subgroups.
5655 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5656 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5657 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5658 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5659 (ps-zebra-stripe-height, ps-print-background-image)
5660 (ps-print-background-text, ps-spool-config): Adjust customization.
5661 (dos-ps-printer): Definition eliminated.
5662
5663 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5664
5665 * ps-mule.el: Doc fix, define functions properly if mule package is
5666 loaded or not.
5667 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5668 mule package is loaded or not.
5669
5670 * ps-print.el: Doc fix, n-up printing.
5671 (ps-print-version): New version number (5.0).
5672 (ps-page-dimensions-database): Added document media.
5673 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5674 (ps-page-order, ps-printing-region-p): New vars.
5675 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5676 funs.
5677 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5678 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5679 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5680 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5681 (ps-print-begin-sheet-hook): New hook.
5682 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5683 const.
5684 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5685 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5686 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5687 (ps-count-lines): Changed to defun.
5688 (ps-header-page): Changed to defsubst, fix fun.
5689 (ps-printing-region): Doc fix, adjust programming code.
5690 (ps-output-boolean, ps-background-pages, ps-background-text)
5691 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5692 programming code.
5693
5694 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5695
5696 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5697 (ps-print-version): New version number (4.2).
5698 (ps-spool-config, ps-spool-tumble): New vars.
5699 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5700 programming, new PostScript procedure to handle errors.
5701 (ps-print-prologue-2): Changed to defconst.
5702 (ps-print-duplex-feature): New const: duplex and tumble setting.
5703 (ps-setup, ps-begin-file): Fix funs.
5704 (ps-boolean-capitalized): New fun.
5705
5706 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5707
5708 * Makefile (dontcompilefiles): Obsoleted.
5709 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5710 (EL): Unused.
5711 (temacs): Removed (unused).
5712 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5713 version of the file (necessary for the update to work properly).
5714 (autoloads): Force the use of `pwd`/loaddefs.el.
5715 (updates); Redefined in terms of other targets to reduce redundancy.
5716 (.el.elc): New default rule, just in case you want it.
5717 (compile): Use a single invocation of Emacs.
5718 (bootstrap-compile); Unneeded.
5719 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5720
5721 1999-10-19 Dave Love <fx@gnu.org>
5722
5723 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5724
5725 1999-10-19 Sam Steingold <sds@ksp.com>
5726
5727 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5728 comply with the comment.
5729
5730 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5731
5732 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5733 permanent-local.
5734
5735 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5736
5737 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5738 value: \"lpr\" changed to "lpr"
5739 (ps-mode-version): New constant
5740 (ps-mode-show-version): New function, added key in ps-mode-map
5741 (ps-run-messages): Removed
5742 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5743 ps-run-messages. These keywords now include the value of
5744 ps-run-prompt, making its fontification customizable.
5745 (ps-run-init): Removed \\n from docstring, it is now added when
5746 the value is used
5747 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5748 ps-run-prompt
5749 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5750 customizable variables in doc-string (its equivalent
5751 ps-run-messages was missing in previous version of the doc-string)
5752 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5753 symbols only
5754
5755 1999-10-19 Alex Schroeder <alex@gnu.org>
5756
5757 * ansi-color.el: Complete rewrite.
5758
5759 1999-10-19 Paul Eggert <eggert@twinsun.com>
5760
5761 Fix bootstrapping problems.
5762 Use the system locale to specify Emacs locale defaults.
5763
5764 * international/mule-cmds.el (global-map):
5765 Do not use backquote, because that makes a bootstrapping
5766 problem if you need to recompile all Lisp files using interpreted code.
5767 * international/mule.el (charset-id, charset-bytes,
5768 charset-dimension, charset-chars, charset-width,
5769 charset-direction, charset-iso-final-char,
5770 charset-iso-graphic-plane, charset-reverse-charset,
5771 charset-short-name, charset-long-name, charset-description,
5772 charset-plist): Likewise.
5773 * subr.el (save-match-data): Likewise.
5774
5775 * international/mule-cmds.el
5776 (set-display-table-and-terminal-coding-system): New function,
5777 containing code migrated out of set-language-environment.
5778 (set-language-environment, set-locale-environment): Use it.
5779 (locale-translation-file-name): Moved here from startup.el.
5780 (locale-language-names, locale-preferred-coding-systems):
5781 New vars.
5782 (locale-name-match, set-locale-environment): New functions.
5783
5784 * language/japan-util.el (setup-japanese-environment-internal):
5785 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5786
5787 * startup.el (iso-8859-n-locale-regexp): Remove.
5788 (locale-translation-file-name): Move to mule-cmds.el.
5789 (command-line): Move locale-stuff into set-locale-environment.
5790
5791 1999-10-18 Dave Love <fx@gnu.org>
5792
5793 * abbrev.el (add-abbrev, inverse-add-abbrev)
5794 (expand-region-abbrevs): Remove properties from buffer text.
5795
5796 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5797
5798 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5799 from the mini-buffer, without the prompt.
5800
5801 * simple.el (minibuffer-prompt-end): Return the position
5802 after the prompt, not the position of that last character
5803 of the prompt.
5804
5805 1999-10-17 Miles Bader <miles@gnu.org>
5806
5807 * simple.el: Doc fixes.
5808
5809 1999-10-17 Miles Bader <miles@gnu.org>
5810
5811 * simple.el (previous-matching-history-element, next-history-element):
5812 Change to work correctly even if the point is in the prompt.
5813 (choose-completion-string): Likewise.
5814 (minibuffer-prompt-width): New function (compatibility with old subr).
5815
5816 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5817 When constraining the final position to the current field,
5818 don't use the ONLY-IN-LINE mode of constrain-to-field.
5819
5820 1999-10-17 Miles Bader <miles@gnu.org>
5821
5822 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5823 constrain-to-field.
5824 * textmodes/paragraphs.el (forward-sentence): Likewise.
5825
5826 1999-10-17 Miles Bader <miles@gnu.org>
5827
5828 * simple.el (line-move): Use constrain-to-field to avoid
5829 moving into a prompt.
5830 (previous-complete-history-element): Clarify doc string.
5831 (next-complete-history-element): Likewise.
5832 Use field-beginning instead of point-min.
5833 (next-matching-history-element): Use field-beginning and
5834 erase-field instead of point-min and erase-buffer.
5835 * textmodes/paragraphs.el
5836 (forward-paragraph, forward-sentence): Likewise.
5837 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5838 constrain the kill to an field, as the movement commands now
5839 do this.
5840
5841 1999-10-17 Miles Bader <miles@gnu.org>
5842
5843 * simple.el (previous-matching-history-element): Get the
5844 minibuffer input with field-string instead of buffer-string.
5845 (choose-completion-string): Likewise.
5846 (next-history-element): Likewise.
5847 Erase the minibuffer input with erase-field, not erase-buffer.
5848 Use field-beginning to find the beginning of the input.
5849 * textmodes/paragraphs.el (backward-kill-sentence):
5850 Remove minibuffer-prompt hack.
5851 Constrain to any input field.
5852
5853 1999-10-17 Sam Steingold <sds@ksp.com>
5854
5855 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5856 for CMUCL on sparc and ".ufsl" for LispWorks.
5857 (bound-and-true-p): Bugfix: free variable `v'.
5858
5859 1999-10-16 Dave Love <d.love@dl.ac.uk>
5860
5861 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5862 (edebug-uninstall-read-eval-functions): Use load-read-function,
5863 avoiding elisp-eval.
5864
5865 1999-10-16 Sam Steingold <sds@ksp.com>
5866
5867 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5868 instead of `eql'.
5869
5870 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5871
5872 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5873 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5874 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5875 * ediff-util.el (ediff-make-temp-file):
5876 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5877 * emerge.el (emerge-make-temp-file):
5878 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5879 * vc.el (vc-update-change-log):
5880 * mail/mailpost.el (post-mail-send-it):
5881 * mail/metamail.el (metamail-region):
5882 * progmodes/cmacexp.el (c-macro-expansion):
5883 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5884
5885 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5886
5887 * smtpmail.el (smtpmail-via-smtp): Add support for
5888 automatically appending a domain to RCPT TO: addresses.
5889
5890 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5891
5892 * dired.el (dired-insert-directory): Insert the amount of
5893 free space after the total size.
5894 (dired-free-space-program, dired-free-space-args): New variables.
5895
5896 1999-10-14 Karl Heuer <kwzh@gnu.org>
5897
5898 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5899
5900 1999-10-14 Dave Love <fx@gnu.org>
5901
5902 * international/characters.el:
5903 * international/fontset.el:
5904 * international/mule-conf.el: Add latin-iso8859-1[45].
5905
5906 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5907 strings.
5908
5909 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5910 (command-line): Detect Latin-[89] locales.
5911
5912 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5913
5914 * international/mule-cmds.el (select-safe-coding-system)
5915 (leim-list-header): Avoid the use of strings that start with backslash
5916 newline since lread.c:read1 has a hack to turn those strings into
5917 integer 0 during the loadup.el process.
5918
5919 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5920
5921 1999-10-13 Dave Love <fx@gnu.org>
5922
5923 * image.el (insert-image): Copy the image spec and add an
5924 intangible property.
5925
5926 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5927
5928 * help.el (help-xref-interned): Make it also work on variable-only
5929 and function-only symbols.
5930 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5931 (help-follow): If the point under mouse is not highlighted, try
5932 `help-xref-interned' on the pointed-to symbol anyway.
5933
5934 * info.el (Info-on-current-buffer): New entry point.
5935 (Info-find-node): Split into two for Info-on-current-buffer to
5936 hook into it.
5937 (Info-current-file, Info-set-mode-line, Info-up):
5938 Info-current-file can now be t.
5939 (Info-clone-buffer-hook): Function for `clone-buffer'.
5940 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5941 Make `clone-buffer' available in various ways to the user.
5942
5943 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5944
5945 * simple.el (shell-command, shell-command-on-region): Use
5946 make-temp-file.
5947 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5948
5949 * subr.el (with-current-buffer): Don't use backquotes to avoid
5950 bootstrapping problems.
5951
5952 * loadup.el (load-path): Add subdirs for bootstrapping.
5953 (docstrings): Ignore errors during bootstrapping.
5954 (args): New `bootstrap' argument (for use in place of `dump').
5955
5956 1999-10-12 Emmanuel Briot <briot@gnat.com>
5957
5958 * ada-stmt.el: Doc-string fixes.
5959
5960 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5961
5962 * recentf.el: New file.
5963
5964 * ps-mode.el: New file.
5965
5966 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5967 case insensitive.
5968
5969 1999-10-12 Richard Sharman <rsharman@pobox.com>
5970
5971 * sh-script.el: Added support for indenting existing scripts.
5972 (sh-mode-map): Added new bindings.
5973 (sh-mode): Updated mode doc-string for new commands, added
5974 make-local-variable calls, initialize mode-specific variables.
5975 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5976 is now a different function.
5977 (sh-header-marker): Changed docstring.
5978 (sh-set-shell): Initialize mode-specific variables.
5979 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5980 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5981 Changed these define-skeleton calls to work with user-specified
5982 indentation settings.
5983 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5984 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5985 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5986 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5987 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5988 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5989 (sh-guess-basic-offset, sh-handle-after-case-label)
5990 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5991 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5992 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5993 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5994 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5995 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5996 (sh-handle-this-then, sh-help-string-for-variable)
5997 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5998 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5999 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
6000 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
6001 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
6002 (sh-remove-our-text-properties, sh-rescan-buffer)
6003 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
6004 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
6005 (sh-scan-case, sh-search-word, sh-set-char-syntax)
6006 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
6007 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
6008 functions.
6009 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
6010 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
6011 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
6012 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
6013 (sh-var-list): New variables.
6014
6015 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
6016
6017 * quickurl.el (quickurl-list-insert): `count-lines' was returning
6018 a value one line to high if the cursor wasn't at the start of a
6019 line. A `beginning-of-line' is now performed before making the
6020 call to `count-lines'.
6021
6022 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
6023
6024 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
6025
6026 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
6027
6028 * Makefile (setwins): Abstract out the command to find subdirectories
6029 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6030 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6031 (autoloads-with-other-emacs): Use it.
6032
6033 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6034
6035 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6036
6037 * Makefile (bootstrap-compile): New target. Compile Lisp
6038 files with ../src/temacs.
6039
6040 1999-10-08 Dave Love <fx@gnu.org>
6041
6042 * ange-ftp.el: Require dired when compiling.
6043 (ange-ftp-normal-login): Allow EFS-style port specification.
6044
6045 1999-10-08 Simon Marshall <simon@gnu.org>
6046
6047 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6048 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6049 If STRINGS is nil, return "" rather than nil.
6050
6051 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6052
6053 * Makefile (compile): Compile files one by one. Set load-path to
6054 current directory and subdirectories when compiling.
6055
6056 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6057
6058 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6059 (emacs): Use it everywhere instead of EMACS.
6060 (compile): New target. Compile all Lisp files from scratch.
6061 (recompile): New target. Recompile lisp directory.
6062 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6063 an Emacs executable not built in the current directory tree.
6064
6065 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6066
6067 * filecache.el (file-cache-completion-ignore-case): New variable,
6068 defaulting to the value of completion-ignore-case.
6069 (file-cache-minibuffer-complete): Use it.
6070 (file-cache-files-matching, file-cache-files-matching-internal):
6071 New functions.
6072
6073 1999-10-07 Emmanuel Briot <briot@gnat.com>
6074
6075 * ada-xref.el: New file
6076
6077 * ada-prj.el: New file
6078
6079 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6080
6081 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6082 subprogram being created.
6083
6084 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6085 ada-indent-newline-indent): Rewritten to support the new indentation
6086 scheme
6087
6088 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6089 New functions
6090
6091 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6092 justification parameter
6093
6094 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6095 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6096 external program
6097
6098 1999-10-07 Dave Love <fx@gnu.org>
6099
6100 * bindings.el (bound-and-true-p): New macro.
6101 (make-mode-line-mouse-sensitive): Don't require easymenu.
6102
6103 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6104
6105 * custom.el (defface): Extend documentation for new values of
6106 `type'.
6107
6108 * faces.el (face-spec-set-match-display): Recognize `type' of
6109 `motif', `lucid', `x-toolkit'.
6110 (menu): New face.
6111
6112 1999-10-05 Dave Love <fx@gnu.org>
6113
6114 * files.el: Recognize temporary crontab files.
6115
6116 * info.el: Require jka-compr when compiling.
6117 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6118
6119 1999-10-04 Dave Love <fx@gnu.org>
6120
6121 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6122 scroll-up-aggressively, scroll-down-aggressively.
6123
6124 * time.el (display-time-mode): Add autoload cookie.
6125
6126 * rect.el (delete-extract-rectangle): Doc fix from verna.
6127
6128 * help-macro.el (three-step-help): Customize.
6129
6130 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6131
6132 * hexl.el (hexlify-buffer): Move point in proper range
6133 if it is too large.
6134 (hexl-after-revert-hook): Update hexl-max-address.
6135 (hexl-address-to-marker): Doc fix.
6136
6137 1999-10-03 Dave Love <fx@gnu.org>
6138
6139 * image.el (defimage): Remove redundant code. Substitute file in
6140 image plist.
6141
6142 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6143
6144 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6145 when doing with-temp-file.
6146
6147 1999-10-01 Dave Love <fx@gnu.org>
6148
6149 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6150
6151 * help.el: Require view when compiling.
6152 (view-emacs-FAQ): Use Info version.
6153
6154 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6155
6156 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6157 (normat->normal). Use correct font names for Korean
6158 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6159
6160 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6161
6162 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6163 code not used by KOI8 to the same 8-bit code instead of mapping to
6164 SPC.
6165 (cyrillic-alternativnyj-decode-table): Likewise.
6166
6167 1999-09-29 Alex Schroeder <alex@gnu.org>
6168
6169 * sql.el (sql-imenu-generic-expression): Aew, used to set
6170 imenu-generic-expression.
6171 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6172 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6173 imenu-case-fold-search, and imenu-syntax-alist.
6174 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6175 setting font-lock-defaults' SYNTAX-ALIST.
6176
6177 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6178
6179 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6180 macro, try again.
6181
6182 1999-09-28 Dave Love <fx@gnu.org>
6183
6184 * cus-edit.el (custom-comment): Change widget definition.
6185 (custom-comment-create, custom-comment-show)
6186 (custom-comment-invisible-p): Don't use :comment-overlay.
6187 (custom-comment-hide): New function.
6188 (custom-variable-set, custom-variable-save)
6189 (custom-variable-reset-standard, custom-face-set)
6190 (custom-face-save): Use it.
6191
6192 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6193
6194 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6195
6196 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6197
6198 * faces.el (region): Doc fix.
6199
6200 1999-09-27 Dave Love <fx@gnu.org>
6201
6202 * isearch.el (isearch): Add :links in defgroup.
6203 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6204 (isearch-switch-frame-handler): Comment out (unused).
6205 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6206 (isearch-ring-retreat-edit): Doc fix.
6207 (isearch-mouse-yank): New command.
6208 (isearch-last-command-char): Removed. Callers changed to use
6209 last-command-char.
6210 (isearch-char-to-string): Removed. Callers changed to use
6211 char-to-string.
6212
6213 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6214
6215 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6216 option for Russian.
6217
6218 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6219
6220 * faces.el (face-differs-from-default-p): Compare face
6221 attributes individually.
6222
6223 * image.el (put-image, insert-image): Add string argument.
6224
6225 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6226
6227 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6228 LANG=de_DE.iso88591 on HPUX 11.0.
6229
6230 * dired.el (dired-move-to-filename-regexp): Make it work
6231 for LANG=de_DE.iso88591 on HPUX 11.0.
6232
6233 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6234
6235 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6236 if we know for some other reason it should not be used.
6237
6238 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6239 New variable.
6240 (edebug-recursive-edit): Save current-prefix-arg there,
6241 bind it, and set it back at the end.
6242 (edebug-outside-excursion): Restore and update the outside
6243 value of current-prefix-arg.
6244 (edebug-emacs-version-specific): Delete support for Epoch.
6245
6246 1999-09-24 Howard Melman <howard@silverstream.com>
6247
6248 * imenu.el (imenu-after-jump-hook): New variable.
6249 (imenu): Run menu-after-jump-hook.
6250 (imenu-name-lookup-function): New variable.
6251 * imenu.el (imenu--in-alist): Use those variables.
6252
6253 1999-09-24 Carsten Dominik <cd@gnu.org>
6254
6255 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6256 multiple thebibliography environments.
6257
6258 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6259 with recentering window.
6260 (reftex-extract-bib-entries-from-thebibliography,
6261 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6262 with multiple thebibliography environments.
6263
6264 * textmodes/reftex-vars.el
6265 (reftex-section-levels): Function allowed as cdr.
6266 (reftex-max-section-depth) New option.
6267
6268 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6269 with multiple thebibliography environments.
6270
6271 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6272
6273 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6274 instead of point-min in call to delete-region.
6275
6276 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6277
6278 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6279 out into arbitrary file names.
6280
6281 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6282
6283 * language/european.el ("Turkish"): New language environment.
6284
6285 1999-09-19 Dave Love <fx@gnu.org>
6286
6287 * delim-col.el: New file.
6288
6289 1999-09-17 Richard Stallman <rms@gnu.org>
6290
6291 * files.el (after-find-file): When visiting a backup file,
6292 make it read-only.
6293
6294 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6295 (apropos-keybinding-face, apropos-label-face): Likewise.
6296 (apropos-property-face, apropos-match-face): Likewise.
6297 (apropos-label-properties): New variable.
6298 (apropos-print-doc): Use apropos-label-properties.
6299 (apropos-print): Set apropos-label-properties.
6300
6301 1999-09-15 Richard Stallman <rms@gnu.org>
6302
6303 * winner.el: Use aref instead of sref.
6304
6305 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6306
6307 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6308
6309 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6310
6311 1999-09-14 Richard Stallman <rms@gnu.org>
6312
6313 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6314 cookie, even if followed by a letter.
6315
6316 1999-09-14 Stephen Eglen <stephen@gnu.org>
6317
6318 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6319 --no-line-editing are passed to Octave by including them here
6320 rather than storing them in inferior-octave-startup-args.
6321
6322 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6323
6324 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6325 command, option, env and sc.
6326
6327 * subr.el (shell-quote-argument): Quote argument with double
6328 quotes for ms-dos.
6329
6330 1999-09-14 Richard Stallman <rms@gnu.org>
6331
6332 * simple.el (eval-expression-print-level): New variable.
6333 (eval-expression-print-length): New variable.
6334 (eval-expression-debug-on-error): New variable.
6335 (eval-expression): Bind print-level, print-length and
6336 debug-on-error from those vars.
6337
6338 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6339 Bind print-level, print-length and debug-on-error.
6340
6341 1999-09-14 Inge Frick <inge@nada.kth.se>
6342
6343 * dired.el (dired-recursive-deletes): New custom variable.
6344 (dired-re-no-dot): New variable.
6345 (dired-delete-file): New function deletes files and directories
6346 recursively.
6347 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6348
6349 * dired-aux.el (dired-recursive-copies): New custom variable.
6350 (dired-handle-overwrite): Broke a long line.
6351 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6352 `copy-file'.
6353 (dired-copy-file-recursive): New function. Copy directories
6354 recursively.
6355 (dired-do-create-files): Added support for generalized directory
6356 target. How-to function may now return a function. New fluid
6357 variable `dired-one-file'.
6358 (dired-copy-how-to-fn): New variable.
6359 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6360 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6361 (dired-do-copy-regexp): No recursive copies.
6362
6363 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6364
6365 * whitespace.el (whitespace-version): Update version to 2.4
6366
6367 * whitespace.el: Add customization variables to conditionally test
6368 any of the five whitespaces, per request from Rune Kleveland
6369 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6370
6371 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6372
6373 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6374 list of modes to be checked for bogus whitespaces.
6375
6376 * whitespace.el (whitespace-rescan-timer-time): Update
6377 documentation.
6378
6379 * whitespace.el (whitespace-display-unchecked-whitespaces):
6380 New function to update modeline with untested whitespaces.
6381
6382 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6383 checking is turned on, and update modeline using the newly created
6384 `whitespace-display-unchecked-whitespaces'.
6385
6386 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6387 whose checking is turned on, and update modeline using the newly
6388 created `whitespace-display-unchecked-whitespaces'.
6389
6390 * whitespace.el (whitespace-describe): Update documentation.
6391
6392 * whitespace.el (whitespace-tickle-timer): Test if
6393 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6394
6395 1999-09-13 Dave Love <fx@gnu.org>
6396
6397 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6398
6399 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6400 for temp buffer.
6401 (checkdoc-this-string-valid): Don't assume default comment-start.
6402
6403 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6404
6405 * rsz-mini.el: Remove code, keep the interface.
6406
6407 1999-09-13 Dave Love <fx@gnu.org>
6408
6409 * help.el (help-highlight-p): Doc fix.
6410
6411 * faces.el (mode-line, header-line, tool-bar): Add :version.
6412 (highlight, secondary-selection): Add :group.
6413 (trailing-whitespace): Add :group, :version.
6414
6415 * wid-edit.el: Remove some compatibility code and checks.
6416 (widget-specify-field, widget-specify-button): Don't use XEmacs
6417 properties.
6418 (widget-overlay-inactive): Change error message.
6419 (widget-button-pressed-face): New variable.
6420 (widget-button-click): Use it.
6421 (widget-documentation-link-add): Specify mouse and button faces.
6422 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6423 removed now the functionality is built in.
6424
6425 * cus-edit.el: Don't define-widget-keywords.
6426 (multimedia): New group.
6427 (custom-last): Function removed.
6428 (custom-quote): Add vectorp case, comment out characterp case.
6429 (custom-buffer-done-function, custom-raised-buttons): New option.
6430 (Custom-buffer-done): New function.
6431 (custom-buffer-create-internal): Obey custom-raised-buttons,
6432 Custom-buffer-done.
6433 (custom-button-face): Make it `released-button'.
6434 (custom-button-pressed-face): Make it `pressed-button'
6435 (custom-mode-map): Bind "q" to Custom-buffer-done.
6436 (custom-mode): Deal with raised/pressed buttons.
6437
6438 Changes from Didier Verna:
6439 (custom-prompt-variable): Optional third arg makes prompt for a
6440 comment string.
6441 (customize-set-value, customize-set-variable,
6442 customize-save-variable): Optional prefix makes function handle
6443 variable comments.
6444 (customize-customized, customize-saved, custom-variable-state-set)
6445 (custom-variable-set, custom-variable-save, custom-face-state-set)
6446 (custom-variable-reset-saved, custom-variable-reset-standard)
6447 (custom-face-set, custom-face-save, custom-face-reset-saved)
6448 (custom-face-reset-standard, customize-save-customized): Handle
6449 custom comments.
6450 (custom-comment-face, custom-comment-tag-face): New face.
6451 (custom-comment): New widget.
6452 (custom-comment-create, custom-comment-delete)
6453 (custom-comment-value-set, custom-comment-show)
6454 ()custom-comment-invisible-p): New functions.
6455 (custom-variable-value-create, custom-face-value-create): Create a
6456 comment field widget.
6457 (custom-variable-menu, custom-face-menu): New entry for custom
6458 comment.
6459 (custom-face-value-create): Remove compatibility code.
6460 (custom-save-variables, custom-save-faces): Possibly save custom
6461 comments.
6462
6463 * cus-face.el (custom-face-attributes): Simplify :underline,
6464 :overline, :inverse-video cases. Fix up :box case (probably needs
6465 more work).
6466
6467 Change from Didier Verna:
6468 (custom-set-faces): The arguments can now have a custom comment as
6469 fourth argument.
6470
6471 * custom.el: Don't define-widget-keywords.
6472 Change from Didier Verna:
6473 (custom-set-variables): The arguments can now have a
6474 custom comment as fifth element.
6475
6476 1999-09-13 Richard Stallman <rms@gnu.org>
6477
6478 * info.el (Info-find-node): Cope better if guesspos is too large.
6479
6480 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6481
6482 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6483 of buffer-substring because buffer-string doesn't copy the
6484 prompt.
6485
6486 * faces.el (mode-line): Replaces `modeline'.
6487 (toplevel): Make `modeline' an alias for `mode-line'.
6488
6489 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6490
6491 * gs.el: Change `ghostscript' to `postscript' in comment.
6492
6493 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6494
6495 * emulation/tpu-edt.el (tpu-version): New version.
6496 (tpu-search-overlay, tpu-replace-overlay): New variables.
6497 (tpu-search-highlight, tpu-toggle-direction): New functions.
6498 (tpu-lm-replace): Set tpu-replace-overlay.
6499 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6500 command hook.
6501
6502 1999-09-11 Richard Stallman <rms@gnu.org>
6503
6504 * isearch.el (isearch-mode-map): Undo previous change.
6505
6506 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6507 use all of that as the sexp.
6508
6509 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6510 and use the initial argument as file name directly.
6511 Likewise if nothing matches.
6512
6513 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6514
6515 * winner.el: Major changes. Avoid changing point and mark.
6516 Save configurations after they change, not before.
6517
6518 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6519
6520 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6521 Bind print-continuous-numbering and print-number-table.
6522
6523 1999-09-10 Dave Love <fx@gnu.org>
6524
6525 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6526
6527 1999-09-09 Richard Stallman <rms@gnu.org>
6528
6529 * whitespace.el: Finish making it fit Emacs conventions.
6530 Add autoloads.
6531
6532 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6533
6534 * generic-x.el (bat-generic-mode): "::"-style comments don't
6535 need to begin with "-". Fix the font-lock definitions of ON/OFF
6536 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6537 from the list of keywords. Add DO to the list of keywords.
6538
6539 1999-09-09 Dave Love <fx@gnu.org>
6540
6541 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6542 (byte-optimize-backward-word): New optimizations.
6543 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6544 entries.
6545
6546 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6547
6548 * image.el (put-image): Remove optional buffer parameter.
6549
6550 * faces.el (face-italic-p): Return t only for values `italic'
6551 and `oblique'.
6552
6553 * mouse.el (mouse-drag-mode-line-1): Extension of former
6554 mouse-drag-mode-line that also drags the header line.
6555 (mouse-drag-mode-line): Call it.
6556 (mouse-drag-header-line): New.
6557 (toplevel): Bind down-mouse-1 on header lines to
6558 mouse-drage-header-line.
6559
6560 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6561
6562 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6563 (make-mode-line-mouse-sensitive): Replace `top-line' by
6564 `header-line'.
6565
6566 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6567
6568 * help.el (describe-function-1): Don't return empty string for keymaps.
6569
6570 * fill.el (fill-region-as-paragraph, canonically-space-region):
6571 Respect colon-double-space at end of line.
6572
6573 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6574
6575 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6576 (backup-buffer): Use it.
6577
6578 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6579
6580 * generic-x.el (generic-define-unix-modes): Added new modes:
6581 inetd-conf-generic-mode, etc-services-generic-mode,
6582 etc-passwd-generic-mode. These are all defined for Unix by default.
6583 (apache-generic-mode): Use an imenu-generic-expression to list
6584 Configuration keywords.
6585 (samba-generic-mode): Use both ; and # as comment characters.
6586 (samba-generic-mode): Font-lock expressions now highlight name
6587 value pairs.
6588 (bat-generic-mode): Keywords are now case-insensitive through
6589 font-lock-defaults setting.
6590 (java-properties-generic-mode): Supports both ! and # as comment
6591 characters.
6592 (java-properties-generic-mode): Added an imenu-generic-expression
6593 (java-properties-generic-mode): Reworked to support the various
6594 different ways to separate name and value (viz, '=', ':' and
6595 whitespace).
6596 (show-tabs-generic-mode): Added this new generic-mode.
6597
6598 1999-09-08 Richard Stallman <rms@gnu.org>
6599
6600 * progmodes/inf-lisp.el: Moved from top directory.
6601
6602 * tar-mode.el (tar-header-block-tokenize):
6603 Use `when' instead of `and'. Fix some clobbered text.
6604
6605 * gud.el (gud-make-debug-menu): Make a child for the
6606 local menu, for its menu bar, and the debug menu.
6607 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6608 Use the history in the simple way.
6609
6610 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6611
6612 * language/korea-util.el (default-korean-keyboard): Initialize it
6613 according to the environment variable HANGUL_KEYBOARD_TYPE.
6614
6615 1999-09-07 Richard Stallman <rms@gnu.org>
6616
6617 * subr.el (make-temp-file): New function.
6618
6619 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6620
6621 * font-lock.el (font-lock-multiline): New text property contains
6622 a boolean to indicate if the char is part of a multiline match.
6623 (font-lock-default-fontify-region): Extend the region appropriately
6624 for multiline keywords.
6625 (font-lock-default-unfontify-region): Also remove the new
6626 font-lock-multiline text property.
6627 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6628 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6629
6630 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6631
6632 * diary-lib.el (list-diary-entries): Make sure two-digit years
6633 have leading zeros.
6634
6635 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6636
6637 * faces.el (face-set-after-frame-default): Initialize some
6638 attributes of some faces from frame parameters.
6639
6640 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6641
6642 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6643
6644 * faces.el (fringe): Replaces face `margin'.
6645
6646 1999-09-07 Dave Love <fx@gnu.org>
6647
6648 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6649
6650 1999-09-07 Richard Stallman <rms@gnu.org>
6651
6652 * subr.el (push): Doc fix.
6653
6654 1999-09-06 Richard Stallman <rms@gnu.org>
6655
6656 * vc.el (vc-annotate-display): Use < 69 not < 70
6657 to distinguish 20YY from 19YY.
6658
6659 * timezone.el (timezone-parse-date): Use < 69 not < 70
6660 to distinguish 20YY from 19YY.
6661
6662 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6663
6664 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6665
6666 * quickurl.el: (quickurl-list-focused-line): Removed.
6667 (quickurl-list-insert): Now works out the focused line using
6668 `count-lines' instead of using `quickurl-list-focused-line'.
6669
6670 1999-09-06 Richard Stallman <rms@gnu.org>
6671
6672 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6673 to beginning of message.
6674
6675 1999-09-06 Dave Love <fx@gnu.org>
6676
6677 * isearch.el (isearch-mode-map): Add mouse-2.
6678
6679 * mail/rmail.el (rmail-read-password): Deleted.
6680 (rmail-get-pop-password): Use read-password.
6681
6682 * quickurl.el: Don't conditionally define caddr.
6683 (quickurl-url-comment): Use nth, not caddr in function and
6684 defsetf.
6685
6686 1999-09-06 Richard Stallman <rms@gnu.org>
6687
6688 * auto-show.el: Doc fixes.
6689
6690 1999-09-06 Stephen Eglen <stephen@gnu.org>
6691
6692 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6693 --no-line-editing so that TABs in source files are not interpreted
6694 as completion requests.
6695
6696 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6697
6698 * hscroll.el, auto-show.el: Remove all code, keep the public
6699 interface as no-ops.
6700
6701 * faces.el (face-bold-p): Don't return t if face has lighter
6702 weight than normal.
6703
6704 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6705
6706 * startup.el (command-line): Make small-temporary-file-directory
6707 be nil except on ms-dos.
6708
6709 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6710
6711 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6712 is defined.
6713
6714 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6715 letters with a colon after d or l.
6716
6717 1999-09-06 Dave Love <fx@gnu.org>
6718
6719 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6720 primitive.)
6721
6722 1999-09-05 Richard Stallman <rms@gnu.org>
6723
6724 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6725
6726 * textmodes/paragraphs.el (backward-kill-sentence):
6727 Don't test minibuffer-prompt-end here.
6728 (forward-sentence): Do handle it here.
6729 (backward-kill-paragraph): Don't test it here.
6730 (forward-paragraph): Handle it here.
6731
6732 * mouse.el (font-menu-add-default): Simplify code.
6733
6734 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6735
6736 * faces.el (header-line): Renamed from `top-line'.
6737
6738 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6739
6740 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6741
6742 1999-09-04 Richard Stallman <rms@gnu.org>
6743
6744 * whitespace.el: New file.
6745
6746 1999-09-04 Dave Love <fx@gnu.org>
6747
6748 * paths.el: Make some doc strings obey the make-docfile convention.
6749
6750 * bindings.el: Likewise.
6751 (debug-ignored-errors): Remove BBDB ones.
6752
6753 1999-09-03 Richard Stallman <rms@gnu.org>
6754
6755 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6756 not from the draft to forward.
6757
6758 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6759
6760 1999-09-03 Dave Love <fx@gnu.org>
6761
6762 * double.el (double-mode): Customize the variable.
6763
6764 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6765
6766 * international/characters.el: Delete duplicated code.
6767
6768 1999-09-02 Richard Stallman <rms@gnu.org>
6769
6770 * indent.el (indent-relative): Doc fix.
6771
6772 * quickurl.el (quickurl): Doc fix.
6773
6774 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6775
6776 * faces.el (margin): Change background to "gray" for mono (this is
6777 drawn with a stipple pattern).
6778
6779 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6780
6781 * simple.el (next-history-element): Use minibuffer-prompt-end once
6782 again. Remove test for minibuffer-prompt-in-buffer.
6783
6784 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6785
6786 * files.el (small-temporary-file-directory): New variable.
6787
6788 * startup.el (command-line): Compute the value of
6789 small-temporary-file-directory.
6790
6791 * ediff-init.el (ediff-temp-file-prefix): Use
6792 small-temporary-file-directory if non-nil.
6793
6794 * vc.el (vc-update-change-log): Likewise.
6795
6796 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6797
6798 * simple.el (shell-command, shell-command-on-region): Use
6799 make-temp-name properly. Use small-temporary-file-directory if
6800 non-nil, otherwise temporary-file-directory, to generate temporary
6801 files.
6802
6803 * dos-w32.el (direct-print-region-helper): Use
6804 temporary-file-directory. (From Stefan Monnier.)
6805
6806 1999-09-02 Richard Stallman <rms@gnu.org>
6807
6808 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6809 from asm-comment-char.
6810 (asm-font-lock-keywords): Recognize instruction width suffixes.
6811
6812 1999-09-01 Richard Stallman <rms@gnu.org>
6813
6814 * play/fortune.el: New file.
6815
6816 1999-08-31 Dave Love <fx@gnu.org>
6817
6818 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6819 after key table.
6820
6821 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6822 redisplay variables.
6823
6824 * subr.el (push): Fix typo.
6825
6826 1999-08-30 Kevin Blake <kblake@ticnet.com>
6827
6828 * emacs-lisp/ring.el: Many doc fixes.
6829 (ring-size, ring-copy): New functions.
6830
6831 1999-08-29 Richard Stallman <rms@gnu.org>
6832
6833 * progmodes/etags.el (tags-loop-continue):
6834 After tags-loop-operate returns, force skip to next file.
6835
6836 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6837 (mail-extr-first-letters, mail-extr-last-letters):
6838 Use character classes [:alpha:] and [:alnum:].
6839
6840 * subr.el (push, pop): New macros.
6841
6842 * progmodes/compile.el (compilation-error-regexp-alist):
6843 New item for SGI IRIX MipsPro compilers.
6844
6845 * speedbar.el (speedbar-directory-buttons): Recognize
6846 device names when checking for file names.
6847
6848 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6849
6850 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6851 and specially handle defvar inside their expansions.
6852 (eval-defun-1): New subroutine.
6853
6854 * progmodes/compile.el (compilation-error-regexp-alist):
6855 Fix the Perl -w entry to allow period after line number.
6856 Don't allow newlines in file name, but allow them after line number
6857 for Perl debugging traces.
6858
6859 * which-func.el (which-func-cleanup-function): New variable.
6860 (which-function): Call that function.
6861
6862 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6863 to end a function name.
6864
6865 * informat.el (Info-tagify): Don't insert more than one newline
6866 before the tag table.
6867
6868 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6869
6870 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6871 than make-temp-name, use match-string-no-properties, and eliminate
6872 a quadratic behavior when building bibtex-strings.
6873
6874 1999-08-29 Alex Schroeder <alex@gnu.org>
6875
6876 * comint.el (comint-input-ring-separator): New variable.
6877 (comint-read-input-ring): Doc change; use
6878 comint-input-ring-separator when reading file.
6879 (comint-write-input-ring): Use
6880 comint-input-ring-separator when writing file.
6881
6882 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6883
6884 * informat.el (Info-tagify): Start by widening.
6885 Match node headers that don't list the file name,
6886 and more kinds of page separations.
6887 Strip properties during tagification.
6888 Use start of node header line as tag's position.
6889 Fix the "done" message.
6890
6891 (Info-validate): Save and restore match data around narrowing down.
6892
6893 1999-08-28 Richard M. Stallman <rms@gnu.org>
6894
6895 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6896 On repeated call, override previous values put into
6897 minor-mode-map-alist and minor-mode-alist.
6898
6899 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6900
6901 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6902
6903 1999-08-27 Andreas Schwab <schwab@gnu.org>
6904
6905 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6906 from cvs update.
6907
6908 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6909
6910 * calendar/calendar.el (calendar-move-hook): New hook.
6911
6912 * calendar/cal-move.el: Call the new hook in every movement function.
6913
6914 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6915 the right function name.
6916
6917 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6918
6919 * time-stamp.el: Put quote-backquote around all symbol names
6920 in doc strings, for mousing.
6921 (time-stamp): Support multi-line patterns.
6922 (time-stamp-inserts-lines): New variable.
6923 (time-stamp-count): New variable.
6924 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6925 "Thu" instead of "%a".
6926
6927 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6928
6929 * simple.el (kill-word): Undo previous change.
6930
6931 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6932
6933 * jit-lock.el (jit-lock-function): Extend the fontified range
6934 to the beginning of the line containing the range start and
6935 the beginning of the line following the range end.
6936
6937 1999-08-24 Dave Love <fx@gnu.org>
6938
6939 * timezone.el: Move provide to end.
6940 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6941 <70 are 2000+.
6942 (timezone-parse-time): Simplify somewhat.
6943
6944 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6945
6946 * faces.el (margin): Renamed from bitmap-area.
6947
6948 1999-08-24 Alex Schroeder <alex@gnu.org>
6949
6950 * sql.el: Doc changes.
6951 (sql-sybase): Use sql-server instead of sql-database.
6952
6953 1999-08-23 Dave Love <fx@gnu.org>
6954
6955 * rect.el: Add/fix various doc strings. Add `*' to all the
6956 interactive specs.
6957
6958 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6959
6960 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6961 Don't unwind-protect font-lock-fontify-region.
6962
6963 * paragraphs.el (backward-kill-paragraph): Don't move
6964 point into mini-buffer prompt.
6965 (backward-kill-sentence): Ditto.
6966
6967 * simple.el (next-history-element): Use minibuffer-prompt-end.
6968 Remove test for minibuffer-prompt-in-buffer.
6969 (kill-word): Don't move point into mini-buffer prompt.
6970
6971 1999-08-21 Dave Love <fx@gnu.org>
6972
6973 * Makefile: Exclude CVS dirs like RCS.
6974
6975 1999-08-19 Dave Love <fx@gnu.org>
6976
6977 * tooltip.el (tooltip-mode): Customize this, per convention.
6978 (tooltip-active): Option deleted.
6979
6980 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6981
6982 * hanoi.el, page-ext.el: Declare dynamic vars.
6983
6984 * term.el: Avoid ange-ftp related compilation warnings.
6985
6986 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6987
6988 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6989 the default so that beginners can benefit from it without
6990 searching in manuals.
6991
6992 1999-08-18 Ray Blaak <blaak@gnu.org>
6993
6994 * progmodes/delphi.el: Consider assembly sections as blocks, to
6995 indent them better. Make auto-indent on newline optional.
6996
6997 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6998
6999 * bindings.el (mode-line-modified): Look up key binding for C-x
7000 C-q. If it's bound call that binding, otherwise call
7001 toggle-read-only.
7002
7003 1999-08-17 Dave Love <fx@gnu.org>
7004
7005 * info.el (info): Doc fix.
7006
7007 * finder.el (finder-known-keywords): Add `multimedia'.
7008
7009 * apropos.el: Don't capitalize custom group name.
7010
7011 * info-look.el: Remove compatibility code.
7012 (info-lookup-guess-default*): DTRT for point at start of symbol.
7013 (info-complete): Don't lose with point not at end of symbol.
7014
7015 1999-08-16 Gerd Moellmann <gerd@gnu.org>
7016
7017 * term.el (toplevel): Make face `term-default' an empty face.
7018 The code relied on the fact that Emacs ignored invalid faces in
7019 face text properties in 20.4.
7020
7021 1999-08-16 Richard M. Stallman <rms@gnu.org>
7022
7023 * subr.el (point-at-eol, point-at-bol): New aliases.
7024
7025 * simple.el: Functions reordered.
7026
7027 * rect.el (delete-rectangle-line): Use line-end-position.
7028
7029 1999-08-16 Karl Heuer <kwzh@gnu.org>
7030
7031 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7032 here from simple.el.
7033
7034 1999-08-16 Dave Love <fx@gnu.org>
7035
7036 * mouse.el: Provide `mldrag' for compatibility.
7037 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7038 marked obsolete.
7039
7040 * mldrag.el: Removed since the features are in mouse.el.
7041
7042 * jka-compr.el (auto-compression-mode): New variable for
7043 customization.
7044
7045 * bindings.el (mode-line-mule-info): Doc fix.
7046
7047 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7048 name comparisons.
7049
7050 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7051 (find-file): Doc fix.
7052
7053 1999-08-16 Carsten Dominik <cd@gnu.org>
7054
7055 * textmodes/reftex.el: Most of the code moved to other files.
7056 * textmodes/reftex-auc.el: New file, split out from reftex.el
7057 * textmodes/reftex-cite.el: New file, split out from reftex.el
7058 * textmodes/reftex-global.el: New file, split out from reftex.el
7059 * textmodes/reftex-index.el: New file, split out from reftex.el
7060 * textmodes/reftex-parse.el: New file, split out from reftex.el
7061 * textmodes/reftex-ref.el: New file, split out from reftex.el
7062 * textmodes/reftex-sel.el: New file, split out from reftex.el
7063 * textmodes/reftex-toc.el: New file, split out from reftex.el
7064 * textmodes/reftex-vars.el: New file, split out from reftex.el
7065 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7066
7067 1999-08-16 Carsten Dominik <cd@gnu.org>
7068
7069 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7070 conflict with pop-up-frames.
7071 (reftex-special-environment-parsers): New constant.
7072 (reftex-label-alist): car of an entry can also be a function.
7073 (reftex-what-special-env): Cew function.
7074 (reftex-label-location): Call `reftex-what-special-env'.
7075 (reftex-compile-variables): Check for symbol in
7076 `reftex-label-alist'.
7077 (reftex-what-environment): Fixed bug with stacked environments of
7078 same kind (e.g. enumerate).
7079 (reftex-process-string): Preserve default directory.
7080 (reftex-label-alist-builtin): Changed prefixes of endnote and
7081 footnote. Also the magic words.
7082 (reftex-reference): Interprete new option
7083 `reftex-fref-is-default'.
7084 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7085 (reftex-toc-mouse-view-line): Command removed (had no binding).
7086 (reftex-everything-regexp): New function.
7087 (reftex-nearest-match): Made better.
7088 (reftex-toc-find-section): Use new version of
7089 `reftex-nearest-match'.
7090 (reftex-insert-docstruct): Adapted to work with the index stuff.
7091 (reftex-parse-from-file): Find index entries as well.
7092 (reftex-toc-toggle-index): New function
7093 (reftex-toc-map): `i' is now used to togle the index, File
7094 boundaries has been moved to `F'.
7095 (reftex-select-label-map): Toggling display of file boundaries is
7096 now on the `F' key, for consistency with `reftex-toc-map'.
7097 (reftex-erase-all-selection-and-index-buffers): Renamed from
7098 `reftex-erase-all-selection-buffer'. Now also kills the index
7099 buffers.
7100 (reftex-viewing-cross-references): Customization group renamed
7101 from reftex-viewing-cross-references-and-citations.
7102 (reftex-index-macro-regexp,
7103 reftex-find-index-entry-regexp-format): New variables
7104 (reftex-macros-with-index): New variable
7105 (reftex-add-index-macros): New function
7106 (reftex-renumber-simple-labels, reftex-translate): Allow for
7107 multiple labels in a single ref command.
7108 (reftex-index-support): New customization group
7109 (reftex-support-index, reftex-index-special-chars,
7110 reftex-index-macros, reftex-index-default-macro,
7111 reftex-index-default-tag, reftex-index-math-format,
7112 reftex-index-section-letters, reftex-index-include-context,
7113 reftex-index-follow-mode, reftex-index-header-face,
7114 reftex-index-section-face, reftex-index-tag-face,
7115 reftex-index-face): New options
7116 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7117 reftex-index-tag, reftex-index-return-marker,
7118 reftex-index-restriction-indicator, reftex-index-restriction-data,
7119 reftex-index-macro-regexp, reftex-index-level-re,
7120 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7121 reftex-everything-regexp-no-index, reftex-index-re,
7122 reftex-macros-with-index, reftex-index-macro-alist): New variables
7123 (reftex-index-help, reftex-index-macros-builtin,
7124 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7125 reftex-query-index-macro-help): New constants
7126 (reftex-index-selection-or-word, reftex-index,
7127 reftex-default-index, reftex-update-default-index,
7128 reftex-index-complete-tag, reftex-index-select-tag,
7129 reftex-index-complete-key, reftex-index-update-taglist,
7130 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7131 reftex-display-index, reftex-insert-index,
7132 reftex-index-insert-new-letter, reftex-get-restriction,
7133 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7134 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7135 reftex-index-toggle-follow, reftex-index-toggle-context,
7136 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7137 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7138 reftex-index-quit, reftex-index-quit-and-kill,
7139 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7140 reftex-index-revert, reftex-index-switch-index-tag,
7141 reftex-index-restrict-to-section, reftex-index-widen,
7142 reftex-index-restriction-forward,
7143 reftex-index-restriction-backward, reftex-index-visit-location,
7144 reftex-index-analyze-entry, reftex-index-globalize,
7145 reftex-index-edit, reftex-index-toggle-range-beginning,
7146 reftex-index-toggle-range-end, reftex-index-edit-key,
7147 reftex-index-edit-attribute, reftex-index-edit-visual,
7148 reftex-index-edit-part, reftex-index-level-down,
7149 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7150 reftex-index-change-entry, reftex-index-goto-letter,
7151 reftex-add-index-macros, reftex-ensure-index-support,
7152 reftex-index-info-safe, reftex-index-info): New functions.
7153
7154
7155 1999-08-15 Richard M. Stallman <rms@gnu.org>
7156
7157 * paren.el (show-paren-mode): Support making show-paren-mode
7158 a buffer-local variable. Don't check for a window system.
7159 (show-paren-function): Check whether show-paren-function is
7160 enabled in current buffer; do the right thing if not.
7161 Don't check for a window system.
7162 (show-paren-mode): Make it a user variable.
7163
7164 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7165 Handle `enum' like `struct'.
7166
7167 * server.el (server-process-filter): If a client visits no buffers,
7168 close it immediately before recording it.
7169
7170 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7171 Optimize by calling concat just once. Handle =\n sequence.
7172 (mail-unquote-printable-region): New command.
7173 (mail-quote-printable): Make it autoload.
7174
7175 1999-08-15 Karl Heuer <kwzh@gnu.org>
7176
7177 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7178
7179 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7180
7181 * lisp/texinfmt.el: Handle @ifnottex.
7182
7183 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7184
7185 * frame.el (blink-cursor): Don't turn on cursor blinking for
7186 ms-dos.
7187
7188 * faces.el (face-valid-attribute-values): Look in
7189 x-bitmap-file-path only for x and w32 window systems.
7190
7191 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7192 Do that if width is nil as well.
7193 (x-display-mm-height, x-display-mm-width): Update values.
7194 (x-colors): Compute the list from msdos-color-values.
7195 (x-select-enable-clipboard): Doc fix.
7196 (x-frob-font-weight, x-font-family-list): New functions.
7197
7198 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7199
7200 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7201 back up from beginning of buffer.
7202
7203 1999-08-13 Karl Heuer <kwzh@gnu.org>
7204
7205 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7206
7207 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7208
7209 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7210 doomsday clock, speed control is added and changes are made to
7211 allow large numbers of rings: rings now show the whole ring
7212 number, not just the last digit; consecutive rings are allowed to
7213 be the same size when necessary to fit all the rings in the
7214 window; and poles can be oriented horizontally. Face support is
7215 thrown in gratuitously.
7216 (hanoi): Changed default number of rings back to 3.
7217 (hanoi-unix, hanoi-unix-64): New commands
7218 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7219 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7220 hanoi-odd-ring-face): New variables.
7221 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7222 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7223 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7224 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7225 (hanoi-topos, hanoi-draw-ring): Removed.
7226
7227 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7228
7229 * faces.el (face-valid-attribute-values): Return an alist for
7230 families on ttys.
7231 (face-read-integer): Handle unspecified face attributes. Add
7232 completion for `unspecified'.
7233 (read-face-attribute): Handle unspecified font attributes.
7234 (face-valid-attribute-values): Add `unspecified' to lists so that
7235 it can be chosen via completion.
7236 (face-read-string): Don't recognize "none" as input.
7237
7238 1999-08-10 Dave Love <fx@gnu.org>
7239
7240 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7241 string.
7242
7243 * sun-curs.el: Require sun-fns.
7244
7245 1999-08-10 Dave Love <fx@gnu.org>
7246
7247 * autorevert.el (auto-revert-mode): Add autoload cookie.
7248
7249 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7250 hscroll.
7251
7252 * simple.el (hscroll-step, hscroll-point-visible)
7253 (hscroll-window-column): Remove now we have the mentioned real
7254 horizontal autoscrolling.
7255
7256 1999-08-10 Richard M. Stallman <rms@gnu.org>
7257
7258 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7259 control use of -f option.
7260 (mail-specify-envelope-from): New variable.
7261 (mail-from-style): Doc fix.
7262
7263 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7264 (easy-menu-get-map): New arg TO-MODIFY helps choose
7265 between local and global maps.
7266 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7267 (easy-menu-change): Doc fix.
7268
7269 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7270 (info-lookup-guess-default): Simplified and cleaned up.
7271 (info-lookup-guess-default*): Preserve point.
7272
7273 * view.el (view-mode-disable): If buffer-read-only is nil,
7274 don't change it.
7275
7276 * files.el (after-find-file): Disable View mode if buffer is no
7277 longer read-only.
7278
7279 * view.el (view-mode-enable, view-mode-disable):
7280 Call force-mode-line-update.
7281
7282 1999-08-10 Karl Heuer <kwzh@gnu.org>
7283
7284 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7285 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7286 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7287
7288 1999-08-10 Alex Schroeder <asc@bsiag.com>
7289
7290 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7291 to prevent m-eating-bug.
7292
7293 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7294
7295 * term/pc-win.el (msdos-bg-mode): Remove. Call
7296 frame-set-background-mode instead. All callers changed.
7297 (msdos-face-setup): Don't force color display parameter, it is set
7298 by frame-set-background-mode.
7299 (make-msdos-frame): Call x-handle-reverse-video and
7300 face-set-after-frame-default. Delete frame if creation failed.
7301
7302 * faces.el (face-set-after-frame-default): Don't call
7303 make-face-x-resource-internal for the pc window-system.
7304
7305 1999-08-10 Dave Love <fx@melange.gnu.org>
7306
7307 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7308 case with no docstring specially.
7309
7310 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7311
7312 * complete.el (PC-do-completion): If completing on file name,
7313 reproduce str by concatenating its directory and basename parts.
7314
7315 1999-08-07 Dave Love <fx@gnu.org>
7316
7317 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7318 unibyte to multibyte conversion of search-forward (from Handa),
7319 but avoid the replacement if the language is Latin-N.
7320
7321 1999-08-06 Richard Stallman <rms@gnu.org>
7322
7323 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7324 of eval-buffer.
7325
7326 * international/mule.el (load-with-code-conversion):
7327 Pass t to eval-buffer for DO-ALLOW-PRINT.
7328
7329 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7330
7331 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7332 of filenames and attributes.
7333 (ls-lisp-insert-directory): Use directory-files-and-attributes
7334 for speed.
7335
7336 1999-08-05 Dave Love <fx@gnu.org>
7337
7338 * auto-show.el (auto-show-mode): Fix :set.
7339
7340 * widget.el (define-widget-keywords): Make dummy definition and
7341 comment-out its use.
7342
7343 1999-08-04 Richard Stallman <rms@gnu.org>
7344
7345 * progmodes/tcl.el: Customized.
7346
7347 * sql.el (sql-accumulate-and-indent): Instead of testing
7348 whether this is Emacs 20 before calling comint-accumulate,
7349 test whether comint-accumulate is defined.
7350
7351 1999-08-04 Dave Love <fx@gnu.org>
7352
7353 * sgml-mode.el: Require outline when compiling.
7354 (sgml-mode-hook, html-mode-hook): Customize.
7355 (sgml-validate-command): Fix :version.
7356 (html-autoview-mode): Doc fix.
7357
7358 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7359 nothing in Latin-N environment.
7360
7361 * info.el (Info-find-node): Call info-initialize here.
7362 (info): Not here.
7363 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7364
7365 1999-08-04 Richard Stallman <rms@gnu.org>
7366
7367 * ansi-color.el: New file.
7368
7369 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7370
7371 * dired.el (dired-string-replace-match): Return `nil' when no match
7372 found with global search.
7373
7374 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7375 * terminal.el (te-terminfo-directory):
7376 * mail/mailpost.el (post-mail-send-it):
7377 * mail/metamail.el (metamail-region):
7378 * progmodes/ada-mode.el (ada-tmp-directory):
7379 Use temporary-file-directory.
7380
7381 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7382 (compilation-filter, compilation-forget-errors)
7383 (compilation-parse-errors): Use a marker instead of an integer for
7384 `compilation-parsing-end'.
7385
7386 * progmodes/diff.el (diff-parse-differences):
7387 Use a marker instead of an integer for `compilation-parsing-end'.
7388 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7389 Use a marker instead of an integer for `compilation-parsing-end'.
7390
7391 1999-08-03 Richard Stallman <rms@gnu.org>
7392
7393 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7394 (Buffer-menu-mode): Doc fix.
7395 (Buffer-menu-view): New command.
7396 (Buffer-menu-view-other-window): New command.
7397
7398 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7399
7400 * replace.el (query-replace-regexp-eval)
7401 (replace-eval-replacement, replace-loop-through-replacements)
7402 (replace-match-string-symbols): New functions.
7403 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7404 Use replace-loop-through-replacements.
7405
7406 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7407
7408 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7409 (5x5): Doc fix.
7410
7411 1999-08-03 Dave Love <fx@gnu.org>
7412
7413 * fortran.el (fortran-indent-new-line): Make it an alias
7414 for reindent-then-newline-and-indent.
7415
7416 1999-08-03 Didier Verna <verna@inf.enst.fr>
7417
7418 * rect.el: All functions rewritten, except when noted above
7419 their declaration. Below is a list of interface changes.
7420 (apply-on-rectangle): New function, mostly replaces
7421 `operate-on-rectangle'. All callers changed.
7422 (move-to-column-force): Pass new second argument to `move-to-column'.
7423 (kill-rectangle): Added optional prefix arg to fill lines.
7424 (delete-rectangle): Ditto.
7425 (delete-whitespace-rectangle): Ditto.
7426 (delete-extract-rectangle): Ditto.
7427 (open-rectangle): Ditto.
7428 (clear-rectangle): Ditto.
7429 (delete-whitespace-rectangle-line): New function.
7430 (delete-rectangle-line): Added third arg FILL.
7431 (delete-extract-rectangle-line): Ditto.
7432 (open-rectangle-line): Ditto.
7433 (clear-rectangle-line): Ditto.
7434
7435 1999-08-03 Ray Blaak <blaak@gnu.org>
7436
7437 * progmodes/delphi.el: New file.
7438
7439 1999-08-02 Richard Stallman <rms@gnu.org>
7440
7441 * textmodes/outline.el (outline-previous-heading): New function.
7442 (outline-up-heading-all): Use outline-previous-heading.
7443 (outline-next-heading): Delete definition inserted yesterday.
7444
7445 1999-08-01 Richard Stallman <rms@gnu.org>
7446
7447 * textmodes/outline.el (outline-next-heading): New function.
7448 (outline-up-heading-all): New function.
7449 (outline-font-lock-level): Using outline-up-heading-all.
7450 Tell outline-back-to-heading to accept invisible headings.
7451
7452 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7453
7454 * mail/mh-utils.el (mh-find-path-run): New variable.
7455 (mh-find-path): Test and set that.
7456 Set mail-user-agent only the first time this function is run.
7457 (mail-user-agent): Defvar deleted.
7458
7459 * info.el (info-initialize): New function.
7460 (info): Call info-initialize.
7461 (Info-directory-list): Initialize to nil,
7462 so info-initialize will set it up for real.
7463
7464 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7465
7466 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7467 does not interpret a time as the year in a day-month entry.
7468
7469 * calendar/diary-lib.el: Change syntax table entry for colon in
7470 the diary as part of the european-date-diary-pattern fix.
7471
7472 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7473
7474 * international/mule.el (set-auto-coding): Allow whitespace before
7475 and after the "variable: value" pair.
7476
7477 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7478
7479 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7480 (default-sendmail-coding-system): Doc-string fixed.
7481
7482 1999-07-30 Dave Love <fx@gnu.org>
7483
7484 * subr.el (assoc-delete-all): New function, renamed from
7485 frame-delete-all.
7486
7487 * frame.el: Change comments to doc strings and other doc fixes.
7488 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7489 Callers changed.
7490 (set-background-color, set-foreground-color, set-cursor-color)
7491 (set-mouse-color, set-border-color): Offer completion of colours.
7492 (cursor): Add :version to defgroup.
7493
7494 * facemenu.el (list-colors-display): Make it work on ttys.
7495 (facemenu-read-color): Likewise.
7496
7497 1999-07-30 Richard M. Stallman <rms@gnu.org>
7498
7499 * frame.el (frame-notice-user-settings): If background
7500 color has been changed, update background-mode from it,
7501 then update faces.
7502
7503 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7504
7505 * net-utils.el (finger): Don't do indirect fingering.
7506
7507 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7508
7509 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7510 rules. Add separator at end of holidays.
7511 (cal-tex-rules): New customizable variable.
7512 (cal-tex-latexify-list): Add optional parameter to put separator
7513 at end.
7514
7515 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7516
7517 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7518 fill prefix on each line while looping to the end of paragraph.
7519 End paragraph if it's longer than the existing fill prefix.
7520
7521 * textmodes/fill.el (fill-context-prefix): Doc fix.
7522
7523 1999-07-30 Dave Love <fx@gnu.org>
7524
7525 * font-lock.el (jit-lock): Fix :load, add :version.
7526
7527 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7528
7529 * term/pc-win.el (msdos-face-setup): Register standard colors in
7530 Vface_tty_color_alist.
7531 (face-color-supported-p, face_color_gray_p): New functions.
7532
7533 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7534 is bound.
7535
7536 * startup.el (command-line): Don't register default colors for
7537 MSDOS window-system.
7538
7539 1999-07-29 Dave Love <fx@gnu.org>
7540
7541 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7542 charquote.
7543
7544 * lisp-mode.el (eval-defun): Re-written to avoid
7545 capturing variables.
7546
7547 * picture.el (picture-beginning-of-line): Don't call
7548 hscroll-point-visible now we have real autoscrolling.
7549 (picture-end-of-line, picture-newline, picture-open-line):
7550 Likewise.
7551
7552 * international/latin-8.el: New file.
7553 * international/latin-9.el: New file.
7554
7555 1999-07-28 Dave Love <fx@gnu.org>
7556
7557 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7558
7559 * msb.el: Require cl only when compiling.
7560 (msb--home-dir): Deleted.
7561 (msb--format-title): Use abbreviate-file-name.
7562 (msb--choose-file-menu): Simplify string comparison.
7563
7564 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7565
7566 * faces.el (toolbar): Add face definition for mono displays.
7567
7568 1999-07-27 Richard M. Stallman <rms@gnu.org>
7569
7570 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7571
7572 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7573 force copying of default-frame-alist.
7574
7575 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7576
7577 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7578
7579 1999-07-26 Richard M. Stallman <rms@gnu.org>
7580
7581 * frame.el (set-mouse-color): If new color is nil,
7582 really respecify the current color.
7583
7584 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7585
7586 * faces.el (bitmap-area): Change background of face `bitmap-area'
7587 to white for mono displays.
7588
7589 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7590
7591 * international/ccl.el (ccl-embed-symbol): New function.
7592 (ccl-program-p): Deleted. Now it's implemented in C code.
7593 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7594 (ccl-compile-translate-character): Likewise.
7595 (ccl-compile-map-single): Likewise.
7596 (ccl-compile-multiple-map-function): Likewise.
7597 (declare-ccl-program): Doc-string modified.
7598 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7599
7600 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7601
7602 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7603
7604 1999-07-25 Markus Rost <rost@gnu.org>
7605
7606 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7607 the entries to make custom-file more readable.
7608
7609 1999-07-25 Richard M. Stallman <rms@gnu.org>
7610
7611 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7612
7613 * emacs-lisp/edebug.el: Delete compatibility code.
7614 (edebug-next-token-class): If . is followed by a digit,
7615 return `symbol' for the token class.
7616
7617 * startup.el (command-line): If we don't find the user's init file,
7618 set user-init-file to nil.
7619
7620 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7621
7622 * info-look.el (info-lookup-interactive-arguments): Add optional
7623 argument query for new choice of help mode.
7624 (info-lookup-symbol): Use it.
7625 (info-lookup-file): Ditto.
7626 (info-lookup): Don't switch to other window, if already in Info
7627 buffer.
7628
7629 1999-07-23 Dave Love <fx@gnu.org>
7630
7631 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7632 syntax.
7633 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7634 (fortran-font-lock-syntactic-keywords): New variable.
7635 (fortran-mode): Use it.
7636 (fortran-font-lock-keywords-1): Don't do comments.
7637 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7638 match data.
7639
7640 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7641
7642 * msb.el (msb-menu-bar-update-buffers): Renamed from
7643 menu-bar-update-buffers.
7644 (msb-custom-set, msb--toggle-menu-type): Call
7645 msb-menu-bar-update-buffers.
7646 (msb-mode): Revise the hook setting.
7647
7648 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7649
7650 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7651
7652 * font-lock.el, help.el, simple.el: Re-integrate previously
7653 described changes that were lost due to errors while checking them
7654 in.
7655
7656 1999-07-23 Kevin Blake <kblake@ticnet.com>
7657
7658 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7659
7660 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7661
7662 * international/encoded-kb.el
7663 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7664 but push it to unread-command-events.
7665 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7666 (encoded-kbd-self-insert-sjis): Likewise.
7667 (encoded-kbd-self-insert-big5): Likewise.
7668
7669 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7670 before left margin and fill-prefix by fill-find-break-point.
7671
7672 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7673
7674 * info-look.el (info-lookup-setup-mode): Don't give up, if
7675 info-lookup-make-completions returns an error.
7676 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7677 name latex, not latex2e.
7678
7679 1999-07-21 Richard M. Stallman <rms@gnu.org>
7680
7681 * replace.el (perform-replace): Turn off case-fold-search
7682 if FROM-STRING argument has uppercase in it.
7683
7684 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7685
7686 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7687 mode is on. Don't use end of changed text.
7688
7689 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7690
7691 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7692 (cl-hash-table-p): Renamed from hash-table-p.
7693 (cl-hash-table-count): Renamed from hash-table-count.
7694 (maphash): Alias to cl-maphash removed.
7695 (gethash): Likewise.
7696 (puthash): Likewise.
7697 (remhash): Likewise.
7698 (clrhash): Likewise.
7699
7700 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7701
7702 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7703 third arg non-nil. See comment there why this isn't a good idea.
7704
7705 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7706
7707 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7708
7709 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7710 sit-for with 3rd arg non-nil to prevent redisplay.
7711
7712 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7713
7714 * image.el (image-type-from-file-header): If file doesn't
7715 have a directory part, add data-directory.
7716
7717 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7718
7719 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7720 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7721 motion handling when tooltip-gud-tips-p is nil.
7722
7723 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7724
7725 * tooltip.el (tooltip-mode): Don't use `plusp'.
7726 (tooltip-active): Use initial value of nil.
7727
7728 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7729
7730 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7731
7732 * bindings.el (make-mode-line-mouse-sensitive): Add key
7733 definitions for `top-line'.
7734
7735 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7736
7737 * faces.el (top-line): New face.
7738
7739 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7740
7741 * image.el (image-type-regexps): Add regexp for PS files.
7742
7743 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7744
7745 * faces.el (set-face-attribute): Fix wrong handling of frame
7746 begin equal to t.
7747
7748 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7749
7750 * image.el (image-type-regexps): Add PNG format.
7751
7752 1999-07-21 Dave Love <fx@gnu.org>
7753
7754 * bindings.el (mode-line-modified): New variable.
7755 (mode-line-mode-menu-1): Switch to appropriate window before
7756 showing menu.
7757
7758 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7759
7760 * faces.el (face-underline): Removed.
7761 (face-underline-color): Ditto.
7762
7763 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7764
7765 * faces.el (face-x-resources): Fix typo.
7766
7767 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7768
7769 * faces.el: Remove handling of `:relief', extend handling of
7770 `:box'.
7771 (frame-set-background-mode): Choose new defface specs after
7772 frame parameters have changed.
7773
7774 * cus-face.el: Ditto.
7775
7776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * custom.el (defface): Extend documentation to include new
7779 face attributes.
7780
7781 * cus-face.el (custom-face-attributes): Add overline,
7782 strike-through, box.
7783
7784 * faces.el (face-valid-attribute-values): Handle overline,
7785 strike-through, box.
7786 (face-attribute-name-alist): Add pairs for new face attributes.
7787 (describe-face): Handle new face attributes.
7788
7789 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7790
7791 * faces.el (face-x-resources): Add overline, strike-through, box.
7792
7793 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7794
7795 * enriched.el (enriched-translations): Add `display' and
7796 "x-display".
7797 (enriched-handle-display-prop): New.
7798 (enriched-decode-display-prop): New.
7799
7800 * format.el (top-level): Give `display' property
7801 `format-list-atomic-p.
7802 (format-annotate-single-property-change): Test that property.
7803 If present, treat list property values like atoms.
7804
7805 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7806
7807 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7808 so that "*" can be entered.
7809
7810 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7811
7812 * cus-face.el (custom-face-attributes): Don't use `#''.
7813
7814 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7815
7816 * cus-face.el (custom-face-attributes): Return underline
7817 face attribute directly from the second lambda of underline.
7818
7819 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7820
7821 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7822
7823 * frame.el (after-setting-font-hooks): New variable.
7824 (set-frame-font): Run those hooks.
7825
7826 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7827
7828 * faces.el (set-face-attribute): Fix doc string.
7829
7830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7831
7832 * cus-face.el (custom-face-attributes): Accept color name.
7833
7834 * faces.el (face-underline-p): Accept unspecified underlining.
7835 (face-underline): Ditto. Fix doc string.
7836
7837 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7838
7839 * faces.el (face-underline-color): New function.
7840
7841 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7842
7843 * cus-face.el (custom-face-attributes): Support underline coloring.
7844 Added slot to choose a color.
7845
7846 * faces.el (face-underline): New function.
7847 (face-underline-p): Support underline coloring.
7848 Return nil only if the underline attribute is 'normal.
7849 (set-face-underline): New function.
7850 (face-valid-attribute-values): Support underline coloring.
7851
7852 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7853
7854 * image.el (insert-image): Use `display' instead of `glyph'
7855 as text property name.
7856 (put-image): Ditto.
7857 (image-type-from-file-header): Use insert-file-contents-literally.
7858
7859 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7860
7861 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7862 string to indicate separators.
7863
7864 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7865
7866 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7867 instead of message-log.
7868
7869 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7870
7871 * faces.el (bitmap-area): New face.
7872
7873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7874
7875 * image.el (insert-image): New.
7876
7877 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7878
7879 * frame.el (blink-cursor): Set the symbol's value.
7880 (show-trailing-whitespace): Change group to font-lock.
7881
7882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7883
7884 * jit-lock.el: New.
7885 * font-lock.el: Add jit-mode as new support mode.
7886
7887 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7888 reaching end instead of letting re-search-forward signal an error.
7889 (demand-lock-mode): New.
7890 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7891 (font-lock-turn-off-thing-lock): Ditto.
7892 (font-lock-after-fontify-buffer): Ditto.
7893 (font-lock-after-unfontify-buffer): Ditto.
7894
7895 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7896
7897 * gs.el: New file.
7898
7899 * startup.el (command-line-1): Activate tooltip mode if
7900 interactive.
7901
7902 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7903
7904 * faces.el (toolbar): Grey default background.
7905 (modeline): Ditto.
7906
7907 * image.el (image-type-regexps): New.
7908 (image-type-from-file-header): New.
7909 (create-image): Call it.
7910
7911 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7912
7913 * image.el: New file.
7914
7915 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7916
7917 * bindings.el (mode-line-format): Replace `mode-name' with
7918 `(:eval mode-line-mode-name)'.
7919 (mode-line-mode-name): New.
7920 (make-mode-line-mouse-sensitive): Don't change default value
7921 of `mode-name'.
7922
7923 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7924
7925 * tooltip.el: New file.
7926
7927 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7928
7929 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7930 instead of mouse-3 to pop up menus.
7931 (mode-line-kill-buffer): Removed.
7932 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7933 buffer name.
7934 (mode-line-buffer-menu-1): Removed.
7935
7936 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7937
7938 * bindings.el (mode-line-buffer-identification-keymap): New.
7939 (mode-line-buffer-menu-keymap): New.
7940 (mode-line-mode-menu-keymap): New.
7941 (mode-line-unbury-buffer): New.
7942 (mode-line-other-buffer): New.
7943 (mode-line-kill-buffer): New.
7944 (mode-line-buffer-menu-1): New.
7945 (mode-line-mode-menu-1): New.
7946 (make-mode-line-mouse-sensitive): New.
7947
7948 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7949
7950 * help.el (describe-key-briefly): Handle mode line strings
7951 with local-map properties.
7952 (describe-key): Ditto.
7953 (mode-line-key-binding): New.
7954
7955 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7956
7957 * scroll-bar.el (scroll-bar-timer): New.
7958 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7959
7960 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7961
7962 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7963 and `bottom'.
7964
7965 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7966
7967 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7968 (global): Use different key bindings if using tookit scroll bars.
7969
7970 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7971
7972 * faces.el (modeline): Define mode line face with relief for
7973 class color, only.
7974 (toolbar): New face.
7975
7976 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7977
7978 * frame.el (frame-initialize): Set frame-creation-function to
7979 tty-create-frame-with-faces.
7980
7981 * faces.el (frame-set-background-mode): Make it work for
7982 window-system nil.
7983
7984 * faces.el (tty-create-frame-with-faces): New.
7985 (face-set-after-frame-default): Make it work for TTY frames.
7986
7987 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7988
7989 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7990 Return a list of one font family for TTYs. Don't return bitmap
7991 file paths for TTY frames.
7992
7993 * faces.el: Add face specs for tty displays to basic faces.
7994
7995 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7996 (font-lock-string-face): Ditto.
7997 (font-lock-keyword-face): Ditto.
7998 (font-lock-builtin-face): Ditto.
7999 (font-lock-function-name-face): Ditto.
8000 (font-lock-variable-name-face): Ditto.
8001 (font-lock-type-face): Ditto.
8002 (font-lock-constant-face): Ditto.
8003 (font-lock-warning-face): Ditto.
8004
8005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8006
8007 * startup.el (command-line): Register default tty colors.
8008
8009 * faces.el (face-spec-set-match-display): Recognize `type tty'.
8010
8011 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8012
8013 * faces.el (modeline): For X frames, use a modeline with relief.
8014
8015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8016
8017 * faces.el (frame-update-faces): Copied from 20.2.
8018 (frame-update-face-colors): Ditto. Code removed that isn't
8019 applicable in the new face implementation.
8020
8021 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8022
8023 * frame.el (show-trailing-whitespace): New.
8024
8025 * faces.el (trailing-whitespace): New basic face.
8026
8027 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8028
8029 * cus-face.el (custom-facep): Always define as alias for facep.
8030
8031 * cus-face.el (custom-face-attributes): Use choice widgets.
8032 Remove :bold and :italic.
8033
8034 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8035
8036 * faces.el (face-charset-registries): Removed since fontset.el
8037 is no always loaded.
8038
8039 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8040
8041 * faces.el (internal-get-face): Added as obsolete function for
8042 compatibility.
8043
8044 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8045
8046 * frame.el (blink-cursor-end): Call show-cursor.
8047 (blink-cursor-mode): Ditto.
8048
8049 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8050
8051 * faces.el (face-spec-reset-face): Reset all attributes to
8052 `unspecified'.
8053 (face-spec-set): Use it.
8054
8055 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8056
8057 * faces.el (read-all-face-attributes): Bug fix.
8058 (face-read-integer): Allow nil default value.
8059 (face-valid-attribute-values): Use symbol names of attribute
8060 values for completion list.
8061
8062 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8063
8064 * faces.el (internal-find-face): Define for compatibility with
8065 20.2.
8066 (face-id): Likewise.
8067
8068 * faces.el (face-id): Return the ID of a realized face for ASCII.
8069
8070 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8071 (x-complement-fontset-spec): Use face-charset-registries.
8072
8073 * faces.el (face-font-selection-order): Set font selection order
8074 from Lisp.
8075 (face-alternative-font-family-alist): Set alternative font
8076 families from Lisp.
8077
8078 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8079
8080 * faces.el (set-face-charset-registries): Set symbol value.
8081
8082 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8083
8084 * faces.el (face-set-after-frame-default): Call function
8085 internal-merge-in-global-face.
8086
8087 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8088
8089 * faces.el (face-list): Return symbols from face-global-alist.
8090
8091 * faces.el (face-list): Return a copy of the face name list so
8092 that it cannot be modified from outside (facemenu.el uses
8093 nreverse, for example).
8094
8095 * cus-face.el (custom-face-attributes): Add :bold and :italic
8096 for compatibility with old code.
8097
8098 * faces.el (set-face-attributes-from-resources): Additional
8099 frame parameter.
8100 (make-face-x-resource-internal): Set attributes from resources
8101 for a given frame or all frames.
8102
8103 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8104
8105 * faces.el (all-faces): Removed.
8106
8107 * custom.el (defface): Add new face attributes to function
8108 comment.
8109
8110 * font-lock.el (font-lock-comment-face): Use new face attribute
8111 names.
8112 (font-lock-string-face): Ditto.
8113 (font-lock-keyword-face): Ditto.
8114 (font-lock-builtin-face): Ditto.
8115 (font-lock-function-name-face): Ditto.
8116 (font-lock-variable-name-face): Ditto.
8117 (font-lock-type-face): Ditto.
8118 (font-lock-reference-face): Ditto.
8119 (font-lock-warning-face): Ditto.
8120 ((boundp 'font-lock-face-attributes)): Ditto.
8121
8122 * cus-face.el (custom-face-attributes): Use new face attributes.
8123
8124 * faces.el (set-face-attribute-from-resource): Initialize
8125 from resources only for X and W32.
8126
8127 * cus-face.el (custom-declare-face): Don't make frame-local
8128 faces.
8129
8130 * faces.el (describe-face): Use princ instead of insert.
8131
8132 * faces.el: Add XLFD manipulation functions from 20.2 again
8133 because fontset.el uses them.
8134 (face-set-after-frame-default): Add empty definition.
8135
8136 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8137
8138 * faces.el (make-face): Correct typo.
8139 (set-face-attribute-from-resource): Use let*.
8140 (face-underline-p): Correct typo.
8141 (face-inverse-video-p): Ditto.
8142 (set-face-stipple): Ditto.
8143 (face-read-string): Make completion-list optional parameter.
8144
8145 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8146
8147 * faces.el (face-charset-registries): Alist mapping charset
8148 symbols to registries and encoding.
8149
8150 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8151
8152 * frame.el (blink-cursor-mode): Use interactive spec "P".
8153
8154 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8155
8156 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8157 mode. The cursor of selected_window blinks if the mode is enabled.
8158
8159 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8160
8161 * simple.el (next-history-element): Set point to the end of the
8162 prompt if minibuffer-prompt-in-buffer.
8163
8164 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8165
8166 * faces.el (x-font-regexp): Add sub-expression parentheses for
8167 several font name components.
8168
8169 1999-07-21 Gerd Moellmann <gerd@acm.org>
8170
8171 * faces.el (set-face-relief): Use index 12 for relief.
8172 (face-fill-in): Set relief from data.
8173 (internal-make-face): Init relief to zero.
8174
8175 * faces.el (face-spec-set): Call modify-face with additional
8176 parameters for relief and fixed-p.
8177
8178 1999-07-21 Gerd Moellmann <gerd@acm.org>
8179
8180 * cus-face.el: ':fixed and ':relief added.
8181
8182 * faces.el (describe-face): Add fixed font attribute and relief.
8183 (face-attr-match-p): Ditto.
8184 (face-attr-construct): Ditto.
8185 (face-spec-set): Ditto.
8186
8187 1999-07-21 Gerd Moellmann <gerd@acm.org>
8188
8189 * faces.el (internal-make-face): Function to create a Lisp vector
8190 suitable for representing a face.
8191 (make-face): Use it instead of make-vector.
8192 (x-create-frame-with-faces): Use it instead of vector.
8193 (internal-facep): Increase vector size to 14.
8194 (internal-make-face): Ditto.
8195 (face-relief): Access relief thickness.
8196 (face-fixed-p): Access fixed font attribute.
8197 (set-face-fixed-p): Set fixed font attribute.
8198 (set-face-relief): Set relief attribute.
8199 (internal-face-interactive-int): Read int attribute of face.
8200 (modify-face): Add fixed-p and relief parameters.
8201 (copy-face): Handle fixed-p and relief.
8202 (face-equal): Compare fixed-p and relief.
8203 (face-differs-from-default-p): Ditto.
8204 (face-nontrivial-p): Add fixed-p and relief.
8205
8206 1999-07-21 Gerd Moellmann <gerd@acm.org>
8207
8208 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8209 (internal-facep): Increase vector size.
8210 (make-face): Ditto.
8211 (face-shadow-thickness): Added.
8212 (set-face-shadow-thickness): Added.
8213 (modify-face): Add optional shadow-thickness parameter.
8214 (make-face-x-resource-internal): Add shadows.
8215 (copy-face): Ditto.
8216 (face-equal): Ditto.
8217 (face-differs-from-default-p): Ditto.
8218 (face-nontrivial-p): Ditto.
8219 (face-attr-match-p): Ditto.
8220 (face-attr-construct): Ditto.
8221 (face-spec-set): Ditto.
8222 (face-fill-in): Ditto.
8223
8224 1999-07-21 Gerd Moellmann <gerd@acm.org>
8225
8226 * bench.el (bench-mark-split-window): New bench mark.
8227
8228 1999-07-21 Gerd Moellmann <gerd@acm.org>
8229
8230 * faces.el (set-face-font): Don't pass default font to
8231 x-resolve-font so that font will not have to be of the same
8232 size.
8233
8234 1999-07-20 Dave Love <fx@gnu.org>
8235
8236 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8237 unconditionally t.
8238
8239 1999-07-20 Karl Heuer <kwzh@gnu.org>
8240
8241 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8242
8243 1999-07-20 Dave Love <fx@gnu.org>
8244
8245 * help.el (describe-variable): Fix test for customizability.
8246
8247 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8248 Check for readonly buffer in interactive spec.
8249 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8250 (backward-kill-word): Add * to interactive spec.
8251
8252 * underline.el (underline-region, ununderline-region): Add * to
8253 interactive spec.
8254
8255 * fill.el (canonically-space-region, justify-current-line): Add *
8256 to interactive spec.
8257 (fill-region-as-paragraph, fill-paragraph, fill-region)
8258 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8259 readonly buffer in interactive spec.
8260
8261 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8262 (backward-kill-sentence, kill-sentence): Add * to interactive
8263 spec.
8264
8265 1999-07-19 Richard M. Stallman <rms@gnu.org>
8266
8267 * dired-aux.el (dired-do-shell-command): Doc fix.
8268
8269 * shell.el (shell-unquote-argument): New function.
8270 (shell-directory-tracker): Use shell-unquote-argument.
8271 * comint.el (comint-arguments): Handle \ followed by space or tab.
8272
8273 1999-07-19 John Wiegley <jwiegley@borland.com>
8274
8275 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8276 color codes 39 and 49, which by the way lynx uses them seem to
8277 mean "foreground reset" and "background reset".
8278
8279 1999-07-19 Karl Heuer <kwzh@gnu.org>
8280
8281 * font-lock.el (c++-keywords): Add "typeid".
8282
8283 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8284 selects no font, treat that as zero selections, not one.
8285
8286 1999-07-19 Dave Love <fx@gnu.org>
8287
8288 * info.el (Info-search): Don't lose with empty regexp.
8289
8290 * version.el: Cater for (free) `ident' program, not `which'.
8291
8292 * hl-line.el: New file.
8293
8294 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8295 for modes which don't define menus.
8296
8297 1999-07-16 Richard M. Stallman <rms@gnu.org>
8298
8299 * webjump.el (webjump-sample-sites): Update some URLs.
8300
8301 1999-07-14 Richard Stallman <rms@gnu.org>
8302
8303 * Version 20.4 released.
8304
8305 1999-07-14 Andreas Schwab <schwab@gnu.org>
8306
8307 * compare-w.el (compare-windows): Try to find the next window in
8308 the current frame before looking at the other frames.
8309
8310 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8311
8312 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8313 Use cyrillic-jcuken as default input method.
8314
8315 1999-07-12 Richard Stallman <rms@gnu.org>
8316
8317 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8318 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8319
8320 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8321 (ispell-local-dictionary-alist): Add koi8-r for character set.
8322
8323 * textmodes/flyspell.el (flyspell-get-word):
8324 Add special handling for when ispell-otherchars is empty.
8325
8326 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8327
8328 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8329 when having nested functons.
8330 (pascal-indent-nested-functions) (pascal-indent-line)
8331 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8332 indenting nested functions.
8333
8334 1999-07-09 Richard Stallman <rms@gnu.org>
8335
8336 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8337
8338 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8339
8340 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8341 the `end' keyword was in the very beginning of the buffer.
8342
8343 1999-07-08 Richard Stallman <rms@gnu.org>
8344
8345 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8346
8347 * term.el (term-emulate-terminal): Avoid infinite loop
8348 in strange case where minibuffer window is selected but not active.
8349
8350 1999-07-07 Stephen Eglen <stephen@gnu.org>
8351
8352 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8353 Change regexp so that it doesn't match commands beginning with `cd'.
8354
8355 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8356
8357 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8358
8359 1999-07-06 Richard Stallman <rms@gnu.org>
8360
8361 * hscroll.el (hscroll-minibuffer-hook): New function.
8362 (hscroll-global-mode): Add and remove that hook.
8363 Set hscroll-old-truncate-was-global's default value.
8364
8365 1999-07-05 Richard Stallman <rms@gnu.org>
8366
8367 * files.el (revert-buffer): Don't preserve point here.
8368 (revert-buffer-insert-file-contents-function): Doc fix.
8369
8370 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8371
8372 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8373 doing a `stat' when it isn't necessary because that can cause
8374 trouble when an NFS server is down.
8375
8376 1999-07-04 Richard Stallman <rms@gnu.org>
8377
8378 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8379
8380 1999-07-03 Richard Stallman <rms@gnu.org>
8381
8382 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8383 for \200...\240 also.
8384 (isearch-printing-char): Use unibyte-char-to-multibyte.
8385
8386 1999-07-02 Richard Stallman <rms@gnu.org>
8387
8388 * frame.el (minibuffer-frame-alist): Use defcustom.
8389 (pop-up-frame-alist): Likewise.
8390 (initial-frame-alist): Specify * in the doc string.
8391
8392 * hscroll.el (hscroll-mode): Make it a permanent local.
8393 (hscroll-mode): Don't cancel the timer
8394 if HScroll mode is enabled in some other buffer.
8395
8396 * isearch.el (isearch-done): If search ends in middle of intangible
8397 text (due to text property), move on to the limit of that text.
8398
8399 1999-07-01 Andrew Innes <andrewi@gnu.org>
8400
8401 * man.el (Man-build-man-command): Use value of null-device,
8402 instead of hard-coding "/dev/null".
8403
8404 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8405 ange-ftp file names, which might force ange-ftp to prompt for a
8406 password.
8407
8408 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8409 to prevent references to temp files.
8410
8411 1999-06-30 Richard Stallman <rms@gnu.org>
8412
8413 * progmodes/sh-script.el (sh-feature): If nothing is known
8414 about the given shell, use the values for `sh'.
8415
8416 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8417
8418 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8419 to make it non-recursive.
8420
8421 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8422
8423 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8424
8425 * auto-show.el (auto-show-mode): Fix Typo in :set.
8426
8427 1999-06-29 Richard M. Stallman <rms@gnu.org>
8428
8429 * progmodes/sh-script.el (sh-mode): When setting syntax
8430 table, default to the standard one.
8431
8432 1999-06-27 Richard M. Stallman <rms@gnu.org>
8433
8434 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8435
8436 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8437
8438 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8439 a frame when `return' is requested (even if pop-up-frames = t)
8440 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8441 should only be set for the bibtex buffer.
8442
8443 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8444
8445 * progmodes/compile.el: Deal with compilation-error-screen-columns
8446 being buffer-local.
8447
8448 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8449
8450 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8451
8452 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8453
8454 * cal-x.el (calendar-only-one-frame-setup): New function.
8455 * calendar.el (calendar): Call it if requested.
8456
8457 1999-06-24 Karl Heuer <kwzh@gnu.org>
8458
8459 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8460
8461 1999-06-22 Richard M. Stallman <rms@gnu.org>
8462
8463 * mail/supercite.el (sc-emacs-features): Doc fix.
8464
8465 1999-06-22 Karl Heuer <kwzh@gnu.org>
8466
8467 * files.el (auto-mode-alist): Add pike-mode.
8468
8469 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8470
8471 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8472 last byte of a numeric field is a space or a NUL. Parse it as
8473 potentially part of the number. This is used by GNU tar
8474 1.12.64012 to handle larger values.
8475
8476 1999-06-20 Karl Heuer <kwzh@gnu.org>
8477
8478 * custom.el (custom-handle-keyword): Fix error message.
8479
8480 1999-06-18 Andrew Innes <andrewi@gnu.org>
8481
8482 * mail/smtpmail.el (smtpmail-send-it): Use
8483 convert-standard-filename to make file names for queued mail safe
8484 on Windows (`:' is invalid in file names on Windows).
8485
8486 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8487
8488 * international/mule-cmds.el (describe-current-input-method):
8489 Current-input-method is string.
8490 (toggle-input-method): Docstring fixed.
8491
8492 * international/mule-diag.el
8493 (describe-current-coding-system-briefly): Fix format string.
8494
8495 * international/mule-util.el (coding-system-eol-type-mnemonic):
8496 Docstring modified. Return a string.
8497
8498 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8499
8500 * sql.el (sql-input-ring-file-name): Doc fix.
8501
8502 1999-06-17 Richard M. Stallman <rms@gnu.org>
8503
8504 * calendar/cal-x.el (special-display-buffer-names):
8505 Don't put (get-file-buffer diary-file) on this list.
8506
8507 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8508
8509 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8510 Don't penalize player for certain impossible guesses.
8511
8512 1999-06-16 Andrew Innes <andrewi@gnu.org>
8513
8514 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8515 return the string "Unk 0 0000" so at least it appears to be a
8516 valid timestamp to `dired-move-to-filename-regexp'.
8517
8518 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8519
8520 * ps-print.el (ps-control-character): Fix previous change.
8521
8522 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8523
8524 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8525 multiple output of the last message.
8526
8527 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8528
8529 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8530 the ASCII apostrophe, as most DOS codepages have some other glyph
8531 there.
8532
8533 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8534
8535 * language/ethio-util.el (setup-ethiopic-environment-internal):
8536 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8537 (exit-ethiopic-environment): Likewize.
8538
8539 1999-06-12 Richard M. Stallman <rms@gnu.org>
8540
8541 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8542
8543 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8544
8545 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8546 custom-initialize-default to avoid infinite loop.
8547 (crisp-mode): (defun) Call transient-mark-mode here, not when
8548 loading the file. Run crisp-mode-hook here, and run
8549 crisp-load-hook when loading the file.
8550
8551 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8552 rmail-summary buffer, search for pattern in rmail-file.
8553
8554 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8555
8556 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8557
8558 * ps-print.el (ps-printer-name): Fix custom type.
8559
8560 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8561
8562 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8563 (vhdl-port-paste-generic-map): Fix indentation bug.
8564 (vhdl-port-paste-port-map): Fix indentation bug.
8565 (vhdl-scan-file-contents): Make scanning case insensitive.
8566
8567 1999-06-11 Richard M. Stallman <rms@gnu.org>
8568
8569 * files.el (write-file): When buffer is not already visiting a file,
8570 don't put buffer name in the minibuffer, just make it the default.
8571 Also handle just directory as arg usefully in that case.
8572
8573 * simple.el (sendmail-user-agent-compose):
8574 Ignore case when inserting the rest of the "other" headers.
8575
8576 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8577
8578 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8579 (info-lookup-interactive-arguments): Never insert the default
8580 into the minibuffer automatically.
8581
8582 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8583
8584 1999-06-09 Richard M. Stallman <rms@gnu.org>
8585
8586 * simple.el (shell-command): Avoid printing "mark set" message.
8587
8588 1999-06-09 Dave Love <fx@gnu.org>
8589
8590 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8591 digits in program name in first pattern.
8592
8593 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8594
8595 * vc.el (vc-dired-mode): Don't match anything before the date in
8596 dired-move-to-filename-regexp.
8597
8598 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8599
8600 * international/quail.el (quail-define-rules): Fix typo in
8601 docstring.
8602
8603 1999-06-05 Stephen Eglen <stephen@gnu.org>
8604
8605 * iswitchb.el (iswitchb-default-keybindings): Add
8606 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8607 than when package is loaded.
8608
8609 1999-06-04 Richard M. Stallman <rms@gnu.org>
8610
8611 * startup.el (command-line): Don't set user-init-file directly;
8612 tell `load' to set it.
8613
8614 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8615
8616 * simple.el (next-history-element):
8617 Handle minibuffer-text-before-history properly when reading sexps.
8618
8619 * disp-table.el (standard-display-european):
8620 For an interactive call by the user,
8621 don't set enable-multibyte-characters,
8622 and don't set the terminal coding system.
8623
8624 * textmodes/refbib.el: Don't print any messages or display
8625 a buffer when loading the library.
8626 (r2b-help): Doc fix.
8627 (r2b-help-message): Update the documentation.
8628 (r2b-load-quietly): Variable deleted.
8629 (r2b-convert-buffer): Doc fix.
8630
8631 1999-06-04 Dave Love <fx@gnu.org>
8632
8633 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8634
8635 * auto-show.el: Don't change hooks on loading.
8636 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8637 (auto-show-mode): Add to hooks here.
8638
8639 1999-06-04 Richard Sharman <rsharman@pobox.com>
8640
8641 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8642 recursion on bogus input.
8643
8644 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8645
8646 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8647 does not select a buffer from the buffers menu, then the attached
8648 frame is not switched to anything.
8649
8650 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8651
8652 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8653 (viet-viscii-...->viet-vscii...).
8654
8655 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8656
8657 1999-06-01 Dave Love <fx@gnu.org>
8658
8659 * progmodes/fortran.el: Add :link to defgroup.
8660 (fortran-blink-matching-if): Match ELSE statements too.
8661 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8662 that filling is always done.
8663
8664 1999-05-31 Richard M. Stallman <rms@gnu.org>
8665
8666 * simple.el (append-next-kill): Use an arg to distinguish
8667 interactive calls from Lisp calls, rather than (interactive-p).
8668
8669 * international/iso-transl.el (iso-transl-language-alist):
8670 Interchange n and N.
8671
8672 1999-05-31 Dave Love <fx@gnu.org>
8673
8674 * msb.el Add to minor-mode-map-alist. Remove hook installation
8675 and keymap munging on load.
8676 (msb-mode): New option.
8677 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8678 Doc fix.
8679 (msb-mode-map): New variable.
8680 (msb-mode): New command.
8681
8682 1999-05-31 Dave Love <fx@gnu.org>
8683
8684 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8685 (ispell-complete-word-dict): Likewise.
8686
8687 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8688
8689 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8690 force the data buffer to be saved, even if the data didn't
8691 change, in case the write filter was modified. Restore the
8692 current record after read-file-filter finishes.
8693
8694 1999-05-29 Karl Heuer <kwzh@gnu.org>
8695
8696 * ispell4.el: Obsolete; file deleted.
8697
8698 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8699
8700 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8701 VALUE is a syntax table.
8702
8703 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8704
8705 * simple.el (zap-to-char): Doc fix.
8706
8707 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8708
8709 * isearch.el (isearch-quote-char): Don't assume character codes
8710 0200 - 0237 stand for characters in some single-byte character
8711 charset.
8712
8713 1999-05-27 Dave Love <fx@gnu.org>
8714
8715 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8716
8717 1999-05-27 Andreas Schwab <schwab@gnu.org>
8718
8719 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8720 headerline does not exist already.
8721
8722 1999-05-26 Richard Stallman <rms@gnu.org>
8723
8724 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8725 Avoid nested null-loops.
8726
8727 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8728
8729 * international/characters.el: Typo fixed; prefered->preferred.
8730
8731 * international/mule-cmds.el (find-coding-systems-for-charsets):
8732 Typo fixed; prefered->preferred.
8733
8734 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8735 method in read-event.
8736
8737 * international/mule.el (charset-info): Doc-string fixed.
8738
8739 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8740
8741 * mail/smtpmail.el (smtpmail-send-it): Bind
8742 smtpmail-code-conv-from properly.
8743 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8744 by smtpmail-code-conv-from.
8745
8746 1999-05-24 Richard Stallman <rms@gnu.org>
8747
8748 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8749 Binding deleted also.
8750
8751 1999-05-24 Karl Heuer <kwzh@gnu.org>
8752
8753 * comint.el (comint-bol-or-process-mark): Doc fix.
8754
8755 1999-05-23 Dave Love <fx@gnu.org>
8756
8757 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8758 Enter it on minor-mode-map-alist.
8759 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8760 Autoload. Add custom setter.
8761 (crisp-mark-line): Doc fix.
8762 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8763 (crisp-mode-hook): Define.
8764
8765 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8766
8767 * files.el (recover-file): Recover buffer-file-coding-system.
8768
8769 1999-05-22 Richard Stallman <rms@gnu.org>
8770
8771 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8772 regexp match the date, to avoid treating date as file size.
8773 Add YYYY S option to WESTERN/
8774
8775 * bookmark.el: Delete some XEmacs compatibility code.
8776 (bookmark-jump-noselect): Check vc-backend.
8777
8778 * subr.el (add-to-list): Doc fix.
8779
8780 1999-05-21 Stephen Eglen <stephen@gnu.org>
8781
8782 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8783
8784 1999-05-18 Richard Stallman <rms@gnu.org>
8785
8786 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8787 non-space after the @anchor command.
8788 (texinfo-format-var): Handle other nested constructs, using
8789 texinfo-parse-expanded-arg and texinfo-discard-command, not
8790 texinfo-parse-arg-discard.
8791
8792 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8793 (debug): Bind and use debugger-outer-inhibit-redisplay.
8794 Bind inhibit-redisplay to nil.
8795 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8796
8797 1999-05-17 Dave Love <fx@gnu.org>
8798
8799 * help.el (describe-function-1): Extra arg, interactive-p.
8800 (describe-key, describe-function): Use it.
8801
8802 1999-05-17 Karl Heuer <kwzh@gnu.org>
8803
8804 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8805
8806 1999-05-16 Dave Love <fx@gnu.org>
8807
8808 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8809 scroll-preserve-screen-position, scroll-conservatively.
8810
8811 1999-05-16 Dave Love <fx@gnu.org>
8812
8813 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8814
8815 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8816
8817 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8818
8819 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8820
8821 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8822 magic number and is not associated with a file.
8823
8824 1999-05-14 Richard M. Stallman <rms@gnu.org>
8825
8826 * files.el (find-file-noselect-1): Fix previous change.
8827
8828 1999-05-14 Simon Marshall <simon@gnu.org>
8829
8830 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8831
8832 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8833
8834 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8835 docstring.
8836
8837 * international/mule-cmds.el: Change MULE to Mule in docstrings
8838 and menus.
8839
8840 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8841
8842 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8843 to correctly reflect the value of BaseLineOffset in
8844 RelativeCompose. Now the value of RelativeCompose is an array of
8845 low and high positions.
8846 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8847 RLC for the above change.
8848
8849 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8850
8851 * comint.el (comint-password-prompt-regexp): Modified to match the
8852 output of ksu and ssh-add.
8853
8854 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8855
8856 * language/korea-util.el (isearch-toggle-korean-input-method):
8857 Adjusted for the change of input method handling in isearch.el.
8858 (isearch-hangul-switch-symbol-ksc): Likewise.
8859 (isearch-hangul-switch-hanja): Likewise.
8860
8861 1999-05-10 Dave Love <fx@gnu.org>
8862
8863 * help.el (help-make-xrefs): Fix typo.
8864
8865 1999-05-10 Andreas Schwab <schwab@gnu.org>
8866
8867 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8868 unibyte-display-via-language-environment.
8869
8870 * help.el (help-make-xrefs): Handle more cases when looking for
8871 commands in a keymap description.
8872
8873 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8874
8875 * loadup.el: For ms-dos systems, load ccl and codepage.
8876
8877 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8878
8879 * ps-print.el (ps-control-character): Call
8880 ps-mule-prepare-ascii-font to setup ASCII fonts.
8881
8882 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8883 ps-multibyte-buffer is nil, use
8884 ps-mule-font-info-database-default."
8885
8886 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8887
8888 * ispell.el (ispell-local-dictionary-alist): New variable for
8889 customizing local dictionaries not accessable by everyone.
8890 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8891 (ispell-required-version): Changed format `(major minor
8892 revision)' to support general pattern matching.
8893 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8894 skip region commented out due to incorrect skip potential in std latex.
8895 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8896 cursor point on small words for calls from `ispell-minor-mode'.
8897 (check-ispell-version): Tests and accepts versions major.minor
8898 and above, with adjustments for interactions in 3.1.0-3.1.11.
8899 (ispell-get-line): No longer skips ispell process special characters.
8900 (ispell-comments-and-strings): Removed `when' macro call.
8901 (ispell-minor-check): Requires ispell-word to restore cursor point.
8902 (ispell-buffer-local-parsing): Supports checking comments only.
8903
8904 1999-05-08 Karl Heuer <kwzh@gnu.org>
8905
8906 * comint.el (comint-password-prompt-regexp): Fix last change to be
8907 more specific.
8908
8909 1999-05-07 Richard M. Stallman <rms@gnu.org>
8910
8911 * subr.el (with-temp-message): Fix the other call to message
8912 to use %s.
8913
8914 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8915
8916 * gud.el (gud-format-command): "%F" means file sans extension.
8917 (jdb): Use %F, not %f, for gud-break.
8918
8919 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8920
8921 * comint.el (comint-password-prompt-regexp): Modified so that it
8922 matches the output of kinit.
8923
8924 1999-05-06 Greg Stark <gsstark@mit.edu>
8925
8926 * timezone.el (timezone-parse-date): Recognize new format used in
8927 internet cookies.
8928
8929 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8930
8931 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8932
8933 1999-05-04 Andrew Innes <andrewi@gnu.org>
8934
8935 * time.el (display-time-update): Allow for wrap-around when
8936 checking against display-time-server-down-time.
8937
8938 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8939
8940 * international/mule-diag.el (describe-coding-system): Fix English
8941 message.
8942
8943 1999-05-03 Jason Rumney <jasonr@altavista.net>
8944
8945 * term/w32-win.el: Change the x-charset-registry property for the
8946 Japanese charsets that are supported by Japanese Windows fonts.
8947
8948 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8949
8950 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8951 diary-block diary entries for which the reminders and the diary
8952 entries can overlap.
8953
8954 1999-05-02 Jason Rumney <jasonr@altavista.net>
8955
8956 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8957 matches the font selected in the dialog.
8958
8959 1999-05-02 Dave Love <fx@gnu.org>
8960
8961 * browse-url.el (browse-url-browser-function): Add :version.
8962
8963 * international/mule.el (auto-coding-alist): Add .tgz.
8964
8965 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8966
8967 * international/codepage.el (cp-coding-system-for-codepage-1):
8968 Make the magnification parameter for the -dos encoder be 2.
8969
8970 1999-05-2 Andrew Innes <andrewi@gnu.org>
8971
8972 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8973 it is dropped, rather than current window.
8974
8975 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8976 after switching buffer, as case-fold-search is a buffer local
8977 variable.
8978
8979 * w32-fns.el (convert-standard-filename): Only convert directory
8980 separators to backslash if the interactive shell is one of the
8981 standard Windows shells that has DOS semantics.
8982
8983 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8984 format-time-string, and return a suitable string to indicate the
8985 timestamp was invalid.
8986
8987 * hexl.el (hexlify-command): Apply shell-quote-argument after
8988 expanding hexl-program in case exec-directory contains a space.
8989 (dehexlify-command): Ditto.
8990
8991 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8992 file extension regexps which aren't necessarily binary files.
8993 (direct-print-region-helper): Use subst-char-in-string instead of
8994 binding directory-sep-char to convert filenames to DOS syntax.
8995 (direct-print-region-use-command-dot-com): New variable.
8996 (direct-print-region-helper): Use it to control whether to invoked
8997 command.com to print on Windows 9x.
8998
8999 * browse-url.el (browse-url-browser-function): Default to
9000 browse-url-default-windows-browser on windows-nt.
9001 (browse-url-default-windows-browser): New function.
9002
9003 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
9004
9005 * forms.el (forms-mode): Don't call forms-first-record or
9006 forms-last-record if the data file has zero records.
9007
9008 1999-04-29 Richard M. Stallman <rms@gnu.org>
9009
9010 * files.el (find-file-noselect-1): If buffer-file-name has changed
9011 after find-file-not-found-hooks runs, recompute the truename.
9012 And don't use FILENAME after that point.
9013
9014 1999-04-27 Dave Love <fx@gnu.org>
9015
9016 * paren.el (show-paren-mode)
9017 * which-func.el (which-func-mode-global)
9018 * type-break.el (type-break-mode)
9019 * time.el (display-time-mode)
9020 * rsz-mini.el (resize-minibuffer-mode)
9021 * mouse-sel.el (mouse-sel-mode)
9022 * icomplete.el (icomplete-mode)
9023 * hscroll.el (hscroll-global-mode)
9024 * help.el (temp-buffer-resize-mode)
9025 * font-lock.el (global-font-lock-mode)
9026 * delsel.el (delete-selection-mode)
9027 * avoid.el (mouse-avoidance-mode)
9028 * autoinsert.el (auto-insert-mode)
9029 * winner.el (winner-mode): Doc fix.
9030
9031 1999-04-26 Karl Heuer <kwzh@gnu.org>
9032
9033 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9034 the same whitespace that was ignored in choosing the subject string.
9035
9036 1999-04-26 Richard M. Stallman <rms@gnu.org>
9037
9038 * info.el (Info-find-node): Position properly after finding anchor.
9039
9040 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9041
9042 * simple.el (indent-new-comment-line): Fix previous change.
9043
9044 * complete.el: Delete the wildcard expansion feature
9045 since that is now standard in find-file.
9046 (PC-try-load-many-files): Function deleted.
9047 (PC-after-load-many-files): Function deleted.
9048 (PC-many-files-list): Variable deleted.
9049 (PC-disable-wildcards): Variable deleted.
9050 (partial-completion-mode): Don't enable the wildcard feature.
9051
9052 * complete.el (PC-look-for-include-file): Don't set global variables
9053 `error', `buf' and `filename' here.
9054
9055 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9056
9057 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9058
9059 * textmodes/outline.el (outline-regexp): Doc fix.
9060
9061 1999-04-26 John Wiegley <johnw@borland.com>
9062
9063 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9064 C++Builder 4.0 error message syntax.
9065
9066 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9067
9068 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9069 supported, use find -exec.
9070
9071 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9072
9073 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9074 coding-system-for-write, to avoid hanging when non-interactive.
9075
9076 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9077
9078 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9079 start with a newline.
9080
9081 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9082
9083 * international/mule-conf.el (x-ctext): New coding system.
9084
9085 1999-04-12 Richard M. Stallman <rms@gnu.org>
9086
9087 * international/mule-cmds.el (input-method-function):
9088 Add permanent-local property.
9089
9090 1999-04-12 Dave Love <fx@gnu.org>
9091
9092 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9093 change to use jka-compr-byte-compiler-base-file-name.
9094
9095 * supercite.el (sc-scan-info-alist): Revert last change.
9096 (sc-attrib-selection-list): Fix :type here instead.
9097
9098 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9099
9100 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9101 in the list of case-insensitive filesystems.
9102
9103 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9104
9105 * international/fontset.el (create-fontset-from-fontset-spec):
9106 Don't register duplicated alias fontset names.
9107
9108 1999-04-08 Richard Stallman <rms@gnu.org>
9109
9110 * international/mule.el (auto-coding-alist-lookup): New function.
9111 (set-auto-coding): Use auto-coding-alist-lookup.
9112
9113 * jka-compr.el (jka-compr-insert-file-contents):
9114 Use auto-coding-alist-lookup to check for files that
9115 should not have eol conversion, in the unibyte case.
9116
9117 1999-04-07 Dave Love <fx@gnu.org>
9118
9119 * help.el (describe-variable): Check custom-loads property as well
9120 as custom-type.
9121
9122 * abbrev.el (abbrev-mode): Customizing sets the default value.
9123
9124 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9125
9126 * vc.el (vc-backend-revert): For CVS files that were made
9127 writeable with "cvs edit", call "cvs unedit" to undo that.
9128
9129 1999-04-08 Dave Love <fx@gnu.org>
9130
9131 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9132 more.
9133 (sc-emacs-features): Recognize Emacs 20.
9134 (sc-read-string): Use history arg.
9135 (sc-scan-info-alist): Check for rtnvalue a cons.
9136
9137 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9138
9139 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9140 coding system to encode the message by
9141 select-message-coding-system.
9142
9143 1999-04-07 Richard Stallman <rms@gnu.org>
9144
9145 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9146
9147 * winner.el: Reorder definitions.
9148
9149 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9150
9151 * mail/rmail.el (rmail-decode-babyl-format):
9152 Undo previous change.
9153
9154 1999-04-06 Richard Stallman <rms@gnu.org>
9155
9156 * info.el (Info-find-node): Check for an anchor at the
9157 proper place, before reading an indirect file.
9158
9159 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9160
9161 * jka-compr.el (jka-compr-insert-file-contents):
9162 Use raw-text-unix when we want no conversion.
9163
9164 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9165
9166 * timezone.el (timezone-parse-date): Corrected regexp for
9167 style (5) date format so that tenths of seconds are optional.
9168
9169 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9170
9171 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9172 of dos-codepage-setup.
9173 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9174 codepages for which there's no need to set up cpNNN coding
9175 systems.
9176 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9177
9178 1999-04-05 Richard Stallman <rms@gnu.org>
9179
9180 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9181
9182 1999-04-02 Richard Stallman <rms@gnu.org>
9183
9184 * progmodes/compile.el (compilation-handle-exit): Do right thing
9185 if (car status) doesn't end in a newline.
9186
9187 1999-04-01 Dave Love <fx@gnu.org>
9188
9189 * progmodes/sql.el (SQL): Add defgroup :version.
9190
9191 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9192
9193 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9194 buffer-file-coding-system. If the coding system used is raw-text,
9195 etc., make the *Compiler Input* buffer unibyte.
9196
9197 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9198
9199 * loadup.el: Don't write the fns-...el file if not dumping.
9200
9201 1999-03-31 Dave Love <fx@gnu.org>
9202
9203 * snmp-mode.el (snmp): Fix defgroup :version.
9204
9205 * hilit-chg.el (highlight-changes): Add defgroup :version.
9206
9207 1999-03-31 Andreas Schwab <schwab@gnu.org>
9208
9209 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9210 the gnus-save-hidden-threads macro.
9211
9212 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9213
9214 * faces.el (face-set-after-frame-default): Obey the
9215 `customized-face' for new faces.
9216
9217 1999-03-30 Dave Love <fx@gnu.org>
9218
9219 * international/mule-cmds.el (current-language-environment): Doc fix.
9220 * abbrev.el (abbrev-mode): Doc fix.
9221 * autoinsert.el (auto-insert-mode): Doc fix.
9222 * complete.el (partial-completion-mode): Doc fix.
9223 * avoid.el (mouse-avoidance-mode): Doc fix.
9224 * delsel.el (delete-selection-mode): Doc fix.
9225 * font-lock.el (global-font-lock-mode): Doc fix.
9226 * help.el (temp-buffer-resize-mode): Doc fix.
9227 * hscroll.el (hscroll-global-mode): Doc fix.
9228 * icomplete.el (icomplete-mode): Doc fix.
9229 * mouse-sel.el (mouse-sel-mode): Doc fix.
9230 * paren.el (show-paren-mode): Doc fix.
9231 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9232 * time.el (display-time-mode): Doc fix.
9233 * type-break.el (type-break-mode): Doc fix.
9234 * which-func.el (which-func-mode-global): Doc fix.
9235 * winner.el (winner-mode): Doc fix.
9236
9237 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9238
9239 * wid-edit.el (widget-before-change): Signal text-read-only rather
9240 than an ordinary error.
9241
9242 1999-03-30 Richard M. Stallman <rms@gnu.org>
9243
9244 * repeat.el: Don't require advice.
9245 (repeat): Do function-indirection in check for kbd macro.
9246 In self-insert case, use the *last* char in INSERTION.
9247
9248 1999-03-30 Karl Heuer <kwzh@gnu.org>
9249
9250 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9251
9252 1999-03-29 Andreas Schwab <schwab@gnu.org>
9253
9254 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9255 comint-input-filter-functions. Make variables related to shell
9256 directory tracking local.
9257
9258 1999-03-26 Andreas Schwab <schwab@gnu.org>
9259
9260 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9261
9262 * simple.el (shell-command-on-region): Cope with exit-status being
9263 nil, which happens if call-process-region was interrupted.
9264
9265 1999-03-26 Richard M. Stallman <rms@gnu.org>
9266
9267 * simple.el (indent-new-comment-line): Handle use at a point
9268 after a comment-end. Handle multiple comments.
9269
9270 * mail/rmail.el (rmail-decode-babyl-format):
9271 To prevent locking, bind buffer-file-name to nil.
9272
9273 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9274
9275 * mail-hist.el (mail-hist-current-header-name): Don't make
9276 off-by-one-error when determining if in message body.
9277
9278 1999-03-25 Andrew Innes <andrewi@gnu.org>
9279
9280 * w32-fns.el (set-default-process-coding-system): Copied from
9281 dos-w32.el, but modified to use Unix line endings for process
9282 input, and to add a suitable entry to process-coding-system-alist
9283 for DOS shells.
9284
9285 * dos-fns.el (set-default-process-coding-system): Copied from
9286 dos-w32.el.
9287
9288 * dos-w32.el (set-default-process-coding-system): Move function to
9289 dos-fns.el; a different version is used in w32-fns.el.
9290
9291 1999-03-24 Dave Love <fx@gnu.org>
9292
9293 * info.el (Info-directory-list): Revert change to re-writing
9294 Info-default-directory-list, but put `alternative' first.
9295 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9296
9297 1999-03-23 Simon Marshall <simon@gnu.org>
9298
9299 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9300 on the line by itself.
9301 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9302 it is not in a declarative context.
9303
9304 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9305
9306 * cus-edit.el (custom-variable-prompt): Allow customization of
9307 autoloaded symbols.
9308
9309 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9310
9311 * simple.el (what-cursor-position): Don't cause error when point
9312 is at invalid multibyte sequence.
9313
9314 1999-03-21 Karl Heuer <kwzh@gnu.org>
9315
9316 * complete.el (partial-completion-mode): Doc fix.
9317
9318 1999-03-19 Richard M. Stallman <rms@gnu.org>
9319
9320 * progmodes/cplus-md.el (old-c++): Remove :group.
9321
9322 * progmodes/c-mode.el (old-c): Remove :group.
9323
9324 1999-03-18 Simon Marshall <simon@gnu.org>
9325
9326 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9327 (java-font-lock-keywords-2): Added "strictfp" keyword.
9328
9329 1999-03-17 Jason Rumney <jasonr@altavista.net>
9330
9331 * w32-fns.el (set-w32-system-coding-system) New function.
9332 (w32-system-coding-system) Initialize to 'iso-latin-1.
9333
9334 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9335
9336 * international/mule-cmds.el (set-language-environment): Fix
9337 previous change: don't use dos-codepage when unbound.
9338
9339 1999-03-17 Karl Heuer <kwzh@gnu.org>
9340
9341 * calendar/appt.el (appt-make-list): Fix previous change.
9342
9343 1999-03-16 Richard M. Stallman <rms@gnu.org>
9344
9345 * window.el (shrink-window-if-larger-than-buffer):
9346 Don't try to redisplay with the cursor at the end
9347 on its own line--that would force a scroll and spoil things.
9348
9349 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9350
9351 * international/mule-cmds.el (set-language-environment): Don't use
9352 cpNNN-nonascii-translation-table if it is unbound.
9353
9354 * term/internal.el (dos-codepage-setup): Compute the unibyte
9355 syntax table and bind unibyte-display-via-language-environment
9356 here, rather than at top level, so that resetting to unibyte in
9357 .emacs works as expected.
9358
9359 1999-03-15 Simon Marshall <simon@gnu.org>
9360
9361 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9362
9363 1999-03-14 Milan Zamazal <pdm@pvt.net>
9364
9365 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9366
9367 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9368
9369 * international/mule-util.el (detect-coding-with-priority):
9370 Restore the internal database.
9371
9372 1999-03-14 Stephen Eglen <stephen@gnu.org>
9373
9374 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9375 if mail-from-style has invalid value.
9376
9377 1999-03-12 Karl Heuer <kwzh@gnu.org>
9378
9379 * vc.el (vc-delete-logbuf-window): New var.
9380 (vc-finish-logentry): Use it.
9381
9382 1999-03-12 Richard M. Stallman <rms@gnu.org>
9383
9384 * startup.el (command-line-1): Improve startup msg.
9385
9386 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9387
9388 * speedbar.el: Added commentary about stealthy functions.
9389 (speedbar-message) new function.
9390 (speedbar-y-or-n-p): New function
9391 (speedbar-with-attached-buffer) Moved macro before reference.
9392 Now uses `save-selected-window'.
9393 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9394 speedbar-generic-item-info, speedbar-item-info-file-helper,
9395 speedbar-item-delete, speedbar-insert-generic-list,
9396 speedbar-timer-fn, speedbar-check-vc-this-line,
9397 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9398 speedbar-buffers-item-info) Use speedbar-message.
9399 (speedbar-item-info) Limit `message-log-max'.
9400 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9401 speedbar-item-delete, speedbar-item-object-delete,
9402 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9403
9404 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9405
9406 * server.el (server-start): Set coding system for the server
9407 process to raw-text.
9408 (server-process-filter): Decode file names if necessary.
9409
9410 1999-03-12 Dave Love <fx@gnu.org>
9411
9412 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9413
9414 * textmodes/paragraphs.el (sentence-end): Doc fix.
9415
9416 1999-03-11 Karl Heuer <kwzh@gnu.org>
9417
9418 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9419
9420 1999-03-09 Karl Heuer <kwzh@gnu.org>
9421
9422 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9423 (ispell-dictionary-alist-2): Likewise.
9424 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9425 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9426 (ispell-dictionary-alist): Build from six pieces, not just two.
9427
9428 * ps-bdf.el (bdf-directory-list): Doc fix.
9429
9430 * enriched.el (enriched-mode): Make var permanent-local.
9431
9432 1999-03-09 Dave Love <fx@gnu.org>
9433
9434 * textmodes/sgml-mode.el (html-mode): Use
9435 sentence-end-double-space when setting sentence-end.
9436
9437 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9438
9439 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9440
9441 1999-03-08 Felix Lee <flee@cygnus.com>
9442
9443 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9444
9445 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9446
9447 1999-03-08 Karl Heuer <kwzh@gnu.org>
9448
9449 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9450 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9451
9452 * dired.el (dired-do-copy-regexp): Doc fix.
9453 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9454
9455 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9456
9457 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9458
9459 1999-03-08 Jason Rumney <jasonr@altavista.net>
9460
9461 * international/codepage.el (cp1250-decode-table)
9462 (cp1251-decode-table, cp1253-decode-table)
9463 (cp1257-decode-table): New translation tables for MS Windows codepages.
9464 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9465
9466 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9467
9468 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9469
9470 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9471
9472 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9473
9474 * term/internal.el (top level): Display character 255 as 8bit as well.
9475
9476 1999-03-06 Dave Love <fx@gnu.org>
9477
9478 * progmodes/cc-cmds.el (c-outline-level): Bind
9479 buffer-invisibility-spec.
9480
9481 * progmodes/c-mode.el (c-outline-level): Likewise.
9482
9483 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9484
9485 1999-03-05 Felix Lee <flee@cygnus.com>
9486
9487 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9488
9489 1999-03-05 Richard M. Stallman <rms@gnu.org>
9490
9491 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9492
9493 1999-03-05 Andrew Innes <andrewi@gnu.org>
9494
9495 * w32-fns.el (convert-standard-filename): Convert directory
9496 separators to Windows format.
9497
9498 1999-03-05 Andreas Schwab <schwab@gnu.org>
9499
9500 * international/skkdic-cnv.el: Provide skkdic-cnv.
9501 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9502 (batch-skkdic-convert): Doc fix.
9503
9504 1999-03-04 Dave Love <fx@gnu.org>
9505
9506 * custom.el (custom-set-variables): Protect against setter errors.
9507
9508 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9509
9510 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9511 the file sizes from overflowing.
9512 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9513 Under -s, print the size in blocks with %4.0f, in case they have
9514 a *really* huge file.
9515
9516 1999-03-03 Dave Love <fx@gnu.org>
9517
9518 * options.el (edit-options): Doc fix.
9519 (list-options): Don't lose with unbound symbols. Maintain
9520 Edit-options-mode.
9521
9522 1999-03-01 Dave Love <fx@gnu.org>
9523
9524 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9525
9526 1999-02-28 Richard M. Stallman <rms@gnu.org>
9527
9528 * ispell.el (ispell-dictionary-alist-override): New variable.
9529 (ispell-dictionary-alist): Don't setq it,
9530 if ispell-dictionary-alist-override is set.
9531
9532 * simple.el (shell-command-default-error-buffer): Renamed from
9533 shell-command-on-region-default-error-buffer.
9534 (shell-command-on-region): Mention in echo area when there
9535 is some error output. Mention success or failure, too.
9536 Accumulate multiple error outputs
9537 going forward, with formfeed in between. Display the error buffer
9538 when we have put something in it.
9539 (shell-command): Add the ERROR-BUFFER argument feature.
9540
9541 1999-02-28 Karl Heuer <kwzh@gnu.org>
9542
9543 * mail/mh-utils.el (mh-lib): Doc fix.
9544 (mh-lib-progs, mh-nmh-p): New vars.
9545 (mh-find-progs): Set mh-lib-progs along with other vars.
9546 (mh-path-search): New arg FUNC-P; if specified, use that instead
9547 of mh-file-command-p.
9548 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9549
9550 * mail/mh-comp.el (mh-repl-formfile): New var.
9551 (mh-smail-batch): Don't ignore all arguments.
9552 (mh-reply): Do the right thing when using nmh.
9553
9554 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9555
9556 * international/mule-cmds.el (select-safe-coding-system): Be sure
9557 to show a buffer being decoded.
9558
9559 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9560
9561 * ps-bdf.el (bdf-directory-list): Initialize it to
9562 '("/usr/local/share/emacs/fonts/bdf").
9563
9564 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9565
9566 * ps-print.el: PostScript programming fix.
9567 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9568 setpagedevice operator).
9569
9570 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9571
9572 * ps-print.el: Doc fix, font size specifies landscape and portrait
9573 sizes.
9574 (ps-print-version): New version number (4.1.4).
9575 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9576 Specifies landscape and portrait sizes.
9577 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9578 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9579 fix.
9580 (ps-get-font-size): New fun.
9581 (ps-font-size-internal, ps-header-font-size-internal)
9582 (ps-header-title-font-size-internal): New vars.
9583
9584 * ps-mule.el: Change of ps-print font size variable name.
9585 (ps-mule-generate-font): Fun fix.
9586 (ps-mule-begin-job): Programming uniformization.
9587
9588 1999-02-25 Dave Love <fx@gnu.org>
9589
9590 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9591 (help-make-xrefs): Do Info case first.
9592
9593 * repeat.el: Don't require advice.
9594 (repeat-last-kill-command): Variable deleted.
9595
9596 1999-02-25 Richard Stallman <rms@gnu.org>
9597
9598 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9599 case just because the current buffer is the output buffer.
9600
9601 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9602
9603 * simple.el (what-cursor-position): To show the character's
9604 encoding, use encoded-string-description instead of information
9605 of chaset-origin-alist.
9606
9607 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9608 (encoded-code-description): New function.
9609 (encoded-string-description): New function.
9610 (encode-coding-char): New function.
9611
9612 1999-02-25 Andrew Innes <andrewi@gnu.org>
9613
9614 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9615 checking for .emacs[.el[c]].
9616
9617 1999-02-24 Richard Stallman <rms@gnu.org>
9618
9619 * help.el (describe-function-1): Don't print a whole lambda-function.
9620
9621 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9622
9623 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9624 inputting ?\240.
9625
9626 1999-02-23 Karl Heuer <kwzh@gnu.org>
9627
9628 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9629
9630 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9631 (clean-buffer-list-kill-buffer-names): Doc fix.
9632
9633 * gud.el (gud-jdb-massage-args): Spelling fix.
9634
9635 1999-02-23 Richard M. Stallman <rms@gnu.org>
9636
9637 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9638
9639 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9640
9641 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9642 excursion while calling set-auto-coding-function.
9643
9644 * play/handwrite.el (handwrite): Require ps-print, and use
9645 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9646 if it's defined, instead of forking ps-lpr-command unconditionally.
9647
9648 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9649
9650 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9651 charset-origin-alist property to a coding system for the codepage.
9652
9653 * international/mule.el: Modify comment for charset-origin-alist
9654 property of a coding system.
9655
9656 * simple.el (what-cursor-position): charset-origin-alist property
9657 of a coding system may be a translation table or a symbol of which
9658 `translation-table' property is a translation table.
9659
9660 1999-02-21 Richard Stallman <rms@gnu.org>
9661
9662 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9663 to the "html" template.
9664
9665 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9666
9667 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9668
9669 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9670
9671 * dirtrack.el (dirtrack): Check for the prompt in the input string
9672 instead of the buffer.
9673
9674 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9675
9676 * sql.el: Set version to 1.4.1. Changed mail address to
9677 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9678 (sql-input-ring-separator): Doc fix.
9679 (sql-mode-syntax-table): double-dash starts comments is defined as
9680 ". 56" instead of ". 12b" for XEmacs.
9681 (sql-stop, sql-interactive-mode): Doc fixes.
9682 (sql-postgres): Queries for database and server, not just one.
9683 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9684
9685 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9686 changed. This is needed for master.el to work.
9687 (sql-set-sqli-buffer): Use the new hook.
9688
9689 * sql.el (sql-make-alternate-buffer-name): Function that sets
9690 sql-alternate-buffer-name.
9691 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9692 (sql-interactive-mode): Set sql-alternate-buffer-name.
9693 (sql-rename-buffer): New command.
9694 (sql-interactive-mode-menu): Menu for SQLi buffers.
9695
9696 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9697 and sql-input-ring-file-name are used to temporarily set
9698 comint-input-ring-file-name and comint-input-ring-separator when
9699 reading and writing input history files.
9700
9701 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9702 (sql-input-ring-file-name): New variable with customization.
9703 (sql-input-ring-separator): New variable with customization.
9704 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9705 Callers changed.
9706 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9707 now includes the name of the current buffer.
9708
9709 (sql-mode): Set paragraph-separate and paragraph-start so that
9710 sql-send-paragraph sends the entire SQL statements, even if it
9711 contains indented lines.
9712
9713 1999-02-18 Dave Love <fx@gnu.org>
9714
9715 * format.el (format-encode-run-method, format-decode-run-method):
9716 Fix previous change.
9717
9718 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9719
9720 * international/mule.el (coding-system-list): Moved here from
9721 mule-util.el to avoid autoloading mule-util by the call of
9722 select-safe-coding-system.
9723
9724 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9725
9726 * simple.el (turn-on-auto-fill): Mark it as an option for
9727 `text-mode-hook'.
9728
9729 1999-02-17 Richard Stallman <rms@gnu.org>
9730
9731 * emacs-lisp/easymenu.el (easy-menu-get-map):
9732 Don't crash if (current-local-map) is nil.
9733
9734 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9735
9736 * filecache.el (file-cache-filter-regexps): Added .class.
9737
9738 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9739
9740 * international/mule-util.el (decompose-region): Use
9741 insert-buffer-substring instead of insert-buffer to avoid putting
9742 mark.
9743
9744 1999-02-17 Andreas Schwab <schwab@gnu.org>
9745
9746 * calendar/cal-move.el (scroll-calendar-left): Don't set
9747 displayed-month and displayed-year here, let generate-calendar do
9748 it, after range checking.
9749
9750 1999-02-17 Simon Marshall <simon@gnu.org>
9751
9752 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9753
9754 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9755 correctly between an object declared via a constructor and a method.
9756 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9757 (java-font-lock-keywords-1): Fontify package names individually.
9758 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9759 (java-font-lock-keywords-2): Simplify type fontification.
9760 (java-font-lock-keywords-3): Likewise.
9761
9762 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9763
9764 * language/japanese.el (iso-2022-jp-2): New coding system.
9765 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9766
9767 1999-02-16 Dave Love <fx@gnu.org>
9768
9769 * help.el (describe-function-1): Accept non-symbols.
9770
9771 1999-02-16 Paul Eggert <eggert@twinsun.com>
9772
9773 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9774 find the last match if there are multiple matches.
9775
9776 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9777
9778 * tex-mode.el (tex-run-command, latex-run-command)
9779 (slitex-run-command, tex-command): Doc changes.
9780 (tex-start-options-string): Autoload it. Doc change. Provide
9781 a menu for customization. Allow nil. Quote backslashes only once.
9782 (tex-start-tex): Handle nil value of tex-start-options-string
9783 and apply shell-quote-argument to it.
9784
9785 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9786
9787 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9788 the size in blocks, since it can be a float.
9789 (ls-lisp-format): Likewise
9790
9791 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9792
9793 * language/japanese.el (japanese-shift-jis): Add
9794 charset-origin-alist property.
9795
9796 1999-02-15 Richard Stallman <rms@gnu.org>
9797
9798 * progmodes/compile.el (compile-internal): Use save-selected-window.
9799
9800 * subr.el (momentary-string-display): Bind inhibit-read-only.
9801
9802 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9803
9804 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9805
9806 * mail/rmail.el (rmail-show-message): If an unseen message has a
9807 Summary-line in its header, get past one more line before looking
9808 for the X-Coding-System header.
9809
9810 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9811
9812 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9813 explicitly to accomodate Windows 9X lack of a useful copy program.
9814
9815 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9816
9817 * wid-edit.el (widget-choice-value-create): Use `equal'
9818 instead of `eq'.
9819
9820 1999-02-14 Richard Stallman <rms@gnu.org>
9821
9822 * international/iso-transl.el:
9823 (iso-transl-ae): Renamed from iso-transl-e-slash.
9824 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9825 (iso-transl-AE): Renamed from iso-transl-E-slash.
9826 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9827 (iso-transl-char-map): Related changes.
9828
9829 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9830
9831 1999-02-13 Richard Stallman <rms@gnu.org>
9832
9833 * textmodes/texinfmt.el (texinfo-alias): New function.
9834 (texinfo-fold-nodename-case): Add defvar.
9835 (texinfo-format-node): Do case folding if specified.
9836
9837 * ffap.el (ffap-file-at-point): Test local file names
9838 immediately. Strip off line numbers.
9839
9840 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9841
9842 * sql.el: Set version to 1.3.2
9843 (sql-solid-program): Added support for solid.
9844 (sql-help): Doc mentions sql-solid.
9845 (sql-solid): Entry function for Solid.
9846 (sql-buffer): Doc explains the use of the variable and how to
9847 change it.
9848 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9849 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9850 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9851 is new.
9852 (sql-show-sqli-buffer): New function to display the value of
9853 sql-buffer.
9854 (sql-change-sqli-buffer): New function to change sql-buffer.
9855 (sql-mode): Doc explains how to change sql-buffer.
9856 (sql-send-paragraph): New function to send a paragraph.
9857 (sql-mode-map): Added keybinding for sql-send-paragraph.
9858 (sql-mysql): Doc corrected.
9859 (sql-ms): Doc corrected.
9860
9861 * sql.el (sql-server): Doc fix.
9862 (sql-mysql): Added the use of sql-server to specify the host,
9863 sql-database now specifies database instead of host.
9864 (sql-mode-menu): Send... menu items are only active if sql-buffer
9865 is non-nil.
9866 (sql-help): Changed tag of entry functions a bit.
9867
9868 * sql.el: Added keywords from `finder-by-keyword'.
9869 (sql-mode): Made sql-buffer a local variable, changed the
9870 documentation: removed instructions to add *.sql files to
9871 auto-mode-alist, added documentation for having mutliple SQL
9872 buffers sending their stuff to different SQLi buffers, each
9873 running a different process.
9874 (sql-postgres): Quoted *SQL* in doc string.
9875 (sql-ms): Likewise.
9876 (sql-ingres): Likewise.
9877 (sql-ingres): Quoted *SQL* in doc string, added references to
9878 sql-user and sql-password used during login.
9879 (sql-sybase): Quoted *SQL* in doc string, added comma.
9880 (sql-oracle): Likewise.
9881 (sql-interactive-mode): Added extensive documentation for having
9882 mutliple SQL buffers sending their stuff to different SQLi
9883 buffers, each running a different process.
9884 (sql-buffer): Changed doc from *SQL* to SQLi.
9885 (sql-get-login): Doc fix.
9886
9887 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9888
9889 * international/mule-conf.el (undecided): Set ascii in
9890 safe-charsets property.
9891
9892 1999-02-12 Richard Stallman <rms@gnu.org>
9893
9894 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9895
9896 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9897
9898 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9899 value to ps-mule-font-info-database-latin.
9900
9901 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9902
9903 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9904 (ps-mule-font-info-database-default): New variable.
9905 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9906 ps-mule-font-info-database-default.
9907
9908 1999-02-12 Dave Love <fx@gnu.org>
9909
9910 * timezone.el (timezone-make-date-sortable)
9911 (timezone-make-date-arpa-standard): Doc fix.
9912
9913 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9914
9915 * international/quail.el (quail-show-kbd-layout): Bind
9916 blink-matching-paren to nil.
9917
9918 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9919 for ASCII and Latin-1.
9920
9921 1999-02-12 Andreas Schwab <schwab@gnu.org>
9922
9923 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9924
9925 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9926
9927 * international/mule-cmds.el (language-info-alist): Remove
9928 description about charset-origin-alist.
9929
9930 * international/mule.el: Comment added for a new coding system
9931 property `charset-origin-alit'.
9932 (make-translation-table): This variable deleted.
9933
9934 * language/chinese.el (chinese-big5): Add charset-origin-alist
9935 property.
9936 ("Chinese-CNS"): Remove charset-origin-alist property.
9937
9938 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9939 property.
9940 (cyrillic-alternativnyj): Likewise.
9941 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9942 ("Cyrillic-ALT"): Likewise.
9943
9944 * language/vietnamese.el (vietnamese-viqr): Add
9945 charset-origin-alist property.
9946 ("Vietnamese"): Remove charset-origin-alist property.
9947
9948 * simple.el (what-cursor-position): Don't use the varialbe
9949 charset-origin-alist, but use charset-origin-alist property of
9950 buffer-file-coding-system to decide external character set code.
9951
9952 1999-02-10 Richard Stallman <rms@gnu.org>
9953
9954 * shadowfile.el: Don't turn on the mode when the file is loaded.
9955
9956 1999-02-09 Richard Stallman <rms@gnu.org>
9957
9958 * progmodes/compile.el (compile-auto-highlight): Customize.
9959
9960 * add-log.el (add-log-file-name-function): New variable.
9961 (add-change-log-entry): Call that function, if non-nil.
9962
9963 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9964
9965 * rmail.el (rmail-search): Track match with a marker, not an integer.
9966
9967 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9968
9969 * progmodes/compile.el (compilation-setup): Set value of
9970 compilation-directory-stack as in compilation-forget-errors.
9971 (compile-reinitialize-errors): Bind buffer-undo-list and
9972 deactivate-mark.
9973 (compilation-forget-errors): Likewise.
9974
9975 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9976
9977 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9978 def... constructs.
9979
9980 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9981 Remove calls to sleep-for.
9982
9983 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9984
9985 * international/codepage.el (cp-coding-system-for-codepage-1): On
9986 MS-DOS, use dos-unsupported-char-glyph for characters not
9987 supported by the codepage.
9988 (cp-make-coding-systems-for-codepage): Likewise.
9989
9990 1999-02-08 Andreas Schwab <schwab@gnu.org>
9991
9992 * international/mule-util.el (coding-system-list): Don't sort
9993 coding-system-list here.
9994
9995 * international/mule.el (coding-system-lessp): Moved here from
9996 mule-util.el
9997 (add-to-coding-system-list): New function.
9998 (make-subsidiary-coding-system, make-coding-system,
9999 define-coding-system-alias): Use it instead of setting
10000 coding-system-list directly.
10001
10002 1999-02-07 Dave Love <fx@gnu.org>
10003
10004 * calendar/appt.el (appt-make-list): Don't splice quotes and date
10005 onto message.
10006
10007 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10008
10009 * imenu.el (imenu--last-menubar-index-alist): Add doc.
10010 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
10011
10012 1999-02-06 Richard Stallman <rms@gnu.org>
10013
10014 * language/european.el (setup-slovenian-environment): New function.
10015 ("Slovenian"): New language environment.
10016
10017 * progmodes/sql.el (sql-help): Doc fix.
10018 (sql-mysql): Doc fix.
10019
10020 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10021
10022 * tex-mode.el: When compiling, require compare-w and skeleton
10023 to pacify the byte-compiler. Move the def's of the tex-commands
10024 together. Add a comment on kill-process vs. quit-process.
10025
10026 1999-02-05 Dave Love <fx@gnu.org>
10027
10028 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10029 null markers.
10030 (compile-goto-error): Likewise.
10031
10032 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10033
10034 * time-stamp.el (time-stamp-format): Format doc tighter.
10035 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10036 (time-stamp): Don't re-write the time stamp if it didn't change.
10037
10038 1999-02-05 Alex Schroeder <asc@bsiag.com>
10039
10040 * progmodes/sql.el: Changed version to 1.2.1.
10041 (sql-pop-to-buffer-after-send-region): Improved documentation.
10042 (sql-mysql-program): Added MySQL support.
10043 (sql-prompt-length): Made prompt-length configurable.
10044 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10045 (sql-help): Added MySQL support, changed documentation.
10046 (sql-send-region): A message is displayed if something is sent.
10047 (sql-mode): Added buffer-local comment-start.
10048 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10049 (sql-interactive-mode): Added buffer-local comment-start.
10050 (sql-oracle): Set sql-prompt-length.
10051 (sql-sybase): Set sql-prompt-length.
10052 (sql-mysql): Added MySQL support.
10053 (sql-ingres): Set sql-prompt-length.
10054 (sql-ms): Set sql-prompt-length.
10055 (sql-postgres): Set sql-prompt-length.
10056
10057 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10058
10059 * term/internal.el (dos-codepage-setup): Set selection coding
10060 system to cpNNN-dos.
10061
10062 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10063
10064 * international/characters.el: Let ethiopic use iso-2022-7bit.
10065
10066 1999-02-02 Dave Love <fx@gnu.org>
10067
10068 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10069 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10070
10071 1999-02-02 Karl Heuer <kwzh@gnu.org>
10072
10073 * terminal.el (terminal-emulator): Doc fix.
10074
10075 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10076
10077 * international/mule-util.el (compose-chars): Doc-string
10078 modified. Correctly handle a composition character in ARGS.
10079
10080 1999-02-01 Richard Stallman <rms@gnu.org>
10081
10082 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10083 (makefile-menu-index-function): Function deleted.
10084 (makefile-mode): Use makefile-imenu-generic-expression.
10085
10086 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10087
10088 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10089 change, invoke from before-init-hook.
10090
10091 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10092
10093 * subr.el (remove-from-invisibility-spec): Cope with the case when
10094 buffer-invisibility-spec is t.
10095
10096 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10097
10098 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10099 appt-add and appt-delete.
10100
10101 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10102
10103 * term/pc-win.el (msdos-approximate-color): New function.
10104 (msdos-color-translate): Call it to find a DOS color that best
10105 approximates an X-style "#NNNNNN" color specification.
10106
10107 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10108
10109 * international/mule-util.el (compose-chars-component): Add
10110 autoload cookie.
10111
10112 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10113
10114 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10115 function, replace cdr of MAP by the return value of the function
10116 unconditionally.
10117
10118 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10119
10120 * progmodes/compile.el (compilation-next-error-locus): Don't
10121 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10122
10123 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10124
10125 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10126 and NLs before "charset", and allow the charset name be in double
10127 quotes.
10128
10129 1999-01-31 Richard Stallman <rms@gnu.org>
10130
10131 * imenu.el (imenu-sort-function): Fix custom type.
10132
10133 1999-01-30 Richard Stallman <rms@gnu.org>
10134
10135 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10136 (speedbar-line-token): Likewise.
10137
10138 * play/gametree.el (gametree-default-score): Use defcustom.
10139 (gametree-score-regexp, gametree-score-closer): Likewise.
10140 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10141
10142 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10143
10144 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10145 decoding.
10146
10147 1999-01-29 Markus Rost <rost@gnu.org>
10148
10149 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10150 tex-validate-buffer.
10151 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10152 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10153 now with recent occur-mode.
10154 (tex-validate-region): Really walk through all Sexps.
10155 (tex-region): Bind shell-dirtrack-verbose.
10156 (tex-file, tex-bibtex-file): Likewise.
10157
10158 1999-01-29 Dave Love <fx@gnu.org>
10159
10160 * finder.el: (finder-commentary): Fix interactive spec. Try
10161 appending .el to file name.
10162 (finder-find-library, finder-commentary): Doc fixes.
10163
10164 1999-01-29 Andrew Innes <andrewi@gnu.org>
10165
10166 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10167 where the userid contains directory separators.
10168
10169 1999-01-29 Dave Love <fx@gnu.org>
10170
10171 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10172 (lm-commentary): Doc fix.
10173
10174 1999-01-29 Andreas Schwab <schwab@gnu.org>
10175
10176 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10177 wildcard match. Fix regexp that tests if dirpart contains
10178 wildcard characters.
10179
10180 1999-01-28 Richard Stallman <rms@gnu.org>
10181
10182 * font-lock.el (font-lock-default-unfontify-region):
10183 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10184
10185 1999-01-27 Jason Rumney <jasonr@altavista.net>
10186
10187 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10188 from FAMILY field.
10189 (w32-create-initial-fontsets): Do not use before-init-hook.
10190 (mouse-set-font): Document. Automatically create and use fontsets.
10191
10192 * dos-w32.el (direct-print-region-helper): Check for printer
10193 being t as well as a string.
10194
10195 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10196
10197 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10198 (rmail-mime-charset-pattern): New variable.
10199 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10200 rmail-decode-mime-charset is non-nil.
10201
10202 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10203
10204 * international/characters.el: Set category `q' for all characters
10205 in tibetan and tibetan-1-column.
10206
10207 1999-01-27 Andrew Innes <andrewi@gnu.org>
10208
10209 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10210 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10211
10212 1999-01-27 Dave Love <fx@gnu.org>
10213
10214 * international/mule-cmds.el (current-language-environment):
10215 Provide :link, :type (choices) and appropriate :get.
10216
10217 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10218
10219 * startup.el (command-line): Set default eol-mnemonic-* strings to
10220 display end-of-line format in mode line.
10221
10222 * cus-start.el (all): Add eol-mnemonic-* variables.
10223
10224 1999-01-26 Dave Love <fx@gnu.org>
10225
10226 * startup.el (command-line-1): Up-date copyright.
10227
10228 * paths.el (Info-default-directory-list): Use configdir twice.
10229
10230 * info.el (Info-directory-list): Don't set path-separator now
10231 we're not shipped with Texinfo. Simplify path definition.
10232 Substitute all occurrences of instdir in Info-default-directory-list.
10233
10234 1999-01-25 Richard Stallman <rms@gnu.org>
10235
10236 * startup.el (normal-top-level-add-subdirs-to-load-path):
10237 Record the inode numbers of the dirs processed, to avoid loop.
10238
10239 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10240
10241 1999-01-25 Dave Love <fx@gnu.org>
10242
10243 * browse-url.el (browse-url-netscape-program): Doc addition.
10244
10245 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10246 prefix.
10247
10248 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10249 auto-mode-alist.
10250
10251 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10252
10253 * calendar/diary-lib.el (mark-diary-entries): Use
10254 assoc-ignore-case and do not capitalize when matching month and
10255 day names.
10256
10257 * calendar/calendar.el (calendar-read-date): Ditto.
10258
10259 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10260 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10261
10262 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10263
10264 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10265
10266 * calendar/cal-islam.el (calendar-goto-islamic-date)
10267 (mark-islamic-diary-entries): Ditto.
10268
10269 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10270
10271 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10272 (calendar-read-mayan-tzolkin-date): Ditto.
10273
10274 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10275
10276 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10277
10278 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10279
10280 1999-01-25 Karl Heuer <kwzh@gnu.org>
10281
10282 * faces.el (list-faces-display): Multiline case of previous fix.
10283
10284 1999-01-25 Andreas Schwab <schwab@gnu.org>
10285
10286 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10287
10288 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10289
10290 * files.el (find-file): If find-file-noselect returns a list,
10291 do switch-to-buffer on each element.
10292 (find-file-other-window): Likewise for all but the first element.
10293 (find-file-other-frame): Same.
10294 (find-file-noselect): When we expand a wildcard, return a list
10295 of buffers.
10296
10297 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10298
10299 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10300 to set the appropriate cpNNN-dos coding system as the
10301 highest-priority coding system.
10302
10303 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10304
10305 * international/fontset.el (generate-fontset-menu): Return a
10306 sorted list by plain names of fontsets.
10307
10308 * international/mule-diag.el (list-fontsets): Sort fontsets by
10309 plain names.
10310
10311 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10312 FIRST is a composite character, decompose it at first.
10313
10314 1999-01-23 Dave Love <fx@gnu.org>
10315
10316 * format.el: Doc fixes.
10317 (format-encode-run-method): Have things happen in the right buffer.
10318 Deal with errors from method. Set coding-system-for-write.
10319 (format-decode-run-method): Have things happen in the right buffer.
10320 Deal with errors from method. Set coding-system-for-read.
10321 (format-alist): Use nil instead of unmatchable regexps.
10322
10323 * simple.el (shell-command-on-region): Return command's exit status.
10324
10325 1999-01-23 Eric Ludlam <zappo@gnu.org>
10326
10327 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10328 of the file whose info we want to display.
10329 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10330 (speedbar-add-mode-functions-list) Improve doc.
10331 (speedbar-line-token) New function.
10332 (speedbar-dired) Fix order of directories in -shown-directories.
10333 (speedbar-line-path): Default return is default-directory
10334 (speedbar-buffers-line-path): Return is dir name only.
10335 (speedbar-mode-functions-list): New variable.
10336 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10337 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10338 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10339 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10340 New functions.
10341 (speedbar-line-file): Broke out part that fetches file from a line.
10342 (speedbar-line-text): New function extracted from speedbar-line-file.
10343 (speedbar-line-path): Converted into a replaceable function.
10344 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10345
10346 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10347
10348 * international/fontset.el (create-fontset-from-x-resource): Make
10349 style variants.
10350
10351 1999-01-22 Dave Love <fx@gnu.org>
10352
10353 * paths.el (Info-default-directory-list): Put sysdir after start.
10354
10355 1999-01-22 Sam Steingold <sds@goems.com>
10356
10357 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10358 a process associated with it.
10359
10360 1999-01-22 Jason Rumney <jasonr@altavista.net>
10361
10362 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10363
10364 1999-01-22 Felix Lee <flee@cygnus.com>
10365
10366 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10367 major-mode.
10368 (vc-annotate-mode): Delete variable.
10369
10370 1999-01-22 Andrew Innes <andrewi@gnu.org>
10371
10372 * startup.el (command-line): [windows-nt]: Check for existence of
10373 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10374 in preference to _emacs.
10375
10376 1999-01-22 Dave Love <fx@gnu.org>
10377
10378 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10379
10380 1999-01-20 Richard Stallman <rms@gnu.org>
10381
10382 * files.el (find-file-noselect): Do wildcard processing only
10383 if new arg WILDCARDS is non-nil.
10384 (find-file, find-file-other-window): New arg WILDCARDS.
10385 Default it to non-nil if interactive.
10386 (find-file-other-frame): Likewise.
10387 (find-file-read-only): Likewise.
10388 (find-file-read-only-other-window): Likewise.
10389 (find-file-read-only-other-frame): Likewise.
10390
10391 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10392 (widget-plist-convert-option): Delete spurious comma.
10393
10394 1999-01-19 Jason Rumney <jasonr@altavista.net>
10395
10396 * term/w32-win.el (w32-standard-fontspec-spec): Change
10397 iso8859-5 to koi8-r. Add iso8859-9.
10398
10399 1999-01-19 Dave Love <fx@gnu.org>
10400
10401 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10402 its uses.
10403
10404 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10405 is active.
10406 (fortran-indent-subprogram): Likewise.
10407
10408 1999-01-19 Dave Love <d.love@dl.ac.uk>
10409
10410 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10411
10412 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10413
10414 * wid-edit.el (alist): Use sexp as default key-type.
10415
10416 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10417
10418 * textmodes/tex-mode.el (tex-define-common-keys):
10419 Remove key binding of tex-feed-input.
10420 (tex-mode-map): Bind tex-feed-input here.
10421 (tex-start-shell): Use compilation-shell-minor-mode. Set
10422 comint-input-filter-functions before running tex-shell-hook.
10423 (tex-start-tex): Forget compilation errors.
10424 (tex-compilation-parse-errors): Rewritten to work also with
10425 compile-mouse-goto-error and compile-goto-error. Adjusted to
10426 change in tex-region.
10427 (tex-region): For the temp file use file-name without directory.
10428 (tex-file): Expand file name of tex-print-file.
10429
10430 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10431
10432 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10433
10434 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10435
10436 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10437 beginning could cause Emacs to hang. Fixed.
10438
10439 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10440
10441 * international/ccl.el (ccl-compile-translate-character): Handle
10442 the case that a tranlation table is CCL register correctly.
10443
10444 * international/mule-cmds.el (select-safe-coding-system):
10445 Hightlight at most 256 characters.
10446
10447 1999-01-18 Dave Love <fx@gnu.org>
10448
10449 * startup.el (command-line): If the init file changes operation to
10450 unibyte, make all buffers unibyte and re-set language environment.
10451
10452 * disp-table.el (standard-display-european): Make all existing
10453 buffers unibyte. Fix doc.
10454
10455 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10456
10457 * wid-edit.el (coding-system): Define this unconditionally.
10458
10459 * simple.el (shell-command-on-region-default-error-buffer): New var.
10460 (shell-command-on-region): Use that variable as interactive
10461 value of ERROR-BUFFER argument.
10462
10463 1999-01-17 Sam Steingold <sds@goems.com>
10464
10465 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10466
10467 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10468
10469 * progmodes/compile.el (compilation-goto-locus): If already in the
10470 compilation buffer's window, keep it in that window.
10471 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10472 (compile-goto-error): Don't play with windows.
10473
10474 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10475 (tex-command): Doc fix.
10476 (tex-compilation-parse-errors): Doc fix.
10477 (tex-generate-zap-file-name): Don't start the name with -.
10478 (tex-expand-files): Works now also with strings ending with ":".
10479
10480 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10481
10482 Patch failed to install:
10483 * gametree.el: Document scoring functionality.
10484 (gametree-score-regexp): Add optional plus sign.
10485 (gametree-score-opener): Replace `:' with `=' as the former
10486 conflicts with gametree-half-ply-regexp.
10487 (gametree-transpose-following-leaves): Add.
10488 (gametree-insert-new-leaf): Make modifying commands barf in read
10489 only buffers.
10490 (gametree-break-line-here): Add a call to
10491 `gametree-transpose-following-leaves'. This maintains the
10492 necessary invariant that on each level all leaf children precede
10493 all nonleaf children. This has always been implied, but left to
10494 the user, and, unfortunately, undocumented.
10495
10496 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10497
10498 * wid-edit.el (plist, alist): New widget types.
10499
10500 1999-01-17 Dave Love <fx@gnu.org>
10501
10502 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10503 fix scope of condition-case therein.
10504
10505 1999-01-17 Andrew Innes <andrewi@gnu.org>
10506
10507 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10508 default-buffer-file-coding-system when file doesn't exist (and
10509 isn't covered by a special case) instead of forcing undecided-dos
10510 against the user's wishes.
10511
10512 * dos-w32.el (direct-print-region-helper): New function based on
10513 direct-print-region-function; sends data to specified printer port
10514 without further translation. Recognize and handle specially the
10515 standard `print' and `nprint' programs, as well as `lpr' and
10516 similar programs. Only write directly to the printer port if no
10517 print program is specified. Work around a bug in Windows 9x
10518 affecting Win32 version of Emacs by invoking command.com to write
10519 to the printer port instead of writing directly.
10520 (direct-print-region-function): Use direct-print-region-helper to
10521 do most of the work.
10522 (direct-ps-print-region-function): New function; analogue of
10523 direct-print-region-function for ps-print.
10524 (ps-lpr-command): Comment out setq; leave as example usage.
10525 (ps-lpr-switches): Ditto.
10526
10527 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10528 and MS-Windows.
10529 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10530 DOS and Windows platforms, to indicate direct printing. Update
10531 the docstring accordingly.
10532
10533 * ps-print.el: (ps-printer-name): Update docstring about usage on
10534 MS-DOS and MS-Windows.
10535 (ps-lpr-command): Update docstring as for lpr-command.
10536 (ps-print-region-function): New variable.
10537 (ps-do-despool): Use it.
10538 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10539 DOS/Windows.
10540
10541 * subr.el (subst-char-in-string): New function.
10542
10543 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10544
10545 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10546
10547 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10548 (bdf-find-font-info): New function, looks for the first readable
10549 file from a list of alternatives.
10550 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10551 instead of bdf-get-font-info.
10552 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10553 to ps-mule-generate-bitmap-glyph.
10554
10555 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10556 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10557 now be a list of alternative names.
10558 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10559 (ps-mule-prepare-font): Likewise.
10560
10561 * international/codepage.el (cp855-decode-table,
10562 cp850-decode-table): Fill some nil entries.
10563
10564 1999-01-16 Dave Love <fx@gnu.org>
10565
10566 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10567 last change.
10568
10569 1999-01-15 Dave Love <fx@gnu.org>
10570
10571 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10572 and change regexp for command names.
10573 (help-xref-go-back, function-called-at-point, symbol-file)
10574 (where-is): Doc fixes.
10575 (help-xref-go-back): Remove interactive spec.
10576 (describe-function-1): Fix message for alias. Buttomize alias
10577 name.
10578
10579 * simple.el (join-line): New alias.
10580
10581 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10582
10583 * forms.el: (forms--show-record): Convert integers to string
10584 expicitly since concat will no longer accept integers.
10585 (forms-print): Use local `total-nb-records' since
10586 `forms--total-records' will be inaccessible after buffer switching.
10587
10588 1998-01-14 Felix Lee <flee@cygnus.com>
10589
10590 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10591
10592 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10593
10594 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10595
10596 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10597
10598 * international/codepage.el (cp850-decode-table): Fix previous change.
10599
10600 1999-01-14 Simon Marshall <simon@gnu.org>
10601
10602 * shell.el (shell-dirtrack-verbose): New custom variable.
10603 (shell-dirstack-message): Use it.
10604
10605 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10606
10607 * international/mule-conf.el: Coding system alias `dos' for
10608 `undecided-dos', `mac' for `undecided-mac'.
10609
10610 * international/mule-cmds.el (describe-language-environment):
10611 Don't alter input-method-alist.
10612
10613 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10614
10615 * international/codepage.el (cp850-decode-table): Replace nil
10616 entries with codes of similary looking glyphs. (Suggested by
10617 Jason Rumney <jasonr@altavista.net>.)
10618
10619 1999-01-13 Dave Love <fx@gnu.org>
10620
10621 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10622
10623 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10624
10625 1999-01-12 Karl Heuer <kwzh@gnu.org>
10626
10627 * files.el (auto-save-hook): Defvar this.
10628
10629 1999-01-12 Alex Schroeder <asc@bsiag.com>
10630
10631 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10632 faces, eliminating the need to load font-lock before loading sql.
10633 (sql-mode-oracle-font-lock-keywords): Likewise.
10634 (sql-mode-postgres-font-lock-keywords): Likewise.
10635
10636 1999-01-11 Dave Love <fx@gnu.org>
10637
10638 * cus-start.el: Add inhibit-eol-conversion.
10639
10640 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10641 the values round.
10642
10643 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10644
10645 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10646 Don't switch to Help mode here.
10647 (temp-buffer-setup-hook): Use help-mode-finish.
10648 (help-mode-setup): New function.
10649 (temp-buffer-setup-hook): Use help-mode-setup.
10650
10651 * progmodes/sql.el: New file.
10652
10653 * files.el (auto-mode-alist): Add sql-mode.
10654
10655 * faces.el (list-faces-display): Improve the formatting
10656 by computing the maximum length required for any face-name.
10657
10658 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10659
10660 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10661
10662 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10663
10664 * term.el (term_send_home): Change the string to
10665 be the same as the one emitted by xterm and consistent with the
10666 ones emitted by prior and next.
10667 (term_send_end): Likewise.
10668
10669 1999-01-10 Dave Love <fx@gnu.org>
10670
10671 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10672 bindings.
10673
10674 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10675
10676 * international/codepage.el (codepage-setup): Doc fix.
10677 (cp-decoding-vector-for-codepage): Likewise.
10678
10679 1999-01-10 Markus Rost <rost@gnu.org>
10680
10681 * cus-edit.el (custom-save-delete): First scan the custom-file.
10682
10683 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10684
10685 * international/iso-transl.el: Define a "function name" for
10686 each translation that isn't ASCII. Use these function names
10687 in iso-transl-char-map.
10688
10689 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10690
10691 * international/mule-util.el (decompose-region): Do decomposition
10692 on temporary unibyte buffer.
10693
10694 * international/mule.el (make-char): Doc-string modified.
10695
10696 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10697
10698 * simple.el (comment-region): Delete spaces only if we
10699 deleted a comment starter.
10700
10701 1999-01-07 Dave Love <fx@gnu.org>
10702
10703 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10704
10705 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10706 like eval-defun does.
10707
10708 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10709
10710 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10711 constructions. Doc fixes.
10712 (generic-create-generic-function): Use defalias, not fset.
10713
10714 * find-func.el: More doc fixes.
10715
10716 1999-01-06 Stephen Eglen <stephen@gnu.org>
10717
10718 * files.el (save-buffers-kill-emacs): Show the list of current
10719 processes before prompting to kill them and exit.
10720
10721 1999-01-06 Dave Love <fx@gnu.org>
10722
10723 * emacs-lisp/find-func.el: Doc fixes.
10724 (find-function-regexp): Extend for define-generic-mode,
10725 define-derived-mode, easy-mmode-define-minor-mode.
10726
10727 1999-01-06 Dave Love <fx@gnu.org>
10728
10729 * progmodes/fortran.el (fortran-window-create): Account for scroll
10730 bar width.
10731
10732 * browse-url.el: Require (noerror) w3-auto when compiling.
10733 (browse-url-maybe-new-window): Make it a macro and revert last
10734 change to callers.
10735 (browse-url-w3): Require w3 for w3-fetch-other-window.
10736
10737 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10738
10739 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10740 argument.
10741
10742 1999-01-06 Simon Marshall <simon@gnu.org>
10743
10744 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10745
10746 * font-lock.el (font-lock-default-fontify-buffer): When using
10747 with-temp-message, use nil rather than current-message.
10748
10749 * lazy-lock.el (lazy-lock-unstall):
10750 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10751 rather than current-message.
10752
10753 * fast-lock.el (fast-lock-save-cache-1):
10754 (fast-lock-cache-data): When using with-temp-message, use nil rather
10755 than current-message.
10756
10757 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10758
10759 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10760 the valid-codes property.
10761
10762 * international/mule-cmds.el (prefer-coding-system): Call
10763 set-coding-priority, so that the internal array of priorities is
10764 also updated.
10765
10766 * international/mule-util.el:
10767 (coding-system-change-eol-conversion,
10768 coding-system-change-text-conversion): Don't define here.
10769
10770 * international/mule-cmds.el: Define them here. Remove the
10771 autoload cookies.
10772
10773 1999-01-06 Andreas Schwab <schwab@gnu.org>
10774
10775 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10776 if it was enabled before.
10777
10778 * view.el (View-revert-buffer-scroll-page-forward): Bind
10779 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10780
10781 * files.el (recover-session): Preserve point when inserting
10782 explanation.
10783
10784 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10785
10786 * cus-edit.el (custom-save-delete): Don't delete whitespace
10787 and comments before the sexp that is replaced.
10788
10789 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10790
10791 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10792
10793 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10794
10795 * vc.el (vc-dired-hook): Use the original value of
10796 dired-move-to-filename-regexp on lines that have not been
10797 reformatted yet.
10798 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10799 file lines have already been reformatted.
10800
10801 1999-01-05 Dave Love <fx@gnu.org>
10802
10803 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10804 buffer-local.
10805
10806 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10807
10808 * progmodes/f90.el: Change of regular expressions for type to
10809 correct highlighting and identation. Some small fixes for
10810 compatibility with XEmacs.
10811
10812 1999-01-05 Stephen Eglen <stephen@gnu.org>
10813
10814 * mspools.el (mspools-vm-system-mail): Provide an alternative
10815 value based on rmail-spool-directory if $MAIL is not defined.
10816
10817 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10818
10819 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10820 (reftex-section-info): Handle negative section levels.
10821 (reftex-view-crossref-extra): New option.
10822 (reftex-view-crossref): Generalized to work in more places.
10823 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10824 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10825 (reftex-view-cite-locations-from-bibtex): New command.
10826 (reftex-view-regexp-match, reftex-global-search,
10827 reftex-global-search-continue): New functions.
10828 (reftex-extract-bib-entries): No error for non-existing BibTeX
10829 file, just a message.
10830 (reftex-extract-bib-entries): Better error handling.
10831 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10832 help and force it on current frame.
10833 (reftex-default-bibliography): New function.
10834 (reftex-access-parse-file): Check consistency after loading a
10835 parse file. When inconsistent, enfore rescan.
10836 (reftex-check-parse-consistency): New function.
10837 (easy-menu-define): Options section drastically shortened.
10838
10839 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10840
10841 * language/thai-util.el (thai-compose-string): New function.
10842
10843 1999-01-04 Inge Frick <inge@nada.kth.se>
10844
10845 * easymenu.el (easy-menu-define): Doc fix.
10846 (easy-menu-create-menu): New keyword :included.
10847 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10848 be an expression, not only a string. Simulate style `button'.
10849 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10850 (easy-menu-define-key-intern): New function.
10851 (easy-menu-add-item): Understand value returned from
10852 easy-menu-item-present-p and easy-menu-remove-item.
10853 (easy-menu-return-item): New function.
10854 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10855
10856 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10857
10858 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10859 Use rmail-output-read-rmail-file-name to read the file name.
10860 Always call rmail-output-to-rmail-file noninteractively.
10861 When count > 1, do the loop here.
10862 Handle rmail-delete-after-output here.
10863 (rmail-summary-output): Similar changes.
10864
10865 * mail/rmailout.el: Provide `rmailout'.
10866 (rmail-output-read-rmail-file-name): New function.
10867 (rmail-output-to-rmail-file): Use that.
10868 (rmail-output-read-file-name): New function.
10869 (rmail-output): Use that.
10870
10871 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10872 Error if wildcard matches no files.
10873
10874 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10875
10876 * menu-bar.el (clipboard-yank): Doc fix.
10877
10878 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10879
10880 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10881
10882 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10883
10884 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10885
10886 * rmail.el (rmail-encode-string): Make sure mask value is
10887 positive; (emacs-pid) returns a negative number on Windows 9x
10888 which causes odd behaviour.
10889
10890 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10891
10892 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10893 and about w32-* variables unless on Windows/NT.
10894
10895 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10896
10897 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10898 if buffer is modified; ask about all modified buffers.
10899
10900 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10901
10902 * simple.el (what-cursor-position): Fix previous change.
10903
10904 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10905
10906 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10907 from paragraph-start.
10908
10909 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10910
10911 * international/mule-cmds.el (prefer-coding-system): If the
10912 argument requires specific EOL conversion type, make the default
10913 coding systems use that.
10914
10915 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10916
10917 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10918 Use shell-command-on-region.
10919 (m4-start-m4, m4-end-m4): Functions deleted.
10920
10921 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10922
10923 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10924
10925 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10926
10927 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10928 to compose-mail in the correct places and as a list.
10929
10930 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10931
10932 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10933 (pages-directory-map): Bind mouse-2
10934 (pages-copy-header-and-position): Put text property.
10935 (pages-directory-goto-with-mouse): New function.
10936
10937 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10938
10939 * international/codepage.el (cp-make-coding-systems-for-codepage):
10940 Doc fix.
10941 (cp-coding-system-for-codepage-1): Likewise.
10942
10943 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10944
10945 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10946 composition sequence correctly here instead of calling
10947 thai-compose-region.
10948
10949 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10950 newline in multibyte buffer, if previous or next character is a
10951 composite char, check the first component of the composite char.
10952
10953 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10954
10955 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10956 and track-mouse.
10957
10958 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10959
10960 * mail/sendmail.el (mail-yank-original): Remove text properties
10961 after insertion.
10962 (mail-yank-region): Barf if no mark is set in the message
10963 being replied to.
10964
10965 * help.el (function-called-at-point): First look for function at point.
10966
10967 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10968
10969 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10970
10971 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10972
10973 * simple.el (what-cursor-position): Print character encoding also.
10974
10975 1998-12-26 Dave Love <fx@gnu.org>
10976
10977 * textmodes/flyspell.el: If local-maps work, don't put
10978 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10979 in flyspell-mouse-map (only).
10980 (flyspell-use-local-map): New variable.
10981 Use a different mouse-2 binding in that case,
10982 and don't add to minor-mode-map-alist.
10983 (make-flyspell-overlay, flyspell-correct-word):
10984 Test flyspell-use-local-map.
10985
10986 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10987
10988 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10989 Be careful about whether to return a relative file name,
10990 and if so, relative to what directory.
10991
10992 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10993
10994 * emacs-lisp/easymenu.el (easy-menu-get-map):
10995 Change global map only if this menu exists in the global map already,
10996 and not in the local map.
10997 (easy-menu-do-add-item): Fix error message.
10998
10999 * foldout.el (foldout-inhibit-key-bindings):
11000 Avoid concatenating onto outline-minor-mode-prefix.
11001 Make a new keymap for that prefix, if it does not already have one.
11002
11003 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
11004
11005 * cperl-mode.el:
11006 Can use linear algorithm for indentation if Emacs supports it.
11007 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
11008 (cperl-after-block-p): Likewise.
11009 (cperl-after-block-and-statement-beg): Likewise.
11010 (cperl-after-block-p): After END/BEGIN we are a block.
11011 (cperl-after-expr-p): Skip labels when checking
11012 (cperl-indent-region): Make a marker for END - text added/removed.
11013 Disable hooks during the call (how to call them later?).
11014 Now indents 820-line-long function in 6.5 sec (including
11015 syntaxification) the first time (when buffer has few
11016 properties), 7.1 sec the second time.
11017 (cperl-indent-region): Do not indent whitespace lines
11018 (cperl-style-alist)
11019 Include `cperl-merge-trailing-else' where the value is clear.
11020 (cperl-styles-entries): Likewise.
11021 (cperl-problems): Improvements to docs.
11022 (cperl-tips): Likewise.
11023 (cperl-non-problems): Likewise.
11024 (cperl-mode): Make lazy syntaxification possible.
11025 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
11026 `font-lock-unfontify-region-function' was set to a wrong function.
11027
11028 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11029 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11030 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11031 but 1<<6 was considered as HERE-doc.
11032 <file/glob> made into a string.
11033 Postpone addition of faces after syntactic step.
11034 Recognition of <FH> was wrong.
11035 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11036 Knows that split// is null-RE.
11037 Highlights separators in 3-parts expressions as labels.
11038 <> was considered as a glob.
11039 Would err if the last line is `=head1'.
11040 $a-1 ? foo : bar; was a considered a regexp.
11041 `<< (' was considered a start of HERE-doc.
11042 mark qq[]-etc sections as syntax-type=string
11043 Was not processing sub protos after a comment ine.
11044 Was treating $a++ <= 5 as a glob.
11045 Tolerate unfinished REx at end-of-buffer.
11046 `unwind-protect' was left commented.
11047 / and ? after : start a REx.
11048
11049 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11050 Better default, customizes to `message' too, off in text-mode.
11051
11052 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11053 `defface'd.
11054 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11055 `defface'd.
11056 (cperl-emacs-can-parse): New state variable.
11057 (cperl-indent-line): Corrected to use global state.
11058 (cperl-calculate-indent): Likewise.
11059 (cperl-fix-line-spacing): Likewise (not used yet).
11060 (cperl-calculate-indent): Did not consider `,' as
11061 continuation mark for statements.
11062 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11063 Remove another parse-data optimization at toplevel: would
11064 indent correctly.
11065 Correct for labels when calculating indentation of continuations.
11066 Docstring updated.
11067 (cperl-choose-color): Converted to a function (to be
11068 compilable in text-mode).
11069 (cperl-dark-background): Disable without window-system.
11070 Do `defface' only if window-system.
11071 (cperl-fix-line-spacing): Sped up to bail out early.
11072 (x-color-defined-p): Was not compiling on XEmacs
11073 Was defmacro'ed with a tick. Remove another def.
11074 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11075 (cperl-unwind-to-safe): New function.
11076 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11077 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11078 long strings (not very successful).
11079 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11080 Highlight the starting // in s//foo/ as function-name.
11081 Emit a meaningful error instead of a cryptic one for an
11082 uncomplete REx near end-of-buffer.
11083
11084 (cperl-electric-keyword): `qr' recognized.
11085 (cperl-electric-else): Likewise
11086 (cperl-to-comment-or-eol): Likewise
11087 (cperl-make-regexp-x): Likewise
11088 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11089 Corrected to use new macros;
11090 `if' for copying `reference-face' to `constant-face' was backward.
11091 remove init `font-lock-other-emphasized-face',
11092 `font-lock-emphasized-face', `font-lock-keyword-face'.
11093 Interpolate `cperl-invalid-face'.
11094 (cperl-make-regexp-x): Misprint in a message.
11095 (cperl-syntaxify-unwind): New configuration variable
11096 (cperl-fontify-m-as-s): New configuration variable
11097 (cperl-electric-pod): Check for after-expr was performed
11098 inside of POD too.
11099 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11100 (cperl-clobber-mode-lists): New configuration variable.
11101 (cperl-not-bad-style-regexp): Updated.
11102 Init: `cperl-is-face' was busted.
11103 (cperl-make-face): New macros.
11104 (cperl-force-face): New macros.
11105 (font-lock-other-type-face): Done via `defface' too.
11106 (cperl-nonoverridable-face): New face. Renamed from
11107 `font-lock-other-type-face'.
11108 (cperl-init-faces-weak): Use `cperl-force-face'.
11109 (cperl-comment-indent): Commenting __END__ was not working.
11110 (cperl-indent-for-comment): Likewise.
11111 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11112 When removing old TAGS info was not relativizing filename.
11113 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11114 Another try to work around XEmacs problems. Better progress messages.
11115 (toplevel): Require custom unprotected => failure on 19.28.
11116 (cperl-xemacs-p): Defined when compile too
11117 (cperl-find-tags): Was writing line/pos in a wrong order,
11118 pos off by 1 and not at beg-of-line.
11119 (cperl-etags-snarf-tag): New macro
11120 (cperl-etags-goto-tag-location): New macro
11121 (cperl-version): New variable. New menu entry
11122 random docstrings: References to "future" 20.3 removed.
11123 Menu was described as `CPerl' instead of `Perl'
11124 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11125 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11126 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11127 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11128 `font-lock-reference-face', `font-lock-keyword-face'.
11129 Use `eval-after-load'.
11130 Remove not-CPerl-related faces.
11131 (cperl-tips-faces): New variable and an entry into Mini-docs.
11132 (cperl-indent-exp): Was not processing else-blocks.
11133 (cperl-get-state): NOP line removed.
11134 (cperl-ps-print): New function and menu entry.
11135 (cperl-ps-print-face-properties): New configuration variable.
11136 (cperl-invalid-face): New configuration variable.
11137 (perl-font-lock-keywords): Highlight trailing whitespace
11138 (cperl-contract-levels): Documentation corrected.
11139 (cperl-contract-level): Likewise.
11140 (cperl-ps-extend-face-list): New macro.
11141 (cperl-invalid-face): Change to ''underline.
11142
11143 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11144
11145 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11146 for read-file-name.
11147 (rmail-output-to-rmail-file): Likewise.
11148
11149 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11150
11151 * emacs-lisp/easymenu.el (easy-menu-get-map):
11152 If MENU is nil, use global menu-bar map.
11153 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11154 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11155
11156 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11157
11158 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11159
11160 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11161
11162 * ps-print.el (ps-print-version): New version number (4.1.3).
11163
11164 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11165
11166 * international/mule-cmds.el: Use make-sparse-keymap instead of
11167 define-prefix-key when defining MULE menu items.
11168
11169 * info.el (Info-node-at-bob-matching): New function.
11170 (Info-find-node, Info-build-node-completions): Call it.
11171
11172 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11173
11174 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11175 when this is an autoloaded keymap.
11176
11177 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11178
11179 * international/codepage.el (cp-coding-system-for-codepage-1):
11180 Create separate encoders and decoders, for DOS and Unix. Make the
11181 usual family of 3 coding systems, so that automatic detection of
11182 EOL type works.
11183 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11184 Unix-specific symbols here, and don't call
11185 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11186 Handa <handa@etl.go.jp>.)
11187
11188 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11189
11190 * term/internal.el (IT-character-translations): New variable, an
11191 alist used to display characters for which there's no glyphs in
11192 the current codepage.
11193 (IT-display-table-setup): New function, sets up the DOS terminal
11194 for a given codepage.
11195 (dos-codepage-setup): New function, sets up the MULE environment
11196 for the current value of dos-codepage.
11197 (top-level if): In the multibyte mode, turn on
11198 unibyte-display-via-language-environment. In the unibyte mode,
11199 set up the special syntax tables to map lower- to upper case and
11200 back.
11201
11202 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11203
11204 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11205 (speedbar-frame-plist) Remove useless comments.
11206 (speedbar-frame-mode) Do not specify height if it is in the param list.
11207 Use default y position w/out changing it.
11208 If default x position is a list, keep, calculate the non-list X
11209 value when devining an initial position.
11210 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11211 (speedbar-tag-group-name-minimum-length): New variable.
11212 (speedbar-frame-parameter): New compatibility function.
11213 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11214 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11215 groups to keep things in the right order, and to help with some
11216 naming conventions.
11217 (speedbar-create-tag-hierarchy): Enable buffer local version of
11218 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11219 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11220 the case, derive it from the cursor location in speedbar.
11221
11222 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11223
11224 * international/mule-cmds.el (set-language-environment): On MS-DOS
11225 terminals, install DOS-specific nonascii-translation-table if the
11226 language info doesn't specify one. Pass the default eol-type to
11227 set-language-environment-coding-systems.
11228 (set-default-coding-systems): Copy the eol-type property for the
11229 new default values of {buffer-file,process}-coding-system from the
11230 old defaults.
11231 (set-language-environment-coding-systems): Accept an optional
11232 argument EOL-TYPE, and set the eol-type property of the default
11233 coding systems accordingly.
11234 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11235 (set-keyboard-coding-system): Likewise.
11236 (set-default-coding-systems): Don't set
11237 default-terminal-coding-system on MS-DOS to anything but nil.
11238 (prefer-coding-system): Describe in the doc string that
11239 default-terminal-coding-system is not changed on MS-DOS.
11240 (set-language-environment): For MS-DOS, set standard syntax table
11241 and display table for all characters with code above 127.
11242 (standard-display-european-internal): For MS-DOS, pass all
11243 characters with code above 127 directly to the terminal, and don't
11244 remap characters 160 and 146 in the unibyte case.
11245
11246 * international/codepage.el: New file.
11247
11248 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11249
11250 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11251 comments.
11252
11253 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11254
11255 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11256
11257 * subr.el (read-passwd): Likewise.
11258
11259 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11260
11261 * info.el (Info-find-node): Add 1 to the position read from the
11262 tag table. Don't fail if the node delimiter ^_ is the first
11263 character in the file.
11264 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11265 first character in the file.
11266 (Info-read-subfile): Likewise.
11267 (Info-select-node): Likewise.
11268 (Info-build-node-completions): Likewise.
11269
11270 1998-12-16 Richard Stallman <rms@gnu.org>
11271
11272 * term/x-win.el (x-cut-buffer-or-selection-value):
11273 If clipboard is enabled, try it before PRIMARY selection.
11274
11275 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11276
11277 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11278 insert c-cedilla and C-cedilla respectively, like in latin-1.
11279
11280 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11281
11282 * language/hebrew.el: Don't use sublists in the flags argument
11283 passed to make-coding-system.
11284
11285 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11286
11287 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11288 list of character sets found by find-charset-region.
11289
11290 * ps-mule.el: Always require ps-print. Move some function
11291 definitions for Emacs 20.2 and the earlier to ps-print.el.
11292 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11293
11294 * ps-print.el: Define several functions for Emacs 20.2 and the
11295 earlier version.
11296 (ps-printer-name): Check if printer-name is bound.
11297
11298 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11299
11300 * ps-mule.el: Programming uniformization and little code improvement.
11301 (ps-mule-prepare-font): Programming uniformization.
11302 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11303 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11304
11305 * ps-bdf.el: Programming uniformization and little code improvement.
11306 (bdf-search-and-read): New fun.
11307 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11308 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11309 (bdf-info-relative-compose, bdf-info-baseline-offset)
11310 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11311 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11312 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11313 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11314 improvement.
11315
11316 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11317
11318 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11319 and mule related code extraction. Autoload ps-mule funs.
11320
11321 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11322 (ps-mule-prologue-generated): New fun.
11323 (ps-mule-plot-string): Add autoload cookie.
11324 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11325
11326 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11327
11328 * ps-bdf.el: Require ps-mule instead of ps-print.
11329 (bdf-directory-list): Add autoload cookie.
11330
11331 * ps-mule.el: New file. Mule related code extracted from
11332 ps-print.el. Require ps-print, provide ps-mule.
11333 (ps-multibyte-buffer): Add autoload cookie.
11334 (ps-mule-prepare-ascii-font): New fun.
11335 (ps-mule-set-ascii-font): New fun.
11336 (ps-mule-skip-same-charset): Fun deleted.
11337 (ps-mule-plot-string): Set ps-mule-current-charset.
11338 (ps-mule-initialize): Add autload cookie. Don't set
11339 ps-mule-font-info-database here.
11340 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11341 ps-mule-font-info-database and ps-control-or-escape-regexp.
11342 (ps-mule-begin-page): New fun.
11343
11344 * ps-print.el: Mule related code moved to ps-mule.el.
11345 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11346 check ps-mule-charset-list.
11347 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11348 ps-mule-begin-page.
11349 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11350 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11351 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11352 instead skip same charsets by itself.
11353 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11354 non-nil. Call ps-mule-begin-job.
11355
11356 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11357
11358 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11359 instead of bdf.
11360
11361 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11362 (ps-mule-external-libraries): New element FEATURE.
11363 (ps-mule-init-external-library): Ajusted for the above change.
11364 (ps-mule-generate-font): Likewise.
11365 (ps-mule-generate-glyphs): Likewise.
11366 (ps-mule-prepare-font): Likewise.
11367 (ps-mule-initialize): Likewise.
11368 (ps-begin-file): Superfluous tailing parenthesis deleted.
11369
11370 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11371
11372 * international/fontset.el (x-decompose-font-name): If PATTERN
11373 doesn't have any wild cards, return a vector made from a name that
11374 is found by x-resolve-font-name found. Comments added.
11375
11376 * international/mule-cmds.el (find-coding-systems-for-charsets):
11377 Handle the case of unknown charset.
11378 (find-multibyte-characters): If invalid multibyte characters are
11379 found, return the corresponding strings instead of character
11380 codes.
11381 (find-multibyte-characters): Adjusted for the above change.
11382 (select-safe-coding-system): For a unibyte buffer, always returns
11383 DEFAULT-CODING-SYSTEM.
11384 (get-charset-property): Fix previous change. Make it a function.
11385 (put-charset-property): Make it a function.
11386
11387 * international/mule.el (make-coding-system): Set mime-charset
11388 property of *-with-esc coding system to nil.
11389
11390 * international/quail.el (quail-point-in-conversion-region): New
11391 function.
11392 (quail-conversion-backward-delete-char): When a key sequence is
11393 being translated, call quail-delete-last-char.
11394
11395 * language/devan-util.el
11396 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11397 handle devanagari-decomposition-rules.
11398
11399 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11400
11401 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11402 tex-start-options-string to empty string.
11403 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11404
11405 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11406
11407 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11408 5xx responses are already handled properly).
11409
11410 1998-12-13 Richard Stallman <rms@gnu.org>
11411
11412 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11413 on a non-digit in the file name.
11414
11415 * simple.el (comment-region): Handle comment-padding
11416 separately for insertion and for deletion, in the right way for each.
11417
11418 1998-12-13 Felix Lee <flee@cygnus.com>
11419
11420 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11421 regexp to match "ChangeLog:1:1998-12-09 ..."
11422
11423 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11424
11425 * cus-start.el (dos-unsupported-char-glyph): Add.
11426
11427 1998-12-11 Dave Love <fx@gnu.org>
11428
11429 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11430 forward-sexp in condition-case.
11431
11432 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11433 Remove unnecessary test on `library' for explicit file name.
11434 Widen scope of save-match-data.
11435
11436 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11437
11438 * international/mule.el (load-with-code-conversion): If the loaded
11439 file was inserted with no-conversion or raw-text coding system,
11440 make the buffer unibyte.
11441
11442 1998-12-09 Richard Stallman <rms@gnu.org>
11443
11444 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11445 Get rid of nested loops.
11446
11447 * mouse.el (mouse-drag-vertical-line):
11448 If WHICH-SIDE is not `right', then scroll bars are on the left.
11449
11450 * loadhist.el (load-history-loaded): defvar moved to help.el.
11451
11452 * help.el (symbol-file-load-history-loaded): Variable renamed,
11453 and defvar moved from loadhist.el.
11454 (symbol-file): Renamed from describe-function-find-file.
11455 Load fns-VERSION.el here.
11456 (describe-variable, describe-function-1): Use symbol-file.
11457
11458 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11459 Don't start the name with #.
11460
11461 * ispell.el: Take out the eval-when's.
11462
11463 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11464
11465 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11466 (dirtrack): Run it. Make debug message more verbose.
11467
11468 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11469
11470 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11471 name of the abbrev table, and provide support for XEmacs.
11472 (octave-xemacs-p): New variable.
11473
11474 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11475
11476 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11477 exit, when mail-interactive is nil.
11478
11479 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11480
11481 * files.el (after-find-file): Message fix.
11482
11483 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11484
11485 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11486
11487 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11488
11489 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11490 filenames using backslashes.
11491
11492 1998-12-09 Dave Love <fx@gnu.org>
11493
11494 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11495 with correct number of args.
11496 (browse-url-maybe-new-window): New arg. Callers changed.
11497
11498 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11499 comment.
11500
11501 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11502
11503 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11504
11505 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11506
11507 * vc.el (vc-rcs-release): Fix Type.
11508 (vc-sccs-release): Fix Type.
11509 (vc-cvs-release): Fix Type.
11510
11511 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11512 arg work right.
11513
11514 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11515 output of last undeleted message.
11516
11517 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11518
11519 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11520 (buffer-undo-list) [windows-nt]: Use different relative path.
11521
11522 1998-12-07 Simon Marshall <simon@gnu.org>
11523
11524 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11525
11526 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11527
11528 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11529
11530 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11531
11532 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11533
11534 * info.el (Info-menu): Don't return error if point is between menu
11535 header and first menu item.
11536
11537 1998-12-04 Dave Love <fx@gnu.org>
11538
11539 * help.el (describe-function-1): Fix description for alias.
11540
11541 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11542
11543 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11544 specifications from summary line.
11545
11546 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11547 (close-rectangle): Define alias only once in loaddefs.el.
11548
11549 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11550
11551 * term/internal.el: Remove code which sets up a special syntax
11552 table for non-ASCII characters.
11553
11554 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11555
11556 * dos-w32.el (direct-print-region-function): Try to ensure that
11557 printer-name is expanded to a file name on a local drive;
11558 sometimes printing a file loaded from a network volume fails.
11559 (direct-print-region-function): Add a function to
11560 write-region-annotate-functions to append a formfeed character to
11561 the region being printed, if the region doesn't end with a
11562 formfeed already. This avoids creating a second print job
11563 containing a blank page when print spooling is enabled on Windows.
11564
11565 1998-12-02 Dave Love <fx@gnu.org>
11566
11567 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11568 `Info-goto-node'.
11569
11570 1998-12-02 Richard Stallman <rms@gnu.org>
11571
11572 * help.el (temp-buffer-resize-mode): Doc fix.
11573
11574 * cus-edit.el (custom-save-delete): Save point before
11575 reading a sexp, rather than backing up.
11576
11577 * international/iso-transl.el: Fix previous change.
11578
11579 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11580
11581 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11582 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11583 Added defvars to suppress compilation warnings.
11584
11585 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11586
11587 * ispell.el: Improved and fixed customize for variables:
11588 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11589 ispell-dictionary-alist, ispell-skip-sgml.
11590 Improved and fixed comments in variables and messages for
11591 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11592 ispell-menu-map, ispell-checking-message, ispell-parser,
11593 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11594 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11595 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11596 ispell-message-text-end, ispell-add-per-file-word-list.
11597 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11598 system is now required for all languages. Casechars improved for
11599 castellano, castellano8, and norsk dictionaries. Dictionary
11600 norsk7-tex added. Dictionary polish added.
11601 (ispell-dictionary-alist): Redefined at load-time to support
11602 dictionary changes.
11603 (ispell-menu-map): Redefined at load-time to support menu changes.
11604 (ispell-check-version): New alias for `check-ispell-version'.
11605 (ispell-parse-output): Fixed matching for ispell error messages.
11606 Correctly returns spelling suggestions in order generated by ispell
11607 process.
11608 (check-ispell-version): Ensure `case-fold-search' doesn't get
11609 redefined.
11610 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11611 redefined. Fix bug that didn't respect case of word being completed.
11612 (ispell-init-process): Set process coding system to be compatible
11613 with emacs processes and the ispell process.
11614 (ispell-kill-ispell): Ensures ispell process has terminated before
11615 starting new process. This can otherwise confuse process filters
11616 and hang the ispell process.
11617 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11618 skipping support for sgml.
11619 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11620 which could cause `ispell-complete-word' to hang.
11621 (ispell-message): Improved message reference matching. Ensure
11622 `case-fold-search' doesn't get redefined.
11623 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11624 get redefined. Fixed bug in returning to nroff mode from tex mode.
11625 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11626 get redefined.
11627
11628 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11629
11630 * textmodes/flyspell.el (flyspell-check-word-p):
11631 Don't delay inside a kbd macro.
11632
11633 * subr.el (make-local-hook): Return the hook variable.
11634
11635 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11636
11637 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11638 Use a timer instead of post-command-hook.
11639 (hscroll-timer): New variable.
11640
11641 1998-11-30 Dave Love <fx@gnu.org>
11642
11643 * help.el (help-xref-button): Do nothing if text already has the
11644 help-xref property.
11645 (describe-variable): Revert previous change to hyperlink to source.
11646
11647 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11648
11649 * bindings.el (features): Add `base64' to this list.
11650
11651 * loadhist.el (symbol-file): Doc fix.
11652
11653 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11654
11655 * files.el (hack-one-local-variable): Cope with non-file buffers.
11656
11657 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11658
11659 * help.el (describe-mode): Put major mode first.
11660
11661 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11662 to support special-display and same-window features.
11663
11664 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11665
11666 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11667 bound in one function and used in the other.
11668 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11669 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11670
11671 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11672
11673 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11674
11675 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11676
11677 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11678 Give format correct control string.
11679
11680 * international/mule.el (define-translation-table): Fix bug of
11681 setting incorrect translation-table-id. If the first element of
11682 ARGS is a translation table, just register it.
11683
11684 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11685 property.
11686
11687 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11688
11689 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11690 syntax table to determine what is whitespace.
11691
11692 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11693
11694 * frame.el (frame-parameter): Doc fix.
11695
11696 * textmodes/tex-mode.el (tex-feed-input): New function.
11697 (tex-define-common-keys): Add binding for C-c C-m.
11698
11699 1998-11-23 Dave Love <fx@gnu.org>
11700
11701 * progmodes/fortran.el: Various minor doc fixes.
11702 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11703 (fortran-with-subprogram-narrowing): New macro.
11704 (fortran-check-for-matching-do): Use it.
11705 (fortran-end-do): Use fortran-check-end-prog-re.
11706 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11707 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11708
11709 1998-11-23 Simon Marshall <simon@gnu.org>
11710
11711 * font-lock.el (font-lock-defaults): Doc fix.
11712 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11713 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11714
11715 * lazy-lock.el (lazy-lock-unstall):
11716 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11717
11718 * fast-lock.el (fast-lock-save-cache-1):
11719 (fast-lock-cache-data): Rewritten to use with-temp-message.
11720
11721 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11722
11723 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11724 messages that have been added with DOS line endings and convert
11725 the line endings for such messages.
11726
11727 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11728
11729 * help.el: Add resizing of temporary buffers.
11730 (temp-buffer-resize-mode): New command and variable.
11731 (temp-buffer-max-height): New variable.
11732 (resize-temp-buffer-window): New function.
11733
11734 * window.el (window-buffer-height): New function, split from
11735 shrink-window-if-larger-than-buffer.
11736 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11737
11738 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11739
11740 * frame.el (initial-frame-alist): Add defcustom.
11741
11742 * shell.el (shell-prompt-pattern): Add defcustom.
11743
11744 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11745
11746 * message.el (message-ignored-supersedes-headers): Remove
11747 NNTP-Posting-Date.
11748
11749 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11750
11751 * help.el (describe-mode): Don't avoid loop indirecting thru
11752 value of INDICATOR.
11753
11754 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11755
11756 * help.el (describe-variable): Allow any variable with a defcustom,
11757 even if it is not a user variable.
11758
11759 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11760
11761 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11762
11763 * gnus/nntp.el (nntp-request-group): Allow for failures when
11764 requesting a new group.
11765
11766 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11767
11768 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11769
11770 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11771
11772 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11773
11774 1998-11-19 Simon Marshall <simon@gnu.org>
11775
11776 * subr.el (with-temp-message): New macro.
11777
11778 * emacs-lisp/lisp-mode.el (with-temp-message):
11779 Add lisp-indent-function property.
11780
11781 1998-11-18 Dave Love <fx@gnu.org>
11782
11783 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11784
11785 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11786
11787 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11788 This is not obsolete.
11789
11790 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11791
11792 * textmodes/picture.el: Make a new map by make-keymap.
11793 (picture-desired-column): New variable.
11794 (picture-update-desired-column): New function.
11795 (picture-beginning-of-line): Set picture-desired-column to 0.
11796 (picture-end-of-line): Set picture-desired-column to the current
11797 column.
11798 (picture-forward-column): Pay attention to multi-column character.
11799 (picture-backward-column): Likewise.
11800 (picture-move-down): Likewise.
11801 (picture-move-up): Likewise.
11802 (picture-movement-nw): With prefix arg, move twice columns.
11803 (picture-movement-ne): Likewise.
11804 (picture-movement-sw): Likewise.
11805 (picture-movement-se): Likewise.
11806 (picture-set-motion): Handle two-column movements.
11807 (picture-move): Call picture-move-down or picture-forward-column
11808 only when necessary.
11809 (picture-insert): Pay attention to picture-desired-column.
11810 (picture-self-insert): Likewise.
11811 (picture-clear-column): Pay attention to multi-column character.
11812 (picture-mode): Modify doc-string for two-column movement.
11813
11814 * rect.el (move-to-column-force): New function.
11815 (operate-on-rectangle): If coerce-tabs is non-nil, call
11816 move-to-column-force instead of move-to-column.
11817 (insert-rectangle): Call move-to-column-force instead of
11818 move-to-column.
11819 (open-rectangle-line): If begextra is not zero, call
11820 move-to-column-force.
11821
11822
11823 1998-11-16 Dave Love <fx@gnu.org>
11824
11825 * textmodes/sgml-mode.el Require skeleton when compiling.
11826 (sgml-font-lock-keywords-1): Accept single-letter tags.
11827 (v2): Defvar free variable.
11828
11829 1998-11-16 Sam Steingold <sds@goems.com>
11830
11831 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11832 macro, not ELisp one.
11833
11834 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11835
11836 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11837 characters to symbol.
11838
11839 * language/japan-util.el (japanese-zenkaku-region): New optional
11840 arg KATAKANA-ONLY.
11841
11842 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11843
11844 * international/mule.el
11845 (after-insert-file-set-buffer-file-coding-system): If the buffer
11846 is changed to unibyte, return inserted bytes.
11847
11848 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11849 and link names if necessary.
11850 (tar-header-block-summarize): Handle the case that file or link
11851 names are multibyte.
11852 (tar-summarize-buffer): At first set the current buffer unibyte,
11853 then if there are multibyte file names, change it to multibyte.
11854 (tar-mode): Get char position from tar-header-offset.
11855 (tar-extract): Avoid multibyte<->unibyte conversion in
11856 insert-buffer-subsring by setting both buffers unibyte
11857 temporarily.
11858 (tar-copy): Set the buffer unibyte while doing a work. Write
11859 without code conversion.
11860 (tar-expunge): Set the buffer unibyte while doing a work.
11861 (tar-alter-one-field): Likewise.
11862 (tar-clear-modification-flags): Compare byte position with
11863 tar-header-offset.
11864 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11865 insert-buffer-subsring by setting both buffers unibyte
11866 temporarily. Pay attention to multibyteness while updating the
11867 descriptor-line.
11868 (tar-mode-write-file): Write without code conversion.
11869
11870 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11871
11872 * nngateway.el: Require cl.
11873
11874 1998-11-15 Dave Love <fx@gnu.org>
11875
11876 * progmodes/fortran.el: Fix previous change:
11877 (fortran-end-prog-re1): Changed.
11878 (fortran-check-end-prog-re): New function.
11879 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11880
11881 1998-11-13 Tom Breton <tob@world.std.com>
11882
11883 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11884 GNU Emacs.
11885
11886 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11887
11888 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11889 fixed.
11890 (reftex-toc-toggle-file-boundary,
11891 reftex-toc-toggle-labels,
11892 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11893 (reftex-toc-include-labels, reftex-toc-include-context,
11894 reftex-toc-include-file-boundaries,
11895 reftex-toc-keep-other-windows): New options.
11896 (reftex-use-text-after-label-as-context): Option removed.
11897 (reftex-extract-bib-entries): Protect use in non-latex
11898 buffers.
11899 (reftex-toc-visit-location): Renamed from
11900 `reftex-toc-visit-line'.
11901 (reftex-latin1-to-ascii): Works now with and without Mule.
11902 (reftex-truncate): Removed special stuff for Emacs 20.2.
11903 (reftex-get-offset): Made more general.
11904 (reftex-show-label-location): Renamed from
11905 `reftex-select-label-callback'.
11906 (reftex-pop-to-label): Function removed (using
11907 `reftex-show-label-location' instead.
11908 (reftex-insert-docstruct): Renamed from
11909 `reftex-make-and-insert-label-list'. Function args changed.
11910 (reftex-toc): Now uses `reftex-insert-docstruct' and
11911 `reftex-find-start-point'.
11912 (reftex-select-item): Use `reftex-find-start-point'.
11913 (reftex-toc-visit-line): Can display labels and file
11914 boundaries.
11915 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11916
11917 1998-11-12 Sam Steingold <sds@goems.com>
11918
11919 * browse-url.el (browse-url): Handle the case when
11920 `browse-url-browser-function' is a lambda list.
11921
11922 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11923
11924 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11925 version string.
11926 * loadhist.el (symbol-file): Likewise
11927
11928 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11929
11930 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11931
11932 1998-11-11 Sam Steingold <sds@goems.com>
11933
11934 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11935 `run-lisp' instead of signalling an error.
11936
11937 1998-11-11 Karl Heuer <kwzh@gnu.org>
11938
11939 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11940
11941 1998-11-11 Richard Stallman <rms@gnu.org>
11942
11943 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11944
11945 1998-11-11 Per Starback <starback@update.uu.se>
11946
11947 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11948 renamed svenska8 to svenska, and fixed and extended CASECHARS
11949 for it.
11950
11951 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11952
11953 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11954 handling if setpagedevice is not available.
11955 (ps-begin-file): Fix typo.
11956
11957 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11958
11959 * international/mule-util.el (compose-chars-component): Signal
11960 error if CH is a rule-based composition character.
11961 (compose-chars): Signal error if an already compsed character is
11962 going to be composed by rule-base.
11963
11964 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11965 full XLFD, don't try to get information of WEIGHT and SLANT from
11966 that font name.
11967
11968 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11969
11970 * dos-w32.el (set-default-process-coding-system): Use function on
11971 before-init-hook to set default-process-coding-system based on
11972 enable-multibyte-characters.
11973
11974 * term/w32-win.el ([language-change]): For now ignore
11975 keyboard language-change events.
11976
11977 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11978
11979 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11980 convert-standard-file-name, but leave the results of
11981 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11982 characters if the original name already exists, or has a special
11983 handler.
11984
11985 1998-11-10 Karl Heuer <kwzh@gnu.org>
11986
11987 * international/iso-insert.el: Delete autoload cookies.
11988
11989 * international/iso-transl.el: Add autoload cookies.
11990
11991 1998-11-10 Richard Stallman <rms@gnu.org>
11992
11993 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11994 (ispell-process-line): Don't treat multibyte
11995
11996 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11997
11998 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11999 setpagedevice to specify the page size if setpagedevice is
12000 available. This is necessary to select the correct paper tray on
12001 Level 2 printers with multiple paper sizes available.
12002
12003 (ps-begin-file): Cope with font names that contain spaces, and
12004 call BeginDoc in a BeginSetup/EndSetup block.
12005
12006 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
12007
12008 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
12009 convert-standard-filename.
12010
12011 * loadhist.el (symbol-file): Run fns-VERSION.el through
12012 convert-standard-filename.
12013
12014 1998-11-06 Richard Stallman <rms@gnu.org>
12015
12016 * textmodes/texinfmt.el (texinfo-format-scan):
12017 Detect the case of two @-commands in a row; process just the first.
12018 (texinfo-append-refill): If line has a @c, insert the @refill
12019 before it.
12020 (texinfo-format-refill): Return with point where the @refill was.
12021
12022 * files.el (hack-local-variables): Test local-enable-local-variables.
12023 (hack-local-variables-prop-line): Likewise.
12024 (set-auto-mode): Don't test local-enable-local-variables here.
12025 (enable-local-variables): Doc fix.
12026 (local-enable-local-variables): Doc fix.
12027 (normal-mode): Doc fix.
12028
12029 1998-11-06 Karl Heuer <kwzh@gnu.org>
12030
12031 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12032
12033 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12034
12035 * simple.el (line-number-mode): Doc fix.
12036
12037 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12038
12039 * international/fontset.el (create-fontset-from-fontset-spec):
12040 Give correct arg to `error'.
12041
12042 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12043
12044 * textmodes/sgml-mode.el (html-mode): Doc fix.
12045 (sgml-name-8bit-mode): Fix missing format character in message string.
12046
12047 1998-11-05 Karl Heuer <kwzh@gnu.org>
12048
12049 * mail/sendmail.el (sendmail-send-it): Check for failure.
12050
12051 1998-11-05 Richard Stallman <rms@gnu.org>
12052
12053 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12054
12055 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12056 (close-rectangle): Define as alias.
12057
12058 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12059
12060 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12061
12062 1998-11-05 Dave Love <fx@gnu.org>
12063
12064 * help.el (describe-variable): Don't quote link to source.
12065
12066 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12067
12068 * gud.el (gud-common-init): Use pop-to-buffer.
12069 (same-window-regexps): Add an element that matches all gud buffers.
12070
12071 1998-11-04 Jason Rumney <jasonr@altavista.net>
12072
12073 * term/w32-win.el (x-get-selection-value): Alias to
12074 x-cut-buffer-or-selection-value.
12075 (w32-standard-fontset-spec): New variable.
12076 (w32-create-initial-fontsets, mouse-set-font): Check whether
12077 new-fontset is available.
12078 (w32-use-w32-font-dialog): Enable use of set-variable.
12079
12080 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12081
12082 * vc.el (with-vc-file, edit-vc-file): New macros.
12083
12084 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12085
12086 * international/quail.el (quail-show-guidance-buf): Call
12087 set-minibuffer-window to set minibuffer window of the current
12088 frame correctly.
12089
12090 1998-11-03 Theodore Jump <tjump@tertius.com>
12091
12092 * term/w32-win.el: Require fontset.
12093
12094 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12095
12096 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12097 (set-face-font-auto): Ditto.
12098
12099 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12100
12101 * mouse.el (mouse-drag-region): Fix typo.
12102
12103 1998-11-02 Dave Love <fx@gnu.org>
12104
12105 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12106 (fortran-fontify-string): New function.
12107 (fortran-font-lock-keywords-1): Use it.
12108
12109 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12110
12111 * comint.el (comint-file-name-quote-list): Doc fix.
12112
12113 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12114
12115 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12116 build directory, not source directory.
12117
12118 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12119 if we did not get one for the final move.
12120
12121 1998-11-01 Dave Love <fx@gnu.org>
12122
12123 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12124 Don't funcall browse-url-browser-function.
12125
12126 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12127 Don't funcall browse-url-browser-function.
12128
12129 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12130
12131 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12132
12133 * files.el (revert-buffer): Doc fix.
12134
12135 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12136
12137 * textmodes/tex-mode.el (tex-start-options-string):
12138 Quote the backslashes with more backslashes.
12139
12140 1998-10-31 Dave Love <fx@gnu.org>
12141
12142 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12143 (webjump): Don't funcall browse-url-browser-function.
12144
12145 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12146
12147 * international/quail.el (quail-start-translation): Handle
12148 switching of the frame in read-key-sequence.
12149 (quail-start-conversion): Likewise.
12150 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12151 windows before setting an appropriate window for it.
12152 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12153 quail-guidance-win to nil.
12154 (quail-update-guidance): If quail-guidance-buf is not in the
12155 selected frame, call quail-show-guidance-buf again.
12156
12157 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12158
12159 * progmodes/pascal.el (pascal-mode):
12160 `blink-matching-paren-dont-ignore-comments' set to t.
12161
12162 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12163
12164 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12165
12166 1998-10-30 Dave Love <fx@gnu.org>
12167
12168 * vc.el (vc-backend-merge-news): Check for "P" output.
12169
12170 * help.el (describe-variable): Hyperlink the definition.
12171
12172 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12173
12174 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12175 (sh-set-shell): Likewise.
12176
12177 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12178
12179 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12180 (edebug-on-error): Fix customize type to match that of
12181 debug-on-error.
12182
12183 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12184
12185 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12186 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12187
12188 * international/mule-cmds.el (select-message-coding-system): Doc
12189 fix.
12190
12191 * international/mule-diag.el (describe-coding-system): Describe
12192 all flags.
12193
12194 * mail/sendmail.el (sendmail-coding-system,
12195 default-sendmail-coding-system): Doc fix.
12196
12197 * simple.el (shell-command-on-region): Doc fix.
12198
12199 * loadup.el: Write fns-*.el in current directory instead of
12200 data-directory since no installation directory exists yet. Mark
12201 buffer unmodified afterwards.
12202
12203 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12204 instead of data-directory since it is architecture dependent.
12205 (load-history-loaded): Update doc string.
12206
12207 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12208
12209 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12210 path as a default directory when canonicalizing names.
12211
12212 * w32-fns.el: Remove a dangling reference to a directory on the
12213 build machine.
12214
12215 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12216
12217 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12218 namespace related keywords such as `class', `body', `private',
12219 `variable', `namespace eval', etc.
12220 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12221 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12222 imenu and font-lock so that searches for \sw would find words
12223 containing colons.
12224
12225 * progmodes/etags.el (initialize-new-tags-table):
12226 Do not alter find-tag-marker-ring and tags-location-ring.
12227
12228 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12229
12230 * term/w32-win.el: Require fontset.
12231 (w32-init-fontsets): New function (code from x-win.el).
12232
12233 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12234
12235 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12236 calendar-and-diary-frame-parameters): Add title parameter.
12237
12238 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12239
12240 * completion.el (dynamic-completion-mode): New function to enable
12241 the mode. (Just loading the file now does not change anything.)
12242
12243 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12244
12245 * ps-print.el: User option for multibyte buffer handling and doc fix.
12246 (ps-multibyte-buffer): New user option.
12247 (ps-setup): Print new user option.
12248 (ps-print-quote): New fun.
12249 (ps-color-p, ps-mule-font-info-database-latin): New var.
12250 (ps-default-color, ps-mule-font-info-database)
12251 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12252 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12253 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12254 Little code improvement.
12255 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12256 (ps-print-prologue-header, ps-font-family, ps-font-size)
12257 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12258 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12259 (ps-mule-external-libraries, ps-mule-init-external-library)
12260 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12261 Doc fix.
12262 (ps-print-version): New version number (4.1.1) and doc fix.
12263 (ps-print-prologue-header): New user option.
12264 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12265 Conditional compilation for GNU Emacs and emacsens.
12266 (ps-generate-postscript-with-faces): Skip invisible text better.
12267 (ps-setup): Print new user option.
12268 (ps-print-preprint): Check if input file name exists and is unwritable.
12269 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12270 and insert user PostScript prologue header comments.
12271 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12272 New funs.
12273 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12274 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12275 PostScript programming normalization.
12276 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12277 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12278 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12279 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12280 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12281 Programming style normalization.
12282
12283 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12284
12285 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12286 version, check the value of mule-version.
12287
12288 * international/mule-util.el (compose-region): Insert then delete
12289 to preserve markers.
12290 (decompose-region): Use search-forward for efficiency.
12291
12292 * language/chinese.el (pre-write-encode-hz): Cancel previous
12293 change, use generate-new-buffer instead of get-buffer-create.
12294 * language/devan-util.el
12295 (in-is13194-devanagari-pre-write-conversion): Likewise.
12296 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12297 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12298 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12299
12300 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12301
12302 * mail/rmailsum.el (rmail-message-subject-p):
12303 Handle message whose header has not been reformatted.
12304
12305 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12306
12307 1998-10-25 Jason Rumney <jasonr@altavista.net>
12308
12309 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12310 New variables.
12311 (mouse-set-font): Use font menus instead of dialog according to
12312 w32-use-w32-font-dialog.
12313
12314 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12315
12316 * calendar/calendar.el (calendar-day-name-array): Add doc string
12317 correctly!
12318 (calendar-month-name-array): Add doc string correctly!
12319
12320 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12321
12322 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12323
12324 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12325
12326 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12327
12328 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12329
12330 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12331
12332 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12333
12334 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12335
12336 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12337
12338 1998-10-21 Karl Heuer <kwzh@gnu.org>
12339
12340 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12341 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12342 (profile-filter, profile-reset-timer): Functions deleted.
12343 (profile-check-zero-init-times, profile-get-time): Likewise.
12344 (profile-find-function, profile-quit): Likewise.
12345 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12346 (profile-time-list, profile-init-list): Doc fix.
12347 (profile-functions): Simplify.
12348 (profile-print): Use float. Make output include space separators.
12349 (profile-add-time): New helper function.
12350 (profile-function-prolog): Renamed from profile-start-function.
12351 Handle profile-distinct.
12352 (profile-function-epilog): Renamed from profile-update-function.
12353 Handle profile-distinct.
12354 (profile-a-function): If the function to be profiled is an
12355 autoload form, load it. If it's lazy-loaded, fetch it.
12356 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12357 (profile-restore-fun): Arg FUN is now a function symbol, as was
12358 documented, rather than a one-element list.
12359 (profile-finish): Call profile-restore-fun properly.
12360
12361 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12362
12363 * international/characters.el: Setup charset property
12364 nospace-between-words.
12365
12366 * international/mule-cmds.el (get-charset-property): If CHARSET is
12367 composition, return nil.
12368 (put-charset-property): If CHARSET is composition, do nothing.
12369
12370 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12371 * language/devan-util.el
12372 (in-is13194-devanagari-pre-write-conversion): Likewise.
12373 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12374 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12375 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12376
12377 * textmodes/fill.el (sentence-end-without-period): New variable.
12378 (canonically-space-region): Pay attention to
12379 sentence-end-without-period.
12380 (fill-find-break-point): The first argument CHARSET deleted.
12381 Caller changed.
12382 (fill-region-as-paragraph): Pay attention to charset property
12383 nospace-between-words and text property nospace-between-words.
12384
12385 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12386
12387 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12388 an unrecognized shell.
12389
12390 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12391
12392 * desktop.el (desktop-save): Include minor modes symbolically.
12393 (desktop-create-buffer): Turn on all minor modes in `mim'.
12394
12395 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12396
12397 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12398 (sh-font-lock-keywords): Handle rpm and rpm2.
12399 (sh-ancestor-alist): Handle rpm.
12400
12401 * files.el (auto-mode-alist): Recognize .rpm files.
12402 Also .spec and .mspec files.
12403
12404 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12405
12406 * faces.el (frame-set-background-mode): Enable the function for
12407 MSDOS frames.
12408
12409 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12410
12411 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12412 (calendar-month-name-array): Add doc string.
12413
12414 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12415
12416 * simple.el (kill-ring-max): Increased to 60.
12417
12418 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12419
12420 * international/characters.el: Setup auto-fill-chars.
12421
12422 * international/kinsoku.el (kinsoku): Check the variable
12423 enable-kinsoku.
12424
12425 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12426 Don't call kinsoku directly, intead call fill-find-break-point.
12427
12428 * textmodes/fill.el: Setup `fill-find-break-point-function'
12429 property to character sets which require `kinsoku' processing for
12430 filling.
12431 (fill-find-break-point): New function.
12432 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12433 Don't call kinsoku directly, intead call fill-find-break-point.
12434
12435 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12436
12437 * faces.el (modify-face-read-string): Return (nil) for "none".
12438 (modify-face): Don't get error if (nil) is the argument.
12439 (face-try-color-list): Don't check whether nil is a valid color.
12440
12441 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12442
12443 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12444 Print message about each directory, even in batch mode.
12445
12446 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12447
12448 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12449 (ps-mule-string-char): No need to use sref.
12450 (ps-mule-next-index): No need to use sref.
12451
12452 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12453
12454 * files.el (revert-buffer-internal-hook): Add defvar.
12455
12456 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12457
12458 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12459
12460 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12461
12462 * international/mule-cmds.el (default-input-method): Fix custom type.
12463
12464 * net-utils.el (whois-server-list): Fix customization type.
12465
12466 * shell.el (shell-input-autoexpand): Fix customization group.
12467
12468 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12469
12470 * repeat.el (repeat): Handle keyboard macros properly.
12471 Handle new prefix arg after self-insert command.
12472
12473 * repeat.el: Don't include cl even at compile time.
12474 (repeat): Avoid using `loop'.
12475
12476 * simple.el (shell-command-on-region): Doc fix.
12477 (next-history-element): Special error message if no default.
12478
12479 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12480
12481 * ps-print.el (ps-print-buffer): Doc fix.
12482 (ps-despool): Likewise.
12483
12484 * arc-mode.el (arc-mode): Provide arc-mode.
12485
12486 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12487
12488 * ps-print.el (ps-print-buffer): Doc fix.
12489
12490 1998-10-14 Dave Love <fx@gnu.org>
12491
12492 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12493 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12494 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12495
12496 * progmodes/fortran.el (fortran-mode-map): Change "Join
12497 Continuation Line" to "Join Line".
12498 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12499
12500 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12501
12502 * progmodes/fortran.el (fortran-join-line): Use
12503 `delete-indentation' instead of issuing an error message if not on
12504 a continuation line. Provide for joining several lines using
12505 prefix arg.
12506
12507 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12508
12509 * term/pc-win.el (msdos-color-values): New variable.
12510 (x-color-values): New function, emulates its namesake from
12511 src/xfns.c.
12512 (msdos-bg-mode): Add all dark colors to those which return
12513 "dark".
12514
12515 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12516
12517 * replace.el (keep-lines, flush-lines, how-many):
12518 Don't ignore case if arg has upper case letters.
12519
12520 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12521
12522 * progmodes/vhdl-mode.el
12523 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12524 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12525 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12526 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12527 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12528 (vhdl-when): Fix indentation problem.
12529 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12530 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12531 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12532
12533 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12534
12535 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12536 (ls-lisp-insert-directory): Renamed from insert-directory.
12537 (insert-directory): New function.
12538
12539 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12540
12541 * simple.el (completion-fixup-function): Variable deleted.
12542 (completion-setup-function): Delete code for completion-fixup-function.
12543 * emacs-lisp/lisp.el (lisp-complete-symbol):
12544 Don't bind completion-fixup-function.
12545
12546 * files.el (find-file-wildcards): New option.
12547 (find-file-noselect): Handle wild cards, if enabled.
12548 (file-expand-wildcards): New function.
12549
12550 * simple.el (set-fill-column): Doc fix.
12551
12552 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12553
12554 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12555
12556 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12557
12558 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12559 Move declaration before first use.
12560 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12561 hif-math, hif-factor): Rename token to hif-token and token-list to
12562 hif-token-list.
12563 (hif-token, hif-token-list): Declare them.
12564 (hif-find-ifdef-block): Return cons of top and bottom point
12565 instead of setting dynamically bound variables.
12566 (hide-ifdef-block, show-ifdef-block): Use return value of
12567 hif-find-ifdef-block.
12568
12569 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12570
12571 * subr.el (read-passwd): Use clear-this-command-keys.
12572
12573 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12574
12575 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12576 and ...-for-write.
12577
12578 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12579
12580 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12581 responses to GROUP command, since this may be called from a timer
12582 with quit inhibited.
12583
12584 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12585
12586 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12587 set unconditional-jump to nil.
12588 (ccl-compile-read-multibyte-character): Return nil.
12589 (ccl-compile-write-multibyte-character): Likewise.
12590 (ccl-compile-translate-character): Likewise
12591 (ccl-compile-map-multiple): Likewise.
12592 (ccl-compile-map-single): Likewise.
12593
12594 * international/kinsoku.el: Add coding tag.
12595 (kinsoku-bol): Remove superfluous TAB in a string.
12596
12597 * international/mule-cmds.el (find-coding-systems-for-charsets):
12598 Delete `composition' (if any) from CHARSETS.
12599
12600 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12601
12602 * international/mule-cmds.el (setup-specified-language-environment):
12603 Add apropos-inhibit property.
12604 (describe-specified-language-support): Likewise.
12605
12606 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12607
12608 * international/mule.el (make-coding-system): Create -with-esc
12609 variant coding system.
12610
12611 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12612
12613 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12614 (next-file): Optionally offer to revert a file's buffer,
12615 if it has an existing buffer but the file has changed.
12616
12617 * info.el (Info-insert-dir): Detect and report problems
12618 in input files, such as "No Top node". Return with point
12619 at the beginning of the text.
12620 (Info-find-node): Reinsert the code to handle files
12621 with no tags table; it was deleted by mistake.
12622
12623 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12624
12625 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12626 texinfo-find-higher-level-node repeatedly find the same node.
12627 (texinfo-find-higher-level-node): Doc fix.
12628
12629 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12630
12631 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12632 (smtpmail-address-buffer): Add defvar.
12633 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12634
12635 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12636
12637 * ffap.el (ffap-machine-p-local): Fix editing error.
12638
12639 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12640
12641 * faces.el (frame-set-background-mode):
12642 Don't do anythung for text-only or MSDOS frame.
12643
12644 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12645
12646 * international/quail.el (quail-defrule): New optional arg APPEND.
12647 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12648
12649 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12650
12651 * gnus/pop3.el (pop3-open-server):
12652 Set process-coding-system-alist around open-network-stream.
12653
12654 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12655
12656 * files.el (save-buffer): Doc fix.
12657
12658 1998-10-07 Karl Heuer <kwzh@gnu.org>
12659
12660 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12661 return DEF unchanged, not nil. Simplify.
12662
12663 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12664
12665 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12666
12667 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12668
12669 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12670
12671 * net-utils.el (ftp, nslookup): Require comint.
12672 (network-service-connection): Likewise.
12673 (whois-server-name): Defaults to whois.arin.net
12674 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12675 (whois): Tries to guess the appropriate top-level domain server.
12676 (whois-get-tld): New function.
12677
12678 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12679 (dirtrack-debug-toggle): Added this function.
12680
12681 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12682
12683 * files.el (find-file-noselect): Switch to the correct buffer
12684 before checking find-file-literally, and allow non-nil non-t
12685 rawfile params.
12686
12687 1998-10-06 Karl Heuer <kwzh@gnu.org>
12688
12689 * midnight.el (clean-buffer-list): Add autoload cookie.
12690
12691 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12692 no-autosave.
12693 * tar-mode.el (tar-mode-revert): Likewise.
12694 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12695 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12696 * gnus/message.el (message-auto-save-directory): Renamed from
12697 message-autosave-directory. All references changed.
12698
12699 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12700
12701 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12702 string. Expose mime stuff while searching.
12703
12704 1998-10-06 Richard Stallman <rms@gnu.org>
12705
12706 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12707
12708 * replace.el (perform-replace): Position point properly
12709 before and after the recursive edit of C-r.
12710
12711 * progmodes/etags.el (tags-reset-tags-tables): Properly
12712 find the markers in the old rings that are being discarded.
12713
12714 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12715
12716 * apropos.el (apropos-print): Control invalid characters.
12717
12718 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12719 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12720 confusing customize.
12721
12722 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12723
12724 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12725 built-in commands. Add more built-in commands and fix face names.
12726
12727 1998-10-05 Simon Marshall <simon@gnu.org>
12728
12729 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12730
12731 1998-10-04 Eric Ludlam <zappo@gnu.org>
12732
12733 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12734 customization since it is not useful in this case.
12735 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12736 sure it gets evalled to a number. Also verify that set-frame-name
12737 fn exists before calling it.
12738
12739 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12740 Protect a `forward-sexp' call which could fail, and improved regex
12741 for ie, and eg abbreviations.
12742
12743 1998-10-02 Noah Friedman <friedman@splode.com>
12744
12745 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12746 send-string.
12747 (rlogin-send-Ctrl-D): Here also.
12748 (rlogin-send-Ctrl-Z): Here also.
12749 (rlogin-send-Ctrl-backslash): Here also.
12750
12751 1998-10-02 Dave Love <fx@gnu.org>
12752
12753 * outline.el (hide-region-body): Bind
12754 outline-view-change-hook to nil while making repeated calls to
12755 outline-flag-region. Run it once at the end.
12756 (hide-other, hide-sublevels, show-children): Likewise.
12757
12758 * info-look.el: Remove duplicate scheme-mode entry.
12759 (info-lookup-make-completions): When looking for entries, check
12760 that `item' isn't null or "Menu".
12761
12762 1998-10-01 Karl Heuer <kwzh@gnu.org>
12763
12764 * net-utils.el: Don't require ffap.
12765 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12766 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12767
12768 1998-09-30 Richard Stallman <rms@gnu.org>
12769
12770 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12771
12772 * imenu.el (imenu--generic-function): Sort each submenu by position.
12773 (imenu--sort-by-position): New function.
12774
12775 * cus-edit.el (Custom-mode-menu): Fix info node name.
12776 (customize group): Fix info node name.
12777
12778 * mail/mailalias.el (build-mail-aliases): Don't allow
12779 a newline in the alias name. Don't define an alias
12780 if the definition would be empty.
12781
12782 * which-func.el (which-func-mode-global): Make :set function
12783 more reliable.
12784
12785 * custom.el (custom-set-variables): Load the requests first,
12786 then check the symbol's `set' function.
12787
12788 * ffap.el: Doc fixes.
12789
12790 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12791
12792 * gnus.el: (gnus-valid-select-methods): Fix type.
12793 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12794 * gnus-score.el (gnus-orphan-score): Fix type.
12795 (gnus-score-default-header, gnus-score-default-type): Fix type.
12796 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12797 (gnus-saved-headers): Fix type.
12798
12799 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12800 Avoid nil value of `two-lines-citation-part'.
12801
12802 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12803
12804 * which-func.el (which-function): Handle case when
12805 (car imenu--index-alist) is nil.
12806
12807 1998-09-29 Dave Love <fx@gnu.org>
12808
12809 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12810 bzip2 args.
12811
12812 1998-09-29 Simon Marshall <simon@gnu.org>
12813
12814 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12815 comint-exec-hook.
12816
12817 1998-09-29 Stephen Eglen <stephen@gnu.org>
12818
12819 * info-look.el: Add support for Octave.
12820
12821 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12822
12823 * textmodes/reftex.el (reftex-finding-files): New customize group.
12824 (reftex-texpath-environment-variables,
12825 reftex-use-external-file-finders, reftex-external-file-finders,
12826 reftex-search-unrecursed-path-first): New options.
12827 (reftex-process-string, reftex-find-file-externally): New
12828 functions.
12829 (reftex-access-search-path): Execute shell commands to find the
12830 search path.
12831 (reftex-toggle-auto-view-crossref): When turning on, make sure
12832 `reftex-auto-view-crossref' becomes non-nil.
12833 (reftex-abbrev-regexp): Constant removed.
12834 (reftex-convert-string): Abbrev regexp calculated locally.
12835
12836 1998-09-28 Dave Love <fx@gnu.org>
12837
12838 * progmodes/fortran.el: Don't call regexp-opt when deriving
12839 font-lock patterns with keywords that aren't all literal.
12840
12841 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12842
12843 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12844 the form `octave.bin:1>' which come from using precopiled binary
12845 versions.
12846
12847 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12848
12849 * help.el (help-for-help): Use %THIS-KEY%.
12850 (help-quit): Add doc.
12851
12852 * help-macro.el (make-help-screen): Keep HELP-TEXT
12853 in a separate function definition, not in the help command FNAME.
12854 Replace %THIS-KEY% with the key sequence that ran FNAME.
12855
12856 1998-09-25 Richard Stallman <rms@gnu.org>
12857
12858 * textmodes/texinfo.el (texinfo-show-structure):
12859 Bind inhibit-read-only.
12860
12861 * isearch.el (isearch-search-and-update): Properly
12862 handle upper case letters in the reverse-search special case.
12863
12864 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12865
12866 * gnus.el: Extend the list of autoloaded functions.
12867
12868 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12869 buffer before creating help group. (from Gnus v5.6.43, fix by
12870 1998-08-20 Per Starback <starback@update.uu.se>)
12871
12872 * gnus-util.el (gnus-output-to-rmail): Adjust to
12873 `rmail-output-to-rmail-file'.
12874
12875 1998-09-25 Karl Heuer <kwzh@gnu.org>
12876
12877 * hexl.el (hexl-mode-map): More of previous change.
12878
12879 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12880 (tex-start-tex): Don't use tex-start-options-string in star case.
12881 Quote file name in star case as well as in non-star.
12882 Add blank and quoting of option string here.
12883 (tex-start-options-string): Not here.
12884
12885 1998-09-23 Karl Heuer <kwzh@gnu.org>
12886
12887 * term.el (term-delimiter-argument-list): Doc fix.
12888 (term-emulate-terminal): Escape literal semicolon.
12889 * progmodes/asm-mode.el (asm-mode): Doc fix.
12890 (asm-comment-char): Escape literal semicolon.
12891 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12892
12893 1998-09-23 Richard Stallman <rms@gnu.org>
12894
12895 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12896 only those that normally modify the buffer.
12897
12898 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12899 over again.
12900
12901 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12902
12903 * ispell.el (check-ispell-version): Ensure same buffer is current
12904 when let-binding of case-fold-search ends.
12905
12906 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12907
12908 * ps-print.el: Skip invisible overlay.
12909 Test for set-buffer-multibyte rather than using mule-version.
12910 (ps-print-version): New version number (4.1) and doc fix.
12911 (ps-generate-postscript-with-faces): Skip invisible overlay.
12912
12913 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12914
12915 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12916
12917 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12918
12919 * international/quail.el (quail-update-guidance): Check for the
12920 return value of (quail-guidance) fixed.
12921 (quail-update-translation): Bind quail-current-str locally when it
12922 calls quail-update-guidance.
12923 (quail-update-translation): If input-method-exit-on-first-char is
12924 non-nil, terminate translation only when the current input method
12925 is simple.
12926
12927 1998-09-22 Paul Eggert <eggert@twinsun.com>
12928
12929 * startup.el (locale-translation-file-name): Prefer X-related names
12930 to the name used by GNU/Linux sans X. Set to nil if no file found.
12931 (command-line): Use locale-translation-file-name if it is not nil,
12932 instead of testing for its existence again.
12933 regexp-quote the ctype before using it in a regexp.
12934 Allow a colon to appear after the ctype in the aliases file,
12935 as is done in X11R6.4.
12936
12937 1998-09-21 Richard Stallman <rms@gnu.org>
12938
12939 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12940
12941 * calendar/appt.el (appt-interval): Variable deleted.
12942 (appt-check): For minutes in between appt-display-interval times,
12943 do check, but don't display anything except an updated mode line.
12944 Count against appt-display-interval based on minutes since
12945 first display of this appointment, not based on time of day.
12946 If appt-display-mode-line, force mode line redisplay
12947 whenever appt-mode-string has changed.
12948 (appt-add, appt-delete): Add autoload cookies.
12949 (appt-check): Catch errors from calling `diary'.
12950 (appt-max-time): Renamed from max-time.
12951 (appt-now-displayed, appt-display-count): New variables.
12952 (appt-timer): Don't create one if we already have one.
12953
12954 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12955 More general code to use the source buffer instead of the zap file.
12956
12957 * hilit-chg.el (highlight-compare-with-file): Renamed from
12958 compare-with-file.
12959
12960 * loadhist.el (load-history-loaded): New variable.
12961 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12962
12963 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12964
12965 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12966 Fix error messages.
12967
12968 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12969
12970 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12971 Emacs frame.
12972
12973 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12974
12975 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12976 `undecided' and `undecided-unix'.
12977
12978 1998-09-21 Dave Love <fx@gnu.org>
12979
12980 * help.el (help-make-xrefs): Fix typo affecting Info references.
12981
12982 * subr.el (remove-hook): Check list values to avoid errors.
12983
12984 1998-09-18 Noah Friedman <friedman@splode.com>
12985
12986 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12987 store string in eldoc-last-message without consing a new string.
12988 Rearrange logic from nested if's into cond's.
12989 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12990 Do not print message; just return string.
12991 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12992 Do not print message; just return string.
12993 Cache that string in eldoc-last-data.
12994 (eldoc-last-data): Make into a vector.
12995 (eldoc-get-fnsym-args-string): Use new data form of structure.
12996 (eldoc-get-var-docstring): Here also.
12997 (eldoc-last-data-store): New function.
12998 (eldoc-get-fnsym-args-string): Use it.
12999 (eldoc-get-var-docstring): Here also.
13000 (eldoc-docstring-first-line): Minimize interim string consing.
13001 Call substitute-command-keys on the result.
13002 (eldoc-print-var-docstrings, eldoc-print-docstring,
13003 eldoc-docstring-message): Functions removed.
13004 (eldoc-docstring-format-sym-doc): New function, functionality
13005 ripped out of eldoc-docstring-message.
13006 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
13007
13008 1998-09-18 Kenichi Handa <handa@etl.go.jp>
13009
13010 * international/mule.el (make-coding-system): Doc-string modified.
13011
13012 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
13013
13014 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
13015
13016 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
13017 customize type.
13018
13019 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
13020 type.
13021
13022 * progmodes/compile.el (compilation-error-screen-columns): New
13023 variable.
13024 (compilation-next-error-locus): Use it to decide whether to use
13025 forward-char or move-to-column.
13026
13027 * mail/rmail.el (rmail-movemail-program): Fix customize type.
13028
13029 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13030 feedmail-fiddle-plex-user-list,
13031 feedmail-spray-address-fiddle-plex-list,
13032 feedmail-prompt-before-queue-user-alist,
13033 feedmail-prompt-before-queue-help-supplement,
13034 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13035 feedmail-queue-alternative-mail-header-separator): Fix customize
13036 type.
13037
13038 * startup.el (site-run-file): Fix customize type.
13039
13040 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13041 customize type.
13042
13043 * shell.el (shell-input-autoexpand): Fix customize type.
13044
13045 * ps-print.el (ps-font-info-database): Add missing dots in value.
13046 Improve layout of customize type.
13047
13048 * net-utils.el (traceroute-program-options, ping-program-options,
13049 ipconfig-program-options, netstat-program-options,
13050 arp-program-options, route-program-options,
13051 nslookup-program-options, ftp-program-options): Fix customize
13052 type.
13053
13054 * midnight.el (clean-buffer-list-kill-regexps,
13055 clean-buffer-list-kill-buffer-names,
13056 clean-buffer-list-kill-never-buffer-names,
13057 clean-buffer-list-kill-never-regexps): Fix customize type.
13058
13059 * man.el (Man-init-defvars): Avoid trailing nil on
13060 Man-filter-list.
13061
13062 * lpr.el (printer-name): Fix customize type.
13063
13064 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13065
13066 * international/mule-cmds.el (reset-language-environment): Call
13067 update-coding-systems-internal.
13068
13069 * international/mule-conf.el: Call update-coding-systems-internal
13070 at the tail.
13071
13072 1998-09-14 Dave Love <fx@gnu.org>
13073
13074 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13075 use the menu-enable properties, pending doing it correctly and
13076 acceptably fast.
13077
13078 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13079
13080 1998-09-13 Dave Love <d.love@dl.ac.uk>
13081
13082 * progmodes/hideshow.el (hs-grok-mode-type): Check
13083 comment-{start,end} non-nil as well as bound. Report an error if
13084 we can't grok the mode.
13085
13086 1998-09-13 Richard Stallman <rms@gnu.org>
13087
13088 * simple.el (blink-matching-open): Don't log paren matching
13089 messages in *Messages*.
13090
13091 1998-09-12 Richard Stallman <rms@gnu.org>
13092
13093 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13094 Set point-before-scroll at end even if there was an error.
13095
13096 * ange-ftp.el (ange-ftp-insert-file-contents):
13097 Use binary mode for dumb-unix hosts as for unix hosts.
13098 (ange-ftp-copy-file-internal): Likewise.
13099
13100 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13101
13102 * emacs-lisp/pp.el: Doc fixes.
13103
13104 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13105 (widget-choose): Don't use single-char shortcuts if # items
13106 exceeds that many. Use minibuffer instead.
13107
13108 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13109
13110 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13111
13112 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13113
13114 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13115 in terminal mode.
13116
13117 1998-09-10 Noah Friedman <friedman@splode.com>
13118
13119 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13120 defcustom declaration. It's wreaking too much havoc with XEmacs
13121 and older versions of Emacs, which share this code.
13122
13123 * type-break.el (type-break-mode): Here also.
13124
13125 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13126 `t' to add-hook also to modify the new local value.
13127
13128 1998-09-10 Dave Love <fx@gnu.org>
13129
13130 * vc.el (vc-insert-headers): Doc fix.
13131
13132 1998-09-10 Richard Stallman <rms@gnu.org>
13133
13134 * textmodes/flyspell.el (flyspell-mode-on): Make the
13135 ispell-... variables permanent locals.
13136 (flyspell-mode-off): Add autoload cookie.
13137
13138 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13139 do use binary mode, just as for `unix'.
13140 (ange-ftp-host-type): If HOST is nil, return `unix'.
13141
13142 * dired.el (dired-mark-files-containing-regexp):
13143 Don't scan directories. Ignore non-readable files.
13144
13145 * progmodes/compile.el (compilation-error-regexp-alist):
13146 Fix previous change: allow . and _ in command name.
13147
13148 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13149
13150 * uncompress.el (uncompress-while-visiting):
13151 Use just the car of what find-operation-coding-system returns.
13152
13153 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13154
13155 * shell.el (shell-file-name-quote-list): Add # to the value.
13156
13157 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13158
13159 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13160 to make killing of ispell process work even if
13161 kill-all-local-variables has been run.
13162
13163 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13164
13165 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13166 loop when sexp entry ends at end of file with no newline.
13167
13168 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13169
13170 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13171 (Custom-reset-standard): Fix menu inconsistency.
13172
13173 * mail/feedmail.el (feedmail-from-line): Allow t.
13174 (feedmail-message-id-suffix): Allow nil.
13175
13176 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13177 Simplify. Make prefix arg work right.
13178
13179 1998-09-09 Dave Love <fx@gnu.org>
13180
13181 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13182
13183 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13184
13185 1998-09-08 Dave Love <fx@gnu.org>
13186
13187 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13188 stuff only after file names or at start of line. Allow parens
13189 around e-mail, as well as angles.
13190
13191 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13192 ignore-errors too, eval'd when compile. Require w3 stuff at load
13193 time for nicer failure if it's not available.
13194
13195 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13196
13197 * comint.el (comint-arguments): Ignore backslashes when using
13198 w32 shells that expect backslashes as the directory separator.
13199
13200 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13201
13202 * international/fontset.el (resolved-ascii-font): New variable.
13203 (x-complement-fontset-spec): By side effect, set
13204 `resolved-ascii-font' to the resolved name of ASCII font."
13205 (create-fontset-from-fontset-spec): Don't get a value for
13206 resolved-ascii-font from the list full-fontlist. It is set by
13207 x-complement-fontset-spec now.
13208
13209 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13210 version, check the value of mule-version.
13211
13212 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13213
13214 * textmodes/reftex.el (reftex-view-crossref): Split up into
13215 several functions. No longer moves to find a macro.
13216 (reftex-view-cr-cite, reftex-view-cr-ref,
13217 reftex-end-of-bib-entry): New functions.
13218 (reftex-auto-view-crossref): New value `window' allowed.
13219 (reftex-view-crossref-when-idle): Process new `window' option in
13220 (reftex-translate-to-ascii-function): New default.
13221 (reftex-label-illegal-re): Default changed, removed Latin1.
13222 (reftex-latin1-to-ascii): New function.
13223 (reftex-what-environment): Check for section regexp before use.
13224 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13225 absolute path names.
13226 (reftex-TeX-master-file): Changed sequence of file checks.
13227 (reftex-do-citation): bibview cache only with RefTeX mode on.
13228
13229 1998-09-06 Richard Stallman <rms@gnu.org>
13230
13231 * progmodes/compile.el (compilation-error-regexp-alist):
13232 In first pattern (GNU utilities and other things),
13233 allow a space after the optional program name at the beginning.
13234
13235 * mail/mail-hist.el (mail-hist-current-header-contents):
13236 Fix previous change: use mail-header-end.
13237
13238 1998-09-06 Bill Richter <richter@math.nwu.edu>
13239
13240 * international/ccl.el: Doc fixes.
13241 * international/encoded-kb.el: Doc fixes.
13242 * international/fontset.el: Doc fixes.
13243 * international/kinsoku.el: Doc fixes.
13244 * international/kkc.el: Doc fixes.
13245 * international/mule-cmds.el: Doc fixes.
13246 * international/mule-conf.el: Doc fixes.
13247 * international/mule-util.el: Doc fixes.
13248 * international/mule.el: Doc fixes.
13249
13250 1998-09-05 Eric Ludlam <zappo@gnu.org>
13251
13252 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13253 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13254 (checkdoc-this-string-valid-engine): Permit ? as terminating
13255 punctuation for first line sentence breaking.
13256 (checkdoc-this-string-valid): When converting a comment into a doc
13257 string, make sure " chars are \".
13258 (checkdoc-sentencespace-region-engine): Only do double space check
13259 if based on the variable `sentence-end-double-space'
13260 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13261 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13262
13263 1998-09-04 Richard Stallman <rms@gnu.org>
13264
13265 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13266 Recognize define-skeleton as a function definer.
13267
13268 * cus-edit.el (customize-option): Refuse to customize
13269 a variable that has no defcustom. But if variable is autoloaded,
13270 first try to load the library that defines it.
13271
13272 * international/iso-insert.el: Use `string' before calling `insert'
13273 so that in multibyte buffers we insert multibyte chars.
13274
13275 * dired.el (dired-mark-files-containing-regexp):
13276 Don't use find-file; instead, insert the file in a temp buffer.
13277
13278 * textmodes/tex-mode.el (tex-start-options-string): New option.
13279 (tex-start-tex): Use that variable.
13280
13281 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13282 value in the `repeat' alternative a list.
13283
13284 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13285 the inserted newline, verify that one was really inserted.
13286
13287 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13288 remains on or remains off.
13289 (flyspell-multi-language-p): Default changed to nil.
13290
13291 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13292 In "found in comment" case, don't beginning-of-line after forward-line.
13293
13294 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13295 If the function definition is not a lambda, return original FORM
13296 with no error.
13297
13298 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13299
13300 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13301 so that by default netstat shows all network connections.
13302
13303 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13304
13305 * international/quail.el: Doc fixes.
13306
13307 * info.el (info): Don't add parens if FILE already has them.
13308
13309 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13310
13311 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13312 on extension lines.
13313
13314 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13315
13316 * w32-fns.el (w32-shell-dos-semantics): New function.
13317
13318 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13319
13320 * international/quail.el (quail-choose-completion-string): Store
13321 completion `choice' in `quail-current-str'; don't insert it.
13322
13323 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13324
13325 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13326 argument to ps-mule-generate-bitmap-font.
13327
13328 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13329 entry and change Latin-1 entry in the default value.
13330 (ps-mule-font-info-database-ps-bdf): New variable.
13331 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13332 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13333 registerd in FONT-SPEC.
13334 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13335 charcter width of bitmap fonts.
13336 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13337 procedure NF.
13338 (ps-begin-file): Output PostScript code for setting
13339 SpaceWidthRatio.
13340 (ps-plot-region): Use line-beginning-position to get a position of
13341 the beginning of the current line.
13342
13343 * international/mule-cmds.el (register-input-method): Doc-string
13344 modified.
13345
13346 1998-09-01 Dave Love <fx@gnu.org>
13347
13348 * international/mule-cmds.el (current-language-environment): Fix
13349 setter function.
13350
13351 1998-09-01 Simon Marshall <simon@gnu.org>
13352
13353 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13354 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13355 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13356 names with font-lock-type-face. Fontify type specs, etc., with
13357 font-lock-keyword-face.
13358
13359 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13360
13361 * international/fontset.el (x-complement-fontset-spec): If ASCII
13362 font is specified in FONTLIST, don't substitute it for the
13363 resolved name.
13364
13365 1998-08-31 Paul Eggert <eggert@twinsun.com>
13366
13367 * international/mule.el (charset-description): Doc fix.
13368
13369 * language/chinese.el, language/cyrillic.el, language/czech.el,
13370 language/devanagari.el, language/ethiopic.el,
13371 language/european.el, language/hebrew.el, language/indian.el,
13372 language/japanese.el, language/korean.el, language/lao.el,
13373 language/slovak.el, language/thai.el, language/tibetan.el,
13374 language/vietnamese.el:
13375 Add coding: local variable, to avoid bootstrapping problem
13376 if you need to recompile all the Lisp files using interpreted code.
13377
13378 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13379
13380 * cal-china.el (chinese-year-cache): Change range of years from
13381 1989-2000 to 1990-2010.
13382
13383 1998-08-29 Dave Love <d.love@dl.ac.uk>
13384
13385 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13386 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13387
13388 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13389
13390 * ps-print.el (ps-print-control-characters): Doc-string modified.
13391 (ps-output-string-prim): Comment format changed.
13392 (ps-do-despool): Indentation of source code changed.
13393
13394 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13395
13396 * subr.el (sref): Make it an alias of aref. Make the
13397 byte-compiler warn that it is obsolete.
13398 (char-bytes): Make the byte-compiler warn that it is obsolete.
13399
13400 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13401 Calculate the total bytes using position-bytes instead of
13402 char-bytes.
13403
13404 1998-08-27 Karl Heuer <kwzh@gnu.org>
13405
13406 * snmp-mode.el: New file.
13407 * files.el (auto-mode-alist): Add snmp-mode patterns.
13408
13409 1998-08-27 Karl Eichwalder <ke@suse.de>
13410
13411 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13412
13413 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13414
13415 * calendar/diary-lib.el (diary-block): Doc fix..
13416 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13417
13418 1998-08-27 Richard Stallman <rms@gnu.org>
13419
13420 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13421 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13422 Clear appt-mode-string if we don't put something in it.
13423
13424 1998-08-27 Dave Love <fx@gnu.org>
13425
13426 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13427 dired-local-variables-file for dired-x.
13428
13429 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13430 for compressed library files too.
13431
13432 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13433
13434 * language/european.el ("Latin-1"): Modify `documentation' key value.
13435 ("Latin-2"): Likewise.
13436
13437 1998-08-26 Karl Heuer <kwzh@gnu.org>
13438
13439 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13440
13441 1998-08-26 Albert L. Ting <alt@artisan.com>
13442
13443 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13444 (mail-hist-current-header-contents): Use mail-text-start.
13445
13446 1998-08-26 Richard Stallman <rms@gnu.org>
13447
13448 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13449 (customize-changed-options-previous-release): New variable.
13450 (customize-changed-options): Use that variable as default arg.
13451
13452 1998-08-26 Karl Eichwalder <ke@suse.de>
13453
13454 * midnight.el: Require `timer' not only when compiling.
13455
13456 1998-08-26 Per Starback <starback@update.uu.se>
13457
13458 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13459 buffer before creating help group.
13460
13461 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13462
13463 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13464 coding-system-for-write before saving.
13465
13466 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13467
13468 * isearch.el (isearch-forward): Doc fix.
13469
13470 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13471
13472 * emacs-lisp/find-func.el: Fix :version tags to have a string
13473 value, not a float.
13474
13475 * cus-dep.el: Fix typo in output.
13476
13477 1998-08-25 Dave Love <fx@gnu.org>
13478
13479 * repeat.el (repeat): Doc fix.
13480 [From rms:]
13481 (repeat-previous-repeated-command): New variable.
13482 (repeat): Check for real-last-command being null or repeat. Set
13483 repeat-previous-repeated-command.
13484
13485 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13486
13487 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13488
13489 * gnus/message.el (message-send-mail-with-sendmail): Bind
13490 coding-system-for-write by the return value of
13491 select-message-coding-system.
13492 (message-send-mail-with-qmail): Likewise.
13493
13494 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13495
13496 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13497 define-derived-mode.
13498
13499 * files.el (file-name-invalid-regexp):
13500 Fix regex for ms-dos without long file names.
13501
13502 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13503
13504 * ps-print.el: Multi-byte buffer handling.
13505 (ps-print-version): New version number (4.0) and doc fix.
13506 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13507 compilation for GNU Emacs and emacsens.
13508 (ps-generate-postscript-with-faces): Force invisible text to be
13509 visible.
13510 (dos-ps-printer): New var to avoid compilation gripes.
13511
13512 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13513
13514 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13515 that no more characters can't be printed in the current line.
13516
13517 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13518
13519 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13520 greater than TO.
13521
13522 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13523
13524 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13525 20.2 and the earlier version.
13526 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13527 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13528 (ps-mule-find-wrappoint): Likewise.
13529 (ps-mule-generate-font): Change `X' to `x' in format
13530 control-string.
13531 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13532 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13533 `restore' form procedures `BC' and `EC'.
13534
13535 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13536
13537 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13538 is an executable procedure. Make LineThickness, Xshadow, and
13539 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13540 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13541 ps-mule-font-info-database-bdf): New vars.
13542 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13543 (ccl-encode-ethio-unicode): New CCL program.
13544 (ps-mule-encode-ethiopic): New fun.
13545 (ps-mule-current-charset): New var.
13546 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13547 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13548 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13549 (ps-mule-external-libraries): New var.
13550 (ps-mule-init-external-library): New fun.
13551 (ps-mule-font-cache): New var.
13552 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13553 (ps-last-font): New var.
13554 (ps-mule-prepare-font): New fun.
13555 (ps-mule-charset-list): New var.
13556 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13557 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13558 ps-mule-plot-string): New funs.
13559 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13560 New vars.
13561 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13562 ps-mule-prepare-cmpchar-font): New funs.
13563 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13564 vars.
13565 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13566 ps-mule-generate-bitmap-glyph): New funs.
13567 (ps-mule-initialize, ps-mule-begin): New funs.
13568 (ps-output-string-prim): Insert string as unibyte.
13569 (ps-output-prologue): New fun.
13570 (ps-flush-output): Handle the case of 'prologue.
13571 (ps-begin-file): Call ps-mule-initialize.
13572 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13573 printing multibyte characters.
13574 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13575 (ps-basic-plot-string): Handle the case of printing ASCII
13576 characters by external libraries (e.g. BDF).
13577 (ps-set-font): Set ps-last-font.
13578 (ps-plot-region): Handle multibyte characters, use
13579 ps-mule-plot-string for them.
13580 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13581
13582 * bdf.el: New file.
13583
13584 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13585
13586 * international/mule-cmds.el (select-message-coding-system): New
13587 function.
13588 (set-language-environment-coding-systems): Set
13589 default-sendmail-coding-system.
13590
13591 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13592 (default-sendmail-coding-system): New variable.
13593 (sendmail-send-it): Encode the message by a coding system
13594 select-message-coding-system returns.
13595
13596 1998-08-23 Eric Ludlam <zappo@gnu.org>
13597
13598 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13599 (speedbar-mode): Set buffer to read only.
13600 (speedbar-temp-buffer-show-function): For emacs don't call hook
13601 with arguments.
13602 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13603
13604 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13605
13606 * speedbar.el (speedbar-key-map): Fix typo.
13607
13608 See ChangeLog.7 for earlier changes.