]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix keywords.
[gnu-emacs] / lisp / ChangeLog
1 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
2
3 * derived.el: Fix keywords.
4
5 * simple.el (fill-comment, comment-column, comment-start)
6 (comment-start-skip, comment-end, comment-indent-function)
7 (block-comment-start, block-comment-end, indent-for-comment)
8 (set-comment-column, kill-comment, comment-padding, comment-region)
9 (comment-multi-line, indent-new-comment-line): Remove.
10
11 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12 function names for comment operations.
13
14 * newcomment.el: Add abundant autoload cookies.
15 (comment-style): Don't depend on runtime data at compile-time.
16 (comment-indent-hook): Remove.
17 (comment-indent): Check if comment-indent-hook is bound.
18 (comment-region): Docstring fix.
19
20 2000-05-25 Dave Love <fx@gnu.org>
21
22 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
23 byte-code-function-p.
24
25 * mail/rmailsum.el: Add provide.
26
27 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
28
29 * smerge-mode.el (smerge-diff-switches): Don't use list* in
30 defcustom.
31
32 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
33
34 * ediff-diff.el (ediff-exec-process): delete --binary option from
35 non-buffer ediff jobs.
36
37 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * hilit-chg.el (highlight-changes-mode): Ask about color or
40 grayscale support, not about window-system.
41
42 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
43 window-system.
44 (ffap-highlight): Always default to t.
45
46 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
47 display-popup-menus-p instead of looking at window-system.
48
49 * disp-table.el (standard-display-g1, standard-display-graphic):
50 Only refuse to use string glyphs on X and MS-Windows.
51
52 * avoid.el: Remove window-system from commentary, suggest to use
53 display-*-p instead.
54
55 * apropos.el (apropos-print): Use display-mouse-p instead of
56 window-system.
57
58 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * international/codepage.el (cp-decoding-vector-for-codepage):
61 Fill up unsupported characters with their own codes. From Kenichi
62 Handa.
63
64 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * international/mule-diag.el (describe-char-after): Use
67 display-graphic-p instead of window-system, so that this function
68 works on MS-DOS.
69
70 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * international/codepage.el (cp-make-coding-systems-for-codepage):
73 Remove the eight-bit-graphic and eight-bit-control charsets from
74 the list of charsets which we convert into `?'.
75
76 2000-05-25 Kenichi Handa <handa@etl.go.jp>
77
78 * international/mule-conf.el: Specify CHARSET-ID explicitely for
79 private charsets.
80 (mule-unicode-0100-24ff, japanese-jisx0213-1,
81 japanese-jisx0213-2): New charsets.
82
83 * international/fontset.el: Setup default fontset for new charsets.
84
85 2000-05-24 Dave Love <fx@gnu.org>
86
87 * info.el (Info-find-node-2): Restructure [following "Vadim
88 S. Solomin" <sovs@uic.nnov.ru>].
89
90 * icomplete.el: Fix header for Finder.
91
92 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
93
94 * rmailout.el (rmail-output-to-rmail-file): Added optional param
95 STAY.
96
97 * rmail.el (rmail-automatic-folder-directives): New user variable.
98 (rmail-show-message): Add call to `rmail-auto-file' during
99 display.
100 (rmail-auto-file): New function.
101
102 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
103
104 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
105 account.
106 (ediff-test-utility,ediff-diff-mandatory-option)
107 (ediff-reset-diff-options): Utilities for proper initialization of
108 ediff-diff-options and ediff-diff3-options on Windows.
109
110 * ediff-init.el (ediff-merge-filename-prefix): New customizable
111 variable.
112
113 * ediff-mult.el (ediff-filegroup-action): Use
114 ediff-merge-filename-prefix.
115
116 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
117
118 * viper-ex.el (ex-write): Set selective display to nil.
119
120 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
121
122 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
123 aliases for hebrew-iso-8bit.
124
125 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * woman.el: New version from Francis J. Wright
128 <F.J.Wright@Maths.QMW.ac.uk>.
129 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
130 names in environment variables regardless of the path separator.
131 (woman-topic-all-completions-1): Don't call file-name-directory-p
132 on all files, since woman-file-regexp already filters out any
133 directories.
134
135 2000-05-24 Kenichi Handa <handa@etl.go.jp>
136
137 * international/quail.el (quail-start-translation): Don't change
138 modified-p of the current buffer.
139 (quail-start-conversion): Likewise.
140
141 * international/kkc.el (kkc-region): Don't change modified-p of
142 the current buffer.
143
144 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
145 conform to RFC1468.
146 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
147
148 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
149
150 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
151 (speedbar-insert-button): Invisible text property fix.
152 (speedbar-directory-plus): Renamed from speedbar-directory-+
153 (speedbar-directory-minus): Renamed from speedbar-directory--
154 (speedbar-page-plus): Renamed from speedbar-file-+
155 (speedbar-page-minus): Renamed from speedbar-file--
156 (speedbar-page): Renamed from speedbar-file-
157 (speedbar-tag): Renamed from speedbar-tag-
158 (speedbar-tag-plus): Renamed from speedbar-tag-+
159 (speedbar-tag-minus): Renamed from speedbar-tag--
160 (speedbar-expand-image-button-alist): Use above renames.
161
162 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
163 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
164 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
165 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
166 * sb-pg.xpm: Renamed from sb-file.xpm
167 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
168 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
169
170 2000-05-24 Kenichi Handa <handa@etl.go.jp>
171
172 * international/quail.el (quail-show-guidance-buf): Set
173 current-input-method of the guidance buffer to the name of the
174 curren input method.
175
176 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
177
178 * progmodes/compile.el (compile-internal): Style typo.
179
180 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
181 quote vars and functions in the docstring.
182
183 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
184
185 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
186 Don't quote lambdas.
187
188 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
189
190 2000-05-23 Gerd Moellmann <gerd@gnu.org>
191
192 * startup.el (command-line): Determine source file of compiled
193 user init file differently. Warn if compiled user init file
194 is older than its source file.
195
196 * ffap.el (ffap-url-regexp): Add `https'.
197
198 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
199
200 * files.el (make-backup-file-name-1): Replace slashes with `!'
201 rather than `|' (which is not allowed on Windows). Replace the
202 drive letters with a string "drive_X".
203
204 2000-05-23 Gerd Moellmann <gerd@gnu.org>
205
206 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
207
208 * files.el (interpreter-mode-alist): Add `bash2'.
209
210 2000-05-22 Dave Love <fx@gnu.org>
211
212 * loadhist.el (feature-symbols, file-provides, file-requires): Use
213 mapc.
214 (feature-file): Avoid calling symbol-name. Doc fix.
215 (file-set-intersect, file-dependents): Use dolist, not mapcar.
216 (loadhist-hook-functions): Add mouse-position-function.
217 (unload-feature): Change uses of mapcar.
218
219 * files.el (parse-colon-path): Doc fix.
220 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
221 (set-auto-mode): Use mapc.
222
223 * complete.el (PC-look-for-include-file): Use :alnum: character
224 class.
225 (partial-completion-mode): Add autoload cookie.
226
227 2000-05-22 Sam Steingold <sds@gnu.org>
228
229 * info.el (Info-fontify-node): Fixed the call to
230 `add-text-properties' (bug introduced on 2000-05-18).
231
232 2000-05-22 Dave Love <fx@gnu.org>
233
234 * bindings.el: Remove debug-ignored-errors set in other files.
235
236 * progmodes/etags.el: Add to debug-ignored-errors.
237 (visit-tags-table-buffer): Clear out buffers holding old tables
238 when making a new list.
239 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
240 mapc.
241
242 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
243 quote keywords.
244 (cmpl-string-case-type): Use character classes.
245
246 * comint.el:
247 * textmodes/ispell.el:
248 * imenu.el:
249 * mail/mh-e.el:
250 * progmodes/compile.el: Add to debug-ignored-errors.
251
252 * dabbrev.el: Add to debug-ignored-errors.
253 (dabbrev-completion): Use mapc.
254
255 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
258 (woman-mapcan, woman-parse-man.conf)
259 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
260 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
261 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
262 path syntax better.
263 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
264 (woman-manpath): Call woman-parse-man.conf.
265 (woman-emulation): New defcustom, defaults to nroff.
266 (woman-font-support): New defconst.
267 (woman-use-symbol-font): New defcustom.
268 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
269 "Emulation".
270 Many functions: Doc fix.
271
272 2000-05-22 Kenichi Handa <handa@etl.go.jp>
273
274 * international/quail.el (quail-simple-translation-keymap): Map
275 128..255 to quail-self-insert-command.
276 (quail-keyboard-layout-alist): Add definition for "pc102-de".
277
278 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
279
280 * help.el (help-manyarg-func-alist): Typo.
281
282 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
283 intervals which makes it heaps simpler.
284
285 * newcomment.el (comment-region-internal): Go back to BEG after quoting
286 the nested comment markers.
287
288 * subr.el (remove-hook): Don't turn the hook's value into a list.
289
290 2000-05-21 Dave Love <fx@gnu.org>
291
292 * edmacro.el (edmacro-parse-keys): Return vector if any elements
293 are invalid characters.
294
295 * international/mule-util.el (detect-coding-with-priority): Use
296 mapc. Remove redundant lambda.
297
298 * international/mule-diag.el (list-non-iso-charset-chars)
299 (describe-fontset): Remove redundant lambda.
300
301 * emulation/crisp.el (brief-mode): New alias.
302
303 * emacs-lisp/ring.el (ring-elements): New function.
304
305 * emacs-lisp/easymenu.el (easy-menu-create-menu)
306 (easy-menu-do-add-item): Use keywordp.
307
308 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
309
310 * replace.el: Doc and error message fixes.
311 (replace-highlight): Use facep, not internal-find-face.
312
313 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
314
315 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
316
317 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
318 (log-edit-insert-changelog): Drop `:' as well.
319
320 * log-view.el: Fix file description.
321 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
322 available.
323 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
324 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
325
326 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
327 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
328 Print a status message if the toggle is called interactively.
329 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
330 for global minor modes and use `defcustom' for them.
331 Use add-minor-mode.
332 (easy-mmode-define-derived-mode): Remove.
333 (define-derived-mode): Fancier default docstring.
334 (easy-mmode-define-navigation): Signal an error rather than (ding).
335
336 * newcomment.el (comment-styles): New `box-multi'.
337 (comment-normalize-vars): Better default for comment-continue to
338 avoid whitespace-only continuations.
339 (comment-search-forward): Always move even in the no-syntax case.
340 (comment-padright): Only obey N if it's only obeyed for padleft.
341 (comment-make-extra-lines): Better handling of empty continuations.
342 Use `=' for the filler if comment-start has only one character.
343 (uncomment-region): Try handling the special `=' filler.
344 (comment-region): Allow LINES even if MULTI is nil.
345 (comment-box): Choose box style based on comment-style.
346
347 2000-05-20 Kenichi Handa <handa@etl.go.jp>
348
349 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
350 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
351
352 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
353
354 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
355 and insert, not subst-char-in-region.
356
357 * international/mule-diag.el (list-character-sets-1): Handle
358 charsets eight-bit-control and eight-bit-graphic.
359 (list-iso-charset-chars): Likewise.
360 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
361 charactes as is. Use indent-to to align characters.
362
363 * international/mule-cmds.el (find-multibyte-characters): Never
364 exclude charsets eight-bit-control and eight-bit-graphic.
365
366 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
367
368 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
369 Don't quote lambdas.
370
371 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
372
373 2000-05-19 Gerd Moellmann <gerd@gnu.org>
374
375 * gud.el (gud-jdb-directories): Doc fix.
376
377 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
378
379 * newcomment.el: New file.
380
381 2000-05-19 Gerd Moellmann <gerd@gnu.org>
382
383 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
384
385 2000-05-18 Andreas Schwab <schwab@suse.de>
386
387 * dired.el (dired-between-files): Also skip lines beginning with
388 `used'.
389
390 2000-05-18 Gerd Moellmann <gerd@gnu.org>
391
392 * msb.el (msb-menu-cond): Add choice `user'.
393
394 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
395
396 * ps-print.el: Compatibility, customization and doc fix.
397 (ps-printer-name-option): Replace defconst by defvar.
398 (ps-postscript-code-directory): XEmacs compatibility.
399 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
400 fix.
401 (ps-user-defined-prologue, ps-print-prologue-header)
402 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
403 compatibility and code fix.
404 (ps-print-background-image, ps-print-background-text):
405 Customization fix.
406 (ps-line-number-start, ps-n-up-on): New vars.
407
408 2000-05-18 Espen Skoglund <esk@ira.uka.de>
409
410 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
411 the indent-comment function to just return the appropriate indent.
412
413 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
414
415 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
416 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
417 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
418
419 2000-05-18 Dave Love <fx@gnu.org>
420
421 * info.el (Info-fontify-node): Add intangible property as well as
422 invisible.
423
424 * calendar/appt.el (appt-make-list): Match all lines of entry.
425 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
426
427 2000-05-18 Kenichi Handa <handa@etl.go.jp>
428
429 * international/mule-diag.el (describe-char-after): Call
430 internal-char-font, not char-font. If internal-char-font returns
431 nil, display "-- none --".
432
433 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
434
435 * image.el (image-type-available-p): Don't reference image-types
436 if it isn't bound.
437
438 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
439
440 * autoarg.el (autoarg-mode): Typo in the :set argument.
441
442 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
443
444 * startup.el (command-line-1): Don't signal an error if the
445 directory for auto-save-list files does not yet exist.
446
447 2000-05-17 Kenichi Handa <handa@etl.go.jp>
448
449 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
450
451 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
452
453 * subr.el (remove-hook): `setq' hook-value, not `set'.
454
455 2000-05-16 Sam Steingold <sds@gnu.org>
456
457 * info.el (debug-ignored-errors): More errors to ignore.
458
459 2000-05-16 Dave Love <fx@gnu.org>
460
461 * cus-edit.el: Don't require cl or easymenu.
462 (custom-variable-prompt): Test standard-value property, not
463 user-variable-p.
464
465 2000-05-16 Sam Steingold <sds@gnu.org>
466
467 * subr.el (add-hook): `setq' hook-value, not `set'.
468
469 2000-05-16 Gerd Moellmann <gerd@gnu.org>
470
471 * startup.el (command-line-1): Mention the FAQ in the startup
472 message.
473
474 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
475
476 * progmodes/compile.el (compilation-parse-errors): Collect
477 `nomessage' regexps last.
478
479 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
480
481 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
482 to the function name.
483
484 2000-05-15 Dave Love <fx@gnu.org>
485
486 * speedbar.el (speedbar-recenter): Typo.
487 (speedbar-expand-line): Make arg optional.
488 (speedbar-mode): Avoid a compiler warning.
489
490 2000-05-15 Gerd Moellmann <gerd@gnu.org>
491
492 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
493 user-specified option string is empty.
494
495 * mouse.el (mouse-yank-at-click): Doc fix.
496
497 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
498
499 * term/internal.el (IT-character-translations): More updates of
500 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
501 documents.
502
503 2000-05-15 Gerd Moellmann <gerd@gnu.org>
504
505 * env.el (getenv): New function, interactively callable.
506 (setenv, getenv): Remove autoload cookies.
507
508 * loadup.el: Load `env'.
509
510 * progmodes/f90.el: Change author's mail address.
511
512 2000-05-14 Dave Love <fx@gnu.org>
513
514 * mail/rmail.el (rmail-show-message-hook): Customize and offer
515 goto-addr as an option.
516
517 * help.el (help-xref-stack): Doc fix.
518 (help-xref-following): New variable.
519 (help-make-xrefs): Use it.
520 (help-xref-go-back): Use position information from stack element.
521 (help-follow): Make position in stack element a pair. Use
522 help-xref-following.
523
524 * autoarg.el: New file.
525
526 * faces.el: Declare more functions obsolete.
527
528 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
529 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
530 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
531 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
532 Remove all the setup-...-environment functions.
533
534 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
535
536 * speedbar.el: Updated the commentary section. xemacs20p now uses
537 >= when detecting. Require `defimage' safely.
538 (speedbar-easymenu-definition-base): Add toggle for images.
539 (speedbar-easymenu-definition-special): Add flush cache & expand.
540 (speedbar-visiting-tag-hook): Set new defaults. Added options.
541 (speedbar-reconfigure-keymaps-hook): New variable.
542 (speedbar-frame-parameters): Updated documentation.
543 (speedbar-use-imenu-flag): Updated custom tag
544 (speedbar-dynamic-tags-function-list): New variable.
545 (speedbar-tag-hierarchy-method): Updated doc & custom.
546 (speedbar-indentation-width, speedbar-indentation-width) New
547 variables.
548 (speedbar-hide-button-brackets-flag): Customizable.
549 (speedbar-vc-indicator): Doc update.
550 (speedbar-ignored-path-expressions): Updated default value.
551 (speedbar-supported-extension-expressions): Updated default value.
552 (speedbar-syntax-table): Remove {} paren status.
553 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
554 as "+". Added overlay aliases.
555 (speedbar-mode): Use `speedbar-mode-line-update' instead of
556 `force-mode-line-update'.
557 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
558 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
559 `mouse-set-point'
560 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
561 (speedbar-item-info-tag-helper): Revamped to handle a wider range
562 of arbitrary text, and new helper functions.
563 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
564 filename finder.
565 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
566 (speedbar-directory-buttons): Update path search/expansion.
567 (speedbar-make-tag-line): Pay attention to
568 `speedbar-indentation-width'. Use more care w/ invisible
569 properties.
570 (speedbar-change-expand-button-char): Call
571 `speedbar-insert-image-button-maybe'.
572 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
573 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
574 (speedbar-trim-words-tag-hierarchy)
575 (speedbar-simple-group-tag-hierarchy): New functions
576 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
577 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
578 functions.
579 (speedbar-mouse-set-point): New function
580 (speedbar-power-click): Updated documentation.
581 (speedbar-line-token, speedbar-goto-this-file): Handle more types
582 of tag prefix text.
583 (speedbar-expand-line, speedbar-contract-line): Make more robust
584 to strange text.
585 (speedbar-expand-line): Takes universal argument to flush the
586 cache.
587 (speedbar-flush-expand-line): New function.
588 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
589 Use new generator insertion method.
590 (speedbar-fetch-dynamic-tags): New function.
591 (speedbar-fetch-dynamic-imenu): Removed code now handled in
592 `speedbar-fetch-dynamic-imenu'.
593 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
594 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
595 "Revert Buffer" menu items.
596 (speedbar-buffer-buttons-engine): Be smarter when creating a
597 filename tag (for expansion purposes.).
598 (speedbar-highlight-one-tag-line,
599 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
600 (speedbar-recenter): New functions.
601 (defimage-speedbar): Image loading abstraction.
602 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
603 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
604 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
605 (speedbar-tag-type, speedbar-tag-mail): New images.
606 (speedbar-expand-image-button-alist): New variable.
607 (speedbar-insert-image-button-maybe): Insert an image over some
608 buttons.
609
610 2000-05-13 Kenichi Handa <handa@etl.go.jp>
611
612 * international/mule-cmds.el (encode-coding-char): An ASCII
613 character is always encodable.
614
615 * international/mule-conf.el: Add more information in descriptions
616 of character sets.
617
618 * international/mule-diag.el (describe-char-after): New function.
619 (describe-font-internal): Adjusted for the change of font-info.
620 (describe-font): Likewise.
621 (print-fontset): Rewritten for the new fontset implementation.
622 (describe-fontset): Include fontset alias names in completion.
623 (list-fontsets): Adjusted for the change of print-fontset.
624
625 * simple.el (what-cursor-position): If DETAIL is non-nil, call
626 describe-char-after instead of displaying the detail in the echo
627 area.
628 (syntax-code-table): Format changed.
629 (string-to-syntax): Adjusted for the above change.
630
631 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
632
633 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
634
635 2000-05-12 Dave Love <fx@gnu.org>
636
637 * calendar/todo-mode.el: Remove some compatibility stuff and CL
638 dependence. Use line-{beginning,end}-position, not
639 point-at{b,e}ol. Some doc fixes.
640 (todo-position): New function. Fix callers of position to use it.
641 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
642
643 2000-05-12 Gerd Moellmann <gerd@gnu.org>
644
645 * time.el (display-time-mail-icon): Use `:ascent center'.
646
647 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
648 handling FTP security extensions.
649
650 2000-05-11 Dave Love <fx@gnu.org>
651
652 * calendar/todo-mode.el: New file.
653
654 2000-05-11 Gerd Moellmann <gerd@gnu.org>
655
656 * comint.el (comint-read-input-ring): Move reference to
657 comint-input-ring-size outside of the save-excursion. It was
658 causing the default value to be the only one ever seen.
659
660 * font-lock.el: Update copyright. Remove Simon Marshall's email
661 address on request from him.
662
663 * subr.el (substitute-key-definition): Add comment describing
664 the meaning of PREFIX.
665
666 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
667
668 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
669
670 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
671 (add-minor-mode): Don't make the variable buffer-local and add a
672 reference to define-minor-mode in the docstring.
673
674 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
675 HEADER/FOOTER and fix bug with trailing empty directory.
676 (cvs-append-to-ignore): Use vc-editable-p if available.
677 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
678 (vc-do-command): Tweak advice to handle the new VC.
679
680 * log-view.el (log-view-goto-rev): New function for the new VC.
681 (log-view-minor-wrap): Use mark-active.
682
683 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
684 (log-edit-changelog-full-paragraphs): New var.
685 (log-edit-insert-changelog): Remove a lonely leading `* file'.
686 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
687 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
688 (log-edit-changelog-ours-p, log-edit-changelog-entries)
689 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
690 Replace the `cvs' prefix with `log-edit'.
691
692 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
693
694 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
695 (diff-font-lock-defaults): Explicitly turn off multiline.
696 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
697 (diff-ediff-patch): Fix call to ediff-patch-file.
698 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
699 Handle comments.
700
701 * frame.el (automatic-hscrolling): Typo.
702
703 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
704
705 2000-05-09 Sam Steingold <sds@goems.com>
706
707 * apropos.el (apropos-print): use `describe-face' instead of
708 `customize-face-other-window'.
709
710 2000-05-09 Dave Love <fx@gnu.org>
711
712 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
713
714 * help.el (describe-variable): Have customize button pop the
715 help-xref stack when invoked.
716 (help-xref-symbol-regexp): Add `face'.
717 (help-make-xrefs): Check for quoted face names and adapt regexp
718 submatch numbers to cope.
719 (help-xref-interned): Maybe insert face doc too. Separate
720 sections with a line of hyphens.
721
722 * faces.el: Some doc fixes. Declare some functions obsolete.
723 (describe-face): Add customize button. Return the help
724 text. Fix prompt.
725
726 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * term/internal.el (IT-character-translations): Fix last change.
729
730 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
731
732 * woman.el: New file
733 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
734
735 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
736
737 * term/internal.el (IT-character-translations): Update ASCII
738 simulations for greek-iso8859-7, add latin-iso8859-14 and
739 latin-iso8859-15.
740
741 * international/mule-cmds.el (set-language-info-alist): Call
742 define-prefix-command with 3 arguments, to make the map suitable
743 for a menu.
744
745 2000-05-07 Dave Love <fx@gnu.org>
746
747 * time.el: Small doc fixes from Pavel Janík ml..
748
749 2000-05-05 Dave Love <fx@gnu.org>
750
751 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
752 list in doc string. Don't quote keyword symbols.
753 * emacs-lisp/cl.el: Likewise
754 * emacs-lisp/cl-seq.el: Likewise
755
756 2000-05-05 Gerd Moellmann <gerd@gnu.org>
757
758 * abbrev.el (abbrev-mode): Make ARG optional.
759
760 2000-05-04 Gerd Moellmann <gerd@gnu.org>
761
762 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
763
764 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
765
766 * subr.el (substitute-key-definition): Clarify documentation.
767
768 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
769
770 * glasses.el (glasses-convert-to-unreadable): Use
771 `glasses-separator' instead of the hard-wired "_".
772 (glasses-mode): Call `glasses-make-unreadable' only in a single
773 place.
774
775 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
776
777 * term/internal.el (cjk-codepages-alist): Add associations for
778 Chinese and Korean codepages. Remove FIXME comment.
779
780 2000-05-03 Dave Love <fx@gnu.org>
781
782 * time.el (display-time-mail-face, display-time-use-mail-icon):
783 New option.
784 (display-time-mail-icon): New variable.
785 (display-time-string-forms): Use the above. Fix the local-map.
786
787 2000-05-03 Gerd Moellmann <gerd@gnu.org>
788
789 * replace.el (query-replace-map): Add binding for `E'.
790 (query-replace-help): Extend help text.
791 (perform-replace): Allow editing the replacement string.
792
793 * make-mode.el (makefile-mode-abbrev-table): New variable.
794 (makefile-mode): Set local abbrev table to
795 makefile-mode-abbrev-table.
796 (makefile-font-lock-keywords): Fontify includes and conditionals.
797
798 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
799 set TOGGLE's value.
800
801 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
802 mail-interactive-insert-alias.
803 (mail-abbrev-complete-alias): New command.
804 (mail-mode-map): Bind it to `M-TAB'.
805
806 2000-05-03 Kenichi Handa <handa@etl.go.jp>
807
808 * language/lao-util.el (lao-compose-region): New function.
809
810 2000-05-02 Gerd Moellmann <gerd@gnu.org>
811
812 * files.el (recover-session): Make directories as necessary
813 if they don't exist yet.
814
815 * calendar/cal-french.el
816 (french-calendar-multibyte-special-days-array)
817 (french-calendar-special-days-array): Change French text.
818 (calendar-french-date-string): Change output.
819 (calendar-goto-french-date): Likewise.
820
821 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
822
823 * wid-edit.el (widget-default-active): Obey `:always-active'.
824 (widget-documentation-string-value-create): Set `:always-active'.
825
826 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
827
828 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
829 default prefix to `~/_emacs.d/auto-save.list/_s'.
830 (normal-top-level): Create the directory for auto-save files, if
831 it doesn't already exist (in the ms-dos case only).
832
833 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * international/mule-cmds.el (set-language-environment): Don't
836 concat an integer (dos-codepage), use format instead.
837
838 2000-05-02 Dave Love <fx@gnu.org>
839
840 * help.el (help-xref-on-pp): Check for constant symbols.
841
842 2000-04-29 Gerd Moellmann <gerd@gnu.org>
843
844 * startup.el (normal-top-level): Put a condition-case around
845 the code loading subdirs.el.
846
847 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
848
849 * ps-print.el: Upside-down and face background color printing,
850 line number step, doc fix.
851 (ps-print-version): New version number (5.2).
852 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
853 (ps-face-attribute-list, ps-plot-with-face): Code fix.
854 (ps-spool-config): Var fix.
855 (ps-printer-name-option): Const fix.
856 (ps-print-upside-down, ps-use-face-background)
857 (ps-line-number-step): New vars.
858 (ps-window-system, ps-lp-system): New consts.
859 (ps-face-background): New fun.
860
861 2000-04-28 Richard Stallman <rms@gnu.org>
862
863 * files.el (make-auto-save-file-name):
864 Apply auto-save-file-name-transforms to visited file name
865 before generating auto save file name.
866 (auto-save-file-name-transforms): New variable.
867
868 * files.el (backup-enable-predicate):
869 Correctly test for a file under a temporary directory.
870
871 2000-04-28 Gerd Moellmann <gerd@gnu.org>
872
873 * subr.el (add-minor-mode): Rewritten.
874
875 2000-04-28 Kenichi Handa <handa@etl.go.jp>
876
877 * mail/sendmail.el (sendmail-send-it): Set
878 buffer-file-coding-system to the selected coding system for MIME
879 header.
880
881 2000-04-27 Gerd Moellmann <gerd@gnu.org>
882
883 * dired.el (dired-move-to-filename-regexp): Allow format where
884 YYYY is followed by two spaces.
885
886 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
887 in the second character class of the regexp.
888
889 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
890 mh-etc, too.
891
892 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
893 nil.
894
895 * subr.el (add-minor-mode): Use `set' instead of `setq'.
896
897 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
898 argument.
899
900 2000-04-27 Sen Nagata <sen@eccosys.com>
901
902 * emacs-lisp/crm.el (crm-completion-table): New variable.
903 (crm-collection-fn, crm-test-completion)
904 (completing-read-multiple): Use it.
905
906 2000-04-27 Dave Love <fx@gnu.org>
907
908 * help.el (locate-library): Use mapc.
909 (help-manyarg-func-alist): Add call-process-region.
910
911 2000-04-26 Gerd Moellmann <gerd@gnu.org>
912
913 * subr.el (add-minor-mode): Make argument MAP optional.
914
915 * desktop.el (desktop-save): Save list of minor modes.
916 (desktop-create-buffer): Restore minor modes.
917 (desktop-minor-mode-table): New user-option.
918
919 * subr.el (add-minor-mode): New function.
920
921 * image.el (find-image): New function.
922 (defimage): Rewritten to find image at load time.
923
924 * startup.el (normal-top-level-add-to-load-path): Handle
925 case that the default directory is not in load-path.
926
927 * help.el: Old patch from Stefan Monnier.
928 (help-xref-on-pp): New function.
929 (describe-variable): Use it to display xrefs in a symbol's value.
930
931 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
932
933 * cus-edit.el (custom-face): Fix parenthesis.
934
935 2000-04-26 Kenichi Handa <handa@etl.go.jp>
936
937 * mail/rmail.el (rmail-expunge): When there are no deleted
938 messages, do nothing.
939
940 2000-04-26 Dave Love <fx@gnu.org>
941
942 * international/mule-cmds.el (locale-translation-file-name):
943 Defvar to nil.
944 (set-locale-environment): Set it here (at runtime).
945
946 2000-04-25 Gerd Moellmann <gerd@gnu.org>
947
948 * replace.el (perform-replace): Add parameters START and END. Use
949 them instead of the check for a region in Transient Mark mode.
950 (query-replace-read-args): Return two more list elements for the
951 start and end of the region in Transient Mark mode.
952 (query-replace, query-replace-regexp, query-replace-regexp-eval)
953 (map-query-replace-regexp, replace-string, replace-regexp): Add
954 optional last arguments START and END and pass them to
955 perform-replace.
956
957 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
958 form with additional arguments for perform-replace.
959
960 * progmodes/etags.el (tags-query-replace): Add parameters START
961 and END. Construct a form with additional arguments for
962 perform-replace.
963
964 * simple.el (shell-command): Set default directory for "*Shell
965 Command Output" buffer.
966
967 * language/european.el (iso-latin-4): Fix typo.
968
969 * emacs-lisp/crm.el: New file.
970
971 2000-04-24 Dave Love <fx@gnu.org>
972
973 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
974 (Custom-reset-saved, Custom-reset-standard)
975 (custom-group-value-create, custom-group-set, custom-group-save)
976 (custom-group-reset-current, custom-group-reset-saved)
977 (custom-group-reset-standard): Use mapc.
978 (custom-buffer-create-internal): Disable undo when creating items.
979 Use mapc.
980 (custom-face): Avoid redundant lambda.
981
982 2000-04-24 Gerd Moellmann <gerd@gnu.org>
983
984 * startup.el (auto-save-list-file-prefix): Set default to
985 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
986
987 2000-04-24 Sam Steingold <sds@gnu.org>
988
989 * time-stamp.el (time-stamp-string-preprocess): Always convert
990 `field-result' to a string.
991
992 2000-04-24 Gerd Moellmann <gerd@gnu.org>
993
994 * frame.el (scrolling): New group.
995 (automatic-hscrolling): New user-option.
996
997 * startup.el (command-line-x-option-alist): Add `-lsp' and
998 `--line-spacing'.
999
1000 2000-04-19 Dave Love <fx@gnu.org>
1001
1002 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
1003 (cl-mapc): Rename from mapc. Fix the funcall.
1004
1005 2000-04-19 Gerd Moellmann <gerd@gnu.org>
1006
1007 * simple.el (clone-indirect-buffer-other-window): New command.
1008 (clone-indirect-buffer): Add optional arg NORECROD.
1009 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
1010
1011 * help.el (resize-temp-buffer-window): Use count-screen-lines.
1012
1013 * window.el (count-screen-lines): New function.
1014 (shrink-window-if-larger-than-buffer): Use count-screen-lines
1015 instead of window-buffer-height.
1016
1017 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
1018 non-existing variable comint-input-sentinel.
1019 (inferior-lisp-args-to-list): Removed.
1020 (inferior-lisp): Use split-string instead of
1021 inferior-lisp-args-to-list.
1022
1023 * hexl.el (hexl-insert-hex-string): New command.
1024
1025 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
1026 instead of concat.
1027
1028 2000-04-18 Gerd Moellmann <gerd@gnu.org>
1029
1030 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
1031 at the start of an existing but empty folder.
1032
1033 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1034
1035 * ps-mule.el: Customization fix, doc fix.
1036 (ps-multibyte-buffer): Customization fix.
1037
1038 2000-04-17 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1039
1040 * subr.el (read-passwd): Use read-char-exclusive.
1041
1042 2000-04-17 Gerd Moellmann <gerd@gnu.org>
1043
1044 * textmodes/texinfo.el (texinfo-insert-@email)
1045 (texinfo-insert-@emph, texinfo-insert-@quotation)
1046 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
1047 (texinfo-mode-map): Add key bindings for them.
1048
1049 * files.el (basic-save-buffer-2): Use a template with `$'
1050 instead of `#' for VMS.
1051
1052 * simple.el (clone-indirect-buffer): New function.
1053
1054 2000-04-16 Stephen Eglen <stephen@gnu.org>
1055
1056 * iswitchb.el (iswitchb-case): New function. If the user input
1057 contains any upper-case characters, the search is made
1058 case-sensitive.
1059
1060 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
1061
1062 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
1063 comment-end.
1064 (texinfo-font-lock-syntactic-keywords): New var.
1065 (texinfo-font-lock-keywords): Remove comment regexp.
1066 (texinfo-insert-block): New function.
1067 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
1068 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
1069 and font-lock-defaults. Use regexp-opt for outline-regexp.
1070 (texinfo-environments): New var.
1071 (texinfo-environment-regexp): Use regexp-opt and
1072 texinfo-environments.
1073
1074 * textmodes/ispell.el (ispell-menu-map-needed): Check that
1075 ispell-process is bound since this might be eval'd before ispell
1076 is loaded.
1077 (ispell-message): Use a tiny bit less magic and a bit more hard
1078 data to figure out what kind of sc-cite-regexp to use.
1079
1080 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
1081
1082 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
1083 (insert-cyclic-diary-entry): Unquote the lambda.
1084
1085 * gud.el (gud-jdb-build-source-files-list): Fix typo.
1086
1087 * files.el (backup-enable-predicate): Unquote the lambda.
1088
1089 * cus-edit.el (custom-face, face): Unquote the lambda.
1090
1091 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1092
1093 * ps-print.el: Check for line-beginning-position definition.
1094
1095 * ps-print.el: Fix counting lines in a region.
1096 (ps-print-version): New version number (5.1.5).
1097 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
1098 (ps-printing-region): Fun code fix.
1099
1100 2000-04-15 Gerd Moellmann <gerd@gnu.org>
1101
1102 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
1103 to file-directory-p.
1104
1105 2000-04-14 Gerd Moellmann <gerd@gnu.org>
1106
1107 * gud.el (gud-jdb-build-source-files-list): Check that directory
1108 exists before calling directory-files.
1109
1110 2000-04-13 Dave Love <fx@gnu.org>
1111
1112 * emacs-lisp/trace.el: Change maintainer. Use new backquote
1113 syntax.
1114
1115 * emacs-lisp/cl-specs.el: Remove when, unless.
1116
1117 * emacs-lisp/cl-extra.el: Don't quote keywords.
1118 (cl-old-mapc): New variable.
1119 (mapc): Use it.
1120 (cl-map-intervals): Use with-current-buffer. Don't check for
1121 next-property-change.
1122 (cl-map-overlays): Use with-current-buffer.
1123 (cl-expt): Remove.
1124 (copy-tree, remprop): Define unconditionally.
1125
1126 * emacs-lisp/cl-compat.el (keywordp): Remove.
1127
1128 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
1129 to use keywordp.
1130 (edebug-spec): Enable keywordp.
1131
1132 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
1133 string-lessp.
1134
1135 * cus-start.el: Use keywordp.
1136
1137 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1138
1139 * diary-lib.el (include-other-diary-files): Fix the fix of
1140 2000-02-18 by doing a save-excursion.
1141
1142 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1143
1144 * ps-print.el: Customization fix, doc fix.
1145 (ps-print-version): New version number (5.1.4).
1146 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
1147 (ps-print-preprint): Adjust code.
1148 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
1149 (ps-print-prologue-header, ps-print-control-characters)
1150 (ps-spool-config): Customization fix.
1151
1152 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1153
1154 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
1155 converted to the new menu-item format, names silightly changed,
1156 help strings added.
1157
1158 Support for spelling without async subprocesses:
1159
1160 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
1161 (ispell-session-buffer): New variables.
1162 (ispell-start-process, ispell-process-status,
1163 ispell-accept-output, ispell-send-string): New functions, for
1164 Ispell invocation when async subprocesses aren't supported.
1165 (ispell-word, ispell-pdict-save, ispell-command-loop,
1166 ispell-process-line, ispell-buffer-local-parsing): Replace calls
1167 to process-send-string with calls to ispell-send-string, and
1168 accept-process-output with ispell-accept-output.
1169 (ispell-init-process): Call ispell-process-status instead of
1170 process-status with.
1171 (ispell-init-process): Call ispell-start-process. Call
1172 ispell-accept-output and ispell-send-string. Don't call
1173 process-kill-without-query and kill-process if they are unbound.
1174 (ispell-async-processp): New function.
1175
1176 2000-04-12 Dave Love <fx@gnu.org>
1177
1178 * info.el: Add debug-ignored-errors.
1179 (Info-mode-menu): Add some items.
1180 (Info-directory): Add autoload cookie.
1181
1182 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
1183 Modify `truncate-lines'. Make `describe-language-environment'
1184 always visible and add help. Modify `describe-key' help. Invoke
1185 Info-directory from `info'. New entry `emacs-manual'.
1186
1187 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1188
1189 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
1190 propertized-buffer-identification.
1191 (ebrowse-update-member-buffer-mode-line): Likewise.
1192 (ebrowse--mode-strings): Removed.
1193 (ebrowse--mode-line-props): Removed.
1194
1195 * files.el (auto-mode-alist): Add `EBROWSE'.
1196
1197 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
1198 space before testing for end of buffer.
1199 (ebrowse-load): Removed.
1200 (ebrowse-revert-tree-buffer-from-file): Rewritten.
1201 (ebrowse-create-tree-buffer): Rewritten.
1202 (ebrowse-tree-mode): Read tree from buffer.
1203
1204 * progmodes/ebrowse-ffh.el: Removed.
1205
1206 2000-04-10 Kenichi Handa <handa@etl.go.jp>
1207
1208 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
1209
1210 2000-04-10 Gerd Moellmann <gerd@gnu.org>
1211
1212 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
1213 at the wrong place.
1214
1215 2000-04-09 Dave Love <fx@gnu.org>
1216
1217 * files.el (backup-enable-predicate): Use
1218 temporary-file-directory, small-temporary-file-directory.
1219 (make-backup-file-name-function, backup-directory-alist): New
1220 variables.
1221 (make-backup-file-name-1): New function.
1222 (make-backup-file-name): Use it.
1223 (find-backup-file-name): Likewise. Use format for clarity, not
1224 concat.
1225 (file-newest-backup): Use make-backup-file-name.
1226
1227 2000-04-09 Gerd Moellmann <gerd@gnu.org>
1228
1229 * progmodes/ebrowse-ffh.el: New file.
1230
1231 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
1232 to ebrowse-ffh.el.
1233 (ebrowse-load): Add autoload.
1234
1235 * finder.el (finder-commentary): Add autoload cookie.
1236
1237 * mail/rfc2368.el: Correct author's email address.
1238
1239 * progmodes/ebrowse.el: New file.
1240
1241 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
1242 item help string.
1243 (easy-menu-do-add-item): Ditto.
1244 (easy-menu-define): Extend doc string.
1245
1246 * jit-lock.el (with-buffer-unmodified): Use
1247 restore-buffer-modified-p.
1248 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
1249 (jit-lock-function, jit-lock-stealth-fontify): Don't use
1250 with-buffer-unmodified.
1251
1252 2000-04-08 Dave Love <fx@gnu.org>
1253
1254 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
1255 unless, when.
1256
1257 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
1258
1259 * viper-util.el (viper-put-on-search-overlay): New subroutine.
1260 (viper-flash-search-pattern): No operation when using Emacs
1261 doesn't support face.
1262 Use `viper-put-on-search-overlay'.
1263
1264 2000-04-04 Gerd Moellmann <gerd@gnu.org>
1265
1266 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
1267 like C-r.
1268
1269 * progmodes/make-mode.el: Some doc fixes.
1270 (makefile-mode-abbrev-table): New variable.
1271 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
1272 (makefile-font-lock-keywords): Fontify includes and conditionals.
1273 (toplevel): Require `dabbrev' and `add-log' when compiling.
1274
1275 * replace.el (perform-replace): Don't move forward one char
1276 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
1277 to do that because it leaves point 1 position after the last
1278 replacement, after everything has been replaced.
1279
1280 * jit-lock.el (with-buffer-unmodified): New macro.
1281 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
1282 modified state.
1283 (jit-lock-function-1): Extracted from jit-lock-function; not
1284 preserving buffer's modified state.
1285 (jit-lock-function, jit-lock-stealth-fontify): Call
1286 jit-lock-function-1.
1287
1288 * mail/rfc2368.el: Remove supernumerary copyright line.
1289
1290 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
1291
1292 * glasses.el: Provide facilities for inserting space before left
1293 parentheses and uncapitalization of identifiers.
1294 (glasses-mode): Try to remove old overlays in all cases.
1295
1296 2000-04-03 Gerd Moellmann <gerd@gnu.org>
1297
1298 * progmodes/compile.el (compile-internal): Display the compilation
1299 buffer in a different frame, if it's already displayed there.
1300
1301 * mail/rfc2368.el: New file.
1302
1303 * simple.el (sendmail-user-agent-compose): Recognize a `body'
1304 header and insert its value as mail body.
1305
1306 * subr.el (member-ignore-case): New function.
1307
1308 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
1309 (dabbrev--find-expansion): Ignore buffers matching a regexp
1310 from dabbrev-ignored-regexps.
1311
1312 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
1313 to extensions handled by gzip.
1314
1315 2000-04-03 Richard M. Stallman <rms@gnu.org>
1316
1317 * files.el (insert-directory): List the total free space
1318 along with the used space.
1319
1320 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
1321 line is followed by one that matches CITATION-REGEXP, end the
1322 paragraph.
1323
1324 2000-04-03 Markus Rost <rost@delysid.gnu.org>
1325
1326 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
1327 (rmail-make-basic-summary-line): Use that option.
1328
1329 2000-04-03 Kenichi Handa <handa@etl.go.jp>
1330
1331 * international/mule-cmds.el (encoded-string-description):
1332 Rewritten. Try pretty description for ISO 2022 escape sequences
1333 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
1334 for hexadecimal format.
1335
1336 2000-04-01 Dave Love <fx@gnu.org>
1337
1338 * cpp.el: Change customization group to `c' from `C'.
1339
1340 * vcursor.el (vcursor-move): Use display-color-p.
1341
1342 * international/mule-util.el: Provide mule-utils.
1343 (string-to-sequence): Simplify and speed up.
1344
1345 * international/mule.el (make-coding-system): Purecopy doc-string.
1346
1347 * international/mule-cmds.el: Various menu changes.
1348 (describe-specified-language-support): Handle `Default'.
1349 (set-language-info): Purecopy `info'.
1350
1351 2000-03-31 Andrew Innes <andrewi@gnu.org>
1352
1353 * vc.el (vc-backend-diff): Return the correct status if we had to
1354 retry the rcsdiff command without the --brief option.
1355
1356 2000-03-31 Dave Love <fx@gnu.org>
1357
1358 * help.el (help-manyarg-func-alist): Correct several omissions.
1359
1360 * add-log.el: Don't require cl, fortran.
1361 (add-log-current-defun-function): Doc fix.
1362 (change-log-version-number-regexp-list): Remove SCCS part. Doc
1363 fix.
1364 (change-log-version-rcs): Function deleted.
1365 (change-log-version-number-search): Doc fix. Use
1366 vc-workfile-version. Avoid CL dolist.
1367 (add-change-log-entry): Just call add-log-current-defun to get
1368 defun. Simplify somewhat.
1369 (change-log-get-method-definition-1): Likewise.
1370 (add-log-current-defun): Return nil if calling
1371 add-log-current-defun-function does so. Move Fortran stuff to
1372 fortran.el. Return string without properties.
1373
1374 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
1375 and :alpha: char classes.
1376
1377 * mail/supercite.el: Defvar curline when compiling.
1378 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
1379 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
1380 rather than a-zA-Z0-9 to allow non-ASCII characters.
1381
1382 2000-03-31 Gerd Moellmann <gerd@gnu.org>
1383
1384 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
1385
1386 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1387 Re-enable new code.
1388
1389 * lpr.el (print-region-1): Use -d to specify printer name for
1390 systems `usg-unix-v*, `dgux', `hpux', `irix'.
1391
1392 2000-03-31 Dave Love <fx@gnu.org>
1393
1394 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
1395 for function definition in symbol's function value slot first
1396 instead of first consulting byte-compile-function-environment.
1397
1398 2000-03-31 Kenichi Handa <handa@etl.go.jp>
1399
1400 * language/european.el ("Polish"): New language environment.
1401 (setup-polish-environment): New function.
1402
1403 2000-03-30 Gerd Moellmann <gerd@gnu.org>
1404
1405 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1406 Disable new code.
1407
1408 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
1409 trying to `load' the symbol of an autoload instead of the file
1410 recorded in the autoload. Fix error messages.
1411
1412 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1413
1414 * ps-print.el: PostScript programming fix for ghostview, doc fix.
1415 (ps-print-version): New version number (5.1.3).
1416 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
1417 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
1418 (ps-generate-postscript-with-faces): Code fix.
1419 (ps-color-values): XEmacs compatibility.
1420 (ps-print-background-image, ps-print-background-text, ps-printer-name)
1421 (ps-default-fg, ps-default-bg): Adjust customization.
1422 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
1423 (ps-color-scale): Renaming old ps-color-value fun.
1424 (ps-print-headers): Replace ps-print-header group to avoid conflict
1425 with ps-print-header variable.
1426 (ps-print-miscellany): New group.
1427 (ps-format-color, ps-rgb-color): New funs.
1428 (ps-default-foreground): New var.
1429 (ps-printer-name-option): New const.
1430
1431 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
1432
1433 * net/net-utils.el:
1434 (network-connection-host, network-connection-service): New variables
1435 (network-connection-mode): New mode, derived from comint-mode
1436 (network-connection-mode-setup): New function, saves host and
1437 service information in local variables.
1438
1439 * lisp/locate.el:
1440 (locate-word-at-point): Added this function
1441 (locate): Default to using locate-word-at-point as input
1442 Run dired-mode-hook
1443
1444 2000-03-29 Dave Love <fx@gnu.org>
1445
1446 * calendar/appt.el: Doc fixes.
1447 (appt-check): Convert min-to-app to a string before passing to
1448 appt-disp-window-function or concat.
1449 (appt-delete-window): Remove test for frame-root-window.
1450 (appt-select-lowest-window, appt-convert-time): Simplify.
1451
1452 * emacs-lisp/bytecomp.el: Doc fixes.
1453 (byte-compile-file-form-autoload): Update
1454 byte-compile-function-environment.
1455
1456 2000-03-29 Andreas Schwab <schwab@suse.de>
1457
1458 * emacs-lisp/autoload.el: Also print defsubst doc string
1459 specially.
1460
1461 * dired.el (dired-insert-directory): If dired-free-space-program
1462 failed just delete its output.
1463
1464 2000-03-29 Dave Love <fx@gnu.org>
1465
1466 * international/iso-cvt.el: Move provide to end. Doc fixes.
1467 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
1468 (iso-iso2sgml, iso-sgml2iso): New functions.
1469 (iso-cvt-define-menu): Fix some entries and use backquote for
1470 clarity.
1471
1472 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
1473
1474 2000-03-28 Gerd Moellmann <gerd@gnu.org>
1475
1476 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
1477 ISO-DATE. If non-nil, return date in ISO 8601 format.
1478
1479 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
1480
1481 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
1482 if it ever becomes used.
1483 (log-edit-mode-hook): Default to vc-log-mode-hook.
1484 (log-edit-mode): Fix the docstring.
1485
1486 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
1487 the code.
1488
1489 2000-03-26 Dave Love <fx@gnu.org>
1490
1491 * net/browse-url.el (browse-url): Re-fix case of
1492 browse-url-browser-function being an alist.
1493 (browse-url): Add :link to defgroup.
1494
1495 * files.el: Doc fixes.
1496 (file-truename): Include `[' in wildcard characters.
1497 (automount-dir-prefix): Customize.
1498 (find-file-wildcards): Add :version.
1499 (find-file-noselect): Simplify a mapcar call.
1500
1501 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
1502 compatible with inf-lisp version.
1503 (eval-defun-1): Fix custom-declare-variable case.
1504
1505 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
1506
1507 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
1508
1509 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1510
1511 * Makefile (COMPILE_FIRST): New macro.
1512 (compile-files): Compile files from COMPILE_FIRST first.
1513
1514 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
1515 code.
1516
1517 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
1518 matching open parenthesis in column 0 to defun-prompt-regexp
1519 only if open-paren-in-column-0-is-defun-start is set.
1520
1521 * sun-curs.el: Require CL at compile-time only.
1522
1523 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
1524 instead of copy-list which is a function from CL.
1525 (msb--choose-menu, msb--mode-menu-cond)
1526 (msb--create-buffer-menu-2): Use dolist instead of mapc.
1527 (msb--init-file-alist): Use mapcar instead of mapcan.
1528 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
1529 `(' in column 0 in doc string.
1530 (msb--add-separators): Use mapcar instead of mapcan.
1531
1532 * cus-dep.el: Require CL at compile-time only.
1533
1534 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
1535
1536 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1537 (byte-compile-warnings): New warning `noruntime'.
1538 (byte-compile-constants, byte-compile-variables): Fix docstring.
1539 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
1540 execute `eval-whenc-compile's body.
1541 (byte-compile-unresolved-functions): Fix docstring.
1542 (byte-compile-eval): New function.
1543 (byte-compile-callargs-warn): Check if the function will be available
1544 at runtime (via property `byte-compile-noruntime').
1545 (byte-compile-print-syms): New function.
1546 (byte-compile-warn-about-unresolved-functions): Also warn about
1547 `noruntime' functions (and use `byte-compile-print-syms').
1548 (byte-compile-file): Capitalize the message.
1549
1550 2000-03-24 Gerd Moellmann <gerd@gnu.org>
1551
1552 * mail/rmail.el (rmail-confirm-expunge): New user-option.
1553 (rmail-expunge): Ask for confirmation depending on the setting
1554 of rmail-confirm-expunge.
1555
1556 2000-03-23 Gerd Moellmann <gerd@gnu.org>
1557
1558 * Makefile (bootstrap-clean): If $(emacs) exists, build
1559 loaddefs.el first. A loaddefs.el that's not up-to-date might
1560 cause a bootstrap failure because things don't autoload as
1561 expected.
1562
1563 2000-03-23 Dave Love <fx@gnu.org>
1564
1565 * net/browse-url.el: Restore previous use of
1566 browse-url-maybe-new-window.
1567
1568 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1569
1570 * ps-print.el: Skip banner page fix.
1571 (ps-print-version): New version number (5.1.2).
1572 (ps-begin-file, ps-end-file, ps-generate): Code fix.
1573
1574 2000-03-23 Dave Pearson <davep@davep.org>
1575
1576 * net/quickurl.el Changed the type of parameter passed to the
1577 function defined by `quickurl-format-function'. Before only the
1578 text of the URL was passed. Now the whole URL structure is passed
1579 and the function is responsible for extracting the parts it
1580 requires. Changed the default of `quickurl-format-function'
1581 accordingly.
1582 (quickurl-insert): Changed the `funcall' of
1583 `quickurl-format-function' to match the above change.
1584 (quickurl-list-insert): Changed the `url' case so that it makes
1585 use of `quickurl-format-function', previous to this the format was
1586 hard wired.
1587
1588 2000-03-22 Gerd Moellmann <gerd@gnu.org>
1589
1590 * startup.el: Change some spellings for the X Window System.
1591
1592 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
1593
1594 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
1595 up the code and the regexp and make sure the cursor is temporarily
1596 moved to the suspicious line while querying the user.
1597
1598 2000-03-22 Jason Rumney <jasonr@gnu.org>
1599
1600 * w32-fns.el (w32-charset-info-alist): Initialize.
1601
1602 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1603
1604 * ps-print.el: N-up last page fix.
1605 (ps-print-version): New version number (5.1.1).
1606 (ps-end-file, ps-end-job, ps-generate): Code fix.
1607
1608 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * files.el (find-file-run-dired): Update docstring.
1611 (find-directory-functions): New hook.
1612 (find-file-noselect): Run find-directory-functions rather than
1613 calling dired directly.
1614
1615 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
1616
1617 * pcvs.el: Add a minimal leading commentary.
1618 (cvs-make-cvs-buffer): Change the header part by removing the startup
1619 message and adding a `Module' entry. Also replace the FOOTER and
1620 HEADER special fileinfos with the new support in ewoc for updating
1621 its own footer and header.
1622 (cvs-update-header): Update to use the header/footer of the ewoc.
1623 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
1624 (cvs-is-within-p): New function.
1625 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
1626 to only examine some subset of the buffers.
1627
1628 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
1629 `format' instead of our own ad-hoc functions.
1630 Remove HEADER and FOOTER cases, now handled in the EWOC.
1631 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
1632
1633 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
1634 output to avoid scaring the user.
1635 (cvs-parse-table): Catch message for non-up-to-date commits.
1636
1637 * pcvs-defs.el (cvs-startup-message): Remove.
1638 (cvs-global-menu): New autoloaded menu.
1639
1640 * pcvs-util.el (cvs-string-fill): Remove.
1641
1642 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
1643 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
1644 PP part of it and also make it work for footers and headers.
1645 (ewoc-create): Drop POS and BUFFER arguments.
1646 Use the DLL's dummy node to store the end-of-footer position.
1647 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
1648 (ewoc-refresh): Remove unused `header' variable.
1649 (ewoc-(get|set)-hf): New functions.
1650
1651 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
1652 log-view-*-(message|file) and use easy-mmode-define-navigation.
1653 (log-view-message-re): Match SCCS format as well.
1654 And match the revision line rather than the dashed separator line.
1655 (log-view-mode): Use the new define-derived-mode.
1656 (log-view-current-tag): Fill in with an actual implementation.
1657
1658 * cvs-status.el (cvs-status-(prev|next)): Rename from
1659 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
1660 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
1661 to let the output "breathe" a little more (more readable).
1662 (cvs-status-mode): Use the new define-derived-mode.
1663
1664 * smerge-mode.el (smerge-auto-leave): New function and variable.
1665 (smerge-basic-map): Rename from smerge-basic-keymap.
1666 Change the bindings for smerge-diff-*.
1667 (smerge-*-map): Use easy-mmode-defmap.
1668 (smerge-(next|prev)): Use easy-mmode-define-navigation.
1669 (smerge-keep-*): Use smerge-auto-leave.
1670
1671 2000-03-21 Jason Rumney <jasonr@gnu.org>
1672
1673 * cus-edit.el (custom-button-face): Use 3D look for w32.
1674 (custom-button-pressed-face): Likewise.
1675
1676 2000-03-21 Gerd Moellmann <gerd@gnu.org>
1677
1678 * progmodes/etags.el (tags-case-fold-search): New user-option.
1679 (tags-loop-eval): New function. Bind case-fold-search around eval
1680 depending on the value of tags-case-fold-search.
1681 (tags-loop-continue): Use tags-loop-eval.
1682 (find-tag-in-order): Bind case-fold-search depending on the value
1683 of tags-case-fold-search.
1684
1685 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
1688 (diff-end-of-hunk): Return the end position for use in
1689 `easy-mmode-define-navigation'.
1690 (diff-recenter): Remove.
1691 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
1692 of `easy-mmode-define-navigation'.
1693 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
1694 previous renaming) and fix to use new names.
1695 (diff-merge-strings): Use \n as separator: simpler, faster.
1696 (diff-mode): Use `define-derived-mode'.
1697
1698 * derived.el (define-derived-mode): Don't autoload anymore.
1699 Prefer the macro-only version provided by easy-mmode.el.
1700
1701 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
1702 `easy-mmode-define-derived-mode'.
1703 Use `combine-run-hooks'.
1704 (easy-mmode-define-navigation): New macro.
1705
1706 * subr.el (combine-run-hooks): New function.
1707
1708 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
1709
1710 * term/x-win.el: Fontsets related initialization is simplified.
1711
1712 * international/mule-diag.el (describe-font): Don't refer to
1713 global-fontset-alist, instead call font-list.
1714 (describe-fontset, list-fontsets, mule-diag): Likewise.
1715 (print-fontset): Adjusted for the change of fontset
1716 implementation.
1717
1718 * international/fontset.el (x-charset-registries): Variable
1719 removed, instead the corresponding data is stored in the default
1720 fontset.
1721 (register-alternate-fontnames): Function removed.
1722 (resolved-ascii-font): Variable removed.
1723 (x-compose-font-name): Ignore the second argument REDOCE.
1724 (x-complement-fontset-spec): Complement only an ASCII font and
1725 element for those charsets than can use that ASCII font.
1726 (generate-fontset-menu): Don't refer to global-fontset-alist,
1727 instead call fontset-list.
1728 (uninstantiated-fontset-alist): Variable removed.
1729 (x-style-funcs-alist): Likewise.
1730 (fontset-default-styles): Likewise.
1731 (x-modify-font-name): Function removed.
1732 (create-fontset-from-fontset-spec): Ignore the argument
1733 STYLE-VARIANT.
1734 (create-fontset-from-ascii-font): Docsting adjusted for the above
1735 change.
1736 (instantiate-fontset, resolve-fontset-name): Functions removed.
1737 (fontset-list): Now implemented by C code.
1738
1739 * faces.el (read-face-font): Fix TABLE arg to completing-read.
1740 (describe-face): Include `font' attribute in the description.
1741
1742 2000-03-21 Kenichi Handa <handa@etl.go.jp>
1743
1744 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
1745
1746 2000-03-20 Gerd Moellmann <gerd@gnu.org>
1747
1748 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
1749 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
1750 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
1751
1752 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
1753 about behavior of set-buffer-modified-p wrt redisplay.
1754
1755 2000-03-19 Richard M. Stallman <rms@caffeine.ai.mit.edu>
1756
1757 * view.el (view-mode-disable): Kill local binding of view-read-only.
1758
1759 2000-03-18 Gerd Moellmann <gerd@gnu.org>
1760
1761 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
1762 is a string, convert it to a syntax cell using string-to-syntax.
1763
1764 * simple.el (syntax-code-table, syntax-flag-table): New variables.
1765 (string-to-syntax): New function.
1766
1767 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
1768 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
1769 try to use passive ftp mode.
1770
1771 2000-03-17 Gerd Moellmann <gerd@gnu.org>
1772
1773 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
1774
1775 * simple.el (append-to-buffer): Update point of windows after
1776 insertion.
1777
1778 * abbrev.el (inverse-add-abbrev): Identify word by first moving
1779 forward then moving backward. Reindent.
1780
1781 * frame.el (other-frame): Call x-focus-frame only if
1782 focus-follows-mouse is off.
1783
1784 2000-03-17 Dave Love <fx@gnu.org>
1785
1786 * pcvs-util.el (cvs-strings->string): Rename
1787 replace-regexps-in-string.
1788
1789 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
1790
1791 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
1792 regexp for labels cannot span several lines.
1793
1794 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
1795 `(setq :<key> ':<key>)' to the macro expansion.
1796
1797 2000-03-16 Dave Love <fx@gnu.org>
1798
1799 * progmodes/f90.el (f90): Put custom group under `languages', not
1800 `fortran'.
1801 (f90-mode-hook): Customize.
1802 (f90-mode): Set add-log-current-defun-function.
1803 (f90-current-defun): New function.
1804
1805 2000-03-16 Gerd Moellmann <gerd@gnu.org>
1806
1807 * cus-edit.el (custom-variable-tag-face): Handle case that
1808 default face's height is not a number.
1809 (custom-face-tag-face, custom-group-tag-face-1)
1810 (custom-group-tag-face): Ditto.
1811 (custom-group-tag-face-1): Add :group.
1812
1813 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
1814
1815 2000-03-15 Gerd Moellmann <gerd@gnu.org>
1816
1817 * pcvs-defs.el (toplevel): Remove autoload cookie for form
1818 requiring easymenu.
1819
1820 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1821
1822 * ps-print.el: PostScript user-defined prologue, PostScript error
1823 handler, doc fix.
1824 (ps-print-version): New version number (5.1).
1825 (ps-user-defined-prologue, ps-error-handler-message)
1826 (ps-print-prologue-0, ps-error-handler-alist): New vars.
1827 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
1828 (ps-insert-string): New function.
1829
1830 2000-03-15 Kenichi Handa <handa@etl.go.jp>
1831
1832 * international/ccl.el (ccl-compile-expression): Don't generate
1833 invalid self-assignment code.
1834
1835 2000-03-14 Dave Love <fx@gnu.org>
1836
1837 * subr.el (replace-regexp-in-string): Renamed from
1838 replace-regexps-in-string. Doc fix.
1839
1840 2000-03-12 Dave Love <fx@gnu.org>
1841
1842 * cus-edit.el: Doc fixes.
1843 (customize-set-variable, customize-save-variable): Rename args for
1844 doc.
1845 (custom-variable-tag-face, custom-face-tag-face)
1846 (custom-group-tag-face-1, custom-group-tag-face): Modify from
1847 style which user identify as hyperlink.
1848 (hook): Don't add undefined functions to the hook.
1849 (debug-ignored-errors): Transfer message from bindings.el.
1850
1851 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1852
1853 * recentf.el (recentf-keep-non-readable-files-p): Remove
1854 double/nested definition.
1855
1856 2000-03-12 Dave Love <fx@gnu.org>
1857
1858 * facemenu.el (facemenu-get-face): Use display-color-p.
1859 * enriched.el (enriched-decode-foreground): Likewise.
1860 (enriched-decode-background): Likewise.
1861 * isearch.el (isearch-highlight): Likewise.
1862 * info-look.el (info-lookup): Likewise.
1863 * simple.el (completion-setup-function): Likewise.
1864
1865 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
1866 :options.
1867
1868 * bindings.el (mode-line-format): Fix line-number and
1869 column-number items. Add help-echo for the background.
1870 (mode-line-mule-info): Modify help-echo.
1871
1872 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
1873 defcustom.
1874
1875 * files.el (load-file): Allow completion to .elc.
1876
1877 * man.el: Doc fixes.
1878 (Man-init-defvars): Use display-color-p to set fontification.
1879
1880 * play/hanoi.el (hanoi-internal): Don't use oddp.
1881
1882 2000-03-12 Gerd Moellmann <gerd@gnu.org>
1883
1884 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
1885
1886 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
1887
1888 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
1889
1890 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
1891 Fix comment.
1892
1893 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
1894
1895 * font-lock.el (font-lock-keywords): Fix the doc now that
1896 regexp-opt-depth is unnecessary.
1897 (save-buffer-state): Set an edebug spec.
1898 (font-lock-fontify-anchored-keywords): Properly handle the case when
1899 the matcher goes past the limit.
1900
1901 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
1902 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
1903
1904 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
1905 dll.el and cookie.el (from Elib) with heavy renaming and other
1906 massaging.
1907
1908 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
1909 Autoload the functions used.
1910 (easy-mmode-define-syntax): Fix CL typo.
1911 (easy-mmode-define-derived-mode): Improve the docstring generation.
1912
1913 2000-03-10 Gerd Moellmann <gerd@gnu.org>
1914
1915 * textmodes/texinfo.el (texinfo-version): Variable and function
1916 removed.
1917
1918 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
1919
1920 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
1921 allow more flexibility.
1922 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
1923 fns.
1924 (easy-mmode-defmap, easy-mmode-defsyntax)
1925 (easy-mmode-define-derived-mode): New macros.
1926
1927 2000-03-09 Didier Verna <didier@xemacs.org>
1928
1929 * rect.el (replace-rectangle): New function.
1930
1931 2000-03-09 Dave Love <fx@gnu.org>
1932
1933 * progmodes/fortran.el (fortran-comment-line-start): Define as
1934 "C".
1935 (fortran-comment-line-start-skip): Don't match cpp stuff.
1936 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
1937 (fortran-mode-map): Remove over-eager custom-menu-create for now.
1938 (fortran-mode): Don't set fortran-comment-line-start-skip,
1939 fortran-comment-line-start here. Set comment-start,
1940 add-log-current-defun.
1941 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
1942 (fortran-current-defun): New function.
1943
1944 2000-03-09 Gerd Moellmann <gerd@gnu.org>
1945
1946 * emacs-lisp/re-builder.el: New file.
1947
1948 * mouse.el (mouse-drag-region): Don't run up-event handler
1949 if hscroll has changed.
1950
1951 * octave-mod.el (octave-font-lock-keywords): To font-lock the
1952 builtin operators, use `font-lock-builtin-face' for Emacs and
1953 `font-lock-preprocessor-face' otherwise.
1954
1955 * font-lock.el (lisp-font-lock-keywords-1): Highlight
1956 `(defun (setf foo)' differently.
1957
1958 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
1961 (regexp-opt): Update comment and adapt the code the new meaning of
1962 the `paren' argument of regex-opt-group for shy-groups.
1963 (regexp-opt-depth): Handle shy groups as well as backslashed
1964 backslashes.
1965 (regexp-opt-group): Turn the leading comment into a docstring.
1966 Allow `paren' to be a string (the string to use to open a group).
1967 Remove open-presuf and close-presuf. Instead of checking for `all
1968 one-char' and then later on check for `several one-char', handle
1969 both cases close together. Also apply a more generic algorithm
1970 for suffixes (the mirror image of the algorithm used for
1971 prefixes). Use shy-groups. Use nreverse rather than reverse.
1972 (regexp-opt-try-suffix): Removed.
1973
1974 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
1975 from comint-mode-map, so we can just inherit from it. Also, move
1976 the initialization into the `defvar' since there's no docstring
1977 anyway and it's fairly short.
1978 (inferior-scheme-mode): Define it as derived-mode: the code is
1979 shorter and this way we inherit from comint-mode-map rather than
1980 copying it.
1981
1982 * subr.el (replace-regexps-in-string): Properly handle the case
1983 where we match an empty string.
1984
1985 * comint.el (comint-exec-1): Add the current-dir to the exec-path
1986 when the command has a directory component (such as "./testml").
1987 Also fix a typo in the comment.
1988
1989 2000-03-08 Gerd Moellmann <gerd@gnu.org>
1990
1991 * Makefile (compile-files): Compile files one by one because
1992 that's the only way to ensure a clean compilation environment for
1993 each individual file.
1994
1995 * frame.el (other-frame): Call x-focus-frame.
1996
1997 2000-03-07 Dave Love <fx@gnu.org>
1998
1999 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
2000 :require to defcustom.
2001
2002 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
2003 lists.
2004
2005 * files.el (auto-mode-alist): Add configure.in.
2006
2007 * progmodes/autoconf.el: New file.
2008
2009 2000-03-07 Gerd Moellmann <gerd@gnu.org>
2010
2011 * mail/mh-e.el: Change maintainer to `none'.
2012
2013 * recentf.el (recentf-keep-non-readable-files-p): Quote args
2014 to remove-hook and add-hook.
2015
2016 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2017
2018 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
2019 it as the default.
2020 (mail-send): Test mail-send-nonascii also for the new `mime' value.
2021 (sendmail-send-it): Conditionally add MIME headers specifying the
2022 used character set.
2023
2024 2000-03-07 Dave Love <fx@gnu.org>
2025
2026 * winner.el: Fix keywords, autoload cookies. Split
2027 eval-when-compile form to avoid compilation failure.
2028
2029 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2030
2031 * international/mule.el: Modify comment about coding system
2032 property `coding-category'.
2033 (make-coding-system): New argument EOL-TYPE. Pay attention to
2034 coding-category property of PROPERTIES.
2035
2036 * international/mule-conf.el (coding-category-utf-8,
2037 coding-category-utf-16-be, coding-category-utf-16-le): New coding
2038 categories. Include them in the argument for set-coding-priority.
2039
2040 * international/mule-cmds.el (reset-language-environment): Include
2041 coding-category-utf-8, coding-category-utf-16-be, and
2042 coding-category-utf-16-le in the argument for set-coding-priority.
2043 (reset-language-environment): Initialize coding-category-utf-8,
2044 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
2045
2046 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2047
2048 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
2049 code abstracted out of `bookmark-jump-noselect'. Now tries info
2050 extensions as well as compression extensions.
2051 (bookmark-jump-noselect): Use above new func.
2052
2053 2000-03-03 Gerd Moellmann <gerd@gnu.org>
2054
2055 * strokes.el: Change maintainer's mail address.
2056
2057 2000-03-03 Kenichi Handa <handa@etl.go.jp>
2058
2059 * international/mule-diag.el (list-character-sets): Make help-echo
2060 string by substitute-command-keys.
2061 (list-character-sets): Likewise.
2062 (sort-listed-character-sets): Call help-setup-xref.
2063
2064 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2065
2066 * time.el (display-time-mail-file): Add `none' to the list of
2067 choices.
2068
2069 2000-03-01 Dave Love <fx@gnu.org>
2070
2071 * help.el (help-xref-go-back): Don't try to set position.
2072
2073 * international/mule-diag.el (list-character-sets): Call
2074 help-setup-xref. Add help-echo to xrefs.
2075 (list-character-sets-1): Add help-echo to xrefs.
2076
2077 2000-03-02 Gerd Moellmann <gerd@gnu.org>
2078
2079 * frame.el (blink-cursor-mode): Switch cursor on when turning
2080 the mode off.
2081
2082 * add-log.el (add-log-current-defun): Add support for
2083 Autoconf mode.
2084
2085 * mail/rmail.el (rmail-quit-hook): New variable.
2086
2087 2000-03-01 Dave Love <fx@gnu.org>
2088
2089 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
2090
2091 * help.el (help-xref-button): Add help-echo arg.
2092 (describe-function-1, describe-variable, help-make-xrefs): Use it.
2093
2094 * faces.el (list-faces-display): Supply help-echo with
2095 help-make-xrefs.
2096
2097 * facemenu.el (list-text-properties-at): Set help-xref-stack to
2098 nil.
2099
2100 2000-03-01 Gerd Moellmann <gerd@gnu.org>
2101
2102 * image.el (defimage): Look for image files in load-path.
2103
2104 * frame.el (busy-cursor-delay-seconds): Change type to
2105 `number'.
2106
2107 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2108
2109 * recentf.el (recentf): Added version tag to the defgroup of
2110 recentf.
2111
2112 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2113
2114 * recentf.el (recentf-cleanup): Changed to remove excluded file
2115 too.
2116 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
2117 action to select/unselect a file.
2118 (recentf-edit-list): Code cleanup and improvement.
2119 (recentf-open-more-files-action): `recentf-open-more-files' button
2120 widget action to open a file.
2121 (recentf-open-more-files): No more use standard completion but
2122 widgets.
2123 (recentf-more-collection): Deleted.
2124 (recentf-more-history): Deleted.
2125 (recentf-setup-more-completion): Deleted.
2126
2127 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
2128
2129 * recentf.el (recentf-mode): No more needs that Emacs is running
2130 under a window-system.
2131
2132 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2133
2134 * recentf.el (recentf-edit-list): New command to edit the recent
2135 list which allow the user to remove files.
2136 (recentf-edit-selected-items): New global variable, used by
2137 `recentf-edit-list' to hold the list of files to be removed from
2138 the recent list.
2139 (recentf-make-menu-items): Updated to display a "Edit list..."
2140 menu item. Minor code cleanup.
2141
2142 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2143
2144 * recentf.el (recentf-open-more-files): New command to open files
2145 that are not displayed in the menu.
2146 (recentf-more-collection): New global variable holding the set of
2147 permissible completions used by `recentf-open-more-files'.
2148 (recentf-more-history): New global variable holding the history list
2149 used by `recentf-open-more-files' completion.
2150 (recentf-setup-more-completion): New function to setup completion for
2151 `recentf-open-more-files'.
2152 (recentf-make-menu-items): Updated to display a "More..." menu item.
2153
2154 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2155
2156 * recentf.el (recentf-menu-action): Doc fixed.
2157
2158 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
2159
2160 * recentf.el (recentf-menu-filter): Doc updated.
2161 (recentf-update-menu-hook): Allow menu filters to force menu update.
2162 (recentf-make-menu-items): New menu filter handling.
2163 (recentf-make-menu-item): New helper function.
2164 (recentf-menu-elements): New menu handling function.
2165 (recentf-sort-ascending): Updated to new menu filter handling.
2166 (recentf-sort-descending): Updated to new menu filter handling.
2167 (recentf-sort-basenames-ascending): New menu filter function.
2168 (recentf-sort-basenames-descending): New menu filter function.
2169 (recentf-show-basenames): New menu filter function.
2170 (recentf-show-basenames-ascending): New menu filter function.
2171 (recentf-show-basenames-descending): New menu filter function.
2172
2173 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2174
2175 * diary-lib.el (list-diary-entries): Don't try to go forward at
2176 the end of the buffer.
2177
2178 2000-02-29 Kenichi Handa <handa@etl.go.jp>
2179
2180 * international/mule-diag.el (list-character-sets): Completely
2181 rewritten.
2182 (sort-listed-character-sets): New function.
2183 (list-character-sets-1): Completely rewritten.
2184 (list-character-sets-2): New function.
2185 (non-iso-charset-alist): New variable.
2186 (decode-codepage-char): New function.
2187 (charset-history): New variable.
2188 (read-charset) (list-block-of-chars)
2189 (list-iso-charset-chars)
2190 (list-non-iso-charset-chars)
2191 (list-charset-chars): New functions.
2192 (mule-diag): Call list-character-sets-2, not
2193 list-character-sets-2.
2194 (dump-charsets): Likewise.
2195
2196 2000-02-29 Gerd Moellmann <gerd@gnu.org>
2197
2198 * dired-x.el (dired-filename-at-point): Add `@' to valid
2199 file name characters.
2200 (dired-filename-at-point): Handle ange-ftp file names.
2201
2202 * frame.el (frame-notice-user-settings): Use assq-delete-all
2203 instead of assoc-delete-all.
2204 (frame-notice-user-settings): Ditto.
2205
2206 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
2207 Don't copy alist.
2208
2209 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
2210
2211 * calculator.el (calculator-use-menu): New option.
2212 (calculator-initial-bindings): Changed some bindings to work as
2213 macros.
2214 (calculator-forced-input): Removed.
2215 (calculator-restart-other-mode): New variable.
2216 (calculator-mode-map): Set up menu.
2217
2218 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
2219
2220 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
2221 tags.
2222
2223 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
2224
2225 * viper-cmd.el (viper-envelop-ESC-key): added the option to
2226 translate all ESC key sequences.
2227 (viper-goto-mark-subr): restore markers for files for which
2228 they were saved.
2229 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
2230 * viper-util.el (viper-set-replace-overlay-glyphs,
2231 viper-set-replace-overlay): always check if the replacement
2232 overlay is live.
2233 * viper.el (viper-vi-state-mode-list): added major modes.
2234 * ediff-wind.el: minor comment changes.
2235 * ediff.el: copyright notice date fix.
2236
2237 2000-02-27 Jason Rumney <jasonr@gnu.org>
2238
2239 * faces.el (face-font-family-alternatives): Add arial to helv.
2240 (mode-line, header-line, tool-bar): Same default as x for w32.
2241 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
2242 face-font-family-alternatives from working.
2243 * term/w32-win.el (mouse-set-font): Do not build fontset from
2244 chosen font.
2245
2246 2000-02-25 Sam Steingold <sds@goems.com>
2247
2248 * emacs-lisp/cl-indent.el (toplvel): Indent `pprint-logical-block'
2249 properly.
2250
2251 2000-02-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2252
2253 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
2254
2255 2000-02-25 Gerd Moellmann <gerd@gnu.org>
2256
2257 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
2258 writable.
2259
2260 * frame.el (busy-cursor-delay-seconds): New option.
2261
2262 2000-02-24 Gerd Moellmann <gerd@gnu.org>
2263
2264 * frame.el (show-cursor-in-non-selected-windows): New option.
2265
2266 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2267
2268 * diary-lib.el (include-other-diary-files): Undo the selective
2269 display in any included file and don't kill it.
2270
2271 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
2272
2273 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
2274 bar. Menu items converted to (menu-item format, help strings
2275 added.
2276 [downcase, upcase]: Don't enable on MS-DOS.
2277 [symlink, symlinks]: Don't show if make-symbolic-link is not
2278 bound.
2279 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
2280
2281 2000-02-23 Dave Love <fx@gnu.org>
2282
2283 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
2284 (backward-kill-word): Revert addition of * to interactive spec --
2285 it's a feature.
2286
2287 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
2288 (backward-kill-sentence, kill-sentence): Likewise.
2289
2290 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
2291 scratch buffer name.
2292 (gud-format-command): Use int-to-string in ?l case. Simplify
2293 slightly.
2294
2295 * term/w32-win.el (internal-face-interactive): Update prompt for
2296 new read-face-name.
2297
2298 * mail/footnote.el (footnote): Add :version to defgroup.
2299 (footnote-section-tag-regexp): Customize.
2300 (footnote-start-tag, footnote-end-tag): New option.
2301 (footnote-latin-regexp): New variable.
2302 (Footnote-latin): New function.
2303 (footnote-style-alist): Add element for latin style.
2304 (footnote-style): Moved.
2305 (Footnote-goto-footnote): Use eq to test arg.
2306
2307 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
2308
2309 * emacs-lisp/byte-opt.el: Change old backquote syntax.
2310 (byte-compile-trueconstp): Include keywords.
2311 (byte-optimize-quote, byte-optimize-lapcode): Use
2312 byte-compile-const-symbol-p.
2313 (byte-optimize-char-before): New optimization.
2314
2315 * emacs-lisp/bytecomp.el: Change old backquote syntax.
2316 (byte-compile-const-symbol-p): New function.
2317 (byte-compile-constp, byte-compile-out-toplevel)
2318 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
2319 Use it.
2320
2321 * subr.el (define-key-after): Default AFTER to t. Doc fix.
2322
2323 2000-02-23 Kenichi Handa <handa@etl.go.jp>
2324
2325 * international/encoded-kb.el: Be sure to update minor-mode-alist
2326 and minor-mode-map-alist.
2327 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
2328 codes SS2 and SS3 correctly.
2329 (encoded-kbd-self-insert-ccl): New function.
2330 (encoded-kbd-setup-keymap): New function.
2331 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
2332 by calling encoded-kbd-setup-keymap.
2333
2334 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
2335 characters.
2336 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
2337 locally.
2338
2339 2000-02-22 Dave Love <fx@gnu.org>
2340
2341 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
2342 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
2343 defvar.
2344 (lisp-mode-syntax-table): Set up for #|...|# comments.
2345 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
2346 classes. Match `defface'.
2347 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
2348 (eval-defun-1): Fix for defcustom.
2349 (lisp-indent-region): Doc fix.
2350
2351 * subr.el (when, unless, split-string): Doc fix.
2352 (read-passwd): Move call of clear-this-command-keys to the right
2353 place.
2354 (replace-regexps-in-string): New function.
2355
2356 2000-02-22 Gerd Moellmann <gerd@gnu.org>
2357
2358 * help.el (describe-variable): Set syntax table to
2359 emacs-lisp-mode-syntax-table when moving forward over the
2360 symbol's name.
2361
2362 2000-02-22 Dave Love <fx@gnu.org>
2363
2364 * xt-mouse.el: Doc fixes.
2365 (xterm-mouse-position-function): New function, replacing advice of
2366 mouse-position.
2367 (xterm-mouse-mode): Use it. Don't turn on under a window system.
2368
2369 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
2370
2371 2000-02-21 Gerd Moellmann <gerd@gnu.org>
2372
2373 * format.el (format-annotate-single-property-change): Handle
2374 properties.with dotted-list values.
2375 (format-proper-list-p): New function.
2376
2377 * enriched.el (enriched-face-ans): Handle '(foreground-color
2378 . COLOR) and (background-color . COLOR).
2379
2380 2000-02-20 Dave Love <fx@gnu.org>
2381
2382 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
2383 and assignments to it.
2384 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
2385 current local map.
2386 (make-flyspell-overlay): Use it.
2387 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
2388
2389 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
2390 (lm-get-header-re): Defun, not defsubst.
2391 (lm-get-package-name): Defun, not defsubst. Simplify.
2392 (lm-version): Doc fix. Simplify.
2393 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
2394 (lm-crack-address, lm-last-modified-date, lm-commentary)
2395 (lm-verify, lm-synopsis): Simplify.
2396 (lm-report-bug): Require emacsbug. Use compose-mail.
2397
2398 2000-02-20 Gerd Moellmann <gerd@gnu.org>
2399
2400 * dired.el (dired-mode): Call propertized-buffer-identification
2401 to set mode-line-buffer-identification to something having
2402 the right text properties.
2403
2404 * bindings.el (propertized-buffer-identification): New function.
2405
2406 2000-02-20 Dave Love <fx@gnu.org>
2407
2408 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
2409 check for t-mouse too.
2410
2411 * cus-start.el: Make echo-keystrokes `number'.
2412
2413 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2414
2415 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
2416 Don't call ring-empty-p unless tags-location-ring is bound.
2417 From Noah Friedman <friedman@splode.com>.
2418
2419 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2420
2421 * progmodes/hideshow.el (hs-flag-region): No longer use
2422 `intangible' overlay property.
2423
2424 (hs-toggle-hiding): New command.
2425 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
2426
2427 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
2428 Fix omission bug: Run `hs-minor-mode-hook' for both activation
2429 and deactivation.
2430
2431 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2432
2433 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
2434
2435 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2436
2437 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
2438
2439 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
2440 of `*' to handle `(* ... *)' comments.
2441
2442 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
2443
2444 * faces.el (list-faces-display): Use display-mouse-p instead of
2445 window-system.
2446
2447 * menu-bar.el (global-map): Menu-bar items converted to the new
2448 format (menu-item..., rearranged for better CUA compliance, and
2449 their names changed for better clarity. Help strings added.
2450
2451 * international/mule-cmds.el (mule-menu-keymap)
2452 (describe-language-environment-map, set-coding-system-map)
2453 (setup-language-environment-map): Convert to new (menu-item...
2454 form, add help strings. Change names of menu items for better
2455 clarity. "Mule" menu-bar item removed (it's now in the "Options"
2456 submenu).
2457
2458 2000-02-17 Gerd Moellmann <gerd@gnu.org>
2459
2460 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
2461 within the code.
2462
2463 2000-02-16 Dave Love <fx@gnu.org>
2464
2465 * faces.el: Don't require custom. Add more specific :groups to
2466 various deffaces.
2467 (set-face-attribute): Purecopy args.
2468 (read-face-name): Default to name at point and use it in prompt.
2469 Remove colon from arg in all callers.
2470 (list-faces-display): Hyperlink to face descriptions and customize
2471 buffers.
2472
2473 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
2474
2475 * wid-edit.el (widget-match-inline): An atom never matches a
2476 list.
2477
2478 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2479
2480 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2481 at ':' characters by call to split-string.
2482
2483 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2484
2485 * textmodes/bibtex.el: Added RCS version identification.
2486
2487 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2488
2489 * textmodes/bibtex.el: Some temporary comments removed.
2490 (bibtex-field-name, bibtex-entry-type): Made the relationship
2491 explicit.
2492 (bibtex-field-const): Allow capital letters.
2493 (bibtex-start-of-string): Deleted because unused.
2494
2495 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2496 use the term 'reference' to describe a bibtex entry as a whole.
2497 Further, reference keys are no longer called 'labels'.
2498 (bibtex-keys): Renamed to bibtex-reference-keys.
2499 (bibtex-reformat-previous-labels): Renamed to
2500 bibtex-reformat-previous-reference-keys.
2501 (bibtex-reference-type): Renamed to bibtex-entry-type.
2502 (bibtex-reference-head): Renamed to bibtex-entry-head.
2503 (bibtex-reference-maybe-empty-head): Renamed to
2504 bibtex-entry-maybe-empty-head.
2505 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2506 (bibtex-search-reference): Renamed to bibtex-search-entry.
2507 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2508 bibtex-enclosing-entry-maybe-empty-head.
2509 (bibtex-entry-field-alist, bibtex-entry-head,
2510 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2511 bibtex-map-entries, bibtex-search-entry,
2512 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2513 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2514 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2515 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2516 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2517 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2518 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2519
2520 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2521
2522 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2523 comment.
2524 (bibtex-format-field-delimiters): New function, functionality
2525 extracted from bibtex-format-entry.
2526 (bibtex-autokey-get-yearfield-digits): New function, functionality
2527 extracted from bibtex-autokey-get-yearfield.
2528
2529 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2530 entries in order to avoid stack overflow in the regexp matcher if
2531 field contents become large.
2532 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2533 bibtex-field-string-part-not-braced,
2534 bibtex-field-string-part-no-inner-braces,
2535 bibtex-field-string-part-1-inner-brace,
2536 bibtex-field-string-part-2-inner-braces,
2537 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2538 bibtex-field-string-quoted, bibtex-field-string,
2539 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2540 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2541 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2542 as parsing is now performed by the following functions.
2543 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2544 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2545 bibtex-parse-field-string, bibtex-search-forward-field-string,
2546 bibtex-parse-association, bibtex-field-name-for-parsing,
2547 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2548 bibtex-search-forward-field, bibtex-search-backward-field,
2549 bibtex-start-of-field, bibtex-end-of-field,
2550 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2551 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2552 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2553 bibtex-parse-string, bibtex-search-forward-string,
2554 bibtex-search-backward-string, bibtex-start-of-string,
2555 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2556 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2557 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2558 entries. Instead of reporting the results of the parsing by
2559 match-beginning or match-end, these functions return data structures
2560 that hold the corresponding positions.
2561 (bibtex-enclosing-field): Changed to also report field boundaries by
2562 return values rather than by match-beginning or match-end. The
2563 following functions have been adapted to use the new parsing
2564 functions.
2565 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2566 bibtex-enclosing-field, bibtex-format-entry,
2567 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2568 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2569 bibtex-print-help-message, bibtex-end-of-entry,
2570 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2571 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2572 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2573 method for parsing.
2574 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2575 bibtex-map-entries, bibtex-flash-head,
2576 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2577 bibtex-autokey-change, bibtex-autokey-get-namefield,
2578 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2579 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2580 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2581 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2582 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2583 order to make the new binding of case-fold-search immediately
2584 visible.
2585
2586 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2587
2588 * textmodes/bibtex.el: Copyright notice is up to date.
2589 Added constant 'bibtex-maintainer-salutation.
2590
2591 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2592 than make-temp-name, use match-string-no-properties and eliminate
2593 a quadratic behavior when building bibtex-strings.
2594
2595 * bibtex.el (bibtex-reference-key): Accept string entries whose
2596 reference key contains upper case letters.
2597
2598 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2599
2600 * bibtex.el (bibtex-reference-head): Allow entries to start with
2601 a new line.
2602
2603 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2604
2605 * bibtex.el: Hiding of entry bodies is not longer provided by
2606 bibtex.el directly. Instead the hideshow package can be used.
2607 Added a special bibtex entry to hs-special-modes-alist.
2608 (bibtex-hs-forward-sexp): Added for hideshow.el.
2609
2610 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2611
2612 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
2613 at ':' characters by call to split-string.
2614
2615 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2616
2617 * textmodes/bibtex.el: Added RCS version identification.
2618
2619 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2620
2621 * textmodes/bibtex.el: Some temporary comments removed.
2622 (bibtex-field-name, bibtex-entry-type): Made the relationship
2623 explicit.
2624 (bibtex-field-const): Allow capital letters.
2625 (bibtex-start-of-string): Deleted because unused.
2626
2627 * textmodes/bibtex.el: Unified some nomenclature. We no longer
2628 use the term 'reference' to describe a bibtex entry as a whole.
2629 Further, reference keys are no longer called 'labels'.
2630 (bibtex-keys): Renamed to bibtex-reference-keys.
2631 (bibtex-reformat-previous-labels): Renamed to
2632 bibtex-reformat-previous-reference-keys.
2633 (bibtex-reference-type): Renamed to bibtex-entry-type.
2634 (bibtex-reference-head): Renamed to bibtex-entry-head.
2635 (bibtex-reference-maybe-empty-head): Renamed to
2636 bibtex-entry-maybe-empty-head.
2637 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
2638 (bibtex-search-reference): Renamed to bibtex-search-entry.
2639 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
2640 bibtex-enclosing-entry-maybe-empty-head.
2641 (bibtex-entry-field-alist, bibtex-entry-head,
2642 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
2643 bibtex-map-entries, bibtex-search-entry,
2644 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
2645 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2646 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
2647 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
2648 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
2649 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
2650 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
2651
2652 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2653
2654 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
2655 comment.
2656 (bibtex-format-field-delimiters): New function, functionality
2657 extracted from bibtex-format-entry.
2658 (bibtex-autokey-get-yearfield-digits): New function, functionality
2659 extracted from bibtex-autokey-get-yearfield.
2660
2661 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
2662 entries in order to avoid stack overflow in the regexp matcher if
2663 field contents become large.
2664 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
2665 bibtex-field-string-part-not-braced,
2666 bibtex-field-string-part-no-inner-braces,
2667 bibtex-field-string-part-1-inner-brace,
2668 bibtex-field-string-part-2-inner-braces,
2669 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
2670 bibtex-field-string-quoted, bibtex-field-string,
2671 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
2672 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
2673 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
2674 as parsing is now performed by the following functions.
2675 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
2676 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
2677 bibtex-parse-field-string, bibtex-search-forward-field-string,
2678 bibtex-parse-association, bibtex-field-name-for-parsing,
2679 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
2680 bibtex-search-forward-field, bibtex-search-backward-field,
2681 bibtex-start-of-field, bibtex-end-of-field,
2682 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
2683 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
2684 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
2685 bibtex-parse-string, bibtex-search-forward-string,
2686 bibtex-search-backward-string, bibtex-start-of-string,
2687 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
2688 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
2689 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
2690 entries. Instead of reporting the results of the parsing by
2691 match-beginning or match-end, these functions return data structures
2692 that hold the corresponding positions.
2693 (bibtex-enclosing-field): Changed to also report field boundaries by
2694 return values rather than by match-beginning or match-end. The
2695 following functions have been adapted to use the new parsing
2696 functions.
2697 (bibtex-skip-to-valid-entry, bibtex-search-reference,
2698 bibtex-enclosing-field, bibtex-format-entry,
2699 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
2700 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
2701 bibtex-print-help-message, bibtex-end-of-entry,
2702 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
2703 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2704 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
2705 method for parsing.
2706 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
2707 bibtex-map-entries, bibtex-flash-head,
2708 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
2709 bibtex-autokey-change, bibtex-autokey-get-namefield,
2710 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
2711 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
2712 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
2713 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
2714 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
2715 order to make the new binding of case-fold-search immediately
2716 visible.
2717
2718 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2719
2720 * textmodes/bibtex.el: Copyright notice is up to date.
2721 Added constant 'bibtex-maintainer-salutation.
2722
2723 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
2724 than make-temp-name, use match-string-no-properties and eliminate
2725 a quadratic behavior when building bibtex-strings.
2726
2727 * bibtex.el (bibtex-reference-key): Accept string entries whose
2728 reference key contains upper case letters.
2729
2730 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2731
2732 * bibtex.el (bibtex-reference-head): Allow entries to start with
2733 a new line.
2734
2735 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2736
2737 * bibtex.el: Hiding of entry bodies is not longer provided by
2738 bibtex.el directly. Instead the hideshow package can be used.
2739 Added a special bibtex entry to hs-special-modes-alist.
2740 (bibtex-hs-forward-sexp): Added for hideshow.el.
2741
2742 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
2743
2744 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
2745 proceedings entry type (for cross referencing). Thanks to Wagner
2746 Toledo Correa for the suggestion.
2747
2748 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
2749
2750 2000-02-14 Kenichi Handa <handa@etl.go.jp>
2751
2752 * international/characters.el: Setup case table for Vietnamese.
2753
2754 2000-02-12 Gerd Moellmann <gerd@gnu.org>
2755
2756 * uniquify.el (toplevel): Require CL at compile time.
2757 (uniquify-push): Removed.
2758
2759 * shadowfile.el (shadow-when): Removed.
2760
2761 * tempo.el (tempo-dolist, tempo-mapc): Removed.
2762 (tempo-process-and-insert-string): Use dolist instead of
2763 tempo-dolist.
2764
2765 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
2766 regexp for paragraph-start.
2767
2768 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
2769 commas as well.
2770
2771 2000-02-10 Dave Love <fx@gnu.org>
2772
2773 * wid-edit.el: (widgets) [defgroup]: Remove url link.
2774 (widget-color-choice-list, widget-color-history, widget-mouse-help):
2775 Deleted.
2776 (widget-specify-field, widget-specify-button): Don't use
2777 widget-mouse-help as help-echo property.
2778 (default): Use #'ignore for :validate and :mouse-down-action.
2779 (checkbox): Add help-echo.
2780 (widget-sexp-validate): Rewritten to clarify error messages.
2781 (character): Use char-valid-p in :match function.
2782 (widget-color-complete): Use facemenu-color-alist.
2783 (widget-color-action): Use facemenu-read-color.
2784
2785 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
2786 set up `caar' &c that we now have.
2787
2788 2000-02-09 Ray Blaak <blaak@gnu.org>
2789
2790 * delphi.el: Make resourcestring a declaration region, like const
2791 and var.
2792
2793 2000-02-09 Dave Love <fx@gnu.org>
2794
2795 * bindings.el (mode-line-input-method-map): New variable.
2796 (mode-line-mule-info): Use it; fix last change.
2797 (mode-line-mode-menu): Move definition.
2798 (mode-line-mouse-sensitive-p): Deleted.
2799 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
2800 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
2801 level.
2802
2803 * startup.el (command-line-1): Don't call
2804 make-mode-line-mouse-sensitive.
2805
2806 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
2807
2808 * mail/rmail.el (rmail-retry-failure): Use
2809 rmail-beginning-of-message before rmail-toggle-header, because the
2810 former toggles headers.
2811
2812 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
2813
2814 * diff-mode.el (diff-kill-junk): New interactive function.
2815 (diff-reverse-direction): Use delete-and-extract-region.
2816 (diff-post-command-hook): Restrict the area so that the hook also works
2817 outside of any diff hunk. This is necessary for the minor-mode.
2818 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
2819 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
2820
2821 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
2822 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
2823 so that it can be used more easily in <foo>-mode-hook. Also make sure
2824 to avoid duplicate entries.
2825 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
2826 (font-lock-remove-keywords): Just as was done for `add', allow it to
2827 work even if font-lock-mode is nil. Also make sure we don't modify
2828 any pre-existing list by forcing a copy-sequence. Finally rename
2829 `major-mode' to `mode'.
2830 (font-lock-fontify-syntactic-anchored-keywords)
2831 (font-lock-fontify-anchored-keywords)
2832 (font-lock-fontify-keywords-region): Use line-end-position.
2833 Don't make `font-lock-multiline' local (it's now done in
2834 font-lock-set-defaults).
2835 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
2836 move the `font-lock-fontified' creation to inside the `unless'.
2837
2838 2000-02-06 Andrew Innes <andrewi@gnu.org>
2839
2840 * term/w32-win.el (x-handle-args): Comment out call to message,
2841 which occurs before window system is initialized.
2842
2843 * makefile.nt: Add support for recompiling lisp code.
2844
2845 2000-02-04 Dave Love <fx@gnu.org>
2846
2847 * bindings.el (mode-line-mule-info): Fix/extend last change.
2848
2849 * completion.el: Replace completion-dolist with dolist.
2850
2851 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
2852 dotimes.
2853
2854 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
2855
2856 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
2857 environment names before they go into the section regexp.
2858
2859 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
2860 char class in regexp.
2861
2862 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
2863 `case-fold-search' to nil.
2864
2865 * progmodes/idlwave.el (idlwave-template): Respect
2866 `idlwave-abbrev-change-case'.
2867 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
2868 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
2869 idlwave-while): respect `idlwave-reserved-word-upcase'.
2870 (idlwave-rw-case): New function.
2871 (idlwave-statement-match): Fixed problem with assignment regexp.
2872 (idlwave-font-lock-keywords): Improved regexp for keyword
2873 parameters.
2874 (idlwave-surround): New argument LENGTH to support padding of
2875 operators longer than 1 char.
2876
2877 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
2878 idlwave-shell-expression-overlay. Implemented printing of
2879 expressions on higher levels of the calling stack.
2880 (idlwave-shell-display-level-in-calling-stack): Restore stack
2881 level.
2882 (idlwave-retrieve-expression-from-level): New function.
2883 (idlwave-shell-last-calling-stack): Variable removed.
2884 (idlwave-shell-reset): Argument action reversed (`visible' to
2885 `hidden'). Also remove stop-line overlay.
2886 (idlwave-shell-calling-stack-routine): New variable.
2887 (idlwave-shell-parse-stack-and-display): Messages now display
2888 negative level numbers.
2889 (idlwave-shell-mode): Set `modeline-format'.
2890 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
2891 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
2892 21.
2893 (idlwave-shell-print-expression-function): New option.
2894
2895 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
2896 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
2897 `tool-bar' instead of `toolbar'.
2898
2899 2000-02-02 Dave Love <fx@gnu.org>
2900
2901 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
2902 emacs-lisp-mode-hook. Don't check for defalias being defined.
2903
2904 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2905 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
2906 the new builtins directly.
2907
2908 * whitespace.el (whitespace): Add :version to defgroup.
2909
2910 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
2911 Doc fix.
2912
2913 * thingatpt.el (sexp-at-point, symbol-at-point)
2914 (number-at-point, list-at-point): Add autoload cookie.
2915
2916 * recentf.el (recentf): Add :version to defgroup.
2917
2918 * quickurl.el (quickurl): Add :version to defgroup.
2919
2920 * elide-head.el (elide-head): Use point-marker more.
2921
2922 * bs.el (bs): Add :version to defgroup.
2923
2924 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
2925
2926 * progmodes/delphi.el (delphi): Add :version to defgroup.
2927
2928 2000-02-02 Gerd Moellmann <gerd@gnu.org>
2929
2930 * ange-ftp.el (ange-ftp-write-region): Handle case that
2931 succeeding process operation sets a different coding system.
2932
2933 * calculator.el: New file.
2934
2935 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * frame.el (frames-on-display-list, framep-on-display): New
2938 functions.
2939 (display-mouse-p, display-popup-menus-p, display-graphic-p)
2940 (display-selections-p, display-screens, display-pixel-width)
2941 (display-pixel-height, display-mm-width, display-mm-height)
2942 (display-backing-store, display-save-under, display-planes)
2943 (display-color-cells, display-visual-class): New functions.
2944
2945 * term/tty-colors.el (tty-color-gray-shades): New function.
2946
2947 * faces.el (display-color-p): Use framep-on-display.
2948 (display-grayscale-p): New function.
2949
2950 2000-01-31 Dave Love <fx@gnu.org>
2951
2952 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
2953 (create-fontset-from-x-resource): Don't concat integers.
2954
2955 2000-01-31 Inge Frick <inge@nada.kth.se>
2956
2957 * view.el: Some changes in documentation. Removed some trailing
2958 whitespace. Changed some parameter names to agree with
2959 documentation.
2960 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
2961 window is not deleted. Modifies change 1998-04-26.
2962
2963 2000-01-31 Gerd Moellmann <gerd@gnu.org>
2964
2965 * windmove.el: New file.
2966
2967 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
2968 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2969 progmodes/ebnf-yac.el: Update copyright and license info.
2970
2971 * jit-lock.el (jit-lock-function): Widen before calculating end
2972 position.
2973 (jit-lock-stealth-chunk-start): Rewritten.
2974
2975 * info.el (Info-title-face-alist): Removed.
2976 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
2977 faces.
2978 (Info-fontify-node): Use these faces.
2979
2980 2000-01-30 Gerd Moellmann <gerd@gnu.org>
2981
2982 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
2983 (cl-macro-list1): Recognize `&allow-other-keys' instead of
2984 `&allow-other-keywords'.
2985
2986 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
2987 the list of directories scanned heuristically.
2988
2989 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
2990 exist.
2991
2992 2000-01-30 Jason Rumney <jasonr@gnu.org>
2993
2994 * w32-fns.el: Define w32-tty-standard-colors.
2995
2996 * startup.el (command-line): Use w32-tty-standard-colors when in
2997 w32 console mode.
2998
2999 2000-01-30 Dave Love <fx@gnu.org>
3000
3001 * jka-compr.el (jka-compr-load): Fix up load-history.
3002
3003 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
3004
3005 * emacs-lisp/cl-macs.el: Revert previous change.
3006
3007 2000-01-29 Dave Love <fx@gnu.org>
3008
3009 * facemenu.el: Purecopy various strings.
3010
3011 * timezone.el (timezone-fix-time): Window against 69 for two-digit
3012 years. Deal with three-digit years.
3013
3014 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
3015 defconst, purecopy.
3016 (help-back-label): Purecopy it.
3017
3018 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3019
3020 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
3021 variable. If non-nil, order the buffer list according to the
3022 currently selected frame.
3023 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
3024 non-nil, pass the selected frame to function buffer-list.
3025
3026 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3027
3028 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
3029
3030 2000-01-28 Dave Love <fx@gnu.org>
3031
3032 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
3033
3034 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
3035 Don't use lisp-indent-hook property.
3036 (cl-abs): Remove.
3037
3038 * subr.el: Move out indent and edebug specs for when and unless.
3039
3040 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
3041 when, unless.
3042
3043 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
3044 unless, when.
3045
3046 2000-01-28 Gerd Moellmann <gerd@gnu.org>
3047
3048 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
3049 `collecting' as synonym for `collect'.
3050
3051 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
3052 for the case it contains spaces.
3053
3054 * simple.el (what-cursor-position): Change formatting of
3055 messages.
3056
3057 * frame.el (delete-other-frames): New function.
3058 (toplevel): Bind it to C-x 5 1.
3059
3060 * sort.el (sort-numeric-base): New option.
3061 (sort-numeric-fields): If number starts with `0' or `0[xX[',
3062 interpret it as octal or hexadecimal. Use sort-numeric-base
3063 as default base.
3064
3065 * progmodes/glasses.el: New file.
3066
3067 2000-01-27 Gerd Moellmann <gerd@gnu.org>
3068
3069 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
3070 userids differently.
3071
3072 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
3073 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
3074 progmodes/ebnf-yac.el: New files.
3075
3076 2000-01-26 Dave Love <fx@gnu.org>
3077
3078 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
3079 on a function with an empty body. [From Eric Ludlam.]
3080
3081 2000-01-25 Andre Spiegel <spiegel@gnu.org>
3082
3083 * vc.el (vc-version-diff): Make sure file name is expanded.
3084
3085 2000-01-25 Gerd Moellmann <gerd@gnu.org>
3086
3087 * scroll-bar.el (scroll-bar-timer): Variable removed.
3088 (scroll-bar-toolkit-scroll): Don't use a timer.
3089
3090 2000-01-25 Kenichi Handa <handa@etl.go.jp>
3091
3092 * language/thai-util.el (thai-composition-function): Delete
3093 superfluous `a'.
3094
3095 2000-01-24 Dave Love <fx@gnu.org>
3096
3097 * fortran.el (fortran-mode): Use beginning-of-defun-function,
3098 end-of-defun-function.
3099
3100 * font-lock.el (turn-on-font-lock): Don't depend on window-system
3101 &c.
3102
3103 2000-01-22 Jason Rumney <jasonr@gnu.org>
3104
3105 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
3106 conflicts with new face support.
3107
3108 2000-01-22 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3109
3110 * replace.el (query-replace): Rename last arg to DELIMITED.
3111 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
3112 (query-replace-regexp): Likewise.
3113
3114 2000-01-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3115
3116 * subr.el (with-syntax-table): Use make-symbol, not gensym.
3117
3118 * emacs-lisp/lisp.el (beginning-of-defun-function):
3119 Variable renamed from beginning-of-defun.
3120 Do not call make-variable-buffer-local.
3121 (beginning-of-defun-raw): Use new variable name; doc fix.
3122 (beginning-of-defun): Doc fix.
3123 (end-of-defun-function): Variable renamed from end-of-defun.
3124 Do not call make-variable-buffer-local.
3125 (end-of-defun): Use new variable name; doc fix.
3126
3127 * subr.el (dolist, dotimes): Copied from cl-macs.el
3128 and made to work.
3129
3130 * mail/undigest.el (rmail-digest-end-regexps):
3131 Variable replaces rmail-digest-end-regexp.
3132 Allows multiple regexps for detecting the end line.
3133 (undigestify-rmail-message): Corresponding changes.
3134
3135 2000-01-19 Dave Love <fx@gnu.org>
3136
3137 * files.el (user-init-file): Don't declare here -- is primitive.
3138
3139 * startup.el (command-line): Check for compiled user-init-file and
3140 set to uncompiled version if necessary.
3141
3142 2000-01-18 Gerd Moellmann <gerd@gnu.org>
3143
3144 * mail/undigest.el (rmail-digest-end-regexp): New user option.
3145 (undigestify-rmail-message): Use it.
3146
3147 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
3148
3149 2000-01-17 Gerd Moellmann <gerd@gnu.org>
3150
3151 * tmm.el (tmm-goto-completions): Adapt to prompt being part
3152 of mini-buffer.
3153
3154 2000-01-14 Gerd Moellmann <gerd@gnu.org>
3155
3156 * emacs-lisp/copyright.el (copyright-update): Removed the
3157 requirement for a trailing space from `copyright-regexp', to
3158 support copyrights with owner specified on a separate line..
3159
3160 * align.el: New file.
3161
3162 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
3163
3164 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
3165
3166 2000-01-13 Dave Love <fx@gnu.org>
3167
3168 * ph.el: Removed. (Obsoleted by EUDC.)
3169
3170 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3171
3172 * net/eudc.el (toplevel): Remove autoloaded code installing
3173 menu with easymenu, because that causes build problems.
3174
3175 * frame.el (frame-notice-user-settings): New variable.
3176 (frame-notice-user-settings): Don't modify frame parameters
3177 if called a second time.
3178
3179 2000-01-13 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3180
3181 * frame.el (frame-notice-user-settings):
3182 Notice default-frame-parameters even for non-window frames.
3183
3184 2000-01-13 Gerd Moellmann <gerd@gnu.org>
3185
3186 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
3187 for Emacs.
3188 (eudc-bob-can-display-inline-images): Extend for Emacs.
3189 (eudc-bob-toggle-inline-display): Ditto.
3190 (eudc-bob-display-jpeg): Ditto.
3191
3192 2000-01-12 Gerd Moellmann <gerd@gnu.org>
3193
3194 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
3195 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
3196 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
3197
3198 * add-log.el (add-change-log-entry): Fix error trying an `(insert
3199 nil)'.
3200
3201 * subdirs.el: Add `net' directory.
3202
3203 * net: New directory.
3204
3205 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
3206 eval-last-sexp. Don't bind debug-on-error here.
3207 (eval-last-sexp): New function. Bind debug-on-error if
3208 eval-expression-debug-on-error is non-nil.
3209 (eval-defun-2, eval-defun): Likewise.
3210
3211 * simple.el (eval-expression): Don't bind debug-on-error if
3212 eval-expression-debug-on-error is nil. Detect changed
3213 debug-on-error, and propagate new value to global binding, if
3214 eval-expression-debug-on-error is non-nil,
3215 (eval-expression-debug-on-error): Change doc string.
3216
3217 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3218
3219 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
3220
3221 * emacs-lisp/lisp-mode.el (with-syntax-table):
3222 Set up lisp-indent-function property.
3223
3224 * subr.el (with-syntax-table): Moved from simple.el.
3225
3226 * simple.el (with-syntax-table): Moved to subr.el.
3227
3228 2000-01-11 Gerd Moellmann <gerd@gnu.org>
3229
3230 * tmm.el (tmm-shortcut): Delete region after prompt instead
3231 of erasing buffer.
3232
3233 * textmodes/fill.el (fill-common-string-prefix): New function.
3234 (fill-context-prefix): Use the longest common prefix of first
3235 and second line fill prefix, if there is one.
3236
3237 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3238
3239 * array.el (array-mode): Don't use make-variable-buffer-local.
3240 Use make-local-variable for `truncate-lines'.
3241
3242 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
3243
3244 * add-log.el (add-log-current-defun): Handle user-defined
3245 add-log-current-function returning nil,
3246
3247 * add-log.el (add-change-log-entry): Insert version number
3248 if having found a current function
3249
3250 * add-log.el (add-log-current-defun): Call
3251 `add-log-current-defun-function'. Try matches at level 0 and
3252 level 1. Strip whitespace from defun found.
3253
3254 2000-01-10 John Wiegley <johnw@gnu.org>
3255
3256 * allout.el (isearch-done/outline-provisions): Added `edit'
3257 argument to correspond with the current definition of
3258 `isearch-done'.
3259
3260 2000-01-10 Dave Love <fx@gnu.org>
3261
3262 * elide-head.el (elide-head): Use point-marker, not point.
3263
3264 2000-01-10 Gerd Moellmann <gerd@gnu.org>
3265
3266 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
3267 before and after the year 2000.
3268
3269 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
3270 Add ispell- prefix.
3271
3272 2000-01-10 Ken Stevens <k.stevens@ieee.org>
3273
3274 * ispell.el: Only define dictionaries in menus when they exist.
3275 (version18p): New variable.
3276 (version20p): New variable.
3277 (xemacsp): New variable.
3278 (ispell-choices-win-default-height): Fix for XEmacs visibility.
3279 (ispell-dictionary-alist1): Added Brasileiro dictionary.
3280 (ispell-dictionary-alist6): Russian command lines no longer accept
3281 run-together words.
3282 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
3283 (ispell-dictionary-alist): Add koi8-r to customize definition.
3284 (check-ispell-version): Added documentation string. Returns
3285 library path when called non-interactively.
3286 (ispell-menu-map-needed): Uses new variables.
3287 (ispell-library-path): New variable.
3288 (ispell-decode-string): XEmacs fix for bogus variable bindings.
3289 (ispell-word): Improved documentation string. Test for valid
3290 character mappings. Correctly check typed in word changes that can
3291 result in single words split into multiple words. Returns
3292 replacement word.
3293 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
3294 replace in recursive query replace mode. Help message for
3295 recursive edit mode.
3296 (ispell-show-choices): Protect against bad framepop bindings.
3297 (ispell-help): Fix to work with XEmacs.
3298 (ispell-highlight-spelling-error): Use new variables.
3299 (ispell-overlay-window): Fix to work with XEmacs.
3300 (ispell-parse-output): Passed and returns location information
3301 tracking spelling corrections. Doesn't recheck same word on
3302 current line.
3303 (ispell-init-process): Protect against bogus XEmacs variable binding.
3304 Fix call to single argument in sleep-for. Use new variables.
3305 (ispell-region): Passed and returns location information tracking
3306 spelling corrections. Doesn't check same word on current line.
3307 Improved documentation string. Doesn't resend a line already
3308 checked to the ispell process - fixes bug in LaTeX parsing.
3309 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
3310 (ispell-skip-region): No longer skips <TT> in SGML.
3311 (ispell-process-line): Tracks location information with spelling
3312 corrections. Added documentation string. Accounts for words
3313 already accepted on this line. Don't allow query-replace on line
3314 starting with math characters. Doesn't resend a line already sent
3315 to ispell process. Fixes alignment error bug.
3316
3317 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3318
3319 * dired-x.el (dired-guess-shell-alist-default):
3320 Suggest xloadimage, which is free, not xv, which isn't.
3321
3322 * ange-ftp.el (ange-ftp-file-name-nondirectory):
3323 Don't ever include the host name or user name in the value.
3324
3325 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3326
3327 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
3328 of a real newline.
3329
3330 2000-01-09 Stephen Eglen <stephen@gnu.org>
3331
3332 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
3333 for .png files.
3334
3335 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
3336
3337 * cus-edit.el (custom-hook-convert-widget): Fix comment.
3338
3339 2000-01-09 Gerd Moellmann <gerd@gnu.org>
3340
3341 * progmodes/cperl-mode.el: Replace ^F with ^L.
3342
3343 * sendmail.el (toplevel): Provide `sendmail' when compiling
3344 before `require'ing rmail and mailalias to prevent infinite
3345 recursion.
3346
3347 2000-01-08 Dave Love <fx@gnu.org>
3348
3349 * emacs-lisp/backquote.el: Remove inappropriate customization
3350 (allowing custom.el to use backquote).
3351
3352 2000-01-07 Dave Love <fx@gnu.org>
3353
3354 * add-log.el (add-log-debugging): Deleted.
3355 (add-change-log-entry): Treat a backup FILE-NAME as its parent
3356 file. Remove debugging code.
3357 (change-log-get-method-definition, change-log-name): Add doc.
3358 (change-log-sortable-date-at): New function.
3359 (change-log-merge): New command.
3360
3361 * time.el (display-time-string-forms): Make the Mail string active.
3362 (display-time-update): Provide help-echo for load average.
3363
3364 * bindings.el (make-mode-line-mouse2-map): New function.
3365 (mode-line-modified): Use it and simplify.
3366 (mode-line-mule-info): Provide help-echo info.
3367 (minor-mode-alist): Activate the strings.
3368 (make-mode-line-mouse-sensitive): Simplify for
3369 mode-line-buffer-identification.
3370
3371 2000-01-07 Gerd Moellmann <gerd@gnu.org>
3372
3373 * play/pong.el: New file.
3374
3375 2000-01-06 Dave Love <fx@gnu.org>
3376
3377 * array.el: Assorted cleanups for compiler warnings, doc strings,
3378 `array-' prefix for symbols.
3379
3380 2000-01-05 Dave Love <fx@gnu.org>
3381
3382 * textmodes/outline.el (outline-mode-menu-bar-map): Add
3383 outline-headers-as-kill.
3384 (outline-mode): Define imenu-generic-expression.
3385 (outline-headers-as-kill): New command.
3386
3387 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
3388 from paragraph-start.
3389 (paragraph-indent-minor-mode): New command.
3390
3391 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
3392 M-C-e, M-C-h, C-j, C-xnd, TAB.
3393 (fortran-mode): Set beginning-of-defun, end-of-defun.
3394 (fortran-column-ruler): Simplify.
3395 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
3396 (fortran-with-subprogram-narrowing): Likewise.
3397 (fortran-indent-subprogram): Call mark-defun.
3398 (fortran-check-for-matching-do): Change narrowing.
3399
3400 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
3401 (cl-lucid-hash-tag): Delete.
3402 (cl-hash-table-p): Correct test for native table.
3403 (cl-hash-table-count): Use hash-table-count.
3404
3405 * browse-url.el (browse-url): Fix case of
3406 browse-url-browser-function being an alist.
3407
3408 2000-01-05 Carsten Dominik <cd@gnu.org>
3409
3410 * textmodes/reftex-vars.el (reftex-parse-file-extension)
3411 (reftex-index-phrase-file-extension): New options.
3412
3413 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
3414 Use new option `reftex-index-phrase-file-extension'.
3415
3416 * textmodes/reftex.el (reftex-access-parse-file): Use new option
3417 `reftex-parse-file-extension'.
3418
3419 2000-01-05 Dave Love <fx@gnu.org>
3420
3421 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
3422 (beginning-of-defun-raw): Use it.
3423 (end-of-defun): New variable.
3424 (end-of-defun): Use it.
3425 (check-parens): New command.
3426
3427 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3428
3429 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
3430 (hs-show-block): Don't use `mapcar' when not accumulating.
3431
3432 Fix buglet in local variables initialization.
3433
3434 2000-01-05 Andreas Schwab <schwab@suse.de>
3435
3436 * hscroll.el (hscroll): Doc fix.
3437
3438 2000-01-05 Carsten Dominik <cd@gnu.org>
3439
3440 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
3441 idlw-toolbar.
3442
3443 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
3444 file idlw-rinfo.el.
3445 (idlwave-customize): load must read file idlw-shell.el.
3446 (idlwave-create-customize-menu): load must read file idlw-shell.el.
3447
3448 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
3449
3450 * progmodes/idlw-shell.el: Also provide idlwave-shell
3451 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
3452 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
3453
3454 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
3455 both reftex-dcr and reftex-vcr.
3456
3457 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
3458
3459 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3460
3461 * ps-print.el: PostScript code now is in separate files, doc fix.
3462 (ps-print-version): New version number (5.0.3).
3463 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
3464 local.
3465 (ps-spool-config): Initialization fix.
3466 (ps-print-prologue-1, ps-print-prologue-2)
3467 (ps-print-duplex-feature): PostScript code moved to separated file.
3468 (ps-background-image): Little code reformating.
3469 (ps-begin-file, ps-begin-job): Fix code.
3470 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
3471 (ps-prologue-file): New fun.
3472
3473 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3474
3475 * ps-vars.el: Eliminated.
3476
3477 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
3478 `;;;###autoload'.
3479
3480 * ps-print.el: ps-vars eliminated, doc fix.
3481 (ps-print-version): New version number (5.0.2).
3482 (ps-spool-config): Initialization fix.
3483 (ps-print-customize): New fun.
3484
3485 2000-01-04 Gerd Moellmann <gerd@gnu.org>
3486
3487 * autorevert.el (auto-revert-mode): Return value of
3488 auto-revert-mode.
3489
3490 2000-01-04 Dave Love <fx@gnu.org>
3491
3492 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
3493 menu items.
3494
3495 2000-01-03 Dave Love <fx@gnu.org>
3496
3497 * elide-head.el (elide-head) [defgroup]: Add :version.
3498
3499 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
3500 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
3501 `cl-hash-table-p', not `hash-table-p'.
3502 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
3503
3504 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3505
3506 * faces.el (face-read-integer, read-face-attribute)
3507 (color-defined-p, color-values): unspecified-{f,b}g are now
3508 strings.
3509
3510 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
3511
3512 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
3513 at comment end, and re-insert them after filling.
3514
3515 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3516
3517 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
3518 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
3519 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
3520
3521 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3522
3523 * term/x-win.el (xw-defined-colors): Call color-supported-p,
3524 the new name of face-color-supported-p.
3525
3526 * term/w32-win.el (xw-defined-colors): Likewise.
3527
3528 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
3529
3530 * simple.el (completion-setup-function): Count completion-size
3531 from minibuffer-prompt-end, not from point-min.
3532
3533 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
3534
3535 * faces.el (read-face-attribute, defined-colors, color-defined-p):
3536 Pass the frame to tty-color-* functions.
3537 (display-color-p, frame-set-background-mode): Pass the frame to
3538 tty-display-color-p.
3539
3540 * term/tty-colors.el (tty-defined-color-alist): Renamed from
3541 tty-color-alist.
3542 (tty-color-alist, tty-modify-color-alist): New functions.
3543 (tty-color-define, tty-color-clear, tty-color-approximate)
3544 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
3545 an optional parameter FRAME.
3546
3547 2000-01-01 Gerd Moellmann <gerd@gnu.org>
3548
3549 * image.el (create-image, defimage): Don't assume image data is a
3550 string.
3551
3552 * image.el (defimage): Handle specifications containing :data
3553 instead of :file.
3554 (image-type-from-data): New function.
3555 (image-type-from-file-header): Use it.
3556 (create-image): Add parameter DATA-P.
3557
3558 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3559
3560 * echistory.el (electric-command-history): Call Command-history-setup
3561 and command-history-mode using their new conventions.
3562
3563 * chistory.el (Command-history-setup): Don't switch buffers. Take
3564 no args, and do not set major-mode, mode-name or the local map.
3565 (command-history-mode): New function, does some of those things
3566 Command-history-setup used to do.
3567 (list-command-history): Call command-history-mode, not
3568 Command-history-setup.
3569 (command-history): Renamed from command-history-mode.
3570
3571 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3572
3573 * arc-mode.el (archive-mode-map): Bind q to quit-window.
3574
3575 1999-12-31 William M. Perry <wmperry@aventail.com>
3576
3577 * image.el (defimage): Images with the `:data' keyword should be
3578 considered valid as well.
3579
3580 1999-12-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3581
3582 * dired.el (dired-get-filename): Don't call file-name-absolute-p
3583 with FILE if FILE is nil.
3584
3585 1999-12-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3586
3587 * simple.el (choose-completion-string): In minibuffer,
3588 do not delete the prompt string.
3589
3590 1999-12-30 Gerd Moellmann <gerd@gnu.org>
3591
3592 * bindings.el (make-mode-line-mouse-sensitive): Copy keymap
3593 assigned to mode-line-mode-menu because bindings.el is dumped with
3594 Emacs, and thus the lists used for menu-item definition will be
3595 copied to pure space. Emacs' menu code (parse_menu_item) doesn't
3596 like pure menu item definitions.
3597
3598 * expand.el (expand-abbrev-hook): Return t if expansion was
3599 done, nil otherwise.
3600
3601 1999-12-29 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3602
3603 * tar-mode.el (tar-mode-map): Bind q to quit-window, not tar-quit.
3604 (tar-quit): Function deleted.
3605
3606 1999-12-29 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3607
3608 * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug;
3609 was used but not declared.
3610
3611 (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary,
3612 hs-find-block-beginning): Add or modify docstrings.
3613
3614 (hs-isearch-show): Rewrite.
3615
3616 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3617
3618 * icomplete.el (icomplete-exhibit): Adapt to prompt in buffer.
3619
3620 * progmodes/cc-cmds.el (c-fill-paragraph): Don't delete white
3621 space in front of a C-style comment end.
3622
3623 1999-12-28 Eli Zaretskii <eliz@is.elta.co.il>
3624
3625 * startup.el (command-line-1): Make mode line mouse-sensitive for
3626 the MS-DOS version as well.
3627
3628 1999-12-28 Gerd Moellmann <gerd@gnu.org>
3629
3630 * bs.el: New file.
3631
3632 1999-12-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3633
3634 * textmodes/ispell.el (ispell-process-line):
3635 Add local var line-offset to adjust for the change
3636 in positions within the line, due to previous replacements.
3637
3638 1999-12-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3639
3640 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3641 Doc fixes.
3642
3643 1999-12-27 Gerd Moellmann <gerd@gnu.org>
3644
3645 * add-log.el (change-log-version-number-regexp-list)
3646 (change-log-version-info-enabled): Change :version to 21.1.
3647 (toplevel): Require CL when compiling.
3648
3649 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3650
3651 * add-log.el (change-log-version-number-regexp-list): Added tag
3652 :version 20.6
3653 (change-log-version-info-enabled): Added tag :version 20.6
3654
3655 1999-12-27 Jari Aalto <jari.aalto@poboxes.com>
3656
3657 * add-log.el: More general version number search with
3658 user-configurable regexp list.
3659 (change-log-version-number-regexp-list): New user variable.
3660 (change-log-find-version): Rewritten. Use user-configurable
3661 version numbering regexp list
3662 change-log-version-number-regexp-list.
3663 (change-log-find-version): Renamed to
3664 change-log-version-number-search
3665 (add-log-file-name-function): New.
3666 (change-log-search-vc-number): Added END paramaeter. Added doc
3667 string to function.
3668 (change-log-version-rcs): Renamed. Was
3669 change-log-search-vc-number.
3670
3671 1999-12-26 Thien-Thi Nguyen <ttn@delysid.gnu.org>
3672
3673 * progmodes/compile.el (compilation-goto-locus): Delete hideshow
3674 overlays if they interfere.
3675 (compilation-find-file): Make intangible overlays tangible.
3676
3677 * progmodes/hideshow.el: Generally, synch w/ maintainer
3678 version 5.9.
3679
3680 (hs-show-hidden-short-form): Delete var; hard-code uses as `t'.
3681
3682 (hs-minor-mode-hook): Don't initialize.
3683
3684 (hs-special-modes-alist): Rewrite value and docstring.
3685
3686 (hs-minor-mode-prefix): Delete unused var.
3687
3688 (hs-block-start-mdata-select): New var, buffer local.
3689
3690 (hs-headline): New var.
3691
3692 (hs-match-data, hs-forward-sexp): New funcs.
3693
3694 (hs-hide-comment-region): New func.
3695
3696 (hs-discard-overlays, hs-flag-region, hs-hide-block-at-point,
3697 hs-safety-is-job-n, hs-hide-initial-comment-block,
3698 hs-inside-comment-p, hs-grok-mode-type, hs-find-block-beginning,
3699 hs-hide-level-recursive, hs-life-goes-on, hs-already-hidden-p,
3700 hs-c-like-adjust-block-beginning, hs-hide-all, hs-show-all,
3701 hs-hide-block, hs-show-block, hs-show-region, hs-hide-level,
3702 hs-mouse-toggle-hiding, hs-minor-mode): Rewrite.
3703
3704 (hs-isearch-show): Renamed from `hs-isearch-open-invisible'.
3705 (hs-isearch-show-temporary): New funcs.
3706
3707 (hs-show-block-at-point, java-hs-forward-sexp): Delete funcs.
3708
3709 (hs-hide-all, hs-mouse-toggle-hiding): Don't autoload.
3710
3711 When constructing menu, use `[(shift button2)]' notation.
3712
3713 1999-12-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
3714
3715 * jka-compr.el (jka-compr-info-file-magic-bytes): New function.
3716 (jka-compr-compression-info-list): Add new elt to each vector.
3717 (jka-compr-write-region): Don't compress the data if it is
3718 already compressed.
3719
3720 * jka-compr.el (jka-compr-really-do-compress): New variable.
3721 (jka-compr-insert-file-contents): Set jka-compr-really-do-compress
3722 if visiting.
3723 (jka-compr-write-region): Set jka-compr-really-do-compress
3724 if visiting. Test it when deciding to compress.
3725
3726 1999-12-22 Gerd Moellmann <gerd@gnu.org>
3727
3728 * progmodes/sh-script.el (sh-mode): Don't call sh-set-shell
3729 with third argument t.
3730
3731 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3732
3733 * antlr-mode.el: Version 1.2 is released.
3734 (antlr): This package has a web page.
3735
3736 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3737
3738 * antlr-mode.el: Menu/keymap additions for commenting/uncommenting
3739 regions. Suggested by Dale Davis <Dale_Davis@securify.com>.
3740 (antlr-mode-map): New binding [C-c C-c].
3741 (antlr-mode-menu): New entries.
3742
3743 1999-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
3744
3745 * antlr-mode.el: Respect Emacs conventions.
3746 ((require 'cl)): Only use during compilation.
3747 (antlr-language-for-option): New function to avoid using `find'.
3748 (antlr-mode): Use it.
3749 (antlr-with-syntax-table): Define new instead using XEmacs' one.
3750 (antlr-imenu-create-index-function): Change accordingly.
3751 (antlr-inside-rule-p): Ditto.
3752 (antlr-end-of-rule): Ditto.
3753 (antlr-end-of-body): Ditto.
3754 (antlr-beginning-of-rule): Ditto.
3755 (antlr-indent-line): Ditto.
3756
3757 1999-11-21 Christoph Wedler <Christoph.Wedler@sap.com>
3758
3759 * antlr-mode.el: Really use `antlr-tab-offset-alist'.
3760 (antlr-set-tabs): Don't use hard-coded values.
3761
3762 * antlr-mode.el: Minor navigation changes. Not perfect, but this
3763 won't be possible without a huge time penalty.
3764 (antlr-skip-exception-part): Be more specific.
3765 (antlr-skip-file-prelude): Don't skip action prelude of next rule.
3766 Renamed from `antlr-skip-grammar-header'.
3767 (antlr-next-rule): Change accordingly.
3768 (antlr-end-of-body): Ditto. Better error message.
3769 (antlr-beginning-of-body): Better error message.
3770 (antlr-imenu-create-index-function): Skip rule action prelude.
3771
3772 * antlr-mode.el: Minor syntax highlighting changes.
3773 (antlr-font-lock-default-face): Deletia.
3774 (antlr-font-lock-tokendef-face): Changed color.
3775 (antlr-font-lock-tokenref-face): Changed color.
3776 (antlr-font-lock-literal-face): Changed color.
3777 (antlr-font-lock-additional-keywords): Minor changes.
3778
3779 1999-12-20 Carsten Dominik <cd@gnu.org>
3780
3781 * progmodes/idlwave.el: New file.
3782
3783 * progmodes/idlwave-rinfo.el: New file.
3784
3785 * progmodes/idlwave-shell.el: New file.
3786
3787 * progmodes/idlwave-toolbar.el: New file.
3788
3789 * files.el (auto-mode-alist): idlwave-mode default for .pro files.
3790
3791 1999-12-21 Gerd Moellmann <gerd@gnu.org>
3792
3793 * progmodes/cwarn.el: New file.
3794
3795 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3796
3797 * bindings.el (completion-ignored-extensions): Add .pdf.
3798
3799 1999-12-19 Eli Zaretskii <eliz@is.elta.co.il>
3800
3801 * version.el: Put the version info into binary on MS-DOS as well.
3802
3803 1999-12-19 Gerd Moellmann <gerd@gnu.org>
3804
3805 * emacs-lisp/debug.el (debugger-continue): Don't continue if
3806 debugger-may-continue is nil.
3807
3808 1999-12-18 Dave Love <fx@gnu.org>
3809
3810 * emacs-lisp/cl-macs.el: Remove conditional definition of
3811 eval-when-compile. Don't specify abs, expt, gethash,
3812 hash-table-count, hash-table-p as side-effect-free here.
3813 (cl-emacs-type): Don't declare.
3814 (cl-compile-time-init): Remove Emacs 18 compiler patch.
3815 (cl-parse-loop-clause): Remove compatibility code.
3816
3817 * emacs-lisp/byte-opt.el: Don't put optimization info on `eql'.
3818 (side-effect-free-fns): Add gethash, hash-table-count.
3819 (side-effect-and-error-free-fns): Add hash-table-p.
3820
3821 * emacs-lisp/cl.el: Remove Emacs 18 compatibility code. Prepend
3822 `cl-' to autoload names for some hash functions. Don't autoload
3823 eval-when-compile. Don't provide mini-cl.
3824 (cl-emacs-type): Remove.
3825 (cl-map-extents): Remove compatibility code.
3826
3827 * emacs-lisp/float.el: Bind free variables.
3828
3829 * emacs-lisp/bytecomp.el (byte-compile-constp): Include keywords.
3830
3831 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3832
3833 * bindings.el (completion-ignored-extensions): Add .tfm.
3834
3835 1999-12-16 Dave Love <fx@gnu.org>
3836
3837 * faces.el (set-face-attribute): Purecopy the attributes set.
3838
3839 * custom.el (custom-declare-variable): Purecopy value.
3840
3841 * emacs-lisp/bytecomp.el (byte-compile-bound-variables): Doc fix.
3842 (byte-extrude-byte-code-vectors): Use remprop.
3843 (byte-compile-lambda): Check that arg is a lambda.
3844
3845 1999-11-16 Anders Lindgren <AndersL@andersl.com>
3846
3847 * font-lock.el: System for adding and removing keywords.
3848 Both local (previously added keyword) and global keywords
3849 can be removed.
3850 (font-lock-remove-keywords): New user-level function.
3851 (font-lock-update-removed-keyword-alist): New internal function.
3852 (font-lock-removed-keywords-alist): New variable.
3853 (font-lock-add-keywords): Updates `font-lock-removed-keywords-alist'.
3854 Empty `font-lock-keywords-alist' when `append' is `set' to avoid
3855 growing datastructures.
3856 (font-lock-set-defaults): Removes keywords stored in
3857 `font-lock-removed-keywords-alist' after local keywords added.
3858
3859 1999-12-16 Anders Lindgren <andersl@andersl.com>
3860
3861 * font-lock.el (c-keywords, c++-keywords): Better "case" support for
3862 complex constant expressions, e.g. "case 1<<A_BIT_NO:".
3863
3864 * font-lock.el (c-keywords): Only highlight preprocessor
3865 directives when spelled correctly.
3866
3867 * font-lock.el (font-lock-match-c++-structor-declaration,
3868 c++-keywords): Fontify constructors and destructors with function
3869 face inside C++ class declarations.
3870
3871 1999-12-16 Gerd Moellmann <gerd@gnu.org>
3872
3873 * progmodes/sh-script.el (sh-mode): If there is no #!-line, use
3874 the shell from sh-shell-file.
3875
3876 * font-lock.el (java-keywords): Add Javadoc tags as of JDK 1.2.1.
3877
3878 1999-12-16 Eli Zaretskii <eliz@is.elta.co.il>
3879
3880 * ls-lisp.el (ls-lisp-insert-directory): Print an explicit message
3881 if one of the files specified cannot be accessed by
3882 file-attributes. Do not strip any leading directories from the
3883 file names, to behave more like `ls' does.
3884
3885 * dired.el (dired-get-filename): Handle absolute file names.
3886 (dired-readin-insert): If argument is a cons, don't print
3887 "wildcard" on the ``total'' line.
3888
3889 1999-12-15 Eli Zaretskii <eliz@is.elta.co.il>
3890
3891 * faces.el (face-read-integer, read-face-attribute)
3892 (color-defined-p, color-values): Allow color values unspecified-fg
3893 and unspecified-bg, handle them as unspecified.
3894
3895 1999-12-15 Carsten Dominik <dominik@astro.uva.nl>
3896
3897 * textmodes/reftex.el: (reftex-compile-variables): respect new
3898 structure of `reftex-index-macro'
3899 (reftex-compile-variables): Use the changed structure of
3900 `reftex-label-alist'.
3901
3902 * textmodes/reftex-vars.el (reftex-index-math-format,
3903 (reftex-toc-max-level): New option.
3904 reftex-index-phrases-search-whole-words,
3905 reftex-index-phrases-case-fold-search,
3906 reftex-index-phrases-skip-indexed-matches,
3907 reftex-index-phrases-wrap-long-lines,
3908 reftex-index-phrases-sort-prefers-entry,
3909 reftex-index-phrases-sort-in-blocks): New options.
3910 (reftex-index-macros): Option structure changed.
3911 (reftex-index-macros-builtin): Added `repeat' item to each entry.
3912 (reftex-label-alist): Additional item in each entry to specify if
3913 the environment should be listed in the TOC.
3914 (eval-when-compile (require 'cl)) added.
3915
3916 * textmodes/reftex-index.el (reftex-index-selection-or-word): No
3917 longer deals with "repeat".
3918 (reftex-index): "repeat property in `reftex-index-macro-alist' is
3919 now used.
3920 (reftex-index-phrases-comment-regexp,
3921 reftex-index-phrases-macrodef-regexp,
3922 reftex-index-phrases-phrase-regexp1,
3923 reftex-index-phrases-phrase-regexp2,
3924 reftex-index-phrases-phrase-regexp12, reftex-index-phrases-help):
3925 New constants.
3926 (reftex-index-phrases-macro-data, reftex-index-phrases-files,
3927 reftex-index-phrases-font-lock-keywords,
3928 reftex-index-phrases-font-lock-defaults, reftex-index-phrases-map,
3929 reftex-index-phrases-restrict-file): New variables.
3930 (reftex-index-phrase-selection-or-word,
3931 reftex-index-visit-phrases-buffer,
3932 reftex-index-initialize-phrases-buffer,
3933 reftex-index-phrases-save-and-return, reftex-index-phrases-mode,
3934 reftex-index-next-phrase, reftex-index-this-phrase,
3935 reftex-index-all-phrases, reftex-index-region-phrases,
3936 reftex-index-phrases-parse-header,
3937 reftex-index-phrases-toggle-restricted, reftex-index-new-phrase,
3938 reftex-index-find-next-conflict-phrase, reftex-index-phrases-info,
3939 reftex-index-phrases-set-macro-key, reftex-index-sort-phrases,
3940 reftex-compare-phrase-lines, reftex-index-make-phrase-regexp,
3941 reftex-index-simplify-phrase, reftex-index-phrases-find-dup-re,
3942 reftex-index-make-replace-string,
3943 reftex-query-index-phrase-globally, reftex-query-index-phrase,
3944 reftex-index-phrase-match-is-indexed,
3945 reftex-index-phrases-fixup-line,
3946 reftex-index-phrases-replace-space,
3947 reftex-index-select-phrases-macro): New functions.
3948 (reftex-index-globalize, reftex-index-globally): functions removed
3949 (eval-when-compile (require 'cl)) added.
3950
3951 * textmodes/reftex-toc.el (reftex-toc-mode): Create new indicator
3952 for max level.
3953 (reftex-toc-max-level-indicator): New variable.
3954 (reftex-toc-max-level): New command.
3955 (reftex-toc-map): New keybinding `t'.
3956 (reftex-toc-help): Constant updated.
3957 (eval-when-compile (require 'cl)) added.
3958
3959 * textmodes/reftex-ref.el (reftex-offer-label-menu): Prefix to
3960 `t' command key can change `reftex-toc-max-level'
3961 (eval-when-compile (require 'cl)) added.
3962
3963 * textmode/reftex-sel (reftex-insert-docstruct): Respect
3964 `reftex-toc-max-level'
3965 (eval-when-compile (require 'cl)) added.
3966
3967 * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
3968 added.
3969
3970 * textmodes/reftex-vcr.el (eval-when-compile (require 'cl))
3971 added.
3972
3973 * textmodes/reftex-cite.el (reftex-citep, reftex-citet): New
3974 commands.
3975 (reftex-citation, reftex-do-citation,
3976 reftex-figure-out-cite-format): Additional argument FORMAT-KEY to
3977 preselect a citation format.
3978 (eval-when-compile (require 'cl)) added.
3979
3980 * textmodes/reftex-parse.el (reftex-context-substring): Optional
3981 parameter to-end
3982 (reftex-section-info): Deal with environment matches.
3983 (eval-when-compile (require 'cl)) added.
3984
3985 * reftex-global.el (eval-when-compile (require 'cl)) added.
3986
3987 1999-12-15 Kenichi Handa <handa@etl.go.jp>
3988
3989 The following changes are for the new composition mechanism. We
3990 have deleted `composition' charset and composite characters,
3991 instead introduced a special text property `composition'.
3992
3993 * composite.el: New file.
3994
3995 * ps-mule.el: Define encode-composition-rule and find-composition
3996 for Emacs 20.4 and the earlier versions.
3997 (ps-mule-init-external-library): Just require a feature for
3998 external libraries.
3999 (ps-mule-prologue): Postscript code modified for new composition.
4000 (ps-mule-find-wrappoint): New arg COMPOSITION.
4001 (ps-mule-plot-string): Delete code for composite characaters.
4002 (ps-mule-plot-composition): New funcion.
4003 (ps-mule-prepare-font-for-components): New function.
4004 (ps-mule-plot-components): New function.
4005 (ps-mule-composition-prologue-generated): Renamed from
4006 ps-mule-cmpchar-prologue-generated.
4007 (ps-mule-composition-prologue): New named from
4008 ps-mule-cmpchar-prologue. Modified for new composition.
4009 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
4010 ps-mule-prepare-cmpchar-font): Deleted.
4011 (ps-mule-string-encoding): New arg NO-SETFONT.
4012 (ps-mule-bitmap-prologue): In Postscript code of BuildGlyphCommon,
4013 check Composing, not Cmpchar
4014 (ps-mule-initialize): Set ps-mule-composition-prologue-generated
4015 to nil.
4016 (ps-mule-begin-job): Check existence of new composition.
4017
4018 * ps-print.el (ps-plot-region): Handle new composition.
4019
4020 * simple.el (what-cursor-position): Show "(composed)" if the
4021 character is composed.
4022
4023 * international/characters.el: Fix cateogries of Lao symbols.
4024
4025 * international/fontset.el (vertical-centering-font-regexp): New
4026 variable.
4027
4028 * international/mule.el (mule-version): Updated to 5.0 (AOI).
4029 (mule-version-date): Updated to 1999.12.7.
4030 (with-category-table): New macro.
4031
4032 * international/mule-cmds.el (encode-coding-char): Don't check
4033 composite character.
4034
4035 * international/mule-conf.el (iso-2022-7bit, iso-2022-7bit-ss2
4036 iso-2022-7bit-lock, iso-2022-7bit-lock-ss2, iso-2022-8bit-ss2,
4037 x-ctext): Give `composition' property t.
4038
4039 * international/mule-util.el (set-nested-alist): Set BRANCHES (if
4040 non-nil) at the tail of ALIST.
4041 (compose-region, decompose-region, decompse-string,
4042 reference-point-alist, compose-chars): Moved to composite.el.
4043 (compose-chars-component, compose-chars-rule,
4044 decompose-composite-char): Deleted.
4045
4046 * international/quail.el (quail-install-map): New optional arg
4047 NAME.
4048 (quail-get-translation): If DEF is a symbol but not a function,
4049 ignore it.
4050 (quail-start-translation): Put a key sequence undefined in the
4051 translation keymap in unread-command-events, not generated-events.
4052 Return parameterized event (compose-last-chars N) if the input
4053 characters should be composed.
4054 (quail-map-definition): If DEF is t, treat it as nil.
4055 (quail-delete-last-char): Delete the quail region.
4056 (quail-show-translations): Don't show list of translations if the
4057 quail package is deterministic.
4058 (quail-completion-max-depth): New variable.
4059 (quail-completion-1): Pay attention to the above variable. Fix
4060 for the case that a translation is a function.
4061 (quail-map-from-table, quail-map-from-table-1,
4062 quail-map-from-table-2): New functions.
4063 (quail-lookup-map-and-concat): New function
4064
4065 * language/devan-util.el: Mostly rewritten.
4066
4067 * language/lao.el: Register lao-composition-function in
4068 composition-function-table.
4069
4070 * language/lao-util.el: Mostly rewritten.
4071
4072 * language/thai.el: Register thai-composition-function in
4073 composition-function-table.
4074 (thai-tis620): Delete `pre-write-conversion' property.
4075
4076 * language/thai-util.el: (thai-category-table): Make it by
4077 make-category-table.
4078 (thai-composition-pattern): New variable.
4079 (thai-compose-region, thai-compose-string): Use
4080 with-category-table.
4081 (thai-post-read-conversion): Just call thai-compose-region.
4082 (thai-pre-write-conversion): Deleted.
4083 (thai-composition-function): New funciton.
4084
4085 * language/tibet-util.el: Most functions rewritten.
4086 (tibetan-char-p): Renamed from tibetan-char-examin.
4087 (tibetan-composable-examin) (tibetan-complete-char-examin)
4088 (tibetan-vertical-stacking) (tibetan-composition): Deleted.
4089 (tibetan-add-components): New function.
4090 (tibetan-composition-function): New function.
4091
4092 * language/tibetan.el: Register tibetan-composition-function in
4093 composition-function-table.
4094 (tibetan-composable-pattern): New variable.
4095 (tibetan-subjoined-transcription-alist): Change key "R" to "+R".
4096 (tibetan-precomposition-rule-alist): Move punctuations to
4097 tibetan-punctuation-transcription-alist and
4098 tibetan-obsolete-glyphs.
4099 (tibetan-punctuation-transcription-alist): New variable.
4100 (tibetan-obsolete-glyphs): New variable.
4101 (tibetan-regexp): Improve the initialization code.
4102
4103 * textmodes/fill.el (fill-find-break-point): Delete codes for
4104 composite characters.
4105 (fill-region-as-paragraph): Likewise.
4106
4107 1999-12-14 Gerd Moellmann <gerd@gnu.org>
4108
4109 * international/mule-cmds.el (default-input-method): Specify
4110 that it should be set after current-language-environment.
4111
4112 * custom.el (custom-handle-keyword): Add :set-after.
4113 (custom-add-dependencies): New function.
4114 (custom-set-variables): Take dependencies between args into
4115 account.
4116
4117 * battery.el (battery): Doc fix.
4118
4119 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4120
4121 * progmodes/cc-make.el: Removed.
4122
4123 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4124
4125 * Release of cc-mode 5.26
4126
4127 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4128
4129 * cc-cmds.el (c-forward-conditional): Handle an arbitrary
4130 target depth. Optionally count #else lines as clause limits,
4131 as suggested by don provan <provan@lucent.com>. #elif
4132 handling fixed.
4133
4134 * cc-cmds.el (c-up-conditional-with-else, c-down-conditional)
4135 (c-down-conditional-with-else): New commands that uses the
4136 added functionality in `c-forward-conditional'.
4137
4138 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4139
4140 * cc-align.el (c-lineup-comment): Preserve the alignment with
4141 a comment on the previous line instead of preserving the
4142 comment-column.
4143
4144 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4145
4146 * Fixes to IDL mode after input from Eric Eide
4147 <eeide@cs.utah.edu>:
4148 * cc-engine.el (c-beginning-of-statement-1): Allow
4149 `c-conditional-key' to be nil, for the benefit of IDL mode.
4150 * cc-engine.el (c-guess-basic-syntax): Ditto.
4151 cc-langs.el (C-IDL-class-key): Fixed. Don't match `class'
4152 but do match CORBA 2.3 `valuetype'.
4153 * cc-langs.el (c-IDL-access-key): New defconst. Should be nil
4154 for IDL.
4155 * cc-langs.el (c-IDL-conditional-key): New defconst. Should
4156 be nil for IDL.
4157 * cc-langs.el (c-IDL-comment-start-regexp): New defconst.
4158 Like C++.
4159 * cc-mode.el (idl-mode): Use new `c-IDL-*' defconsts. Also,
4160 set `c-method-key' and `c-baseclass-key' to nil.
4161
4162 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4163
4164 * cc-menus.el (cc-imenu-c++-generic-expression): Match classes
4165 with nonhanging open braces.
4166
4167 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4168
4169 * cc-align.el: Added docstrings to all lineup functions.
4170
4171 * cc-align.el (c-lineup-java-throws): Handle a hanging throws
4172 keyword.
4173
4174 * cc-align.el (c-lineup-C-comments): Handle free form text
4175 comments. Use c-comment-prefix-regexp and comment-start-skip
4176 instead of hardcoded regexps.
4177
4178 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4179
4180 * cc-cmds.el (c-beginning-of-defun, c-end-of-defun): Fixed eob
4181 behavior and return value as documented.
4182
4183 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4184
4185 * Changes for new style variable init system:
4186 * cc-langs.el (c-common-init): Dito.
4187 * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
4188 now customizable.
4189 * cc-vars.el: Style variables may now take a value
4190 'set-from-style to make them take their value from the style
4191 system. This value is now the default on all these variables.
4192 * cc-vars.el (c-valid-offset): New function to verify a
4193 syntactic symbol offset setting.
4194 * cc-vars.el (c-offsets-alist): Variable moved from
4195 cc-styles.el since it's now customizable in a similar way to
4196 the other style variables.
4197 * cc-vars.el (c-old-style-variable-behavior): New variable to
4198 revert to the old style init behavior.
4199
4200 * cc-vars.el (c-file-style, c-file-offsets): Made always
4201 buffer local.
4202
4203 * cc-menus.el (cc-imenu-c++-generic-expression): Don't match
4204 the throws clause that might follow the function prototype in
4205 C++.
4206
4207 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-defs.el (c-beginning-of-macro): Fixed bug where point
4210 could move forward for macros that doesn't start in column 0.
4211
4212 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
4214 * cc-align.el (c-indent-multi-line-block,
4215 c-lineup-whitesmith-in-block): Two new lineup functions for
4216 use in whitesmith style.
4217
4218 * cc-styles.el (c-style-alist): More fixes to whitesmith
4219 style. It should now handle all different braces uniformly in
4220 both hanging and non-hanging cases.
4221
4222 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4223
4224 * cc-cmds.el (c-indent-exp): Use a marker to save point to
4225 make it stay in the same position relative to the surrounding
4226 text.
4227
4228 * cc-cmds.el (c-fill-paragraph): Force the line comment prefix
4229 when adaptive-fill-mode doesn't manage to get it correct.
4230
4231 * cc-menus.el (cc-imenu-java-generic-expression): Handle types
4232 with dotted notation, e.g. foo.bar.Gnu.
4233
4234 * cc-mode.el (c-initialize-cc-mode): Wrap all function calls
4235 within unwind-protect (previously only some were wrapped so it
4236 would be possible to register mode initialization when full
4237 initialization did not finish).
4238
4239 * cc-styles.el (c-style-alist): Corrected the brace placement
4240 in the whitesmith style. Thanks to Sean Luke
4241 <seanl@cs.umd.edu>. Also extended the bsd and whitesmith
4242 styles with consistent brace placement for all constructs.
4243
4244 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4245
4246 * cc-cmds.el (c-context-line-break): Continue C++ comments too
4247 when point is in the middle of them.
4248
4249 * cc-cmds.el: Line breaking and paragraph filling code
4250 rewritten:
4251 (c-guess-fill-prefix): New function that uses various
4252 heuristics to guess the comment prefix.
4253 (c-fill-paragraph): Rewritten to use `c-guess-fill-prefix'.
4254 It now assumes adaptive filling is active to preserve the line
4255 prefix inside comments.
4256 (c-indent-new-comment-line): Replacement for the now
4257 obsolete `c-comment-line-break-function' that uses
4258 `c-guess-fill-prefix' when appropriate. It now observes the
4259 setting of `comment-multi-line', which has effect in C-style
4260 block comments.
4261
4262 * cc-cmds.el (c-context-line-break): New function intended to
4263 be put on RET. It's essentially `newline-and-indent', but
4264 continues C block comments with the appropriate line prefix.
4265
4266 * cc-cmds.el (c-do-auto-fill): New function put on
4267 `normal-auto-fill-function' to implement the
4268 `c-ignore-auto-fill' variable.
4269
4270 * cc-cmds.el (c-beginning-of-statement): Use
4271 `c-comment-prefix-regexp' to avoid ending up inside the
4272 comment prefix. Better handling of comment starters and
4273 enders. Catch comments better when traversing code. Stop at
4274 preprocessor directives.
4275
4276 * cc-defs.el (c-forward-comment): New subst to hide platform
4277 dependent quirks in `forward-comment'.
4278
4279 * cc-engine.el (c-literal-limits): Added NOT-IN-DELIMITER
4280 argument.
4281 (c-literal-limits-fast): Implemented NEAR and NOT-IN-DELIMITER
4282 arguments. Activate this function by default when
4283 `parse-partial-sexp' supports it (currently Emacs 20.x).
4284
4285 * cc-engine.el (c-guess-basic-syntax): Anchor the `c' syntax
4286 on the comment opener to make constants usable as lineup
4287 arguments.
4288
4289 * cc-align.el (c-lineup-C-comments): Fixes to handle the
4290 changed anchor position in the `c' syntactic symbol. Handle
4291 more than stars in the comment prefix; use the new variable
4292 `c-comment-prefix-regexp'. Don't indent text not preceded by
4293 a comment prefix to the right of the comment opener if it's
4294 long.
4295
4296 * cc-langs.el: Fixes to mode initialization for new line
4297 breaking and paragraph filling method. Adaptive fill mode is
4298 now activated at startup instead of deactivated. The
4299 variables used for adaptive filling and paragraph movement are
4300 also changed to incorporate the value of
4301 `c-comment-prefix-regexp'. `substitute-key-definition' is
4302 used to override some functions in the global map instead of
4303 overriding their default bindings.
4304
4305 * cc-mode.el (java-mode): Modify `paragraph-start' for the
4306 javadoc markup at mode init.
4307
4308 * cc-mode.el (c-setup-filladapt): A new convenience function
4309 to configure Kyle E. Jones' Filladapt mode for CC Mode. This
4310 function is intended to be used explicitly by the end user
4311 only.
4312
4313 * cc-vars.el (c-comment-prefix-regexp): New variable used to
4314 recognize the comment fill prefix inside comments.
4315 (c-block-comment-prefix): New name for
4316 `c-comment-contiuation-stars', which is now obsolete. It's
4317 generalized to handle any character sequence.
4318 (c-ignore-auto-fill): New variable used to selectively disable
4319 Auto Fill mode in specific contexts.
4320
4321 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4322
4323 * cc-cmds.el (c-comment-indent): Leave at least one space
4324 between the comment and the last nonblank character in the
4325 case where we look at the indentation of the comment on the
4326 previous line (case 4).
4327
4328 * cc-engine.el (c-beginning-of-statement-1): Added ``' to the
4329 list of characters that may start a statement (it's a sort of
4330 prefix operator in Pike, and isn't used at all in any of the
4331 other languages).
4332
4333 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4334
4335 * cc-engine.el (c-guess-basic-syntax): Report brace list opens
4336 inside continued statements as statement-cont instead of
4337 brace-list-open. The reason is that one normally adjusts
4338 brace-list-open for brace lists as top-level constructs, and
4339 brace lists inside statements is a completely different
4340 context. Case 10B.2 changed. Also changed (the somewhat
4341 esoteric) case 9A to cope with this.
4342
4343 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4344
4345 * cc-cmds.el (c-electric-brace): Added electric handling of
4346 the open brace for brace-elseif-brace.
4347
4348 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4349
4350 * cc-defs.el (c-with-syntax-table): New macro to easily switch
4351 syntax tables temporarily.
4352
4353 * cc-engine.el (c-guess-basic-syntax): Handle template and
4354 member init argument lists split over several lines. Case 5D
4355 changed.
4356
4357 * cc-langs.el (c-Java-javadoc-paragraph-start): Added new tag
4358 @throws introduced in Javadoc 1.2.
4359
4360 * cc-menus.el (cc-imenu-java-generic-expression): Applied
4361 patch from RMS to avoid infinite backtracking.
4362
4363 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4364
4365 * cc-align.el (c-lineup-arglist): Handle "arglists" surrounded
4366 by [ ].
4367
4368 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4369
4370 * cc-align.el (c-lineup-dont-change): Compensate properly for
4371 the column in langelem.
4372
4373 * cc-engine.el (c-syntactic-information-on-region): New
4374 function to help debugging the syntactic analysis.
4375
4376 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4377
4378 * cc-align.el (c-lineup-template-args): Handle nested template
4379 arglists.
4380
4381 * cc-langs.el (c++-template-syntax-table): New syntax table
4382 that makes `<' and `>' parenthesis characters, which is useful
4383 to switch to temporarily when analyzing template arglists.
4384
4385 * cc-styles.el: Changed default alignment of labels in the
4386 java style to conform to the examples in the Java Language
4387 Specification.
4388
4389 * cc-styles.el (c-offsets-alist): Use `c-lineup-template-args'
4390 by default.
4391
4392 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4393
4394 * cc-engine.el (c-guess-basic-syntax): Pike allows a comma
4395 immediately before the closing paren in an arglist, so don't
4396 check that in Pike mode. Case 7A changed.
4397
4398 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4399
4400 * cc-cmds.el (c-indent-region): Fixed bug where comment-only
4401 lines were ignored under certain conditions.
4402
4403 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4404
4405 * cc-align.el (c-lineup-template-args): New function for
4406 aligning continued template argument lists.
4407
4408 * cc-engine.el (c-guess-basic-syntax): Fix for member init
4409 lists containing function arglists split over several lines.
4410 Case 5D.1 changed.
4411
4412 * cc-engine.el (c-guess-basic-syntax): Fixed bug where
4413 template-args-cont didn't get recognized when the first
4414 arglist opener line doesn't contain a template argument. New
4415 case 5K.
4416
4417 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4418
4419 * cc-defs.el (c-point): Changed from subst to macro for
4420 efficiency.
4421 (c-beginning-of-defun-1, c-end-of-defun-1): New
4422 beginning-of-defun/end-of-defun wrappers separated from
4423 c-point.
4424
4425 * cc-menus.el (imenu-generic-expression,
4426 imenu-case-fold-search, imenu-progress-message): Dummy
4427 definitions to avoid compiler warnings if imenu can't be
4428 loaded.
4429 * cc-menus.el (cc-imenu-init): New function called at mode
4430 init.
4431 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode): Moved
4432 imenu initializations to cc-imenu-init.
4433
4434 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4435
4436 * cc-engine.el (c-guess-basic-syntax): Slightly better check
4437 for lambda-intro-cont in Pike mode. Case 6 changed.
4438
4439 * cc-engine.el (c-looking-at-inexpr-block): Fixed bug where
4440 anything following "new Foo()" was considered an anonymous
4441 class body in Java mode.
4442
4443 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4444
4445 * cc-cmds.el (c-comment-line-break-function): When breaking in
4446 a string, don't insert a new line.
4447
4448 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4449
4450 * cc-engine.el (c-at-toplevel-p): New interface function which
4451 returns information useful to add-on authors. It tells you
4452 whether you're at a toplevel statement or not.
4453
4454 1999-12-12 Barry A. Warsaw <bug-cc-mode@gnu.org>
4455
4456 * cc-cmds.el (c-comment-line-break-function): It is possible
4457 that forward-line does not land us at the bol, say if we're on
4458 the last line in a file. In that case, do a
4459 back-to-indentation instead of a forward-comment -1.
4460
4461 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4462
4463 * cc-engine.el (c-beginning-of-statement-1): Don't catch
4464 "default:" as normal label in case 4.
4465
4466 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4467
4468 * cc-engine.el (c-guess-basic-syntax): Use c-bitfield-key to
4469 recognize continued bitfield declarations. Case 5D.1 changed.
4470 * cc-langs.el: New variable c-bitfield-key.
4471 * cc-mode.el: New variable c-bitfield-key.
4472
4473 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org>
4474
4475 * cc-engine.el (c-inside-bracelist-p): Tighter test for Java
4476 anonymous array expressions (i.e. "new Foo[] {.. bracelist
4477 ..}").
4478
4479 1999-12-12 Dave Love <fx@gnu.org>
4480
4481 * mail/footnote.el: Require cl when compiling. Don't autoload
4482 keymap and minor-mode-alist stuff. Don't set zmacs-region-stays.
4483 (footnote-insert-text-marker, Footnote-insert-pointer-marker):
4484 Avoid `acons'.
4485 (footnote-mode-line-string, Footnote-add-footnote): Remove
4486 autoload cookie.
4487
4488 1999-12-12 Richard Sharman <rsharman@pobox.com>
4489
4490 * sh-script.el: Fix for when font-lock mode is active.
4491 (sh-font-lock-unfontify-region-function): New function.
4492
4493 1999-12-12 Eli Zaretskii <eliz@is.elta.co.il>
4494
4495 * menu-bar.el (menu-bar-edit-menu): Define the Spell submenu even
4496 if start-process is not bound, since Ispell now supports such
4497 platforms as well.
4498
4499 1999-12-12 Gerd Moellmann <gerd@gnu.org>
4500
4501 * mail/rmailsum.el (rmail-summary-mode-map): Bind RET to
4502 rmail-summary-goto-msg.
4503
4504 * files.el (after-find-file): Fix previous change.
4505
4506 1999-12-11 Dave Love <fx@gnu.org>
4507
4508 * help.el (where-is): Use `commandp' as predicate for
4509 `completing-read'
4510
4511 1999-12-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4512
4513 * cus-edit.el (custom-save-delete): Delete all occurrences,
4514 leave point where the first occurrence was.
4515 (custom-save-faces): Insert a newline at the end of the comment.
4516 Avoid a double newline there.
4517 If final closeparen is at bol, put a space before it.
4518 (custom-save-variables): Likewise.
4519 (custom-file): Doc fix.
4520
4521 1999-12-10 Gerd Moellmann <gerd@gnu.org>
4522
4523 * dos-w32.el (file-name-buffer-file-type-alist): Add `$' at end of
4524 regexp matching image and audio files.
4525
4526 1999-12-09 Dave Love <fx@gnu.org>
4527
4528 * mail/footnote.el: New file.
4529
4530 1999-12-09 Gerd Moellmann <gerd@gnu.org>
4531
4532 * files.el (after-find-file): Use auto-save-visited-file-name if
4533 set.
4534
4535 * mail/feedmail.el (feedmail-find-eoh): Take
4536 feedmail-queue-alternative-mail-header-separator into account.
4537
4538 1999-12-09 Stefan Monnier <monnier@cs.yale.edu>
4539
4540 * smerge-mode.el: New file.
4541
4542 * font-lock.el (font-lock-multiline): New variable.
4543 (font-lock-add-keywords): Rename `major-mode' into `mode'.
4544 (font-lock-remove-keywords): Added a dummy `mode' argument for
4545 potential future support.
4546 (font-lock-fontify-anchored-keywords,
4547 (font-lock-fontify-keywords-region): Only handle multiline strings
4548 if necessary (avoids a pathological behavior in (f.ex) diff-mode).
4549
4550 1999-12-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4551
4552 * bookmark.el (bookmark-bmenu-mode-map): Bind RET like f.
4553
4554 * dired-aux.el (dired-insert-subdir): Add autoload cookie.
4555
4556 1999-12-07 Dave Love <fx@gnu.org>
4557
4558 * help.el (view-emacs-problems): New command, bound to C-h P.
4559
4560 * menu-bar.el (menu-bar-manuals-menu): Add view-emacs-problems.
4561
4562 1999-12-07 Stefan Monnier <monnier@cs.yale.edu>
4563
4564 * diff-mode.el (diff-mode-shared-map): Fset'd and doc change.
4565 (diff-minor-mode, diff-minor-mode-prefix, diff-minor-mode-map):
4566 New code to support the minor mode version.
4567 (diff-recenter): New function.
4568 (diff-next-hunk, diff-next-file): Use it.
4569 (diff-remembered-files-alist): New var.
4570 (diff-merge-strings): New function.
4571 (diff-find-file-name): Make it smarter and use the user's input more.
4572 (diff-mode): Cosmetic changes.
4573
4574 * files.el (save-some-buffers): Turn EXITING into the more general
4575 PRED argument to allow specifying a subset of buffers.
4576
4577 * simple.el (kill-region): Use the new `delete-and-extract-region'
4578 rather than the undo log (which is incorrect with *-change-functions).
4579
4580 * font-lock.el (font-lock-default-fontify-region): Fix subtle
4581 off-by-one problem that could force re-fontifying the whole buffer.
4582 (font-lock-remove-keywords): New function.
4583 (font-lock-add-keywords): Use the new function to ensure idempotence.
4584
4585 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu>
4586
4587 * viper-cmd.el (viper-minibuffer-standard-hook,
4588 viper-minibuffer-real-start): Mew functions.
4589 (viper-read-string-with-history,viper-file-add-suffix,
4590 viper-trim-replace-chars-to-delete-if-necessary): Adapt to the
4591 change in the status of the minibuffer prompt.
4592
4593 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4594
4595 * comint.el (comint-redirect-results-list)
4596 (comint-redirect-results-list-from-process): Remove interactive
4597 spec.
4598
4599 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4600
4601 * info.el (info-node, info-menu-5, info-xref): Define colors for
4602 Info faces if the display supports them.
4603
4604 1999-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4605
4606 Changes for automatic remapping of X colors on terminal frames:
4607
4608 * term/pc-win.el (msdos-setup-initial-frame): New function, run by
4609 term-setup-hook. Call msdos-remember-default-colors and
4610 msdos-handle-reverse-video.
4611 (msdos-face-setup): Parts of code moved to
4612 msdos-setup-initial-frame.
4613 (msdos-handle-reverse-video): New function, modeled after
4614 x-handle-reverse-video.
4615 (make-msdos-frame): Don't use initial-frame-alist and
4616 default-frame-alist. Call msdos-handle-reverse-video.
4617 (msdos-color-aliases): Remove.
4618 (msdos-color-translate, msdos-approximate-color): Remove.
4619 (msdos-color-values): Use 16-bit RGB values. RGB values updated
4620 for better approximation of X colors.
4621 (msdos-face-setup): Call tty-color-clear. Remove code that sets
4622 up tty-color-alist (it is now on startup.el).
4623 (x-display-color-p, x-color-defined-p, x-color-values,
4624 x-defined-colors, face-color-supported-p, face-color-gray-p):
4625 Remove.
4626
4627 * facemenu.el (facemenu-read-color, list-colors-display): Use
4628 defined-colors for all frame types.
4629 (facemenu-color-equal): Use color-values for all frame types.
4630
4631 * faces.el (read-face-attribute): For :foreground and :background
4632 attributes and frames on character terminals, translate the color
4633 to the closest supported one before looking it up in the list of
4634 valid values.
4635 (face-valid-attribute-values): Call defined-colors for all types
4636 of frames.
4637 (defined-colors, color-defined-p, color-values, display-color-p):
4638 New finctions.
4639 (x-defined-colors, x-color-defined-p, x-color-values,
4640 x-display-color-p): Aliases for the above.
4641
4642 * startup.el (command-line): Register terminal colors for frame
4643 types other than x and w32, but only if the terminal supports
4644 colors. Call tty-color-define instead of face-register-tty-color.
4645
4646 * term/x-win.el (xw-defined-colors): Renamed from
4647 x-defined-colors.
4648 * term/w32-win.el (xw-defined-colors): Likewise.
4649
4650 * term/tty-colors.el: New file.
4651 * loadup.el: Load term/tty-colors.
4652
4653 1999-12-06 Dave Love <fx@gnu.org>
4654
4655 * ffap.el: Autoload the ffap alias directly.
4656
4657 1999-12-06 Inge Frick <inge@nada.kth.se>
4658
4659 * dired-aux.el (dired-do-shell-command): Changed documentation.
4660 (dired-shell-stuff-it): A `?' in COMMAND has now the same
4661 meaning as `*'.
4662
4663 1999-12-06 Gerd Moellmann <gerd@gnu.org>
4664
4665 * simple.el (insert-buffer): Doc fix.
4666
4667 * apropos.el (apropos-mode): Add autoload cookie.
4668
4669 1999-12-06 Sam Steingold <sds@goems.com>
4670
4671 * progmodes/etags.el (etags-tags-completion-table): Modified the
4672 regexp to allow for the CL symbols starting with `+*'.
4673 (tags-completion-table): Doc fix (it's an obarray, not an alist).
4674 (tags-completion-table, tags-recognize-empty-tags-table): Remove
4675 `function' quoting lambda.
4676 (tags-with-face): New macro.
4677 (list-tags, tags-apropos): Use it.
4678 (tags-apropos-additional-actions): New user option.
4679 (etags-tags-apropos-additional): Use it.
4680 (tags-apropos): Call etags-tags-apropos-additional.
4681 (tags-apropos-verbose): New user option.
4682 (etags-tags-apropos): Use it.
4683 (visit-tags-table-buffer, next-file): Use `unless'.
4684 (recognize-empty-tags-table): Renamed to
4685 tags-recognize-empty-tags-table.
4686 (complete-tag): Call tags-complete-tag bypassing try-completion.
4687
4688 1999-12-06 Kenichi Handa <handa@etl.go.jp>
4689
4690 * international/mule.el (set-buffer-file-coding-system): Docstring
4691 modified.
4692
4693 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4694
4695 * textmodes/bibtex.el (bibtex-hs-forward-sexp): Added to support
4696 using the hideshow package.
4697 (hs-special-modes-alist): Added entry for bibtex to allow the use
4698 of the hideshow package.
4699 (bibtex-hide-entry-bodies): Deleted as hiding of entry bodies is
4700 not longer provided by bibtex.el directly. Instead the hideshow
4701 package should be used.
4702 (bibtex-mode-map, bibtex-edit-menu, bibtex-mode): Delete
4703 references to bibtex-hide-entry-bodies.
4704
4705 1999-12-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
4706
4707 * textmodes/bibtex.el: Copyright notice is up to date. Moved
4708 maintainer information closer to the beginning of the bibtex.el
4709 file.
4710 (bibtex-maintainer-salutation): New constant.
4711 (bibtex-version): New constant.
4712 (bibtex-submit-bug-report): Use bibtex-version and
4713 bibtex-maintainer-salutation.
4714 (bibtex-entry-field-alist): Made booktitle field optional for
4715 @inproceedings entries when crossreferenced.
4716 (bibtex-entry-field-alist): Added booktitle field to proceedings
4717 entry type (for cross referencing). Thanks to Wagner Toledo Correa
4718 for the suggestion.
4719 (bibtex-string-file-path): Fixed typo.
4720
4721 1999-12-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
4722
4723 * textmodes/bibtex.el (bibtex-mode-map): Reserved the key `C-c &'
4724 for reftex.el.
4725 (bibtex-edit-menu): Added `reftex-view-crossref-from-bibtex'
4726 to menu.
4727
4728 1999-12-04 Dave Love <fx@gnu.org>
4729
4730 * delsel.el: Revert previous change -- region is significant to
4731 skeleton.
4732
4733 1999-12-04 Michael Kifer <kifer@cs.sunysb.edu>
4734
4735 * viper-cmd.el (viper-change-state): Use
4736 viper-ESC-moves-cursor-back to decide whether to move the cursor
4737 back.
4738
4739 1999-12-03 Kenichi Handa <handa@mule.m17n.org>
4740
4741 * international/mule-util.el (truncate-string-to-width): Docsting
4742 fixed.
4743
4744 1999-12-02 Stefan Monnier <monnier@cs.yale.edu>
4745
4746 * emacs-lisp/lisp-mnt.el (lm-header-multiline): Fix spurious
4747 use of `cond'.
4748 (lm-with-file): Move all the find-file...kill-buffer stuff into
4749 this macro. Make it use `find-file-noselect' and make it kill
4750 the buffer only if it wasn't already displayed somewhere.
4751 (lm-summary, lm-authors, lm-maintainer, lm-creation-date)
4752 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
4753 (lm-commentary, lm-verify, lm-synopsis): Use lm-with-file.
4754 (lm-commentary): Fix to handle the case when the change log is
4755 at the end of the file.
4756
4757 1999-12-02 Kenichi Handa <handa@etl.go.jp>
4758
4759 * international/mule.el (charsetp): Fix typo in docstring.
4760
4761 * international/mule-diag.el (list-coding-categories): Fix typo;
4762 automatic -> autoload.
4763
4764 1999-12-02 Gerd Moellmann <gerd@gnu.org>
4765
4766 * vc.el (vc-update-change-log): Look for rcs2log under
4767 exec-directory.
4768
4769 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Change
4770 outline-regexp, add outline-level.
4771 (lisp-outline-level): New.
4772
4773 * calendar/appt.el (appt-convert-time): Handle "12:MMam",
4774 remove extraneous string-match.
4775
4776 * finder.el (finder-commentary): Activate Finder mode.
4777
4778 1999-12-01 Anders Lindgren <andersl@andersl.com>
4779
4780 * autorevert.el (auto-revert-buffers): Auto-revert mode was turned
4781 off when reverting buffers that contained mode specifiers.
4782 `revert-buffer' is now called with non-nil PRESERVE-MODES
4783 argument.
4784
4785 1999-12-01 Dave Love <fx@gnu.org>
4786
4787 * delsel.el: Grok skeleton-pair-insert-maybe.
4788
4789 1999-11-30 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4790
4791 * progmodes/cperl-mode.el (cperl-under-as-char):
4792 Use nil as default.
4793
4794 1999-11-30 Gerd Moellmann <gerd@gnu.org>
4795
4796 * speedbar.el (toplevel): Remove compatibility code for Emacs
4797 versions without custom.el.
4798
4799 1999-11-30 Dave Love <fx@gnu.org>
4800
4801 * progmodes/fortran.el (fortran-strip-sequence-nos): New command.
4802
4803 * autoinsert.el: Minor doc fixes.
4804 (auto-insert): Return nil.
4805
4806 * faces.el (set-face-documentation): Purecopy STRING.
4807
4808 1999-11-29 Dave Love <fx@gnu.org>
4809
4810 * derived.el: Doc fixes, remove old backquote syntax.
4811
4812 * cus-edit.el (custom-save-variables, custom-save-faces): Write a
4813 comment warning about editing.
4814
4815 * help.el (help-mode-hook): Define.
4816
4817 1999-11-29 Gerd Moellmann <gerd@gnu.org>
4818
4819 * emacs-lisp/edebug.el (edebug-make-enter-wrapper): Correct
4820 invalid translation of old-style backquote syntax to new syntax.
4821
4822 1999-11-28 Eli Zaretskii <eliz@is.elta.co.il>
4823
4824 * Makefile (DONTCOMPILE): Add term/internal.el.
4825
4826 1999-11-26 Dave Love <fx@gnu.org>
4827
4828 * comint.el: Fix last change.
4829
4830 * emacs-lisp/advice.el: Fix last change.
4831
4832 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4833
4834 * cus-edit.el (Custom-reset-standard): Doc fix.
4835 (custom-variable-reset-standard): Doc fix.
4836 (custom-face-reset-standard): Doc fix.
4837 (custom-face-menu): "Reset to Standard" => "Erase Customization".
4838 (custom-variable-menu): Likewise.
4839 (custom-reset-menu): Likewise.
4840 (custom-buffer-create-internal): Likewise.
4841
4842 1999-11-26 Dave Love <fx@gnu.org>
4843
4844 * progmodes/make-mode.el (makefile-mode-hook): Customize.
4845
4846 * font-lock.el: Doc fixes.
4847
4848 * menu-bar.el (menu-bar-mode): Customize.
4849
4850 * cus-start.el: Add use-dialog-box.
4851
4852 * add-log.el (change-log-mode-hook): Customize.
4853 (add-log-current-defun): Use
4854 fortran-{beginning,end}-of-subprogram.
4855
4856 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4857
4858 * emacs-lisp/advice.el: Many doc fixes.
4859
4860 * comint.el (comint-preoutput-filter-functions): Doc fix.
4861
4862 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4863
4864 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4865 Improve messages for capitalization of arg names,
4866 for flag variables, for t and nil, for imperatives.
4867 Call them imperatives rather than infinitives sans "to".
4868 (checkdoc-common-verbs-wrong-voice): Add "moves".
4869 (checkdoc-message-text-engine): Improve messages for y-or-n-p.
4870
4871 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
4872 Don't convert comments from 3-semicolon to 2-semicolon.
4873 That is a matter of style.
4874 (checkdoc-triple-semi-comment-check-flag): Variable deleted.
4875 (checkdoc-comments): Don't bind that variable.
4876
4877 1999-11-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
4878
4879 * files.el (write-file-hooks): Doc fix.
4880
4881 1999-11-26 Gerd Moellmann <gerd@gnu.org>
4882
4883 * progmodes/f90.el (f90-abbrev-start): Use `eq' instead of `='.
4884
4885 1999-11-25 Dave Love <fx@gnu.org>
4886
4887 * hippie-exp.el: Require comint when compiling.
4888 (hippie-expand): Add :links.
4889 (hippie-expand-try-functions-list): Customize.
4890
4891 1999-11-24 Michael Kifer <kifer@cs.sunysb.edu>
4892
4893 * viper*el: Replaced old-style backquotes.
4894
4895 * ediff*el: Replaced old-style backquotes.
4896
4897 * ediff-merge
4898 (ediff-looks-like-combined-merge,ediff-get-combined-region):
4899 Changed to support the new format for ediff-combination-pattern.
4900
4901 * ediff-diff (ediff-set-fine-overlays-in-one-buffer):
4902 Changed to support the new format for ediff-combination-pattern.
4903
4904 1999-11-24 Dave Love <fx@gnu.org>
4905
4906 * custom.el (custom-declare-group): Purecopy DOC.
4907 (custom-handle-keyword): Purecopy VALUE.
4908 (custom-add-link): Purecopy WIDGET.
4909 (custom-add-version): Purecopy VERSION.
4910 (custom-add-load): Purecopy LOAD.
4911
4912 * cus-face.el (custom-declare-face): Purecopy DOC.
4913
4914 * info.el:
4915 (Info-build-node-completions, Info-search, Info-follow-reference)
4916 (Info-complete-menu-item, Info-menu, Info-index, Info-get-token)
4917 (Info-find-emacs-command-nodes): Avoid properties on matched text
4918 which may appear in minibuffer.
4919
4920 1999-11-24 Gerd Moellmann <gerd@gnu.org>
4921
4922 * locate.el (locate-with-filter): Doc fix.
4923
4924 1999-11-24 Alex Schroeder <alex@gnu.org>
4925
4926 * sql.el (sql-find-sqli-buffer): New function.
4927 (sql-set-sqli-buffer-generally): New function.
4928 (sql-set-sqli-buffer): Better checking of new-buffer.
4929 (sql-copy-column): Add comma after INTO clause, too.
4930
4931 1999-11-24 Alex Schroeder <alex@gnu.org>
4932
4933 * sql.el (sql-imenu-generic-expression): New, used to set
4934 imenu-generic-expression.
4935
4936 * sql.el (sql-mode): Use ?_ and ?. instead of 95 and 46 when
4937 setting font-lock-defaults' SYNTAX-ALIST. Set
4938 imenu-generic-expression, imenu-case-fold-search, and
4939 imenu-syntax-alist.
4940
4941 * sql.el (sql-interactive-mode): Use ?_ and ?. instead of 95
4942 and 46 when setting font-lock-defaults' SYNTAX-ALIST.
4943
4944 1999-11-23 Andrew Innes <andrewi@gnu.org>
4945
4946 * w32-win.el (w32-drag-n-drop): Load files in current window, if
4947 drop coords aren't over a specific window.
4948
4949 1999-11-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4950
4951 * ps-print.el: Define mule funs without checking if mule package is
4952 loaded.
4953 (ps-print-version): New version number (5.0.1).
4954 (ps-header-dirpart): Now uses abbreviate-file-name.
4955
4956 1999-11-23 Dave Love <fx@gnu.org>
4957
4958 * progmodes/fortran.el (fortran-comment-line-start): Renamed from
4959 comment-line-start.
4960 (fortran-comment-line-start-skip): Renamed from
4961 comment-line-start-skip.
4962 (fortran-mode-map): Use renamed functions. Add manual and custom
4963 entries to menu.
4964 (fortran-mode-hook): Customize.
4965 (fortran-comment-indent-function): Renamed from
4966 fortran-comment-hook.
4967 (delete-horizontal-regexp): Function deleted.
4968 (fortran-electric-line-number): Simplified.
4969 (fortran-beginning-of-subprogram): Renamed from
4970 beginning-of-fortran-subprogram.
4971 (fortran-end-of-subprogram): Renamed from
4972 end-of-fortran-subprogram.
4973 (fortran-mark-subprogram): Renamed from mark-fortran-subprogram.
4974 (fortran-previous-statement, fortran-next-statement): Simplified.
4975 (fortran-blink-match): New function.
4976 (fortran-blink-matching-if, fortran-blink-matching-do): Use it.
4977 (fortran-indent-to-column): Don't use delete-horizontal-regexp.
4978 (fortran-find-comment-start-skip, fortran-is-in-string-p): Use
4979 line-end-position.
4980 (fortran-fill): No longer interactive. Simplified.
4981 (fortran-break-line): Simplified.
4982 (fortran-analyze-file-format): Use char-after, not looking-at.
4983
4984 * emacs-lisp/find-func.el (find-function-regexp): Use
4985 `define-minor-mode' after easy-menu change.
4986
4987 1999-11-23 Gerd Moellmann <gerd@gnu.org>
4988
4989 * comint.el: Add redirection.from active comint buffers into
4990 another buffer. Written by Peter Breton.
4991
4992 1999-11-23 Stefan Monnier <monnier@cs.yale.edu>
4993
4994 * emacs-lisp/autoload.el (make-autoload): Recognize the new
4995 `define-minor-mode'.
4996 (define-minor-mode): Specify `doc-string-elt'.
4997
4998 * emacs-lisp/easy-mmode.el: Changed maintainer.
4999 (easy-mmode-define-toggle): New BODY arg; Never append `-mode';
5000 Use defcustom for the hooks; Improve the auto-generated docstrings.
5001 (easy-mmode-define-minor-mode): Renamed `define-minor-mode'.
5002 (define-minor-mode): Add BODY arg; Only declare the keymap if
5003 provided; Improve the auto-generated docstrings.
5004
5005 1999-11-22 Gerd Moellmann <gerd@gnu.org>
5006
5007 * textmodes/text-mode.el (text-mode): Construct paragraph-start so
5008 that the leading `^' is at the start. This is necessary because
5009 paragraphs.el tries to remove anchors, but can find them only if
5010 they are the first character.
5011
5012 * progmodes/antlr-mode.el: New file.
5013
5014 * calendar/calendar.el: Fix autoload for
5015 calendar-absolute-from-astro. Add autoload for
5016 calendar-print-astro-day-number.
5017
5018 1999-11-21 Anders Lindgren <andersl@andersl.com>
5019
5020 * follow.el: Use modern backquote syntax. Minor comment update.
5021
5022 1999-11-21 Gerd Moellmann <gerd@gnu.org>
5023
5024 * simple.el (with-syntax-table): Don't switch buffers.
5025
5026 * emacs-lisp/edebug.el, emacs-lisp/cust-print.el,
5027 progmodes/hideif.el: Use new backquote syntax.
5028
5029 1999-11-21 Ken Manheimer <klm@python.org>
5030
5031 * icomplete.el (icomplete-completions): Use an explicit variable
5032 `icomplete-prospects-length', obviating the need to use an
5033 apparently faulty throw/catch arrangement.
5034
5035 1999-11-21 Eli Zaretskii <eliz@is.elta.co.il>
5036
5037 * term/internal.el (IT-display-table-setup): Don't overstep
5038 character code 255.
5039
5040 1999-11-20 Kenichi Handa <handa@mule.m17n.org>
5041
5042 * ps-mule.el (ps-mule-font-info-database-bdf): Default BDF font
5043 for the charset chinese-sisheng is 7bit encoding, not 8bit.
5044
5045 1999-11-19 Stefan Monnier <monnier@cs.yale.edu>
5046
5047 * scroll-bar.el (scroll-bar-toolkit-scroll): Add handling of the
5048 `ratio' event for Xaw and Xaw3d(without arrows) scrollbars.
5049
5050 * files.el (auto-mode-alist): Add patterns for diff-mode.
5051
5052 * complete.el (PC-do-complete-and-exit): Use minibuffer-prompt-end
5053 to detect an empty prompt.
5054
5055 1999-11-18 Dave Love <fx@gnu.org>
5056
5057 * simple.el (input-mode-8-bit): Fix the customization.
5058
5059 1999-11-18 Gerd Moellmann <gerd@gnu.org>
5060
5061 * international/iso-acc.el (iso-languages): Add more
5062 characters for Portuguese.
5063
5064 * speedbar.el: Clean up comment at the start of the file.
5065 Remove RCS id.
5066
5067 * progmodes/compile.el (compilation-parse-errors): Use
5068 compilation-buffer-p instead of testing major-mode.
5069
5070 1999-11-18 Dave Pearson <davep@hagbard.demon.co.uk>
5071
5072 * quickurl.el Added defcustom of quickurl-completion-ignore-case.
5073 (quickurl-ask): completion-ignore-case is set to the value of
5074 quickurl-completion-ignore-case for the duration of the call to
5075 completing-read.
5076
5077 1999-11-18 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5078
5079 * mail/rmailedit.el (rmail-cease-edit): Run rmail-mode-hook.
5080
5081 1999-11-18 Kenichi Handa <handa@etl.go.jp>
5082
5083 * ps-vars.el: Renamed from ps-print-def.el. Provide ps-vars
5084 instead of ps-print-def.
5085
5086 * ps-print.el: Require ps-vars instead of ps-print-def.
5087
5088 * ps-mule.el: Require ps-vars instead of ps-print-def.
5089
5090 1999-11-17 Gerd Moellmann <gerd@gnu.org>
5091
5092 * simple.el (with-syntax-table): Save buffer explicitly instead of
5093 using save-excursion.
5094
5095 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5096
5097 * mail/supercite.el: New maintainer.
5098
5099 1999-11-16 Reto Zimmermann <reto@synopsys.com>
5100
5101 * progmodes/vhdl-mode.el: Use new backquote syntax.
5102
5103 1999-11-16 Gerd Moellmann <gerd@gnu.org>
5104
5105 * simple.el (with-syntax-table): New.
5106
5107 1999-11-15 Sam Steingold <sds@ksp.com>
5108
5109 * dabbrev.el (dabbrev-filter-elements): Use the new backquote syntax.
5110
5111 1999-02-22 Sam Steingold <sds@goems.com>
5112
5113 * goto-addr.el (goto-address-at-mouse,
5114 goto-address-find-address-at-point): Use compose-mail.
5115 (goto-address-mail-method): Removed variable.
5116 (goto-address-send-using-mh-e, goto-address-send-using-mhe,
5117 goto-address-send-using-mail): Removed functions.
5118
5119 1998-11-03 Sam Steingold <sds@goems.com>
5120
5121 * simple.el (backward-delete-char-untabify):
5122 backward-delete-char-untabify-method can be `all' now - to delete
5123 hungrily including newlines.
5124
5125 1999-11-15 Sam Steingold <sds@ksp.com>
5126
5127 * mail/rnews.el, mail/mh-utils.el: Use the new backquote syntax.
5128
5129 1999-11-15 Dave Love <fx@gnu.org>
5130
5131 * cus-edit.el (customize-face, customize-face-other-window):
5132 Require match from completing-read.
5133 (custom-buffer-done-function): Default to custom-bury-buffer, not
5134 bury-buffer.
5135
5136 1999-11-15 Gerd Moellmann <gerd@gnu.org>
5137
5138 * mail/rmail.el, iswitchb.el, hippie-exp.el,
5139 progmodes/cperl-mode.el: Use new backquote syntax.
5140
5141 1998-09-14 Michael Ernst <mernst@alum.mit.edu>
5142
5143 * uniquify.el: Use new backquote syntax.
5144
5145 1999-11-14 Markus Rost <rost@ias.edu>
5146
5147 * ispell.el (ispell-dictionary-alist): Fix type by adding koi8-r
5148 as in ispell-local-dictionary-alist.
5149
5150 1999-11-14 Alex Schroeder <alex@gnu.org>
5151
5152 * ansi-color.el (ansi-color-apply): Updated regexps to include
5153 highlighted face.
5154
5155 1999-01-14 Johan Vromans <jvromans@squirrel.nl>
5156
5157 * forms.el (forms--make-format-elt-using-text-properties):
5158 Treat `intangible' differently.
5159
5160 * forms.el: Use new backquote syntax.
5161
5162 1999-11-13 Gerd Moellmann <gerd@gnu.org>
5163
5164 * textmodes/scribe.el (scribe-mode): Doc-fix.
5165
5166 1999-11-13 Peter Breton <pbreton@ne.mediaone.net>
5167
5168 * net-utils.el (run-network-program, net-utils-run-program): Use
5169 the new backquote syntax.
5170 (smbclient-program, smbclient-program-options)
5171 (smbclient-prompt-regexp, smbclient-font-lock-keywords): New
5172 variables
5173 (smbclient, smbclient-list-shares): New functions
5174
5175 1999-11-12 Sam Steingold <sds@ksp.com>
5176
5177 * emulation/viper-init.el (viper-deflocalvar, viper-loop)
5178 (viper-buffer-live-p, viper-kbd-buf-alist, viper-kbd-buf-pair)
5179 (viper-kbd-buf-definition, viper-kbd-mode-alist)
5180 (viper-kbd-mode-pair, viper-kbd-mode-definition)
5181 (viper-kbd-global-pair, viper-kbd-global-definition):
5182 Use the new backquote syntax.
5183
5184 * emulation/viper-cmd.el (viper-test-com-defun)
5185 (viper-prefix-arg-value, viper-prefix-arg-com):
5186 Use the new backquote syntax.
5187
5188 * emacs-lisp/debug.el (debugger-env-macro):
5189 Use the new backquote syntax.
5190
5191 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
5192 Use the new backquote syntax.
5193
5194 * calendar/calendar.el (calendar-remove-frame-by-deleting):
5195 New user variable.
5196 (calendar-hide-window): Use it.
5197 (increment-calendar-month, calendar-for-loop, calendar-sum):
5198 Use the new backquote syntax.
5199
5200 1999-11-12 Andrew Innes <andrewi@gnu.org>
5201
5202 * select.el (x-set-selection): Call buffer-substring, not
5203 substring. Also fix docstring
5204
5205 1999-11-12 Peter Kleiweg <kleiweg@let.rug.nl>
5206
5207 * progmodes/ps-mode.el (ps-mode-submit-bug-report): Added list
5208 of customizable variables to bug report message. Added
5209 system-type to package name in bug report.
5210
5211 1999-11-12 Gerd Moellmann <gerd@gnu.org>
5212
5213 * buff-menu.el (list-buffers-noselect): Use abbreviate-file-name
5214 to display file names.
5215
5216 1999-11-11 Gerd Moellmann <gerd@gnu.org>
5217
5218 * mwheel.el: Fix copyright notice, don't require 'cl at run time.
5219
5220 * isearch.el: Add lazy-highlighting feature.
5221
5222 1999-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
5223
5224 * progmodes/ps-mode.el (ps-mode-maintainer-address): New
5225 constant.
5226 (ps-mode-submit-bug-report): New function. Entry added to menu.
5227
5228 1999-11-10 William M. Perry <wmperry@aventail.com>
5229
5230 * mwheel.el: New file to support the new style wheeled mice.
5231
5232 1999-11-10 Gerd Moellmann <gerd@gnu.org>
5233
5234 * startup.el (initial-scratch-message): Add ";;" to the front of
5235 lines in the message.
5236
5237 * files.el (file-local-copy): Remove optional BUFFER argument
5238 because that's not used by anything.
5239
5240 * mail/mh-comp.el (mh-smail-batch): If TO is nil, use "" as
5241 to-address.
5242
5243 1999-11-08 Markus Rost <rost@ias.edu>
5244
5245 * wid-edit.el (widget-button-click): Wrap with save-excursion
5246 to restore track-mouse in the correct buffer.
5247
5248 1999-11-08 Gerd Moellmann <gerd@gnu.org>
5249
5250 * mail/mh-e.el: Changed maintainer to billcurtis@hotmail.com.
5251
5252 1999-11-08 Peter Kleiweg <kleiweg@let.rug.nl>
5253
5254 * progmodes/ps-mode.el (ps-mode-print-function): Changed default
5255 lpr-command to "lp" for some system-types. (copied from lpr.el
5256 Emacs version 20.2.1).
5257
5258 1999-11-04 Markus Rost <rost@ias.edu>
5259
5260 * simple.el (comment-region): Strip off white space at end of
5261 comment-start.
5262
5263 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5264
5265 * faces.el (secondary-selection): Fix wrong color name.
5266
5267 1999-11-04 John Tobey <jtobey@epsilondev.com>
5268
5269 * gud.el (gud-perldb-massage-args): Handle the case "perl -e 0",
5270 the default when invoking perldb in a non-Perl buffer, and other
5271 cases involving -e or --.
5272
5273 1999-11-04 Gerd Moellmann <gerd@gnu.org>
5274
5275 * simple.el (previous-matching-history-element)
5276 (next-history-element): Use delete-field instead of erase-field.
5277
5278 * isearch.el (isearch-ring-advance-edit, isearch-complete-edit):
5279 Use delete-field instead of erase-field.
5280
5281 * faces.el (secondary-selection): Change background to yellow.
5282
5283 * complete.el (PC-do-completion): Use minibuffer-prompt-end to
5284 find the start of the text. Use field-string to read the user
5285 input.
5286
5287 1999-11-03 Gerd Moellmann <gerd@gnu.org>
5288
5289 * faces.el (make-face-bold, make-face-unbold, make-face-italic)
5290 (make-face-unitalic, make-face-bold-italic): Add NOERROR argument
5291 for compatibility with old face implementation.
5292
5293 * isearch.el (isearch-complete-edit, isearch-ring-advance-edit):
5294 Use erase-field instead of erase-buffer.
5295
5296 * frame.el (blink-cursor-mode, blink-cursor-end): Use
5297 internal-show-cursor with new interface.
5298 (blink-cursor-timer-function): New.
5299 (blink-cursor-start): Use blink-cursor-timer-function.
5300
5301 1999-11-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5302
5303 * calendar.el (redraw-calendar): Move to nearest date before
5304 redrawing.
5305
5306 * diary-lib.el (simple-diary-display): Reset modeline even if
5307 there are no diary entries since the diary buffer may be displayed.
5308
5309 1999-11-03 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5310
5311 * emacs-lisp/debug.el (debug): If noninteractive, display the
5312 backtrace using `message', then exit Emacs.
5313 (debugger-batch-max-lines): New variable.
5314 (debugger-setup-buffer): New subroutine, broken out of `debug'.
5315 Change the messages put at the start, to say that the debugger
5316 was entered.
5317
5318 1999-11-02 Sam Steingold <sds@ksp.com>
5319
5320 * progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp.
5321
5322 1999-11-01 John Tobey <jtobey@epsilondev.com>
5323
5324 * gud.el: (gud-perldb-massage-args): Massage correctly in the
5325 presence of perl switches other than "-e".
5326
5327 1999-11-01 Markus Rost <rost@ias.edu>
5328
5329 * dired-x.el (dired-smart-shell-command): Use
5330 shell-command-history as in shell-command.
5331
5332 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5333
5334 * userlock.el (ask-user-about-lock): Doc fix.
5335
5336 * frame.el: Doc fixes.
5337
5338 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5339
5340 * frame.el (blink-cursor-mode): Call internal-show-cursor instead
5341 of show-cursor.
5342 (blink-cursor-start, blink-cursor-end): Ditto.
5343
5344 * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode.
5345
5346 1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5347
5348 * window.el (walk-windows): If ALL-FRAMES is a frame,
5349 start on that frame. Use save-selected-window.
5350
5351 1999-11-01 Gerd Moellmann <gerd@gnu.org>
5352
5353 * simple.el (end-of-buffer): Use window-end to find the window end
5354 instead of vertical-motion because this handles variable-height
5355 lines correctly.
5356
5357 1999-11-01 Michael Kifer <kifer@cs.sunysb.edu>
5358
5359 * ediff.el: Version change.
5360
5361 * ediff-util.el (ediff-cleanup-mess): Fixed the case of dead windows.
5362 make sure you are in a good frame before deleting other
5363 windows.
5364 (ediff-file-checked-in-p): Don't consider CVS
5365 files checked in.
5366 (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you
5367 are writing to a newly created empty file.
5368
5369 * ediff-mult.el (ediff-show-session-group-hook): New default.
5370
5371 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5372 First cd to the file directory. reportedly works
5373 better with remote files.
5374
5375 * ediff-vers.el (ediff-pcl-cvs-internal, ediff-pcl-cvs-merge-internal):
5376 Use file-name-nondirectory when passing files to CVS.
5377
5378 * ediff-diff.el (ediff-cmp-options): New variable.
5379 (ediff-same-file-contents): Use ediff-cmp-options.
5380
5381 * ediff-ptch.el (ediff-prompt-for-patch-buffer,
5382 ediff-get-patch-buffer): Use current buffer if it appears to be a
5383 patch.
5384
5385 * viper-keym.el: Fixed calls to viper-ex, change key C-c g to C-c
5386 C-g
5387
5388 * viper-util.el (viper-nontrivial-find-file-function): Deleted.
5389 (viper-glob-unix-files, viper-glob-mswindows-files): New functions.
5390 (viper-save-cursor-color,viper-restore-cursor-color):
5391 Improved cursor color handling.
5392 (viper-get-saved-cursor-color-in-replace-mode,
5393 viper-get-saved-cursor-color-in-insert-mode): New functions for
5394 better cursor color handling.
5395
5396 * viper-ex.el (ex-read,ex-edit):
5397 Fixes for correct interpretation of #,%.
5398 (viper-ex): Now works correctly when called from other functions.
5399 (viper-glob-function): New variable.
5400 (viper-ex): Save excursion before doing :global.
5401
5402 * viper-mous.el (viper-counting-clicks-p): Bug fixes.
5403
5404 * viper-cmd.el (viper-post-command-sentinel,
5405 viper-insert-state-post-command-sentinel,
5406 viper-insert-state-pre-command-sentinel): Takes better care of
5407 cursor colors.
5408
5409 * viper.el: Version change.
5410
5411 1999-10-31 Rajesh Vaidheeswarran <rv@dsmit.com>
5412
5413 * whitespace.el (whitespace-update-modeline): Bugfix to ensure
5414 that the modeline display was updated *only* when
5415 `whitespace-display-in-modeline' was set, not otherwise.
5416
5417 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5418
5419 * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
5420 "frac12".
5421
5422 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for
5423 ad-activate.
5424
5425 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com>
5426
5427 * whitespace.el: Test for existence of `defcustom' and `defgroup'
5428 using fboundp instead of assuming that these are not present in
5429 particular flavors of emacs.
5430 (whitespace-version): Update to 2.8
5431 (whitespace-display-in-modeline): Add custom variable to control
5432 displaying the whitespace errors on the modeline based on
5433 suggestion from <klaus.berndl@sdm.de>
5434 (whitespace-buffer): Now returns `t' if unclean and `nil' if
5435 clean, to enable using as a hook function, as suggested by Puneet
5436 Goel <puneet@computer.org>
5437 (whitespace-buffer): Fix a subtle bug that cleaned up only if
5438 quiet was not set, even with whitespace-auto-cleanup set.
5439 (whitespace-mode-line): Now uses less modeline real estate and
5440 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace
5441 which is present in the file, and <y> is any type of whitespace
5442 whose check has been suppressed by setting
5443 `whitespace-check-<whitespace-type>' to nil.
5444 (whitespace-unchecked-whitespaces): New function to return the
5445 list of whitespaces for whom checks have been suppressed.
5446 (whitespace-display-unchecked-whitespaces): Renamed to
5447 `whitespace-update-modeline' to reflect its functionality.
5448
5449 1999-10-30 Gerd Moellmann <gerd@gnu.org>
5450
5451 * progmodes/compile.el (compilation-error-regexp-alist):
5452 Undo previous change.
5453
5454 1999-10-28 Dave Love <fx@gnu.org>
5455
5456 * help.el (help-follow): Make arg optional again and really
5457 default to point.
5458
5459 1999-10-28 Gerd Moellmann <gerd@gnu.org>
5460
5461 * paths.el (rmail-file-name): Make it an option.
5462
5463 * progmodes/ada-mode.el, progmodes/ada-prj.el,
5464 progmodes/ada-stmt.el, progmodes/ada-xref.el: Doc-string and
5465 comment fixes.
5466
5467 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
5468 MIPS Pro 7.3 compiler error message syntax.
5469
5470 1999-10-27 Dave Love <fx@gnu.org>
5471
5472 * progmodes/compile.el: Checkdoc-inspired fixes.
5473
5474 1999-10-27 Gerd Moellmann <gerd@gnu.org>
5475
5476 * lpr.el (print-buffer): Doc-string fix.
5477
5478 1999-10-27 Dave Love <fx@gnu.org>
5479
5480 * emacs-lisp/advice.el: Doc fixes.
5481 (ad-lemacs-p): Removed.
5482 (advice): Add :link to defgroup.
5483
5484 1999-10-27 Kenichi Handa <handa@etl.go.jp>
5485
5486 * ange-ftp.el (ange-ftp-insert-file-contents): Don't change
5487 last-coding-system-used by the call of ange-ftp-set-ascii-mode.
5488
5489 1999-10-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5490
5491 * window.el (walk-windows): If ALL-FRAMES is a frame,
5492 start on that frame. Use save-selected-window.
5493
5494 1999-10-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5495
5496 * emacs-lisp/advice.el (ad-activate-internal): Renamed from
5497 ad-activate. All callers changed, including those in data.c.
5498 (ad-activate-internal-off): Renamed from ad-activate-off.
5499 All uses changed.
5500 (ad-activate): Renamed from ad-activate-on. All uses changed.
5501 (ad-start-advice, ad-stop-advice, ad-recover-normality):
5502 Alter the definition of ad-activate-internal, not ad-activate.
5503
5504 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5505
5506 * startup.el (command-line-1): Add support for command line
5507 arguments `file' and `execute'. Fix handling of `visit'.
5508
5509 1999-10-26 Kenichi Handa <handa@etl.go.jp>
5510
5511 * international/mule-cmds.el (read-input-method-name): Handle the
5512 case that the arg DEFAULT is symbol.
5513
5514 * international/mule-diag.el (mule-diag): Handle the case that
5515 default-input-method is symbol.
5516
5517 1999-10-26 Gerd Moellmann <gerd@gnu.org>
5518
5519 * textmodes/tildify.el: New file.
5520
5521 1999-10-25 Sam Steingold <sds@ksp.com>
5522
5523 * Makefile (compile-files): Fixed the "tr" strings.
5524 (EMACS): Set to ../src/emacs.
5525
5526 1999-10-25 Gerd Moellmann <gerd@gnu.org>
5527
5528 * info.el (Info-build-node-completions): Add '("*") to the
5529 completion list.
5530
5531 1999-10-25 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5532
5533 * frame.el (auto-raise-mode): When enabling the mode,
5534 immediately raise the selected frame.
5535
5536 * indent.el (indent-region): Doc fix.
5537
5538 * comint.el (comint-output-filter): Make the Comint buffer current
5539 for the comint-preoutput-filter-functions.
5540
5541 * mail/reporter.el: Doc fix.
5542
5543 1999-10-24 Stephen Eglen <stephen@gnu.org>
5544
5545 * progmodes/octave-mod.el (octave-auto-indent): Remove :version so
5546 that Octave lisp files can also run under XEmacs 20.
5547 (require 'custom) added so that files can run under Emacs 19.34.
5548
5549 * iswitchb.el (iswitchb-default-keybindings): No need to use
5550 read-kbd-macro in keybindings.
5551
5552 1999-10-23 Dave Love <fx@gnu.org>
5553
5554 * elide-head.el: New file.
5555
5556 1999-10-23 Gerd Moellmann <gerd@gnu.org>
5557
5558 * Makefile (compile-files, backup-compiled-files): New targets.
5559 (bootstrap, bootstrap-clean): Ditto.
5560
5561 1999-10-22 Paul Eggert <eggert@twinsun.com>
5562
5563 * international/mule-cmds.c (locale-language-names):
5564 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
5565 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
5566 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
5567 Use Latin-8 for Welsh.
5568 Use Latin-1 for English if "en" is explicitly specified.
5569 Use Latin-1 for Scots Gaelic, Tagalog.
5570 Use Latin-1 (not Latin-4) for Greenlandic.
5571 Use Latin-1 (not Latin-2) for Albanian.
5572 (locale-preferred-coding-systems, locale-language-names):
5573 Remove generic ISO 8859 locales; locale-charset-language-names now
5574 does this.
5575 (locale-charset-language-names): New variable.
5576 (set-locale-environment): Use language name specified by
5577 locale-charset-language-names if its charsets disagree with the
5578 language name specified by locale-language-names.
5579
5580 1999-10-22 Dave Love <fx@gnu.org>
5581
5582 * make-mode.el: Minor doc fixes.
5583
5584 * latin-9.el: Avoid non-ASCII characters to prevent loadup failure.
5585
5586 1999-10-21 Dave Love <fx@gnu.org>
5587
5588 * loadup.el: Add latin-8, latin-9.
5589
5590 1999-10-20 Paul Eggert <eggert@twinsun.com>
5591
5592 * disp-table.el (standard-display-european): Remove undocumented
5593 arg AUTO; no longer used by startup.el. Do not attempt to treat
5594 all non-English language environments as coding system names.
5595 Instead, use the downcased language environment name as a coding
5596 system name if it is one; otherwise, use latin-1.
5597
5598 1999-10-20 Gerd Moellmann <gerd@gnu.org>
5599
5600 * dired.el (dired-move-to-filename-regexp): Fix long comment lines
5601 that were split so that part of the comment appeared as Lisp code.
5602
5603 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5604
5605 * ps-bdf.el: Doc fix.
5606
5607 * ps-print-def.el: New file: common definitions for all parts of
5608 ps-print.
5609 (ps-multibyte-buffer): Moved from ps-mule.
5610
5611 * ps-mule.el: File dependence fix.
5612 (ps-multibyte-buffer): Moved to ps-print-def.
5613
5614 * ps-print.el: Doc fix, better customization.
5615 (ps-print-region-function, ps-number-of-columns, ps-spool-tumble)
5616 (ps-print-color-p, ps-printing-region-p, ps-n-up-database)
5617 (ps-end-file): Doc fix.
5618 (ps-setup, ps-begin-file): Fun fix.
5619 (postscript): New group.
5620 (ps-zebra-gray, ps-banner-page-when-duplexing): New vars.
5621 (ps-print-prologue-1): Adjust PostScript programming.
5622 (ps-print): Adjust group hierarchy.
5623 (ps-print-n-up, ps-print-zebra, ps-print-background,
5624 ps-print-printer)
5625 (ps-print-page): New subgroups.
5626 (ps-print-prologue-header, ps-printer-name, ps-lpr-command)
5627 (ps-lpr-switches, ps-page-dimensions-database, ps-paper-type)
5628 (ps-landscape-mode, ps-print-control-characters, ps-n-up-printing)
5629 (ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling, ps-zebra-stripes)
5630 (ps-zebra-stripe-height, ps-print-background-image)
5631 (ps-print-background-text, ps-spool-config): Adjust customization.
5632 (dos-ps-printer): Definition eliminated.
5633
5634 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5635
5636 * ps-mule.el: Doc fix, define functions properly if mule package is
5637 loaded or not.
5638 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Define properly if
5639 mule package is loaded or not.
5640
5641 * ps-print.el: Doc fix, n-up printing.
5642 (ps-print-version): New version number (5.0).
5643 (ps-page-dimensions-database): Added document media.
5644 (ps-n-up-printing, ps-n-up-margin, ps-n-up-border-p, ps-n-up-filling)
5645 (ps-page-order, ps-printing-region-p): New vars.
5646 (ps-n-up-printing, ps-n-up-filling, ps-header-sheet, ps-end-job): New
5647 funs.
5648 (ps-page-dimensions-get-media, ps-n-up-landscape, ps-n-up-lines)
5649 (ps-n-up-columns, ps-n-up-missing, ps-n-up-xcolumn, ps-n-up-ycolumn)
5650 (ps-n-up-xline, ps-n-up-yline, ps-n-up-repeat, ps-n-up-end)
5651 (ps-n-up-xstart, ps-n-up-ystart): New macros.
5652 (ps-print-begin-sheet-hook): New hook.
5653 (ps-boundingbox-re, ps-n-up-database, ps-n-up-filling-database): New
5654 const.
5655 (ps-setup, ps-begin-file, ps-get-buffer-name, ps-begin-job)
5656 (ps-end-file, ps-dummy-page, ps-generate): Fix funs.
5657 (ps-print-prologue-1): Adjust PostScript programming for n-up printing.
5658 (ps-count-lines): Changed to defun.
5659 (ps-header-page): Changed to defsubst, fix fun.
5660 (ps-printing-region): Doc fix, adjust programming code.
5661 (ps-output-boolean, ps-background-pages, ps-background-text)
5662 (ps-background-image, ps-background, ps-get-boundingbox): Adjust
5663 programming code.
5664
5665 1999-10-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5666
5667 * ps-print.el: Doc fix, duplex and setpagedevice configuration.
5668 (ps-print-version): New version number (4.2).
5669 (ps-spool-config, ps-spool-tumble): New vars.
5670 (ps-print-prologue-1): Changed to defconst, adjust PostScript
5671 programming, new PostScript procedure to handle errors.
5672 (ps-print-prologue-2): Changed to defconst.
5673 (ps-print-duplex-feature): New const: duplex and tumble setting.
5674 (ps-setup, ps-begin-file): Fix funs.
5675 (ps-boolean-capitalized): New fun.
5676
5677 1999-10-19 Stefan Monnier <monnier@cs.yale.edu>
5678
5679 * Makefile (dontcompilefiles): Obsoleted.
5680 (DONTCOMPILE): Added emacs-lisp/cl-specs.el.
5681 (EL): Unused.
5682 (temacs): Removed (unused).
5683 (cus-load.el, finder-inf.el, loaddefs.el): New targets to build a dummy
5684 version of the file (necessary for the update to work properly).
5685 (autoloads): Force the use of `pwd`/loaddefs.el.
5686 (updates); Redefined in terms of other targets to reduce redundancy.
5687 (.el.elc): New default rule, just in case you want it.
5688 (compile): Use a single invocation of Emacs.
5689 (bootstrap-compile); Unneeded.
5690 (autoloads-with-other-emacs): Unneeded now that autoloads is fixed.
5691
5692 1999-10-19 Dave Love <fx@gnu.org>
5693
5694 * emacs-lisp/eval-reg.el: Removed -- not now needed by edebug.
5695
5696 1999-10-19 Sam Steingold <sds@ksp.com>
5697
5698 * map-ynp.el (map-y-or-n-p): Remove extraneous `not' to
5699 comply with the comment.
5700
5701 1999-10-19 Gerd Moellmann <gerd@gnu.org>
5702
5703 * autorevert.el (auto-revert-mode): Make auto-revert-mode
5704 permanent-local.
5705
5706 1999-10-19 Peter Kleiweg <kleiweg@let.rug.nl>
5707
5708 * progmodes/ps-mode.el (ps-mode-print-function): Fix default
5709 value: \"lpr\" changed to "lpr"
5710 (ps-mode-version): New constant
5711 (ps-mode-show-version): New function, added key in ps-mode-map
5712 (ps-run-messages): Removed
5713 (ps-run-font-lock-keywords-2): New defcustom variable replacing
5714 ps-run-messages. These keywords now include the value of
5715 ps-run-prompt, making its fontification customizable.
5716 (ps-run-init): Removed \\n from docstring, it is now added when
5717 the value is used
5718 (ps-run-font-lock-keywords-1): Added checking for initial ^ in
5719 ps-run-prompt
5720 (ps-mode): Added ps-run-font-lock-keywords-2 to list of
5721 customizable variables in doc-string (its equivalent
5722 ps-run-messages was missing in previous version of the doc-string)
5723 (ps-run-mode): Simplified assignment to font-lock-defaults, using
5724 symbols only
5725
5726 1999-10-19 Alex Schroeder <alex@gnu.org>
5727
5728 * ansi-color.el: Complete rewrite.
5729
5730 1999-10-19 Paul Eggert <eggert@twinsun.com>
5731
5732 Fix bootstrapping problems.
5733 Use the system locale to specify Emacs locale defaults.
5734
5735 * international/mule-cmds.el (global-map):
5736 Do not use backquote, because that makes a bootstrapping
5737 problem if you need to recompile all Lisp files using interpreted code.
5738 * international/mule.el (charset-id, charset-bytes,
5739 charset-dimension, charset-chars, charset-width,
5740 charset-direction, charset-iso-final-char,
5741 charset-iso-graphic-plane, charset-reverse-charset,
5742 charset-short-name, charset-long-name, charset-description,
5743 charset-plist): Likewise.
5744 * subr.el (save-match-data): Likewise.
5745
5746 * international/mule-cmds.el
5747 (set-display-table-and-terminal-coding-system): New function,
5748 containing code migrated out of set-language-environment.
5749 (set-language-environment, set-locale-environment): Use it.
5750 (locale-translation-file-name): Moved here from startup.el.
5751 (locale-language-names, locale-preferred-coding-systems):
5752 New vars.
5753 (locale-name-match, set-locale-environment): New functions.
5754
5755 * language/japan-util.el (setup-japanese-environment-internal):
5756 Prefer japanese-iso-8bit if the system-type is usg-unix-v.
5757
5758 * startup.el (iso-8859-n-locale-regexp): Remove.
5759 (locale-translation-file-name): Move to mule-cmds.el.
5760 (command-line): Move locale-stuff into set-locale-environment.
5761
5762 1999-10-18 Dave Love <fx@gnu.org>
5763
5764 * abbrev.el (add-abbrev, inverse-add-abbrev)
5765 (expand-region-abbrevs): Remove properties from buffer text.
5766
5767 1999-10-17 Gerd Moellmann <gerd@gnu.org>
5768
5769 * iswitchb.el (iswitchb-exhibit): Extract user-input only
5770 from the mini-buffer, without the prompt.
5771
5772 * simple.el (minibuffer-prompt-end): Return the position
5773 after the prompt, not the position of that last character
5774 of the prompt.
5775
5776 1999-10-17 Miles Bader <miles@gnu.org>
5777
5778 * simple.el: Doc fixes.
5779
5780 1999-10-17 Miles Bader <miles@gnu.org>
5781
5782 * simple.el (previous-matching-history-element, next-history-element):
5783 Change to work correctly even if the point is in the prompt.
5784 (choose-completion-string): Likewise.
5785 (minibuffer-prompt-width): New function (compatibility with old subr).
5786
5787 * textmodes/paragraphs.el (forward-sentence, forward-paragraph):
5788 When constraining the final position to the current field,
5789 don't use the ONLY-IN-LINE mode of constrain-to-field.
5790
5791 1999-10-17 Miles Bader <miles@gnu.org>
5792
5793 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
5794 constrain-to-field.
5795 * textmodes/paragraphs.el (forward-sentence): Likewise.
5796
5797 1999-10-17 Miles Bader <miles@gnu.org>
5798
5799 * simple.el (line-move): Use constrain-to-field to avoid
5800 moving into a prompt.
5801 (previous-complete-history-element): Clarify doc string.
5802 (next-complete-history-element): Likewise.
5803 Use field-beginning instead of point-min.
5804 (next-matching-history-element): Use field-beginning and
5805 erase-field instead of point-min and erase-buffer.
5806 * textmodes/paragraphs.el
5807 (forward-paragraph, forward-sentence): Likewise.
5808 (backward-kill-paragraph, backward-kill-sentence): Remove code to
5809 constrain the kill to an field, as the movement commands now
5810 do this.
5811
5812 1999-10-17 Miles Bader <miles@gnu.org>
5813
5814 * simple.el (previous-matching-history-element): Get the
5815 minibuffer input with field-string instead of buffer-string.
5816 (choose-completion-string): Likewise.
5817 (next-history-element): Likewise.
5818 Erase the minibuffer input with erase-field, not erase-buffer.
5819 Use field-beginning to find the beginning of the input.
5820 * textmodes/paragraphs.el (backward-kill-sentence):
5821 Remove minibuffer-prompt hack.
5822 Constrain to any input field.
5823
5824 1999-10-17 Sam Steingold <sds@ksp.com>
5825
5826 * bindings.el (completion-ignored-extensions): Added ".sparcf"
5827 for CMUCL on sparc and ".ufsl" for LispWorks.
5828 (bound-and-true-p): Bugfix: free variable `v'.
5829
5830 1999-10-16 Dave Love <d.love@dl.ac.uk>
5831
5832 * emacs-lisp/edebug.el (edebug-install-read-eval-functions)
5833 (edebug-uninstall-read-eval-functions): Use load-read-function,
5834 avoiding elisp-eval.
5835
5836 1999-10-16 Sam Steingold <sds@ksp.com>
5837
5838 * emacs-lisp/cl-indent.el (common-lisp-indent-function): Use `eq'
5839 instead of `eql'.
5840
5841 1999-10-14 Stefan Monnier <monnier@cs.yale.edu>
5842
5843 * ange-ftp.el (ange-ftp-make-tmp-name, ange-ftp-del-tmp-name):
5844 * browse-url.el (browse-url-of-buffer, browse-url-delete-temp-file),
5845 (browse-url-temp-file-list, browse-url-delete-temp-file-list):
5846 * ediff-util.el (ediff-make-temp-file):
5847 * ediff-vers.el (ediff-pcl-cvs-view-revision):
5848 * emerge.el (emerge-make-temp-file):
5849 * jka-compr.el (jka-compr-make-temp-name, jka-compr-delete-temp-file):
5850 * vc.el (vc-update-change-log):
5851 * mail/mailpost.el (post-mail-send-it):
5852 * mail/metamail.el (metamail-region):
5853 * progmodes/cmacexp.el (c-macro-expansion):
5854 * textmodes/makeinfo.el (makeinfo-region): Use make-temp-file.
5855
5856 1999-10-15 Gerd Moellmann <gerd@gnu.org>
5857
5858 * smtpmail.el (smtpmail-via-smtp): Add support for
5859 automatically appending a domain to RCPT TO: addresses.
5860
5861 1999-10-14 Richard M. Stallman <rms@caffeine.ai.mit.edu>
5862
5863 * dired.el (dired-insert-directory): Insert the amount of
5864 free space after the total size.
5865 (dired-free-space-program, dired-free-space-args): New variables.
5866
5867 1999-10-14 Karl Heuer <kwzh@gnu.org>
5868
5869 * mail/rmail.el (rmail-pop-password-error): Add new pattern.
5870
5871 1999-10-14 Dave Love <fx@gnu.org>
5872
5873 * international/characters.el:
5874 * international/fontset.el:
5875 * international/mule-conf.el: Add latin-iso8859-1[45].
5876
5877 * language/european.el: Add Latin-8, Latin-9. Modify some doc
5878 strings.
5879
5880 * startup.el (iso-8859-n-locale-regexp): Modify for Latin-[89].
5881 (command-line): Detect Latin-[89] locales.
5882
5883 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5884
5885 * international/mule-cmds.el (select-safe-coding-system)
5886 (leim-list-header): Avoid the use of strings that start with backslash
5887 newline since lread.c:read1 has a hack to turn those strings into
5888 integer 0 during the loadup.el process.
5889
5890 * diff-mode.el (diff-find-file-name): Use `Index:' preferentially.
5891
5892 1999-10-13 Dave Love <fx@gnu.org>
5893
5894 * image.el (insert-image): Copy the image spec and add an
5895 intangible property.
5896
5897 1999-10-13 Stefan Monnier <monnier@cs.yale.edu>
5898
5899 * help.el (help-xref-interned): Make it also work on variable-only
5900 and function-only symbols.
5901 (help-make-xrefs): Take advantage of the new `help-xref-interned'.
5902 (help-follow): If the point under mouse is not highlighted, try
5903 `help-xref-interned' on the pointed-to symbol anyway.
5904
5905 * info.el (Info-on-current-buffer): New entry point.
5906 (Info-find-node): Split into two for Info-on-current-buffer to
5907 hook into it.
5908 (Info-current-file, Info-set-mode-line, Info-up):
5909 Info-current-file can now be t.
5910 (Info-clone-buffer-hook): Function for `clone-buffer'.
5911 (Info-goto-node, Info-menu, Info-mode-map, Info-mode):
5912 Make `clone-buffer' available in various ways to the user.
5913
5914 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
5915
5916 * simple.el (shell-command, shell-command-on-region): Use
5917 make-temp-file.
5918 (clone-buffer, clone-process, clone-buffer-hook): New functions.
5919
5920 * subr.el (with-current-buffer): Don't use backquotes to avoid
5921 bootstrapping problems.
5922
5923 * loadup.el (load-path): Add subdirs for bootstrapping.
5924 (docstrings): Ignore errors during bootstrapping.
5925 (args): New `bootstrap' argument (for use in place of `dump').
5926
5927 1999-10-12 Emmanuel Briot <briot@gnat.com>
5928
5929 * ada-stmt.el: Doc-string fixes.
5930
5931 1999-10-12 Gerd Moellmann <gerd@gnu.org>
5932
5933 * recentf.el: New file.
5934
5935 * ps-mode.el: New file.
5936
5937 * files.el (auto-mode-alist): Add ps-mode for .eps and .ps,
5938 case insensitive.
5939
5940 1999-10-12 Richard Sharman <rsharman@pobox.com>
5941
5942 * sh-script.el: Added support for indenting existing scripts.
5943 (sh-mode-map): Added new bindings.
5944 (sh-mode): Updated mode doc-string for new commands, added
5945 make-local-variable calls, initialize mode-specific variables.
5946 (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
5947 is now a different function.
5948 (sh-header-marker): Changed docstring.
5949 (sh-set-shell): Initialize mode-specific variables.
5950 (sh-case, sh-for, sh-if, sh-indexed-loop, sh-repeat, sh-select)
5951 (sh-tmp-file, sh-until, sh-until, sh-while, sh-while-getopts):
5952 Changed these define-skeleton calls to work with user-specified
5953 indentation settings.
5954 (sh-basic-indent-line, sh-blink, sh-calculate-indent)
5955 (sh-check-paren-in-case, sh-check-rule, sh-do-nothing)
5956 (sh-electric-hash, sh-electric-less, sh-electric-rparen)
5957 (sh-find-prev-matching, sh-find-prev-switch, sh-get-indent-info)
5958 (sh-get-indent-var-for-line, sh-get-kw, sh-get-word)
5959 (sh-goto-match-for-done, sh-goto-matching-case, sh-goto-matching-if)
5960 (sh-guess-basic-offset, sh-handle-after-case-label)
5961 (sh-handle-prev-case, sh-handle-prev-case-alt-end, sh-handle-prev-do)
5962 (sh-handle-prev-done, sh-handle-prev-else, sh-handle-prev-esac)
5963 (sh-handle-prev-fi, sh-handle-prev-if, sh-handle-prev-open)
5964 (sh-handle-prev-rc-case, sh-handle-prev-then, sh-handle-this-close)
5965 (sh-handle-this-do, sh-handle-this-done, sh-handle-this-else)
5966 (sh-handle-this-esac, sh-handle-this-fi, sh-handle-this-rc-case)
5967 (sh-handle-this-then, sh-help-string-for-variable)
5968 (sh-in-comment-or-string, sh-indent-line, sh-learn-buffer-indent)
5969 (sh-learn-line-indent, sh-load-style, sh-make-vars-local, sh-mark-init)
5970 (sh-mark-line, sh-mkword-regexpr, sh-mkword-regexp)
5971 (sh-must-be-shell-mode, sh-must-support-indent, sh-name-style)
5972 (sh-prev-line, sh-prev-stmt, sh-prev-thing, sh-read-variable)
5973 (sh-remove-our-text-properties, sh-rescan-buffer)
5974 (sh-reset-indent-vars-to-global-values, sh-safe-backward-sexp)
5975 (sh-safe-forward-sexp, sh-save-styles-to-buffer, sh-scan-buffer)
5976 (sh-scan-case, sh-search-word, sh-set-char-syntax)
5977 (sh-set-here-doc-region, sh-set-indent, sh-set-var-value)
5978 (sh-show-indent, sh-this-is-a-continuation, sh-var-value): New
5979 functions.
5980 (sh-debug, sh-electric-rparen-needed, sh-here-doc-syntax)
5981 (sh-indent-supported, sh-kw, sh-kw-alist, sh-kws-for-done)
5982 (sh-learned-buffer-hook, sh-make-vars-local, sh-regexp-for-done)
5983 (sh-special-keywords, sh-special-syntax, sh-st-punc, sh-styles-alist)
5984 (sh-var-list): New variables.
5985
5986 1999-10-12 Dave Pearson <davep@hagbard.demon.co.uk>
5987
5988 * quickurl.el (quickurl-list-insert): `count-lines' was returning
5989 a value one line to high if the cursor wasn't at the start of a
5990 line. A `beginning-of-line' is now performed before making the
5991 call to `count-lines'.
5992
5993 1999-10-11 Stefan Monnier <monnier@cs.yale.edu>
5994
5995 * diff-mode.el (vc-backend-diff): Get rid of the autoloaded advice.
5996
5997 1999-10-09 Stefan Monnier <monnier@cs.yale.edu>
5998
5999 * Makefile (setwins): Abstract out the command to find subdirectories
6000 and fix it to also ignore subdirectories of CVS (f.ex. CVS/Base).
6001 (custom-deps, finder-data, autoloads, update-subdirs, updates)
6002 (autoloads-with-other-emacs): Use it.
6003
6004 * diff-mode.el: New file. A mode for viewing/editing context diffs.
6005
6006 1999-10-09 Gerd Moellmann <gerd@gnu.org>
6007
6008 * Makefile (bootstrap-compile): New target. Compile Lisp
6009 files with ../src/temacs.
6010
6011 1999-10-08 Dave Love <fx@gnu.org>
6012
6013 * ange-ftp.el: Require dired when compiling.
6014 (ange-ftp-normal-login): Allow EFS-style port specification.
6015
6016 1999-10-08 Simon Marshall <simon@gnu.org>
6017
6018 * emacs-lisp/regexp-opt.el (regexp-opt-try-suffix): New function.
6019 (regexp-opt-group): Use it to get common suffixes in STRINGS.
6020 If STRINGS is nil, return "" rather than nil.
6021
6022 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6023
6024 * Makefile (compile): Compile files one by one. Set load-path to
6025 current directory and subdirectories when compiling.
6026
6027 1999-10-08 Gerd Moellmann <gerd@gnu.org>
6028
6029 * Makefile (EMACSOPT, DONTCOMPILE, EL): New.
6030 (emacs): Use it everywhere instead of EMACS.
6031 (compile): New target. Compile all Lisp files from scratch.
6032 (recompile): New target. Recompile lisp directory.
6033 (autoloads-with-other-emacs): New target. Build loaddefs.el with
6034 an Emacs executable not built in the current directory tree.
6035
6036 1999-10-07 Peter Breton <pbreton@ne.mediaone.net>
6037
6038 * filecache.el (file-cache-completion-ignore-case): New variable,
6039 defaulting to the value of completion-ignore-case.
6040 (file-cache-minibuffer-complete): Use it.
6041 (file-cache-files-matching, file-cache-files-matching-internal):
6042 New functions.
6043
6044 1999-10-07 Emmanuel Briot <briot@gnat.com>
6045
6046 * ada-xref.el: New file
6047
6048 * ada-prj.el: New file
6049
6050 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function
6051
6052 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the
6053 subprogram being created.
6054
6055 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*,
6056 ada-indent-newline-indent): Rewritten to support the new indentation
6057 scheme
6058
6059 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions):
6060 New functions
6061
6062 * ada-mode.el (ada-fill-comment-paragraph): Add support for the
6063 justification parameter
6064
6065 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
6066 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
6067 external program
6068
6069 1999-10-07 Dave Love <fx@gnu.org>
6070
6071 * bindings.el (bound-and-true-p): New macro.
6072 (make-mode-line-mouse-sensitive): Don't require easymenu.
6073
6074 1999-10-07 Gerd Moellmann <gerd@gnu.org>
6075
6076 * custom.el (defface): Extend documentation for new values of
6077 `type'.
6078
6079 * faces.el (face-spec-set-match-display): Recognize `type' of
6080 `motif', `lucid', `x-toolkit'.
6081 (menu): New face.
6082
6083 1999-10-05 Dave Love <fx@gnu.org>
6084
6085 * files.el: Recognize temporary crontab files.
6086
6087 * info.el: Require jka-compr when compiling.
6088 (Info-suffix-list): Add bzip2 files (non-ms-dos only).
6089
6090 1999-10-04 Dave Love <fx@gnu.org>
6091
6092 * cus-start.el: Add x-stretch-cursor, indicate-empty-lines,
6093 scroll-up-aggressively, scroll-down-aggressively.
6094
6095 * time.el (display-time-mode): Add autoload cookie.
6096
6097 * rect.el (delete-extract-rectangle): Doc fix from verna.
6098
6099 * help-macro.el (three-step-help): Customize.
6100
6101 1999-10-04 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6102
6103 * hexl.el (hexlify-buffer): Move point in proper range
6104 if it is too large.
6105 (hexl-after-revert-hook): Update hexl-max-address.
6106 (hexl-address-to-marker): Doc fix.
6107
6108 1999-10-03 Dave Love <fx@gnu.org>
6109
6110 * image.el (defimage): Remove redundant code. Substitute file in
6111 image plist.
6112
6113 1999-10-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
6114
6115 * vc.el (vc-backend-checkout): Use coding system 'no-conversion
6116 when doing with-temp-file.
6117
6118 1999-10-01 Dave Love <fx@gnu.org>
6119
6120 * cus-edit.el (custom-comment-create): Fill :from and :to slots.
6121
6122 * help.el: Require view when compiling.
6123 (view-emacs-FAQ): Use Info version.
6124
6125 1999-09-29 Ken'ichi Handa <handa@gnu.org>
6126
6127 * ps-mule.el (ps-mule-font-info-database-ps): Typo fixed
6128 (normat->normal). Use correct font names for Korean
6129 (Munhwa-Regular-KSC-EUC-H and Munhwa-Bold-KSC-EUC-H).
6130
6131 1999-09-29 Kenichi Handa <handa@etl.go.jp>
6132
6133 * language/cyrillic.el (cyrillic-koi8-r-decode-table): Map 8-bit
6134 code not used by KOI8 to the same 8-bit code instead of mapping to
6135 SPC.
6136 (cyrillic-alternativnyj-decode-table): Likewise.
6137
6138 1999-09-29 Alex Schroeder <alex@gnu.org>
6139
6140 * sql.el (sql-imenu-generic-expression): Aew, used to set
6141 imenu-generic-expression.
6142 (sql-mode): Use ?_ and ?. instead of 95 and 46 when setting
6143 font-lock-defaults' SYNTAX-ALIST. Set imenu-generic-expression,
6144 imenu-case-fold-search, and imenu-syntax-alist.
6145 (sql-interactive-mode): Use ?_ and ?. instead of 95 and 46 when
6146 setting font-lock-defaults' SYNTAX-ALIST.
6147
6148 1999-09-28 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6149
6150 * map-ynp.el (map-y-or-n-p): If we read -1, for end of keyboard
6151 macro, try again.
6152
6153 1999-09-28 Dave Love <fx@gnu.org>
6154
6155 * cus-edit.el (custom-comment): Change widget definition.
6156 (custom-comment-create, custom-comment-show)
6157 (custom-comment-invisible-p): Don't use :comment-overlay.
6158 (custom-comment-hide): New function.
6159 (custom-variable-set, custom-variable-save)
6160 (custom-variable-reset-standard, custom-face-set)
6161 (custom-face-save): Use it.
6162
6163 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6164
6165 * hexl.el (hexl-mode): Do nothing if already in hexl mode.
6166
6167 1999-09-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6168
6169 * faces.el (region): Doc fix.
6170
6171 1999-09-27 Dave Love <fx@gnu.org>
6172
6173 * isearch.el (isearch): Add :links in defgroup.
6174 (isearch-mode-map): Bind mouse-2 to isearch-mouse-yank.
6175 (isearch-switch-frame-handler): Comment out (unused).
6176 (isearch-yank-x-selection, isearch-ring-advance-edit): Doc fix.
6177 (isearch-ring-retreat-edit): Doc fix.
6178 (isearch-mouse-yank): New command.
6179 (isearch-last-command-char): Removed. Callers changed to use
6180 last-command-char.
6181 (isearch-char-to-string): Removed. Callers changed to use
6182 char-to-string.
6183
6184 1999-09-26 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
6185
6186 * ispell.el (ispell-dictionary-alist-6): Don't use "-C"
6187 option for Russian.
6188
6189 1999-09-25 Gerd Moellmann <gerd@gnu.org>
6190
6191 * faces.el (face-differs-from-default-p): Compare face
6192 attributes individually.
6193
6194 * image.el (put-image, insert-image): Add string argument.
6195
6196 1999-09-24 Gerd Moellmann <gerd@gnu.org>
6197
6198 * ange-ftp.el (ange-ftp-date-regexp): Make it work for
6199 LANG=de_DE.iso88591 on HPUX 11.0.
6200
6201 * dired.el (dired-move-to-filename-regexp): Make it work
6202 for LANG=de_DE.iso88591 on HPUX 11.0.
6203
6204 1999-09-24 Richard M. Stallman <rms@caffeine.ai.mit.edu>
6205
6206 * info.el (info-initialize): Don't test existence of ALTERNATIVE
6207 if we know for some other reason it should not be used.
6208
6209 * emacs-lisp/edebug.el (edebug-outside-current-prefix-arg):
6210 New variable.
6211 (edebug-recursive-edit): Save current-prefix-arg there,
6212 bind it, and set it back at the end.
6213 (edebug-outside-excursion): Restore and update the outside
6214 value of current-prefix-arg.
6215 (edebug-emacs-version-specific): Delete support for Epoch.
6216
6217 1999-09-24 Howard Melman <howard@silverstream.com>
6218
6219 * imenu.el (imenu-after-jump-hook): New variable.
6220 (imenu): Run menu-after-jump-hook.
6221 (imenu-name-lookup-function): New variable.
6222 * imenu.el (imenu--in-alist): Use those variables.
6223
6224 1999-09-24 Carsten Dominik <cd@gnu.org>
6225
6226 * textmodes/reftex-parse.el (reftex-parse-from-file): Scan for
6227 multiple thebibliography environments.
6228
6229 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug
6230 with recentering window.
6231 (reftex-extract-bib-entries-from-thebibliography,
6232 reftex-offer-bib-menu,reftex-bibtex-selection-callback): Deal
6233 with multiple thebibliography environments.
6234
6235 * textmodes/reftex-vars.el
6236 (reftex-section-levels): Function allowed as cdr.
6237 (reftex-max-section-depth) New option.
6238
6239 * textmodes/reftex-vcr.el (reftex-view-cr-cite): Deal
6240 with multiple thebibliography environments.
6241
6242 1999-09-23 Gerd Moellmann <gerd@gnu.org>
6243
6244 * iswitchb.el (iswitchb-complete): Use minibuffer-prompt-end
6245 instead of point-min in call to delete-region.
6246
6247 1999-09-22 Andre Spiegel <spiegel@inf.fu-berlin.de>
6248
6249 * vc.el (vc-backend-checkout): Use with-temp-file when checking
6250 out into arbitrary file names.
6251
6252 1999-09-19 Ken'ichi Handa <handa@gnu.org>
6253
6254 * language/european.el ("Turkish"): New language environment.
6255
6256 1999-09-19 Dave Love <fx@gnu.org>
6257
6258 * delim-col.el: New file.
6259
6260 1999-09-17 Richard Stallman <rms@gnu.org>
6261
6262 * files.el (after-find-file): When visiting a backup file,
6263 make it read-only.
6264
6265 * apropos.el (apropos-symbol-face): Non-nil even for ttys.
6266 (apropos-keybinding-face, apropos-label-face): Likewise.
6267 (apropos-property-face, apropos-match-face): Likewise.
6268 (apropos-label-properties): New variable.
6269 (apropos-print-doc): Use apropos-label-properties.
6270 (apropos-print): Set apropos-label-properties.
6271
6272 1999-09-15 Richard Stallman <rms@gnu.org>
6273
6274 * winner.el: Use aref instead of sref.
6275
6276 * whitespace.el (whitespace-mode, whitespace-mode-line): Add defvars.
6277
6278 1999-09-14 Gerd Moellmann <gerd@gnu.org>
6279
6280 * lisp-mode.el (eval-last-sexp): Use prin1 instead of print.
6281
6282 1999-09-14 Richard Stallman <rms@gnu.org>
6283
6284 * font-lock.el (lisp-font-lock-keywords-1): Recognize an autoload
6285 cookie, even if followed by a letter.
6286
6287 1999-09-14 Stephen Eglen <stephen@gnu.org>
6288
6289 * progmodes/octave-inf.el (inferior-octave-startup): Ensure -i and
6290 --no-line-editing are passed to Octave by including them here
6291 rather than storing them in inferior-octave-startup-args.
6292
6293 1999-09-14 Eli Zaretskii <eliz@gnu.org>
6294
6295 * textmodes/texinfo.el (texinfo-font-lock-keywords): Add uref,
6296 command, option, env and sc.
6297
6298 * subr.el (shell-quote-argument): Quote argument with double
6299 quotes for ms-dos.
6300
6301 1999-09-14 Richard Stallman <rms@gnu.org>
6302
6303 * simple.el (eval-expression-print-level): New variable.
6304 (eval-expression-print-length): New variable.
6305 (eval-expression-debug-on-error): New variable.
6306 (eval-expression): Bind print-level, print-length and
6307 debug-on-error from those vars.
6308
6309 * emacs-lisp/lisp-mode.el (eval-defun, eval-last-sexp):
6310 Bind print-level, print-length and debug-on-error.
6311
6312 1999-09-14 Inge Frick <inge@nada.kth.se>
6313
6314 * dired.el (dired-recursive-deletes): New custom variable.
6315 (dired-re-no-dot): New variable.
6316 (dired-delete-file): New function deletes files and directories
6317 recursively.
6318 (dired-internal-do-deletions): Use `dired-delete-file' to delete files.
6319
6320 * dired-aux.el (dired-recursive-copies): New custom variable.
6321 (dired-handle-overwrite): Broke a long line.
6322 (dired-copy-file): Call `dired-copy-file-recursive' instead of
6323 `copy-file'.
6324 (dired-copy-file-recursive): New function. Copy directories
6325 recursively.
6326 (dired-do-create-files): Added support for generalized directory
6327 target. How-to function may now return a function. New fluid
6328 variable `dired-one-file'.
6329 (dired-copy-how-to-fn): New variable.
6330 (dired-do-copy): Bind `dired-recursive-copies' to preserve it.
6331 Use dired-copy-how-to-fn as how-to argument to dired-do-create-files.
6332 (dired-do-copy-regexp): No recursive copies.
6333
6334 1999-09-14 Rajesh Vaidheeswarran <rv@dsmit.com>
6335
6336 * whitespace.el (whitespace-version): Update version to 2.4
6337
6338 * whitespace.el: Add customization variables to conditionally test
6339 any of the five whitespaces, per request from Rune Kleveland
6340 <runekl@math.uio.no> and Klaus Berndl <berndl@sdm.de>.
6341
6342 * whitespace.el (whitespace-spacetab-regexp): Fix doc string.
6343
6344 * whitespace.el (whitespace-modes): Add `change-log-mode' to the
6345 list of modes to be checked for bogus whitespaces.
6346
6347 * whitespace.el (whitespace-rescan-timer-time): Update
6348 documentation.
6349
6350 * whitespace.el (whitespace-display-unchecked-whitespaces):
6351 New function to update modeline with untested whitespaces.
6352
6353 * whitespace.el (whitespace-buffer): Test only whitespaces whose
6354 checking is turned on, and update modeline using the newly created
6355 `whitespace-display-unchecked-whitespaces'.
6356
6357 * whitespace.el (whitespace-cleanup): Cleanup only whitespaces
6358 whose checking is turned on, and update modeline using the newly
6359 created `whitespace-display-unchecked-whitespaces'.
6360
6361 * whitespace.el (whitespace-describe): Update documentation.
6362
6363 * whitespace.el (whitespace-tickle-timer): Test if
6364 `whitespace-rescan-timer-time' is non-zero before tickling timer.
6365
6366 1999-09-13 Dave Love <fx@gnu.org>
6367
6368 * hideif.el (hide-ifdef-mode): Add autoload cookie.
6369
6370 * checkdoc.el (checkdoc-display-status-buffer): Avoid Help mode
6371 for temp buffer.
6372 (checkdoc-this-string-valid): Don't assume default comment-start.
6373
6374 1999-09-13 Gerd Moellmann <gerd@gnu.org>
6375
6376 * rsz-mini.el: Remove code, keep the interface.
6377
6378 1999-09-13 Dave Love <fx@gnu.org>
6379
6380 * help.el (help-highlight-p): Doc fix.
6381
6382 * faces.el (mode-line, header-line, tool-bar): Add :version.
6383 (highlight, secondary-selection): Add :group.
6384 (trailing-whitespace): Add :group, :version.
6385
6386 * wid-edit.el: Remove some compatibility code and checks.
6387 (widget-specify-field, widget-specify-button): Don't use XEmacs
6388 properties.
6389 (widget-overlay-inactive): Change error message.
6390 (widget-button-pressed-face): New variable.
6391 (widget-button-click): Use it.
6392 (widget-documentation-link-add): Specify mouse and button faces.
6393 (widget-echo-help-mouse, widget-stop-mouse-tracking): Functions
6394 removed now the functionality is built in.
6395
6396 * cus-edit.el: Don't define-widget-keywords.
6397 (multimedia): New group.
6398 (custom-last): Function removed.
6399 (custom-quote): Add vectorp case, comment out characterp case.
6400 (custom-buffer-done-function, custom-raised-buttons): New option.
6401 (Custom-buffer-done): New function.
6402 (custom-buffer-create-internal): Obey custom-raised-buttons,
6403 Custom-buffer-done.
6404 (custom-button-face): Make it `released-button'.
6405 (custom-button-pressed-face): Make it `pressed-button'
6406 (custom-mode-map): Bind "q" to Custom-buffer-done.
6407 (custom-mode): Deal with raised/pressed buttons.
6408
6409 Changes from Didier Verna:
6410 (custom-prompt-variable): Optional third arg makes prompt for a
6411 comment string.
6412 (customize-set-value, customize-set-variable,
6413 customize-save-variable): Optional prefix makes function handle
6414 variable comments.
6415 (customize-customized, customize-saved, custom-variable-state-set)
6416 (custom-variable-set, custom-variable-save, custom-face-state-set)
6417 (custom-variable-reset-saved, custom-variable-reset-standard)
6418 (custom-face-set, custom-face-save, custom-face-reset-saved)
6419 (custom-face-reset-standard, customize-save-customized): Handle
6420 custom comments.
6421 (custom-comment-face, custom-comment-tag-face): New face.
6422 (custom-comment): New widget.
6423 (custom-comment-create, custom-comment-delete)
6424 (custom-comment-value-set, custom-comment-show)
6425 ()custom-comment-invisible-p): New functions.
6426 (custom-variable-value-create, custom-face-value-create): Create a
6427 comment field widget.
6428 (custom-variable-menu, custom-face-menu): New entry for custom
6429 comment.
6430 (custom-face-value-create): Remove compatibility code.
6431 (custom-save-variables, custom-save-faces): Possibly save custom
6432 comments.
6433
6434 * cus-face.el (custom-face-attributes): Simplify :underline,
6435 :overline, :inverse-video cases. Fix up :box case (probably needs
6436 more work).
6437
6438 Change from Didier Verna:
6439 (custom-set-faces): The arguments can now have a custom comment as
6440 fourth argument.
6441
6442 * custom.el: Don't define-widget-keywords.
6443 Change from Didier Verna:
6444 (custom-set-variables): The arguments can now have a
6445 custom comment as fifth element.
6446
6447 1999-09-13 Richard Stallman <rms@gnu.org>
6448
6449 * info.el (Info-find-node): Cope better if guesspos is too large.
6450
6451 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6452
6453 * iswitchb.el (iswitchb-exhibit): Use buffer-string instead
6454 of buffer-substring because buffer-string doesn't copy the
6455 prompt.
6456
6457 * faces.el (mode-line): Replaces `modeline'.
6458 (toplevel): Make `modeline' an alias for `mode-line'.
6459
6460 1999-09-12 Gerd Moellmann <gerd@gnu.org>
6461
6462 * gs.el: Change `ghostscript' to `postscript' in comment.
6463
6464 1999-09-11 Rob Riepel <riepel@Stanford.EDU>
6465
6466 * emulation/tpu-edt.el (tpu-version): New version.
6467 (tpu-search-overlay, tpu-replace-overlay): New variables.
6468 (tpu-search-highlight, tpu-toggle-direction): New functions.
6469 (tpu-lm-replace): Set tpu-replace-overlay.
6470 (tpu-edt-on, tpu-edt-off): Add/remove tpu-search-highlight post
6471 command hook.
6472
6473 1999-09-11 Richard Stallman <rms@gnu.org>
6474
6475 * isearch.el (isearch-mode-map): Undo previous change.
6476
6477 * emacs-lisp/lisp-mode.el (eval-last-sexp): If after ?\LETTER,
6478 use all of that as the sexp.
6479
6480 * files.el (find-file-noselect): Catch errors in file-expand-wildcards,
6481 and use the initial argument as file name directly.
6482 Likewise if nothing matches.
6483
6484 1999-09-11 Ivar Rummelhoff <ivarru@math.uio.no>
6485
6486 * winner.el: Major changes. Avoid changing point and mark.
6487 Save configurations after they change, not before.
6488
6489 1999-09-10 Keisuke Nishida <kxn30@po.cwru.edu>
6490
6491 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
6492 Bind print-continuous-numbering and print-number-table.
6493
6494 1999-09-10 Dave Love <fx@gnu.org>
6495
6496 * bindings.el (debug-ignored-errors): Restore BBDB stuff.
6497
6498 1999-09-09 Richard Stallman <rms@gnu.org>
6499
6500 * whitespace.el: Finish making it fit Emacs conventions.
6501 Add autoloads.
6502
6503 1999-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6504
6505 * generic-x.el (bat-generic-mode): "::"-style comments don't
6506 need to begin with "-". Fix the font-lock definitions of ON/OFF
6507 after BREAK/VERIFY. Remove built-in commands like CALL and ECHO
6508 from the list of keywords. Add DO to the list of keywords.
6509
6510 1999-09-09 Dave Love <fx@gnu.org>
6511
6512 * emacs-lisp/byte-opt.el (byte-optimize-backward-char):
6513 (byte-optimize-backward-word): New optimizations.
6514 (side-effect-free-fns, side-effect-and-error-free-fns): Add
6515 entries.
6516
6517 1999-09-09 Gerd Moellmann <gerd@gnu.org>
6518
6519 * image.el (put-image): Remove optional buffer parameter.
6520
6521 * faces.el (face-italic-p): Return t only for values `italic'
6522 and `oblique'.
6523
6524 * mouse.el (mouse-drag-mode-line-1): Extension of former
6525 mouse-drag-mode-line that also drags the header line.
6526 (mouse-drag-mode-line): Call it.
6527 (mouse-drag-header-line): New.
6528 (toplevel): Bind down-mouse-1 on header lines to
6529 mouse-drage-header-line.
6530
6531 1999-09-08 Gerd Moellmann <gerd@gnu.org>
6532
6533 * bindings.el (mode-line-unbury-buffer): Use aref instead of sref.
6534 (make-mode-line-mouse-sensitive): Replace `top-line' by
6535 `header-line'.
6536
6537 1998-09-08 Michael Ernst <mernst@alum.mit.edu>
6538
6539 * help.el (describe-function-1): Don't return empty string for keymaps.
6540
6541 * fill.el (fill-region-as-paragraph, canonically-space-region):
6542 Respect colon-double-space at end of line.
6543
6544 1999-09-08 Stephen Gildea <gildea@alum.mit.edu>
6545
6546 * files.el (backup-by-copying-when-privileged-mismatch): New variable.
6547 (backup-buffer): Use it.
6548
6549 1999-09-08 Peter Breton <pbreton@ne.mediaone.net>
6550
6551 * generic-x.el (generic-define-unix-modes): Added new modes:
6552 inetd-conf-generic-mode, etc-services-generic-mode,
6553 etc-passwd-generic-mode. These are all defined for Unix by default.
6554 (apache-generic-mode): Use an imenu-generic-expression to list
6555 Configuration keywords.
6556 (samba-generic-mode): Use both ; and # as comment characters.
6557 (samba-generic-mode): Font-lock expressions now highlight name
6558 value pairs.
6559 (bat-generic-mode): Keywords are now case-insensitive through
6560 font-lock-defaults setting.
6561 (java-properties-generic-mode): Supports both ! and # as comment
6562 characters.
6563 (java-properties-generic-mode): Added an imenu-generic-expression
6564 (java-properties-generic-mode): Reworked to support the various
6565 different ways to separate name and value (viz, '=', ':' and
6566 whitespace).
6567 (show-tabs-generic-mode): Added this new generic-mode.
6568
6569 1999-09-08 Richard Stallman <rms@gnu.org>
6570
6571 * progmodes/inf-lisp.el: Moved from top directory.
6572
6573 * tar-mode.el (tar-header-block-tokenize):
6574 Use `when' instead of `and'. Fix some clobbered text.
6575
6576 * gud.el (gud-make-debug-menu): Make a child for the
6577 local menu, for its menu bar, and the debug menu.
6578 (gdb, sdb, dbx, xdb, perldb, pdb, jdb):
6579 Use the history in the simple way.
6580
6581 1999-09-07 Kenichi Handa <handa@etl.go.jp>
6582
6583 * language/korea-util.el (default-korean-keyboard): Initialize it
6584 according to the environment variable HANGUL_KEYBOARD_TYPE.
6585
6586 1999-09-07 Richard Stallman <rms@gnu.org>
6587
6588 * subr.el (make-temp-file): New function.
6589
6590 1999-09-07 Stefan Monnier <monnier@cs.yale.edu>
6591
6592 * font-lock.el (font-lock-multiline): New text property contains
6593 a boolean to indicate if the char is part of a multiline match.
6594 (font-lock-default-fontify-region): Extend the region appropriately
6595 for multiline keywords.
6596 (font-lock-default-unfontify-region): Also remove the new
6597 font-lock-multiline text property.
6598 (font-lock-fontify-anchored-keywords): Mark multiline anchored matches.
6599 (font-lock-fontify-keywords-region): Mark multiline regexp matches.
6600
6601 1999-09-07 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6602
6603 * diary-lib.el (list-diary-entries): Make sure two-digit years
6604 have leading zeros.
6605
6606 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6607
6608 * faces.el (face-set-after-frame-default): Initialize some
6609 attributes of some faces from frame parameters.
6610
6611 * faces.el (scroll-bar, border, cursor, mouse): New faces.
6612
6613 1999-09-07 Gerd Moellmann <gerd@gnu.org>
6614
6615 * faces.el (fringe): Replaces face `margin'.
6616
6617 1999-09-07 Dave Love <fx@gnu.org>
6618
6619 * tar-mode.el (tar-header-block-tokenize): Bind linkname.
6620
6621 1999-09-07 Richard Stallman <rms@gnu.org>
6622
6623 * subr.el (push): Doc fix.
6624
6625 1999-09-06 Richard Stallman <rms@gnu.org>
6626
6627 * vc.el (vc-annotate-display): Use < 69 not < 70
6628 to distinguish 20YY from 19YY.
6629
6630 * timezone.el (timezone-parse-date): Use < 69 not < 70
6631 to distinguish 20YY from 19YY.
6632
6633 * tar-mode.el (tar-extract): Don't assume buffer is visiting a file.
6634
6635 1999-09-07 Dave Pearson <davep@hagbard.demon.co.uk>
6636
6637 * quickurl.el: (quickurl-list-focused-line): Removed.
6638 (quickurl-list-insert): Now works out the focused line using
6639 `count-lines' instead of using `quickurl-list-focused-line'.
6640
6641 1999-09-06 Richard Stallman <rms@gnu.org>
6642
6643 * mail/rmail.el (rmail-retry-failure): Unconditionally move
6644 to beginning of message.
6645
6646 1999-09-06 Dave Love <fx@gnu.org>
6647
6648 * isearch.el (isearch-mode-map): Add mouse-2.
6649
6650 * mail/rmail.el (rmail-read-password): Deleted.
6651 (rmail-get-pop-password): Use read-password.
6652
6653 * quickurl.el: Don't conditionally define caddr.
6654 (quickurl-url-comment): Use nth, not caddr in function and
6655 defsetf.
6656
6657 1999-09-06 Richard Stallman <rms@gnu.org>
6658
6659 * auto-show.el: Doc fixes.
6660
6661 1999-09-06 Stephen Eglen <stephen@gnu.org>
6662
6663 * progmodes/octave-inf.el (inferior-octave-startup-args): Add
6664 --no-line-editing so that TABs in source files are not interpreted
6665 as completion requests.
6666
6667 1999-09-06 Gerd Moellmann <gerd@gnu.org>
6668
6669 * hscroll.el, auto-show.el: Remove all code, keep the public
6670 interface as no-ops.
6671
6672 * faces.el (face-bold-p): Don't return t if face has lighter
6673 weight than normal.
6674
6675 1999-09-06 Eli Zaretskii <eliz@gnu.org>
6676
6677 * startup.el (command-line): Make small-temporary-file-directory
6678 be nil except on ms-dos.
6679
6680 * files.el (small-temporary-file-directory): Ditto. Also doc fix.
6681
6682 * progmodes/sh-script.el (sh-tmp-file): For sh, use $TMPDIR if it
6683 is defined.
6684
6685 * dired.el (dired-re-dir, dired-re-sym): Don't match DOS drive
6686 letters with a colon after d or l.
6687
6688 1999-09-06 Dave Love <fx@gnu.org>
6689
6690 * emacs-lisp/byte-opt.el (byte-boolean-vars): Removed. (Now
6691 primitive.)
6692
6693 1999-09-05 Richard Stallman <rms@gnu.org>
6694
6695 * vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
6696
6697 * textmodes/paragraphs.el (backward-kill-sentence):
6698 Don't test minibuffer-prompt-end here.
6699 (forward-sentence): Do handle it here.
6700 (backward-kill-paragraph): Don't test it here.
6701 (forward-paragraph): Handle it here.
6702
6703 * mouse.el (font-menu-add-default): Simplify code.
6704
6705 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6706
6707 * faces.el (header-line): Renamed from `top-line'.
6708
6709 1999-09-05 Gerd Moellmann <gerd@gnu.org>
6710
6711 * faces.el (tool-bar): Change face `toolbar' to `tool-bar'.
6712
6713 1999-09-04 Richard Stallman <rms@gnu.org>
6714
6715 * whitespace.el: New file.
6716
6717 1999-09-04 Dave Love <fx@gnu.org>
6718
6719 * paths.el: Make some doc strings obey the make-docfile convention.
6720
6721 * bindings.el: Likewise.
6722 (debug-ignored-errors): Remove BBDB ones.
6723
6724 1999-09-03 Richard Stallman <rms@gnu.org>
6725
6726 * mail/mh-comp.el (mh-forward): Get new subject line from the original,
6727 not from the draft to forward.
6728
6729 * emacs-lisp/autoload.el (make-autoload): Handle defun* like defun.
6730
6731 1999-09-03 Dave Love <fx@gnu.org>
6732
6733 * double.el (double-mode): Customize the variable.
6734
6735 1999-09-03 Kenichi Handa <handa@etl.go.jp>
6736
6737 * international/characters.el: Delete duplicated code.
6738
6739 1999-09-02 Richard Stallman <rms@gnu.org>
6740
6741 * indent.el (indent-relative): Doc fix.
6742
6743 * quickurl.el (quickurl): Doc fix.
6744
6745 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6746
6747 * faces.el (margin): Change background to "gray" for mono (this is
6748 drawn with a stipple pattern).
6749
6750 1999-09-02 Gerd Moellmann <gerd@gnu.org>
6751
6752 * simple.el (next-history-element): Use minibuffer-prompt-end once
6753 again. Remove test for minibuffer-prompt-in-buffer.
6754
6755 1999-09-02 Eli Zaretskii <eliz@gnu.org>
6756
6757 * files.el (small-temporary-file-directory): New variable.
6758
6759 * startup.el (command-line): Compute the value of
6760 small-temporary-file-directory.
6761
6762 * ediff-init.el (ediff-temp-file-prefix): Use
6763 small-temporary-file-directory if non-nil.
6764
6765 * vc.el (vc-update-change-log): Likewise.
6766
6767 * progmodes/cmacexp.el (c-macro-expansion): Likewise.
6768
6769 * simple.el (shell-command, shell-command-on-region): Use
6770 make-temp-name properly. Use small-temporary-file-directory if
6771 non-nil, otherwise temporary-file-directory, to generate temporary
6772 files.
6773
6774 * dos-w32.el (direct-print-region-helper): Use
6775 temporary-file-directory. (From Stefan Monnier.)
6776
6777 1999-09-02 Richard Stallman <rms@gnu.org>
6778
6779 * progmodes/asm-mode.el (asm-mode): Set comment-start properly
6780 from asm-comment-char.
6781 (asm-font-lock-keywords): Recognize instruction width suffixes.
6782
6783 1999-09-01 Richard Stallman <rms@gnu.org>
6784
6785 * play/fortune.el: New file.
6786
6787 1999-08-31 Dave Love <fx@gnu.org>
6788
6789 * help.el (help-make-xrefs): Don't lose on non-empty blank line
6790 after key table.
6791
6792 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add several w32 and
6793 redisplay variables.
6794
6795 * subr.el (push): Fix typo.
6796
6797 1999-08-30 Kevin Blake <kblake@ticnet.com>
6798
6799 * emacs-lisp/ring.el: Many doc fixes.
6800 (ring-size, ring-copy): New functions.
6801
6802 1999-08-29 Richard Stallman <rms@gnu.org>
6803
6804 * progmodes/etags.el (tags-loop-continue):
6805 After tags-loop-operate returns, force skip to next file.
6806
6807 * mail/mail-extr.el (mail-extr-all-letters-but-separators)
6808 (mail-extr-first-letters, mail-extr-last-letters):
6809 Use character classes [:alpha:] and [:alnum:].
6810
6811 * subr.el (push, pop): New macros.
6812
6813 * progmodes/compile.el (compilation-error-regexp-alist):
6814 New item for SGI IRIX MipsPro compilers.
6815
6816 * speedbar.el (speedbar-directory-buttons): Recognize
6817 device names when checking for file names.
6818
6819 * array.el (array-reconfigure-rows): Use generate-new-buffer.
6820
6821 * emacs-lisp/lisp-mode.el (eval-defun): Expand macros,
6822 and specially handle defvar inside their expansions.
6823 (eval-defun-1): New subroutine.
6824
6825 * progmodes/compile.el (compilation-error-regexp-alist):
6826 Fix the Perl -w entry to allow period after line number.
6827 Don't allow newlines in file name, but allow them after line number
6828 for Perl debugging traces.
6829
6830 * which-func.el (which-func-cleanup-function): New variable.
6831 (which-function): Call that function.
6832
6833 * emacs-lisp/find-func.el (find-function-regexp): Allow a ) or (
6834 to end a function name.
6835
6836 * informat.el (Info-tagify): Don't insert more than one newline
6837 before the tag table.
6838
6839 1999-08-29 Stefan Monnier <monnier@cs.yale.edu>
6840
6841 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
6842 than make-temp-name, use match-string-no-properties, and eliminate
6843 a quadratic behavior when building bibtex-strings.
6844
6845 1999-08-29 Alex Schroeder <alex@gnu.org>
6846
6847 * comint.el (comint-input-ring-separator): New variable.
6848 (comint-read-input-ring): Doc change; use
6849 comint-input-ring-separator when reading file.
6850 (comint-write-input-ring): Use
6851 comint-input-ring-separator when writing file.
6852
6853 1999-08-29 Marc Girod <girod@shire.ntc.nokia.com>
6854
6855 * informat.el (Info-tagify): Start by widening.
6856 Match node headers that don't list the file name,
6857 and more kinds of page separations.
6858 Strip properties during tagification.
6859 Use start of node header line as tag's position.
6860 Fix the "done" message.
6861
6862 (Info-validate): Save and restore match data around narrowing down.
6863
6864 1999-08-28 Richard M. Stallman <rms@gnu.org>
6865
6866 * emacs-lisp/easy-mmode.el (easy-mmode-define-minor-mode):
6867 On repeated call, override previous values put into
6868 minor-mode-map-alist and minor-mode-alist.
6869
6870 1999-08-28 Michael Ernst <mernst@alum.mit.edu>
6871
6872 * dired-x.el (dired-guess-shell-alist-default): Support bzip2 format.
6873
6874 1999-08-27 Andreas Schwab <schwab@gnu.org>
6875
6876 * vc.el (vc-backend-merge-news): Fix regexp to also match P marker
6877 from cvs update.
6878
6879 1999-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6880
6881 * calendar/calendar.el (calendar-move-hook): New hook.
6882
6883 * calendar/cal-move.el: Call the new hook in every movement function.
6884
6885 * calendar/calendar.el (calendar-goto-astro-day-number): Autoload
6886 the right function name.
6887
6888 1999-08-26 Stephen Gildea <gildea@alum.mit.edu>
6889
6890 * time-stamp.el: Put quote-backquote around all symbol names
6891 in doc strings, for mousing.
6892 (time-stamp): Support multi-line patterns.
6893 (time-stamp-inserts-lines): New variable.
6894 (time-stamp-count): New variable.
6895 (time-stamp-string-preprocess): Fixed bug where "%%a" becomes
6896 "Thu" instead of "%a".
6897
6898 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6899
6900 * simple.el (kill-word): Undo previous change.
6901
6902 1999-08-25 Gerd Moellmann <gerd@gnu.org>
6903
6904 * jit-lock.el (jit-lock-function): Extend the fontified range
6905 to the beginning of the line containing the range start and
6906 the beginning of the line following the range end.
6907
6908 1999-08-24 Dave Love <fx@gnu.org>
6909
6910 * timezone.el: Move provide to end.
6911 (timezone-parse-date): Simplify somewhat. Assume 2-digit years
6912 <70 are 2000+.
6913 (timezone-parse-time): Simplify somewhat.
6914
6915 1999-08-24 Gerd Moellmann <gerd@gnu.org>
6916
6917 * faces.el (margin): Renamed from bitmap-area.
6918
6919 1999-08-24 Alex Schroeder <alex@gnu.org>
6920
6921 * sql.el: Doc changes.
6922 (sql-sybase): Use sql-server instead of sql-database.
6923
6924 1999-08-23 Dave Love <fx@gnu.org>
6925
6926 * rect.el: Add/fix various doc strings. Add `*' to all the
6927 interactive specs.
6928
6929 1999-08-21 Gerd Moellmann <gerd@gnu.org>
6930
6931 * jit-lock.el (jit-lock-function): Use line-beginning-position.
6932 Don't unwind-protect font-lock-fontify-region.
6933
6934 * paragraphs.el (backward-kill-paragraph): Don't move
6935 point into mini-buffer prompt.
6936 (backward-kill-sentence): Ditto.
6937
6938 * simple.el (next-history-element): Use minibuffer-prompt-end.
6939 Remove test for minibuffer-prompt-in-buffer.
6940 (kill-word): Don't move point into mini-buffer prompt.
6941
6942 1999-08-21 Dave Love <fx@gnu.org>
6943
6944 * Makefile: Exclude CVS dirs like RCS.
6945
6946 1999-08-19 Dave Love <fx@gnu.org>
6947
6948 * tooltip.el (tooltip-mode): Customize this, per convention.
6949 (tooltip-active): Option deleted.
6950
6951 * font-lock.el (global-font-lock-mode): Autoload. Add :initialize.
6952
6953 * hanoi.el, page-ext.el: Declare dynamic vars.
6954
6955 * term.el: Avoid ange-ftp related compilation warnings.
6956
6957 1999-08-18 Gerd Moellmann <gerd@gnu.org>
6958
6959 * font-lock.el (font-lock-support-mode): Make `jit-lock-mode'
6960 the default so that beginners can benefit from it without
6961 searching in manuals.
6962
6963 1999-08-18 Ray Blaak <blaak@gnu.org>
6964
6965 * progmodes/delphi.el: Consider assembly sections as blocks, to
6966 indent them better. Make auto-indent on newline optional.
6967
6968 1999-08-17 Gerd Moellmann <gerd@gnu.org>
6969
6970 * bindings.el (mode-line-modified): Look up key binding for C-x
6971 C-q. If it's bound call that binding, otherwise call
6972 toggle-read-only.
6973
6974 1999-08-17 Dave Love <fx@gnu.org>
6975
6976 * info.el (info): Doc fix.
6977
6978 * finder.el (finder-known-keywords): Add `multimedia'.
6979
6980 * apropos.el: Don't capitalize custom group name.
6981
6982 * info-look.el: Remove compatibility code.
6983 (info-lookup-guess-default*): DTRT for point at start of symbol.
6984 (info-complete): Don't lose with point not at end of symbol.
6985
6986 1999-08-16 Gerd Moellmann <gerd@gnu.org>
6987
6988 * term.el (toplevel): Make face `term-default' an empty face.
6989 The code relied on the fact that Emacs ignored invalid faces in
6990 face text properties in 20.4.
6991
6992 1999-08-16 Richard M. Stallman <rms@gnu.org>
6993
6994 * subr.el (point-at-eol, point-at-bol): New aliases.
6995
6996 * simple.el: Functions reordered.
6997
6998 * rect.el (delete-rectangle-line): Use line-end-position.
6999
7000 1999-08-16 Karl Heuer <kwzh@gnu.org>
7001
7002 * subr.el (assoc-ignore-case, assoc-ignore-representation): Moved
7003 here from simple.el.
7004
7005 1999-08-16 Dave Love <fx@gnu.org>
7006
7007 * mouse.el: Provide `mldrag' for compatibility.
7008 (mldrag-drag-mode-line, mldrag-drag-vertical-line): New aliases,
7009 marked obsolete.
7010
7011 * mldrag.el: Removed since the features are in mouse.el.
7012
7013 * jka-compr.el (auto-compression-mode): New variable for
7014 customization.
7015
7016 * bindings.el (mode-line-mule-info): Doc fix.
7017
7018 * msb.el (msb--choose-file-menu): Use `completion-ignore-case' in
7019 name comparisons.
7020
7021 * files.el (interpreter-mode-alist): Add make, guile, clisp.
7022 (find-file): Doc fix.
7023
7024 1999-08-16 Carsten Dominik <cd@gnu.org>
7025
7026 * textmodes/reftex.el: Most of the code moved to other files.
7027 * textmodes/reftex-auc.el: New file, split out from reftex.el
7028 * textmodes/reftex-cite.el: New file, split out from reftex.el
7029 * textmodes/reftex-global.el: New file, split out from reftex.el
7030 * textmodes/reftex-index.el: New file, split out from reftex.el
7031 * textmodes/reftex-parse.el: New file, split out from reftex.el
7032 * textmodes/reftex-ref.el: New file, split out from reftex.el
7033 * textmodes/reftex-sel.el: New file, split out from reftex.el
7034 * textmodes/reftex-toc.el: New file, split out from reftex.el
7035 * textmodes/reftex-vars.el: New file, split out from reftex.el
7036 * textmodes/reftex-vcr.el: New file, split out from reftex.el
7037
7038 1999-08-16 Carsten Dominik <cd@gnu.org>
7039
7040 * textmodes/reftex.el: (reftex-pop-to-bibtex-entry): Fixed
7041 conflict with pop-up-frames.
7042 (reftex-special-environment-parsers): New constant.
7043 (reftex-label-alist): car of an entry can also be a function.
7044 (reftex-what-special-env): Cew function.
7045 (reftex-label-location): Call `reftex-what-special-env'.
7046 (reftex-compile-variables): Check for symbol in
7047 `reftex-label-alist'.
7048 (reftex-what-environment): Fixed bug with stacked environments of
7049 same kind (e.g. enumerate).
7050 (reftex-process-string): Preserve default directory.
7051 (reftex-label-alist-builtin): Changed prefixes of endnote and
7052 footnote. Also the magic words.
7053 (reftex-reference): Interprete new option
7054 `reftex-fref-is-default'.
7055 (reftex-replace-prefix-escapes): Interprete new `%S' format.
7056 (reftex-toc-mouse-view-line): Command removed (had no binding).
7057 (reftex-everything-regexp): New function.
7058 (reftex-nearest-match): Made better.
7059 (reftex-toc-find-section): Use new version of
7060 `reftex-nearest-match'.
7061 (reftex-insert-docstruct): Adapted to work with the index stuff.
7062 (reftex-parse-from-file): Find index entries as well.
7063 (reftex-toc-toggle-index): New function
7064 (reftex-toc-map): `i' is now used to togle the index, File
7065 boundaries has been moved to `F'.
7066 (reftex-select-label-map): Toggling display of file boundaries is
7067 now on the `F' key, for consistency with `reftex-toc-map'.
7068 (reftex-erase-all-selection-and-index-buffers): Renamed from
7069 `reftex-erase-all-selection-buffer'. Now also kills the index
7070 buffers.
7071 (reftex-viewing-cross-references): Customization group renamed
7072 from reftex-viewing-cross-references-and-citations.
7073 (reftex-index-macro-regexp,
7074 reftex-find-index-entry-regexp-format): New variables
7075 (reftex-macros-with-index): New variable
7076 (reftex-add-index-macros): New function
7077 (reftex-renumber-simple-labels, reftex-translate): Allow for
7078 multiple labels in a single ref command.
7079 (reftex-index-support): New customization group
7080 (reftex-support-index, reftex-index-special-chars,
7081 reftex-index-macros, reftex-index-default-macro,
7082 reftex-index-default-tag, reftex-index-math-format,
7083 reftex-index-section-letters, reftex-index-include-context,
7084 reftex-index-follow-mode, reftex-index-header-face,
7085 reftex-index-section-face, reftex-index-tag-face,
7086 reftex-index-face): New options
7087 (reftex-index-map, reftex-index-menu, reftex-last-index-file,
7088 reftex-index-tag, reftex-index-return-marker,
7089 reftex-index-restriction-indicator, reftex-index-restriction-data,
7090 reftex-index-macro-regexp, reftex-index-level-re,
7091 reftex-index-key-end-re, reftex-find-index-entry-regexp-format,
7092 reftex-everything-regexp-no-index, reftex-index-re,
7093 reftex-macros-with-index, reftex-index-macro-alist): New variables
7094 (reftex-index-help, reftex-index-macros-builtin,
7095 reftex-key-to-index-macro-alist, reftex-query-index-macro-prompt,
7096 reftex-query-index-macro-help): New constants
7097 (reftex-index-selection-or-word, reftex-index,
7098 reftex-default-index, reftex-update-default-index,
7099 reftex-index-complete-tag, reftex-index-select-tag,
7100 reftex-index-complete-key, reftex-index-update-taglist,
7101 reftex-index-globally, reftex-index-mode, reftex-index-show-entry,
7102 reftex-display-index, reftex-insert-index,
7103 reftex-index-insert-new-letter, reftex-get-restriction,
7104 reftex-index-pre-command-hook, reftex-index-post-command-hook,
7105 reftex-index-show-help, reftex-index-next, reftex-index-previous,
7106 reftex-index-toggle-follow, reftex-index-toggle-context,
7107 reftex-index-view-entry, reftex-index-goto-entry-and-hide,
7108 reftex-index-goto-entry, reftex-index-mouse-goto-line-and-hide,
7109 reftex-index-quit, reftex-index-quit-and-kill,
7110 reftex-index-goto-toc, reftex-index-rescan, reftex-index-Rescan,
7111 reftex-index-revert, reftex-index-switch-index-tag,
7112 reftex-index-restrict-to-section, reftex-index-widen,
7113 reftex-index-restriction-forward,
7114 reftex-index-restriction-backward, reftex-index-visit-location,
7115 reftex-index-analyze-entry, reftex-index-globalize,
7116 reftex-index-edit, reftex-index-toggle-range-beginning,
7117 reftex-index-toggle-range-end, reftex-index-edit-key,
7118 reftex-index-edit-attribute, reftex-index-edit-visual,
7119 reftex-index-edit-part, reftex-index-level-down,
7120 reftex-index-level-up, reftex-index-kill, reftex-index-undo,
7121 reftex-index-change-entry, reftex-index-goto-letter,
7122 reftex-add-index-macros, reftex-ensure-index-support,
7123 reftex-index-info-safe, reftex-index-info): New functions.
7124
7125
7126 1999-08-15 Richard M. Stallman <rms@gnu.org>
7127
7128 * paren.el (show-paren-mode): Support making show-paren-mode
7129 a buffer-local variable. Don't check for a window system.
7130 (show-paren-function): Check whether show-paren-function is
7131 enabled in current buffer; do the right thing if not.
7132 Don't check for a window system.
7133 (show-paren-mode): Make it a user variable.
7134
7135 * add-log.el (add-log-current-defun): Exclude all trailing whitespace.
7136 Handle `enum' like `struct'.
7137
7138 * server.el (server-process-filter): If a client visits no buffers,
7139 close it immediately before recording it.
7140
7141 * mail/mail-utils.el (mail-unquote-printable): Make it autoload.
7142 Optimize by calling concat just once. Handle =\n sequence.
7143 (mail-unquote-printable-region): New command.
7144 (mail-quote-printable): Make it autoload.
7145
7146 1999-08-15 Karl Heuer <kwzh@gnu.org>
7147
7148 * progmodes/octave-mod.el (octave-maintainer-address): Use gnu.org.
7149
7150 1999-08-15 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
7151
7152 * lisp/texinfmt.el: Handle @ifnottex.
7153
7154 1999-08-15 Eli Zaretskii <eliz@gnu.org>
7155
7156 * frame.el (blink-cursor): Don't turn on cursor blinking for
7157 ms-dos.
7158
7159 * faces.el (face-valid-attribute-values): Look in
7160 x-bitmap-file-path only for x and w32 window systems.
7161
7162 * term/pc-win.el (x-list-fonts): Return "ms-dos", not "default".
7163 Do that if width is nil as well.
7164 (x-display-mm-height, x-display-mm-width): Update values.
7165 (x-colors): Compute the list from msdos-color-values.
7166 (x-select-enable-clipboard): Doc fix.
7167 (x-frob-font-weight, x-font-family-list): New functions.
7168
7169 1999-08-15 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk>
7170
7171 * window.el (shrink-window-if-larger-than-buffer): Don't try to
7172 back up from beginning of buffer.
7173
7174 1999-08-13 Karl Heuer <kwzh@gnu.org>
7175
7176 * emacs-lisp/advice.el (ad-special-forms): Use track-mouse iff bound.
7177
7178 1999-08-13 Alakazam Petrofsky <Alakazam@Petrofsky.Berkeley.CA.US>
7179
7180 * play/hanoi.el: Mostly rewritten. Customized. To support an s2G
7181 doomsday clock, speed control is added and changes are made to
7182 allow large numbers of rings: rings now show the whole ring
7183 number, not just the last digit; consecutive rings are allowed to
7184 be the same size when necessary to fit all the rings in the
7185 window; and poles can be oriented horizontally. Face support is
7186 thrown in gratuitously.
7187 (hanoi): Changed default number of rings back to 3.
7188 (hanoi-unix, hanoi-unix-64): New commands
7189 (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces,
7190 hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face,
7191 hanoi-odd-ring-face): New variables.
7192 (hanoi-internal, hanoi-current-time-float, hanoi-put-face,
7193 hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for,
7194 hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions.
7195 (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n.
7196 (hanoi-topos, hanoi-draw-ring): Removed.
7197
7198 1999-08-12 Gerd Moellmann <gerd@gnu.org>
7199
7200 * faces.el (face-valid-attribute-values): Return an alist for
7201 families on ttys.
7202 (face-read-integer): Handle unspecified face attributes. Add
7203 completion for `unspecified'.
7204 (read-face-attribute): Handle unspecified font attributes.
7205 (face-valid-attribute-values): Add `unspecified' to lists so that
7206 it can be chosen via completion.
7207 (face-read-string): Don't recognize "none" as input.
7208
7209 1999-08-10 Dave Love <fx@gnu.org>
7210
7211 * sendmail.el (mail-specify-envelope-from): Fix quoting of doc
7212 string.
7213
7214 * sun-curs.el: Require sun-fns.
7215
7216 1999-08-10 Dave Love <fx@gnu.org>
7217
7218 * autorevert.el (auto-revert-mode): Add autoload cookie.
7219
7220 * hscroll.el, auto-show.el: Files deleted -- we have built-in
7221 hscroll.
7222
7223 * simple.el (hscroll-step, hscroll-point-visible)
7224 (hscroll-window-column): Remove now we have the mentioned real
7225 horizontal autoscrolling.
7226
7227 1999-08-10 Richard M. Stallman <rms@gnu.org>
7228
7229 * mail/sendmail.el (sendmail-send-it): Let mail-specify-envelope-from
7230 control use of -f option.
7231 (mail-specify-envelope-from): New variable.
7232 (mail-from-style): Doc fix.
7233
7234 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): New fn.
7235 (easy-menu-get-map): New arg TO-MODIFY helps choose
7236 between local and global maps.
7237 (easy-menu-add-item): Pass TO-MODIFY arg to easy-menu-get-map.
7238 (easy-menu-change): Doc fix.
7239
7240 * info-look.el (info-lookup-guess-c-symbol): Use skip-syntax-backward.
7241 (info-lookup-guess-default): Simplified and cleaned up.
7242 (info-lookup-guess-default*): Preserve point.
7243
7244 * view.el (view-mode-disable): If buffer-read-only is nil,
7245 don't change it.
7246
7247 * files.el (after-find-file): Disable View mode if buffer is no
7248 longer read-only.
7249
7250 * view.el (view-mode-enable, view-mode-disable):
7251 Call force-mode-line-update.
7252
7253 1999-08-10 Karl Heuer <kwzh@gnu.org>
7254
7255 * language/european.el, emacs-lisp/byte-opt.el: Fix provide call.
7256 * array.el, play/landmark.el, international/latin-3.el: Likewise.
7257 * sun-curs.el, term/sun-mouse.el, progmodes/simula.el: Likewise.
7258
7259 1999-08-10 Alex Schroeder <asc@bsiag.com>
7260
7261 * ansi-color.el (ansi-color-to-text-properties): Added New state 5
7262 to prevent m-eating-bug.
7263
7264 1999-08-10 Eli Zaretskii <eliz@gnu.org>
7265
7266 * term/pc-win.el (msdos-bg-mode): Remove. Call
7267 frame-set-background-mode instead. All callers changed.
7268 (msdos-face-setup): Don't force color display parameter, it is set
7269 by frame-set-background-mode.
7270 (make-msdos-frame): Call x-handle-reverse-video and
7271 face-set-after-frame-default. Delete frame if creation failed.
7272
7273 * faces.el (face-set-after-frame-default): Don't call
7274 make-face-x-resource-internal for the pc window-system.
7275
7276 1999-08-10 Dave Love <fx@melange.gnu.org>
7277
7278 * emacs-lisp/advice.el (ad-make-single-advice-docstring): Treat
7279 case with no docstring specially.
7280
7281 1999-08-09 Eli Zaretskii <eliz@gnu.org>
7282
7283 * complete.el (PC-do-completion): If completing on file name,
7284 reproduce str by concatenating its directory and basename parts.
7285
7286 1999-08-07 Dave Love <fx@gnu.org>
7287
7288 * man.el (Man-softhyphen-to-minus): Revert previous change. Avoid
7289 unibyte to multibyte conversion of search-forward (from Handa),
7290 but avoid the replacement if the language is Latin-N.
7291
7292 1999-08-06 Richard Stallman <rms@gnu.org>
7293
7294 * emacs-lisp/eval-reg.el (elisp-eval-buffer): Handle all 5 args
7295 of eval-buffer.
7296
7297 * international/mule.el (load-with-code-conversion):
7298 Pass t to eval-buffer for DO-ALLOW-PRINT.
7299
7300 1999-08-06 Geoff Voelker <voelker@cs.washington.edu>
7301
7302 * ls-lisp.el (ls-lisp-delete-matching): List argument is now alist
7303 of filenames and attributes.
7304 (ls-lisp-insert-directory): Use directory-files-and-attributes
7305 for speed.
7306
7307 1999-08-05 Dave Love <fx@gnu.org>
7308
7309 * auto-show.el (auto-show-mode): Fix :set.
7310
7311 * widget.el (define-widget-keywords): Make dummy definition and
7312 comment-out its use.
7313
7314 1999-08-04 Richard Stallman <rms@gnu.org>
7315
7316 * progmodes/tcl.el: Customized.
7317
7318 * sql.el (sql-accumulate-and-indent): Instead of testing
7319 whether this is Emacs 20 before calling comint-accumulate,
7320 test whether comint-accumulate is defined.
7321
7322 1999-08-04 Dave Love <fx@gnu.org>
7323
7324 * sgml-mode.el: Require outline when compiling.
7325 (sgml-mode-hook, html-mode-hook): Customize.
7326 (sgml-validate-command): Fix :version.
7327 (html-autoview-mode): Doc fix.
7328
7329 * man.el (Man-softhyphen-to-minus): Fix for multibyte case, do
7330 nothing in Latin-N environment.
7331
7332 * info.el (Info-find-node): Call info-initialize here.
7333 (info): Not here.
7334 (Info-file-list-for-emacs): Add message, dired-x, c, viper.
7335
7336 1999-08-04 Richard Stallman <rms@gnu.org>
7337
7338 * ansi-color.el: New file.
7339
7340 1999-08-04 Stefan Monnier <monnier@cs.yale.edu>
7341
7342 * dired.el (dired-string-replace-match): Return `nil' when no match
7343 found with global search.
7344
7345 * ledit.el (ledit-zap-file, ledit-read-file, ledit-compile-file):
7346 * terminal.el (te-terminfo-directory):
7347 * mail/mailpost.el (post-mail-send-it):
7348 * mail/metamail.el (metamail-region):
7349 * progmodes/ada-mode.el (ada-tmp-directory):
7350 Use temporary-file-directory.
7351
7352 * progmodes/compile.el (compilation-parsing-end,compilation-setup)
7353 (compilation-filter, compilation-forget-errors)
7354 (compilation-parse-errors): Use a marker instead of an integer for
7355 `compilation-parsing-end'.
7356
7357 * progmodes/diff.el (diff-parse-differences):
7358 Use a marker instead of an integer for `compilation-parsing-end'.
7359 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7360 Use a marker instead of an integer for `compilation-parsing-end'.
7361
7362 1999-08-03 Richard Stallman <rms@gnu.org>
7363
7364 * buff-menu.el (Buffer-menu-mode-map): Add V for Buffer-menu-View.
7365 (Buffer-menu-mode): Doc fix.
7366 (Buffer-menu-view): New command.
7367 (Buffer-menu-view-other-window): New command.
7368
7369 1999-08-03 Christopher J. Madsen <chris_madsen@geocities.com>
7370
7371 * replace.el (query-replace-regexp-eval)
7372 (replace-eval-replacement, replace-loop-through-replacements)
7373 (replace-match-string-symbols): New functions.
7374 (perform-replace): Allow REPLACEMENTS to be (FUNCTION . DATA).
7375 Use replace-loop-through-replacements.
7376
7377 1999-08-03 Dave Pearson <davep@hagbard.demon.co.uk>
7378
7379 * play/5x5.el (5x5-mode-map): Bind C-p, C-n, C-b, C-f.
7380 (5x5): Doc fix.
7381
7382 1999-08-03 Dave Love <fx@gnu.org>
7383
7384 * fortran.el (fortran-indent-new-line): Make it an alias
7385 for reindent-then-newline-and-indent.
7386
7387 1999-08-03 Didier Verna <verna@inf.enst.fr>
7388
7389 * rect.el: All functions rewritten, except when noted above
7390 their declaration. Below is a list of interface changes.
7391 (apply-on-rectangle): New function, mostly replaces
7392 `operate-on-rectangle'. All callers changed.
7393 (move-to-column-force): Pass new second argument to `move-to-column'.
7394 (kill-rectangle): Added optional prefix arg to fill lines.
7395 (delete-rectangle): Ditto.
7396 (delete-whitespace-rectangle): Ditto.
7397 (delete-extract-rectangle): Ditto.
7398 (open-rectangle): Ditto.
7399 (clear-rectangle): Ditto.
7400 (delete-whitespace-rectangle-line): New function.
7401 (delete-rectangle-line): Added third arg FILL.
7402 (delete-extract-rectangle-line): Ditto.
7403 (open-rectangle-line): Ditto.
7404 (clear-rectangle-line): Ditto.
7405
7406 1999-08-03 Ray Blaak <blaak@gnu.org>
7407
7408 * progmodes/delphi.el: New file.
7409
7410 1999-08-02 Richard Stallman <rms@gnu.org>
7411
7412 * textmodes/outline.el (outline-previous-heading): New function.
7413 (outline-up-heading-all): Use outline-previous-heading.
7414 (outline-next-heading): Delete definition inserted yesterday.
7415
7416 1999-08-01 Richard Stallman <rms@gnu.org>
7417
7418 * textmodes/outline.el (outline-next-heading): New function.
7419 (outline-up-heading-all): New function.
7420 (outline-font-lock-level): Using outline-up-heading-all.
7421 Tell outline-back-to-heading to accept invisible headings.
7422
7423 * simple.el (shell-command-on-region): EXIT-STATUS can be a string.
7424
7425 * mail/mh-utils.el (mh-find-path-run): New variable.
7426 (mh-find-path): Test and set that.
7427 Set mail-user-agent only the first time this function is run.
7428 (mail-user-agent): Defvar deleted.
7429
7430 * info.el (info-initialize): New function.
7431 (info): Call info-initialize.
7432 (Info-directory-list): Initialize to nil,
7433 so info-initialize will set it up for real.
7434
7435 1999-08-01 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7436
7437 * calendar/calendar.el (european-date-diary-pattern): Fix pattern so it
7438 does not interpret a time as the year in a day-month entry.
7439
7440 * calendar/diary-lib.el: Change syntax table entry for colon in
7441 the diary as part of the european-date-diary-pattern fix.
7442
7443 1999-08-01 Eli Zaretskii <eliz@gnu.org>
7444
7445 * international/mule.el (set-auto-coding): Allow whitespace before
7446 and after the "variable: value" pair.
7447
7448 1999-07-30 Ken'ichi Handa <handa@gnu.org>
7449
7450 * mail/sendmail.el (sendmail-coding-system): Doc-string fixed.
7451 (default-sendmail-coding-system): Doc-string fixed.
7452
7453 1999-07-30 Dave Love <fx@gnu.org>
7454
7455 * subr.el (assoc-delete-all): New function, renamed from
7456 frame-delete-all.
7457
7458 * frame.el: Change comments to doc strings and other doc fixes.
7459 (frame-delete-all): Moved to subr.el as `assoc-delete-all'.
7460 Callers changed.
7461 (set-background-color, set-foreground-color, set-cursor-color)
7462 (set-mouse-color, set-border-color): Offer completion of colours.
7463 (cursor): Add :version to defgroup.
7464
7465 * facemenu.el (list-colors-display): Make it work on ttys.
7466 (facemenu-read-color): Likewise.
7467
7468 1999-07-30 Richard M. Stallman <rms@gnu.org>
7469
7470 * frame.el (frame-notice-user-settings): If background
7471 color has been changed, update background-mode from it,
7472 then update faces.
7473
7474 1999-07-30 Wolfgang Rupprecht <wolfgang@wsrcc.com>
7475
7476 * net-utils.el (finger): Don't do indirect fingering.
7477
7478 1999-07-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7479
7480 * cal-tex.el (cal-tex-cursor-filofax-daily): Add possibility of
7481 rules. Add separator at end of holidays.
7482 (cal-tex-rules): New customizable variable.
7483 (cal-tex-latexify-list): Add optional parameter to put separator
7484 at end.
7485
7486 1999-07-30 Bill Richter <richter@steenrod.math.nwu.edu>
7487
7488 * textmodes/fill.el (fill-individual-paragraphs): Calculate new
7489 fill prefix on each line while looping to the end of paragraph.
7490 End paragraph if it's longer than the existing fill prefix.
7491
7492 * textmodes/fill.el (fill-context-prefix): Doc fix.
7493
7494 1999-07-30 Dave Love <fx@gnu.org>
7495
7496 * font-lock.el (jit-lock): Fix :load, add :version.
7497
7498 1999-07-30 Eli Zaretskii <eliz@gnu.org>
7499
7500 * term/pc-win.el (msdos-face-setup): Register standard colors in
7501 Vface_tty_color_alist.
7502 (face-color-supported-p, face_color_gray_p): New functions.
7503
7504 * loadup.el: Don't load scroll-bar unless x-toolkit-scroll-bars-p
7505 is bound.
7506
7507 * startup.el (command-line): Don't register default colors for
7508 MSDOS window-system.
7509
7510 1999-07-29 Dave Love <fx@gnu.org>
7511
7512 * f90.el (f90-mode-syntax-table): Change backslash to escape, not
7513 charquote.
7514
7515 * lisp-mode.el (eval-defun): Re-written to avoid
7516 capturing variables.
7517
7518 * picture.el (picture-beginning-of-line): Don't call
7519 hscroll-point-visible now we have real autoscrolling.
7520 (picture-end-of-line, picture-newline, picture-open-line):
7521 Likewise.
7522
7523 * international/latin-8.el: New file.
7524 * international/latin-9.el: New file.
7525
7526 1999-07-28 Dave Love <fx@gnu.org>
7527
7528 * mouse.el (x-fixed-font-alist): Add lucidasanstypewriter.
7529
7530 * msb.el: Require cl only when compiling.
7531 (msb--home-dir): Deleted.
7532 (msb--format-title): Use abbreviate-file-name.
7533 (msb--choose-file-menu): Simplify string comparison.
7534
7535 1999-07-28 Gerd Moellmann <gerd@gnu.org>
7536
7537 * faces.el (toolbar): Add face definition for mono displays.
7538
7539 1999-07-27 Richard M. Stallman <rms@gnu.org>
7540
7541 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7542
7543 * frame.el (frame-initialize): When setting frame-initial-frame-alist,
7544 force copying of default-frame-alist.
7545
7546 1999-07-26 Ken'ichi Handa <handa@gnu.org>
7547
7548 * ps-mule.el (ps-mule-begin-job): Fix malformed regexp.
7549
7550 1999-07-26 Richard M. Stallman <rms@gnu.org>
7551
7552 * frame.el (set-mouse-color): If new color is nil,
7553 really respecify the current color.
7554
7555 1999-07-26 Gerd Moellmann <gerd@gnu.org>
7556
7557 * faces.el (bitmap-area): Change background of face `bitmap-area'
7558 to white for mono displays.
7559
7560 1999-07-26 Kenichi Handa <handa@etl.go.jp>
7561
7562 * international/ccl.el (ccl-embed-symbol): New function.
7563 (ccl-program-p): Deleted. Now it's implemented in C code.
7564 (ccl-compile-call): Use ccl-embed-symbol to embed a symbol.
7565 (ccl-compile-translate-character): Likewise.
7566 (ccl-compile-map-single): Likewise.
7567 (ccl-compile-multiple-map-function): Likewise.
7568 (declare-ccl-program): Doc-string modified.
7569 (check-ccl-program): Check compiled CCL code by ccl-program-p.
7570
7571 1999-07-25 Ken'ichi Handa <handa@etl.go.jp>
7572
7573 * textmodes/fill.el (fill-region-as-paragraph): Fix previous change.
7574
7575 1999-07-25 Markus Rost <rost@gnu.org>
7576
7577 * cus-edit.el (custom-save-variables, custom-save-faces): Sort
7578 the entries to make custom-file more readable.
7579
7580 1999-07-25 Richard M. Stallman <rms@gnu.org>
7581
7582 * cus-edit.el (custom-save-delete): Avoid error for empty .emacs.
7583
7584 * emacs-lisp/edebug.el: Delete compatibility code.
7585 (edebug-next-token-class): If . is followed by a digit,
7586 return `symbol' for the token class.
7587
7588 * startup.el (command-line): If we don't find the user's init file,
7589 set user-init-file to nil.
7590
7591 1999-07-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7592
7593 * info-look.el (info-lookup-interactive-arguments): Add optional
7594 argument query for new choice of help mode.
7595 (info-lookup-symbol): Use it.
7596 (info-lookup-file): Ditto.
7597 (info-lookup): Don't switch to other window, if already in Info
7598 buffer.
7599
7600 1999-07-23 Dave Love <fx@gnu.org>
7601
7602 * fortran.el (fortran-mode-syntax-table): Change `\' to `\'
7603 syntax.
7604 (fortran-fontify-string, fortran-match-!-comment): Deleted.
7605 (fortran-font-lock-syntactic-keywords): New variable.
7606 (fortran-mode): Use it.
7607 (fortran-font-lock-keywords-1): Don't do comments.
7608 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Save
7609 match data.
7610
7611 * textmodes/sgml-mode.el (sgml-validate-command): Use nsgmls.
7612
7613 * msb.el (msb-menu-bar-update-buffers): Renamed from
7614 menu-bar-update-buffers.
7615 (msb-custom-set, msb--toggle-menu-type): Call
7616 msb-menu-bar-update-buffers.
7617 (msb-mode): Revise the hook setting.
7618
7619 * font-lock.el (turn-on-font-lock): Use tty-display-color-p.
7620
7621 1999-07-23 Gerd Moellmann <gerd@gnu.org>
7622
7623 * font-lock.el, help.el, simple.el: Re-integrate previously
7624 described changes that were lost due to errors while checking them
7625 in.
7626
7627 1999-07-23 Kevin Blake <kblake@ticnet.com>
7628
7629 * font-lock.el (lisp-font-lock-keywords-2): Fix regexp.
7630
7631 1999-07-23 Ken'ichi Handa <handa@etl.go.jp>
7632
7633 * international/encoded-kb.el
7634 (encoded-kbd-self-insert-iso2022-7bit): Don't insert the character
7635 but push it to unread-command-events.
7636 (encoded-kbd-self-insert-iso2022-8bit): Likewise.
7637 (encoded-kbd-self-insert-sjis): Likewise.
7638 (encoded-kbd-self-insert-big5): Likewise.
7639
7640 * textmodes/fill.el (fill-region-as-paragraph): Avoid backing up
7641 before left margin and fill-prefix by fill-find-break-point.
7642
7643 1999-07-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
7644
7645 * info-look.el (info-lookup-setup-mode): Don't give up, if
7646 info-lookup-make-completions returns an error.
7647 (info-lookup-maybe-add-help :mode 'latex-mode): Use Info file
7648 name latex, not latex2e.
7649
7650 1999-07-21 Richard M. Stallman <rms@gnu.org>
7651
7652 * replace.el (perform-replace): Turn off case-fold-search
7653 if FROM-STRING argument has uppercase in it.
7654
7655 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7656
7657 * jit-lock.el (jit-lock-after-change): Do it only if jit-lock
7658 mode is on. Don't use end of changed text.
7659
7660 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7661
7662 * cl-extra.el (cl-make-hash-table): Renamed from make-hash-table.
7663 (cl-hash-table-p): Renamed from hash-table-p.
7664 (cl-hash-table-count): Renamed from hash-table-count.
7665 (maphash): Alias to cl-maphash removed.
7666 (gethash): Likewise.
7667 (puthash): Likewise.
7668 (remhash): Likewise.
7669 (clrhash): Likewise.
7670
7671 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7672
7673 * jit-lock.el (jit-lock-stealth-fontify): Don't call sit-for with
7674 third arg non-nil. See comment there why this isn't a good idea.
7675
7676 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7677
7678 * jit-lock.el (jit-lock-stealth-fontify): Use with-temp-message.
7679
7680 * jit-lock.el (jit-lock-stealth-fontify): Widen buffer, and call
7681 sit-for with 3rd arg non-nil to prevent redisplay.
7682
7683 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7684
7685 * image.el (image-type-from-file-header): If file doesn't
7686 have a directory part, add data-directory.
7687
7688 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7689
7690 * tooltip.el (tooltip-gud-tips-p): Set default to nil.
7691 (tooltip-activate-mouse-motions-if-enabled): Don't activate mouse
7692 motion handling when tooltip-gud-tips-p is nil.
7693
7694 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7695
7696 * tooltip.el (tooltip-mode): Don't use `plusp'.
7697 (tooltip-active): Use initial value of nil.
7698
7699 * jit-lock.el (jit-lock-mode): Don't use `plusp'.
7700
7701 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7702
7703 * bindings.el (make-mode-line-mouse-sensitive): Add key
7704 definitions for `top-line'.
7705
7706 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7707
7708 * faces.el (top-line): New face.
7709
7710 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7711
7712 * image.el (image-type-regexps): Add regexp for PS files.
7713
7714 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7715
7716 * faces.el (set-face-attribute): Fix wrong handling of frame
7717 begin equal to t.
7718
7719 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7720
7721 * image.el (image-type-regexps): Add PNG format.
7722
7723 1999-07-21 Dave Love <fx@gnu.org>
7724
7725 * bindings.el (mode-line-modified): New variable.
7726 (mode-line-mode-menu-1): Switch to appropriate window before
7727 showing menu.
7728
7729 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7730
7731 * faces.el (face-underline): Removed.
7732 (face-underline-color): Ditto.
7733
7734 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7735
7736 * faces.el (face-x-resources): Fix typo.
7737
7738 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7739
7740 * faces.el: Remove handling of `:relief', extend handling of
7741 `:box'.
7742 (frame-set-background-mode): Choose new defface specs after
7743 frame parameters have changed.
7744
7745 * cus-face.el: Ditto.
7746
7747 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7748
7749 * custom.el (defface): Extend documentation to include new
7750 face attributes.
7751
7752 * cus-face.el (custom-face-attributes): Add overline,
7753 strike-through, box.
7754
7755 * faces.el (face-valid-attribute-values): Handle overline,
7756 strike-through, box.
7757 (face-attribute-name-alist): Add pairs for new face attributes.
7758 (describe-face): Handle new face attributes.
7759
7760 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7761
7762 * faces.el (face-x-resources): Add overline, strike-through, box.
7763
7764 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7765
7766 * enriched.el (enriched-translations): Add `display' and
7767 "x-display".
7768 (enriched-handle-display-prop): New.
7769 (enriched-decode-display-prop): New.
7770
7771 * format.el (top-level): Give `display' property
7772 `format-list-atomic-p.
7773 (format-annotate-single-property-change): Test that property.
7774 If present, treat list property values like atoms.
7775
7776 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7777
7778 * cus-face.el (custom-face-attributes): Use `choice' everywhere
7779 so that "*" can be entered.
7780
7781 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7782
7783 * cus-face.el (custom-face-attributes): Don't use `#''.
7784
7785 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7786
7787 * cus-face.el (custom-face-attributes): Return underline
7788 face attribute directly from the second lambda of underline.
7789
7790 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7791
7792 * jit-lock.el (jit-lock-stealth-verbose): Set to nil.
7793
7794 * frame.el (after-setting-font-hooks): New variable.
7795 (set-frame-font): Run those hooks.
7796
7797 * jit-lock.el (jit-lock-function): Use font-lock-fontify-region.
7798
7799 * faces.el (set-face-attribute): Fix doc string.
7800
7801 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7802
7803 * cus-face.el (custom-face-attributes): Accept color name.
7804
7805 * faces.el (face-underline-p): Accept unspecified underlining.
7806 (face-underline): Ditto. Fix doc string.
7807
7808 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7809
7810 * faces.el (face-underline-color): New function.
7811
7812 1999-07-21 Masatake Yamato <masata-y@is.aist-nara.ac.jp>
7813
7814 * cus-face.el (custom-face-attributes): Support underline coloring.
7815 Added slot to choose a color.
7816
7817 * faces.el (face-underline): New function.
7818 (face-underline-p): Support underline coloring.
7819 Return nil only if the underline attribute is 'normal.
7820 (set-face-underline): New function.
7821 (face-valid-attribute-values): Support underline coloring.
7822
7823 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7824
7825 * image.el (insert-image): Use `display' instead of `glyph'
7826 as text property name.
7827 (put-image): Ditto.
7828 (image-type-from-file-header): Use insert-file-contents-literally.
7829
7830 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7831
7832 * easymenu.el (easy-menu-do-add-item): Don't use the empty
7833 string to indicate separators.
7834
7835 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7836
7837 * jit-lock.el (jit-lock-stealth-fontify): Bind message-log-max
7838 instead of message-log.
7839
7840 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7841
7842 * faces.el (bitmap-area): New face.
7843
7844 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7845
7846 * image.el (insert-image): New.
7847
7848 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7849
7850 * frame.el (blink-cursor): Set the symbol's value.
7851 (show-trailing-whitespace): Change group to font-lock.
7852
7853 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7854
7855 * jit-lock.el: New.
7856 * font-lock.el: Add jit-mode as new support mode.
7857
7858 * font-lock.el (font-lock-fontify-keywords-region): Stop when
7859 reaching end instead of letting re-search-forward signal an error.
7860 (demand-lock-mode): New.
7861 (font-lock-turn-on-thing-lock): Add demand-lock-mode.
7862 (font-lock-turn-off-thing-lock): Ditto.
7863 (font-lock-after-fontify-buffer): Ditto.
7864 (font-lock-after-unfontify-buffer): Ditto.
7865
7866 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7867
7868 * gs.el: New file.
7869
7870 * startup.el (command-line-1): Activate tooltip mode if
7871 interactive.
7872
7873 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7874
7875 * faces.el (toolbar): Grey default background.
7876 (modeline): Ditto.
7877
7878 * image.el (image-type-regexps): New.
7879 (image-type-from-file-header): New.
7880 (create-image): Call it.
7881
7882 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7883
7884 * image.el: New file.
7885
7886 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7887
7888 * bindings.el (mode-line-format): Replace `mode-name' with
7889 `(:eval mode-line-mode-name)'.
7890 (mode-line-mode-name): New.
7891 (make-mode-line-mouse-sensitive): Don't change default value
7892 of `mode-name'.
7893
7894 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7895
7896 * tooltip.el: New file.
7897
7898 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7899
7900 * bindings.el (make-mode-line-mouse-sensitive): Use down-mouse-3
7901 instead of mouse-3 to pop up menus.
7902 (mode-line-kill-buffer): Removed.
7903 (make-mode-line-mouse-sensitive): Pop mouse buffer menu over
7904 buffer name.
7905 (mode-line-buffer-menu-1): Removed.
7906
7907 * startup.el (command-line-1): Call make-mode-line-mouse-sensitive.
7908
7909 * bindings.el (mode-line-buffer-identification-keymap): New.
7910 (mode-line-buffer-menu-keymap): New.
7911 (mode-line-mode-menu-keymap): New.
7912 (mode-line-unbury-buffer): New.
7913 (mode-line-other-buffer): New.
7914 (mode-line-kill-buffer): New.
7915 (mode-line-buffer-menu-1): New.
7916 (mode-line-mode-menu-1): New.
7917 (make-mode-line-mouse-sensitive): New.
7918
7919 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7920
7921 * help.el (describe-key-briefly): Handle mode line strings
7922 with local-map properties.
7923 (describe-key): Ditto.
7924 (mode-line-key-binding): New.
7925
7926 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7927
7928 * scroll-bar.el (scroll-bar-timer): New.
7929 (scroll-bar-toolkit-scroll): Start and cancel scroll-bar-timer.
7930
7931 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7932
7933 * scroll-bar.el (scroll-bar-toolkit-scroll): Handle `top'
7934 and `bottom'.
7935
7936 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7937
7938 * scroll-bar.el (scroll-bar-toolkit-scroll): New.
7939 (global): Use different key bindings if using tookit scroll bars.
7940
7941 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7942
7943 * faces.el (modeline): Define mode line face with relief for
7944 class color, only.
7945 (toolbar): New face.
7946
7947 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7948
7949 * frame.el (frame-initialize): Set frame-creation-function to
7950 tty-create-frame-with-faces.
7951
7952 * faces.el (frame-set-background-mode): Make it work for
7953 window-system nil.
7954
7955 * faces.el (tty-create-frame-with-faces): New.
7956 (face-set-after-frame-default): Make it work for TTY frames.
7957
7958 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7959
7960 * faces.el (face-valid-attribute-values): Use tty-defined-colors.
7961 Return a list of one font family for TTYs. Don't return bitmap
7962 file paths for TTY frames.
7963
7964 * faces.el: Add face specs for tty displays to basic faces.
7965
7966 * font-lock.el (font-lock-comment-face): Add spec for color tty.
7967 (font-lock-string-face): Ditto.
7968 (font-lock-keyword-face): Ditto.
7969 (font-lock-builtin-face): Ditto.
7970 (font-lock-function-name-face): Ditto.
7971 (font-lock-variable-name-face): Ditto.
7972 (font-lock-type-face): Ditto.
7973 (font-lock-constant-face): Ditto.
7974 (font-lock-warning-face): Ditto.
7975
7976 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7977
7978 * startup.el (command-line): Register default tty colors.
7979
7980 * faces.el (face-spec-set-match-display): Recognize `type tty'.
7981
7982 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7983
7984 * faces.el (modeline): For X frames, use a modeline with relief.
7985
7986 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7987
7988 * faces.el (frame-update-faces): Copied from 20.2.
7989 (frame-update-face-colors): Ditto. Code removed that isn't
7990 applicable in the new face implementation.
7991
7992 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7993
7994 * frame.el (show-trailing-whitespace): New.
7995
7996 * faces.el (trailing-whitespace): New basic face.
7997
7998 1999-07-21 Gerd Moellmann <gerd@gnu.org>
7999
8000 * cus-face.el (custom-facep): Always define as alias for facep.
8001
8002 * cus-face.el (custom-face-attributes): Use choice widgets.
8003 Remove :bold and :italic.
8004
8005 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8006
8007 * faces.el (face-charset-registries): Removed since fontset.el
8008 is no always loaded.
8009
8010 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8011
8012 * faces.el (internal-get-face): Added as obsolete function for
8013 compatibility.
8014
8015 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8016
8017 * frame.el (blink-cursor-end): Call show-cursor.
8018 (blink-cursor-mode): Ditto.
8019
8020 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8021
8022 * faces.el (face-spec-reset-face): Reset all attributes to
8023 `unspecified'.
8024 (face-spec-set): Use it.
8025
8026 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8027
8028 * faces.el (read-all-face-attributes): Bug fix.
8029 (face-read-integer): Allow nil default value.
8030 (face-valid-attribute-values): Use symbol names of attribute
8031 values for completion list.
8032
8033 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8034
8035 * faces.el (internal-find-face): Define for compatibility with
8036 20.2.
8037 (face-id): Likewise.
8038
8039 * faces.el (face-id): Return the ID of a realized face for ASCII.
8040
8041 * fontset.el (x-charset-registries): Removed. Now in faces.el.
8042 (x-complement-fontset-spec): Use face-charset-registries.
8043
8044 * faces.el (face-font-selection-order): Set font selection order
8045 from Lisp.
8046 (face-alternative-font-family-alist): Set alternative font
8047 families from Lisp.
8048
8049 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8050
8051 * faces.el (set-face-charset-registries): Set symbol value.
8052
8053 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8054
8055 * faces.el (face-set-after-frame-default): Call function
8056 internal-merge-in-global-face.
8057
8058 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8059
8060 * faces.el (face-list): Return symbols from face-global-alist.
8061
8062 * faces.el (face-list): Return a copy of the face name list so
8063 that it cannot be modified from outside (facemenu.el uses
8064 nreverse, for example).
8065
8066 * cus-face.el (custom-face-attributes): Add :bold and :italic
8067 for compatibility with old code.
8068
8069 * faces.el (set-face-attributes-from-resources): Additional
8070 frame parameter.
8071 (make-face-x-resource-internal): Set attributes from resources
8072 for a given frame or all frames.
8073
8074 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8075
8076 * faces.el (all-faces): Removed.
8077
8078 * custom.el (defface): Add new face attributes to function
8079 comment.
8080
8081 * font-lock.el (font-lock-comment-face): Use new face attribute
8082 names.
8083 (font-lock-string-face): Ditto.
8084 (font-lock-keyword-face): Ditto.
8085 (font-lock-builtin-face): Ditto.
8086 (font-lock-function-name-face): Ditto.
8087 (font-lock-variable-name-face): Ditto.
8088 (font-lock-type-face): Ditto.
8089 (font-lock-reference-face): Ditto.
8090 (font-lock-warning-face): Ditto.
8091 ((boundp 'font-lock-face-attributes)): Ditto.
8092
8093 * cus-face.el (custom-face-attributes): Use new face attributes.
8094
8095 * faces.el (set-face-attribute-from-resource): Initialize
8096 from resources only for X and W32.
8097
8098 * cus-face.el (custom-declare-face): Don't make frame-local
8099 faces.
8100
8101 * faces.el (describe-face): Use princ instead of insert.
8102
8103 * faces.el: Add XLFD manipulation functions from 20.2 again
8104 because fontset.el uses them.
8105 (face-set-after-frame-default): Add empty definition.
8106
8107 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8108
8109 * faces.el (make-face): Correct typo.
8110 (set-face-attribute-from-resource): Use let*.
8111 (face-underline-p): Correct typo.
8112 (face-inverse-video-p): Ditto.
8113 (set-face-stipple): Ditto.
8114 (face-read-string): Make completion-list optional parameter.
8115
8116 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8117
8118 * faces.el (face-charset-registries): Alist mapping charset
8119 symbols to registries and encoding.
8120
8121 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8122
8123 * frame.el (blink-cursor-mode): Use interactive spec "P".
8124
8125 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8126
8127 * frame.el (blink-cursor-mode): Function to toggle blinking cursor
8128 mode. The cursor of selected_window blinks if the mode is enabled.
8129
8130 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8131
8132 * simple.el (next-history-element): Set point to the end of the
8133 prompt if minibuffer-prompt-in-buffer.
8134
8135 1999-07-21 Gerd Moellmann <gerd@gnu.org>
8136
8137 * faces.el (x-font-regexp): Add sub-expression parentheses for
8138 several font name components.
8139
8140 1999-07-21 Gerd Moellmann <gerd@acm.org>
8141
8142 * faces.el (set-face-relief): Use index 12 for relief.
8143 (face-fill-in): Set relief from data.
8144 (internal-make-face): Init relief to zero.
8145
8146 * faces.el (face-spec-set): Call modify-face with additional
8147 parameters for relief and fixed-p.
8148
8149 1999-07-21 Gerd Moellmann <gerd@acm.org>
8150
8151 * cus-face.el: ':fixed and ':relief added.
8152
8153 * faces.el (describe-face): Add fixed font attribute and relief.
8154 (face-attr-match-p): Ditto.
8155 (face-attr-construct): Ditto.
8156 (face-spec-set): Ditto.
8157
8158 1999-07-21 Gerd Moellmann <gerd@acm.org>
8159
8160 * faces.el (internal-make-face): Function to create a Lisp vector
8161 suitable for representing a face.
8162 (make-face): Use it instead of make-vector.
8163 (x-create-frame-with-faces): Use it instead of vector.
8164 (internal-facep): Increase vector size to 14.
8165 (internal-make-face): Ditto.
8166 (face-relief): Access relief thickness.
8167 (face-fixed-p): Access fixed font attribute.
8168 (set-face-fixed-p): Set fixed font attribute.
8169 (set-face-relief): Set relief attribute.
8170 (internal-face-interactive-int): Read int attribute of face.
8171 (modify-face): Add fixed-p and relief parameters.
8172 (copy-face): Handle fixed-p and relief.
8173 (face-equal): Compare fixed-p and relief.
8174 (face-differs-from-default-p): Ditto.
8175 (face-nontrivial-p): Add fixed-p and relief.
8176
8177 1999-07-21 Gerd Moellmann <gerd@acm.org>
8178
8179 * faces.el (eval-when-compile): Add set-face-shadow-thickness.
8180 (internal-facep): Increase vector size.
8181 (make-face): Ditto.
8182 (face-shadow-thickness): Added.
8183 (set-face-shadow-thickness): Added.
8184 (modify-face): Add optional shadow-thickness parameter.
8185 (make-face-x-resource-internal): Add shadows.
8186 (copy-face): Ditto.
8187 (face-equal): Ditto.
8188 (face-differs-from-default-p): Ditto.
8189 (face-nontrivial-p): Ditto.
8190 (face-attr-match-p): Ditto.
8191 (face-attr-construct): Ditto.
8192 (face-spec-set): Ditto.
8193 (face-fill-in): Ditto.
8194
8195 1999-07-21 Gerd Moellmann <gerd@acm.org>
8196
8197 * bench.el (bench-mark-split-window): New bench mark.
8198
8199 1999-07-21 Gerd Moellmann <gerd@acm.org>
8200
8201 * faces.el (set-face-font): Don't pass default font to
8202 x-resolve-font so that font will not have to be of the same
8203 size.
8204
8205 1999-07-20 Dave Love <fx@gnu.org>
8206
8207 * wid-edit.el (widget-use-overlay-change): Uncustomize and make it
8208 unconditionally t.
8209
8210 1999-07-20 Karl Heuer <kwzh@gnu.org>
8211
8212 * font-lock.el (c++-font-lock-extra-types): Add "type_info".
8213
8214 1999-07-20 Dave Love <fx@gnu.org>
8215
8216 * help.el (describe-variable): Fix test for customizability.
8217
8218 * simple.el (append-to-buffer, prepend-to-buffer, copy-to-buffer):
8219 Check for readonly buffer in interactive spec.
8220 (zap-to-char, kill-line, kill-region, comment-region, kill-word)
8221 (backward-kill-word): Add * to interactive spec.
8222
8223 * underline.el (underline-region, ununderline-region): Add * to
8224 interactive spec.
8225
8226 * fill.el (canonically-space-region, justify-current-line): Add *
8227 to interactive spec.
8228 (fill-region-as-paragraph, fill-paragraph, fill-region)
8229 (fill-nonuniform-paragraphs, fill-individual-paragraphs): Check
8230 readonly buffer in interactive spec.
8231
8232 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8233 (backward-kill-sentence, kill-sentence): Add * to interactive
8234 spec.
8235
8236 1999-07-19 Richard M. Stallman <rms@gnu.org>
8237
8238 * dired-aux.el (dired-do-shell-command): Doc fix.
8239
8240 * shell.el (shell-unquote-argument): New function.
8241 (shell-directory-tracker): Use shell-unquote-argument.
8242 * comint.el (comint-arguments): Handle \ followed by space or tab.
8243
8244 1999-07-19 John Wiegley <jwiegley@borland.com>
8245
8246 * term.el (ansi-term-fg-faces-vector): Added support for ANSI
8247 color codes 39 and 49, which by the way lynx uses them seem to
8248 mean "foreground reset" and "background reset".
8249
8250 1999-07-19 Karl Heuer <kwzh@gnu.org>
8251
8252 * font-lock.el (c++-keywords): Add "typeid".
8253
8254 * term/w32-win.el (mouse-set-font): If user uses w32 dialog but
8255 selects no font, treat that as zero selections, not one.
8256
8257 1999-07-19 Dave Love <fx@gnu.org>
8258
8259 * info.el (Info-search): Don't lose with empty regexp.
8260
8261 * version.el: Cater for (free) `ident' program, not `which'.
8262
8263 * hl-line.el: New file.
8264
8265 * mouse.el (mouse-major-mode-menu): Default to menu-bar-edit-menu
8266 for modes which don't define menus.
8267
8268 1999-07-16 Richard M. Stallman <rms@gnu.org>
8269
8270 * webjump.el (webjump-sample-sites): Update some URLs.
8271
8272 1999-07-14 Richard Stallman <rms@gnu.org>
8273
8274 * Version 20.4 released.
8275
8276 1999-07-14 Andreas Schwab <schwab@gnu.org>
8277
8278 * compare-w.el (compare-windows): Try to find the next window in
8279 the current frame before looking at the other frames.
8280
8281 1998-07-12 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru>
8282
8283 * language/cyrillic.el ("Cyrillic-KOI8", "Cyrillic-ALT"):
8284 Use cyrillic-jcuken as default input method.
8285
8286 1999-07-12 Richard Stallman <rms@gnu.org>
8287
8288 * progmodes/cc-engine.el (c-inside-bracelist-p): Tighter test for
8289 Java anonymous array expressions ("new Foo[] {.. bracelist ..}").
8290
8291 * ispell.el (ispell-dictionary-alist-6): Change charset for Russian.
8292 (ispell-local-dictionary-alist): Add koi8-r for character set.
8293
8294 * textmodes/flyspell.el (flyspell-get-word):
8295 Add special handling for when ispell-otherchars is empty.
8296
8297 1999-07-12 Espen Skoglund <espensk@stud.cs.uit.no>
8298
8299 * progmodes/pascal.el (pascal-beg-of-defun): More intuitive behavior
8300 when having nested functons.
8301 (pascal-indent-nested-functions) (pascal-indent-line)
8302 (pascal-calculate-indent) (pascal-get-lineup-indent): Support for
8303 indenting nested functions.
8304
8305 1999-07-09 Richard Stallman <rms@gnu.org>
8306
8307 * add-log.el (add-log-current-defun): Remove trailing `=' in C modes.
8308
8309 1999-07-08 Espen Skoglund <espensk@stud.cs.uit.no>
8310
8311 * pascal.el (pascal-calculate-indent): Fixed a bug occuring when
8312 the `end' keyword was in the very beginning of the buffer.
8313
8314 1999-07-08 Richard Stallman <rms@gnu.org>
8315
8316 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Doc fix.
8317
8318 * term.el (term-emulate-terminal): Avoid infinite loop
8319 in strange case where minibuffer window is selected but not active.
8320
8321 1999-07-07 Stephen Eglen <stephen@gnu.org>
8322
8323 * progmodes/octave-inf.el (inferior-octave-directory-tracker):
8324 Change regexp so that it doesn't match commands beginning with `cd'.
8325
8326 1999-07-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8327
8328 * mail/rmail.el (mail-unsent-separator): Add a missing \\|.
8329
8330 1999-07-06 Richard Stallman <rms@gnu.org>
8331
8332 * hscroll.el (hscroll-minibuffer-hook): New function.
8333 (hscroll-global-mode): Add and remove that hook.
8334 Set hscroll-old-truncate-was-global's default value.
8335
8336 1999-07-05 Richard Stallman <rms@gnu.org>
8337
8338 * files.el (revert-buffer): Don't preserve point here.
8339 (revert-buffer-insert-file-contents-function): Doc fix.
8340
8341 * isearch.el (isearch-process-search-char): Write octal 200 correctly.
8342
8343 * startup.el (normal-top-level-add-subdirs-to-load-path): Avoid
8344 doing a `stat' when it isn't necessary because that can cause
8345 trouble when an NFS server is down.
8346
8347 1999-07-04 Richard Stallman <rms@gnu.org>
8348
8349 * hscroll.el (hscroll-window-maybe): Do nothing in the minibuffer.
8350
8351 1999-07-03 Richard Stallman <rms@gnu.org>
8352
8353 * isearch.el (isearch-quote-char): Call unibyte-char-to-multibyte
8354 for \200...\240 also.
8355 (isearch-printing-char): Use unibyte-char-to-multibyte.
8356
8357 1999-07-02 Richard Stallman <rms@gnu.org>
8358
8359 * frame.el (minibuffer-frame-alist): Use defcustom.
8360 (pop-up-frame-alist): Likewise.
8361 (initial-frame-alist): Specify * in the doc string.
8362
8363 * hscroll.el (hscroll-mode): Make it a permanent local.
8364 (hscroll-mode): Don't cancel the timer
8365 if HScroll mode is enabled in some other buffer.
8366
8367 * isearch.el (isearch-done): If search ends in middle of intangible
8368 text (due to text property), move on to the limit of that text.
8369
8370 1999-07-01 Andrew Innes <andrewi@gnu.org>
8371
8372 * man.el (Man-build-man-command): Use value of null-device,
8373 instead of hard-coding "/dev/null".
8374
8375 * dos-w32.el (untranslated-canonical-name): Avoid expanding
8376 ange-ftp file names, which might force ange-ftp to prompt for a
8377 password.
8378
8379 * ange-ftp.el (ange-ftp-load): Bind load-force-doc-strings to t,
8380 to prevent references to temp files.
8381
8382 1999-06-30 Richard Stallman <rms@gnu.org>
8383
8384 * progmodes/sh-script.el (sh-feature): If nothing is known
8385 about the given shell, use the values for `sh'.
8386
8387 1999-06-30 Andre Spiegel <spiegel@inf.fu-berlin.de>
8388
8389 * vc.el (vc-fetch-cvs-status): Use "-l" option for "cvs status",
8390 to make it non-recursive.
8391
8392 * vc-hooks.el (vc-find-cvs-master): Set case-fold-search correctly.
8393
8394 1999-06-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8395
8396 * auto-show.el (auto-show-mode): Fix Typo in :set.
8397
8398 1999-06-29 Richard M. Stallman <rms@gnu.org>
8399
8400 * progmodes/sh-script.el (sh-mode): When setting syntax
8401 table, default to the standard one.
8402
8403 1999-06-27 Richard M. Stallman <rms@gnu.org>
8404
8405 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
8406
8407 1999-06-27 Stefan Monnier <monnier@cs.yale.edu>
8408
8409 * textmodes/reftex.el (reftex-pop-to-bibtex-entry): Don't pop up
8410 a frame when `return' is requested (even if pop-up-frames = t)
8411 * textmodes/bibtex.el (bibtex-mode): `font-lock-mark-block-function'
8412 should only be set for the bibtex buffer.
8413
8414 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix.
8415
8416 * progmodes/compile.el: Deal with compilation-error-screen-columns
8417 being buffer-local.
8418
8419 1999-06-27 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8420
8421 * comint.el (comint-password-prompt-regexp): Allow "(again)".
8422
8423 1999-06-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8424
8425 * cal-x.el (calendar-only-one-frame-setup): New function.
8426 * calendar.el (calendar): Call it if requested.
8427
8428 1999-06-24 Karl Heuer <kwzh@gnu.org>
8429
8430 * startup.el (iso-8859-n-locale-regexp): Doc fix.
8431
8432 1999-06-22 Richard M. Stallman <rms@gnu.org>
8433
8434 * mail/supercite.el (sc-emacs-features): Doc fix.
8435
8436 1999-06-22 Karl Heuer <kwzh@gnu.org>
8437
8438 * files.el (auto-mode-alist): Add pike-mode.
8439
8440 1999-06-20 Paul R. Eggert <eggert@twinsun.com>
8441
8442 * tar-mode.el (tar-header-block-tokenize): Don't assume that the
8443 last byte of a numeric field is a space or a NUL. Parse it as
8444 potentially part of the number. This is used by GNU tar
8445 1.12.64012 to handle larger values.
8446
8447 1999-06-20 Karl Heuer <kwzh@gnu.org>
8448
8449 * custom.el (custom-handle-keyword): Fix error message.
8450
8451 1999-06-18 Andrew Innes <andrewi@gnu.org>
8452
8453 * mail/smtpmail.el (smtpmail-send-it): Use
8454 convert-standard-filename to make file names for queued mail safe
8455 on Windows (`:' is invalid in file names on Windows).
8456
8457 1999-06-17 Kenichi Handa <handa@etl.go.jp>
8458
8459 * international/mule-cmds.el (describe-current-input-method):
8460 Current-input-method is string.
8461 (toggle-input-method): Docstring fixed.
8462
8463 * international/mule-diag.el
8464 (describe-current-coding-system-briefly): Fix format string.
8465
8466 * international/mule-util.el (coding-system-eol-type-mnemonic):
8467 Docstring modified. Return a string.
8468
8469 1999-06-17 Alex Schroeder <a.schroeder@bsiag.ch>
8470
8471 * sql.el (sql-input-ring-file-name): Doc fix.
8472
8473 1999-06-17 Richard M. Stallman <rms@gnu.org>
8474
8475 * calendar/cal-x.el (special-display-buffer-names):
8476 Don't put (get-file-buffer diary-file) on this list.
8477
8478 1999-06-17 Mark W Maimone <mwm@helios.jpl.nasa.gov>
8479
8480 * play/mpuz.el (mpuz-try-proposal): Fix message call.
8481 Don't penalize player for certain impossible guesses.
8482
8483 1999-06-16 Andrew Innes <andrewi@gnu.org>
8484
8485 * ls-lisp.el (ls-lisp-format-time): If timestamp is invalid,
8486 return the string "Unk 0 0000" so at least it appears to be a
8487 valid timestamp to `dired-move-to-filename-regexp'.
8488
8489 1999-06-15 Ken'ichi Handa <handa@gnu.org>
8490
8491 * ps-print.el (ps-control-character): Fix previous change.
8492
8493 1999-06-15 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8494
8495 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Avoid
8496 multiple output of the last message.
8497
8498 1999-06-14 Eli Zaretskii <eliz@gnu.org>
8499
8500 * term/internal.el (IT-display-table-setup): Do not remap \222 to
8501 the ASCII apostrophe, as most DOS codepages have some other glyph
8502 there.
8503
8504 1999-06-14 Ken'ichi Handa <handa@gnu.org>
8505
8506 * language/ethio-util.el (setup-ethiopic-environment-internal):
8507 Use quail-activate-hook instead of obsolete hook quail-mode-hook.
8508 (exit-ethiopic-environment): Likewize.
8509
8510 1999-06-12 Richard M. Stallman <rms@gnu.org>
8511
8512 * cus-start.el (scroll-preserve-screen-position): Fix typo in type.
8513
8514 1999-06-12 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
8515
8516 * emulation/crisp.el (crisp-mode): (defcustom) Initialize with
8517 custom-initialize-default to avoid infinite loop.
8518 (crisp-mode): (defun) Call transient-mark-mode here, not when
8519 loading the file. Run crisp-mode-hook here, and run
8520 crisp-load-hook when loading the file.
8521
8522 * mail/rmailout.el (rmail-output-read-rmail-file-name): If in
8523 rmail-summary buffer, search for pattern in rmail-file.
8524
8525 * mail/rmailsum.el (rmail-summary-output-to-rmail-file): Fix typo.
8526
8527 * progmodes/cperl-mode.el (cperl-invalid-face): Fix custom type.
8528
8529 * ps-print.el (ps-printer-name): Fix custom type.
8530
8531 1999-06-12 Reto Zimmermann <reto@synopsys.com>
8532
8533 * progmodes/vhdl-mode.el (vhdl-port-copy): Fix parsing bug.
8534 (vhdl-port-paste-generic-map): Fix indentation bug.
8535 (vhdl-port-paste-port-map): Fix indentation bug.
8536 (vhdl-scan-file-contents): Make scanning case insensitive.
8537
8538 1999-06-11 Richard M. Stallman <rms@gnu.org>
8539
8540 * files.el (write-file): When buffer is not already visiting a file,
8541 don't put buffer name in the minibuffer, just make it the default.
8542 Also handle just directory as arg usefully in that case.
8543
8544 * simple.el (sendmail-user-agent-compose):
8545 Ignore case when inserting the rest of the "other" headers.
8546
8547 * help.el (help-for-help): Mention C-h C-i. Clear up C-h n.
8548
8549 * info-look.el (info-lookup-file, info-lookup-symbol): Doc fix.
8550 (info-lookup-interactive-arguments): Never insert the default
8551 into the minibuffer automatically.
8552
8553 * emacs-lisp/cl-extra.el (getf): Don't call get*.
8554
8555 1999-06-09 Richard M. Stallman <rms@gnu.org>
8556
8557 * simple.el (shell-command): Avoid printing "mark set" message.
8558
8559 1999-06-09 Dave Love <fx@gnu.org>
8560
8561 * progmodes/compile.el (compilation-error-regexp-alist): Allow
8562 digits in program name in first pattern.
8563
8564 1999-06-09 Andre Spiegel <spiegel@inf.fu-berlin.de>
8565
8566 * vc.el (vc-dired-mode): Don't match anything before the date in
8567 dired-move-to-filename-regexp.
8568
8569 1999-06-07 Ken'ichi Handa <handa@gnu.org>
8570
8571 * international/quail.el (quail-define-rules): Fix typo in
8572 docstring.
8573
8574 1999-06-05 Stephen Eglen <stephen@gnu.org>
8575
8576 * iswitchb.el (iswitchb-default-keybindings): Add
8577 iswitchb-minibuffer-setup to minibuffer-setup-hook here rather
8578 than when package is loaded.
8579
8580 1999-06-04 Richard M. Stallman <rms@gnu.org>
8581
8582 * startup.el (command-line): Don't set user-init-file directly;
8583 tell `load' to set it.
8584
8585 * ange-ftp.el (ange-ftp-shell-command): Handle error-buffer arg.
8586
8587 * simple.el (next-history-element):
8588 Handle minibuffer-text-before-history properly when reading sexps.
8589
8590 * disp-table.el (standard-display-european):
8591 For an interactive call by the user,
8592 don't set enable-multibyte-characters,
8593 and don't set the terminal coding system.
8594
8595 * textmodes/refbib.el: Don't print any messages or display
8596 a buffer when loading the library.
8597 (r2b-help): Doc fix.
8598 (r2b-help-message): Update the documentation.
8599 (r2b-load-quietly): Variable deleted.
8600 (r2b-convert-buffer): Doc fix.
8601
8602 1999-06-04 Dave Love <fx@gnu.org>
8603
8604 * help.el (help-xref-interned): Fix insertion of fdoc and revamp.
8605
8606 * auto-show.el: Don't change hooks on loading.
8607 (auto-show-mode): Autoload. Default to nil. Add :set &c.
8608 (auto-show-mode): Add to hooks here.
8609
8610 1999-06-04 Richard Sharman <rsharman@pobox.com>
8611
8612 * emacs-lisp/regexp-opt.el (regexp-opt-group): Avoid infinite
8613 recursion on bogus input.
8614
8615 1999-06-04 Eric M. Ludlam <zappo@ultranet.com>
8616
8617 * speedbar.el (speedbar-hack-buffer-menu): Fixed so if the user
8618 does not select a buffer from the buffers menu, then the attached
8619 frame is not switched to anything.
8620
8621 1999-06-03 Ken'ichi Handa <handa@gnu.org>
8622
8623 * language/vietnamese.el (ccl-encode-vscii): Typo fixed
8624 (viet-viscii-...->viet-vscii...).
8625
8626 * international/mule-conf.el (iso-2022-7bit-lock-ss2): Typo fixed.
8627
8628 1999-06-01 Dave Love <fx@gnu.org>
8629
8630 * progmodes/fortran.el: Add :link to defgroup.
8631 (fortran-blink-matching-if): Match ELSE statements too.
8632 (fortran-fill-statement, fortran-fill): Bind auto-fill-function so
8633 that filling is always done.
8634
8635 1999-05-31 Richard M. Stallman <rms@gnu.org>
8636
8637 * simple.el (append-next-kill): Use an arg to distinguish
8638 interactive calls from Lisp calls, rather than (interactive-p).
8639
8640 * international/iso-transl.el (iso-transl-language-alist):
8641 Interchange n and N.
8642
8643 1999-05-31 Dave Love <fx@gnu.org>
8644
8645 * msb.el Add to minor-mode-map-alist. Remove hook installation
8646 and keymap munging on load.
8647 (msb-mode): New option.
8648 (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
8649 Doc fix.
8650 (msb-mode-map): New variable.
8651 (msb-mode): New command.
8652
8653 1999-05-31 Dave Love <fx@gnu.org>
8654
8655 * ispell.el: (ispell-alternate-dictionary): Fix custom type.
8656 (ispell-complete-word-dict): Likewise.
8657
8658 1999-05-31 Eli Zaretskii <eliz@gnu.org>
8659
8660 * forms.el (forms-save-buffer): Call set-buffer-modified-p to
8661 force the data buffer to be saved, even if the data didn't
8662 change, in case the write filter was modified. Restore the
8663 current record after read-file-filter finishes.
8664
8665 1999-05-29 Karl Heuer <kwzh@gnu.org>
8666
8667 * ispell4.el: Obsolete; file deleted.
8668
8669 * textmodes/texinfmt.el (texinfo-format-direntry): Avoid blank line.
8670
8671 * font-lock.el (font-lock-apply-syntactic-highlight): Don't die if
8672 VALUE is a syntax table.
8673
8674 * emacs-lisp/cl.el (custom-print-functions): Add autoload cookie.
8675
8676 * simple.el (zap-to-char): Doc fix.
8677
8678 1999-05-27 Ken'ichi Handa <handa@gnu.org>
8679
8680 * isearch.el (isearch-quote-char): Don't assume character codes
8681 0200 - 0237 stand for characters in some single-byte character
8682 charset.
8683
8684 1999-05-27 Dave Love <fx@gnu.org>
8685
8686 * startup.el: (iso-8859-n-locale-regexp): Don't match 8859-15 &c.
8687
8688 1999-05-27 Andreas Schwab <schwab@gnu.org>
8689
8690 * dired-aux.el (dired-insert-subdir-doinsert): Check that the
8691 headerline does not exist already.
8692
8693 1999-05-26 Richard Stallman <rms@gnu.org>
8694
8695 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8696 Avoid nested null-loops.
8697
8698 1999-05-26 Ken'ichi Handa <handa@gnu.org>
8699
8700 * international/characters.el: Typo fixed; prefered->preferred.
8701
8702 * international/mule-cmds.el (find-coding-systems-for-charsets):
8703 Typo fixed; prefered->preferred.
8704
8705 * map-ynp.el (map-y-or-n-p): Don't inherit the current input
8706 method in read-event.
8707
8708 * international/mule.el (charset-info): Doc-string fixed.
8709
8710 1999-05-25 Ken'ichi Handa <handa@gnu.org>
8711
8712 * mail/smtpmail.el (smtpmail-send-it): Bind
8713 smtpmail-code-conv-from properly.
8714 (smtpmail-send-data-1): If DATA is a multibyte string, encode it
8715 by smtpmail-code-conv-from.
8716
8717 1999-05-24 Richard Stallman <rms@gnu.org>
8718
8719 * emulation/crisp.el (crisp-submit-bug-report): Function deleted.
8720 Binding deleted also.
8721
8722 1999-05-24 Karl Heuer <kwzh@gnu.org>
8723
8724 * comint.el (comint-bol-or-process-mark): Doc fix.
8725
8726 1999-05-23 Dave Love <fx@gnu.org>
8727
8728 * emulation/crisp.el (crisp-mode-map): Don't inherit global-map.
8729 Enter it on minor-mode-map-alist.
8730 (crisp-mode): Re-named from `crsip-mode-enabled'. Users changed.
8731 Autoload. Add custom setter.
8732 (crisp-mark-line): Doc fix.
8733 (crisp-mode): Autoload. Re-write not to frob keymaps directly.
8734 (crisp-mode-hook): Define.
8735
8736 1999-05-23 Ken'ichi Handa <handa@gnu.org>
8737
8738 * files.el (recover-file): Recover buffer-file-coding-system.
8739
8740 1999-05-22 Richard Stallman <rms@gnu.org>
8741
8742 * vc.el (vc-dired-mode): Make the dired-move-to-filename-regexp
8743 regexp match the date, to avoid treating date as file size.
8744 Add YYYY S option to WESTERN/
8745
8746 * bookmark.el: Delete some XEmacs compatibility code.
8747 (bookmark-jump-noselect): Check vc-backend.
8748
8749 * subr.el (add-to-list): Doc fix.
8750
8751 1999-05-21 Stephen Eglen <stephen@gnu.org>
8752
8753 * diary-lib.el (diary-mail-entries): Use fancy-diary-buffer.
8754
8755 1999-05-18 Richard Stallman <rms@gnu.org>
8756
8757 * textmodes/texinfmt.el (texinfo-anchor): Don't delete a
8758 non-space after the @anchor command.
8759 (texinfo-format-var): Handle other nested constructs, using
8760 texinfo-parse-expanded-arg and texinfo-discard-command, not
8761 texinfo-parse-arg-discard.
8762
8763 * emacs-lisp/debug.el (debugger-outer-inhibit-redisplay): New variable.
8764 (debug): Bind and use debugger-outer-inhibit-redisplay.
8765 Bind inhibit-redisplay to nil.
8766 (debugger-env-macro): Treat inhibit-redisplay like other outside vars.
8767
8768 1999-05-17 Dave Love <fx@gnu.org>
8769
8770 * help.el (describe-function-1): Extra arg, interactive-p.
8771 (describe-key, describe-function): Use it.
8772
8773 1999-05-17 Karl Heuer <kwzh@gnu.org>
8774
8775 * ispell.el (ispell-local-dictionary-alist): Add autoload cookie.
8776
8777 1999-05-16 Dave Love <fx@gnu.org>
8778
8779 * cus-start.el (all): Delete selective-display. Add scroll-margin,
8780 scroll-preserve-screen-position, scroll-conservatively.
8781
8782 1999-05-16 Dave Love <fx@gnu.org>
8783
8784 * emacs-lisp/byte-opt.el (byte-optimize-plus): Fix 1-arg case.
8785
8786 1999-05-15 Reto Zimmermann <reto@Synopsys.COM>
8787
8788 * progmodes/vhdl-mode.el: Completely revised and massively extended.
8789
8790 1999-05-15 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8791
8792 * progmodes/sh-script.el (sh-mode): Do not fail if buffer has no
8793 magic number and is not associated with a file.
8794
8795 1999-05-14 Richard M. Stallman <rms@gnu.org>
8796
8797 * files.el (find-file-noselect-1): Fix previous change.
8798
8799 1999-05-14 Simon Marshall <simon@gnu.org>
8800
8801 * fast-lock.el (fast-lock-cache-name): Fix test for `windows-nt'.
8802
8803 1999-05-13 Ken'ichi Handa <handa@gnu.org>
8804
8805 * international/mule-diag.el (mule-diag): Change MULE to Mule in
8806 docstring.
8807
8808 * international/mule-cmds.el: Change MULE to Mule in docstrings
8809 and menus.
8810
8811 1999-05-10 Kenichi HANDA <handa@etl.go.jp>
8812
8813 * ps-mule.el (ps-mule-prologue): Fix the definition of DefFontMule
8814 to correctly reflect the value of BaseLineOffset in
8815 RelativeCompose. Now the value of RelativeCompose is an array of
8816 low and high positions.
8817 (ps-mule-cmpchar-prologue): Adjust the definition of BC, EC, and
8818 RLC for the above change.
8819
8820 1995-05-11 Joel N. Weber II <devnull@melange.gnu.org>
8821
8822 * comint.el (comint-password-prompt-regexp): Modified to match the
8823 output of ksu and ssh-add.
8824
8825 1999-05-11 Kenichi HANDA <handa@etl.go.jp>
8826
8827 * language/korea-util.el (isearch-toggle-korean-input-method):
8828 Adjusted for the change of input method handling in isearch.el.
8829 (isearch-hangul-switch-symbol-ksc): Likewise.
8830 (isearch-hangul-switch-hanja): Likewise.
8831
8832 1999-05-10 Dave Love <fx@gnu.org>
8833
8834 * help.el (help-make-xrefs): Fix typo.
8835
8836 1999-05-10 Andreas Schwab <schwab@gnu.org>
8837
8838 * emacs-lisp/byte-opt.el (byte-boolean-vars): Add
8839 unibyte-display-via-language-environment.
8840
8841 * help.el (help-make-xrefs): Handle more cases when looking for
8842 commands in a keymap description.
8843
8844 1999-05-10 Eli Zaretskii <eliz@gnu.org>
8845
8846 * loadup.el: For ms-dos systems, load ccl and codepage.
8847
8848 1999-05-09 Ken'ichi Handa <handa@gnu.org>
8849
8850 * ps-print.el (ps-control-character): Call
8851 ps-mule-prepare-ascii-font to setup ASCII fonts.
8852
8853 * ps-mule.el (ps-mule-begin-job): Redo this change "if
8854 ps-multibyte-buffer is nil, use
8855 ps-mule-font-info-database-default."
8856
8857 1999-05-08 Ken Stevens <k.stevens@ieee.org>
8858
8859 * ispell.el (ispell-local-dictionary-alist): New variable for
8860 customizing local dictionaries not accessable by everyone.
8861 (ispell-dictionary-alist): Loads `ispell-local-dictionary-alist'.
8862 (ispell-required-version): Changed format `(major minor
8863 revision)' to support general pattern matching.
8864 (ispell-tex-skip-alists): AMS Tex block comment and `\author'
8865 skip region commented out due to incorrect skip potential in std latex.
8866 (ispell-word): Removed `when' macro. Fixed bug of not restoring
8867 cursor point on small words for calls from `ispell-minor-mode'.
8868 (check-ispell-version): Tests and accepts versions major.minor
8869 and above, with adjustments for interactions in 3.1.0-3.1.11.
8870 (ispell-get-line): No longer skips ispell process special characters.
8871 (ispell-comments-and-strings): Removed `when' macro call.
8872 (ispell-minor-check): Requires ispell-word to restore cursor point.
8873 (ispell-buffer-local-parsing): Supports checking comments only.
8874
8875 1999-05-08 Karl Heuer <kwzh@gnu.org>
8876
8877 * comint.el (comint-password-prompt-regexp): Fix last change to be
8878 more specific.
8879
8880 1999-05-07 Richard M. Stallman <rms@gnu.org>
8881
8882 * subr.el (with-temp-message): Fix the other call to message
8883 to use %s.
8884
8885 1999-05-07 Michael Ernst <mernst@alum.mit.edu>
8886
8887 * gud.el (gud-format-command): "%F" means file sans extension.
8888 (jdb): Use %F, not %f, for gud-break.
8889
8890 1999-05-07 Joel N. Weber II <devnull@melange.gnu.org>
8891
8892 * comint.el (comint-password-prompt-regexp): Modified so that it
8893 matches the output of kinit.
8894
8895 1999-05-06 Greg Stark <gsstark@mit.edu>
8896
8897 * timezone.el (timezone-parse-date): Recognize new format used in
8898 internet cookies.
8899
8900 1999-05-04 Tudor Hulubei <tudor@cs.unh.edu>
8901
8902 * international/iso-acc.el (iso-languages): Add latin-2 cedillas.
8903
8904 1999-05-04 Andrew Innes <andrewi@gnu.org>
8905
8906 * time.el (display-time-update): Allow for wrap-around when
8907 checking against display-time-server-down-time.
8908
8909 1999-05-04 Ken'ichi Handa <handa@gnu.org>
8910
8911 * international/mule-diag.el (describe-coding-system): Fix English
8912 message.
8913
8914 1999-05-03 Jason Rumney <jasonr@altavista.net>
8915
8916 * term/w32-win.el: Change the x-charset-registry property for the
8917 Japanese charsets that are supported by Japanese Windows fonts.
8918
8919 1999-05-03 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8920
8921 * diary-lib.el (diary-remind): Rewritten to behave sensibly for
8922 diary-block diary entries for which the reminders and the diary
8923 entries can overlap.
8924
8925 1999-05-02 Jason Rumney <jasonr@altavista.net>
8926
8927 * term/w32-win.el (mouse-set-font): Ensure constructed fontset
8928 matches the font selected in the dialog.
8929
8930 1999-05-02 Dave Love <fx@gnu.org>
8931
8932 * browse-url.el (browse-url-browser-function): Add :version.
8933
8934 * international/mule.el (auto-coding-alist): Add .tgz.
8935
8936 1999-05-2 Eli Zaretskii <eliz@is.elta.co.il>
8937
8938 * international/codepage.el (cp-coding-system-for-codepage-1):
8939 Make the magnification parameter for the -dos encoder be 2.
8940
8941 1999-05-2 Andrew Innes <andrewi@gnu.org>
8942
8943 * term/w32-win.el (w32-drag-n-drop): Select file in window where
8944 it is dropped, rather than current window.
8945
8946 * mail/smtpmail.el (smtpmail-deduce-address-list): Bind variables
8947 after switching buffer, as case-fold-search is a buffer local
8948 variable.
8949
8950 * w32-fns.el (convert-standard-filename): Only convert directory
8951 separators to backslash if the interactive shell is one of the
8952 standard Windows shells that has DOS semantics.
8953
8954 * ls-lisp.el (ls-lisp-format-time): Trap errors from
8955 format-time-string, and return a suitable string to indicate the
8956 timestamp was invalid.
8957
8958 * hexl.el (hexlify-command): Apply shell-quote-argument after
8959 expanding hexl-program in case exec-directory contains a space.
8960 (dehexlify-command): Ditto.
8961
8962 * dos-w32.el (file-name-buffer-file-type-alist): Remove various
8963 file extension regexps which aren't necessarily binary files.
8964 (direct-print-region-helper): Use subst-char-in-string instead of
8965 binding directory-sep-char to convert filenames to DOS syntax.
8966 (direct-print-region-use-command-dot-com): New variable.
8967 (direct-print-region-helper): Use it to control whether to invoked
8968 command.com to print on Windows 9x.
8969
8970 * browse-url.el (browse-url-browser-function): Default to
8971 browse-url-default-windows-browser on windows-nt.
8972 (browse-url-default-windows-browser): New function.
8973
8974 1999-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8975
8976 * forms.el (forms-mode): Don't call forms-first-record or
8977 forms-last-record if the data file has zero records.
8978
8979 1999-04-29 Richard M. Stallman <rms@gnu.org>
8980
8981 * files.el (find-file-noselect-1): If buffer-file-name has changed
8982 after find-file-not-found-hooks runs, recompute the truename.
8983 And don't use FILENAME after that point.
8984
8985 1999-04-27 Dave Love <fx@gnu.org>
8986
8987 * paren.el (show-paren-mode)
8988 * which-func.el (which-func-mode-global)
8989 * type-break.el (type-break-mode)
8990 * time.el (display-time-mode)
8991 * rsz-mini.el (resize-minibuffer-mode)
8992 * mouse-sel.el (mouse-sel-mode)
8993 * icomplete.el (icomplete-mode)
8994 * hscroll.el (hscroll-global-mode)
8995 * help.el (temp-buffer-resize-mode)
8996 * font-lock.el (global-font-lock-mode)
8997 * delsel.el (delete-selection-mode)
8998 * avoid.el (mouse-avoidance-mode)
8999 * autoinsert.el (auto-insert-mode)
9000 * winner.el (winner-mode): Doc fix.
9001
9002 1999-04-26 Karl Heuer <kwzh@gnu.org>
9003
9004 * mail/rmail.el (rmail-next-same-subject): When searching, ignore
9005 the same whitespace that was ignored in choosing the subject string.
9006
9007 1999-04-26 Richard M. Stallman <rms@gnu.org>
9008
9009 * info.el (Info-find-node): Position properly after finding anchor.
9010
9011 * cus-start.el (all): Handle unibyte-display-via-language-environment.
9012
9013 * simple.el (indent-new-comment-line): Fix previous change.
9014
9015 * complete.el: Delete the wildcard expansion feature
9016 since that is now standard in find-file.
9017 (PC-try-load-many-files): Function deleted.
9018 (PC-after-load-many-files): Function deleted.
9019 (PC-many-files-list): Variable deleted.
9020 (PC-disable-wildcards): Variable deleted.
9021 (partial-completion-mode): Don't enable the wildcard feature.
9022
9023 * complete.el (PC-look-for-include-file): Don't set global variables
9024 `error', `buf' and `filename' here.
9025
9026 * mail/sendmail.el (mail-sent-via): Use copy-marker not make-marker.
9027
9028 1999-04-26 John Wiegley <johnw@oneworld.new-era.com>
9029
9030 * textmodes/outline.el (outline-regexp): Doc fix.
9031
9032 1999-04-26 John Wiegley <johnw@borland.com>
9033
9034 * progmodes/compile.el (compilation-error-regexp-alist): Recognize
9035 C++Builder 4.0 error message syntax.
9036
9037 1999-04-26 Mark Diekhans <markd@Grizzly.COM>
9038
9039 * progmodes/compile.el (grep-compute-defaults): If xargs -e isn't
9040 supported, use find -exec.
9041
9042 1999-04-26 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9043
9044 * textmodes/texinfmt.el (texinfo-format-buffer): Bind
9045 coding-system-for-write, to avoid hanging when non-interactive.
9046
9047 1999-04-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
9048
9049 * textmodes/bibtex.el (bibtex-reference-head): Allow entries to
9050 start with a newline.
9051
9052 1999-04-13 Ken'ichi Handa <handa@gnu.org>
9053
9054 * international/mule-conf.el (x-ctext): New coding system.
9055
9056 1999-04-12 Richard M. Stallman <rms@gnu.org>
9057
9058 * international/mule-cmds.el (input-method-function):
9059 Add permanent-local property.
9060
9061 1999-04-12 Dave Love <fx@gnu.org>
9062
9063 * jka-compr.el (jka-compr-insert-file-contents): Fix previous
9064 change to use jka-compr-byte-compiler-base-file-name.
9065
9066 * supercite.el (sc-scan-info-alist): Revert last change.
9067 (sc-attrib-selection-list): Fix :type here instead.
9068
9069 1999-04-11 Eli Zaretskii <eliz@gnu.org>
9070
9071 * international/mule.el (auto-coding-alist-lookup): Include ms-dos
9072 in the list of case-insensitive filesystems.
9073
9074 1999-04-09 Kenichi Handa <handa@etl.go.jp>
9075
9076 * international/fontset.el (create-fontset-from-fontset-spec):
9077 Don't register duplicated alias fontset names.
9078
9079 1999-04-08 Richard Stallman <rms@gnu.org>
9080
9081 * international/mule.el (auto-coding-alist-lookup): New function.
9082 (set-auto-coding): Use auto-coding-alist-lookup.
9083
9084 * jka-compr.el (jka-compr-insert-file-contents):
9085 Use auto-coding-alist-lookup to check for files that
9086 should not have eol conversion, in the unibyte case.
9087
9088 1999-04-07 Dave Love <fx@gnu.org>
9089
9090 * help.el (describe-variable): Check custom-loads property as well
9091 as custom-type.
9092
9093 * abbrev.el (abbrev-mode): Customizing sets the default value.
9094
9095 1999-04-08 Andre Spiegel <spiegel@inf.fu-berlin.de>
9096
9097 * vc.el (vc-backend-revert): For CVS files that were made
9098 writeable with "cvs edit", call "cvs unedit" to undo that.
9099
9100 1999-04-08 Dave Love <fx@gnu.org>
9101
9102 * mail/supercite.el: (sc-attrib-selection-list): Fix custom type
9103 more.
9104 (sc-emacs-features): Recognize Emacs 20.
9105 (sc-read-string): Use history arg.
9106 (sc-scan-info-alist): Check for rtnvalue a cons.
9107
9108 1999-04-08 Kenichi HANDA <handa@etl.go.jp>
9109
9110 * gnus/gnus-mule.el (gnus-mule-message-send-mail-function): Find a
9111 coding system to encode the message by
9112 select-message-coding-system.
9113
9114 1999-04-07 Richard Stallman <rms@gnu.org>
9115
9116 * progmodes/sql.el (sql-send-paragraph): Delete duplicate definition.
9117
9118 * winner.el: Reorder definitions.
9119
9120 * mail/mh-utils.el (mh-find-progs): Try /etc/nmh and lib/nmh dirs.
9121
9122 * mail/rmail.el (rmail-decode-babyl-format):
9123 Undo previous change.
9124
9125 1999-04-06 Richard Stallman <rms@gnu.org>
9126
9127 * info.el (Info-find-node): Check for an anchor at the
9128 proper place, before reading an indirect file.
9129
9130 * imenu.el (imenu--mouse-menu): Use assq when searching in FINAL.
9131
9132 * jka-compr.el (jka-compr-insert-file-contents):
9133 Use raw-text-unix when we want no conversion.
9134
9135 1999-04-06 Thierry Emery <Thierry.Emery@nmu.alcatel.fr>
9136
9137 * timezone.el (timezone-parse-date): Corrected regexp for
9138 style (5) date format so that tenths of seconds are optional.
9139
9140 1999-04-05 Eli Zaretskii <eliz@gnu.org>
9141
9142 * term/internal.el (dos-cpNNN-setup): New function, with the guts
9143 of dos-codepage-setup.
9144 (cjk-codepages-alist): New variable, an alist of Far-Eastern
9145 codepages for which there's no need to set up cpNNN coding
9146 systems.
9147 (dos-codepage-setup): Support Far-Eastern DOS terminals.
9148
9149 1999-04-05 Richard Stallman <rms@gnu.org>
9150
9151 * mail/rmail.el (rmail-ignored-headers): Doc fix.
9152
9153 1999-04-02 Richard Stallman <rms@gnu.org>
9154
9155 * progmodes/compile.el (compilation-handle-exit): Do right thing
9156 if (car status) doesn't end in a newline.
9157
9158 1999-04-01 Dave Love <fx@gnu.org>
9159
9160 * progmodes/sql.el (SQL): Add defgroup :version.
9161
9162 1999-03-31 Richard M. Stallman <rms@caffeine.ai.mit.edu>
9163
9164 * emacs-lisp/bytecomp.el (byte-compile-file): Clear
9165 buffer-file-coding-system. If the coding system used is raw-text,
9166 etc., make the *Compiler Input* buffer unibyte.
9167
9168 * international/mule.el (find-new-buffer-file-coding-system): Doc fix.
9169
9170 * loadup.el: Don't write the fns-...el file if not dumping.
9171
9172 1999-03-31 Dave Love <fx@gnu.org>
9173
9174 * snmp-mode.el (snmp): Fix defgroup :version.
9175
9176 * hilit-chg.el (highlight-changes): Add defgroup :version.
9177
9178 1999-03-31 Andreas Schwab <schwab@gnu.org>
9179
9180 * gnus/gnus-sum.el (gnus-data-compute-positions): Move down after
9181 the gnus-save-hidden-threads macro.
9182
9183 1999-03-30 Per Abrahamsen <abraham@dina.kvl.dk>
9184
9185 * faces.el (face-set-after-frame-default): Obey the
9186 `customized-face' for new faces.
9187
9188 1999-03-30 Dave Love <fx@gnu.org>
9189
9190 * international/mule-cmds.el (current-language-environment): Doc fix.
9191 * abbrev.el (abbrev-mode): Doc fix.
9192 * autoinsert.el (auto-insert-mode): Doc fix.
9193 * complete.el (partial-completion-mode): Doc fix.
9194 * avoid.el (mouse-avoidance-mode): Doc fix.
9195 * delsel.el (delete-selection-mode): Doc fix.
9196 * font-lock.el (global-font-lock-mode): Doc fix.
9197 * help.el (temp-buffer-resize-mode): Doc fix.
9198 * hscroll.el (hscroll-global-mode): Doc fix.
9199 * icomplete.el (icomplete-mode): Doc fix.
9200 * mouse-sel.el (mouse-sel-mode): Doc fix.
9201 * paren.el (show-paren-mode): Doc fix.
9202 * rsz-mini.el (resize-minibuffer-mode): Doc fix.
9203 * time.el (display-time-mode): Doc fix.
9204 * type-break.el (type-break-mode): Doc fix.
9205 * which-func.el (which-func-mode-global): Doc fix.
9206 * winner.el (winner-mode): Doc fix.
9207
9208 1999-03-30 Michael Ernst <mernst@alum.mit.edu>
9209
9210 * wid-edit.el (widget-before-change): Signal text-read-only rather
9211 than an ordinary error.
9212
9213 1999-03-30 Richard M. Stallman <rms@gnu.org>
9214
9215 * repeat.el: Don't require advice.
9216 (repeat): Do function-indirection in check for kbd macro.
9217 In self-insert case, use the *last* char in INSERTION.
9218
9219 1999-03-30 Karl Heuer <kwzh@gnu.org>
9220
9221 * progmodes/cc-cmds.el (c-indent-command): Doc fix.
9222
9223 1999-03-29 Andreas Schwab <schwab@gnu.org>
9224
9225 * textmodes/tex-mode.el (tex-start-shell): Use add-hook for
9226 comint-input-filter-functions. Make variables related to shell
9227 directory tracking local.
9228
9229 1999-03-26 Andreas Schwab <schwab@gnu.org>
9230
9231 * emacs-lisp/debug.el (debug): Make *Backtrace* buffer writable.
9232
9233 * simple.el (shell-command-on-region): Cope with exit-status being
9234 nil, which happens if call-process-region was interrupted.
9235
9236 1999-03-26 Richard M. Stallman <rms@gnu.org>
9237
9238 * simple.el (indent-new-comment-line): Handle use at a point
9239 after a comment-end. Handle multiple comments.
9240
9241 * mail/rmail.el (rmail-decode-babyl-format):
9242 To prevent locking, bind buffer-file-name to nil.
9243
9244 1999-03-26 Karl Fogel <kfogel@red-bean.com>
9245
9246 * mail-hist.el (mail-hist-current-header-name): Don't make
9247 off-by-one-error when determining if in message body.
9248
9249 1999-03-25 Andrew Innes <andrewi@gnu.org>
9250
9251 * w32-fns.el (set-default-process-coding-system): Copied from
9252 dos-w32.el, but modified to use Unix line endings for process
9253 input, and to add a suitable entry to process-coding-system-alist
9254 for DOS shells.
9255
9256 * dos-fns.el (set-default-process-coding-system): Copied from
9257 dos-w32.el.
9258
9259 * dos-w32.el (set-default-process-coding-system): Move function to
9260 dos-fns.el; a different version is used in w32-fns.el.
9261
9262 1999-03-24 Dave Love <fx@gnu.org>
9263
9264 * info.el (Info-directory-list): Revert change to re-writing
9265 Info-default-directory-list, but put `alternative' first.
9266 (Info-insert-dir): Modify selecting the top dir file as a consequence.
9267
9268 1999-03-23 Simon Marshall <simon@gnu.org>
9269
9270 * font-lock.el (c-font-lock-keywords-2): Only fontify a label if it is
9271 on the line by itself.
9272 (java-font-lock-keywords-2): Likewise. Don't fontify a class name if
9273 it is not in a declarative context.
9274
9275 1999-03-22 Per Abrahamsen <abraham@dina.kvl.dk>
9276
9277 * cus-edit.el (custom-variable-prompt): Allow customization of
9278 autoloaded symbols.
9279
9280 1999-03-22 Kenichi HANDA <handa@etl.go.jp>
9281
9282 * simple.el (what-cursor-position): Don't cause error when point
9283 is at invalid multibyte sequence.
9284
9285 1999-03-21 Karl Heuer <kwzh@gnu.org>
9286
9287 * complete.el (partial-completion-mode): Doc fix.
9288
9289 1999-03-19 Richard M. Stallman <rms@gnu.org>
9290
9291 * progmodes/cplus-md.el (old-c++): Remove :group.
9292
9293 * progmodes/c-mode.el (old-c): Remove :group.
9294
9295 1999-03-18 Simon Marshall <simon@gnu.org>
9296
9297 * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
9298 (java-font-lock-keywords-2): Added "strictfp" keyword.
9299
9300 1999-03-17 Jason Rumney <jasonr@altavista.net>
9301
9302 * w32-fns.el (set-w32-system-coding-system) New function.
9303 (w32-system-coding-system) Initialize to 'iso-latin-1.
9304
9305 1999-03-17 Eli Zaretskii <eliz@gnu.org>
9306
9307 * international/mule-cmds.el (set-language-environment): Fix
9308 previous change: don't use dos-codepage when unbound.
9309
9310 1999-03-17 Karl Heuer <kwzh@gnu.org>
9311
9312 * calendar/appt.el (appt-make-list): Fix previous change.
9313
9314 1999-03-16 Richard M. Stallman <rms@gnu.org>
9315
9316 * window.el (shrink-window-if-larger-than-buffer):
9317 Don't try to redisplay with the cursor at the end
9318 on its own line--that would force a scroll and spoil things.
9319
9320 1999-03-16 Eli Zaretskii <eliz@gnu.org>
9321
9322 * international/mule-cmds.el (set-language-environment): Don't use
9323 cpNNN-nonascii-translation-table if it is unbound.
9324
9325 * term/internal.el (dos-codepage-setup): Compute the unibyte
9326 syntax table and bind unibyte-display-via-language-environment
9327 here, rather than at top level, so that resetting to unibyte in
9328 .emacs works as expected.
9329
9330 1999-03-15 Simon Marshall <simon@gnu.org>
9331
9332 * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
9333
9334 1999-03-14 Milan Zamazal <pdm@pvt.net>
9335
9336 * abbrev.el (inverse-add-abbrev): Inherit the current input method.
9337
9338 1999-03-14 Kenichi Handa <handa@etl.go.jp>
9339
9340 * international/mule-util.el (detect-coding-with-priority):
9341 Restore the internal database.
9342
9343 1999-03-14 Stephen Eglen <stephen@gnu.org>
9344
9345 * mail/sendmail.el (sendmail-send-it): Fix typo in error string
9346 if mail-from-style has invalid value.
9347
9348 1999-03-12 Karl Heuer <kwzh@gnu.org>
9349
9350 * vc.el (vc-delete-logbuf-window): New var.
9351 (vc-finish-logentry): Use it.
9352
9353 1999-03-12 Richard M. Stallman <rms@gnu.org>
9354
9355 * startup.el (command-line-1): Improve startup msg.
9356
9357 1999-03-12 Eric M. Ludlam <zappo@ultranet.com>
9358
9359 * speedbar.el: Added commentary about stealthy functions.
9360 (speedbar-message) new function.
9361 (speedbar-y-or-n-p): New function
9362 (speedbar-with-attached-buffer) Moved macro before reference.
9363 Now uses `save-selected-window'.
9364 (speedbar-mouse-hscroll, speedbar-track-mouse, speedbar-refresh,
9365 speedbar-generic-item-info, speedbar-item-info-file-helper,
9366 speedbar-item-delete, speedbar-insert-generic-list,
9367 speedbar-timer-fn, speedbar-check-vc-this-line,
9368 speedbar-check-obj-this-line, speedbar-fetch-dynaic-etags,
9369 speedbar-buffers-item-info) Use speedbar-message.
9370 (speedbar-item-info) Limit `message-log-max'.
9371 (speedbar-item-load, speedbar-item-copy, speedbar-item-rename,
9372 speedbar-item-delete, speedbar-item-object-delete,
9373 speedbar-buffer-kill-buffer) Use speedbar-y-or-n-p.
9374
9375 1999-03-10 Kenichi Handa <handa@mulelab.etl.go.jp>
9376
9377 * server.el (server-start): Set coding system for the server
9378 process to raw-text.
9379 (server-process-filter): Decode file names if necessary.
9380
9381 1999-03-12 Dave Love <fx@gnu.org>
9382
9383 * textmodes/fill.el (sentence-end-double-space): Doc fix.
9384
9385 * textmodes/paragraphs.el (sentence-end): Doc fix.
9386
9387 1999-03-11 Karl Heuer <kwzh@gnu.org>
9388
9389 * comint.el (comint-password-prompt-regexp): Accept "login password:"
9390
9391 1999-03-09 Karl Heuer <kwzh@gnu.org>
9392
9393 * ispell.el (ispell-dictionary-alist-1): Shorten autoloaded line.
9394 (ispell-dictionary-alist-2): Likewise.
9395 (ispell-dictionary-alist-3, ispell-dictionary-alist-4): New vars.
9396 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): New vars.
9397 (ispell-dictionary-alist): Build from six pieces, not just two.
9398
9399 * ps-bdf.el (bdf-directory-list): Doc fix.
9400
9401 * enriched.el (enriched-mode): Make var permanent-local.
9402
9403 1999-03-09 Dave Love <fx@gnu.org>
9404
9405 * textmodes/sgml-mode.el (html-mode): Use
9406 sentence-end-double-space when setting sentence-end.
9407
9408 1999-03-09 Ken'ichi Handa <handa@gnu.org>
9409
9410 * language/thai.el (tis-620): New alias coding system for thai-tis620.
9411
9412 1999-03-08 Felix Lee <flee@cygnus.com>
9413
9414 * textmodes/flyspell.el (flyspell-mode-on): Use change-major-mode-hook.
9415
9416 * textmodes/outline.el (outline-back-to-heading): Fix invisible-ok.
9417
9418 1999-03-08 Karl Heuer <kwzh@gnu.org>
9419
9420 * dired-aux.el (dired-do-copy-regexp): Doc fix.
9421 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9422
9423 * dired.el (dired-do-copy-regexp): Doc fix.
9424 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
9425
9426 1999-03-08 Roger Breitenstein <roger.breitenstein@starfish.com>
9427
9428 * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
9429
9430 1999-03-08 Jason Rumney <jasonr@altavista.net>
9431
9432 * international/codepage.el (cp1250-decode-table)
9433 (cp1251-decode-table, cp1253-decode-table)
9434 (cp1257-decode-table): New translation tables for MS Windows codepages.
9435 (cp-make-coding-systems-for-codepage): Accept 4 digit codepages.
9436
9437 1999-03-07 Yoshiki Hayashi <g740685@komaba.ecc.u-tokyo.ac.jp>
9438
9439 * textmodes/texinfmt.el (texinfo-append-refill): Check @c correctly.
9440
9441 1999-03-07 Eli Zaretskii <eliz@gnu.org>
9442
9443 * ps-bdf.el (bdf-directory-list): Different value for ms-dos.
9444
9445 * term/internal.el (top level): Display character 255 as 8bit as well.
9446
9447 1999-03-06 Dave Love <fx@gnu.org>
9448
9449 * progmodes/cc-cmds.el (c-outline-level): Bind
9450 buffer-invisibility-spec.
9451
9452 * progmodes/c-mode.el (c-outline-level): Likewise.
9453
9454 * progmodes/ada-mode.el (ada-outline-level): Likewise.
9455
9456 1999-03-05 Felix Lee <flee@cygnus.com>
9457
9458 * textmodes/outline.el (outline-get-last-sibling): Doc fix.
9459
9460 1999-03-05 Richard M. Stallman <rms@gnu.org>
9461
9462 * bindings.el (complete-symbol): Invert meaning of prefix arg.
9463
9464 1999-03-05 Andrew Innes <andrewi@gnu.org>
9465
9466 * w32-fns.el (convert-standard-filename): Convert directory
9467 separators to Windows format.
9468
9469 1999-03-05 Andreas Schwab <schwab@gnu.org>
9470
9471 * international/skkdic-cnv.el: Provide skkdic-cnv.
9472 (skkdic-convert): Emit code to require skkdic-cnv at compile time.
9473 (batch-skkdic-convert): Doc fix.
9474
9475 1999-03-04 Dave Love <fx@gnu.org>
9476
9477 * custom.el (custom-set-variables): Protect against setter errors.
9478
9479 1999-03-04 Eli Zaretskii <eliz@gnu.org>
9480
9481 * ls-lisp.el (ls-lisp-insert-directory): Protect the sum total of
9482 the file sizes from overflowing.
9483 (ls-lisp-format): If file size is a float, use %8.0f to print it.
9484 Under -s, print the size in blocks with %4.0f, in case they have
9485 a *really* huge file.
9486
9487 1999-03-03 Dave Love <fx@gnu.org>
9488
9489 * options.el (edit-options): Doc fix.
9490 (list-options): Don't lose with unbound symbols. Maintain
9491 Edit-options-mode.
9492
9493 1999-03-01 Dave Love <fx@gnu.org>
9494
9495 * mail/supercite.el (sc-attrib-selection-list): Fix custom type.
9496
9497 1999-02-28 Richard M. Stallman <rms@gnu.org>
9498
9499 * ispell.el (ispell-dictionary-alist-override): New variable.
9500 (ispell-dictionary-alist): Don't setq it,
9501 if ispell-dictionary-alist-override is set.
9502
9503 * simple.el (shell-command-default-error-buffer): Renamed from
9504 shell-command-on-region-default-error-buffer.
9505 (shell-command-on-region): Mention in echo area when there
9506 is some error output. Mention success or failure, too.
9507 Accumulate multiple error outputs
9508 going forward, with formfeed in between. Display the error buffer
9509 when we have put something in it.
9510 (shell-command): Add the ERROR-BUFFER argument feature.
9511
9512 1999-02-28 Karl Heuer <kwzh@gnu.org>
9513
9514 * mail/mh-utils.el (mh-lib): Doc fix.
9515 (mh-lib-progs, mh-nmh-p): New vars.
9516 (mh-find-progs): Set mh-lib-progs along with other vars.
9517 (mh-path-search): New arg FUNC-P; if specified, use that instead
9518 of mh-file-command-p.
9519 (mh-install, mh-exec-lib-cmd-output): Use mh-lib-progs.
9520
9521 * mail/mh-comp.el (mh-repl-formfile): New var.
9522 (mh-smail-batch): Don't ignore all arguments.
9523 (mh-reply): Do the right thing when using nmh.
9524
9525 1999-02-27 Kenichi Handa <handa@etl.go.jp>
9526
9527 * international/mule-cmds.el (select-safe-coding-system): Be sure
9528 to show a buffer being decoded.
9529
9530 1999-02-26 Ken'ichi Handa <handa@gnu.org>
9531
9532 * ps-bdf.el (bdf-directory-list): Initialize it to
9533 '("/usr/local/share/emacs/fonts/bdf").
9534
9535 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9536
9537 * ps-print.el: PostScript programming fix.
9538 (ps-print-prologue-1): Fix BeginDoc PostScript procedure (don't use
9539 setpagedevice operator).
9540
9541 1999-02-25 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9542
9543 * ps-print.el: Doc fix, font size specifies landscape and portrait
9544 sizes.
9545 (ps-print-version): New version number (4.1.4).
9546 (ps-font-size, ps-header-font-size, ps-header-title-font-size):
9547 Specifies landscape and portrait sizes.
9548 (ps-setup, ps-print-quote, ps-line-lengths-internal, ps-nb-pages)
9549 (ps-get-page-dimensions, ps-begin-file, ps-begin-job, ps-generate): Fun
9550 fix.
9551 (ps-get-font-size): New fun.
9552 (ps-font-size-internal, ps-header-font-size-internal)
9553 (ps-header-title-font-size-internal): New vars.
9554
9555 * ps-mule.el: Change of ps-print font size variable name.
9556 (ps-mule-generate-font): Fun fix.
9557 (ps-mule-begin-job): Programming uniformization.
9558
9559 1999-02-25 Dave Love <fx@gnu.org>
9560
9561 * help.el (help-xref-info-regexp): Allow linebreaks and capital.
9562 (help-make-xrefs): Do Info case first.
9563
9564 * repeat.el: Don't require advice.
9565 (repeat-last-kill-command): Variable deleted.
9566
9567 1999-02-25 Richard Stallman <rms@gnu.org>
9568
9569 * simple.el (shell-command-on-region): Don't go into the REPLACE = t
9570 case just because the current buffer is the output buffer.
9571
9572 1999-02-25 Kenichi Handa <handa@etl.go.jp>
9573
9574 * simple.el (what-cursor-position): To show the character's
9575 encoding, use encoded-string-description instead of information
9576 of chaset-origin-alist.
9577
9578 * international/mule-cmds.el (iso-2022-control-alist): New variable.
9579 (encoded-code-description): New function.
9580 (encoded-string-description): New function.
9581 (encode-coding-char): New function.
9582
9583 1999-02-25 Andrew Innes <andrewi@gnu.org>
9584
9585 * startup.el (command-line) [windows-nt]: Fix typo in regexp
9586 checking for .emacs[.el[c]].
9587
9588 1999-02-24 Richard Stallman <rms@gnu.org>
9589
9590 * help.el (describe-function-1): Don't print a whole lambda-function.
9591
9592 1999-02-23 Ken'ichi Handa <handa@gnu.org>
9593
9594 * international/encoded-kb.el (encoded-kbd-handle-8bit): Allow
9595 inputting ?\240.
9596
9597 1999-02-23 Karl Heuer <kwzh@gnu.org>
9598
9599 * term/vt100.el (vt100-wide-mode): Use defvar, not defconst.
9600
9601 * midnight.el (clean-buffer-list-kill-regexps): Doc fix.
9602 (clean-buffer-list-kill-buffer-names): Doc fix.
9603
9604 * gud.el (gud-jdb-massage-args): Spelling fix.
9605
9606 1999-02-23 Richard M. Stallman <rms@gnu.org>
9607
9608 * subr.el (with-temp-message): Use %s so % in old msg won't fool us.
9609
9610 1999-02-22 Eli Zaretskii <eliz@gnu.org>
9611
9612 * arc-mode.el (archive-set-buffer-as-visiting-file): Save
9613 excursion while calling set-auto-coding-function.
9614
9615 * play/handwrite.el (handwrite): Require ps-print, and use
9616 ps-printer-name and ps-lpr-command. Call ps-print-region-function
9617 if it's defined, instead of forking ps-lpr-command unconditionally.
9618
9619 1999-02-22 Kenichi Handa <handa@etl.go.jp>
9620
9621 * international/codepage.el (cp-coding-system-for-codepage-1): Put
9622 charset-origin-alist property to a coding system for the codepage.
9623
9624 * international/mule.el: Modify comment for charset-origin-alist
9625 property of a coding system.
9626
9627 * simple.el (what-cursor-position): charset-origin-alist property
9628 of a coding system may be a translation table or a symbol of which
9629 `translation-table' property is a translation table.
9630
9631 1999-02-21 Richard Stallman <rms@gnu.org>
9632
9633 * textmodes/sgml-mode.el (html-tag-alist): Add /head and /body
9634 to the "html" template.
9635
9636 1999-02-21 Peter Breton <pbreton@ne.mediaone.net>
9637
9638 * dirtrack.el (dirtrack): Added docstring. Now returns input.
9639
9640 1999-02-18 Peter Breton <pbreton@ne.mediaone.net>
9641
9642 * dirtrack.el (dirtrack): Check for the prompt in the input string
9643 instead of the buffer.
9644
9645 1999-02-18 Alex Schroeder <a.schroeder@bsiag.ch>
9646
9647 * sql.el: Set version to 1.4.1. Changed mail address to
9648 alex@gnu.org. Mention the mailing list sql.el@gnu.org.
9649 (sql-input-ring-separator): Doc fix.
9650 (sql-mode-syntax-table): double-dash starts comments is defined as
9651 ". 56" instead of ". 12b" for XEmacs.
9652 (sql-stop, sql-interactive-mode): Doc fixes.
9653 (sql-postgres): Queries for database and server, not just one.
9654 (sql-set-sqli-buffer): sql-set-sqli-hook must be quoted.
9655
9656 * sql.el (sql-set-sqli-hook): A hook run when sql-buffer is
9657 changed. This is needed for master.el to work.
9658 (sql-set-sqli-buffer): Use the new hook.
9659
9660 * sql.el (sql-make-alternate-buffer-name): Function that sets
9661 sql-alternate-buffer-name.
9662 (sql-alternate-buffer-name): Possible name of SQLi buffers.
9663 (sql-interactive-mode): Set sql-alternate-buffer-name.
9664 (sql-rename-buffer): New command.
9665 (sql-interactive-mode-menu): Menu for SQLi buffers.
9666
9667 * sql.el (sql-interactive-mode): Doc fix. sql-input-ring-separator
9668 and sql-input-ring-file-name are used to temporarily set
9669 comint-input-ring-file-name and comint-input-ring-separator when
9670 reading and writing input history files.
9671
9672 (sql-stop): Use sql-input-ring-separator and sql-input-ring-file-name.
9673 (sql-input-ring-file-name): New variable with customization.
9674 (sql-input-ring-separator): New variable with customization.
9675 (sql-set-sqli-buffer): Renamed from sql-change-sqli-buffer.
9676 Callers changed.
9677 (sql-show-sqli-buffer): The message for "sql-buffer is not set"
9678 now includes the name of the current buffer.
9679
9680 (sql-mode): Set paragraph-separate and paragraph-start so that
9681 sql-send-paragraph sends the entire SQL statements, even if it
9682 contains indented lines.
9683
9684 1999-02-18 Dave Love <fx@gnu.org>
9685
9686 * format.el (format-encode-run-method, format-decode-run-method):
9687 Fix previous change.
9688
9689 1999-02-18 Ken'ichi Handa <handa@gnu.org>
9690
9691 * international/mule.el (coding-system-list): Moved here from
9692 mule-util.el to avoid autoloading mule-util by the call of
9693 select-safe-coding-system.
9694
9695 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
9696
9697 * simple.el (turn-on-auto-fill): Mark it as an option for
9698 `text-mode-hook'.
9699
9700 1999-02-17 Richard Stallman <rms@gnu.org>
9701
9702 * emacs-lisp/easymenu.el (easy-menu-get-map):
9703 Don't crash if (current-local-map) is nil.
9704
9705 1999-02-17 Peter Breton <pbreton@ne.mediaone.net>
9706
9707 * filecache.el (file-cache-filter-regexps): Added .class.
9708
9709 1999-02-17 Ken'ichi Handa <handa@gnu.org>
9710
9711 * international/mule-util.el (decompose-region): Use
9712 insert-buffer-substring instead of insert-buffer to avoid putting
9713 mark.
9714
9715 1999-02-17 Andreas Schwab <schwab@gnu.org>
9716
9717 * calendar/cal-move.el (scroll-calendar-left): Don't set
9718 displayed-month and displayed-year here, let generate-calendar do
9719 it, after range checking.
9720
9721 1999-02-17 Simon Marshall <simon@gnu.org>
9722
9723 * progmodes/cc-engine.el (c-at-toplevel-p): New function.
9724
9725 * font-lock.el (c++-font-lock-keywords-3): Use it to distinguish
9726 correctly between an object declared via a constructor and a method.
9727 (font-lock-defaults-alist): Don't give `.' word syntax for Java.
9728 (java-font-lock-keywords-1): Fontify package names individually.
9729 (java-font-lock-extra-types): Ensure regexp matches capitalised only.
9730 (java-font-lock-keywords-2): Simplify type fontification.
9731 (java-font-lock-keywords-3): Likewise.
9732
9733 1999-02-17 Kenichi Handa <handa@etl.go.jp>
9734
9735 * language/japanese.el (iso-2022-jp-2): New coding system.
9736 ("Japanese"): Put iso-2022-jp-2 in coding-priority property.
9737
9738 1999-02-16 Dave Love <fx@gnu.org>
9739
9740 * help.el (describe-function-1): Accept non-symbols.
9741
9742 1999-02-16 Paul Eggert <eggert@twinsun.com>
9743
9744 * dired.el (dired-move-to-filename-regexp): Prepend .* so that we
9745 find the last match if there are multiple matches.
9746
9747 1999-02-16 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9748
9749 * tex-mode.el (tex-run-command, latex-run-command)
9750 (slitex-run-command, tex-command): Doc changes.
9751 (tex-start-options-string): Autoload it. Doc change. Provide
9752 a menu for customization. Allow nil. Quote backslashes only once.
9753 (tex-start-tex): Handle nil value of tex-start-options-string
9754 and apply shell-quote-argument to it.
9755
9756 1999-02-16 Eli Zaretskii <eliz@gnu.org>
9757
9758 * ls-lisp.el (ls-lisp-insert-directory): Call fceiling to round
9759 the size in blocks, since it can be a float.
9760 (ls-lisp-format): Likewise
9761
9762 1999-02-16 Ken'ichi Handa <handa@gnu.org>
9763
9764 * language/japanese.el (japanese-shift-jis): Add
9765 charset-origin-alist property.
9766
9767 1999-02-15 Richard Stallman <rms@gnu.org>
9768
9769 * progmodes/compile.el (compile-internal): Use save-selected-window.
9770
9771 * subr.el (momentary-string-display): Bind inhibit-read-only.
9772
9773 * speedbar.el (speedbar-item-info-tag-helper): Scan the whole line.
9774
9775 1999-02-15 Eli Zaretskii <eliz@is.elta.co.il>
9776
9777 * mail/rmail.el (rmail-show-message): If an unseen message has a
9778 Summary-line in its header, get past one more line before looking
9779 for the X-Coding-System header.
9780
9781 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
9782
9783 * makefile.nt (INSTALL): Copy the handful of uncompiled lisp files
9784 explicitly to accomodate Windows 9X lack of a useful copy program.
9785
9786 1999-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
9787
9788 * wid-edit.el (widget-choice-value-create): Use `equal'
9789 instead of `eq'.
9790
9791 1999-02-14 Richard Stallman <rms@gnu.org>
9792
9793 * international/iso-transl.el:
9794 (iso-transl-ae): Renamed from iso-transl-e-slash.
9795 (iso-transl-a-ring): Renamed from iso-transl-a-slash.
9796 (iso-transl-AE): Renamed from iso-transl-E-slash.
9797 (iso-transl-A-ring): Renamed from iso-transl-A-slash.
9798 (iso-transl-char-map): Related changes.
9799
9800 * format.el (format-replace-strings): Fix value of TO in REVERSE case.
9801
9802 1999-02-13 Richard Stallman <rms@gnu.org>
9803
9804 * textmodes/texinfmt.el (texinfo-alias): New function.
9805 (texinfo-fold-nodename-case): Add defvar.
9806 (texinfo-format-node): Do case folding if specified.
9807
9808 * ffap.el (ffap-file-at-point): Test local file names
9809 immediately. Strip off line numbers.
9810
9811 1999-02-12 Alex Schroeder <a.schroeder@bsiag.ch>
9812
9813 * sql.el: Set version to 1.3.2
9814 (sql-solid-program): Added support for solid.
9815 (sql-help): Doc mentions sql-solid.
9816 (sql-solid): Entry function for Solid.
9817 (sql-buffer): Doc explains the use of the variable and how to
9818 change it.
9819 (sql-mode-menu): Included entries for sql-show-sqli-buffer and
9820 sql-change-sqli-buffer; sql-send-region and sql-send-buffer are
9821 disabled if sql-buffer doesn't have a process; sql-send-paragraph
9822 is new.
9823 (sql-show-sqli-buffer): New function to display the value of
9824 sql-buffer.
9825 (sql-change-sqli-buffer): New function to change sql-buffer.
9826 (sql-mode): Doc explains how to change sql-buffer.
9827 (sql-send-paragraph): New function to send a paragraph.
9828 (sql-mode-map): Added keybinding for sql-send-paragraph.
9829 (sql-mysql): Doc corrected.
9830 (sql-ms): Doc corrected.
9831
9832 * sql.el (sql-server): Doc fix.
9833 (sql-mysql): Added the use of sql-server to specify the host,
9834 sql-database now specifies database instead of host.
9835 (sql-mode-menu): Send... menu items are only active if sql-buffer
9836 is non-nil.
9837 (sql-help): Changed tag of entry functions a bit.
9838
9839 * sql.el: Added keywords from `finder-by-keyword'.
9840 (sql-mode): Made sql-buffer a local variable, changed the
9841 documentation: removed instructions to add *.sql files to
9842 auto-mode-alist, added documentation for having mutliple SQL
9843 buffers sending their stuff to different SQLi buffers, each
9844 running a different process.
9845 (sql-postgres): Quoted *SQL* in doc string.
9846 (sql-ms): Likewise.
9847 (sql-ingres): Likewise.
9848 (sql-ingres): Quoted *SQL* in doc string, added references to
9849 sql-user and sql-password used during login.
9850 (sql-sybase): Quoted *SQL* in doc string, added comma.
9851 (sql-oracle): Likewise.
9852 (sql-interactive-mode): Added extensive documentation for having
9853 mutliple SQL buffers sending their stuff to different SQLi
9854 buffers, each running a different process.
9855 (sql-buffer): Changed doc from *SQL* to SQLi.
9856 (sql-get-login): Doc fix.
9857
9858 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9859
9860 * international/mule-conf.el (undecided): Set ascii in
9861 safe-charsets property.
9862
9863 1999-02-12 Richard Stallman <rms@gnu.org>
9864
9865 * textmodes/paragraphs.el (paragraph-separate): Doc fix.
9866
9867 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9868
9869 * ps-mule.el (ps-mule-font-info-database-default): Set the initial
9870 value to ps-mule-font-info-database-latin.
9871
9872 1999-02-13 Kenichi HANDA <handa@etl.go.jp>
9873
9874 * ps-mule.el (ps-multibyte-buffer): Doc-string modified.
9875 (ps-mule-font-info-database-default): New variable.
9876 (ps-mule-begin-job): If ps-multibyte-buffer is nil, use
9877 ps-mule-font-info-database-default.
9878
9879 1999-02-12 Dave Love <fx@gnu.org>
9880
9881 * timezone.el (timezone-make-date-sortable)
9882 (timezone-make-date-arpa-standard): Doc fix.
9883
9884 1999-02-12 Ken'ichi Handa <handa@gnu.org>
9885
9886 * international/quail.el (quail-show-kbd-layout): Bind
9887 blink-matching-paren to nil.
9888
9889 * ps-mule.el (ps-mule-font-info-database-bdf): Fix ENCODING field
9890 for ASCII and Latin-1.
9891
9892 1999-02-12 Andreas Schwab <schwab@gnu.org>
9893
9894 * gud.el (jdb): Fix regexp for comint-prompt-regexp.
9895
9896 1999-02-12 Kenichi Handa <handa@etl.go.jp>
9897
9898 * international/mule-cmds.el (language-info-alist): Remove
9899 description about charset-origin-alist.
9900
9901 * international/mule.el: Comment added for a new coding system
9902 property `charset-origin-alit'.
9903 (make-translation-table): This variable deleted.
9904
9905 * language/chinese.el (chinese-big5): Add charset-origin-alist
9906 property.
9907 ("Chinese-CNS"): Remove charset-origin-alist property.
9908
9909 * language/cyrillic.el (cyrillic-koi8): Add charset-origin-alist
9910 property.
9911 (cyrillic-alternativnyj): Likewise.
9912 ("Cyrillic-KOI8"): Remove charset-origin-alist property.
9913 ("Cyrillic-ALT"): Likewise.
9914
9915 * language/vietnamese.el (vietnamese-viqr): Add
9916 charset-origin-alist property.
9917 ("Vietnamese"): Remove charset-origin-alist property.
9918
9919 * simple.el (what-cursor-position): Don't use the varialbe
9920 charset-origin-alist, but use charset-origin-alist property of
9921 buffer-file-coding-system to decide external character set code.
9922
9923 1999-02-10 Richard Stallman <rms@gnu.org>
9924
9925 * shadowfile.el: Don't turn on the mode when the file is loaded.
9926
9927 1999-02-09 Richard Stallman <rms@gnu.org>
9928
9929 * progmodes/compile.el (compile-auto-highlight): Customize.
9930
9931 * add-log.el (add-log-file-name-function): New variable.
9932 (add-change-log-entry): Call that function, if non-nil.
9933
9934 1999-02-09 Michael Ernst <mernst@alum.mit.edu>
9935
9936 * rmail.el (rmail-search): Track match with a marker, not an integer.
9937
9938 1999-02-08 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9939
9940 * progmodes/compile.el (compilation-setup): Set value of
9941 compilation-directory-stack as in compilation-forget-errors.
9942 (compile-reinitialize-errors): Bind buffer-undo-list and
9943 deactivate-mark.
9944 (compilation-forget-errors): Likewise.
9945
9946 1999-02-08 Jim Blandy <jimb@savonarola.red-bean.com>
9947
9948 * textmodes/texinfo.el (texinfo-environment-regexp): Add the
9949 def... constructs.
9950
9951 * texnfo-upd.el (texinfo-all-menus-update, texinfo-master-menu):
9952 Remove calls to sleep-for.
9953
9954 1999-02-08 Eli Zaretskii <eliz@gnu.org>
9955
9956 * international/codepage.el (cp-coding-system-for-codepage-1): On
9957 MS-DOS, use dos-unsupported-char-glyph for characters not
9958 supported by the codepage.
9959 (cp-make-coding-systems-for-codepage): Likewise.
9960
9961 1999-02-08 Andreas Schwab <schwab@gnu.org>
9962
9963 * international/mule-util.el (coding-system-list): Don't sort
9964 coding-system-list here.
9965
9966 * international/mule.el (coding-system-lessp): Moved here from
9967 mule-util.el
9968 (add-to-coding-system-list): New function.
9969 (make-subsidiary-coding-system, make-coding-system,
9970 define-coding-system-alias): Use it instead of setting
9971 coding-system-list directly.
9972
9973 1999-02-07 Dave Love <fx@gnu.org>
9974
9975 * calendar/appt.el (appt-make-list): Don't splice quotes and date
9976 onto message.
9977
9978 1999-02-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9979
9980 * imenu.el (imenu--last-menubar-index-alist): Add doc.
9981 (imenu-add-to-menubar): Reset imenu--last-menubar-index-alist.
9982
9983 1999-02-06 Richard Stallman <rms@gnu.org>
9984
9985 * language/european.el (setup-slovenian-environment): New function.
9986 ("Slovenian"): New language environment.
9987
9988 * progmodes/sql.el (sql-help): Doc fix.
9989 (sql-mysql): Doc fix.
9990
9991 1999-02-05 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
9992
9993 * tex-mode.el: When compiling, require compare-w and skeleton
9994 to pacify the byte-compiler. Move the def's of the tex-commands
9995 together. Add a comment on kill-process vs. quit-process.
9996
9997 1999-02-05 Dave Love <fx@gnu.org>
9998
9999 * progmodes/compile.el (compile-mouse-goto-error): Don't lose with
10000 null markers.
10001 (compile-goto-error): Likewise.
10002
10003 1999-02-05 Stephen Gildea <gildea@alum.mit.edu>
10004
10005 * time-stamp.el (time-stamp-format): Format doc tighter.
10006 (time-stamp-line-limit): 0 searches the entire buffer (careful!).
10007 (time-stamp): Don't re-write the time stamp if it didn't change.
10008
10009 1999-02-05 Alex Schroeder <asc@bsiag.com>
10010
10011 * progmodes/sql.el: Changed version to 1.2.1.
10012 (sql-pop-to-buffer-after-send-region): Improved documentation.
10013 (sql-mysql-program): Added MySQL support.
10014 (sql-prompt-length): Made prompt-length configurable.
10015 (sql-mode-syntax-table): Made apostrophe (') be a string delimiter.
10016 (sql-help): Added MySQL support, changed documentation.
10017 (sql-send-region): A message is displayed if something is sent.
10018 (sql-mode): Added buffer-local comment-start.
10019 (sql-interactive-mode): Use sql-prompt-length to set left-margin.
10020 (sql-interactive-mode): Added buffer-local comment-start.
10021 (sql-oracle): Set sql-prompt-length.
10022 (sql-sybase): Set sql-prompt-length.
10023 (sql-mysql): Added MySQL support.
10024 (sql-ingres): Set sql-prompt-length.
10025 (sql-ms): Set sql-prompt-length.
10026 (sql-postgres): Set sql-prompt-length.
10027
10028 1999-02-04 Eli Zaretskii <eliz@gnu.org>
10029
10030 * term/internal.el (dos-codepage-setup): Set selection coding
10031 system to cpNNN-dos.
10032
10033 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10034
10035 * international/characters.el: Let ethiopic use iso-2022-7bit.
10036
10037 1999-02-02 Dave Love <fx@gnu.org>
10038
10039 * progmodes/fortran.el (mark-fortran-subprogram): Activate mark here...
10040 (fortran-narrow-to-subprogram, fortran-indent-subprogram): ...not here.
10041
10042 1999-02-02 Karl Heuer <kwzh@gnu.org>
10043
10044 * terminal.el (terminal-emulator): Doc fix.
10045
10046 1999-02-02 Ken'ichi Handa <handa@gnu.org>
10047
10048 * international/mule-util.el (compose-chars): Doc-string
10049 modified. Correctly handle a composition character in ARGS.
10050
10051 1999-02-01 Richard Stallman <rms@gnu.org>
10052
10053 * progmodes/make-mode.el (makefile-imenu-generic-expression): New var.
10054 (makefile-menu-index-function): Function deleted.
10055 (makefile-mode): Use makefile-imenu-generic-expression.
10056
10057 1999-02-01 Geoff Voelker <voelker@cs.washington.edu>
10058
10059 * term/w32-win.el (w32-create-initial-fontsets): Back out previous
10060 change, invoke from before-init-hook.
10061
10062 1999-02-01 Dan Nicolaescu <done@ece.arizona.edu>
10063
10064 * subr.el (remove-from-invisibility-spec): Cope with the case when
10065 buffer-invisibility-spec is t.
10066
10067 1999-02-01 Ed Reingold <reingold@cs.uiuc.edu>
10068
10069 * calendar/calendar.el (calendar-mode-map): Fix bindings for
10070 appt-add and appt-delete.
10071
10072 1999-02-01 Eli Zaretskii <eliz@gnu.org>
10073
10074 * term/pc-win.el (msdos-approximate-color): New function.
10075 (msdos-color-translate): Call it to find a DOS color that best
10076 approximates an X-style "#NNNNNN" color specification.
10077
10078 1999-02-01 Ken'ichi Handa <handa@gnu.org>
10079
10080 * international/mule-util.el (compose-chars-component): Add
10081 autoload cookie.
10082
10083 1999-01-31 Ken'ichi Handa <handa@gnu.org>
10084
10085 * international/quail.el (quail-lookup-key): If cdr of MAP is a
10086 function, replace cdr of MAP by the return value of the function
10087 unconditionally.
10088
10089 1999-01-31 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10090
10091 * progmodes/compile.el (compilation-next-error-locus): Don't
10092 decrease argument FIND-AT-LEAST of compilation-next-error-locus.
10093
10094 1999-01-31 Eli Zaretskii <eliz@gnu.org>
10095
10096 * mail/rmail.el (rmail-mime-charset-pattern): Add optional TABs
10097 and NLs before "charset", and allow the charset name be in double
10098 quotes.
10099
10100 1999-01-31 Richard Stallman <rms@gnu.org>
10101
10102 * imenu.el (imenu-sort-function): Fix custom type.
10103
10104 1999-01-30 Richard Stallman <rms@gnu.org>
10105
10106 * speedbar.el (speedbar-line-token): Match {...} instead of [...].
10107 (speedbar-line-token): Likewise.
10108
10109 * play/gametree.el (gametree-default-score): Use defcustom.
10110 (gametree-score-regexp, gametree-score-closer): Likewise.
10111 (gametree-score-manual-flag, gametree-score-opener): Likewise.
10112
10113 1999-01-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10114
10115 * mail/rmail.el (rmail-decode-babyl-format): Avoid locking when
10116 decoding.
10117
10118 1999-01-29 Markus Rost <rost@gnu.org>
10119
10120 * tex-mode.el (tex-mode-map): Replace validate-tex-buffer by
10121 tex-validate-buffer.
10122 (plain-tex-mode, latex-mode, slitex-mode): Likewise.
10123 (tex-validate-buffer): Renamed from validate-tex-buffer. Works
10124 now with recent occur-mode.
10125 (tex-validate-region): Really walk through all Sexps.
10126 (tex-region): Bind shell-dirtrack-verbose.
10127 (tex-file, tex-bibtex-file): Likewise.
10128
10129 1999-01-29 Dave Love <fx@gnu.org>
10130
10131 * finder.el: (finder-commentary): Fix interactive spec. Try
10132 appending .el to file name.
10133 (finder-find-library, finder-commentary): Doc fixes.
10134
10135 1999-01-29 Andrew Innes <andrewi@gnu.org>
10136
10137 * mail/rmail.el (rmail-insert-inbox-text): Handle POP mailboxes
10138 where the userid contains directory separators.
10139
10140 1999-01-29 Dave Love <fx@gnu.org>
10141
10142 * emacs-lisp/lisp-mnt.el (lm-verify): Fix arg list.
10143 (lm-commentary): Doc fix.
10144
10145 1999-01-29 Andreas Schwab <schwab@gnu.org>
10146
10147 * files.el (file-expand-wildcards): Never consider `.' and `..' a
10148 wildcard match. Fix regexp that tests if dirpart contains
10149 wildcard characters.
10150
10151 1999-01-28 Richard Stallman <rms@gnu.org>
10152
10153 * font-lock.el (font-lock-default-unfontify-region):
10154 If not font-lock-syntactic-keywords, don't remove syntax-table prop.
10155
10156 1999-01-27 Jason Rumney <jasonr@altavista.net>
10157
10158 * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
10159 from FAMILY field.
10160 (w32-create-initial-fontsets): Do not use before-init-hook.
10161 (mouse-set-font): Document. Automatically create and use fontsets.
10162
10163 * dos-w32.el (direct-print-region-helper): Check for printer
10164 being t as well as a string.
10165
10166 1999-01-27 Kenichi Handa <handa@etl.go.jp>
10167
10168 * mail/rmail.el (rmail-decode-mime-charset): New variable.
10169 (rmail-mime-charset-pattern): New variable.
10170 (rmail-convert-to-babyl-format): Decode by MIME-charset if
10171 rmail-decode-mime-charset is non-nil.
10172
10173 1999-01-27 Ken'ichi Handa <handa@gnu.org>
10174
10175 * international/characters.el: Set category `q' for all characters
10176 in tibetan and tibetan-1-column.
10177
10178 1999-01-27 Andrew Innes <andrewi@gnu.org>
10179
10180 * frame.el (select-frame-by-name): Obey focus-follows-mouse.
10181 (select-frame-by-name) [windows-nt]: Use w32-focus-frame.
10182
10183 1999-01-27 Dave Love <fx@gnu.org>
10184
10185 * international/mule-cmds.el (current-language-environment):
10186 Provide :link, :type (choices) and appropriate :get.
10187
10188 1999-01-27 Eli Zaretskii <eliz@gnu.org>
10189
10190 * startup.el (command-line): Set default eol-mnemonic-* strings to
10191 display end-of-line format in mode line.
10192
10193 * cus-start.el (all): Add eol-mnemonic-* variables.
10194
10195 1999-01-26 Dave Love <fx@gnu.org>
10196
10197 * startup.el (command-line-1): Up-date copyright.
10198
10199 * paths.el (Info-default-directory-list): Use configdir twice.
10200
10201 * info.el (Info-directory-list): Don't set path-separator now
10202 we're not shipped with Texinfo. Simplify path definition.
10203 Substitute all occurrences of instdir in Info-default-directory-list.
10204
10205 1999-01-25 Richard Stallman <rms@gnu.org>
10206
10207 * startup.el (normal-top-level-add-subdirs-to-load-path):
10208 Record the inode numbers of the dirs processed, to avoid loop.
10209
10210 * textmodes/tex-mode.el (tex-run-command): Doc fix.
10211
10212 1999-01-25 Dave Love <fx@gnu.org>
10213
10214 * browse-url.el (browse-url-netscape-program): Doc addition.
10215
10216 * help.el (help-make-xrefs): Default info references to an `(emacs)'
10217 prefix.
10218
10219 * snmp-mode.el (snmpv2-mode, snmpv-mode): Add autoload cookies -- see
10220 auto-mode-alist.
10221
10222 1999-01-25 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10223
10224 * calendar/diary-lib.el (mark-diary-entries): Use
10225 assoc-ignore-case and do not capitalize when matching month and
10226 day names.
10227
10228 * calendar/calendar.el (calendar-read-date): Ditto.
10229
10230 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
10231 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
10232
10233 * calendar/cal-coptic.el (coptic-prompt-for-date): Ditto.
10234
10235 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
10236
10237 * calendar/cal-islam.el (calendar-goto-islamic-date)
10238 (mark-islamic-diary-entries): Ditto.
10239
10240 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
10241
10242 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
10243 (calendar-read-mayan-tzolkin-date): Ditto.
10244
10245 * calendar/cal-persia.el (persian-prompt-for-date): Ditto.
10246
10247 1999-01-22 Michael Ernst <mernst@alum.mit.edu>
10248
10249 * texnfo-upd.el (texinfo-make-menu): Make region-end a marker.
10250
10251 1999-01-25 Karl Heuer <kwzh@gnu.org>
10252
10253 * faces.el (list-faces-display): Multiline case of previous fix.
10254
10255 1999-01-25 Andreas Schwab <schwab@gnu.org>
10256
10257 * mail/mailalias.el (mail-complete-alist): Use alist as customize type.
10258
10259 1999-01-24 Richard M. Stallman <rms@borg.ai.mit.edu>
10260
10261 * files.el (find-file): If find-file-noselect returns a list,
10262 do switch-to-buffer on each element.
10263 (find-file-other-window): Likewise for all but the first element.
10264 (find-file-other-frame): Same.
10265 (find-file-noselect): When we expand a wildcard, return a list
10266 of buffers.
10267
10268 1999-01-24 Eli Zaretskii <eliz@gnu.org>
10269
10270 * term/internal.el (dos-codepage-setup): Call prefer-coding-system
10271 to set the appropriate cpNNN-dos coding system as the
10272 highest-priority coding system.
10273
10274 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10275
10276 * international/fontset.el (generate-fontset-menu): Return a
10277 sorted list by plain names of fontsets.
10278
10279 * international/mule-diag.el (list-fontsets): Sort fontsets by
10280 plain names.
10281
10282 * language/tibet-util.el (tibetan-vertical-stacking): If the arg
10283 FIRST is a composite character, decompose it at first.
10284
10285 1999-01-23 Dave Love <fx@gnu.org>
10286
10287 * format.el: Doc fixes.
10288 (format-encode-run-method): Have things happen in the right buffer.
10289 Deal with errors from method. Set coding-system-for-write.
10290 (format-decode-run-method): Have things happen in the right buffer.
10291 Deal with errors from method. Set coding-system-for-read.
10292 (format-alist): Use nil instead of unmatchable regexps.
10293
10294 * simple.el (shell-command-on-region): Return command's exit status.
10295
10296 1999-01-23 Eric Ludlam <zappo@gnu.org>
10297
10298 * speedbar.el (speedbar-item-info-file-helper): Add optional arg
10299 of the file whose info we want to display.
10300 (speedbar-easymenu-definition-trailer) Fix list issue w/ customize.
10301 (speedbar-add-mode-functions-list) Improve doc.
10302 (speedbar-line-token) New function.
10303 (speedbar-dired) Fix order of directories in -shown-directories.
10304 (speedbar-line-path): Default return is default-directory
10305 (speedbar-buffers-line-path): Return is dir name only.
10306 (speedbar-mode-functions-list): New variable.
10307 (speedbar-mouse-item-info): Rewrote to be a replaceable fn.
10308 (speedbar-item-info-file-helper, speedbar-item-info-tag-helper
10309 speedbar-files-item-info speedbar-buffers-item-info): New functions.
10310 (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list):
10311 New functions.
10312 (speedbar-line-file): Broke out part that fetches file from a line.
10313 (speedbar-line-text): New function extracted from speedbar-line-file.
10314 (speedbar-line-path): Converted into a replaceable function.
10315 (speedbar-files-line-path, speedbar-buffers-line-path): New functions.
10316
10317 1999-01-23 Ken'ichi Handa <handa@gnu.org>
10318
10319 * international/fontset.el (create-fontset-from-x-resource): Make
10320 style variants.
10321
10322 1999-01-22 Dave Love <fx@gnu.org>
10323
10324 * paths.el (Info-default-directory-list): Put sysdir after start.
10325
10326 1999-01-22 Sam Steingold <sds@goems.com>
10327
10328 * midnight.el (clean-buffer-list): Do not kill a buffer if it has
10329 a process associated with it.
10330
10331 1999-01-22 Jason Rumney <jasonr@altavista.net>
10332
10333 * term/w32-win.el (w32-standard-fontset-spec): Simplified.
10334
10335 1999-01-22 Felix Lee <flee@cygnus.com>
10336
10337 * vc.el (vc-annotate-display): Delete old overlays. Fix check for
10338 major-mode.
10339 (vc-annotate-mode): Delete variable.
10340
10341 1999-01-22 Andrew Innes <andrewi@gnu.org>
10342
10343 * startup.el (command-line): [windows-nt]: Check for existence of
10344 .emacs file so as to notice .emacs.el or .emacs.elc and use them
10345 in preference to _emacs.
10346
10347 1999-01-22 Dave Love <fx@gnu.org>
10348
10349 * textmodes/texinfo.el (texinfo-font-lock-keywords): Match @ref.
10350
10351 1999-01-20 Richard Stallman <rms@gnu.org>
10352
10353 * files.el (find-file-noselect): Do wildcard processing only
10354 if new arg WILDCARDS is non-nil.
10355 (find-file, find-file-other-window): New arg WILDCARDS.
10356 Default it to non-nil if interactive.
10357 (find-file-other-frame): Likewise.
10358 (find-file-read-only): Likewise.
10359 (find-file-read-only-other-window): Likewise.
10360 (find-file-read-only-other-frame): Likewise.
10361
10362 * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
10363 (widget-plist-convert-option): Delete spurious comma.
10364
10365 1999-01-19 Jason Rumney <jasonr@altavista.net>
10366
10367 * term/w32-win.el (w32-standard-fontspec-spec): Change
10368 iso8859-5 to koi8-r. Add iso8859-9.
10369
10370 1999-01-19 Dave Love <fx@gnu.org>
10371
10372 * browse-url.el (browse-url-maybe-new-window): Delete macro and
10373 its uses.
10374
10375 * progmodes/fortran.el (fortran-narrow-to-subprogram): Ensure mark
10376 is active.
10377 (fortran-indent-subprogram): Likewise.
10378
10379 1999-01-19 Dave Love <d.love@dl.ac.uk>
10380
10381 * paths.el (Info-default-directory-list): Perhaps add /usr/info.
10382
10383 1999-01-19 Richard Stallman <rms@psilocin.ai.mit.edu>
10384
10385 * wid-edit.el (alist): Use sexp as default key-type.
10386
10387 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10388
10389 * textmodes/tex-mode.el (tex-define-common-keys):
10390 Remove key binding of tex-feed-input.
10391 (tex-mode-map): Bind tex-feed-input here.
10392 (tex-start-shell): Use compilation-shell-minor-mode. Set
10393 comint-input-filter-functions before running tex-shell-hook.
10394 (tex-start-tex): Forget compilation errors.
10395 (tex-compilation-parse-errors): Rewritten to work also with
10396 compile-mouse-goto-error and compile-goto-error. Adjusted to
10397 change in tex-region.
10398 (tex-region): For the temp file use file-name without directory.
10399 (tex-file): Expand file name of tex-print-file.
10400
10401 1999-01-18 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10402
10403 * emacs-lisp/edebug.el (with-temp-message): Add def-edebug-spec call.
10404
10405 1999-01-18 Espen Skoglund <espensk@stud.cs.uit.no>
10406
10407 * progmodes/pascal.el (pascal-calculate-indent): Code with an invalid
10408 beginning could cause Emacs to hang. Fixed.
10409
10410 1999-01-18 Ken'ichi Handa <handa@gnu.org>
10411
10412 * international/ccl.el (ccl-compile-translate-character): Handle
10413 the case that a tranlation table is CCL register correctly.
10414
10415 * international/mule-cmds.el (select-safe-coding-system):
10416 Hightlight at most 256 characters.
10417
10418 1999-01-18 Dave Love <fx@gnu.org>
10419
10420 * startup.el (command-line): If the init file changes operation to
10421 unibyte, make all buffers unibyte and re-set language environment.
10422
10423 * disp-table.el (standard-display-european): Make all existing
10424 buffers unibyte. Fix doc.
10425
10426 1999-01-17 Richard Stallman <rms@psilocin.ai.mit.edu>
10427
10428 * wid-edit.el (coding-system): Define this unconditionally.
10429
10430 * simple.el (shell-command-on-region-default-error-buffer): New var.
10431 (shell-command-on-region): Use that variable as interactive
10432 value of ERROR-BUFFER argument.
10433
10434 1999-01-17 Sam Steingold <sds@goems.com>
10435
10436 * mail/rmail.el (rmail-quit): Run `rmail-quit-hook'.
10437
10438 1999-01-17 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10439
10440 * progmodes/compile.el (compilation-goto-locus): If already in the
10441 compilation buffer's window, keep it in that window.
10442 (compile-mouse-goto-error): Add Doc. Don't play with windows.
10443 (compile-goto-error): Don't play with windows.
10444
10445 * textmodes/tex-mode.el (latex-run-command): Doc fix.
10446 (tex-command): Doc fix.
10447 (tex-compilation-parse-errors): Doc fix.
10448 (tex-generate-zap-file-name): Don't start the name with -.
10449 (tex-expand-files): Works now also with strings ending with ":".
10450
10451 1999-01-17 Ian T Zimmerman <itz@transbay.net>
10452
10453 Patch failed to install:
10454 * gametree.el: Document scoring functionality.
10455 (gametree-score-regexp): Add optional plus sign.
10456 (gametree-score-opener): Replace `:' with `=' as the former
10457 conflicts with gametree-half-ply-regexp.
10458 (gametree-transpose-following-leaves): Add.
10459 (gametree-insert-new-leaf): Make modifying commands barf in read
10460 only buffers.
10461 (gametree-break-line-here): Add a call to
10462 `gametree-transpose-following-leaves'. This maintains the
10463 necessary invariant that on each level all leaf children precede
10464 all nonleaf children. This has always been implied, but left to
10465 the user, and, unfortunately, undocumented.
10466
10467 1999-01-17 Per Abrahamsen <abraham@dina.kvl.dk>
10468
10469 * wid-edit.el (plist, alist): New widget types.
10470
10471 1999-01-17 Dave Love <fx@gnu.org>
10472
10473 * progmodes/fortran.el: Tidy up font-lock-keywords definitions and
10474 fix scope of condition-case therein.
10475
10476 1999-01-17 Andrew Innes <andrewi@gnu.org>
10477
10478 * dos-w32.el: (find-buffer-file-type-coding-system): Use
10479 default-buffer-file-coding-system when file doesn't exist (and
10480 isn't covered by a special case) instead of forcing undecided-dos
10481 against the user's wishes.
10482
10483 * dos-w32.el (direct-print-region-helper): New function based on
10484 direct-print-region-function; sends data to specified printer port
10485 without further translation. Recognize and handle specially the
10486 standard `print' and `nprint' programs, as well as `lpr' and
10487 similar programs. Only write directly to the printer port if no
10488 print program is specified. Work around a bug in Windows 9x
10489 affecting Win32 version of Emacs by invoking command.com to write
10490 to the printer port instead of writing directly.
10491 (direct-print-region-function): Use direct-print-region-helper to
10492 do most of the work.
10493 (direct-ps-print-region-function): New function; analogue of
10494 direct-print-region-function for ps-print.
10495 (ps-lpr-command): Comment out setq; leave as example usage.
10496 (ps-lpr-switches): Ditto.
10497
10498 * lpr.el: (printer-name): Update docstring about usage on MS-DOS
10499 and MS-Windows.
10500 (lpr-command) [ms-dos, windows-nt]: Initialize to empty string on
10501 DOS and Windows platforms, to indicate direct printing. Update
10502 the docstring accordingly.
10503
10504 * ps-print.el: (ps-printer-name): Update docstring about usage on
10505 MS-DOS and MS-Windows.
10506 (ps-lpr-command): Update docstring as for lpr-command.
10507 (ps-print-region-function): New variable.
10508 (ps-do-despool): Use it.
10509 (ps-do-despool) [ms-dos, windows-nt]: Remove special case code for
10510 DOS/Windows.
10511
10512 * subr.el (subst-char-in-string): New function.
10513
10514 1999-01-17 Eli Zaretskii <eliz@gnu.org>
10515
10516 * international/codepage.el (cp852-decode-table): Fill a nil entry.
10517
10518 * ps-bdf.el (bdf-cache-file): Use convert-standard-filename.
10519 (bdf-find-font-info): New function, looks for the first readable
10520 file from a list of alternatives.
10521 (bdf-get-bitmaps, bdf-generate-font): Call bdf-find-font-info
10522 instead of bdf-get-font-info.
10523 (bdf-generate-glyphs): If font-name is a cons cell, pass its car
10524 to ps-mule-generate-bitmap-glyph.
10525
10526 * ps-mule.el (ps-mule-font-info-database-bdf): Add alternative
10527 file names that avoid clashes in DOS 8+3 namespace. FONT-NAME can
10528 now be a list of alternative names.
10529 (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car.
10530 (ps-mule-prepare-font): Likewise.
10531
10532 * international/codepage.el (cp855-decode-table,
10533 cp850-decode-table): Fill some nil entries.
10534
10535 1999-01-16 Dave Love <fx@gnu.org>
10536
10537 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Revert
10538 last change.
10539
10540 1999-01-15 Dave Love <fx@gnu.org>
10541
10542 * help.el (help-make-xrefs): Avoid infloop in keymap substitutions
10543 and change regexp for command names.
10544 (help-xref-go-back, function-called-at-point, symbol-file)
10545 (where-is): Doc fixes.
10546 (help-xref-go-back): Remove interactive spec.
10547 (describe-function-1): Fix message for alias. Buttomize alias
10548 name.
10549
10550 * simple.el (join-line): New alias.
10551
10552 1999-01-15 Johan Vromans <jvromans@squirrel.nl>
10553
10554 * forms.el: (forms--show-record): Convert integers to string
10555 expicitly since concat will no longer accept integers.
10556 (forms-print): Use local `total-nb-records' since
10557 `forms--total-records' will be inaccessible after buffer switching.
10558
10559 1998-01-14 Felix Lee <flee@cygnus.com>
10560
10561 * textmodes/flyspell.el (make-flyspell-overlay): Fix front stickiness.
10562
10563 1999-01-14 Richard Stallman <rms@psilocin.ai.mit.edu>
10564
10565 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix bugs in prev change.
10566
10567 1999-01-14 Eli Zaretskii <eliz@gnu.org>
10568
10569 * international/codepage.el (cp850-decode-table): Fix previous change.
10570
10571 1999-01-14 Simon Marshall <simon@gnu.org>
10572
10573 * shell.el (shell-dirtrack-verbose): New custom variable.
10574 (shell-dirstack-message): Use it.
10575
10576 1999-01-14 Kenichi Handa <handa@etl.go.jp>
10577
10578 * international/mule-conf.el: Coding system alias `dos' for
10579 `undecided-dos', `mac' for `undecided-mac'.
10580
10581 * international/mule-cmds.el (describe-language-environment):
10582 Don't alter input-method-alist.
10583
10584 1999-01-13 Eli Zaretskii <eliz@gnu.org>
10585
10586 * international/codepage.el (cp850-decode-table): Replace nil
10587 entries with codes of similary looking glyphs. (Suggested by
10588 Jason Rumney <jasonr@altavista.net>.)
10589
10590 1999-01-13 Dave Love <fx@gnu.org>
10591
10592 * browse-url.el (browse-url-netscape): Fix ineffective "-noraise".
10593
10594 * emacs-lisp/find-func.el (find-function-on-key): Fix previous change.
10595
10596 1999-01-12 Karl Heuer <kwzh@gnu.org>
10597
10598 * files.el (auto-save-hook): Defvar this.
10599
10600 1999-01-12 Alex Schroeder <asc@bsiag.com>
10601
10602 * progmodes/sql.el (sql-mode-ansi-font-lock-keywords): Quote font-lock
10603 faces, eliminating the need to load font-lock before loading sql.
10604 (sql-mode-oracle-font-lock-keywords): Likewise.
10605 (sql-mode-postgres-font-lock-keywords): Likewise.
10606
10607 1999-01-11 Dave Love <fx@gnu.org>
10608
10609 * cus-start.el: Add inhibit-eol-conversion.
10610
10611 * help.el (temp-buffer-setup-hook, temp-buffer-show-hook): Swap
10612 the values round.
10613
10614 1999-01-11 Richard Stallman <rms@psilocin.ai.mit.edu>
10615
10616 * help.el (help-mode-finish): Renamed from help-mode-maybe.
10617 Don't switch to Help mode here.
10618 (temp-buffer-setup-hook): Use help-mode-finish.
10619 (help-mode-setup): New function.
10620 (temp-buffer-setup-hook): Use help-mode-setup.
10621
10622 * progmodes/sql.el: New file.
10623
10624 * files.el (auto-mode-alist): Add sql-mode.
10625
10626 * faces.el (list-faces-display): Improve the formatting
10627 by computing the maximum length required for any face-name.
10628
10629 1999-01-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10630
10631 * progmodes/compile.el (compilation-shell-minor-mode): New function.
10632
10633 1999-01-10 Dan Nicolaescu <dann@ics.uci.edu>
10634
10635 * term.el (term_send_home): Change the string to
10636 be the same as the one emitted by xterm and consistent with the
10637 ones emitted by prior and next.
10638 (term_send_end): Likewise.
10639
10640 1999-01-10 Dave Love <fx@gnu.org>
10641
10642 * emacs-lisp/find-func.el (find-function-on-key): DTRT for mouse
10643 bindings.
10644
10645 1999-01-10 Eli Zaretskii <eliz@gnu.org>
10646
10647 * international/codepage.el (codepage-setup): Doc fix.
10648 (cp-decoding-vector-for-codepage): Likewise.
10649
10650 1999-01-10 Markus Rost <rost@gnu.org>
10651
10652 * cus-edit.el (custom-save-delete): First scan the custom-file.
10653
10654 1999-01-08 Richard Stallman <rms@psilocin.ai.mit.edu>
10655
10656 * international/iso-transl.el: Define a "function name" for
10657 each translation that isn't ASCII. Use these function names
10658 in iso-transl-char-map.
10659
10660 1999-01-08 Kenichi Handa <handa@etl.go.jp>
10661
10662 * international/mule-util.el (decompose-region): Do decomposition
10663 on temporary unibyte buffer.
10664
10665 * international/mule.el (make-char): Doc-string modified.
10666
10667 1999-01-07 Richard Stallman <rms@psilocin.ai.mit.edu>
10668
10669 * simple.el (comment-region): Delete spaces only if we
10670 deleted a comment starter.
10671
10672 1999-01-07 Dave Love <fx@gnu.org>
10673
10674 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
10675
10676 * emacs-lisp/edebug.el (edebug-eval-defun): Deal with defcustom
10677 like eval-defun does.
10678
10679 * dired.el (dired-mode-map): Fix duplicate [menu-bar regexp mark].
10680
10681 * generic.el: Re-write `(make-variable-buffer-local (defvar ...'
10682 constructions. Doc fixes.
10683 (generic-create-generic-function): Use defalias, not fset.
10684
10685 * find-func.el: More doc fixes.
10686
10687 1999-01-06 Stephen Eglen <stephen@gnu.org>
10688
10689 * files.el (save-buffers-kill-emacs): Show the list of current
10690 processes before prompting to kill them and exit.
10691
10692 1999-01-06 Dave Love <fx@gnu.org>
10693
10694 * emacs-lisp/find-func.el: Doc fixes.
10695 (find-function-regexp): Extend for define-generic-mode,
10696 define-derived-mode, easy-mmode-define-minor-mode.
10697
10698 1999-01-06 Dave Love <fx@gnu.org>
10699
10700 * progmodes/fortran.el (fortran-window-create): Account for scroll
10701 bar width.
10702
10703 * browse-url.el: Require (noerror) w3-auto when compiling.
10704 (browse-url-maybe-new-window): Make it a macro and revert last
10705 change to callers.
10706 (browse-url-w3): Require w3 for w3-fetch-other-window.
10707
10708 1999-01-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10709
10710 * browse-url.el (browse-url-w3): Give w3-fetch-other-window the
10711 argument.
10712
10713 1999-01-06 Simon Marshall <simon@gnu.org>
10714
10715 * subr.el (with-temp-message): Don't display MESSAGE if nil. Doc fix.
10716
10717 * font-lock.el (font-lock-default-fontify-buffer): When using
10718 with-temp-message, use nil rather than current-message.
10719
10720 * lazy-lock.el (lazy-lock-unstall):
10721 (lazy-lock-fontify-after-idle): When using with-temp-message, use nil
10722 rather than current-message.
10723
10724 * fast-lock.el (fast-lock-save-cache-1):
10725 (fast-lock-cache-data): When using with-temp-message, use nil rather
10726 than current-message.
10727
10728 1999-01-06 Eli Zaretskii <eliz@gnu.org>
10729
10730 * international/codepage.el (cp-coding-system-for-codepage-1): Add
10731 the valid-codes property.
10732
10733 * international/mule-cmds.el (prefer-coding-system): Call
10734 set-coding-priority, so that the internal array of priorities is
10735 also updated.
10736
10737 * international/mule-util.el:
10738 (coding-system-change-eol-conversion,
10739 coding-system-change-text-conversion): Don't define here.
10740
10741 * international/mule-cmds.el: Define them here. Remove the
10742 autoload cookies.
10743
10744 1999-01-06 Andreas Schwab <schwab@gnu.org>
10745
10746 * emacs-lisp/debug.el (debug): Leave recursive minibuffer enabled
10747 if it was enabled before.
10748
10749 * view.el (View-revert-buffer-scroll-page-forward): Bind
10750 view-scroll-auto-exit instead of obsolete view-mode-auto-exit.
10751
10752 * files.el (recover-session): Preserve point when inserting
10753 explanation.
10754
10755 1999-01-06 Richard Stallman <rms@psilocin.ai.mit.edu>
10756
10757 * cus-edit.el (custom-save-delete): Don't delete whitespace
10758 and comments before the sexp that is replaced.
10759
10760 1999-01-05 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10761
10762 * calendar/diary-lib.el (diary-float): Better fix of end-of-year error.
10763
10764 1999-01-05 Andre Spiegel <spiegel@inf.fu-berlin.de>
10765
10766 * vc.el (vc-dired-hook): Use the original value of
10767 dired-move-to-filename-regexp on lines that have not been
10768 reformatted yet.
10769 (vc-dired-toggle-terse-mode): Tell vc-dired-hook whether the
10770 file lines have already been reformatted.
10771
10772 1999-01-05 Dave Love <fx@gnu.org>
10773
10774 * progmodes/f90.el (f90-mode): Make imenu-case-fold-search
10775 buffer-local.
10776
10777 1998-01-05 Torbjorn Einarsson <T.Einarsson@clab.ericsson.se>
10778
10779 * progmodes/f90.el: Change of regular expressions for type to
10780 correct highlighting and identation. Some small fixes for
10781 compatibility with XEmacs.
10782
10783 1999-01-05 Stephen Eglen <stephen@gnu.org>
10784
10785 * mspools.el (mspools-vm-system-mail): Provide an alternative
10786 value based on rmail-spool-directory if $MAIL is not defined.
10787
10788 1999-01-05 Carsten Dominik <dominik@strw.leidenuniv.nl>
10789
10790 * textmodes/reftex.el (reftex-section-levels): Allow negative levels.
10791 (reftex-section-info): Handle negative section levels.
10792 (reftex-view-crossref-extra): New option.
10793 (reftex-view-crossref): Generalized to work in more places.
10794 (reftex-find-citation-regexp-format, reftex-find-reference-format,
10795 reftex-macros-with-labels, reftex-global-search-marker): New variables.
10796 (reftex-view-cite-locations-from-bibtex): New command.
10797 (reftex-view-regexp-match, reftex-global-search,
10798 reftex-global-search-continue): New functions.
10799 (reftex-extract-bib-entries): No error for non-existing BibTeX
10800 file, just a message.
10801 (reftex-extract-bib-entries): Better error handling.
10802 (reftex-select-with-char): Use `*RefTeX Select*' for selection
10803 help and force it on current frame.
10804 (reftex-default-bibliography): New function.
10805 (reftex-access-parse-file): Check consistency after loading a
10806 parse file. When inconsistent, enfore rescan.
10807 (reftex-check-parse-consistency): New function.
10808 (easy-menu-define): Options section drastically shortened.
10809
10810 1999-01-05 Kenichi Handa <handa@etl.go.jp>
10811
10812 * language/thai-util.el (thai-compose-string): New function.
10813
10814 1999-01-04 Inge Frick <inge@nada.kth.se>
10815
10816 * easymenu.el (easy-menu-define): Doc fix.
10817 (easy-menu-create-menu): New keyword :included.
10818 (easy-menu-do-add-item): New keyword :included. SUFFIX may
10819 be an expression, not only a string. Simulate style `button'.
10820 Use easy-menu-define-key-intern instead of easy-menu-define-key.
10821 (easy-menu-define-key-intern): New function.
10822 (easy-menu-add-item): Understand value returned from
10823 easy-menu-item-present-p and easy-menu-remove-item.
10824 (easy-menu-return-item): New function.
10825 (easy-menu-item-present-p, easy-menu-remove-item): Use it.
10826
10827 1999-01-03 Richard Stallman <rms@psilocin.ai.mit.edu>
10828
10829 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
10830 Use rmail-output-read-rmail-file-name to read the file name.
10831 Always call rmail-output-to-rmail-file noninteractively.
10832 When count > 1, do the loop here.
10833 Handle rmail-delete-after-output here.
10834 (rmail-summary-output): Similar changes.
10835
10836 * mail/rmailout.el: Provide `rmailout'.
10837 (rmail-output-read-rmail-file-name): New function.
10838 (rmail-output-to-rmail-file): Use that.
10839 (rmail-output-read-file-name): New function.
10840 (rmail-output): Use that.
10841
10842 * files.el (find-file-noselect): Let /: suppress wildcard matching.
10843 Error if wildcard matches no files.
10844
10845 1999-01-02 Richard Stallman <rms@psilocin.ai.mit.edu>
10846
10847 * menu-bar.el (clipboard-yank): Doc fix.
10848
10849 * info.el (Info-insert-dir): Chase symlinks for file-attributes.
10850
10851 1998-12-31 Markus Rost <rost@delysid.gnu.org>
10852
10853 * textmodes/page-ext.el (pages-copy-header-and-position): Fix typo.
10854
10855 1998-12-31 Andrew Innes <andrewi@harlequin.co.uk>
10856
10857 * rmail.el (rmail-encode-string): Make sure mask value is
10858 positive; (emacs-pid) returns a negative number on Windows 9x
10859 which causes odd behaviour.
10860
10861 1998-12-31 Eli Zaretskii <eliz@mescaline.gnu.org>
10862
10863 * cus-start.el: Don't warn about dos-* variables unless on MS-DOS,
10864 and about w32-* variables unless on Windows/NT.
10865
10866 1998-12-31 Boris Goldowsky <boris@alum.mit.edu>
10867
10868 * textmodes/sgml-mode.el (sgml-validate): Ask whether to save only
10869 if buffer is modified; ask about all modified buffers.
10870
10871 1998-12-30 Richard Stallman <rms@psilocin.ai.mit.edu>
10872
10873 * simple.el (what-cursor-position): Fix previous change.
10874
10875 1998-12-30 Richard Stallman <rms@sucrose.ai.mit.edu>
10876
10877 * mail/sendmail.el (mail-mode): Eliminate ambiguous match
10878 from paragraph-start.
10879
10880 1998-12-30 Eli Zaretskii <eliz@mescaline.gnu.org>
10881
10882 * international/mule-cmds.el (prefer-coding-system): If the
10883 argument requires specific EOL conversion type, make the default
10884 coding systems use that.
10885
10886 1998-12-30 Drew Csillag <drew_csillag@geocities.com>
10887
10888 * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
10889 Use shell-command-on-region.
10890 (m4-start-m4, m4-end-m4): Functions deleted.
10891
10892 1998-12-30 Michael Ernst <mernst@alum.mit.edu>
10893
10894 * vc.el (vc-backend-diff): Use `diff-switches-list' throughout.
10895
10896 1998-12-29 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10897
10898 * browse-url.el (browse-url-mail): Give argument SEND-ACTION
10899 to compose-mail in the correct places and as a list.
10900
10901 1998-12-29 Masatake Yamato <masata-y@tori.aist-nara.ac.jp>
10902
10903 * page-ext.el: Added mouse-selection feature for pages directory buffer.
10904 (pages-directory-map): Bind mouse-2
10905 (pages-copy-header-and-position): Put text property.
10906 (pages-directory-goto-with-mouse): New function.
10907
10908 1998-12-29 Eli Zaretskii <eliz@mescaline.gnu.org>
10909
10910 * international/codepage.el (cp-make-coding-systems-for-codepage):
10911 Doc fix.
10912 (cp-coding-system-for-codepage-1): Likewise.
10913
10914 1998-12-29 Kenichi Handa <handa@etl.go.jp>
10915
10916 * language/thai-util.el (thai-post-read-conversion): Handle Thai
10917 composition sequence correctly here instead of calling
10918 thai-compose-region.
10919
10920 * textmodes/fill.el (fill-region-as-paragraph): While deleting a
10921 newline in multibyte buffer, if previous or next character is a
10922 composite char, check the first component of the composite char.
10923
10924 1998-12-28 Andreas Schwab <schwab@delysid.gnu.org>
10925
10926 * emacs-lisp/advice.el (ad-special-forms): Add save-current-buffer
10927 and track-mouse.
10928
10929 1998-12-27 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
10930
10931 * mail/sendmail.el (mail-yank-original): Remove text properties
10932 after insertion.
10933 (mail-yank-region): Barf if no mark is set in the message
10934 being replied to.
10935
10936 * help.el (function-called-at-point): First look for function at point.
10937
10938 1998-12-27 Richard Stallman <rms@psilocin.ai.mit.edu>
10939
10940 * edmacro.el (edit-kbd-macro): Recognize electric-view-lossage.
10941
10942 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10943
10944 * simple.el (what-cursor-position): Print character encoding also.
10945
10946 1998-12-26 Dave Love <fx@gnu.org>
10947
10948 * textmodes/flyspell.el: If local-maps work, don't put
10949 flyspell-mode-map in minor-mode-map-alist; bind mouse-2 and M-TAB
10950 in flyspell-mouse-map (only).
10951 (flyspell-use-local-map): New variable.
10952 Use a different mouse-2 binding in that case,
10953 and don't add to minor-mode-map-alist.
10954 (make-flyspell-overlay, flyspell-correct-word):
10955 Test flyspell-use-local-map.
10956
10957 1998-12-26 Richard Stallman <rms@psilocin.ai.mit.edu>
10958
10959 * files.el (file-expand-wildcards): Handle wildcards in directory name.
10960 Be careful about whether to return a relative file name,
10961 and if so, relative to what directory.
10962
10963 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
10964
10965 * emacs-lisp/easymenu.el (easy-menu-get-map):
10966 Change global map only if this menu exists in the global map already,
10967 and not in the local map.
10968 (easy-menu-do-add-item): Fix error message.
10969
10970 * foldout.el (foldout-inhibit-key-bindings):
10971 Avoid concatenating onto outline-minor-mode-prefix.
10972 Make a new keymap for that prefix, if it does not already have one.
10973
10974 1998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
10975
10976 * cperl-mode.el:
10977 Can use linear algorithm for indentation if Emacs supports it.
10978 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
10979 (cperl-after-block-p): Likewise.
10980 (cperl-after-block-and-statement-beg): Likewise.
10981 (cperl-after-block-p): After END/BEGIN we are a block.
10982 (cperl-after-expr-p): Skip labels when checking
10983 (cperl-indent-region): Make a marker for END - text added/removed.
10984 Disable hooks during the call (how to call them later?).
10985 Now indents 820-line-long function in 6.5 sec (including
10986 syntaxification) the first time (when buffer has few
10987 properties), 7.1 sec the second time.
10988 (cperl-indent-region): Do not indent whitespace lines
10989 (cperl-style-alist)
10990 Include `cperl-merge-trailing-else' where the value is clear.
10991 (cperl-styles-entries): Likewise.
10992 (cperl-problems): Improvements to docs.
10993 (cperl-tips): Likewise.
10994 (cperl-non-problems): Likewise.
10995 (cperl-mode): Make lazy syntaxification possible.
10996 Loads pseudo-faces for the sake of `cperl-find-pods-heres' (for 19.30).
10997 `font-lock-unfontify-region-function' was set to a wrong function.
10998
10999 (cperl-find-pods-heres): Safe a position in buffer where it is safe to
11000 restart syntaxification. Changed so that -d ?foo? is a RE. Do
11001 not warn on `=cut' if doing a chunk only. 1 << 6 was OK,
11002 but 1<<6 was considered as HERE-doc.
11003 <file/glob> made into a string.
11004 Postpone addition of faces after syntactic step.
11005 Recognition of <FH> was wrong.
11006 Highlight `gem' in s///gem as a keyword. `qr' recognized.
11007 Knows that split// is null-RE.
11008 Highlights separators in 3-parts expressions as labels.
11009 <> was considered as a glob.
11010 Would err if the last line is `=head1'.
11011 $a-1 ? foo : bar; was a considered a regexp.
11012 `<< (' was considered a start of HERE-doc.
11013 mark qq[]-etc sections as syntax-type=string
11014 Was not processing sub protos after a comment ine.
11015 Was treating $a++ <= 5 as a glob.
11016 Tolerate unfinished REx at end-of-buffer.
11017 `unwind-protect' was left commented.
11018 / and ? after : start a REx.
11019
11020 (cperl-syntaxify-by-font-lock): Set to t, should be safe now.
11021 Better default, customizes to `message' too, off in text-mode.
11022
11023 (cperl-array-face): Renamed from `font-lock-emphasized-face',
11024 `defface'd.
11025 (cperl-hash-face): Renamed from `font-lock-other-emphasized-face'.
11026 `defface'd.
11027 (cperl-emacs-can-parse): New state variable.
11028 (cperl-indent-line): Corrected to use global state.
11029 (cperl-calculate-indent): Likewise.
11030 (cperl-fix-line-spacing): Likewise (not used yet).
11031 (cperl-calculate-indent): Did not consider `,' as
11032 continuation mark for statements.
11033 (cperl-calculate-indent): Avoid parse-data optimization at toplevel.
11034 Remove another parse-data optimization at toplevel: would
11035 indent correctly.
11036 Correct for labels when calculating indentation of continuations.
11037 Docstring updated.
11038 (cperl-choose-color): Converted to a function (to be
11039 compilable in text-mode).
11040 (cperl-dark-background): Disable without window-system.
11041 Do `defface' only if window-system.
11042 (cperl-fix-line-spacing): Sped up to bail out early.
11043 (x-color-defined-p): Was not compiling on XEmacs
11044 Was defmacro'ed with a tick. Remove another def.
11045 (cperl-clobber-lisp-bindings): If set, C-c variants are the old ones
11046 (cperl-unwind-to-safe): New function.
11047 (cperl-fontify-syntaxically): Use `cperl-unwind-to-safe' to start at reasonable position.
11048 (cperl-fontify-syntaxically): Unwinds start and end to go out of
11049 long strings (not very successful).
11050 (cperl-forward-re): Highlight the trailing / in s/foo// as string.
11051 Highlight the starting // in s//foo/ as function-name.
11052 Emit a meaningful error instead of a cryptic one for an
11053 uncomplete REx near end-of-buffer.
11054
11055 (cperl-electric-keyword): `qr' recognized.
11056 (cperl-electric-else): Likewise
11057 (cperl-to-comment-or-eol): Likewise
11058 (cperl-make-regexp-x): Likewise
11059 (cperl-init-faces): Likewise, and `lock' (as overridable?).
11060 Corrected to use new macros;
11061 `if' for copying `reference-face' to `constant-face' was backward.
11062 remove init `font-lock-other-emphasized-face',
11063 `font-lock-emphasized-face', `font-lock-keyword-face'.
11064 Interpolate `cperl-invalid-face'.
11065 (cperl-make-regexp-x): Misprint in a message.
11066 (cperl-syntaxify-unwind): New configuration variable
11067 (cperl-fontify-m-as-s): New configuration variable
11068 (cperl-electric-pod): Check for after-expr was performed
11069 inside of POD too.
11070 (cperl-backward-to-noncomment): Cetter treatment of PODs and HEREs.
11071 (cperl-clobber-mode-lists): New configuration variable.
11072 (cperl-not-bad-style-regexp): Updated.
11073 Init: `cperl-is-face' was busted.
11074 (cperl-make-face): New macros.
11075 (cperl-force-face): New macros.
11076 (font-lock-other-type-face): Done via `defface' too.
11077 (cperl-nonoverridable-face): New face. Renamed from
11078 `font-lock-other-type-face'.
11079 (cperl-init-faces-weak): Use `cperl-force-face'.
11080 (cperl-comment-indent): Commenting __END__ was not working.
11081 (cperl-indent-for-comment): Likewise.
11082 (cperl-write-tags): Correct for XEmacs's `visit-tags-table-buffer'.
11083 When removing old TAGS info was not relativizing filename.
11084 (cperl-tags-hier-init): Gross hack to pretend we work (are we?).
11085 Another try to work around XEmacs problems. Better progress messages.
11086 (toplevel): Require custom unprotected => failure on 19.28.
11087 (cperl-xemacs-p): Defined when compile too
11088 (cperl-find-tags): Was writing line/pos in a wrong order,
11089 pos off by 1 and not at beg-of-line.
11090 (cperl-etags-snarf-tag): New macro
11091 (cperl-etags-goto-tag-location): New macro
11092 (cperl-version): New variable. New menu entry
11093 random docstrings: References to "future" 20.3 removed.
11094 Menu was described as `CPerl' instead of `Perl'
11095 (perl-font-lock-keywords): Would not highlight `sub foo($$);'.
11096 (cperl-toggle-construct-fix): Was toggling to t instead of 1.
11097 (cperl-ps-print-init): Associate `cperl-array-face', `cperl-hash-face'
11098 Remove `font-lock-emphasized-face', `font-lock-other-emphasized-face',
11099 `font-lock-reference-face', `font-lock-keyword-face'.
11100 Use `eval-after-load'.
11101 Remove not-CPerl-related faces.
11102 (cperl-tips-faces): New variable and an entry into Mini-docs.
11103 (cperl-indent-exp): Was not processing else-blocks.
11104 (cperl-get-state): NOP line removed.
11105 (cperl-ps-print): New function and menu entry.
11106 (cperl-ps-print-face-properties): New configuration variable.
11107 (cperl-invalid-face): New configuration variable.
11108 (perl-font-lock-keywords): Highlight trailing whitespace
11109 (cperl-contract-levels): Documentation corrected.
11110 (cperl-contract-level): Likewise.
11111 (cperl-ps-extend-face-list): New macro.
11112 (cperl-invalid-face): Change to ''underline.
11113
11114 1998-12-25 Markus Rost <rost@delysid.gnu.org>
11115
11116 * mail/rmailout.el (rmail-output): Abbreviate name of default-file
11117 for read-file-name.
11118 (rmail-output-to-rmail-file): Likewise.
11119
11120 1998-12-25 Richard Stallman <rms@psilocin.ai.mit.edu>
11121
11122 * emacs-lisp/easymenu.el (easy-menu-get-map):
11123 If MENU is nil, use global menu-bar map.
11124 (easy-menu-add-item, easy-menu-remove-item): Argument renamed.
11125 (easy-menu-item-present-p, easy-menu-get-map): Argument renamed.
11126
11127 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11128
11129 * ps-mule.el (ps-mule-begin-job): Programming uniformization.
11130
11131 1998-12-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11132
11133 * ps-print.el (ps-print-version): New version number (4.1.3).
11134
11135 1998-12-21 Eli Zaretskii <eliz@mescaline.gnu.org>
11136
11137 * international/mule-cmds.el: Use make-sparse-keymap instead of
11138 define-prefix-key when defining MULE menu items.
11139
11140 * info.el (Info-node-at-bob-matching): New function.
11141 (Info-find-node, Info-build-node-completions): Call it.
11142
11143 1998-12-21 Andreas Schwab <schwab@delysid.gnu.org>
11144
11145 * help.el (describe-function-1): Say "keymap", not "Lisp macro",
11146 when this is an autoloaded keymap.
11147
11148 1998-12-20 Eli Zaretskii <eliz@mescaline.gnu.org>
11149
11150 * international/codepage.el (cp-coding-system-for-codepage-1):
11151 Create separate encoders and decoders, for DOS and Unix. Make the
11152 usual family of 3 coding systems, so that automatic detection of
11153 EOL type works.
11154 (cp-make-coding-systems-for-codepage): Don't intern DOS- and
11155 Unix-specific symbols here, and don't call
11156 cp-coding-system-for-codepage-1 twice. (Suggested by Ken'ichi
11157 Handa <handa@etl.go.jp>.)
11158
11159 * dos-vars.el (dos-codepage-setup-hook): New defcustom.
11160
11161 * term/internal.el (IT-character-translations): New variable, an
11162 alist used to display characters for which there's no glyphs in
11163 the current codepage.
11164 (IT-display-table-setup): New function, sets up the DOS terminal
11165 for a given codepage.
11166 (dos-codepage-setup): New function, sets up the MULE environment
11167 for the current value of dos-codepage.
11168 (top-level if): In the multibyte mode, turn on
11169 unibyte-display-via-language-environment. In the unibyte mode,
11170 set up the special syntax tables to map lower- to upper case and
11171 back.
11172
11173 1998-12-19 Eric Ludlam <zappo@delysid.gnu.org>
11174
11175 * speedbar.el: (speedbar-frame-parameters) Add : to custom prompt.
11176 (speedbar-frame-plist) Remove useless comments.
11177 (speedbar-frame-mode) Do not specify height if it is in the param list.
11178 Use default y position w/out changing it.
11179 If default x position is a list, keep, calculate the non-list X
11180 value when devining an initial position.
11181 (speedbar-this-file-in-vc) Fix SCCS to use s. not p. files.
11182 (speedbar-tag-group-name-minimum-length): New variable.
11183 (speedbar-frame-parameter): New compatibility function.
11184 (speedbar-frame-mode): Updated to use speedbar-frame-parameter.
11185 (speedbar-apply-one-tag-hierarchy-method): Fixed up taging sub
11186 groups to keep things in the right order, and to help with some
11187 naming conventions.
11188 (speedbar-create-tag-hierarchy): Enable buffer local version of
11189 `speedbar-tag-hierarchy-method' in the buffer we are tagging.
11190 (speedbar-line-path) Make DEPTH param optional. Devine it if absent.
11191 the case, derive it from the cursor location in speedbar.
11192
11193 1998-12-17 Eli Zaretskii <eliz@mescaline.gnu.org>
11194
11195 * international/mule-cmds.el (set-language-environment): On MS-DOS
11196 terminals, install DOS-specific nonascii-translation-table if the
11197 language info doesn't specify one. Pass the default eol-type to
11198 set-language-environment-coding-systems.
11199 (set-default-coding-systems): Copy the eol-type property for the
11200 new default values of {buffer-file,process}-coding-system from the
11201 old defaults.
11202 (set-language-environment-coding-systems): Accept an optional
11203 argument EOL-TYPE, and set the eol-type property of the default
11204 coding systems accordingly.
11205 (set-terminal-coding-system): Enable menu item on MS-DOS terminals.
11206 (set-keyboard-coding-system): Likewise.
11207 (set-default-coding-systems): Don't set
11208 default-terminal-coding-system on MS-DOS to anything but nil.
11209 (prefer-coding-system): Describe in the doc string that
11210 default-terminal-coding-system is not changed on MS-DOS.
11211 (set-language-environment): For MS-DOS, set standard syntax table
11212 and display table for all characters with code above 127.
11213 (standard-display-european-internal): For MS-DOS, pass all
11214 characters with code above 127 directly to the terminal, and don't
11215 remap characters 160 and 146 in the unibyte case.
11216
11217 * international/codepage.el: New file.
11218
11219 1998-12-16 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11220
11221 * diary-lib.el (diary-float): Fix end-of-year error and typos in
11222 comments.
11223
11224 1998-12-16 Oleg S. Tihonov <tihonov@ffke-campus.mipt.ru>
11225
11226 * map-ynp.el (map-y-or-n-p): Ignore input methods.
11227
11228 * subr.el (read-passwd): Likewise.
11229
11230 1998-12-16 Eli Zaretskii <eliz@mescaline.gnu.org>
11231
11232 * info.el (Info-find-node): Add 1 to the position read from the
11233 tag table. Don't fail if the node delimiter ^_ is the first
11234 character in the file.
11235 (Info-insert-dir): Don't fail when the node delimiter ^_ is the
11236 first character in the file.
11237 (Info-read-subfile): Likewise.
11238 (Info-select-node): Likewise.
11239 (Info-build-node-completions): Likewise.
11240
11241 1998-12-16 Richard Stallman <rms@gnu.org>
11242
11243 * term/x-win.el (x-cut-buffer-or-selection-value):
11244 If clipboard is enabled, try it before PRIMARY selection.
11245
11246 1998-12-15 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11247
11248 * international/iso-acc.el (iso-languages): For Portuguese ~c and ~C
11249 insert c-cedilla and C-cedilla respectively, like in latin-1.
11250
11251 1998-12-15 Eli Zaretskii <eliz@delysid.gnu.org>
11252
11253 * language/hebrew.el: Don't use sublists in the flags argument
11254 passed to make-coding-system.
11255
11256 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11257
11258 * ps-mule.el (ps-mule-begin-job): Delete nil and unknown from a
11259 list of character sets found by find-charset-region.
11260
11261 * ps-mule.el: Always require ps-print. Move some function
11262 definitions for Emacs 20.2 and the earlier to ps-print.el.
11263 (ps-mule-find-wrappoint): Make it work also with Emacs 20.2.
11264
11265 * ps-print.el: Define several functions for Emacs 20.2 and the
11266 earlier version.
11267 (ps-printer-name): Check if printer-name is bound.
11268
11269 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11270
11271 * ps-mule.el: Programming uniformization and little code improvement.
11272 (ps-mule-prepare-font): Programming uniformization.
11273 (ps-mule-find-wrappoint, ps-mule-plot-rule-cmpchar)
11274 (ps-mule-string-encoding, ps-mule-begin-job): Little code improvement.
11275
11276 * ps-bdf.el: Programming uniformization and little code improvement.
11277 (bdf-search-and-read): New fun.
11278 (bdf-write-cache, bdf-initialize, bdf-info-absolute-path)
11279 (bdf-info-mod-time, bdf-info-size, bdf-info-font-bounding-box)
11280 (bdf-info-relative-compose, bdf-info-baseline-offset)
11281 (bdf-info-code-range, bdf-info-maxlen, bdf-info-offset-vector)
11282 (bdf-read-bitmap, bdf-get-bitmaps): Programming uniformization.
11283 (bdf-expand-file-name, bdf-file-newer-than-time, bdf-find-file)
11284 (bdf-read-cache, bdf-read-font-info, bdf-generate-glyphs): Little code
11285 improvement.
11286
11287 1998-12-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11288
11289 * ps-print.el: (ps-print-version): New version number (4.1.2), doc fix
11290 and mule related code extraction. Autoload ps-mule funs.
11291
11292 * ps-mule.el: Doc fix. Require ps-print only when compiled.
11293 (ps-mule-prologue-generated): New fun.
11294 (ps-mule-plot-string): Add autoload cookie.
11295 (ps-mule-begin-job): Call ps-mule-prologue-generated.
11296
11297 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11298
11299 * ps-bdf.el: Require ps-mule instead of ps-print.
11300 (bdf-directory-list): Add autoload cookie.
11301
11302 * ps-mule.el: New file. Mule related code extracted from
11303 ps-print.el. Require ps-print, provide ps-mule.
11304 (ps-multibyte-buffer): Add autoload cookie.
11305 (ps-mule-prepare-ascii-font): New fun.
11306 (ps-mule-set-ascii-font): New fun.
11307 (ps-mule-skip-same-charset): Fun deleted.
11308 (ps-mule-plot-string): Set ps-mule-current-charset.
11309 (ps-mule-initialize): Add autload cookie. Don't set
11310 ps-mule-font-info-database here.
11311 (ps-mule-begin-job): Renamed from ps-mule-begin. Update
11312 ps-mule-font-info-database and ps-control-or-escape-regexp.
11313 (ps-mule-begin-page): New fun.
11314
11315 * ps-print.el: Mule related code moved to ps-mule.el.
11316 (ps-begin-job): While setting ps-control-or-escape-regexp, don't
11317 check ps-mule-charset-list.
11318 (ps-begin-page): Don't set ps-mule-current-charset, instead call
11319 ps-mule-begin-page.
11320 (ps-basic-plot-string): Call ps-mule-prepare-ascii-font.
11321 (ps-plot-region): Don't set ps-mule-current-charset, instead call
11322 ps-mule-set-ascii-font. Don't call ps-mule-skip-same-charset,
11323 instead skip same charsets by itself.
11324 (ps-generate): Call ps-mule-initialize of needs-begin-file is
11325 non-nil. Call ps-mule-begin-job.
11326
11327 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11328
11329 * ps-bdf.el: File name changed from bdf.el. Provide ps-bdf
11330 instead of bdf.
11331
11332 * ps-print.el (ps-mule-font-info-database): Doc-string modified.
11333 (ps-mule-external-libraries): New element FEATURE.
11334 (ps-mule-init-external-library): Ajusted for the above change.
11335 (ps-mule-generate-font): Likewise.
11336 (ps-mule-generate-glyphs): Likewise.
11337 (ps-mule-prepare-font): Likewise.
11338 (ps-mule-initialize): Likewise.
11339 (ps-begin-file): Superfluous tailing parenthesis deleted.
11340
11341 1998-12-15 Kenichi Handa <handa@etl.go.jp>
11342
11343 * international/fontset.el (x-decompose-font-name): If PATTERN
11344 doesn't have any wild cards, return a vector made from a name that
11345 is found by x-resolve-font-name found. Comments added.
11346
11347 * international/mule-cmds.el (find-coding-systems-for-charsets):
11348 Handle the case of unknown charset.
11349 (find-multibyte-characters): If invalid multibyte characters are
11350 found, return the corresponding strings instead of character
11351 codes.
11352 (find-multibyte-characters): Adjusted for the above change.
11353 (select-safe-coding-system): For a unibyte buffer, always returns
11354 DEFAULT-CODING-SYSTEM.
11355 (get-charset-property): Fix previous change. Make it a function.
11356 (put-charset-property): Make it a function.
11357
11358 * international/mule.el (make-coding-system): Set mime-charset
11359 property of *-with-esc coding system to nil.
11360
11361 * international/quail.el (quail-point-in-conversion-region): New
11362 function.
11363 (quail-conversion-backward-delete-char): When a key sequence is
11364 being translated, call quail-delete-last-char.
11365
11366 * language/devan-util.el
11367 (devanagari-reorder-glyphs-for-decomposition): Fix the way to
11368 handle devanagari-decomposition-rules.
11369
11370 1998-12-14 Andreas Schwab <schwab@delysid.gnu.org>
11371
11372 * textmodes/texinfo.el (texinfo-tex-buffer): Bind
11373 tex-start-options-string to empty string.
11374 (texinfo-tex-region): Use texinfo-tex-trailer as documented.
11375
11376 1998-12-14 Andrew Innes <andrewi@delysid.gnu.org>
11377
11378 * gnus/nntp.el (nntp-request-group): Undo previous change (4xx and
11379 5xx responses are already handled properly).
11380
11381 1998-12-13 Richard Stallman <rms@gnu.org>
11382
11383 * progmodes/compile.el (compilation-error-regexp-alist): Insist
11384 on a non-digit in the file name.
11385
11386 * simple.el (comment-region): Handle comment-padding
11387 separately for insertion and for deletion, in the right way for each.
11388
11389 1998-12-13 Felix Lee <flee@cygnus.com>
11390
11391 * progmodes/compile.el (compilation-error-regexp-alist): Fix
11392 regexp to match "ChangeLog:1:1998-12-09 ..."
11393
11394 1998-12-13 Eli Zaretskii <eliz@delysid.gnu.org>
11395
11396 * cus-start.el (dos-unsupported-char-glyph): Add.
11397
11398 1998-12-11 Dave Love <fx@gnu.org>
11399
11400 * progmodes/fortran.el (fortran-font-lock-keywords-3): Wrap
11401 forward-sexp in condition-case.
11402
11403 * emacs-lisp/find-func.el (find-function-search-for-symbol):
11404 Remove unnecessary test on `library' for explicit file name.
11405 Widen scope of save-match-data.
11406
11407 1998-12-10 Eli Zaretskii <eliz@delysid.gnu.org>
11408
11409 * international/mule.el (load-with-code-conversion): If the loaded
11410 file was inserted with no-conversion or raw-text coding system,
11411 make the buffer unibyte.
11412
11413 1998-12-09 Richard Stallman <rms@gnu.org>
11414
11415 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
11416 Get rid of nested loops.
11417
11418 * mouse.el (mouse-drag-vertical-line):
11419 If WHICH-SIDE is not `right', then scroll bars are on the left.
11420
11421 * loadhist.el (load-history-loaded): defvar moved to help.el.
11422
11423 * help.el (symbol-file-load-history-loaded): Variable renamed,
11424 and defvar moved from loadhist.el.
11425 (symbol-file): Renamed from describe-function-find-file.
11426 Load fns-VERSION.el here.
11427 (describe-variable, describe-function-1): Use symbol-file.
11428
11429 * textmodes/tex-mode.el (tex-generate-zap-file-name):
11430 Don't start the name with #.
11431
11432 * ispell.el: Take out the eval-when's.
11433
11434 1998-12-09 Peter Breton <pbreton@ne.mediaone.net>
11435
11436 * dirtrack.el (dirtrack-directory-change-hook): New hook.
11437 (dirtrack): Run it. Make debug message more verbose.
11438
11439 1998-12-09 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
11440
11441 * progmodes/octave-mod.el (octave-abbrev-start): Use the correct
11442 name of the abbrev table, and provide support for XEmacs.
11443 (octave-xemacs-p): New variable.
11444
11445 1998-12-09 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11446
11447 * mail/sendmail.el (sendmail-send-it): Don't wait for sendmail to
11448 exit, when mail-interactive is nil.
11449
11450 1998-12-09 Changwoo Ryu <cwryu@adam.kaist.ac.kr>
11451
11452 * files.el (after-find-file): Message fix.
11453
11454 1998-12-09 Ken Stevens <stevens@kdstevens.com>
11455
11456 * ispell.el (ispell-kill-ispell): Don't send newline after EOF.
11457
11458 1998-12-09 Geoff Voelker <voelker@cs.washington.edu>
11459
11460 * ange-ftp.el (ange-ftp-expand-file-name) [windows-nt]: Handle
11461 filenames using backslashes.
11462
11463 1998-12-09 Dave Love <fx@gnu.org>
11464
11465 * browse-url.el (browse-url-mail): Call compose-mail-other-window
11466 with correct number of args.
11467 (browse-url-maybe-new-window): New arg. Callers changed.
11468
11469 * progmodes/fortran.el (fortran-check-end-prog-re): Allow trailing
11470 comment.
11471
11472 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
11473
11474 * makefile.nt (install) [COPY_LISP_SOURCE]: Fix end of conditional.
11475
11476 1998-12-08 Markus Rost <rost@delysid.gnu.org>
11477
11478 * vc.el (vc-rcs-release): Fix Type.
11479 (vc-sccs-release): Fix Type.
11480 (vc-cvs-release): Fix Type.
11481
11482 * mail/rmailsum.el (rmail-summary-output): Simplify. Make prefix
11483 arg work right.
11484
11485 * mail/rmailout.el (rmail-output-to-rmail-file): Avoid multiple
11486 output of last undeleted message.
11487
11488 1998-12-07 Geoff Voelker <voelker@cs.washington.edu>
11489
11490 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11491 (buffer-undo-list) [windows-nt]: Use different relative path.
11492
11493 1998-12-07 Simon Marshall <simon@gnu.org>
11494
11495 * font-lock.el (java-font-lock-keywords-2): Wrap java-minor-types.
11496
11497 1998-12-05 Markus Rost <rost@delysid.gnu.org>
11498
11499 * xt-mouse.el (xterm-mouse-mode): Pacify the byte compiler.
11500
11501 * emacs-lisp/byte-opt.el: Require bytecomp for byte-goto-ops.
11502
11503 1998-12-04 Markus Rost <rost@delysid.gnu.org>
11504
11505 * info.el (Info-menu): Don't return error if point is between menu
11506 header and first menu item.
11507
11508 1998-12-04 Dave Love <fx@gnu.org>
11509
11510 * help.el (describe-function-1): Fix description for alias.
11511
11512 1998-12-03 Andreas Schwab <schwab@delysid.gnu.org>
11513
11514 * emacs-lisp/lisp-mnt.el (lm-summary): Strip off -*-
11515 specifications from summary line.
11516
11517 * rect.el (delete-whitespace-rectangle): Mark for autoload.
11518 (close-rectangle): Define alias only once in loaddefs.el.
11519
11520 1998-12-03 Eli Zaretskii <eliz@mescaline.gnu.org>
11521
11522 * term/internal.el: Remove code which sets up a special syntax
11523 table for non-ASCII characters.
11524
11525 1998-12-02 Andrew Innes <andrewi@delysid.gnu.org>
11526
11527 * dos-w32.el (direct-print-region-function): Try to ensure that
11528 printer-name is expanded to a file name on a local drive;
11529 sometimes printing a file loaded from a network volume fails.
11530 (direct-print-region-function): Add a function to
11531 write-region-annotate-functions to append a formfeed character to
11532 the region being printed, if the region doesn't end with a
11533 formfeed already. This avoids creating a second print job
11534 containing a blank page when print spooling is enabled on Windows.
11535
11536 1998-12-02 Dave Love <fx@gnu.org>
11537
11538 * help.el (help-make-xrefs): Use `info', not the non-autoloaded
11539 `Info-goto-node'.
11540
11541 1998-12-02 Richard Stallman <rms@gnu.org>
11542
11543 * help.el (temp-buffer-resize-mode): Doc fix.
11544
11545 * cus-edit.el (custom-save-delete): Save point before
11546 reading a sexp, rather than backing up.
11547
11548 * international/iso-transl.el: Fix previous change.
11549
11550 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de>
11551
11552 * vc.el (vc-dired-window-configuration, vc-ediff-windows,
11553 vc-ediff-result, vc-dired-switches, vc-dired-terse-mode):
11554 Added defvars to suppress compilation warnings.
11555
11556 1998-11-30 Ken Stevens <k.stevens@ieee.org>
11557
11558 * ispell.el: Improved and fixed customize for variables:
11559 ispell-highlight-p, ispell-check-comments, ispell-help-in-bufferp,
11560 ispell-dictionary-alist, ispell-skip-sgml.
11561 Improved and fixed comments in variables and messages for
11562 functions: ispell-help-in-bufferp, ispell-local-dictionary,
11563 ispell-menu-map, ispell-checking-message, ispell-parser,
11564 ispell-word, lookup-words, ispell-change-dictionary, ispell-region,
11565 ispell-begin-tex-skip-regexp, ispell-begin-skip-region,
11566 ispell-comments-and-strings, ispell-continue, ispell-complete-word,
11567 ispell-message-text-end, ispell-add-per-file-word-list.
11568 (ispell-dictionary-alist-1): (ispell-dictionary-alist2): A coding
11569 system is now required for all languages. Casechars improved for
11570 castellano, castellano8, and norsk dictionaries. Dictionary
11571 norsk7-tex added. Dictionary polish added.
11572 (ispell-dictionary-alist): Redefined at load-time to support
11573 dictionary changes.
11574 (ispell-menu-map): Redefined at load-time to support menu changes.
11575 (ispell-check-version): New alias for `check-ispell-version'.
11576 (ispell-parse-output): Fixed matching for ispell error messages.
11577 Correctly returns spelling suggestions in order generated by ispell
11578 process.
11579 (check-ispell-version): Ensure `case-fold-search' doesn't get
11580 redefined.
11581 (ispell-complete-word): Ensure `case-fold-search' doesn't get
11582 redefined. Fix bug that didn't respect case of word being completed.
11583 (ispell-init-process): Set process coding system to be compatible
11584 with emacs processes and the ispell process.
11585 (ispell-kill-ispell): Ensures ispell process has terminated before
11586 starting new process. This can otherwise confuse process filters
11587 and hang the ispell process.
11588 (ispell-begin-skip-region-regexp): (ispell-skip-region): Improved
11589 skipping support for sgml.
11590 (ispell-minor-check): Support sgml labels. Fix mapping ^M to \r
11591 which could cause `ispell-complete-word' to hang.
11592 (ispell-message): Improved message reference matching. Ensure
11593 `case-fold-search' doesn't get redefined.
11594 (ispell-buffer-local-parsing): Ensure `case-fold-search' doesn't
11595 get redefined. Fixed bug in returning to nroff mode from tex mode.
11596 (ispell-add-per-file-word-list): Ensure `case-fold-search' doesn't
11597 get redefined.
11598
11599 1998-11-30 Richard Stallman <rms@psilocin.ai.mit.edu>
11600
11601 * textmodes/flyspell.el (flyspell-check-word-p):
11602 Don't delay inside a kbd macro.
11603
11604 * subr.el (make-local-hook): Return the hook variable.
11605
11606 1998-11-30 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11607
11608 * hscroll.el (hscroll-mode, hscroll-global-mode, hscroll-window-maybe):
11609 Use a timer instead of post-command-hook.
11610 (hscroll-timer): New variable.
11611
11612 1998-11-30 Dave Love <fx@gnu.org>
11613
11614 * help.el (help-xref-button): Do nothing if text already has the
11615 help-xref property.
11616 (describe-variable): Revert previous change to hyperlink to source.
11617
11618 1998-11-29 Richard Stallman <rms@psilocin.ai.mit.edu>
11619
11620 * bindings.el (features): Add `base64' to this list.
11621
11622 * loadhist.el (symbol-file): Doc fix.
11623
11624 * loadup.el (buffer-undo-list): Write fns-VERSION.el in lib-src.
11625
11626 * files.el (hack-one-local-variable): Cope with non-file buffers.
11627
11628 1998-11-28 Richard Stallman <rms@psilocin.ai.mit.edu>
11629
11630 * help.el (describe-mode): Put major mode first.
11631
11632 * calendar/appt.el (appt-disp-window): Use pop-to-buffer,
11633 to support special-display and same-window features.
11634
11635 1998-11-27 Richard Stallman <rms@psilocin.ai.mit.edu>
11636
11637 * simple.el (transpose-subr, transpose-subr-1): Rename variables
11638 bound in one function and used in the other.
11639 (transpose-subr-start1, transpose-subr-start2): Add defvars.
11640 (transpose-subr-end1, transpose-subr-end2): Add defvars.
11641
11642 1998-11-26 Richard Stallman <rms@psilocin.ai.mit.edu>
11643
11644 * autoinsert.el (auto-insert-alist): Use user-mail-address.
11645
11646 1998-11-26 Kenichi Handa <handa@etl.go.jp>
11647
11648 * international/ccl.el (ccl-dump-translate-character-const-tbl):
11649 Give format correct control string.
11650
11651 * international/mule.el (define-translation-table): Fix bug of
11652 setting incorrect translation-table-id. If the first element of
11653 ARGS is a translation table, just register it.
11654
11655 * language/chinese.el ("Chinese-BIG5"): Add charset-origin-alist
11656 property.
11657
11658 1998-11-24 Michael Ernst <mernst@alum.mit.edu>
11659
11660 * thingatpt.el (thing-at-point-url-at-point): Don't use current
11661 syntax table to determine what is whitespace.
11662
11663 1998-11-24 Richard Stallman <rms@psilocin.ai.mit.edu>
11664
11665 * frame.el (frame-parameter): Doc fix.
11666
11667 * textmodes/tex-mode.el (tex-feed-input): New function.
11668 (tex-define-common-keys): Add binding for C-c C-m.
11669
11670 1998-11-23 Dave Love <fx@gnu.org>
11671
11672 * progmodes/fortran.el: Various minor doc fixes.
11673 (fortran-font-lock-keywords-1): Add `d' to comment-chars.
11674 (fortran-with-subprogram-narrowing): New macro.
11675 (fortran-check-for-matching-do): Use it.
11676 (fortran-end-do): Use fortran-check-end-prog-re.
11677 (fortran-beginning-do, fortran-end-if, fortran-beginning-if)
11678 (fortran-calculate-indent, fortran-calculate-indent): Likewise.
11679
11680 1998-11-23 Simon Marshall <simon@gnu.org>
11681
11682 * font-lock.el (font-lock-defaults): Doc fix.
11683 (font-lock-default-fontify-buffer): Rewritten to use with-temp-message.
11684 (lisp-font-lock-keywords-2): Fontify with-temp-message as a keyword.
11685
11686 * lazy-lock.el (lazy-lock-unstall):
11687 (lazy-lock-fontify-after-idle): Rewritten to use with-temp-message.
11688
11689 * fast-lock.el (fast-lock-save-cache-1):
11690 (fast-lock-cache-data): Rewritten to use with-temp-message.
11691
11692 1998-11-22 Andrew Innes <andrewi@delysid.gnu.org>
11693
11694 * mail/rmail.el (rmail-set-message-counters-counter): Detect
11695 messages that have been added with DOS line endings and convert
11696 the line endings for such messages.
11697
11698 1998-11-22 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
11699
11700 * help.el: Add resizing of temporary buffers.
11701 (temp-buffer-resize-mode): New command and variable.
11702 (temp-buffer-max-height): New variable.
11703 (resize-temp-buffer-window): New function.
11704
11705 * window.el (window-buffer-height): New function, split from
11706 shrink-window-if-larger-than-buffer.
11707 (shrink-window-if-larger-than-buffer): Use window-buffer-height.
11708
11709 1998-11-22 Richard Stallman <rms@psilocin.ai.mit.edu>
11710
11711 * frame.el (initial-frame-alist): Add defcustom.
11712
11713 * shell.el (shell-prompt-pattern): Add defcustom.
11714
11715 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11716
11717 * message.el (message-ignored-supersedes-headers): Remove
11718 NNTP-Posting-Date.
11719
11720 1998-11-21 Richard Stallman <rms@psilocin.ai.mit.edu>
11721
11722 * help.el (describe-mode): Don't avoid loop indirecting thru
11723 value of INDICATOR.
11724
11725 1998-11-20 Richard Stallman <rms@psilocin.ai.mit.edu>
11726
11727 * help.el (describe-variable): Allow any variable with a defcustom,
11728 even if it is not a user variable.
11729
11730 * mail/rmail.el (mail-unsent-separator): Additional alternative.
11731
11732 1998-11-20 Andrew Innes <andrewi@delysid.gnu.org>
11733
11734 * gnus/nntp.el (nntp-request-group): Allow for failures when
11735 requesting a new group.
11736
11737 1998-11-19 Richard Stallman <rms@psilocin.ai.mit.edu>
11738
11739 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Doc fix.
11740
11741 1998-11-19 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11742
11743 * emacs-lisp/find-func.el (find-function-regexp): Handle skeletons.
11744
11745 1998-11-19 Simon Marshall <simon@gnu.org>
11746
11747 * subr.el (with-temp-message): New macro.
11748
11749 * emacs-lisp/lisp-mode.el (with-temp-message):
11750 Add lisp-indent-function property.
11751
11752 1998-11-18 Dave Love <fx@gnu.org>
11753
11754 * progmodes/fortran.el (fortran-end-prog-re): Fix typo.
11755
11756 1998-11-18 Richard Stallman <rms@psilocin.ai.mit.edu>
11757
11758 * emacs-lisp/bytecomp.el (temp-buffer-show-hook):
11759 This is not obsolete.
11760
11761 1998-11-18 Kenichi Handa <handa@etl.go.jp>
11762
11763 * textmodes/picture.el: Make a new map by make-keymap.
11764 (picture-desired-column): New variable.
11765 (picture-update-desired-column): New function.
11766 (picture-beginning-of-line): Set picture-desired-column to 0.
11767 (picture-end-of-line): Set picture-desired-column to the current
11768 column.
11769 (picture-forward-column): Pay attention to multi-column character.
11770 (picture-backward-column): Likewise.
11771 (picture-move-down): Likewise.
11772 (picture-move-up): Likewise.
11773 (picture-movement-nw): With prefix arg, move twice columns.
11774 (picture-movement-ne): Likewise.
11775 (picture-movement-sw): Likewise.
11776 (picture-movement-se): Likewise.
11777 (picture-set-motion): Handle two-column movements.
11778 (picture-move): Call picture-move-down or picture-forward-column
11779 only when necessary.
11780 (picture-insert): Pay attention to picture-desired-column.
11781 (picture-self-insert): Likewise.
11782 (picture-clear-column): Pay attention to multi-column character.
11783 (picture-mode): Modify doc-string for two-column movement.
11784
11785 * rect.el (move-to-column-force): New function.
11786 (operate-on-rectangle): If coerce-tabs is non-nil, call
11787 move-to-column-force instead of move-to-column.
11788 (insert-rectangle): Call move-to-column-force instead of
11789 move-to-column.
11790 (open-rectangle-line): If begextra is not zero, call
11791 move-to-column-force.
11792
11793
11794 1998-11-16 Dave Love <fx@gnu.org>
11795
11796 * textmodes/sgml-mode.el Require skeleton when compiling.
11797 (sgml-font-lock-keywords-1): Accept single-letter tags.
11798 (v2): Defvar free variable.
11799
11800 1998-11-16 Sam Steingold <sds@goems.com>
11801
11802 * emacs-lisp/cl-indent.el: Indent `with-output-to-string' as a CL
11803 macro, not ELisp one.
11804
11805 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11806
11807 * emacs-lisp/lisp-mode.el: Set syntaxes all non-word multibyte
11808 characters to symbol.
11809
11810 * language/japan-util.el (japanese-zenkaku-region): New optional
11811 arg KATAKANA-ONLY.
11812
11813 1998-11-16 Kenichi Handa <handa@etl.go.jp>
11814
11815 * international/mule.el
11816 (after-insert-file-set-buffer-file-coding-system): If the buffer
11817 is changed to unibyte, return inserted bytes.
11818
11819 * tar-mode.el (tar-header-block-tokenize): Decode codes of file
11820 and link names if necessary.
11821 (tar-header-block-summarize): Handle the case that file or link
11822 names are multibyte.
11823 (tar-summarize-buffer): At first set the current buffer unibyte,
11824 then if there are multibyte file names, change it to multibyte.
11825 (tar-mode): Get char position from tar-header-offset.
11826 (tar-extract): Avoid multibyte<->unibyte conversion in
11827 insert-buffer-subsring by setting both buffers unibyte
11828 temporarily.
11829 (tar-copy): Set the buffer unibyte while doing a work. Write
11830 without code conversion.
11831 (tar-expunge): Set the buffer unibyte while doing a work.
11832 (tar-alter-one-field): Likewise.
11833 (tar-clear-modification-flags): Compare byte position with
11834 tar-header-offset.
11835 (tar-subfile-save-buffer): Avoid multibyte<->unibyte conversion in
11836 insert-buffer-subsring by setting both buffers unibyte
11837 temporarily. Pay attention to multibyteness while updating the
11838 descriptor-line.
11839 (tar-mode-write-file): Write without code conversion.
11840
11841 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11842
11843 * nngateway.el: Require cl.
11844
11845 1998-11-15 Dave Love <fx@gnu.org>
11846
11847 * progmodes/fortran.el: Fix previous change:
11848 (fortran-end-prog-re1): Changed.
11849 (fortran-check-end-prog-re): New function.
11850 (beginning-of-fortran-subprogram, end-of-fortran-subprogram): Use it.
11851
11852 1998-11-13 Tom Breton <tob@world.std.com>
11853
11854 * autoinsert.el (auto-insert-alist): Don't assume *.el is part of
11855 GNU Emacs.
11856
11857 1998-11-13 Carsten Dominik <cd@delysid.gnu.org>
11858
11859 * textmodes/reftex.el: (reftex-finding-files): Group documentation
11860 fixed.
11861 (reftex-toc-toggle-file-boundary,
11862 reftex-toc-toggle-labels,
11863 reftex-toc-toggle-context,reftex-find-start-point): New functions.
11864 (reftex-toc-include-labels, reftex-toc-include-context,
11865 reftex-toc-include-file-boundaries,
11866 reftex-toc-keep-other-windows): New options.
11867 (reftex-use-text-after-label-as-context): Option removed.
11868 (reftex-extract-bib-entries): Protect use in non-latex
11869 buffers.
11870 (reftex-toc-visit-location): Renamed from
11871 `reftex-toc-visit-line'.
11872 (reftex-latin1-to-ascii): Works now with and without Mule.
11873 (reftex-truncate): Removed special stuff for Emacs 20.2.
11874 (reftex-get-offset): Made more general.
11875 (reftex-show-label-location): Renamed from
11876 `reftex-select-label-callback'.
11877 (reftex-pop-to-label): Function removed (using
11878 `reftex-show-label-location' instead.
11879 (reftex-insert-docstruct): Renamed from
11880 `reftex-make-and-insert-label-list'. Function args changed.
11881 (reftex-toc): Now uses `reftex-insert-docstruct' and
11882 `reftex-find-start-point'.
11883 (reftex-select-item): Use `reftex-find-start-point'.
11884 (reftex-toc-visit-line): Can display labels and file
11885 boundaries.
11886 (reftex-TeX-master-file): `(TeX-master-file)' protected.
11887
11888 1998-11-12 Sam Steingold <sds@goems.com>
11889
11890 * browse-url.el (browse-url): Handle the case when
11891 `browse-url-browser-function' is a lambda list.
11892
11893 1998-11-12 Eli Zaretskii <eliz@mescaline.gnu.org>
11894
11895 * loadup.el (buffer-undo-list): For ms-dos, use fns.el without the
11896 version string.
11897 * loadhist.el (symbol-file): Likewise
11898
11899 1998-11-11 Richard Sharman <Richard_Sharman@Mitel.COM>
11900
11901 * ediff-init.el (ediff-even-diff-face-A): Fix stipple spelling.
11902
11903 1998-11-11 Sam Steingold <sds@goems.com>
11904
11905 * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
11906 `run-lisp' instead of signalling an error.
11907
11908 1998-11-11 Karl Heuer <kwzh@gnu.org>
11909
11910 * desktop.el (desktop-save, desktop-create-buffer): Undo 10-22 change.
11911
11912 1998-11-11 Richard Stallman <rms@gnu.org>
11913
11914 * vc-hooks.el (vc-toggle-read-only): Doc fix.
11915
11916 1998-11-11 Per Starback <starback@update.uu.se>
11917
11918 * ispell.el: (ispell-dictionary-alist-2): Removed svenska,
11919 renamed svenska8 to svenska, and fixed and extended CASECHARS
11920 for it.
11921
11922 1998-11-11 Andrew Innes <andrewi@delysid.gnu.org>
11923
11924 * ps-print.el (ps-print-prologue-1): Only use old LandscapeMode
11925 handling if setpagedevice is not available.
11926 (ps-begin-file): Fix typo.
11927
11928 1998-11-11 Kenichi Handa <handa@etl.go.jp>
11929
11930 * international/mule-util.el (compose-chars-component): Signal
11931 error if CH is a rule-based composition character.
11932 (compose-chars): Signal error if an already compsed character is
11933 going to be composed by rule-base.
11934
11935 * term/x-win.el: If a resolved ASCII font name doesn't conform to
11936 full XLFD, don't try to get information of WEIGHT and SLANT from
11937 that font name.
11938
11939 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
11940
11941 * dos-w32.el (set-default-process-coding-system): Use function on
11942 before-init-hook to set default-process-coding-system based on
11943 enable-multibyte-characters.
11944
11945 * term/w32-win.el ([language-change]): For now ignore
11946 keyboard language-change events.
11947
11948 1998-11-10 Eli Zaretskii <eliz@delysid.gnu.org>
11949
11950 * ediff-util.el (ediff-make-temp-file): Run the prefix through
11951 convert-standard-file-name, but leave the results of
11952 make-temp-name unaltered. For MS-DOS, truncate the prefix to 2
11953 characters if the original name already exists, or has a special
11954 handler.
11955
11956 1998-11-10 Karl Heuer <kwzh@gnu.org>
11957
11958 * international/iso-insert.el: Delete autoload cookies.
11959
11960 * international/iso-transl.el: Add autoload cookies.
11961
11962 1998-11-10 Richard Stallman <rms@gnu.org>
11963
11964 * ispell.el (ispell-get-coding-system): Default to iso-latin-1.
11965 (ispell-process-line): Don't treat multibyte
11966
11967 1998-11-09 Andrew Innes <andrewi@harlequin.co.uk>
11968
11969 * ps-print.el (ps-print-prologue-1): In BeginDoc procedure, call
11970 setpagedevice to specify the page size if setpagedevice is
11971 available. This is necessary to select the correct paper tray on
11972 Level 2 printers with multiple paper sizes available.
11973
11974 (ps-begin-file): Cope with font names that contain spaces, and
11975 call BeginDoc in a BeginSetup/EndSetup block.
11976
11977 1998-11-08 Eli Zaretskii <eliz@mescaline.gnu.org>
11978
11979 * loadup.el (buffer-undo-list): Run fns-VERSION.el through
11980 convert-standard-filename.
11981
11982 * loadhist.el (symbol-file): Run fns-VERSION.el through
11983 convert-standard-filename.
11984
11985 1998-11-06 Richard Stallman <rms@gnu.org>
11986
11987 * textmodes/texinfmt.el (texinfo-format-scan):
11988 Detect the case of two @-commands in a row; process just the first.
11989 (texinfo-append-refill): If line has a @c, insert the @refill
11990 before it.
11991 (texinfo-format-refill): Return with point where the @refill was.
11992
11993 * files.el (hack-local-variables): Test local-enable-local-variables.
11994 (hack-local-variables-prop-line): Likewise.
11995 (set-auto-mode): Don't test local-enable-local-variables here.
11996 (enable-local-variables): Doc fix.
11997 (local-enable-local-variables): Doc fix.
11998 (normal-mode): Doc fix.
11999
12000 1998-11-06 Karl Heuer <kwzh@gnu.org>
12001
12002 * emacs-lisp/find-func.el (find-variable-noselect): Autoload.
12003
12004 1998-11-06 Richard Sharman <Richard_Sharman@Mitel.COM>
12005
12006 * simple.el (line-number-mode): Doc fix.
12007
12008 1998-11-06 Kenichi Handa <handa@etl.go.jp>
12009
12010 * international/fontset.el (create-fontset-from-fontset-spec):
12011 Give correct arg to `error'.
12012
12013 1998-11-06 Andreas Schwab <schwab@delysid.gnu.org>
12014
12015 * textmodes/sgml-mode.el (html-mode): Doc fix.
12016 (sgml-name-8bit-mode): Fix missing format character in message string.
12017
12018 1998-11-05 Karl Heuer <kwzh@gnu.org>
12019
12020 * mail/sendmail.el (sendmail-send-it): Check for failure.
12021
12022 1998-11-05 Richard Stallman <rms@gnu.org>
12023
12024 * man.el (Man-page-header-regexp): Alternate value for Solaris 2.6.
12025
12026 * rect.el (delete-whitespace-rectangle): close-rectangle renamed.
12027 (close-rectangle): Define as alias.
12028
12029 1998-11-05 Richard M. Heiberger <rmh@fisher.stat.temple.edu>
12030
12031 * textmodes/tex-mode.el (tex-start-shell): Track directory changes.
12032
12033 1998-11-05 Dave Love <fx@gnu.org>
12034
12035 * help.el (describe-variable): Don't quote link to source.
12036
12037 1998-11-04 Richard Stallman <rms@sucrose.ai.mit.edu>
12038
12039 * gud.el (gud-common-init): Use pop-to-buffer.
12040 (same-window-regexps): Add an element that matches all gud buffers.
12041
12042 1998-11-04 Jason Rumney <jasonr@altavista.net>
12043
12044 * term/w32-win.el (x-get-selection-value): Alias to
12045 x-cut-buffer-or-selection-value.
12046 (w32-standard-fontset-spec): New variable.
12047 (w32-create-initial-fontsets, mouse-set-font): Check whether
12048 new-fontset is available.
12049 (w32-use-w32-font-dialog): Enable use of set-variable.
12050
12051 1998-11-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12052
12053 * vc.el (with-vc-file, edit-vc-file): New macros.
12054
12055 1998-11-04 Kenichi Handa <handa@etl.go.jp>
12056
12057 * international/quail.el (quail-show-guidance-buf): Call
12058 set-minibuffer-window to set minibuffer window of the current
12059 frame correctly.
12060
12061 1998-11-03 Theodore Jump <tjump@tertius.com>
12062
12063 * term/w32-win.el: Require fontset.
12064
12065 1998-11-03 Andrew Innes <andrewi@delysid.gnu.org>
12066
12067 * faces.el (set-face-font): Call resolve-fontset-name on w32.
12068 (set-face-font-auto): Ditto.
12069
12070 1998-11-03 Andreas Schwab <schwab@delysid.gnu.org>
12071
12072 * mouse.el (mouse-drag-region): Fix typo.
12073
12074 1998-11-02 Dave Love <fx@gnu.org>
12075
12076 * progmodes/fortran.el Fix for fontification of strings lost somehow:
12077 (fortran-fontify-string): New function.
12078 (fortran-font-lock-keywords-1): Use it.
12079
12080 1998-11-02 Markus Rost <rost@delysid.gnu.org>
12081
12082 * comint.el (comint-file-name-quote-list): Doc fix.
12083
12084 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12085
12086 * loadup.el (buffer-undo-list): Write fns-VERSION.el into
12087 build directory, not source directory.
12088
12089 * mouse.el (mouse-drag-region): Fake up a mouse-motion event
12090 if we did not get one for the final move.
12091
12092 1998-11-01 Dave Love <fx@gnu.org>
12093
12094 * goto-addr.el (goto-address-at-point, goto-address-at-mouse):
12095 Don't funcall browse-url-browser-function.
12096
12097 * gnus/gnus-art.el (gnus-button-embedded-url, gnus-button-url):
12098 Don't funcall browse-url-browser-function.
12099
12100 * fortran.el (fortran-end-prog-re1): Fix the regexp.
12101
12102 1998-11-01 Richard Stallman <rms@psilocin.ai.mit.edu>
12103
12104 * files.el (revert-buffer): Doc fix.
12105
12106 1998-10-31 Richard Stallman <rms@psilocin.ai.mit.edu>
12107
12108 * textmodes/tex-mode.el (tex-start-options-string):
12109 Quote the backslashes with more backslashes.
12110
12111 1998-10-31 Dave Love <fx@gnu.org>
12112
12113 * webjump.el (webjump-sample-sites): Fix Lisp archive site.
12114 (webjump): Don't funcall browse-url-browser-function.
12115
12116 1998-10-30 Kenichi Handa <handa@etl.go.jp>
12117
12118 * international/quail.el (quail-start-translation): Handle
12119 switching of the frame in read-key-sequence.
12120 (quail-start-conversion): Likewise.
12121 (quail-show-guidance-buf): Detach quail-guidance-buf from any
12122 windows before setting an appropriate window for it.
12123 (quail-hide-guidance-buf): Use window-minibuffer-p. Set
12124 quail-guidance-win to nil.
12125 (quail-update-guidance): If quail-guidance-buf is not in the
12126 selected frame, call quail-show-guidance-buf again.
12127
12128 1998-10-30 Espen Skoglund <espensk@stud.cs.uit.no>
12129
12130 * progmodes/pascal.el (pascal-mode):
12131 `blink-matching-paren-dont-ignore-comments' set to t.
12132
12133 1998-10-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12134
12135 * calendar/cal-menu.el (cal-menu-update): Fix menu wording.
12136
12137 1998-10-30 Dave Love <fx@gnu.org>
12138
12139 * vc.el (vc-backend-merge-news): Check for "P" output.
12140
12141 * help.el (describe-variable): Hyperlink the definition.
12142
12143 1998-10-30 Andreas Schwab <schwab@delysid.gnu.org>
12144
12145 * progmodes/sh-script.el (sh-canonicalize-shell): Fix regexp.
12146 (sh-set-shell): Likewise.
12147
12148 * gnus/nnweb.el: Don't require 'w3 and 'url unprotected.
12149
12150 * emacs-lisp/edebug.el (edebug-initial-mode): Fix customize type.
12151 (edebug-on-error): Fix customize type to match that of
12152 debug-on-error.
12153
12154 * emacs-lisp/eldoc.el (eldoc-argument-case): Fix customize type.
12155
12156 * emacs-lisp/lisp-mnt.el (lm-report-bug): Use
12157 report-emacs-bug-address instead of undefined bug-gnu-emacs.
12158
12159 * international/mule-cmds.el (select-message-coding-system): Doc
12160 fix.
12161
12162 * international/mule-diag.el (describe-coding-system): Describe
12163 all flags.
12164
12165 * mail/sendmail.el (sendmail-coding-system,
12166 default-sendmail-coding-system): Doc fix.
12167
12168 * simple.el (shell-command-on-region): Doc fix.
12169
12170 * loadup.el: Write fns-*.el in current directory instead of
12171 data-directory since no installation directory exists yet. Mark
12172 buffer unmodified afterwards.
12173
12174 * loadhist.el (symbol-file): Load fns-*.el from exec-directory
12175 instead of data-directory since it is architecture dependent.
12176 (load-history-loaded): Update doc string.
12177
12178 1998-10-29 Geoff Voelker <voelker@cs.washington.edu>
12179
12180 * ange-ftp.el (ange-ftp-canonicalize-filename): Do not use a UNC
12181 path as a default directory when canonicalizing names.
12182
12183 * w32-fns.el: Remove a dangling reference to a directory on the
12184 build machine.
12185
12186 1998-10-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12187
12188 * progmodes/tcl-mode.el (tcl-font-lock-keywords): Added itcl and
12189 namespace related keywords such as `class', `body', `private',
12190 `variable', `namespace eval', etc.
12191 (tcl-imenu-generic-expression): Handle itcl body and class definitions.
12192 (tcl-mode): Added ":" as a word constituent to the syntax-alist of
12193 imenu and font-lock so that searches for \sw would find words
12194 containing colons.
12195
12196 * progmodes/etags.el (initialize-new-tags-table):
12197 Do not alter find-tag-marker-ring and tags-location-ring.
12198
12199 1998-10-27 Geoff Voelker <voelker@cs.washington.edu>
12200
12201 * term/w32-win.el: Require fontset.
12202 (w32-init-fontsets): New function (code from x-win.el).
12203
12204 1998-10-26 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12205
12206 * cal-x.el (diary-frame-parameters, calendar-frame-parameters,
12207 calendar-and-diary-frame-parameters): Add title parameter.
12208
12209 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12210
12211 * completion.el (dynamic-completion-mode): New function to enable
12212 the mode. (Just loading the file now does not change anything.)
12213
12214 1998-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12215
12216 * ps-print.el: User option for multibyte buffer handling and doc fix.
12217 (ps-multibyte-buffer): New user option.
12218 (ps-setup): Print new user option.
12219 (ps-print-quote): New fun.
12220 (ps-color-p, ps-mule-font-info-database-latin): New var.
12221 (ps-default-color, ps-mule-font-info-database)
12222 (ps-mule-font-info-database-ps-bdf): Adjust initialization.
12223 (ps-mule-get-font-spec, ps-mule-begin, ps-begin-file)
12224 (ps-plot-with-face, ps-generate-postscript-with-faces, ps-generate):
12225 Little code improvement.
12226 (ps-mule-initialize): Initialize ps-mule-font-info-database.
12227 (ps-print-prologue-header, ps-font-family, ps-font-size)
12228 (ps-header-font-family, ps-header-font-size, ps-header-title-font-size)
12229 (ps-build-face-reference, ps-mule-font-info-database-bdf)
12230 (ps-mule-external-libraries, ps-mule-init-external-library)
12231 (ps-mule-prepare-font, ps-mule-find-wrappoint, ps-mule-plot-string):
12232 Doc fix.
12233 (ps-print-version): New version number (4.1.1) and doc fix.
12234 (ps-print-prologue-header): New user option.
12235 (ps-color-values, ps-xemacs-face-kind-p, ps-mapper, ps-extent-sorter):
12236 Conditional compilation for GNU Emacs and emacsens.
12237 (ps-generate-postscript-with-faces): Skip invisible text better.
12238 (ps-setup): Print new user option.
12239 (ps-print-preprint): Check if input file name exists and is unwritable.
12240 (ps-begin-file): Adjust PostScript prologue header for duplex printers
12241 and insert user PostScript prologue header comments.
12242 (ps-mule-encode-bit, ps-mule-string-ascii, ps-mule-string-encoding):
12243 New funs.
12244 (dos-ps-printer, lazy-lock-fontify-buffer): Eliminated.
12245 (ps-mule-prologue, ps-mule-cmpchar-prologue, ps-mule-bitmap-prologue):
12246 PostScript programming normalization.
12247 (ps-mule-encode-7bit, ps-mule-encode-8bit, ps-mule-generate-font)
12248 (ps-mule-generate-glyphs, ps-mule-prepare-font, ps-mule-plot-string)
12249 (ps-mule-skip-same-charset, ps-mule-plot-rule-cmpchar)
12250 (ps-mule-plot-cmpchar, ps-mule-prepare-cmpchar-font)
12251 (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
12252 Programming style normalization.
12253
12254 1998-10-26 Kenichi Handa <handa@etl.go.jp>
12255
12256 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
12257 version, check the value of mule-version.
12258
12259 * international/mule-util.el (compose-region): Insert then delete
12260 to preserve markers.
12261 (decompose-region): Use search-forward for efficiency.
12262
12263 * language/chinese.el (pre-write-encode-hz): Cancel previous
12264 change, use generate-new-buffer instead of get-buffer-create.
12265 * language/devan-util.el
12266 (in-is13194-devanagari-pre-write-conversion): Likewise.
12267 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12268 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12269 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12270
12271 1998-10-26 Richard Stallman <rms@psilocin.ai.mit.edu>
12272
12273 * mail/rmailsum.el (rmail-message-subject-p):
12274 Handle message whose header has not been reformatted.
12275
12276 * desktop.el (desktop-buffer-dired): Use dired-maybe-insert-subdir.
12277
12278 1998-10-25 Jason Rumney <jasonr@altavista.net>
12279
12280 * term/w32-win.el (w32-use-w32-font-dialog, w32-fixed-font-alist):
12281 New variables.
12282 (mouse-set-font): Use font menus instead of dialog according to
12283 w32-use-w32-font-dialog.
12284
12285 1998-10-21 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12286
12287 * calendar/calendar.el (calendar-day-name-array): Add doc string
12288 correctly!
12289 (calendar-month-name-array): Add doc string correctly!
12290
12291 1998-10-21 Richard Stallman <rms@psilocin.ai.mit.edu>
12292
12293 * net-utils.el (whois-get-tld): Rewrite not to use `do'.
12294
12295 1998-10-21 Markus Rost <rost@delysid.gnu.org>
12296
12297 * lisp/info.el (Info-next-menu-item): Stay on top of node.
12298
12299 * mail/rmailout.el (rmail-output): Insert newline only if necessary.
12300
12301 * mail/rmail.el (rmail-get-new-mail): Delete garbage in any case.
12302
12303 * menu-bar.el (menu-bar-options-menu): Add option for truncate-lines.
12304
12305 1998-10-21 Andreas Schwab <schwab@delysid.gnu.org>
12306
12307 * emacs-lisp/cl-specs.el (function-form): Fix spec for "function*".
12308
12309 1998-10-21 Karl Heuer <kwzh@gnu.org>
12310
12311 * emacs-lisp/profile.el (profile-timer-program): Var deleted.
12312 (profile-timer-process, profile-temp-result-, profile-time): Likewise.
12313 (profile-filter, profile-reset-timer): Functions deleted.
12314 (profile-check-zero-init-times, profile-get-time): Likewise.
12315 (profile-find-function, profile-quit): Likewise.
12316 (profile-distinct, profile-call-stack, profile-last-time): New vars.
12317 (profile-time-list, profile-init-list): Doc fix.
12318 (profile-functions): Simplify.
12319 (profile-print): Use float. Make output include space separators.
12320 (profile-add-time): New helper function.
12321 (profile-function-prolog): Renamed from profile-start-function.
12322 Handle profile-distinct.
12323 (profile-function-epilog): Renamed from profile-update-function.
12324 Handle profile-distinct.
12325 (profile-a-function): If the function to be profiled is an
12326 autoload form, load it. If it's lazy-loaded, fetch it.
12327 (profile-fix-fun): Simplify profiling wrapper, and unwind-protect it.
12328 (profile-restore-fun): Arg FUN is now a function symbol, as was
12329 documented, rather than a one-element list.
12330 (profile-finish): Call profile-restore-fun properly.
12331
12332 1998-10-21 Kenichi Handa <handa@etl.go.jp>
12333
12334 * international/characters.el: Setup charset property
12335 nospace-between-words.
12336
12337 * international/mule-cmds.el (get-charset-property): If CHARSET is
12338 composition, return nil.
12339 (put-charset-property): If CHARSET is composition, do nothing.
12340
12341 * language/chinese.el (pre-write-encode-hz): Use with-temp-buffer.
12342 * language/devan-util.el
12343 (in-is13194-devanagari-pre-write-conversion): Likewise.
12344 * language/thai-util.el (thai-pre-write-conversion): Likewise.
12345 * language/tibet-util.el (tibetan-pre-write-conversion): Likewise.
12346 * language/viet-util.el (viqr-pre-write-conversion): Likewise.
12347
12348 * textmodes/fill.el (sentence-end-without-period): New variable.
12349 (canonically-space-region): Pay attention to
12350 sentence-end-without-period.
12351 (fill-find-break-point): The first argument CHARSET deleted.
12352 Caller changed.
12353 (fill-region-as-paragraph): Pay attention to charset property
12354 nospace-between-words and text property nospace-between-words.
12355
12356 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12357
12358 * progmodes/sh-script.el (sh-font-lock-keywords): Don't crash for
12359 an unrecognized shell.
12360
12361 1998-10-20 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12362
12363 * desktop.el (desktop-save): Include minor modes symbolically.
12364 (desktop-create-buffer): Turn on all minor modes in `mim'.
12365
12366 1998-10-20 Richard Stallman <rms@psilocin.ai.mit.edu>
12367
12368 * progmodes/sh-script.el (sh-mode): Handle .spec and .mspec files.
12369 (sh-font-lock-keywords): Handle rpm and rpm2.
12370 (sh-ancestor-alist): Handle rpm.
12371
12372 * files.el (auto-mode-alist): Recognize .rpm files.
12373 Also .spec and .mspec files.
12374
12375 1998-10-20 Eli Zaretskii <eliz@mescaline.gnu.org>
12376
12377 * faces.el (frame-set-background-mode): Enable the function for
12378 MSDOS frames.
12379
12380 1998-10-20 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12381
12382 * calendar/calendar.el (calendar-day-name-array): Add doc string.
12383 (calendar-month-name-array): Add doc string.
12384
12385 1998-10-19 Richard Stallman <rms@psilocin.ai.mit.edu>
12386
12387 * simple.el (kill-ring-max): Increased to 60.
12388
12389 1998-10-17 Kenichi Handa <handa@etl.go.jp>
12390
12391 * international/characters.el: Setup auto-fill-chars.
12392
12393 * international/kinsoku.el (kinsoku): Check the variable
12394 enable-kinsoku.
12395
12396 * simple.el (do-auto-fill): Don't check kinsoku-enable here.
12397 Don't call kinsoku directly, intead call fill-find-break-point.
12398
12399 * textmodes/fill.el: Setup `fill-find-break-point-function'
12400 property to character sets which require `kinsoku' processing for
12401 filling.
12402 (fill-find-break-point): New function.
12403 (fill-region-as-paragraph): Don't check kinsoku-enable here.
12404 Don't call kinsoku directly, intead call fill-find-break-point.
12405
12406 1998-10-18 Richard Stallman <rms@psilocin.ai.mit.edu>
12407
12408 * faces.el (modify-face-read-string): Return (nil) for "none".
12409 (modify-face): Don't get error if (nil) is the argument.
12410 (face-try-color-list): Don't check whether nil is a valid color.
12411
12412 1998-10-17 Richard Stallman <rms@psilocin.ai.mit.edu>
12413
12414 * emacs-lisp/bytecomp.el (byte-recompile-directory):
12415 Print message about each directory, even in batch mode.
12416
12417 * gnus/nntp.el: Require `cl' before using nnoo-declare.
12418
12419 * ps-print.el (ps-mule-chars-in-string): No need to use sref.
12420 (ps-mule-string-char): No need to use sref.
12421 (ps-mule-next-index): No need to use sref.
12422
12423 * ange-ftp.el (ange-ftp-waiting-flag): defvar moved.
12424
12425 * files.el (revert-buffer-internal-hook): Add defvar.
12426
12427 * arc-mode.el (archive-mode): Locally set file-precious-flag.
12428
12429 * tar-mode.el (tar-mode): Locally set file-precious-flag.
12430
12431 1998-10-16 Markus Rost <rost@delysid.gnu.org>
12432
12433 * international/mule-cmds.el (default-input-method): Fix custom type.
12434
12435 * net-utils.el (whois-server-list): Fix customization type.
12436
12437 * shell.el (shell-input-autoexpand): Fix customization group.
12438
12439 1998-10-16 Richard Stallman <rms@psilocin.ai.mit.edu>
12440
12441 * repeat.el (repeat): Handle keyboard macros properly.
12442 Handle new prefix arg after self-insert command.
12443
12444 * repeat.el: Don't include cl even at compile time.
12445 (repeat): Avoid using `loop'.
12446
12447 * simple.el (shell-command-on-region): Doc fix.
12448 (next-history-element): Special error message if no default.
12449
12450 1998-10-15 Richard Stallman <rms@psilocin.ai.mit.edu>
12451
12452 * ps-print.el (ps-print-buffer): Doc fix.
12453 (ps-despool): Likewise.
12454
12455 * arc-mode.el (arc-mode): Provide arc-mode.
12456
12457 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12458
12459 * ps-print.el (ps-print-buffer): Doc fix.
12460
12461 1998-10-14 Dave Love <fx@gnu.org>
12462
12463 * ange-ftp.el (ange-ftp-read-passwd): Function deleted.
12464 (ange-ftp-set-passwd): Use read-passwd, not ange-ftp-read-passwd.
12465 (ange-ftp-get-passwd, ange-ftp-set-account): Likewise.
12466
12467 * progmodes/fortran.el (fortran-mode-map): Change "Join
12468 Continuation Line" to "Join Line".
12469 (fortran-font-lock-keywords-1): Add "cycle", "exit".
12470
12471 1998-10-14 Emilio Lopes <Emilio.Lopes@Physik.TU-Muenchen.DE>
12472
12473 * progmodes/fortran.el (fortran-join-line): Use
12474 `delete-indentation' instead of issuing an error message if not on
12475 a continuation line. Provide for joining several lines using
12476 prefix arg.
12477
12478 1998-10-14 Eli Zaretskii <eliz@mescaline.gnu.org>
12479
12480 * term/pc-win.el (msdos-color-values): New variable.
12481 (x-color-values): New function, emulates its namesake from
12482 src/xfns.c.
12483 (msdos-bg-mode): Add all dark colors to those which return
12484 "dark".
12485
12486 1998-10-14 Richard Stallman <rms@psilocin.ai.mit.edu>
12487
12488 * replace.el (keep-lines, flush-lines, how-many):
12489 Don't ignore case if arg has upper case letters.
12490
12491 1998-10-11 Reto Zimmermann <zimmi@iis.ee.ethz.ch>
12492
12493 * progmodes/vhdl-mode.el
12494 (vhdl-add-index-menu): Reverse order in imenu-generic-expression.
12495 (vhdl-template-assert, vhdl-block, vhdl-configuration-spec)
12496 (vhdl-elsif, vhdl-generate, vhdl-if, vhdl-map)
12497 (vhdl-selected-signal-assignment, vhdl-use, vhdl-while-loop)
12498 (vhdl-get-port, vhdl-get-generic): Replace (undo 0) by (undo).
12499 (vhdl-when): Fix indentation problem.
12500 (vhdl-outer-space): Add "_" to syntax table for expand-abbrev.
12501 (vhdl-get-port, vhdl-get-generic): Bug fix in template.
12502 (vhdl-hooked-abbrev): Bug fix in hooked abbrev.
12503
12504 1998-10-13 Geoff Voelker <voelker@cs.washington.edu>
12505
12506 * ls-lisp.el (ls-lisp-use-insert-directory-program): New variable.
12507 (ls-lisp-insert-directory): Renamed from insert-directory.
12508 (insert-directory): New function.
12509
12510 1998-10-13 Richard Stallman <rms@psilocin.ai.mit.edu>
12511
12512 * simple.el (completion-fixup-function): Variable deleted.
12513 (completion-setup-function): Delete code for completion-fixup-function.
12514 * emacs-lisp/lisp.el (lisp-complete-symbol):
12515 Don't bind completion-fixup-function.
12516
12517 * files.el (find-file-wildcards): New option.
12518 (find-file-noselect): Handle wild cards, if enabled.
12519 (file-expand-wildcards): New function.
12520
12521 * simple.el (set-fill-column): Doc fix.
12522
12523 1998-10-13 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12524
12525 * mail/uce.el (uce-reply-to-uce): Bind case-fold-search.
12526
12527 1998-10-13 Andreas Schwab <schwab@mescaline.gnu.org>
12528
12529 * progmodes/hideif.el: (hide-ifdef-env, hif-outside-read-only):
12530 Move declaration before first use.
12531 (hif-parse-if-exp, hif-nexttoken, hif-expr, hif-term, hif-eq-expr,
12532 hif-math, hif-factor): Rename token to hif-token and token-list to
12533 hif-token-list.
12534 (hif-token, hif-token-list): Declare them.
12535 (hif-find-ifdef-block): Return cons of top and bottom point
12536 instead of setting dynamically bound variables.
12537 (hide-ifdef-block, show-ifdef-block): Use return value of
12538 hif-find-ifdef-block.
12539
12540 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12541
12542 * subr.el (read-passwd): Use clear-this-command-keys.
12543
12544 * telnet.el (telnet-initial-filter): Use clear-this-command-keys.
12545
12546 * gnus/pop3.el (pop3-open-server): Bind coding-system-for-read
12547 and ...-for-write.
12548
12549 1998-10-12 Andrew Innes <andrewi@harlequin.co.uk>
12550
12551 * gnus/nntp.el (nntp-possibly-change-group): Allow for unexpected
12552 responses to GROUP command, since this may be called from a timer
12553 with quit inhibited.
12554
12555 1998-10-12 Kenichi Handa <handa@etl.go.jp>
12556
12557 * international/ccl.el (ccl-compile-if): If there's no false-cmds,
12558 set unconditional-jump to nil.
12559 (ccl-compile-read-multibyte-character): Return nil.
12560 (ccl-compile-write-multibyte-character): Likewise.
12561 (ccl-compile-translate-character): Likewise
12562 (ccl-compile-map-multiple): Likewise.
12563 (ccl-compile-map-single): Likewise.
12564
12565 * international/kinsoku.el: Add coding tag.
12566 (kinsoku-bol): Remove superfluous TAB in a string.
12567
12568 * international/mule-cmds.el (find-coding-systems-for-charsets):
12569 Delete `composition' (if any) from CHARSETS.
12570
12571 1998-10-12 Richard Stallman <rms@psilocin.ai.mit.edu>
12572
12573 * international/mule-cmds.el (setup-specified-language-environment):
12574 Add apropos-inhibit property.
12575 (describe-specified-language-support): Likewise.
12576
12577 1998-10-11 Kenichi HANDA <handa@etl.go.jp>
12578
12579 * international/mule.el (make-coding-system): Create -with-esc
12580 variant coding system.
12581
12582 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12583
12584 * progmodes/etags.el (tags-loop-revert-buffers): New variable.
12585 (next-file): Optionally offer to revert a file's buffer,
12586 if it has an existing buffer but the file has changed.
12587
12588 * info.el (Info-insert-dir): Detect and report problems
12589 in input files, such as "No Top node". Return with point
12590 at the beginning of the text.
12591 (Info-find-node): Reinsert the code to handle files
12592 with no tags table; it was deleted by mistake.
12593
12594 1998-10-11 Richard Stallman <rms@sucrose.ai.mit.edu>
12595
12596 * textmodes/texnfo-upd.el (texinfo-make-menu): Don't let
12597 texinfo-find-higher-level-node repeatedly find the same node.
12598 (texinfo-find-higher-level-node): Doc fix.
12599
12600 1998-10-10 Richard Stallman <rms@psilocin.ai.mit.edu>
12601
12602 * mail/smtpmail.el (smtpmail-send-data-1): Use encode-coding-string.
12603 (smtpmail-address-buffer): Add defvar.
12604 (smtpmail-recipient-address-list, smtpmail-read-point): Likewise.
12605
12606 * mail/feedmail.el (feedmail-queue-runner-is-active): Definition moved.
12607
12608 * ffap.el (ffap-machine-p-local): Fix editing error.
12609
12610 1998-10-09 Richard Stallman <rms@psilocin.ai.mit.edu>
12611
12612 * faces.el (frame-set-background-mode):
12613 Don't do anythung for text-only or MSDOS frame.
12614
12615 1998-10-08 Kenichi Handa <handa@etl.go.jp>
12616
12617 * international/quail.el (quail-defrule): New optional arg APPEND.
12618 (quail-defrule-internal): Fix bug of handling the argument APPEND.
12619
12620 1998-10-08 Richard Stallman <rms@psilocin.ai.mit.edu>
12621
12622 * gnus/pop3.el (pop3-open-server):
12623 Set process-coding-system-alist around open-network-stream.
12624
12625 1998-10-07 Richard Stallman <rms@psilocin.ai.mit.edu>
12626
12627 * files.el (save-buffer): Doc fix.
12628
12629 1998-10-07 Karl Heuer <kwzh@gnu.org>
12630
12631 * emacs-lisp/profile.el (profile-fix-fun): If already profiled,
12632 return DEF unchanged, not nil. Simplify.
12633
12634 1998-10-06 Geoff Voelker <voelker@cs.washington.edu>
12635
12636 * dos-w32.el (file-name-buffer-file-type-alist): Fix typo in regexp.
12637
12638 1998-10-06 Peter Breton <pbreton@ne.mediaone.net>
12639
12640 * generic.el (generic-mode-with-type): Added hooks for generic-modes.
12641
12642 * net-utils.el (ftp, nslookup): Require comint.
12643 (network-service-connection): Likewise.
12644 (whois-server-name): Defaults to whois.arin.net
12645 (whois-server-list, whois-server-tld, whois-guess-server): New var.
12646 (whois): Tries to guess the appropriate top-level domain server.
12647 (whois-get-tld): New function.
12648
12649 * dirtrack.el: Mentioned dirtrack-debug-toggle in the docs.
12650 (dirtrack-debug-toggle): Added this function.
12651
12652 1998-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12653
12654 * files.el (find-file-noselect): Switch to the correct buffer
12655 before checking find-file-literally, and allow non-nil non-t
12656 rawfile params.
12657
12658 1998-10-06 Karl Heuer <kwzh@gnu.org>
12659
12660 * midnight.el (clean-buffer-list): Add autoload cookie.
12661
12662 * arc-mode.el (archive-mode-revert): Arg no-auto-save renamed from
12663 no-autosave.
12664 * tar-mode.el (tar-mode-revert): Likewise.
12665 * ediff-util.el (ediff-arrange-auto-save-in-merge-jobs): Renamed
12666 from ediff-arrange-autosave-in-merge-jobs. Callers changed.
12667 * gnus/message.el (message-auto-save-directory): Renamed from
12668 message-autosave-directory. All references changed.
12669
12670 1998-10-06 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
12671
12672 * mail/rmail.el (rmail-retry-failure): Allow blanks in boundary
12673 string. Expose mime stuff while searching.
12674
12675 1998-10-06 Richard Stallman <rms@gnu.org>
12676
12677 * emacs-lisp/lisp-mode.el (eval-defun): Return the evaluation result.
12678
12679 * replace.el (perform-replace): Position point properly
12680 before and after the recursive edit of C-r.
12681
12682 * progmodes/etags.el (tags-reset-tags-tables): Properly
12683 find the markers in the old rings that are being discarded.
12684
12685 1998-10-06 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12686
12687 * apropos.el (apropos-print): Control invalid characters.
12688
12689 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12690 Renamed from lm-font-lock-O-face, lm-font-lock-X-face to avoid
12691 confusing customize.
12692
12693 1998-10-06 Eli Zaretskii <eliz@mescaline.gnu.org>
12694
12695 * generic-x.el (bat-generic-mode): Fix regexps for keywords and
12696 built-in commands. Add more built-in commands and fix face names.
12697
12698 1998-10-05 Simon Marshall <simon@gnu.org>
12699
12700 * menu-bar.el (menu-bar-tools-menu): Added entry for Speedbar.
12701
12702 1998-10-04 Eric Ludlam <zappo@gnu.org>
12703
12704 * speedbar.el (speedbar-initial-expansion-list-name): Remove
12705 customization since it is not useful in this case.
12706 (speedbar-frame-mode): Check if cfx or cfy is a list, and make
12707 sure it gets evalled to a number. Also verify that set-frame-name
12708 fn exists before calling it.
12709
12710 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
12711 Protect a `forward-sexp' call which could fail, and improved regex
12712 for ie, and eg abbreviations.
12713
12714 1998-10-02 Noah Friedman <friedman@splode.com>
12715
12716 * rlogin.el (rlogin-send-Ctrl-C): Use process-send-string, not
12717 send-string.
12718 (rlogin-send-Ctrl-D): Here also.
12719 (rlogin-send-Ctrl-Z): Here also.
12720 (rlogin-send-Ctrl-backslash): Here also.
12721
12722 1998-10-02 Dave Love <fx@gnu.org>
12723
12724 * outline.el (hide-region-body): Bind
12725 outline-view-change-hook to nil while making repeated calls to
12726 outline-flag-region. Run it once at the end.
12727 (hide-other, hide-sublevels, show-children): Likewise.
12728
12729 * info-look.el: Remove duplicate scheme-mode entry.
12730 (info-lookup-make-completions): When looking for entries, check
12731 that `item' isn't null or "Menu".
12732
12733 1998-10-01 Karl Heuer <kwzh@gnu.org>
12734
12735 * net-utils.el: Don't require ffap.
12736 (net-utils-machine-at-point, net-utils-url-at-point): New functions.
12737 (ping, nslookup-host, finger, network-connection-to-service): Use them.
12738
12739 1998-09-30 Richard Stallman <rms@gnu.org>
12740
12741 * ispell.el (check-ispell-version): No need to bind default-major-mode.
12742
12743 * imenu.el (imenu--generic-function): Sort each submenu by position.
12744 (imenu--sort-by-position): New function.
12745
12746 * cus-edit.el (Custom-mode-menu): Fix info node name.
12747 (customize group): Fix info node name.
12748
12749 * mail/mailalias.el (build-mail-aliases): Don't allow
12750 a newline in the alias name. Don't define an alias
12751 if the definition would be empty.
12752
12753 * which-func.el (which-func-mode-global): Make :set function
12754 more reliable.
12755
12756 * custom.el (custom-set-variables): Load the requests first,
12757 then check the symbol's `set' function.
12758
12759 * ffap.el: Doc fixes.
12760
12761 1998-09-30 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12762
12763 * gnus.el: (gnus-valid-select-methods): Fix type.
12764 * gnus-sum.el (gnus-summary-respool-default-method): Fix type.
12765 * gnus-score.el (gnus-orphan-score): Fix type.
12766 (gnus-score-default-header, gnus-score-default-type): Fix type.
12767 * gnus-art.el (gnus-article-x-face-too-ugly): Fix type.
12768 (gnus-saved-headers): Fix type.
12769
12770 * lisp/textmodes/fill.el (fill-individual-paragraphs-prefix):
12771 Avoid nil value of `two-lines-citation-part'.
12772
12773 1998-09-30 Roman Belenov <roman@nstl.nnov.ru>
12774
12775 * which-func.el (which-function): Handle case when
12776 (car imenu--index-alist) is nil.
12777
12778 1998-09-29 Dave Love <fx@gnu.org>
12779
12780 * jka-compr.el (jka-compr-compression-info-list): Remove "-c" from
12781 bzip2 args.
12782
12783 1998-09-29 Simon Marshall <simon@gnu.org>
12784
12785 * comint.el (comint-mode): Use make-local-hook for pre-command-hook and
12786 comint-exec-hook.
12787
12788 1998-09-29 Stephen Eglen <stephen@gnu.org>
12789
12790 * info-look.el: Add support for Octave.
12791
12792 1998-09-28 Carsten Dominik <cd@delysid.gnu.org>
12793
12794 * textmodes/reftex.el (reftex-finding-files): New customize group.
12795 (reftex-texpath-environment-variables,
12796 reftex-use-external-file-finders, reftex-external-file-finders,
12797 reftex-search-unrecursed-path-first): New options.
12798 (reftex-process-string, reftex-find-file-externally): New
12799 functions.
12800 (reftex-access-search-path): Execute shell commands to find the
12801 search path.
12802 (reftex-toggle-auto-view-crossref): When turning on, make sure
12803 `reftex-auto-view-crossref' becomes non-nil.
12804 (reftex-abbrev-regexp): Constant removed.
12805 (reftex-convert-string): Abbrev regexp calculated locally.
12806
12807 1998-09-28 Dave Love <fx@gnu.org>
12808
12809 * progmodes/fortran.el: Don't call regexp-opt when deriving
12810 font-lock patterns with keywords that aren't all literal.
12811
12812 1998-09-27 Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>
12813
12814 * octave-inf.el (inferior-octave-prompt): Also match prompts of
12815 the form `octave.bin:1>' which come from using precopiled binary
12816 versions.
12817
12818 1998-09-27 Richard Stallman <rms@psilocin.ai.mit.edu>
12819
12820 * help.el (help-for-help): Use %THIS-KEY%.
12821 (help-quit): Add doc.
12822
12823 * help-macro.el (make-help-screen): Keep HELP-TEXT
12824 in a separate function definition, not in the help command FNAME.
12825 Replace %THIS-KEY% with the key sequence that ran FNAME.
12826
12827 1998-09-25 Richard Stallman <rms@gnu.org>
12828
12829 * textmodes/texinfo.el (texinfo-show-structure):
12830 Bind inhibit-read-only.
12831
12832 * isearch.el (isearch-search-and-update): Properly
12833 handle upper case letters in the reverse-search special case.
12834
12835 1998-09-25 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12836
12837 * gnus.el: Extend the list of autoloaded functions.
12838
12839 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
12840 buffer before creating help group. (from Gnus v5.6.43, fix by
12841 1998-08-20 Per Starback <starback@update.uu.se>)
12842
12843 * gnus-util.el (gnus-output-to-rmail): Adjust to
12844 `rmail-output-to-rmail-file'.
12845
12846 1998-09-25 Karl Heuer <kwzh@gnu.org>
12847
12848 * hexl.el (hexl-mode-map): More of previous change.
12849
12850 * textmodes/tex-mode.el (tex-run-command): Doc fix.
12851 (tex-start-tex): Don't use tex-start-options-string in star case.
12852 Quote file name in star case as well as in non-star.
12853 Add blank and quoting of option string here.
12854 (tex-start-options-string): Not here.
12855
12856 1998-09-23 Karl Heuer <kwzh@gnu.org>
12857
12858 * term.el (term-delimiter-argument-list): Doc fix.
12859 (term-emulate-terminal): Escape literal semicolon.
12860 * progmodes/asm-mode.el (asm-mode): Doc fix.
12861 (asm-comment-char): Escape literal semicolon.
12862 * emulation/viper-cmd.el (viper-movement-commands): Likewise.
12863
12864 1998-09-23 Richard Stallman <rms@gnu.org>
12865
12866 * hexl.el (hexl-mode-map): Don't override all ESC bindings,
12867 only those that normally modify the buffer.
12868
12869 * dabbrev.el (dabbrev--find-expansion): Don't scan the current buffer
12870 over again.
12871
12872 1998-09-23 E. Jay Berkenbilt <ejb@ql.org>
12873
12874 * ispell.el (check-ispell-version): Ensure same buffer is current
12875 when let-binding of case-fold-search ends.
12876
12877 1998-09-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12878
12879 * ps-print.el: Skip invisible overlay.
12880 Test for set-buffer-multibyte rather than using mule-version.
12881 (ps-print-version): New version number (4.1) and doc fix.
12882 (ps-generate-postscript-with-faces): Skip invisible overlay.
12883
12884 1998-09-23 Fritz Knabe <knabe@cs.virginia.edu>
12885
12886 * mail/mh-mime.el (mh-mhn-compose-insertion): Use quotes.
12887
12888 1998-09-22 Kenichi Handa <handa@etl.go.jp>
12889
12890 * international/quail.el (quail-update-guidance): Check for the
12891 return value of (quail-guidance) fixed.
12892 (quail-update-translation): Bind quail-current-str locally when it
12893 calls quail-update-guidance.
12894 (quail-update-translation): If input-method-exit-on-first-char is
12895 non-nil, terminate translation only when the current input method
12896 is simple.
12897
12898 1998-09-22 Paul Eggert <eggert@twinsun.com>
12899
12900 * startup.el (locale-translation-file-name): Prefer X-related names
12901 to the name used by GNU/Linux sans X. Set to nil if no file found.
12902 (command-line): Use locale-translation-file-name if it is not nil,
12903 instead of testing for its existence again.
12904 regexp-quote the ctype before using it in a regexp.
12905 Allow a colon to appear after the ctype in the aliases file,
12906 as is done in X11R6.4.
12907
12908 1998-09-21 Richard Stallman <rms@gnu.org>
12909
12910 * mail/rmail.el (rmail-resend): Work properly if invoked from summary.
12911
12912 * calendar/appt.el (appt-interval): Variable deleted.
12913 (appt-check): For minutes in between appt-display-interval times,
12914 do check, but don't display anything except an updated mode line.
12915 Count against appt-display-interval based on minutes since
12916 first display of this appointment, not based on time of day.
12917 If appt-display-mode-line, force mode line redisplay
12918 whenever appt-mode-string has changed.
12919 (appt-add, appt-delete): Add autoload cookies.
12920 (appt-check): Catch errors from calling `diary'.
12921 (appt-max-time): Renamed from max-time.
12922 (appt-now-displayed, appt-display-count): New variables.
12923 (appt-timer): Don't create one if we already have one.
12924
12925 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12926 More general code to use the source buffer instead of the zap file.
12927
12928 * hilit-chg.el (highlight-compare-with-file): Renamed from
12929 compare-with-file.
12930
12931 * loadhist.el (load-history-loaded): New variable.
12932 (symbol-file): Load etc/fns-VERSION.el if that has not been done.
12933
12934 * loadup.el: Write load-history into etc/fns-VERSION.el, then clear it.
12935
12936 * emacs-lisp/find-func.el (find-function-search-for-symbol):
12937 Fix error messages.
12938
12939 1998-09-21 Markus Armbruster <armbru@pond.sub.org>
12940
12941 * avoid.el (mouse-avoidance-banish-hook): Don't move unless in an
12942 Emacs frame.
12943
12944 1998-09-21 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12945
12946 * mail/rmail.el (rmail-decode-babyl-format): Recognize both
12947 `undecided' and `undecided-unix'.
12948
12949 1998-09-21 Dave Love <fx@gnu.org>
12950
12951 * help.el (help-make-xrefs): Fix typo affecting Info references.
12952
12953 * subr.el (remove-hook): Check list values to avoid errors.
12954
12955 1998-09-18 Noah Friedman <friedman@splode.com>
12956
12957 * emacs-lisp/eldoc.el (eldoc-message): Check for 1-arg case, and
12958 store string in eldoc-last-message without consing a new string.
12959 Rearrange logic from nested if's into cond's.
12960 (eldoc-print-fnsym-args): Renamed to eldoc-get-fnsym-args-string.
12961 Do not print message; just return string.
12962 (eldoc-get-var-docstring): Renamed from eldoc-print-var-docstring.
12963 Do not print message; just return string.
12964 Cache that string in eldoc-last-data.
12965 (eldoc-last-data): Make into a vector.
12966 (eldoc-get-fnsym-args-string): Use new data form of structure.
12967 (eldoc-get-var-docstring): Here also.
12968 (eldoc-last-data-store): New function.
12969 (eldoc-get-fnsym-args-string): Use it.
12970 (eldoc-get-var-docstring): Here also.
12971 (eldoc-docstring-first-line): Minimize interim string consing.
12972 Call substitute-command-keys on the result.
12973 (eldoc-print-var-docstrings, eldoc-print-docstring,
12974 eldoc-docstring-message): Functions removed.
12975 (eldoc-docstring-format-sym-doc): New function, functionality
12976 ripped out of eldoc-docstring-message.
12977 (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it.
12978
12979 1998-09-18 Kenichi Handa <handa@etl.go.jp>
12980
12981 * international/mule.el (make-coding-system): Doc-string modified.
12982
12983 1998-09-18 Andreas Schwab <schwab@delysid.gnu.org>
12984
12985 * progmodes/vhdl-mode.el (vhdl-header-file): Fix customize type.
12986
12987 * progmodes/cpp.el (cpp-face-light-list, cpp-face-dark-list): Fix
12988 customize type.
12989
12990 * progmodes/cperl-mode.el (cperl-lazy-help-time): Fix customize
12991 type.
12992
12993 * progmodes/compile.el (compilation-error-screen-columns): New
12994 variable.
12995 (compilation-next-error-locus): Use it to decide whether to use
12996 forward-char or move-to-column.
12997
12998 * mail/rmail.el (rmail-movemail-program): Fix customize type.
12999
13000 * mail/feedmail.el (feedmail-x-mailer-line-user-appendage,
13001 feedmail-fiddle-plex-user-list,
13002 feedmail-spray-address-fiddle-plex-list,
13003 feedmail-prompt-before-queue-user-alist,
13004 feedmail-prompt-before-queue-help-supplement,
13005 feedmail-queue-reminder-alist, feedmail-queue-default-file-slug,
13006 feedmail-queue-alternative-mail-header-separator): Fix customize
13007 type.
13008
13009 * startup.el (site-run-file): Fix customize type.
13010
13011 * speedbar.el (speedbar-initial-expansion-list-name): Fix
13012 customize type.
13013
13014 * shell.el (shell-input-autoexpand): Fix customize type.
13015
13016 * ps-print.el (ps-font-info-database): Add missing dots in value.
13017 Improve layout of customize type.
13018
13019 * net-utils.el (traceroute-program-options, ping-program-options,
13020 ipconfig-program-options, netstat-program-options,
13021 arp-program-options, route-program-options,
13022 nslookup-program-options, ftp-program-options): Fix customize
13023 type.
13024
13025 * midnight.el (clean-buffer-list-kill-regexps,
13026 clean-buffer-list-kill-buffer-names,
13027 clean-buffer-list-kill-never-buffer-names,
13028 clean-buffer-list-kill-never-regexps): Fix customize type.
13029
13030 * man.el (Man-init-defvars): Avoid trailing nil on
13031 Man-filter-list.
13032
13033 * lpr.el (printer-name): Fix customize type.
13034
13035 1998-09-16 Kenichi Handa <handa@etl.go.jp>
13036
13037 * international/mule-cmds.el (reset-language-environment): Call
13038 update-coding-systems-internal.
13039
13040 * international/mule-conf.el: Call update-coding-systems-internal
13041 at the tail.
13042
13043 1998-09-14 Dave Love <fx@gnu.org>
13044
13045 * vc-hooks.el (vc-menu-map): Change the vc-directory label. Don't
13046 use the menu-enable properties, pending doing it correctly and
13047 acceptably fast.
13048
13049 * map-ynp.el (map-y-or-n-p): Mention RET, `q' in the help text.
13050
13051 1998-09-13 Dave Love <d.love@dl.ac.uk>
13052
13053 * progmodes/hideshow.el (hs-grok-mode-type): Check
13054 comment-{start,end} non-nil as well as bound. Report an error if
13055 we can't grok the mode.
13056
13057 1998-09-13 Richard Stallman <rms@gnu.org>
13058
13059 * simple.el (blink-matching-open): Don't log paren matching
13060 messages in *Messages*.
13061
13062 1998-09-12 Richard Stallman <rms@gnu.org>
13063
13064 * scroll-bar.el (scroll-bar-scroll-down, scroll-bar-scroll-up):
13065 Set point-before-scroll at end even if there was an error.
13066
13067 * ange-ftp.el (ange-ftp-insert-file-contents):
13068 Use binary mode for dumb-unix hosts as for unix hosts.
13069 (ange-ftp-copy-file-internal): Likewise.
13070
13071 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13072
13073 * emacs-lisp/pp.el: Doc fixes.
13074
13075 * wid-edit.el (widget-menu-max-shortcuts): New variable.
13076 (widget-choose): Don't use single-char shortcuts if # items
13077 exceeds that many. Use minibuffer instead.
13078
13079 1998-09-12 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13080
13081 * calendar/diary-lib.el (mark-sexp-diary-entries): Fix previous chg.
13082
13083 1998-09-12 Eric Ludlam <zappo@mescaline.gnu.org>
13084
13085 * speedbar.el (speedbar-frame-mode): Do not set frame position if
13086 in terminal mode.
13087
13088 1998-09-10 Noah Friedman <friedman@splode.com>
13089
13090 * rsz-mini.el (resize-minibuffer-mode): Remove :version field from
13091 defcustom declaration. It's wreaking too much havoc with XEmacs
13092 and older versions of Emacs, which share this code.
13093
13094 * type-break.el (type-break-mode): Here also.
13095
13096 * rlogin.el (rlogin): If using make-local-hook, pass the 4th arg
13097 `t' to add-hook also to modify the new local value.
13098
13099 1998-09-10 Dave Love <fx@gnu.org>
13100
13101 * vc.el (vc-insert-headers): Doc fix.
13102
13103 1998-09-10 Richard Stallman <rms@gnu.org>
13104
13105 * textmodes/flyspell.el (flyspell-mode-on): Make the
13106 ispell-... variables permanent locals.
13107 (flyspell-mode-off): Add autoload cookie.
13108
13109 * ange-ftp.el (ange-ftp-write-region): For `dumb-unix' host,
13110 do use binary mode, just as for `unix'.
13111 (ange-ftp-host-type): If HOST is nil, return `unix'.
13112
13113 * dired.el (dired-mark-files-containing-regexp):
13114 Don't scan directories. Ignore non-readable files.
13115
13116 * progmodes/compile.el (compilation-error-regexp-alist):
13117 Fix previous change: allow . and _ in command name.
13118
13119 * dired.el (dired-mark-files-containing-regexp): Fix previous change.
13120
13121 * uncompress.el (uncompress-while-visiting):
13122 Use just the car of what find-operation-coding-system returns.
13123
13124 * textmodes/tex-mode.el (tex-start-tex): Call comint-quote-filename.
13125
13126 * shell.el (shell-file-name-quote-list): Add # to the value.
13127
13128 1998-09-10 E. Jay Berkenbilt <ejb@ql.org>
13129
13130 * textmodes/flyspell.el (flyspell-mode-on): Fix kill-buffer-hook
13131 to make killing of ispell process work even if
13132 kill-all-local-variables has been run.
13133
13134 1998-09-10 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13135
13136 * calendar/diary-lib.el (mark-sexp-diary-entries): Avoid infinite
13137 loop when sexp entry ends at end of file with no newline.
13138
13139 1998-09-10 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
13140
13141 * cus-edit.el (Custom-save, Custom-reset-current, Custom-reset-saved)
13142 (Custom-reset-standard): Fix menu inconsistency.
13143
13144 * mail/feedmail.el (feedmail-from-line): Allow t.
13145 (feedmail-message-id-suffix): Allow nil.
13146
13147 * mail/rmailsum.el (rmail-summary-output-to-rmail-file):
13148 Simplify. Make prefix arg work right.
13149
13150 1998-09-09 Dave Love <fx@gnu.org>
13151
13152 * textmodes/paragraphs.el (use-hard-newlines): Doc fix.
13153
13154 * help.el (help-xref-interned): Bind inhibit-read-only when inserting.
13155
13156 1998-09-08 Dave Love <fx@gnu.org>
13157
13158 * add-log.el (change-log-font-lock-keywords): Do parenthesized
13159 stuff only after file names or at start of line. Allow parens
13160 around e-mail, as well as angles.
13161
13162 * gnus/nnweb.el (require): Wrap requirement of w3 and url in
13163 ignore-errors too, eval'd when compile. Require w3 stuff at load
13164 time for nicer failure if it's not available.
13165
13166 1998-09-07 Geoff Voelker <voelker@cs.washington.edu>
13167
13168 * comint.el (comint-arguments): Ignore backslashes when using
13169 w32 shells that expect backslashes as the directory separator.
13170
13171 1998-09-04 Kenichi Handa <handa@etl.go.jp>
13172
13173 * international/fontset.el (resolved-ascii-font): New variable.
13174 (x-complement-fontset-spec): By side effect, set
13175 `resolved-ascii-font' to the resolved name of ASCII font."
13176 (create-fontset-from-fontset-spec): Don't get a value for
13177 resolved-ascii-font from the list full-fontlist. It is set by
13178 x-complement-fontset-spec now.
13179
13180 * ps-print.el: To make it work also on Emacs 20.2 and the earlier
13181 version, check the value of mule-version.
13182
13183 1998-09-07 Carsten Dominik <cd@delysid.gnu.org>
13184
13185 * textmodes/reftex.el (reftex-view-crossref): Split up into
13186 several functions. No longer moves to find a macro.
13187 (reftex-view-cr-cite, reftex-view-cr-ref,
13188 reftex-end-of-bib-entry): New functions.
13189 (reftex-auto-view-crossref): New value `window' allowed.
13190 (reftex-view-crossref-when-idle): Process new `window' option in
13191 (reftex-translate-to-ascii-function): New default.
13192 (reftex-label-illegal-re): Default changed, removed Latin1.
13193 (reftex-latin1-to-ascii): New function.
13194 (reftex-what-environment): Check for section regexp before use.
13195 (reftex-find-tex-file, reftex-find-bib-file): Fixed bug with
13196 absolute path names.
13197 (reftex-TeX-master-file): Changed sequence of file checks.
13198 (reftex-do-citation): bibview cache only with RefTeX mode on.
13199
13200 1998-09-06 Richard Stallman <rms@gnu.org>
13201
13202 * progmodes/compile.el (compilation-error-regexp-alist):
13203 In first pattern (GNU utilities and other things),
13204 allow a space after the optional program name at the beginning.
13205
13206 * mail/mail-hist.el (mail-hist-current-header-contents):
13207 Fix previous change: use mail-header-end.
13208
13209 1998-09-06 Bill Richter <richter@math.nwu.edu>
13210
13211 * international/ccl.el: Doc fixes.
13212 * international/encoded-kb.el: Doc fixes.
13213 * international/fontset.el: Doc fixes.
13214 * international/kinsoku.el: Doc fixes.
13215 * international/kkc.el: Doc fixes.
13216 * international/mule-cmds.el: Doc fixes.
13217 * international/mule-conf.el: Doc fixes.
13218 * international/mule-util.el: Doc fixes.
13219 * international/mule.el: Doc fixes.
13220
13221 1998-09-05 Eric Ludlam <zappo@gnu.org>
13222
13223 * emacs-lisp/checkdoc.el: (checkdoc-buffer-label): New function.
13224 (checkdoc-start-section, checkdoc-error): Use `checkdoc-buffer-label'.
13225 (checkdoc-this-string-valid-engine): Permit ? as terminating
13226 punctuation for first line sentence breaking.
13227 (checkdoc-this-string-valid): When converting a comment into a doc
13228 string, make sure " chars are \".
13229 (checkdoc-sentencespace-region-engine): Only do double space check
13230 if based on the variable `sentence-end-double-space'
13231 (checkdoc-this-string-valid-engine): ? ends valid sentence.
13232 (checkdoc-proper-noun-region-engine): Exclude items in URLs
13233
13234 1998-09-04 Richard Stallman <rms@gnu.org>
13235
13236 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13237 Recognize define-skeleton as a function definer.
13238
13239 * cus-edit.el (customize-option): Refuse to customize
13240 a variable that has no defcustom. But if variable is autoloaded,
13241 first try to load the library that defines it.
13242
13243 * international/iso-insert.el: Use `string' before calling `insert'
13244 so that in multibyte buffers we insert multibyte chars.
13245
13246 * dired.el (dired-mark-files-containing-regexp):
13247 Don't use find-file; instead, insert the file in a temp buffer.
13248
13249 * textmodes/tex-mode.el (tex-start-options-string): New option.
13250 (tex-start-tex): Use that variable.
13251
13252 * mail/rmail.el (rmail-primary-inbox-list): Make the initial
13253 value in the `repeat' alternative a list.
13254
13255 * textmodes/fill.el (fill-individual-paragraphs): Before deleting
13256 the inserted newline, verify that one was really inserted.
13257
13258 * textmodes/flyspell.el (flyspell-mode): Do nothing if mode
13259 remains on or remains off.
13260 (flyspell-multi-language-p): Default changed to nil.
13261
13262 * progmodes/ada-mode.el (ada-search-ignore-string-comment):
13263 In "found in comment" case, don't beginning-of-line after forward-line.
13264
13265 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13266 If the function definition is not a lambda, return original FORM
13267 with no error.
13268
13269 1998-09-04 Peter Breton <pbreton@ne.mediaone.net>
13270
13271 * net-utils.el (netstat-program-options): Changed from nil to "-a"
13272 so that by default netstat shows all network connections.
13273
13274 1998-09-04 Bob Weiner <weiner@altrasoft.com>
13275
13276 * international/quail.el: Doc fixes.
13277
13278 * info.el (info): Don't add parens if FILE already has them.
13279
13280 1998-09-04 Geoff Voelker <voelker@cs.washington.edu>
13281
13282 * mail/smtpmail.el (smtpmail-via-smtp): Parse out the first word
13283 on extension lines.
13284
13285 1998-09-03 Geoff Voelker <voelker@cs.washington.edu>
13286
13287 * w32-fns.el (w32-shell-dos-semantics): New function.
13288
13289 1998-09-03 Bill Richter <richter@brouwer.math.nwu.edu>
13290
13291 * international/quail.el (quail-choose-completion-string): Store
13292 completion `choice' in `quail-current-str'; don't insert it.
13293
13294 1998-09-02 Kenichi Handa <handa@etl.go.jp>
13295
13296 * bdf.el (bdf-generate-font): New argument CHARSET. Give WIDTH
13297 argument to ps-mule-generate-bitmap-font.
13298
13299 * ps-print.el (ps-mule-font-info-database-bdf): The include ASCII
13300 entry and change Latin-1 entry in the default value.
13301 (ps-mule-font-info-database-ps-bdf): New variable.
13302 (ccl-encode-ethio-unicode): Bug of CCL code fixed.
13303 (ps-mule-generate-font): Give CHARSET arg to FONT-FUNC function
13304 registerd in FONT-SPEC.
13305 (ps-mule-bitmap-prologue): Fix PostScript code to realize correct
13306 charcter width of bitmap fonts.
13307 (ps-mule-generate-bitmap-font): Give COLUMNS arg to PostScript
13308 procedure NF.
13309 (ps-begin-file): Output PostScript code for setting
13310 SpaceWidthRatio.
13311 (ps-plot-region): Use line-beginning-position to get a position of
13312 the beginning of the current line.
13313
13314 * international/mule-cmds.el (register-input-method): Doc-string
13315 modified.
13316
13317 1998-09-01 Dave Love <fx@gnu.org>
13318
13319 * international/mule-cmds.el (current-language-environment): Fix
13320 setter function.
13321
13322 1998-09-01 Simon Marshall <simon@gnu.org>
13323
13324 * font-lock.el (tex-font-lock-keywords-2): Fontify \nocite like \cite.
13325 (lisp-font-lock-keywords-2): Fontify abort, assert, etc., separately.
13326 ({c,c++,objc,java}-font-lock-keywords-{2,3}): Fontify only type/class
13327 names with font-lock-type-face. Fontify type specs, etc., with
13328 font-lock-keyword-face.
13329
13330 1998-08-31 Kenichi Handa <handa@etl.go.jp>
13331
13332 * international/fontset.el (x-complement-fontset-spec): If ASCII
13333 font is specified in FONTLIST, don't substitute it for the
13334 resolved name.
13335
13336 1998-08-31 Paul Eggert <eggert@twinsun.com>
13337
13338 * international/mule.el (charset-description): Doc fix.
13339
13340 * language/chinese.el, language/cyrillic.el, language/czech.el,
13341 language/devanagari.el, language/ethiopic.el,
13342 language/european.el, language/hebrew.el, language/indian.el,
13343 language/japanese.el, language/korean.el, language/lao.el,
13344 language/slovak.el, language/thai.el, language/tibetan.el,
13345 language/vietnamese.el:
13346 Add coding: local variable, to avoid bootstrapping problem
13347 if you need to recompile all the Lisp files using interpreted code.
13348
13349 1998-08-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13350
13351 * cal-china.el (chinese-year-cache): Change range of years from
13352 1989-2000 to 1990-2010.
13353
13354 1998-08-29 Dave Love <d.love@dl.ac.uk>
13355
13356 * mail/smtpmail.el (smtpmail-send-it): Add autoload cookie.
13357 (smtpmail-via-smtp): Check that smtpmail-smtp-server is defined.
13358
13359 1998-08-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13360
13361 * ps-print.el (ps-print-control-characters): Doc-string modified.
13362 (ps-output-string-prim): Comment format changed.
13363 (ps-do-despool): Indentation of source code changed.
13364
13365 1998-08-28 Kenichi Handa <handa@etl.go.jp>
13366
13367 * subr.el (sref): Make it an alias of aref. Make the
13368 byte-compiler warn that it is obsolete.
13369 (char-bytes): Make the byte-compiler warn that it is obsolete.
13370
13371 * emacs-lisp/bytecomp.el (byte-compile-output-as-comment):
13372 Calculate the total bytes using position-bytes instead of
13373 char-bytes.
13374
13375 1998-08-27 Karl Heuer <kwzh@gnu.org>
13376
13377 * snmp-mode.el: New file.
13378 * files.el (auto-mode-alist): Add snmp-mode patterns.
13379
13380 1998-08-27 Karl Eichwalder <ke@suse.de>
13381
13382 * dired-aux.el (dired-compress-file-suffixes): Add `bz2'.
13383
13384 1998-08-27 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13385
13386 * calendar/diary-lib.el (diary-block): Doc fix..
13387 * calendar/calendar.el (diary-list-include-blanks): Doc fix..
13388
13389 1998-08-27 Richard Stallman <rms@gnu.org>
13390
13391 * calendar/cal-tex.el (cal-tex-cursor-filofax-daily): Don't use oddp.
13392 * calendar/appt.el (appt-check): Start the appt-mode-string w/ space.
13393 Clear appt-mode-string if we don't put something in it.
13394
13395 1998-08-27 Dave Love <fx@gnu.org>
13396
13397 * ange-ftp.el (ange-ftp-allow-child-lookup): Reinstate checking
13398 dired-local-variables-file for dired-x.
13399
13400 * emacs-lisp/find-func.el (find-function-search-for-symbol): Look
13401 for compressed library files too.
13402
13403 1998-08-26 Kenichi Handa <handa@etl.go.jp>
13404
13405 * language/european.el ("Latin-1"): Modify `documentation' key value.
13406 ("Latin-2"): Likewise.
13407
13408 1998-08-26 Karl Heuer <kwzh@gnu.org>
13409
13410 * dired-x.el (dired-guess-shell-alist-default): Fix regexp.
13411
13412 1998-08-26 Albert L. Ting <alt@artisan.com>
13413
13414 * mail/mail-hist.el (mail-hist-current-header-name): Fix test.
13415 (mail-hist-current-header-contents): Use mail-text-start.
13416
13417 1998-08-26 Richard Stallman <rms@gnu.org>
13418
13419 * cus-edit.el (customize-version-lessp): Handle a number as VERSION2.
13420 (customize-changed-options-previous-release): New variable.
13421 (customize-changed-options): Use that variable as default arg.
13422
13423 1998-08-26 Karl Eichwalder <ke@suse.de>
13424
13425 * midnight.el: Require `timer' not only when compiling.
13426
13427 1998-08-26 Per Starback <starback@update.uu.se>
13428
13429 * gnus/gnus-start.el (gnus-check-first-time-used): Change current
13430 buffer before creating help group.
13431
13432 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13433
13434 * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
13435 coding-system-for-write before saving.
13436
13437 1998-08-26 Kevin Rodgers <kevinr@ihs.com>
13438
13439 * isearch.el (isearch-forward): Doc fix.
13440
13441 1998-08-26 Andreas Schwab <schwab@delysid.gnu.org>
13442
13443 * emacs-lisp/find-func.el: Fix :version tags to have a string
13444 value, not a float.
13445
13446 * cus-dep.el: Fix typo in output.
13447
13448 1998-08-25 Dave Love <fx@gnu.org>
13449
13450 * repeat.el (repeat): Doc fix.
13451 [From rms:]
13452 (repeat-previous-repeated-command): New variable.
13453 (repeat): Check for real-last-command being null or repeat. Set
13454 repeat-previous-repeated-command.
13455
13456 * browse-url.el (browse-url-netscape): Fix format for hex escapes.
13457
13458 1998-08-25 Kenichi Handa <handa@etl.go.jp>
13459
13460 * gnus/message.el (message-send-mail-with-sendmail): Bind
13461 coding-system-for-write by the return value of
13462 select-message-coding-system.
13463 (message-send-mail-with-qmail): Likewise.
13464
13465 1998-08-24 Andreas Schwab <schwab@delysid.gnu.org>
13466
13467 * emacs-lisp/autoload.el: Fix doc-string-elt property on
13468 define-derived-mode.
13469
13470 * files.el (file-name-invalid-regexp):
13471 Fix regex for ms-dos without long file names.
13472
13473 1998-08-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13474
13475 * ps-print.el: Multi-byte buffer handling.
13476 (ps-print-version): New version number (4.0) and doc fix.
13477 (ps-color-device, ps-face-bold-p, ps-face-italic-p): Conditional
13478 compilation for GNU Emacs and emacsens.
13479 (ps-generate-postscript-with-faces): Force invisible text to be
13480 visible.
13481 (dos-ps-printer): New var to avoid compilation gripes.
13482
13483 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13484
13485 * ps-print.el (ps-mule-plot-string): Pay attention to the case
13486 that no more characters can't be printed in the current line.
13487
13488 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13489
13490 * ps-print.el (ps-mule-find-wrappoint): ENDPOS should not be
13491 greater than TO.
13492
13493 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13494
13495 * ps-print.el: Add codes to make ps-print.el work also on Emacs
13496 20.2 and the earlier version.
13497 (ps-mule-encode-7bit, ps-mule-encode-8bit): Modified for 20.2.
13498 (ccl-encode-ethio-unicode, ps-mule-encode-ethiopic): Likewise.
13499 (ps-mule-find-wrappoint): Likewise.
13500 (ps-mule-generate-font): Change `X' to `x' in format
13501 control-string.
13502 (ps-generate): Call ps-mule-begin before calling ps-begin-job.
13503 (ps-mule-cmpchar-prologue): Delete unnecessary `gsave' and
13504 `restore' form procedures `BC' and `EC'.
13505
13506 1998-08-24 Kenichi Handa <handa@etl.go.jp>
13507
13508 * ps-print.el (ps-print-prologue-1): Handle the case that FontBBox
13509 is an executable procedure. Make LineThickness, Xshadow, and
13510 Yshadow relative to FontHeight. Set SpaceWidth in BeginDoc.
13511 (ps-mule-font-info-database, ps-mule-font-info-database-ps,
13512 ps-mule-font-info-database-bdf): New vars.
13513 (ps-mule-encode-7bit, ps-mule-encode-8bit): New funs.
13514 (ccl-encode-ethio-unicode): New CCL program.
13515 (ps-mule-encode-ethiopic): New fun.
13516 (ps-mule-current-charset): New var.
13517 (ps-mule-get-font-spec, ps-mule-font-spec-src,
13518 ps-mule-font-spec-name, ps-mule-font-spec-encoding,
13519 ps-mule-font-spec-bytes, ps-mule-printable-p): New funs.
13520 (ps-mule-external-libraries): New var.
13521 (ps-mule-init-external-library): New fun.
13522 (ps-mule-font-cache): New var.
13523 (ps-mule-generate-font, ps-mule-generate-glyphs): New funs.
13524 (ps-last-font): New var.
13525 (ps-mule-prepare-font): New fun.
13526 (ps-mule-charset-list): New var.
13527 (ps-mule-prologue-generated, ps-mule-prologue): New vars.
13528 (ps-mule-skip-same-charset, ps-mule-find-wrappoint,
13529 ps-mule-plot-string): New funs.
13530 (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue):
13531 New vars.
13532 (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar,
13533 ps-mule-prepare-cmpchar-font): New funs.
13534 (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New
13535 vars.
13536 (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font,
13537 ps-mule-generate-bitmap-glyph): New funs.
13538 (ps-mule-initialize, ps-mule-begin): New funs.
13539 (ps-output-string-prim): Insert string as unibyte.
13540 (ps-output-prologue): New fun.
13541 (ps-flush-output): Handle the case of 'prologue.
13542 (ps-begin-file): Call ps-mule-initialize.
13543 (ps-begin-job): Set ps-control-or-escape-regexp differently if
13544 printing multibyte characters.
13545 (ps-begin-page): Set ps-mule-current-charset to 'ascii.
13546 (ps-basic-plot-string): Handle the case of printing ASCII
13547 characters by external libraries (e.g. BDF).
13548 (ps-set-font): Set ps-last-font.
13549 (ps-plot-region): Handle multibyte characters, use
13550 ps-mule-plot-string for them.
13551 (ps-generate): Set the spool buffer unibyte. Call ps-mule-begin.
13552
13553 * bdf.el: New file.
13554
13555 1998-08-23 Kenichi HANDA <handa@etl.go.jp>
13556
13557 * international/mule-cmds.el (select-message-coding-system): New
13558 function.
13559 (set-language-environment-coding-systems): Set
13560 default-sendmail-coding-system.
13561
13562 * mail/sendmail.el (sendmail-coding-system): Doc-string modified.
13563 (default-sendmail-coding-system): New variable.
13564 (sendmail-send-it): Encode the message by a coding system
13565 select-message-coding-system returns.
13566
13567 1998-08-23 Eric Ludlam <zappo@gnu.org>
13568
13569 * speedbar.el: (speedbar-with-writable): Remove `toggle-read-only'.
13570 (speedbar-mode): Set buffer to read only.
13571 (speedbar-temp-buffer-show-function): For emacs don't call hook
13572 with arguments.
13573 (speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
13574
13575 1998-08-19 Dan Nicolaescu <done@ece.arizona.edu>
13576
13577 * speedbar.el (speedbar-key-map): Fix typo.
13578
13579 See ChangeLog.7 for earlier changes.